Require help-mode rather than help-fns (bug#4861).
[emacs.git] / lisp / ChangeLog
blob194fdfdd915e97bd18f4f6079289a19d65562ba4
1 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
5 2009-11-04  Glenn Morris  <rgm@gnu.org>
7         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
8         (byte-compile-compatibility): Remove option.
9         (byte-compile-close-variables, byte-compile-fix-header)
10         (byte-compile-insert-header, byte-compile-output-docform)
11         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
12         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
13         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
14         (byte-compile-insert, byte-compile-defun):
15         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
16         (byte-defop-compiler19): Remove.
17         Without byte-compile-compatibility, the 'emacs19-opcode property is not
18         used by anything.  Replace all calls with byte-defop-compiler.
20 2009-11-04  Juri Linkov  <juri@jurta.org>
22         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
23         (menu-bar-options-menu): Don't quote the `prop' arg of
24         `menu-bar-make-mm-toggle'.
26 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
28         * calendar/calendar.el (cal-loaddefs):
29         * calendar/diary-lib.el (diary-loaddefs):
30         * calendar/holidays.el (hol-loaddefs):
31         * eshell/esh-module.el (esh-groups): Load rather than require.
33 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
35         * calendar/todo-mode.el (todo-add-category): Don't hardcode point-min==1.
36         (todo-top-priorities): Only display-buffer when called interactively.
37         (todo-item-start): Don't save excursion point.
38         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
39         (todo-insert-item-here, todo-file-item, todo-remove-item):
40         Adjust uses of todo-item-start and todo-item-end.
42         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
43         (autoload-rubric): Don't use any more.
44         * cedet/semantic/fw.el (semantic/loaddefs):
45         * cedet/srecode.el (srecode/loaddefs):
46         * cedet/ede.el (ede/loaddefs): Load rather than require.
47         * lisp/cedet/ede/cpp-root.el:
48         * lisp/cedet/ede/emacs.el:
49         * lisp/cedet/ede/files.el:
50         * lisp/cedet/ede/linux.el:
51         * lisp/cedet/ede/locate.el:
52         * lisp/cedet/ede/make.el:
53         * lisp/cedet/ede/shell.el:
54         * lisp/cedet/ede/speedbar.el:
55         * lisp/cedet/ede/system.el:
56         * lisp/cedet/ede/util.el:
57         * lisp/cedet/semantic/analyze.el:
58         * lisp/cedet/semantic/bovine.el:
59         * lisp/cedet/semantic/complete.el:
60         * lisp/cedet/semantic/ctxt.el:
61         * lisp/cedet/semantic/db-file.el:
62         * lisp/cedet/semantic/db-find.el:
63         * lisp/cedet/semantic/db-global.el:
64         * lisp/cedet/semantic/db-mode.el:
65         * lisp/cedet/semantic/db-typecache.el:
66         * lisp/cedet/semantic/db.el:
67         * lisp/cedet/semantic/debug.el:
68         * lisp/cedet/semantic/dep.el:
69         * lisp/cedet/semantic/doc.el:
70         * lisp/cedet/semantic/edit.el:
71         * lisp/cedet/semantic/find.el:
72         * lisp/cedet/semantic/format.el:
73         * lisp/cedet/semantic/html.el:
74         * lisp/cedet/semantic/ia-sb.el:
75         * lisp/cedet/semantic/ia.el:
76         * lisp/cedet/semantic/idle.el:
77         * lisp/cedet/semantic/lex-spp.el:
78         * lisp/cedet/semantic/lex.el:
79         * lisp/cedet/semantic/mru-bookmark.el:
80         * lisp/cedet/semantic/scope.el:
81         * lisp/cedet/semantic/senator.el:
82         * lisp/cedet/semantic/sort.el:
83         * lisp/cedet/semantic/symref.el:
84         * lisp/cedet/semantic/tag-file.el:
85         * lisp/cedet/semantic/tag-ls.el:
86         * lisp/cedet/semantic/tag-write.el:
87         * lisp/cedet/semantic/tag.el:
88         * lisp/cedet/semantic/util-modes.el:
89         * lisp/cedet/semantic/analyze/complete.el:
90         * lisp/cedet/semantic/analyze/refs.el:
91         * lisp/cedet/semantic/bovine/c.el:
92         * lisp/cedet/semantic/bovine/gcc.el:
93         * lisp/cedet/semantic/bovine/make.el:
94         * lisp/cedet/semantic/bovine/scm.el:
95         * lisp/cedet/semantic/decorate/include.el:
96         * lisp/cedet/semantic/decorate/mode.el:
97         * lisp/cedet/semantic/symref/cscope.el:
98         * lisp/cedet/semantic/symref/global.el:
99         * lisp/cedet/semantic/symref/grep.el:
100         * lisp/cedet/semantic/symref/idutils.el:
101         * lisp/cedet/semantic/symref/list.el:
102         * lisp/cedet/semantic/wisent/java-tags.el:
103         * lisp/cedet/semantic/wisent/javascript.el:
104         * lisp/cedet/srecode/compile.el:
105         * lisp/cedet/srecode/cpp.el:
106         * lisp/cedet/srecode/document.el:
107         * lisp/cedet/srecode/el.el:
108         * lisp/cedet/srecode/expandproto.el:
109         * lisp/cedet/srecode/getset.el:
110         * lisp/cedet/srecode/insert.el:
111         * lisp/cedet/srecode/java.el:
112         * lisp/cedet/srecode/map.el:
113         * lisp/cedet/srecode/mode.el:
114         * lisp/cedet/srecode/template.el:
115         * lisp/cedet/srecode/texi.el: Remove the file-local setting of
116         generated-autoload-feature.
118         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
119         and only put a prop if it is non-nil.
121 2009-11-03  Juri Linkov  <juri@jurta.org>
123         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
124         (menu-bar-options-menu): Fix list quoting (Bug#4429).
126         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
127         and "Menu" to make top-level menu item visually one unit (like
128         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
129         multi-word menu items).  Fix :help string for quit-window.
131 2009-11-03  Glenn Morris  <rgm@gnu.org>
133         * cedet/mode-local.el (with-mode-local): Doc fix.
135         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
136         (byte-compile-file-form-define-abbrev-table)
137         (byte-compile-file-form-custom-declare-variable)
138         (byte-compile-variable-ref, byte-compile-defvar):
139         Whether or not a warning is enabled should only affect whether we issue
140         the warning, not whether or not we collect the relevant data.
141         Eg warnings can be turned on and off throughout the course of a file.
143         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
144         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
146 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
148         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
149         * play/mpuz.el (mpuz-create-buffer):
150         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
151         (lm-print-y,s,noise, lm-print-w0, lm-init):
152         * play/gomoku.el (gomoku-prompt-for-move):
153         * play/fortune.el (fortune-in-buffer):
154         * play/dissociate.el (dissociated-press):
155         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
156         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
157         * mail/supercite.el (sc-eref-show):
158         * mail/smtpmail.el (smtpmail-send-it):
159         * mail/rmailsum.el (rmail-summary-next-labeled-message)
160         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
161         (rmail-summary-undelete-many, rmail-summary-rmail-update)
162         (rmail-summary-goto-msg, rmail-summary-expunge)
163         (rmail-summary-get-new-mail, rmail-summary-search-backward)
164         (rmail-summary-add-label, rmail-summary-output-menu)
165         (rmail-summary-output-body):
166         * mail/rfc822.el (rfc822-addresses):
167         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
168         * mail/mailpost.el (post-mail-send-it):
169         * mail/hashcash.el (hashcash-generate-payment):
170         * mail/feedmail.el (feedmail-run-the-queue)
171         (feedmail-queue-send-edit-prompt-help-first)
172         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
173         (feedmail-deduce-address-list):
174         * eshell/esh-ext.el (eshell-remote-command):
175         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
176         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
177         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
178         (viper-save-string-in-file, viper-valid-marker):
179         * emulation/viper-keym.el (viper-toggle-key):
180         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
181         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
182         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
183         * emulation/viper-cmd.el (viper-exec-form-in-vi)
184         (viper-exec-form-in-emacs, viper-brac-function):
185         * emulation/viper.el (viper-delocalize-var):
186         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
187         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
188         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
189         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
190         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
191         * emulation/edt.el (edt-electric-helpify):
192         * emulation/cua-rect.el (cua--rectangle-aux-replace):
193         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
194         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
195         (cua-indent-to-global-mark-column):
196         * calendar/diary-lib.el (calendar-mark-1):
197         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
198         Use with-current-buffer.
199         * emulation/viper.el (viper-delocalize-var): Use dolist.
201 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
203         * comint.el (comint-replace-by-expanded-history-before-point):
204         Replace !! with the previous input string literally (Bug#1795).
206 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
208         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
209         to be made up of whitespace.
211 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
213         * minibuffer.el (read-file-name): Don't use file dialogs for
214         remote directories (Bug#99).
216 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
218         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
220 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
222         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
223         instead of deleting the window or frame.
225 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
227         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
228         Support face colors.
230         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
231         New function.  Support face colors (Bug#1168).
232         (tex-common-initialization): Use it.
234         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
235         mode allows it (Bug#1168).
237 2009-10-31  Juri Linkov  <juri@jurta.org>
239         * facemenu.el (list-colors-display): Don't mark buffer as
240         modified (Bug#3948).
242 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
244         * international/mule-diag.el (list-character-sets-1): Minor
245         message fix (Bug#3526).
247         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
248         face property (Bug#4834).
249         (etags-list-tags, etags-tags-apropos-additional)
250         (etags-tags-apropos, tags-select-tags-table): Add follow-link
251         property.
253         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
254         items.
256         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
257         items.
259         * cedet/ede.el (ede-minor-mode):
260         * cedet/semantic.el (semantic-mode): Toggle menu separators.
262 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * textmodes/two-column.el (2C-split):
265         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
266         * textmodes/tex-mode.el (tex-set-buffer-directory):
267         * textmodes/spell.el (spell-region, spell-string):
268         * textmodes/reftex.el (reftex-erase-buffer):
269         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
270         * textmodes/reftex-toc.el (reftex-toc-promote-action):
271         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
272         (reftex-select-item):
273         * textmodes/reftex-ref.el (reftex-label-info-update)
274         (reftex-offer-label-menu):
275         * textmodes/reftex-index.el (reftex-index-change-entry)
276         (reftex-index-phrases-info):
277         * textmodes/reftex-global.el (reftex-create-tags-file)
278         (reftex-save-all-document-buffers, reftex-ensure-write-access):
279         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
280         (reftex-view-crossref-from-bibtex):
281         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
282         (reftex-extract-bib-entries-from-thebibliography)
283         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
284         * textmodes/refbib.el (r2b-capitalize-title):
285         (r2b-convert-buffer, r2b-help):
286         * textmodes/page-ext.el (pages-directory)
287         (pages-directory-goto-with-mouse):
288         * textmodes/bibtex.el (bibtex-validate-globally):
289         * textmodes/bib-mode.el (bib-capitalize-title):
290         * textmodes/artist.el (artist-clear-buffer, artist-system):
291         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
292         (local-set-scheme-interaction-buffer, xscheme-process-filter)
293         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
294         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
295         (xscheme-send-control-g-interrupt, xscheme-start-process)
296         (xscheme-process-sentinel, xscheme-cd):
297         * progmodes/verilog-mode.el (verilog-read-always-signals)
298         (verilog-set-define, verilog-getopt-file)
299         (verilog-module-inside-filename-p):
300         * progmodes/sh-script.el:
301         * progmodes/python.el (python-pdbtrack-get-source-buffer)
302         (python-pdbtrack-grub-for-buffer, python-execute-file):
303         * progmodes/octave-inf.el (inferior-octave):
304         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
305         (idlwave-shell-compile-helper-routines, idlwave-set-local)
306         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
307         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
308         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
309         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
310         (idlwave-shell-filter, idlwave-shell-examine-highlight)
311         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
312         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
313         (idlwave-shell-examine-display, idlwave-shell-run-region)
314         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
315         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
316         * progmodes/idlw-help.el (idlwave-help-get-special-help)
317         (idlwave-help-get-help-buffer):
318         * progmodes/gud.el (gud-basic-call, gud-find-class)
319         (gud-tooltip-activate-mouse-motions-if-enabled):
320         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
321         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
322         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
323         (ebrowse-tags-next-file):
324         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
325         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
326         (ebnf-eps-finish-and-write):
327         * progmodes/cpp.el (cpp-edit-save):
328         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
329         * progmodes/cc-defs.el (c-emacs-features):
330         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
331         (antlr-directory-dependencies):
332         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
333         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
334         (ada-find-any-references, ada-make-filename-from-adaname)
335         (ada-make-body-gnatstub):
336         * obsolete/rnews.el (news-list-news-groups):
337         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
338         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
339         * net/rcirc.el (rcirc-debug):
340         * net/newst-treeview.el (newsticker--treeview-list-add-item)
341         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
342         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
343         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
344         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
345         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
346         (newsticker--treeview-list-clear-highlight)
347         (newsticker--treeview-list-update-highlight)
348         (newsticker--treeview-list-highlight-start)
349         (newsticker--treeview-tree-update-highlight)
350         (newsticker--treeview-get-selected-item)
351         (newsticker-treeview-mark-list-items-old)
352         (newsticker--treeview-set-current-node):
353         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
354         * net/newst-backend.el (newsticker--get-news-by-funcall)
355         (newsticker--get-news-by-wget, newsticker--image-get)
356         (newsticker--image-sentinel):
357         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
358         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
359         (eudc-ph-close-session):
360         * net/eudc.el (eudc-save-options):
361         * language/thai-word.el (thai-update-word-table):
362         * language/japan-util.el (japanese-string-conversion):
363         * international/titdic-cnv.el (tsang-quick-converter)
364         (ziranma-converter, ctlau-converter):
365         * international/mule-cmds.el (describe-language-environment):
366         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
367         (skkdic-convert-postfix, skkdic-convert-prefix):
368         (skkdic-convert-okuri-nasi, skkdic-convert):
369         * emacs-lisp/re-builder.el (reb-update-overlays):
370         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
371         * emacs-lisp/gulp.el (gulp-send-requests):
372         * emacs-lisp/find-gc.el (trace-call-tree):
373         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
374         (eieio-describe-generic):
375         * emacs-lisp/eieio-base.el (eieio-persistent-read):
376         * emacs-lisp/edebug.el (edebug-outside-excursion):
377         * emacs-lisp/debug.el (debugger-make-xrefs):
378         * emacs-lisp/cust-print.el (custom-prin1-to-string):
379         * emacs-lisp/chart.el (chart-new-buffer):
380         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
381         Use with-current-buffer.
382         * textmodes/artist.el (artist-system): Don't call
383         copy-sequence on a fresh string.
384         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
386 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
388         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
389         is no item to edit. (Bug#4820)
390         (todo-top-priorities): Restore point and restore narrowing in Todo
391         buffer. (Bug#4820)
393 2009-10-31  Glenn Morris  <rgm@gnu.org>
395         * net/ange-ftp.el (top-level): Don't require dired when compiling.
396         (comint-last-output-start, comint-last-input-start)
397         (comint-last-input-end): Don't defvar when compiling.
398         (ange-ftp-process-file): Use bound-and-true-p.
400         * pcmpl-rpm.el (top-level): Move provide statement to end.
401         (pcmpl-rpm): Remove unused custom group.
403         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
405         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
407         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
408         (byte-compile-warnings): Add `constants' as an option.
409         (byte-compile-callargs-warn, byte-compile-arglist-warn)
410         (display-call-tree): Update for byte-compile-fdefinition possibly
411         returning `(macro lambda ...)'.  (Bug#4778)
412         (byte-compile-variable-ref, byte-compile-setq-default):
413         Respect `constants' member of byte-compile-warnings.
415         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
416         Use mapc rather than mapcar because the return value is never used.
418         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
419         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
420         * cedet/semantic/html.el:
421         Suppress harmless warnings about setting up semantic-imenu (not
422         part of Emacs) variables.
424 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
426         * vc-bzr.el (vc-bzr-revision-keywords): New var.
427         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
428         to "submit:".
430         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
431         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
432         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
433         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
434         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
435         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
436         (semantic-analyzer-debug-global-symbol)
437         (semantic-analyzer-debug-missing-innertype)
438         (semantic-analyzer-debug-insert-include-summary):
439         * cedet/semantic/util.el (semantic-file-tag-table):
440         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
441         (semantic-recursive-find-nonterminal-by-name):
442         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
443         * cedet/semantic/tag-file.el (semantic-prototype-file):
444         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
445         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
446         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
447         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
448         (semantic-idle-summary-maybe-highlight):
449         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
450         (semantic-ia-sb-tag-info):
451         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
452         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
453         * cedet/semantic/ede-grammar.el (project-compile-target):
454         (ede-proj-makefile-insert-variables):
455         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
456         (semantic-debug-set-source-location, semantic-debug-interface-layout)
457         (semantic-debug-mode, semantic-debug):
458         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
459         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
460         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
461         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
462         (semanticdb-find-translate-path-includes--internal)
463         (semanticdb-reset-log, semanticdb-find-log-activity):
464         * cedet/semantic/db-file.el (object-write):
465         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
466         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
467         (semanticdb-create-ebrowse-database):
468         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
469         * cedet/semantic/complete.el (semantic-displayor-focus-request)
470         (semantic-collector-calculate-completions-raw)
471         (semantic-complete-read-tag-analyzer):
472         * cedet/semantic/analyze.el (semantic-analyze-pulse):
473         * cedet/ede/util.el (ede-update-version-in-source):
474         * cedet/ede/proj.el (project-delete-target):
475         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
476         (ede-proj-flush-autoconf):
477         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
478         (ede-proj-configure-synchronize):
479         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
480         * cedet/ede/linux.el (ede-linux-version):
481         * cedet/ede/emacs.el (ede-emacs-version):
482         * cedet/ede/dired.el (ede-dired-add-to-target):
483         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
484         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
485         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
486         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
487         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
488         (cedet-idutils-version-check):
489         * cedet/cedet-global.el (cedet-gnu-global-call):
490         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
491         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
492         * cedet/cedet-cscope.el (cedet-cscope-call)
493         (cedet-cscope-expand-filename, cedet-cscope-version-check):
494         Use with-current-buffer.
495         * cedet/ede.el (ede-make-project-local-variable)
496         (ede-set-project-variables, ede-set): Use dolist.
498 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
500         * textmodes/ispell.el (ispell-skip-region-alist):
501         * international/mule-conf.el (eight-bit):
502         * international/fontset.el (font-encoding-alist):
503         * startup.el (pure-space-overflow-message):
504         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
505         * paths.el (gnus-nntp-service, rmail-spool-directory)
506         (term-file-prefix):
507         * files.el (save-some-buffers-action-alist):
508         * cmuscheme.el (same-window-buffer-names):
509         * ielm.el (same-window-buffer-names):
510         * shell.el (same-window-buffer-names):
511         * mail/sendmail.el (same-window-buffer-names):
512         * progmodes/inf-lisp.el (same-window-buffer-names):
513         * bindings.el (mode-line-client)
514         (mode-line-column-line-number-mode-map):
515         * language/tibetan.el (tibetan-precomposition-rule-regexp)
516         (tibetan-precomposed-regexp): Purecopy string arguments.
518 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
521         (calcDigit-nondigit):
522         * calc/calc-yank.el (calc-copy-to-buffer):
523         * calc/calc-units.el (calc-invalidate-units-table):
524         * calc/calc-trail.el (calc-trail-yank):
525         * calc/calc-store.el (calc-insert-variables):
526         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
527         * calc/calc-prog.el (calc-read-parse-table):
528         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
529         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
530         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
531         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
532         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
533         (calc-graph-name, calc-graph-find-command, calc-graph-view)
534         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
535         * calc/calc-ext.el (calc-realign):
536         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
537         (calc-embedded-finish-edit, calc-embedded-make-info)
538         (calc-embedded-finish-command, calc-embedded-stack-change):
539         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
541         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
542         (overload-docstring-extension): Use that info.
543         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
544         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
545         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
546         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
547         (semantic-nonterminal-full-name): Add the new `when' info.
548         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
549         `assert'.
551         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
552         shell-dynamic-complete-filename in preference to
553         comint-dynamic-complete-filename.
555         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
556         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
557         Don't consider whether the display supports colors.
558         (bookmark-import-new-list): Use dolist.
559         (bookmark-bmenu-mode-map): Move initialization into declaration.
560         (bookmark-bmenu-list): Use dolist, simplify.
561         (bookmark-show-all-annotations): Use save-selected-window and dolist.
562         (menu-bar-final-items): Use push.
564 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
566         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
567         it works on remote files.
568         (vc-hg-diff): Don't pass any `--cwd' argument.
570 2009-10-27  Kevin Ryde  <user42@zip.com.au>
572         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
573         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
574         (Further to Bug#3921).
576 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
578         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
579         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
580         calling `tramp-imap-put-file'.  Add file size to the call.
581         (tramp-imap-get-file-entries): Compute also user name, file size,
582         and date.
583         (tramp-imap-handle-insert-directory): Insert uid and gid.
584         (tramp-imap-handle-file-attributes): Transform uid and gid
585         according to `id-format'.
586         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
587         size in header X-Size.
589 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
591         * simple.el (transpose-subr): Give clearer error when the mark
592         is not set.  (Bug#4807)
594 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
596         * net/tramp.el (tramp-perl-file-truename): New defconst.
597         Perl code contributed by yary <not.com@gmail.com> (tiny change).
598         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
599         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
600         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
602         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
603         Ignore `dired-call-process'.
604         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
606 2009-10-26  Julian Scheid  <julians37@gmail.com>
608         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
609         (tramp-get-remote-readlink): New defun.
610         (tramp-handle-file-truename): Use it.
611         (tramp-handle-file-exists-p): Check file-attributes cache, assume
612         file exists if cache value present.
613         (tramp-check-cached-permissions) New defun.
614         (tramp-handle-file-readable-p): Use it.
615         (tramp-handle-file-writable-p): Likewise.
616         (tramp-handle-file-executable-p): Likewise.
617         (tramp-handle-file-name-all-completions): Try using Perl to get
618         partial completions.  When perl not available, combine `cd' and
619         `ls' into single remote operation and use shell expansion to get
620         partial remote directory contents.  Set `file-exists-p' cache for
621         directory and any files returned by ls.  Change cache handling to
622         support partial directory contents.  Use error message emitted by
623         remote `cd' or Perl code for local tramp-error.
624         (tramp-do-copy-or-rename-file-directly): Avoid separate
625         tramp-send-command-and-check call.
626         (tramp-handle-process-file): Merge three remote ops into one.
627         Do not flush all caches when `process-file-side-effects' is set.
628         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
629         file-attributes shows uid/gid to be set already.
631 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
633         * textmodes/tex-mode.el (tex-dvi-view-command)
634         (tex-show-queue-command, tex-open-quote):
635         * progmodes/ruby-mode.el (auto-mode-alist)
636         (interpreter-mode-alist): Purecopy strings.
638         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
640         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
641         string for the hook, keymap and abbrev table.
643         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
645         * x-dnd.el (x-dnd-xdnd-to-action):
646         * startup.el (fancy-startup-text, fancy-about-text): Change to
647         defconst from defvar.
649         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
651         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
652         Purecopy initialization strings.
654         * mail/sendmail.el (mail-header-separator)
655         (mail-personal-alias-file):
656         * mail/rmail.el (rmail-default-dont-reply-to-names)
657         (rmail-ignored-headers, rmail-retry-ignored-headers)
658         (rmail-highlighted-headers, rmail-secondary-file-directory)
659         (rmail-secondary-file-regexp):
660         * files.el (null-device, file-name-invalid-regexp)
661         (locate-dominating-stop-dir-regexp)
662         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
663         (interpreter-mode-alist): Use mapcar instead of mapc.
665         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
667         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
668         (completion-ignored-extensions):
669         (debug-ignored-errors): Purecopy strings.
671 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
674         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
675         (pcomplete--here): Use push.
677         * subr.el (all-completions): Declare the 4th arg obsolete.
679 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
681         * pcomplete.el (pcomplete-unquote-argument-function): New var.
682         (pcomplete-unquote-argument): New function.
683         (pcomplete--common-suffix): Always pay attention to case.
684         (pcomplete--table-subvert): Quote and unquote the text.
685         (pcomplete--common-quoted-suffix): New function.
686         (pcomplete-std-complete): Use it and pcomplete-begin.
688         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
689         we're inside a dedicated or minibuffer window.
691 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * cedet/semantic/fw.el (semantic-alias-obsolete)
694         (semantic-varalias-obsolete): Make the `when' arg mandatory.
695         (define-mode-overload-implementation):
696         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
697         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
698         * cedet/semantic/util.el (semantic-file-token-stream)
699         (semantic-something-to-stream):
700         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
701         (semantic-expand-nonterminal):
702         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
703         (semantic-find-dependency, semantic-find-nonterminal)
704         (semantic-find-dependency):
705         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
706         (semantic-flex-text, semantic-flex-make-keyword-table)
707         (semantic-flex-keyword-p, semantic-flex-keyword-put)
708         (semantic-flex-keyword-get, semantic-flex-map-keywords)
709         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
710         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
711         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
712         (semantic-after-idle-scheduler-reparse-hooks):
713         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
714         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
715         * cedet/semantic.el (semantic-toplevel-bovine-table)
716         (semantic-toplevel-bovine-cache)
717         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
718         (semantic-init-mode-hooks, semantic-init-db-hooks)
719         (semantic-bovination-working-type): Provide the `when' arg.
721 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
723         * bookmark.el: Update documentation, especially documentation
724         of `bookmark-alist' and of the bookmark file format.
725         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
727 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
729         * mail/emacsbug.el (report-emacs-bug): Clarify that the
730         keybindings apply to the mail buffer (Bug#4003).  Shrink help
731         window to buffer.
733         * whitespace.el (whitespace-mode, whitespace-newline-mode)
734         (global-whitespace-mode, global-whitespace-newline-mode)
735         (whitespace-toggle-options, global-whitespace-toggle-options):
736         Doc fix (Bug#3660).
738         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
739         of xmltok-start before the end tag was inserted (Bug#2840).
741         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
742         patterns that are preceded by an open-paren (Bug#1320).
744 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
746         * files.el (delete-directory): Delete symlinks to directories with
747         delete-file (Bug#4739).
749 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
751         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
752         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
753         argument to make-obsolete.
755         * cedet/semantic/fw.el (semantic-alias-obsolete)
756         (semantic-varalias-obsolete): Add optional WHEN argument.
758 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
760         * vc.el (vc-backend-for-registration): Rename from
761         vc-get-backend-for-registration.  Update callers.
763         * international/mule-cmds.el (set-language-info-alist):
764         Purecopy lang-env.
765         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
766         (charset): Purecopy the name.
767         (define-char-code-property): Purecopy string arguments.
769         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
770         Purecopy string arguments.
772         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
773         * ediff-hook.el (menu-bar-ediff-menu):
774         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
775         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
777 2009-10-24  Glenn Morris  <rgm@gnu.org>
779         * comint.el (comint-dynamic-list-completions):
780         * term.el (term-dynamic-list-completions): Use choose-completion rather
781         than obsolete alias mouse-choose-completion.
783         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
784         file-cache-choose-completion.
785         (file-cache-choose-completion): Handle an optional event argument.
786         (file-cache-mouse-choose-completion): Make it an obsolete alias.
788         * progmodes/octave-mod.el (octave-complete-symbol):
789         Use choose-completion if mouse-choose-completion is ever removed.
791         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
792         use.
794         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
795         compiler.
797         * vc-hooks.el (vc-responsible-backend): Fix declaration.
799 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
801         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
802         Ignore `pred' now that we receive one.
803         Handle test-completion specially.
805 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
807         * vc.el (vc-responsible-backend): Throw an error if not backend is
808         found.  Remove the REGISTER argument. Move the code dealing with
809         REGISTER ...
810         (vc-get-backend-for-registration): ... here.  New function.
811         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
812         of vc-responsible-backend, pass the file name instead of the
813         directory name.
815 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
817         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
818         New funs.
819         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
820         (pcomplete-comint-setup): Don't modify a global var via
821         accidental side-effects.
822         (pcomplete-shell-setup): Adjust call accordingly.
823         (pcomplete-parse-comint-arguments): Use push.
825 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
827         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
828         Allow uncapitalized info node names (Bug#3921).
830         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
831         to the DEBUG file (Bug#3781).
833 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
835         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
836         dictionary entry (Bug#4579).
838 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
840         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
841         from `rfn-eshadow-update-overlay-hook' when unloading.
842         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
843         "rsyncc".  Adjust doc string.
844         (tramp-temp-buffer-file-name) New buffer-local defvar.
845         (tramp-handle-insert-file-contents, tramp-handle-write-region):
846         Keep temporary file when indicated by method ("rsync" and
847         "rsyncc").
848         (tramp-handle-write-region): Handle APPEND.
849         (tramp-delete-temp-file-function): New defun.  Added to
850         `kill-buffer-hook'.
852 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
854         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
856 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
858         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
859         (color-name-rgb-alist, tty-standard-colors)
860         (tty-color-mode-alist): Change to defconst.
862         * simple.el (mark-inactive): Purecopy message.
864         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
865         (global-map, yank-menu):
866         * textmodes/ispell.el (ispell-menu-map):
867         * net/eudc.el (eudc-tools-menu):
868         * international/mule-cmds.el (describe-language-environment-map)
869         (setup-language-environment-map, set-coding-system-map)
870         (mule-menu-keymap):
871         * vc-hooks.el (vc-menu-entry, vc-menu-map):
872         * replace.el (occur-mode-map):
873         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
875 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
877         * calc/calc.el (math-read-number, math-read-number-simple): Use
878         `save-match-data'.
880 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
882         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
883         rather than fiddling with global-map bindings, since it should only
884         affect per-terminal settings.
885         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
887         * minibuffer.el (completion-table-with-terminator): Allow to specify
888         the terminator-regexp.
890         * simple.el (switch-to-completions): Look for *Completions* in other
891         frames as well.
893         * pcomplete.el: Allow the use of completion-tables.
894         (pcomplete-std-complete): New command.
895         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
896         (pcomplete--here): Use a function for `form' rather than an expression,
897         so it can be byte-compiled.
898         (pcomplete-here, pcomplete-here*): Adjust accordingly.
899         Add edebug declaration.
900         (pcomplete-show-completions): Remove unused var `curbuf'.
901         (pcomplete-do-complete, pcomplete-stub):
902         Don't assume `completions' is a list of strings any more.
904 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
906         * find-dired.el (find-name-arg): Fix typo in docstring.
908 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
911         (pcmpl-linux-fs-types): Same, and update to new modules layout.
913         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
914         pcomplete-entries.
916         * comint.el (comint-read-input-ring, comint-write-input-ring)
917         (comint-substitute-in-file-name)
918         (comint-dynamic-complete-as-filename)
919         (comint-dynamic-simple-complete)
920         (comint-dynamic-list-filename-completions)
921         (comint-dynamic-list-completions)
922         (comint-redirect-results-list-from-process): Minor simplifications.
924 2009-10-21  Kevin Ryde  <user42@zip.com.au>
926         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
927         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
928         the first form.  And insert a blank line after ";;; Code" since
929         that's usual style.  (My Bug#4612.)
931         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
933 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
935         * minibuffer.el (completion-table-with-terminator): Properly implement
936         boundaries, in case `terminator' appears in the suffix.
937         (completion--embedded-envvar-table): Don't return boundaries if
938         there's no valid completion.  Simplify.
939         (completion-file-name-table): New completion table extracted from
940         completion--file-name-table.
941         (completion--file-name-table): Use it.
942         (read-file-name-predicate): Declare obsolete.
943         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
944         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
945         completion-file-name-table, and use the `pred' argument.
946         * files.el (locate-file-completion-table): Use the `pred' arg rather
947         than read-file-name-predicate.
948         (abbreviate-file-name): Use \` rather than ^ for BOS.
950 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
952         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
953         vc-responsible-backend to register, it causes problems.
955 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
957         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
959 2009-10-21  Eric Ludlam  <zappo@gnu.org>
961         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
962         (semantic-c-debug-mode-init-pch): New functions.
963         (semantic-c-debug-mode-init-last-mode): New var.
964         (semantic-c-parse-lexical-token): Use them.
966         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
967         When extracting the argument list, limit only by point-max.
969 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
971         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
972         (tramp-smb-handle-file-attributes): Use it.
973         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
974         (tramp-smb-handle-insert-directory): Use `mapc' rather than
975         `mapcar'.  Use `tramp-smb-get-stat-capability'.
976         Add `dired-filename' text properties.
977         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
978         (tramp-smb-maybe-open-connection): Simplify check for smbclient
979         version.
981 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
983         * subr.el (read-key-delay): Reduce to 0.01.
984         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
985         (bug#4751).
987 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
989         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
991         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
992         (Info-menu): Remove unused vars `last' and `completions'.
993         (Info-index-nodes): Remove unused var `node'.
995         * info.el (Info-complete-menu-item): Use complete-with-action.
997 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
999         Make vc-annotate work through copies and renames.
1000         * vc-annotate.el (vc-annotate-extract-revision-at-line):
1001         Return the file name too.
1002         (vc-annotate-revision-at-line)
1003         (vc-annotate-find-revision-at-line)
1004         (vc-annotate-revision-previous-to-line)
1005         (vc-annotate-show-log-revision-at-line): Update to get the file
1006         name from vc-annotate-extract-revision-at-line.
1007         (vc-annotate-show-diff-revision-at-line-internal): Change the
1008         argument to mean whether to show a file diff or not.  Get the file
1009         name from vc-annotate-extract-revision-at-line.
1010         (vc-annotate-show-diff-revision-at-line):
1011         Update vc-annotate-show-diff-revision-at-line call.
1012         (vc-annotate-warp-revision): Add an optional file argument.
1014         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1015         (vc-git-annotate-extract-revision-at-line): Also return the file
1016         name if found.
1018         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1019         command.  Remove unused code.
1020         (vc-hg-annotate-re): Update to match --follow output.
1021         (vc-hg-annotate-extract-revision-at-line): Also return the file
1022         name if found.
1024         * vc.el: Update annotate-extract-revision-at-line documentation.
1026 2009-10-18  Kevin Ryde  <user42@zip.com.au>
1028         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1029         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1031         * net/browse-url.el (browse-url): Identify alist with "consp and
1032         not functionp" and let all other things go down the `apply' leg,
1033         as suggested by Stefan.  (Further to bug#4531.)
1035 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
1037         * minibuffer.el (read-file-name): Check for repeat before putting
1038         a default argument in file-name-history (Bug#4657).
1040         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1041         read syntax (Bug#4737).
1043         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1045 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1047         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1048         (html-tag-alist, html-tag-help): Add descriptions for undocumented
1049         entries and make note of obsolete tags.
1051 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1055 2009-10-18  Glenn Morris  <rgm@gnu.org>
1057         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1058         grep, so that binary files (eg international/uni-bidi.el) can match.
1059         Remove test for "UnicodeData" files, since it is hopefully unnecessary
1060         now, and in any case the file header format has changed.
1062 2009-10-17  Glenn Morris  <rgm@gnu.org>
1064         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1065         (flyspell-get-word, flyspell-large-region)
1066         (flyspell-auto-correct-previous-word): Doc/error message fixes.
1068 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1070         * Makefile.in (ELCFILES): Add ede/shell.
1072 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
1074         * term/common-win.el (x-colors): Purecopy it.
1076 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1078         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1079         permissive for when the buffer is empty.
1080         (tar-header-block-tokenize): Decode the username and groupname.
1081         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1083 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1085         * cedet/srecode/srt.el:
1086         * cedet/srecode/compile.el:
1087         * cedet/semantic/mru-bookmark.el:
1088         * cedet/semantic/debug.el:
1089         * cedet/semantic/complete.el:
1090         * cedet/semantic/analyze.el: Require CL when compiling.
1092 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1094         * cedet/semantic/scope.el
1095         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1096         tmpscope so that the regular scope will continue to work.
1098         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1099         Use semantic-idle-summary-highlight-face as the highlighting.
1101         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1102         contains multibyte characters, choose first applicable coding
1103         system automatically.
1105         * cedet/ede/project-am.el (project-run-target): New method.
1106         (project-run-target): New method.
1108         * cedet/ede.el (ede-target): Add run target menu item.
1109         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1110         (ede-run-target): New function.
1111         (ede-target::project-run-target): New method.
1113         * cedet/ede/proj.el (project-run-target): New method.
1115         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1116         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1117         Add :rules.
1118         (ede-proj-target-makefile-shared-object): Only libtool compilers
1119         now available.  Add linkers for libtool.
1120         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1121         (ede-proj-makefile-target-name): Always use .la extension.
1123         * cedet/ede/proj-prog.el (project-run-target): New method.
1125         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1126         (ede-g++-linker): Change Change link lines.
1128         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1129         When searching for old variables, go to the end of the buffer and
1130         search backward from there.
1131         (ede-proj-makefile-automake-insert-subdirs)
1132         (ede-proj-makefile-automake-insert-extradist): New methods.
1133         (ede-proj-makefile-create): Use them.
1135         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1136         Force FILE to expand to the current target.  Use file-exists-p to
1137         check that it exists.
1139         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1140         (ede-linux-load): Wrap dir in file-name-as-directory.
1141         Set :version slot.
1143         * cedet/ede/files.el (ede-get-locator-object): When enabling
1144         locate, do so on "top".
1146         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1147         file-name-as-directory during compare.
1148         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1149         Get version number from different places.  Don't call egrep.
1150         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1151         to set the directory.
1153         * cedet/ede/shell.el: New file.
1155         * cedet/inversion.el (inversion-decoders): Allow for stray . in
1156         alpha/beta variants.
1158 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1160         * international/mule-cmds.el (select-safe-coding-system): If the file
1161         has a coding cookie, use it regardless of any other setting (bug#4712).
1163 2009-10-17  Glenn Morris  <rgm@gnu.org>
1165         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1166         All errors should have messages.
1168         * foldout.el (foldout-mouse-swallow-events):
1169         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1171         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1172         (dired-keep-marker-copy, dired-keep-marker-hardlink)
1173         (dired-keep-marker-symlink, dired-dwim-target)
1174         (dired-copy-preserve-time): Do not autoload these defcustoms.
1176         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1177         messages from messing up the file coding.  (Bug#4623)
1179 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
1181         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1182         if no match is found for the current dictionary.  (Bug#4578)
1184         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1185         optional, since that is how it is documented, and this is often called
1186         with a nil argument.  (Bug#4577)
1187         (flyspell-external-point-words, flyspell-auto-correct-word)
1188         (flyspell-correct-word-before-point, flyspell-word-search-forward)
1189         (flyspell-word-search-backward): Remove nil argument in calls to
1190         flyspell-get-word, since it is not needed now.
1192 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
1194         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
1196 2009-10-16  Glenn Morris  <rgm@gnu.org>
1198         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1200 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1202         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1203         (ange-ftp-file-size): New function.
1204         (ange-ftp-file-attributes): Use it.
1206 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
1208         * net/tramp-smb.el (tramp-smb-version): New defvar.
1209         (tramp-smb-maybe-open-connection): Use it, in order to avoid
1210         repeated checks.
1212 2009-10-16  Glenn Morris  <rgm@gnu.org>
1214         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1215         Maybe copy some custom properties from old to new name.  (Bug#4706)
1217 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
1219         * subr.el (error, sit-for, start-process-shell-command)
1220         (start-file-process-shell-command): Set the calling convention
1221         after the function definition.
1223 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * subr.el (error, sit-for, start-process-shell-command)
1226         (start-file-process-shell-command): Use the new
1227         set-advertised-calling-convention feature.
1229 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
1231         * international/ucs-normalize.el (ucs-normalize-version):
1232         Change to 1.2.
1233         (check-range): Adjust for Unicode 5.2.
1235 2009-10-15  Juri Linkov  <juri@jurta.org>
1237         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
1238         to the `menu-item' format.
1240 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
1242         * net/tramp.el (tramp-replace-environment-variables): Do not fail
1243         if the environment variable does not exist.
1245         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1246         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
1247         parameter.
1248         (tramp-smb-handle-add-name-to-file)
1249         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1250         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1251         (tramp-smb-handle-file-attributes)
1252         (tramp-smb-do-file-attributes-with-stat)
1253         (tramp-smb-handle-file-local-copy)
1254         (tramp-smb-handle-insert-directory)
1255         (tramp-smb-handle-make-directory)
1256         (tramp-smb-handle-make-directory-internal)
1257         (tramp-smb-handle-make-symbolic-link)
1258         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
1259         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
1260         (tramp-smb-maybe-open-connection): Apply the changed parameters.
1261         (tramp-smb-read-file-entry): Read Disk names in compressed format.
1262         Handle long file names.
1263         (tramp-smb-get-cifs-capabilities): Check, whether the connection
1264         process is running.
1265         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
1266         Read share names with "-g" option.
1268 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
1270         * net/rcirc.el (rcirc-view-log-file): New command.
1271         (rcirc-track-minor-mode-map): Remove C-c ` binding.
1272         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
1273         specified.
1275 2009-10-15  Glenn Morris  <rgm@gnu.org>
1277         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
1278         from the second command-line argument.
1279         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
1280         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
1281         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
1282         w32-batch-update-autoloads.
1283         * emacs-lisp/autoload.el (autoload-make-program): New variable.
1284         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
1286         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
1287         the headers cannot be located.  Simplify, subtracting superflous
1288         save-excursions.
1290 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1292         Replace completion-base-size by completion-base-position to fix bugs
1293         such as (bug#4699).
1294         * simple.el (completion-base-position): New var.
1295         (completion-base-size): Mark as obsolete.
1296         (choose-completion): Make it work for mouse events as well.
1297         Pass the new base-position to choose-completion-string.
1298         (choose-completion-guess-base-position): New function, extracted from
1299         choose-completion-delete-max-match.
1300         (choose-completion-delete-max-match): Use it.  Make obsolete.
1301         (choose-completion-string): Use the new base-position info.
1302         (completion-root-regexp): Delete.
1303         (completion-setup-function): Preserve completion-base-position.
1304         Eliminate obsolete base-size manipulation.
1305         * minibuffer.el (display-completion-list): Don't mess with base-size.
1306         (minibuffer-completion-help): Set completion-base-position instead.
1307         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
1308         choose-completion.
1309         * textmodes/bibtex.el (bibtex-complete):
1310         * emacs-lisp/crm.el (crm--choose-completion-string):
1311         Adjust to new calling convention.
1312         * complete.el (partial-completion-mode): Use minibufferp to avoid
1313         bumping into incompatible change to choose-completion-string-functions.
1314         * ido.el (ido-choose-completion-string): Make its calling convention
1315         more permissive.
1316         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
1317         base-size manipulation.
1318         (comint-dynamic-list-input-ring): Use dotimes and push.
1319         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
1320         fundamental-mode.  Use `or'.
1322 2009-10-14  Juri Linkov  <juri@jurta.org>
1324         * misearch.el (multi-isearch-next-buffer-from-list)
1325         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
1327 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1329         * Makefile.in (compile-onefile): Load `bytecomp' rather than
1330         `bytecomp.el'.
1332         * minibuffer.el (completion-pcm--merge-completions): Make sure the
1333         string we return is all made up of text from the completions rather
1334         than part from the completions and part from the input (bug#4219).
1336         * ido.el (ido-everywhere): Use define-minor-mode.
1338         * buff-menu.el (list-buffers, ctl-x-map):
1339         Mark the entry points with ;;;###autoload cookies.
1341 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1343         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
1344         correctly in the detached head case.
1345         (vc-git-print-log): Remove unused binding.
1347         * vc.el (vc-responsible-backend): When a directory is passed for
1348         for registration create a VC repository if no backend is
1349         responsible for the directory argument.
1350         (vc-deduce-fileset): Tell vc-responsible-backend to register.
1352         * vc.el: Move comments about RCS and SCCS ...
1353         * vc-rcs.el:
1354         * vc-sccs.el: ... here, respectively.
1356 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1358         * minibuffer.el (completion--file-name-table): Return nil if there's
1359         no file completion, even if substitute-in-file-name changed
1360         the string (bug#4708).
1362 2009-10-13  Juri Linkov  <juri@jurta.org>
1364         * files-x.el (read-file-local-variable-value): Don't filter out
1365         minor modes from mode name completion (bug#4664).
1367 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
1369         * international/mule-cmds.el (ucs-names): Remove exclusion of
1370         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
1372 2009-10-13  Kenichi Handa  <handa@m17n.org>
1374         * international/uni-name.el: Regenerated.
1376 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
1378         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
1379         should be automatically buffer-local, but isn't.)
1381 2009-10-12  Sam Steingold  <sds@gnu.org>
1383         * progmodes/compile.el (compilation-next-error-function): Fix the
1384         timestamps if the buffer has been visited before.
1385         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
1386         non-anchored patterns, like the perl one (bug#3928).
1388 2009-10-12  Glenn Morris  <rgm@gnu.org>
1390         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
1391         Let-bind `size'.
1393 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
1395         * proced.el (proced-unload-function): New function.
1397         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
1398         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
1399         Doc fix.
1401         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
1403 2009-10-11  Juri Linkov  <juri@jurta.org>
1405         * files-x.el (read-file-local-variable-value):
1406         Provide default value only for bound variables (bug#4664).
1408 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
1410         * net/tramp.el (tramp-local-host-p): Function shall return nil for
1411         connection methods like smb.
1413         * net/tramp-cache.el (tramp-flush-connection-property): The hash
1414         can be empty.
1416         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1417         (tramp-smb-file-name-handler-alist): Add handlers for
1418         `add-name-to-file', `make-symbolic-link'.
1419         (tramp-smb-handle-add-name-to-file)
1420         (tramp-smb-do-file-attributes-with-stat)
1421         (tramp-smb-handle-make-symbolic-link)
1422         (tramp-smb-get-cifs-capabilities): New defuns.
1423         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1424         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1425         (tramp-smb-handle-file-local-copy)
1426         (tramp-smb-handle-make-directory-internal)
1427         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1428         The file name syntax depends on cifs capabilities.
1429         (tramp-smb-handle-file-attributes):
1430         Call `tramp-smb-do-file-attributes-with-stat' if possible.
1431         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
1432         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
1434 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
1436         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
1437         (eieio-defclass): Apply deftype handler and setf-method properties
1438         directly.
1439         (eieio-add-new-slot): Avoid union function from cl library.
1440         (eieio--typep): New function.
1441         (eieio-perform-slot-validation): Use it.
1443 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
1445         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
1446         Update documentation to refer to the variables documented in r1.135.
1447         (Bug#4188)
1449 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
1451         * bookmark.el (Info-suffix-list): Remove this unused variable.
1452         (bookmark-current-point): Remove this obsolete variable.
1453         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
1454         Adjust for removal of bookmark-current-point.
1456         (bookmarks-already-loaded, bookmark-current-buffer)
1457         (bookmark-yank-point): Document.  (Bug#4188)
1459 2009-10-10  Glenn Morris  <rgm@gnu.org>
1461         * frame.el (frame-height): Doc fix.
1463         * calendar/calendar.el (calendar-split-width-threshold): New option.
1464         (calendar-basic-setup): Use calendar-split-width-threshold.
1466 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
1468         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
1469         Use .la for Automake.
1471 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
1473         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
1474         Use "autoreconf -i".  Suggested by Andreas Schwab.
1476 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
1478         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
1479         Ideographic Supplement" range (U+1F200..U+1F2FF).
1481 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
1483         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
1484         since the list will have been rebuilt anyway.  (Bug#4349)
1486 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
1488         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
1489         (bookmark-bmenu-execute-deletions): Don't save here, as
1490         bookmark-delete will now do so if necessary.
1491         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
1492         (Bug#4348)
1494 2009-10-09  Glenn Morris  <rgm@gnu.org>
1496         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
1498 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
1500         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
1501         (bookmark-jump-other-window): Just invoke bookmark-jump with new
1502         argument now, so the two function's behaviors will match.  (Bug#3645)
1504 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1506         * cedet/ede/proj.el (project-make-dist, project-compile-project):
1507         Fix filename test.
1508         (ede-proj-dist-makefile): Use expand-file-name instead of concat
1509         to expand file names.
1511 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
1513         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
1514         (tramp-file-name-real-host, tramp-file-name-port):
1515         Apply `save-match-data'.
1517         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
1518         case both directories are remote.
1519         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
1520         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
1522 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1524         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
1525         (ede-proj-target-makefile-objectcode): Use it.
1527         * cedet/ede/source.el (ede-want-any-source-files-p)
1528         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1529         Return search result.  This error was introduced while merging.
1531 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
1533         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
1535 2009-10-07  Glenn Morris  <rgm@gnu.org>
1537         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
1538         of concat.
1540 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * files-x.el (read-file-local-variable): Include some
1543         non-user-variables in the completion table (bug#4664).
1545 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
1547         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
1548         message.
1550         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1551         (tramp-smb-file-name-handler-alist): Add handler for
1552         `copy-directory', `expand-file-name', `set-file-modes'.
1553         (tramp-smb-handle-copy-directory)
1554         (tramp-smb-handle-expand-file-name)
1555         (tramp-smb-handle-set-file-modes): New defuns.
1556         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
1557         (tramp-smb-handle-file-attributes): Simplify check for retrieving
1558         entry.
1559         (tramp-smb-handle-insert-directory): Don't flush the cache.
1560         (tramp-smb-maybe-open-connection): Check for samba client and
1561         server versions.
1563 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1565         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
1566         to not error out of search for "^lisp=" fails.
1568 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
1570         * makefile.w32-in (WINS_UPDATES): New macro.
1571         (custom-deps, finder-data, autoloads): Use it.
1573 2009-10-07  Glenn Morris  <rgm@gnu.org>
1575         * Makefile.in (autoloads): Revert previous change.
1576         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
1577         the list of preloaded files passed on the command-line, get
1578         it from src/Makefile.
1580         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
1581         show the original buffer rather than a random one.
1583 2009-10-07  Markus Rost <rost@math.uni-bielefeld.de>
1585         * help.el (describe-no-warranty): Place point in a slightly better
1586         position in the GPLv3 text.
1588 2009-10-06  Sam Steingold  <sds@gnu.org>
1590         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
1591         the comm attribute is present before calling regexp-quote.
1593 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
1595         * play/animate.el (animate-string): For good effect, make sure
1596         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
1598         * play/animate.el (animate-sequence, animate-birthday-present):
1599         * misc.el (butterfly): Don't set `indent-tabs-mode'.
1601 2009-10-06  Glenn Morris  <rgm@gnu.org>
1603         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
1605         * emacs-lisp/autoload.el (autoload-excludes): New variable.
1606         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
1607         (batch-update-autoloads): Process a string value of autoload-excludes,
1608         set during the build process.
1609         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
1611         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
1612         inside with-parsed...  macro so that `v' is defined.
1614         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
1615         * progmodes/fortran.el (fortran-end-of-block)
1616         (fortran-beginning-of-block):
1617         Also push mark in the macro case.
1619         * emerge.el (emerge-show-file-name):
1620         * calc/calc.el (calc-quit):
1621         * calc/calc-misc.el (calc-big-or-small):
1622         * calc/calc-graph.el (calc-graph-view):
1623         * calc/calc-ext.el (calc-reset):
1624         * calendar/calendar.el (calendar-basic-setup):
1625         Use window-full-height-p.
1627         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
1628         header we don't understand, don't insert another.  (Bug#4624)
1629         If changing mime charset, insert the new one in the right place.
1631 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
1633         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1634         (cal-tex-cursor-month): Correctly increment the end date for diary and
1635         holiday listing.  (Bug#4626)
1637 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1639         * help-fns.el (describe-function-1): Don't burp if the function is not
1640         a symbol.
1642 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
1644         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
1645         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
1646         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
1647         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
1649         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
1650         (eieio-default-superclass): Reflow docstrings.
1651         (this, class-option-assoc, defclass, eieio-class-un-autoload)
1652         (eieio-unbind-method-implementations, defmethod)
1653         (eieio-validate-slot-value, eieio-validate-class-slot-value)
1654         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
1655         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
1656         (eieio-slot-originating-class-p, eieio-slot-name-index)
1657         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
1658         (constructor, initialize-instance, no-next-method, object-print)
1659         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
1660         Fix typos in docstrings.
1661         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
1662         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
1663         (next-method-p): Doc fixes.
1664         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
1665         Fix typos in error messages.
1666         (eieio-defmethod): Fix typo in description of generic method.
1668         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
1669         (eieio-persistent-save-interactive, slot-missing):
1670         Fix typos in docstrings.
1671         (eieio-instance-inheritor-slot-boundp): Doc fix.
1673         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
1674         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
1676         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
1677         (eieio-custom-object-apply-reset):
1678         Fix typos in docstrings and error messages.
1680         * emacs-lisp/eieio-datadebug.el (data-debug-show):
1681         Fix typo in docstring.
1683         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
1684         (eieio-browse-tree): Doc fix.
1685         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
1686         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
1687         Fix typos in docstrings.
1689         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
1690         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
1691         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
1692         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
1693         Reflow docstrings.
1695 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1697         * vc-hg.el (log-view-vc-backend): Declare for compiler.
1698         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
1699         Set log-view-vc-backend so that diff can work.
1701         * log-view.el (log-view-diff): Use vc-diff-internal instead of
1702         vc-version-diff.
1703         (vc-diff-internal): Autoload this instead of vc-version-diff.
1705 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1707         * simple.el (eval-expression): Doc fix.
1709         * progmodes/cwarn.el (cwarn-mode): Doc fix.
1711 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1713         * files.el (directory-files-no-dot-files-regexp): New defconst.
1714         (delete-directory): Use it.
1715         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
1717         * net/tramp.el (tramp-verbose): Fix docstring.
1718         (tramp-methods): Add recursive option to `tramp-copy-args'.
1719         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
1720         "scp1_old", "scp2_old", "rsync", "rsyncc".
1721         (tramp-default-method): Check also for `auth-source-user-or-password'.
1722         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1723         Add handler for `copy-directory'.
1724         (tramp-handle-copy-directory): New defun.
1725         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
1726         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
1727         Optimize sent command.
1729 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
1732         window if necessary.
1734         * calendar/calendar.el (calendar-basic-setup): Don't call
1735         switch-to-buffer in a dedicated window.
1737 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
1739         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
1740           don't do anything related to relocating, just return nil.
1741         (bookmark-error-no-filename): New error.
1742         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
1743           bookmark has no file.  Don't even attempt to handle things that
1744           are not files; the whole point of custom handlers is to keep that
1745           knowledge elsewhere anyway.  Tighten some comments.
1746         (bookmark-file-or-variation-thereof): Remove now-unused function.
1747         (bookmark-location): Doc string fix.
1748         (Bug#4250)
1750 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1752         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
1753         don't use a file dialog, because they usually don't know how to read
1754         a directory target from the user.  (Bug#4230)
1755         Also, make sure the prompt can display directories as well as files.
1757 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1759         * bookmark.el (bookmark-set, bookmark-buffer-name):
1760         Improve doc strings.  (Bug#1193)
1762 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1764         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
1765         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
1766         (bookmark-get-annotation, bookmark-set-annotation)
1767         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
1768         (bookmark-set-position, bookmark-get-front-context-string)
1769         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
1770         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
1771         (bookmark-jump-other-window, bookmark-handle-bookmark)
1772         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
1773         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
1774         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
1775            Improve doc strings to say whether bookmark can be a string or
1776            a record or both, and make other consistency and clarity fixes.
1777         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
1778         (bookmark-default-annotation-text, bookmark-yank-word)
1779         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
1780         (bookmark-import-new-list, bookmark-maybe-rename)
1781         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1782         (bookmark-bmenu-bookmark): Give these doc strings.
1783         (bookmark-bmenu-check-position): Give this a doc string, but also
1784            add a FIXME comment about how the function may be pointless.
1785         (bookmark-default-handler): Rework doc string and change a
1786            parameter name, to clarify that this takes a bookmark record
1787            not a bookmark name.
1788         (bookmark-set): Change a parameter name to indicate its meaning,
1789            and improve the doc string a bit.
1790         (Bug#4188)
1792 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1794         * bookmark.el (bookmark-alist): Document the new `handler' element
1795         in the param alist.
1796         (bookmark-make-record-function): Adjust documentation for above.
1797         (Bug#4193)
1799 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1801         * info.el (Info-bookmark-make-record): Document this function.
1802         (Info-bookmark-jump): Document with a doc string, not just a comment.
1803         (Bug#4203)
1805 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1807         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
1808         (semantic-new-buffer-fcn): Call parser setup functions here.
1809         (semantic-mode): Don't call parser setup functions here, it's done
1810         in semantic-new-buffer-fcn now.
1811         (semantic-mode): Parse all existing buffers when enabled.
1813         * cedet/srecode/compile.el (srecode-compile-file):
1814         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1816 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1818         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1820         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
1821         (proj-comp-insert-variable-once): New macro, renamed from
1822         ede-pmake-insert-variable-once in ede/pmake.edl.
1823         (ede-proj-makefile-insert-variables): Use it.
1825 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
1827         * files.el (copy-directory): New defun.
1829         * dired-aux.el (dired-copy-file-recursive): Use it.
1831 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1833         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1834         (makefile-end-of-command):
1835         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1836         (semantic-end-of-context): Fix previous change.  Doc fixes.
1838 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1840         * files-x.el (modify-dir-local-variable)
1841         (copy-dir-locals-to-file-locals-prop-line):
1842         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1843         (makefile-end-of-command):
1844         * cedet/semantic/lex.el (semantic-lex-token):
1845         * cedet/semantic/analyze/fcn.el
1846         (semantic-analyze-dereference-metatype-1):
1847         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
1848         (semantic-lex-cpp-undef):
1849         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
1850         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1851         (semantic-end-of-context): Fix typos in docstrings.
1853         * recentf.el (recentf-unload-function): New function.
1855 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1857         * cedet/ede.el (ede-project-placeholder-cache-file):
1858         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
1859         * cedet/srecode/map.el (srecode-map-save-file):
1860         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1862 2009-10-04  Glenn Morris  <rgm@gnu.org>
1864         * window.el (window-full-height-p): Add doc string.
1866 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
1868         * window.el (window-full-height-p): New function.  (Bug#4543)
1870 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1872         * cedet/srecode/insert.el: Require srecode/args.
1874         * cedet/srecode/args.el: Require srecode/dictionary instead of
1875         srecode/insert.
1877         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
1879         * files.el (auto-mode-alist): Add .srt and Project.ede.
1881         * cedet/semantic.el (semantic-mode):
1882         Handle srecode-template-mode-hook as well.
1883         (semantic-mode): Use js-mode-hook for Javascript hook.
1885         * cedet/srecode/template.el: Remove hook variable.
1887         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
1889         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
1890         projects exist.
1891         (ede-project-placeholder-cache-file): Default to a file in
1892         user-emacs-directory.
1894         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
1895         templates in data-directory.
1896         (srecode-map-save-file): Default to a file in user-emacs-directory.
1898         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
1899         directory.
1901 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1903         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
1904         Doc fix.
1906         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
1907         Only insert each variable once.
1909         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1910         (ede-pmake-insert-variable-shared): Use it.
1912         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1913         for lexical table iff table is nil.
1915 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1917         * vc.el: Remove commented out code.
1918         (vc-derived-from-dir-mode): Remove, unused.
1919         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
1921 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
1923         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1924         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
1925         there could be recursive loading when `default-directory' is a
1926         remote file name.  (Bug#4614)
1928 2009-10-03  Glenn Morris  <rgm@gnu.org>
1930         * calendar/calendar.el (calendar-basic-setup): Handle the case where
1931         the frame is wide.
1932         (calendar-generate-window): Test for shrinkability rather than width.
1934         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
1935         declaration, currently false.
1937         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
1938         reusing existing buffers, in case we happen to visit two files with the
1939         same basename.  (Bug#4593)
1941 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
1943         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
1944         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
1945         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
1946         subdirs of cedet as well.
1947         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
1949 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1951         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
1952         Obey advertised-signature-table.
1954         * help-fns.el (help-function-arglist): Don't check
1955         advertised-signature-table.
1956         (describe-function-1): Do it here instead so it also applies to subrs.
1958 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
1960         * simple.el (start-file-process): Say in the doc-string, that file
1961         handlers might not support pty association, if PROGRAM is nil.
1963         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
1964         HOST and USER are strings.  They are nil, when there are
1965         incomplete entries in ~/.netrc, for example.
1966         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
1967         root directory ("device busy" error otherwise).
1969         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
1970         Flush file properties of created directory.
1972 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
1974         * makefile.w32-in (WINS_BASIC): Remove cedet.
1975         (WINS_CEDET): Add cedet.
1976         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
1978 2009-10-02  Kevin Ryde  <user42@zip.com.au>
1980         * net/browse-url.el (browse-url): Pass any symbol in
1981         browse-url-browser-function to `apply', since if you've mistakenly put
1982         an unbound symbol then the error is clearer.  (Bug#4531)
1984 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
1986         * allout.el (allout-init, allout-back-to-current-heading)
1987         (allout-beginning-of-current-entry, allout-ascend-to-depth)
1988         (allout-ascend, allout-up-current-level, allout-end-of-level)
1989         (allout-previous-visible-heading, allout-forward-current-level)
1990         (allout-backward-current-level, allout-show-children):
1991         * apropos.el (apropos-describe-plist):
1992         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
1993         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
1994         * completion.el (add-completion, add-permanent-completion):
1995         * descr-text.el (describe-text-category, describe-char):
1996         * desktop.el (desktop-lazy-abort):
1997         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
1998         * dired.el (dired-build-subdir-alist):
1999         * ediff.el (ediff-version):
2000         * elide-head.el (elide-head, elide-head-show):
2001         * emerge.el (emerge-version):
2002         * env.el (getenv):
2003         * face-remap.el (variable-pitch-mode):
2004         * faces.el (describe-face):
2005         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2006         (dired-at-point):
2007         * files.el (find-file-existing, auto-save-mode):
2008         * font-lock.el (font-lock-fontify-buffer):
2009         * help-fns.el (describe-function, describe-variable)
2010         (describe-syntax, describe-categories):
2011         * help.el (view-lossage, describe-bindings, describe-key)
2012         (describe-mode):
2013         * hexl.el (hexl-current-address):
2014         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2015         * info.el (Info-goto-emacs-key-command-node):
2016         * log-edit.el (log-edit-insert-cvs-template)
2017         (log-edit-insert-cvs-rcstemplate):
2018         * menu-bar.el (menu-bar-mode):
2019         * mouse.el (mouse-appearance-menu):
2020         * newcomment.el (comment-indent-new-line):
2021         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2022         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2023         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2024         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2025         * recentf.el (recentf-mode):
2026         * savehist.el (savehist-mode, savehist-save):
2027         * shadowfile.el (shadow-copy-files):
2028         * simple.el (kill-ring-save, next-line, previous-line)
2029         (normal-erase-is-backspace-mode):
2030         * strokes.el (strokes-update-window-configuration)
2031         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2032         (strokes-xpm-for-stroke):
2033         * time.el (emacs-uptime, emacs-init-time):
2034         * tutorial.el (tutorial--describe-nonstandard-key)
2035         (tutorial--detailed-help):
2036         * type-break.el (type-break-mode)
2037         (type-break-mode-line-message-mode, type-break-query-mode)
2038         (type-break-guesstimate-keystroke-threshold):
2039         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2040         * version.el (emacs-version):
2041         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2042         * winner.el (winner-mode):
2043         * calendar/timeclock.el (timeclock-in, timeclock-out)
2044         (timeclock-status-string, timeclock-change)
2045         (timeclock-workday-remaining-string)
2046         (timeclock-workday-elapsed-string)
2047         (timeclock-when-to-leave-string):
2048         * calendar/todo-mode.el (todo-add-category):
2049         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2050         * emacs-lisp/autoload.el (update-file-autoloads):
2051         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2052         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2053         (checkdoc-message-text, checkdoc-defun):
2054         * emacs-lisp/debug.el (debugger-list-functions):
2055         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2056         * emacs-lisp/eieio-opt.el (eieio-describe-class)
2057         (eieio-describe-generic):
2058         * emacs-lisp/lisp-mnt.el (lm-synopsis):
2059         * emacs-lisp/shadow.el (list-load-path-shadows):
2060         * emulation/cua-base.el (cua-mode):
2061         * emulation/edt.el (edt-set-scroll-margins):
2062         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2063         (tpu-toggle-regexp, tpu-toggle-search-direction)
2064         (tpu-toggle-rectangle, tpu-toggle-control-keys):
2065         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2066         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2067         (viper-set-parsing-style-toggling-macro)
2068         (viper-set-emacs-state-searchstyle-macros):
2069         * emulation/viper.el (viper-set-hooks):
2070         * eshell/esh-mode.el (eshell-truncate-buffer):
2071         * international/mule-cmds.el (prefer-coding-system)
2072         (describe-input-method, describe-language-environment):
2073         * international/mule-diag.el (list-character-sets)
2074         (describe-character-set, describe-coding-system)
2075         (describe-fontset, list-fontsets, list-input-methods):
2076         * mail/sendmail.el (mail-signature):
2077         * net/ange-ftp.el (ange-ftp-copy-file):
2078         * net/browse-url.el (browse-url):
2079         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2080         * net/quickurl.el (quickurl-add-url):
2081         * net/rcirc.el (names, topic):
2082         * net/xesam.el (xesam-mode):
2083         * play/5x5.el (5x5-new-game):
2084         * play/yow.el (apropos-zippy):
2085         * progmodes/ada-mode.el (ada-mode-version):
2086         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2087         (f90-end-of-block)
2088         (f90-beginning-of-block):
2089         * progmodes/fortran.el (fortran-end-of-block)
2090         (fortran-beginning-of-block):
2091         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2092         * progmodes/python.el (python-describe-symbol, python-shell):
2093         * term/ns-win.el (ns-print-buffer):
2094         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2095         * textmodes/flyspell.el (flyspell-mode-on):
2096         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2097         (pages-directory-for-addresses):
2098         * textmodes/table.el (table-recognize-cell)
2099         (table-query-dimension, table-generate-source)
2100         (table-insert-sequence, table--warn-incompatibility):
2101         * textmodes/tex-mode.el (tex-validate-buffer):
2102         * textmodes/texinfmt.el (texinfmt-version)
2103         (texinfo-format-buffer):
2104         Use `called-interactively-p' instead of `interactive-p'.
2106 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2108         * image-mode.el (image-toggle-display):
2109         * emacs-lisp/elp.el (elp-instrument-function):
2110         * emacs-lisp/advice.el (ad-make-advised-definition):
2111         * emacs-lisp/easy-mmode.el (define-minor-mode):
2112         * net/browse-url.el (browse-url-maybe-new-window):
2113         * progmodes/sh-script.el (sh-learn-buffer-indent):
2114         Pass new argument 'any to `called-interactively-p'.
2116 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2118         * international/uni-bidi.el:
2119         * international/uni-category.el:
2120         * international/uni-combining.el:
2121         * international/uni-comment.el:
2122         * international/uni-decimal.el:
2123         * international/uni-decomposition.el:
2124         * international/uni-digit.el:
2125         * international/uni-lowercase.el:
2126         * international/uni-mirrored.el:
2127         * international/uni-name.el:
2128         * international/uni-numeric.el:
2129         * international/uni-old-name.el:
2130         * international/uni-titlecase.el:
2131         * international/uni-uppercase.el:
2132         Regenerate from Unicode 5.2.0 data.
2134 2009-10-01  Glenn Morris  <rgm@gnu.org>
2136         * Makefile.in (ELCFILES): Regenerate.
2138 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2140         * subr.el (interactive-p): Mark obsolete.
2141         (called-interactively-p): Make the optional-ness of `kind' obsolete.
2142         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2143         advertised-signature-table for subroutines as well.
2145         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2146         (set-advertised-calling-convention): New function.
2147         (make-obsolete, define-obsolete-function-alias)
2148         (make-obsolete-variable, define-obsolete-variable-alias):
2149         Make the optional-ness of `when' obsolete.
2150         (define-obsolete-face-alias): Make `when' non-optional.
2151         * help-fns.el (help-function-arglist):
2152         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2153         Use advertised-signature-table.
2155 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2157         * files.el (delete-directory): New defun.  The original function
2158         in fileio.c has been renamed to `delete-directory-internal'.
2160         * dired.el (dired-delete-file): Call `delete-directory' with
2161         RECURSIVE parameter.
2163         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2164         parameter RECURSIVE.  Implementation is missing.
2166         * net/tramp.el (tramp-handle-make-directory): Flush upper
2167         directory's file properties.
2168         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2169         (tramp-handle-dired-recursive-delete-directory): Flush directory
2170         properties after the remove command only.
2172         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2173         Handle optional parameter RECURSIVE.
2175         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2176         Handle optional parameter RECURSIVE.
2178         * net/tramp-smb.el (tramp-smb-errors): Add error message for
2179         connection timeout.
2180         (tramp-smb-handle-delete-directory): Handle optional parameter
2181         RECURSIVE.
2183 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2185         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2186         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2187         (byte-compile-defmacro): Use backquotes.
2189         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2191         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2192         has no associated file.
2193         (vc-resynch-buffer): Use vc-dir-buffers.
2195 2009-10-01  Glenn Morris  <rgm@gnu.org>
2197         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2198         (chart-file-count):
2199         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2200         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2201         * emacs-lisp/eieio-opt.el (eieio-describe-class):
2202         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2203         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2204         (eieio-copy-parents-into-subclass, make-instance, class-children)
2205         (eieio-generic-form):
2206         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2207         * cedet/cedet-idutils.el (cedet-idutils-search)
2208         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2209         (cedet-idutils-version-check):
2210         * cedet/cedet.el (cedet-version):
2211         * cedet/data-debug.el (data-debug-insert-overlay-button)
2212         (data-debug-insert-overlay-list-button)
2213         (data-debug-insert-buffer-button)
2214         (data-debug-insert-buffer-list-button)
2215         (data-debug-insert-process-button, data-debug-insert-ring-button)
2216         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2217         (data-debug-insert-stuff-vector-button)
2218         (data-debug-insert-symbol-button, data-debug-insert-string)
2219         (data-debug-insert-number, data-debug-insert-lambda-expression)
2220         (data-debug-insert-nil, data-debug-insert-simple-thing)
2221         (data-debug-insert-custom, data-debug-edebug-expr):
2222         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
2223         (global-ede-mode-map, ede-new, ede-debug-target)
2224         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2225         * cedet/semantic.el (semantic-minimum-working-buffer-size)
2226         (semantic-fetch-tags, semantic-submode-list)
2227         (semantic-default-submodes):
2228         * cedet/ede/source.el (ede-source-match):
2229         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
2230         (project-am-package-info):
2231         * cedet/ede/proj.el (ede-proj-target, project-new-target):
2232         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
2233         * cedet/ede/proj-comp.el (ede-current-build-list):
2234         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
2235         * cedet/ede/files.el (ede-toplevel-project-or-nil):
2236         * cedet/ede/cpp-root.el (initialize-instance):
2237         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
2238         (autoconf-parameter-strip, autoconf-insert-new-macro):
2239         * cedet/semantic/wisent.el (wisent-lex-eoi):
2240         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
2241         (semantic-show-parser-state-mode):
2242         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
2243         * cedet/semantic/tag.el (semantic-tag-new-variable)
2244         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2245         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2246         (semantic--tag-deep-copy-tag-list)
2247         (semantic-tag-components-with-overlays-default):
2248         * cedet/semantic/symref.el (semantic-symref-find-text):
2249         * cedet/semantic/senator.el (senator-yank-tag)
2250         (senator-transpose-tags-up):
2251         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
2252         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2253         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
2254         * cedet/semantic/lex.el (semantic-lex-comment-regex)
2255         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2256         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2257         * cedet/semantic/lex-spp.el
2258         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2259         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2260         * cedet/semantic/idle.el
2261         (semantic-idle-summary-current-symbol-info-brutish)
2262         (semantic-idle-summary-current-symbol-info-default):
2263         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
2264         (semantic--grammar-macro-compl-dict):
2265         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2266         * cedet/semantic/format.el (semantic-format-tag-custom-list)
2267         (semantic-format-tag-canonical-name-default):
2268         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
2269         (semantic-find-tags-for-completion)
2270         (semantic-find-tags-by-scope-protection-default)
2271         (semantic-deep-find-tags-for-completion):
2272         * cedet/semantic/edit.el
2273         (semantic-edits-incremental-reparse-failed-hook)
2274         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2275         (semantic-edits-splice-remove, semantic-edits-splice-replace):
2276         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2277         * cedet/semantic/dep.el (semantic-dependency-include-path):
2278         * cedet/semantic/db.el (semanticdb-default-find-index-class)
2279         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2280         (semanticdb-project-roots):
2281         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
2282         (semanticdb-find-adebug-insert-scanned-tag-cons)
2283         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2284         (semanticdb-brute-deep-find-tags-for-completion):
2285         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2286         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
2287         (semantic-end-of-context-default)
2288         (semantic-ctxt-current-function-default)
2289         (semantic-ctxt-scoped-types-default):
2290         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2291         (semantic-complete-inline-tag-engine)
2292         (semantic-complete-inline-custom-type)
2293         (semantic-complete-read-tag-analyzer):
2294         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
2295         (semantic-chart-database-size):
2296         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
2297         (semantic-analyze-current-context):
2298         * cedet/semantic/symref/list.el (semantic-symref)
2299         (semantic-symref-hide-buffer, semantic-symref-symbol):
2300         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
2301         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
2302         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2303         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2304         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2305         (semantic-c-dereference-template):
2306         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2307         (semantic--analyze-refs-full-lookup-with-parents)
2308         (semantic--analyze-refs-full-lookup-simple):
2309         * cedet/semantic/analyze/complete.el
2310         (semantic-analyze-possible-completions):
2311         * cedet/srecode/table.el (srecode-mode-table-new):
2312         * cedet/srecode/srt.el (srecode-read-variable-name):
2313         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2314         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
2315         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2316         * cedet/srecode/map.el (srecode-current-map):
2317         * cedet/srecode/insert.el (srecode-insert)
2318         (srecode-insert-variable-secondname-handler, srecode-insert-method)
2319         (srecode-template-inserter-point-override)
2320         (srecode-insert-include-lookup):
2321         * cedet/srecode/getset.el (srecode-auto-choose-class):
2322         * cedet/srecode/extract.el (srecode-inserter-extract):
2323         * cedet/srecode/document.el
2324         (srecode-document-autocomment-return-last-alist)
2325         (srecode-document-autocomment-param-type-alist)
2326         (srecode-document-insert-function-comment)
2327         (srecode-document-insert-variable-one-line-comment)
2328         (srecode-document-function-name-comment):
2329         * cedet/srecode/dictionary.el (srecode-create-dictionary)
2330         (srecode-compound-toString):
2331         * cedet/srecode/compile.el (srecode-flush-active-templates):
2332         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
2333         Doc/message fixes.
2335         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
2336         match-data.  (Bug#4555).
2338         * cedet/semantic/bovine/gcc.el
2339         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2340         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2342         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
2343         rather than parsing it as a regexp.  This relaxes the layout
2344         requirements and makes errors easier to detect.
2345         (check-declare-verify): Check file is regular.
2346         (check-declare-directory): Doc fix.
2347         * subr.el (declare-function): Doc fix.
2349         * ibuffer.el (ibuffer-format-qualifier):
2350         * isearch.el (hi-lock-regexp-okay):
2351         * calc/calc.el (math-zerop):
2352         * mail/uce.el (rmail-msgbeg, rmail-msgend):
2353         * term/w32-win.el (setup-default-fontset, set-fontset-font):
2354         Remove unused declarations.
2356 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2358         * cedet/semantic/wisent/javat-wy.el
2359         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2361 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
2363         * cedet/srecode/expandproto.el: Fix provide statement.
2365 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2367         * emacs-lisp/eieio.el (boolean-p): Delete.
2369 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
2371         * cedet/ede/srecode.el: Fix provide statement.
2373 2009-09-30  Glenn Morris  <rgm@gnu.org>
2375         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
2376         * cedet/ede/proj-aux.el (ede-aux-source):
2377         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2378         (ede-misc-source):
2379         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
2380         (semantic-mrub-switch-tags): Fix doc typos.
2382         * cedet/semantic/db-global.el (data-debug-new-buffer)
2383         (data-debug-insert-thing): Remove unneeded declarations (one broken).
2384         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2386         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2388         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2389         use of CL function `remove-if-not'.
2391         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
2393         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
2394         filename is not a string.
2396 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
2398         * files.el (safe-local-eval-forms): Fix typo.
2400 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * vc-hooks.el (vc-dir-buffers): New var.
2403         (vc-state-refresh): New function.
2404         (vc-state): Use it.
2405         (vc-after-save): Always ask the backend to recompute the new state.
2406         Always call vc-dir if necessary, using vc-dir-buffers.
2407         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
2408         Use vc-dir-buffers.
2409         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
2410         (vc-dir-prepare-status-buffer, vc-dir-update)
2411         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
2412         Don't call expand-file-name on default-directory.
2414 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2416         * speedbar.el (speedbar-item-delete):
2417         * calc/calc-prog.el (calc-kbd-if):
2418         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
2420         * epa.el (epa-key-list-mode-map):
2421         * hi-lock.el (hi-lock-menu): Fix typos in menus.
2423         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
2424         (hs-show-hook): Fix typo in docstring.
2426 2009-09-29  Glenn Morris  <rgm@gnu.org>
2428         * cedet/semantic/symref/idutils.el:
2429         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
2431         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2433         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2434         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
2435         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
2436         Mark declarations not understood by check-declare.
2438         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
2439         file-name-nondirectory call preventing location of cedet files.
2440         (check-declare-verify): Use literal search rather than re-search.
2441         Add basic defmethod and defclass, and define-overloadable-function.
2443         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
2444         Use tramp-compat-file-attributes rather than nonexistent
2445         tramp-compat-handle-file-attributes.
2447         * Makefile.in (lisptagsfiles4): New.
2448         (AUTOGENEL): Add cedet loaddefs files.
2449         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
2450         (update-elclist, compile-always, backup-compiled-files)
2451         (bootstrap-clean): Add yet another directory level.
2452         (update-elclist): Use LC_COLLATE rather than COLLATE.
2453         (ELCFILES): Update, via `make update-elclist'.
2455 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2457         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
2458         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
2459         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
2461 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
2463         * Makefile.in (lisptagsfiles3): Define.
2464         (TAGS, TAGS-LISP): Use it.
2465         (update-elclist): Add third directory level to look for elc files.
2466         (compile-always): Likewise.
2467         (backup-compiled-files): Likewise.
2468         (bootstrap-clean): Likewise.
2469         (ELCFILES): Update.
2471 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
2473         * Makefile.in (ELCFILES): Add CEDET files.
2475 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2477         CEDET (development tools) package merged.
2479         * cedet/*.el:
2480         * cedet/ede/*.el:
2481         * cedet/semantic/*.el:
2482         * cedet/srecode/*.el: New files.
2484 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
2486         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
2488         * net/tramp.el (top): Require tramp-imap.
2490         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
2491         Use `tramp-compat-handle-file-attributes'.
2493 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2495         * net/tramp-imap.el: New package.
2497 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2499         * emacs-lisp/chart.el:
2500         * emacs-lisp/eieio-base.el:
2501         * emacs-lisp/eieio-comp.el:
2502         * emacs-lisp/eieio-custom.el:
2503         * emacs-lisp/eieio-datadebug.el:
2504         * emacs-lisp/eieio-opt.el:
2505         * emacs-lisp/eieio-speedbar.el:
2506         * emacs-lisp/eieio.el: New files.
2508         * cedet/cedet-cscope.el:
2509         * cedet/cedet-files.el:
2510         * cedet/cedet-global.el:
2511         * cedet/cedet-idutils.el:
2512         * cedet/data-debug.el:
2513         * cedet/inversion.el:
2514         * cedet/mode-local.el:
2515         * cedet/pulse.el: New files.
2517 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2519         * whitespace.el (whitespace-trailing-regexp)
2520         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2521         Fix doc string.
2523 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
2525         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
2526         menu.
2528         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
2529         menu-bar-ediff-menu.
2531         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
2532         define-overloadable-function.
2534         * progmodes/autoconf.el: Provide autoconf as well, so that this
2535         file can be `require'd.
2537         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
2539         * emacs-lisp/autoload.el (generated-autoload-feature)
2540         (generated-autoload-load-name): New vars.
2541         (autoload-rubric, autoload-generate-file-autoloads): Use them.
2542         (make-autoload): Recognize define-overloadable-function and
2543         defclass forms (for EIEIO).
2545         * Makefile.in (update-subdirs): Exclude cedet directory.
2547 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2549         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
2551         * faces.el: Default light-background background for region face to
2552         ns_selection_color under NS.
2554 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2556         * net/imap-hash.el: New library, see NEWS.
2558         * Makefile.in (ELCFILES): Add imap-hash.el.
2560 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2562         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
2563         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
2564         * help-macro.el (make-help-screen): Avoid using an ambiguous function
2565         definition where the docstring could be taken for the return value.
2567 2009-09-26  Glenn Morris  <rgm@gnu.org>
2569         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
2570         Add option to only show images below a certain size.
2571         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
2572         save-excursion calls.
2574 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
2576         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
2577         subdirectories) and eieio.
2579 2009-09-26  Alan Mackenzie  <acm@muc.de>
2581         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
2582         buggy bracketing.  (Bug#4289)
2584         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
2585         character constants (as case labels).  (Bug#4289)
2587 2009-09-25  Juri Linkov  <juri@jurta.org>
2589         * files.el (safe-local-eval-forms): Allow time-stamp in
2590         before-save-hook (Bug#4554).
2592 2009-09-25  Drew Adams  <drew.adams@oracle.com>
2594         * menu-bar.el (list-buffers-directory): Doc fix.
2596 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2598         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
2599         Try and avoid copying twice the same paragraph.
2600         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
2601         Remove save-excursion.
2602         (log-edit-changelog-entry): Do it here instead.
2604 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
2606         * bs.el (bs--get-file-name): Use `list-buffers-directory'
2607         when available, instead of hardcoding mode names.  Doc fix.
2609         * menu-bar.el (list-buffers-directory): Add docstring.
2610         Make automatically buffer-local.
2612         * dired.el (dired-mode):
2613         * files.el (cd-absolute):
2614         * pcvs.el (cvs-temp-buffer):
2615         * pcvs-util.el (cvs-get-buffer-create):
2616         * shell.el (shell-mode):
2617         * vc-dir.el (vc-dir-mode):
2618         Don't make `list-buffers-directory' buffer local.
2620 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
2622         * comint.el (comint-exec, comint-run, make-comint):
2623         Doc fixes (Bug#4542).
2625 2009-09-25  Glenn Morris  <rgm@gnu.org>
2627         * mail/rmailmm.el (rmail-mime): New custom group.
2628         Move all defcustoms in this file into this group.
2629         (rmail-mime-media-type-handlers-alist): Revert previous change.
2630         (rmail-mime-show-images): New option.
2631         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
2632         references to it, since it wasn't actually used for anything.
2633         (rmail-mime-insert-image): New function.
2634         (rmail-mime-image): Use rmail-mime-insert-image.
2635         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
2636         obey the value of `rmail-mime-show-images' option.  Print the size of
2637         attachments.
2639 2009-09-25  David Engster  <deng@randomsample.de>
2641         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
2643 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2645         * whitespace.el: Does not highlight trailing spaces While point is
2646         at end of line.  Does not highligt spaces at beginning of buffer
2647         while point is at beginning of buffer.  Does not highlight spaces
2648         at end of buffer while point is at end of buffer.  (Bug#4177)
2649         New version 12.0.
2650         (whitespace-display-mappings): Adjust initialization.
2651         (whitespace-point, whitespace-font-lock-refontify): New vars.
2652         (whitespace-color-on, whitespace-color-off): Adjust code.
2653         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2654         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
2655         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
2657 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
2659         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
2661         * textmodes/sgml-mode.el: Remove xml-mode alias.
2663         * files.el (auto-mode-alist, conf-mode-maybe)
2664         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
2666 2009-09-24  Alan Mackenzie  <acm@muc.de>
2668         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
2669         c-forward-conditionals, but it doesn't move point and doesn't set
2670         the mark.
2671         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
2672         (c-down-conditional-with-else, c-backward-conditional)
2673         (c-forward-conditional): Refactor to use c-scan-conditionals.
2675 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2677         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
2678         (help-default-arg-highlight): Remove.
2679         (help-highlight-arg): New function.
2680         (help-do-arg-highlight): Use it.
2681         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
2683 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2685         * term.el (term-set-scroll-region, term-handle-ansi-escape):
2686         Undo last change, which didn't fix the problem and introduced others.
2688 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
2690         * progmodes/gdb-mi.el: Don't require speedbar.
2691         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
2693 2009-09-24  Glenn Morris  <rgm@gnu.org>
2695         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
2697         * term/ns-win.el (ns-reg-to-script): Define for compiler.
2699         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
2700         there is no newline after the final mime boundary.  (Bug#4539)
2701         Move markers on insertion so that any buttons inserted don't end up in
2702         the next part of a multipart message.
2703         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
2704         (rmail-mime-bulk-handler): Optionally handle images.
2705         (rmail-mime-image): New button action.
2706         (rmail-mime-image-handler): New function.
2707         (rmail-mime-mode): New mode.
2708         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
2710 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2712         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
2713         than just dropping elements from it (bug#4504).
2715         * term.el (term-set-scroll-region): Don't move cursor any more.
2716         (term-handle-ansi-escape): Call term-goto here instead.
2717         Suggested by Ivan Kanis <apple@kanis.eu>.
2719         * term.el: Require CL.
2720         (term-ansi-reset): New function.
2721         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
2722         (term-handle-colors-array): Simplify.
2724 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2726         * allout.el (allout-overlay-interior-modification-handler)
2727         (allout-obtain-passphrase):
2728         * epa-file.el (epa-file-write-region):
2729         * ps-print.el (ps-begin-job):
2730         * vc-hooks.el (vc-toggle-read-only):
2731         * vc-rcs.el (vc-rcs-rollback):
2732         * vc-sccs.el (vc-sccs-rollback):
2733         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
2734         (vc-version-diff, vc-revert, vc-rollback):
2735         * wdired.el (wdired-check-kill-buffer):
2736         * emacs-lisp/authors.el (authors):
2737         * net/socks.el (socks-open-connection):
2738         * net/zeroconf.el (zeroconf-service-add-hook):
2739         * obsolete/vc-mcvs.el (vc-mcvs-register):
2740         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
2741         (gdb-select-frame):
2742         * progmodes/grep.el (lgrep, rgrep):
2743         * progmodes/idlw-help.el (idlwave-help-check-locations)
2744         (idlwave-help-html-link, idlwave-help-assistant-open-link):
2745         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2746         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
2747         (reftex-toc-rename-label): Fix typos in error messages.
2749         * dired-aux.el (dired-do-shell-command): Reflow docstring.
2750         (dired-copy-how-to-fn): Doc fix.
2751         (dired-files-attributes, dired-read-shell-command):
2752         Fix typos in docstrings.
2754         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
2755         (dired-x-find-file-other-window): Reflow docstrings.
2756         (dired-omit-marker-char, dired-read-shell-command)
2757         (dired-x-submit-report): Fix typos in docstrings.
2759         * shell.el (shell-mode-hook):
2760         * view.el (View-scroll-line-forward):
2761         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
2762         Fix typos in docstrings.
2764         * net/dig.el (dig-invoke): Fix typo in docstring.
2765         (query-dig): Reflow docstring.
2767         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
2768         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
2769         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
2770         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
2771         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
2772         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
2773         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
2774         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
2775         (idlwave-completion-map, idlwave-current-indent)
2776         (idlwave-custom-ampersand-surround, idlwave-customize)
2777         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
2778         (idlwave-define-abbrev, idlwave-determine-class-special)
2779         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
2780         (idlwave-end-block-reg, idlwave-end-of-statement)
2781         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
2782         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
2783         (idlwave-explicit-class-listed, idlwave-file-header)
2784         (idlwave-fill-paragraph, idlwave-find-class-definition)
2785         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
2786         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
2787         (idlwave-in-quote, idlwave-indent-action-table)
2788         (idlwave-indent-expand-table, idlwave-indent-line)
2789         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
2790         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
2791         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
2792         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
2793         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
2794         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
2795         (idlwave-outlawed-buffers, idlwave-popup-select)
2796         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
2797         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
2798         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
2799         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
2800         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
2801         (idlwave-statement-type, idlwave-struct-skip)
2802         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
2803         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
2804         (idlwave-what-module-find-class): Fix typos in docstrings.
2805         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
2806         (idlwave-calculate-cont-indent, idlwave-expand-equal)
2807         (idlwave-find-module, idlwave-find-structure-definition)
2808         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
2809         (idlwave-list-load-path-shadows, idlwave-next-statement)
2810         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
2811         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
2812         (idlwave-template): Reflow docstrings.
2814         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
2815         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
2816         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
2817         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
2818         (idlwave-shell-display-line, idlwave-shell-display-wframe)
2819         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
2820         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
2821         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
2822         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
2823         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
2824         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
2825         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
2826         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
2827         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
2828         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
2829         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
2830         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
2831         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
2832         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
2833         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
2834         Fix typos in docstrings.
2835         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
2836         (idlwave-shell-hide-output, idlwave-shell-mode)
2837         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
2838         Reflow docstrings.
2840         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
2842 2009-09-24  Ivan Kanis  <apple@kanis.eu>
2844         * term.el (term-bold-attribute): New var.
2845         (term-handle-colors-array): Use it.
2847 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
2849         * progmodes/gdb-mi.el (gdb-version): New variable.
2850         (gdb-non-stop-handler): Set gdb-version.
2851         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
2852         Condition "--thread" option on gdb-version.
2853         (gdb-invalidate-threads): Remove unused argument.
2855 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2857         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
2858         to looking-back to avoid ridiculous slow down in large files (bug#4511).
2860 2009-09-23  Glenn Morris  <rgm@gnu.org>
2862         * mail/rmail.el (rmail-reply): Don't try to add a References header when
2863         replying to mail without References or Message-Id.  (Bug#4525)
2865 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2867         * term/ns-win.el (ns-reg-to-script): New variable.
2869 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
2871         * epg.el (epg-wait-for-status): Preserve existing 'error results.
2873 2009-09-22  Sam Steingold  <sds@gnu.org>
2875         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
2876         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
2877         to 1 because hg returns status 1 when nothing is found.
2878         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
2880 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2882         * textmodes/fill.el: Convert to utf-8 encoding.
2883         (fill-french-nobreak-p): Remove redundant » and « inherited from our
2884         pre-unicode days.
2886         * add-log.el (change-log-fill-forward-paragraph): New function.
2887         (change-log-mode): Use it so fill-region DTRT.
2888         Set fill-indent-according-to-mode here rather than in
2889         change-log-fill-paragraph.
2890         (change-log-fill-paragraph): Remove.
2892 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
2894         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
2895         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
2897 2009-09-22  Glenn Morris  <rgm@gnu.org>
2899         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
2900         the scroll-bar scroll the calendar window rather than the buffer.
2902         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
2903         commands that move point (as opposed to scrolling).
2905         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
2907         * emacs-lisp/elint.el (elint): New custom group.
2908         (elint-log-buffer): Make it a defcustom.
2909         (elint-scan-preloaded, elint-ignored-warnings)
2910         (elint-directory-skip-re): New options.
2911         (elint-builtin-variables): Doc fix.
2912         (elint-preloaded-env): New variable.
2913         (elint-unknown-builtin-args): Add an entry for encode-time.
2914         (elint-extra-errors): Make it a variable rather than a constant.
2915         (elint-preloaded-skip-re): New constant.
2916         (elint-directory): Skip files matching elint-directory-skip-re.
2917         (elint-features): New variable, local to linted buffers.
2918         (elint-update-env): Initialize elint-features.  Possibly add
2919         elint-preloaded-env to the buffer's environment.
2920         (elint-get-top-forms): Bind elint-current-pos, for log messages.
2921         Skip quoted forms.
2922         (elint-init-form): New function, extracted from elint-init-env.
2923         Make non-list forms a warning rather than an error.
2924         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
2925         easy-menu-define, put that adds an error-condition, and provide.
2926         When requiring cl, also require cl-macs.  Really require cl, to handle
2927         some cl macros.  Store required libraries in the list elint-features,
2928         so as not to re-load them.  Treat cc-require like require.
2929         (elint-init-env): Call elint-init-form to do the work.
2930         Handle eval-and-compile and such like.
2931         (elint-add-required-env): Do not clear messages.
2932         (elint-special-forms): Add handlers for function, defalias, if, when,
2933         unless, and, or.
2934         (elint-form): Add optional argument to ignore elint-special-forms,
2935         useful to prevent recursive calls from handlers.  Doc fix.
2936         Respect elint-ignored-warnings.
2937         (elint-form): Respect elint-ignored-warnings.
2938         (elint-bound-variable, elint-bound-function): New variables.
2939         (elint-unbound-variable): Respect elint-bound-variable.
2940         (elint-get-args): Respect elint-bound-function.
2941         (elint-check-cond-form): Add some simple handling for (f)boundp and
2942         featurep tests.
2943         (elint-check-defalias-form): New handler.
2944         (elint-check-let-form): Make an empty let a warning rather than an
2945         error.
2946         (elint-check-setq-form): Make an empty setq a warning rather than an
2947         error.  Respect elint-ignored-warnings.
2948         (elint-check-defvar-form): Accept null doc-strings.
2949         (elint-check-conditional-form): New handler.  Does some simple-minded
2950         checking of featurep and (f)boundp tests.
2951         (elint-put-function-args): New function.
2952         (elint-initialize): Use elint-scan-doc-file rather than
2953         elint-find-builtin-variables.  Use elint-put-function-args.
2954         Possibly scan preloaded-file-list.
2955         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
2956         extend to handle functions as well.
2958 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
2960         * linum.el (linum-delete-overlays, linum-update-window):
2961         Do not modify the right margin.  (Bug#3971)
2963 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
2965         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
2966         nxml-mode instead of xml-mode.
2968 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2970         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
2972 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2974         * net/dig.el (dig-mode): Use define-derived-mode.
2976 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
2978         * vc-dispatcher.el (vc-do-command): Return the process object in
2979         the asynchronous case.  Use when instead of if.  Do not run
2980         vc-exec-after to display a message if not enabled.  (Bug#4463)
2982         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
2983         properties to the stash strings.
2984         (vc-git-stash-list): Return a list of strings.
2985         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
2986         (vc-git-stash-show-at-point): New functions.
2987         (vc-git-stash-map): New keymap.
2989         * register.el (ctl-x-r-map): Define the keys here instead of
2990         using autoload.
2992 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
2994         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
2995         list, to workaround performance problem (bug#4485).
2997 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
2999         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3001 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
3003         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3004         Document that this option is not recommended to use.
3006 2009-09-19  Glenn Morris  <rgm@gnu.org>
3008         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3009         variable `var'.
3011         * calc/calc-alg.el (var):
3012         * calc/calcalg2.el (var): Define for compiler.
3014 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3016         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3017         Doc fix (Bug#3932).
3019         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3021         * time-stamp.el (time-stamp-month-dd-yyyy)
3022         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3023         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3024         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3025         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3026         Remove functions that have been obsolete since 1995 (Bug#4436).
3028         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3029         indent buffer only if called interactively (Bug#4452).
3031 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
3032             Eli Zaretskii  <eliz@gnu.org>
3034         This fixes bug#4197 (merged to bug#865, though not identical).
3035         * server.el (server-auth-dir): Add docstring note about FAT32.
3036         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3037         but warn against using them.
3039 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
3041         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3042         older GDB where there is no has_more field.
3044 2009-09-19  Glenn Morris  <rgm@gnu.org>
3046         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3048 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
3050         * files.el (auto-mode-alist): Change default for XML files to nXML
3051         mode (Bug#4169).
3053 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
3055         * server.el (server-ensure-safe-dir): Pass 'integer
3056         to `file-attributes', as suggested.
3058 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3060         * dired-aux.el (dired-query-alist): Remove spurious backslash.
3061         (dired-query): Use read-key.
3063 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3065         * cus-start.el (ns-use-qd-smoothing): Remove.
3067 2009-09-18  Glenn Morris  <rgm@gnu.org>
3069         * allout.el (top-level): Remove unnecessary progn.
3071         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3073         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3074         definition of abbrev table.
3076         * speedbar.el (speedbar-track-mouse):
3077         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3078         * net/eudc.el (eudc-expand-inline):
3079         * net/newst-backend.el (newsticker--cache-read-feed):
3080         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3081         condition-case handlers.
3083 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
3085         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3086         (gdb-var-list): Add an element for has_more field.
3087         (gdb-non-stop-handler): Enable pretty printing for STL containers.
3088         (gdb-var-create-handler, gdb-var-list-children-handler-1)
3089         (gdb-var-update-handler-1): Parse output of dynamic variable
3090         objects (STL containers).
3091         (gdb-var-delete-1): Pass var1 as an explicit second argument.
3092         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
3094         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3095         gdb-var-list.
3096         (gud-speedbar-buttons): Make node expandable if expression "has more"
3097         children.
3099 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
3101         * startup.el (emacs-quick-startup): Remove variable and all uses.
3102         (command-line): Set `inhibit-x-resources' instead.
3103         (command-line-1): Use `inhibit-x-resources' instead.
3105 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
3107         * subr.el: Fix last change to avoid using the `unless' macro,
3108         which breaks bootstrapping.
3110 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3112         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3113         extended definitions, in case we reload subr.el after having
3114         loaded CL.
3115         (eval-next-after-load): Mark as obsolete.
3117 2009-09-17  Juri Linkov  <juri@jurta.org>
3119         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3120         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3121         (menu-bar-showhide-menu, menu-bar-tools-menu)
3122         (menu-bar-describe-menu, menu-bar-help-menu)
3123         (minibuffer-local-completion-map, minibuffer-local-map):
3124         Fix list quoting.
3126 2009-09-17  Glenn Morris  <rgm@gnu.org>
3128         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3129         arguments, whether or not it has a handler.
3131         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3133         * simple.el (hard-newline): Give it a doc-string.
3135         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3136         (lisp-mode-syntax-table): Give them doc-strings.
3138 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3140         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3141         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3142         (menu-bar-options-menu, menu-bar-showhide-menu)
3143         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3144         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3145         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3146         (menu-bar-options-menu, menu-bar-tools-menu)
3147         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3148         (menu-bar-help-menu):
3149         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3150         string arguments.
3152         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3153         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3154         calls for the menu names and :help.
3156 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3158         * mouse.el (minor-mode-menu-from-indicator): Pay attention
3159         to :minor-mode-function (bug#4455).
3161 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3163         * startup.el (command-line): Initialize the window-system after
3164         processing the command-line.
3166         * textmodes/page.el (what-page): Make sure we don't inf-loop if
3167         page-delimiter matches the empty string.
3169 2009-09-16  Glenn Morris  <rgm@gnu.org>
3171         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3172         byte-compile-not-obsolete-var.  It's a list now.
3173         (byte-compile-not-obsolete-funcs): New variable.
3174         (byte-compile-warn-obsolete): Don't warn about functions if they are in
3175         byte-compile-not-obsolete-funcs.
3176         (byte-compile-variable-ref, byte-compile-defvar): Update for
3177         byte-compile-not-obsolete-vars name-change and list nature.
3178         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3179         and variables behind (f)boundp tests.
3180         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3182 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3184         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3186 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3188         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3189         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3190         Don't autoload.
3192 2009-09-15  Stephen Eglen  <stephen@gnu.org>
3194         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3195         the virtual-buffers, use the name of the buffer specified by
3196         find-file-noselect, as the match may be a symlink.  (This was a
3197         problem if the target and the symlink had different names.)
3199 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3203         * desktop.el (desktop-path): Check user-emacs-directory.
3205         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3207         * loadup.el: Use after-load-functions to GC after loading each file.
3208         Remove the explicit GC calls that used to be sprinkled around.
3210         * subr.el (after-load-functions): New hook.
3211         (do-after-load-evaluation): Run it.  Use string-match-p to detect
3212         `obsolete' packages, rather than painfully extracting the relevant
3213         directory name.
3215 2009-09-15  Glenn Morris  <rgm@gnu.org>
3217         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
3218         free variable `doc'.
3220         * dired.el (dired-mode-map): Add menu entry for async shell command.
3222         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
3223         variables, also consider the .elc files, since the .el files are
3224         normally gzipped (subsequent code locates the .el.gz from the .elc).
3226         * calc/calc-prog.el (arglist): Define for compiler.
3228         * calendar/diary-lib.el (diary-display-function): Change the default to
3229         fancy display.
3230         (body): Define for compiler.
3232         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
3233         (byte-compile-file-form, byte-compile-lambda)
3234         (byte-compile-top-level-body, byte-compile-form)
3235         (byte-compile-variable-ref, byte-compile-setq)
3236         (byte-compile-setq-default, byte-compile-body)
3237         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
3238         (batch-byte-compile): Give some more local variables with common names
3239         a "bytecomp-" prefix to avoid masking warnings about free variables.
3241         * startup.el (command-line-1): Give local variables with common names a
3242         distinguishing prefix, so as not to hide free variable warnings during
3243         bootstrap.
3245         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
3246         clever and add a suffix to make a unique name, just let the user decide
3247         whether or not to overwrite it.  If the input is a directory, write the
3248         default filename to that directory.  (Bug#4388)
3249         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
3250         is a filename-as-a-directory.
3252 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         * textmodes/page.el (what-page): Don't move to beginning of line.
3255         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
3257 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3259         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
3261 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3263         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
3264         * help.el (help-for-help-internal): Add purecopy calls for text.
3266         * vc.el (top): print-log method now takes an optional SHORTLOG
3267         argument.  Add a new method: root.
3268         (vc-root-diff, vc-print-root-log): New functions.
3269         (vc-log-short-style): New variable.
3270         (vc-print-log-internal): Add support for showing short logs.
3272         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
3273         vc-print-root-log and vc-print-root-diff.
3275         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
3276         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
3277         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
3278         short logs.
3280         * vc-cvs.el (vc-cvs-print-log):
3281         * vc-mtn.el (vc-mtn-print-log):
3282         * vc-rcs.el (vc-rcs-print-log):
3283         * vc-sccs.el (vc-sccs-print-log):
3284         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
3285         that is ignored for now.
3287         * vc-mtn.el (vc-mtn-annotate-command):
3288         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
3290 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3292         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
3293         to function-key-map, and give them ascii-character property.
3294         * term/x-win.el (x-alternatives-map):
3295         * term/ns-win.el (ns-alternatives-map):
3296         * term/internal.el (msdos-key-remapping-map):
3297         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
3299 2009-09-14  Glenn Morris  <rgm@gnu.org>
3301         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
3302         temp-buffers (2009-09-12).
3304 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3306         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
3307         the new read-key function.
3309 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3311         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
3312         is defined (Bug#4405).
3314 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
3316         * recentf.el (recentf-cleanup): Use a hash table to find
3317         duplicates (Bug#4407).
3319 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
3321         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
3322         kp-0 to ascii equivalents (Bug#4325).
3324 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3326         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
3328         * eshell/em-hist.el:
3329         * eshell/em-dirs.el (eshell-complete-user-reference):
3330         Declare pcomplete functions and variables to avoid compiler warnings.
3332 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
3334         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
3335         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
3336         * eshell/em-alias.el (eshell-aliases-file):
3337         * eshell/em-hist.el (eshell-history-file-name):
3338         Use expand-file-name instead of concat to make file names (Bug#4308).
3340 2009-09-13  Glenn Morris  <rgm@gnu.org>
3342         * ediff-merg.el (ediff-do-merge):
3343         * filesets.el (filesets-run-cmd):
3344         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
3345         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
3346         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
3347         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
3348         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
3349         Replace empty `let's with `progn'.
3351 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3353         * mail/sendmail.el (send-mail-function):
3354         * tooltip.el (tooltip-mode):
3355         * simple.el (transient-mark-mode):
3356         * rfn-eshadow.el (file-name-shadow-mode):
3357         * frame.el (blink-cursor-mode):
3358         * font-core.el (global-font-lock-mode):
3359         * files.el (temporary-file-directory)
3360         (small-temporary-file-directory, auto-save-file-name-transforms):
3361         * epa-hook.el (auto-encryption-mode):
3362         * composite.el (global-auto-composition-mode):
3363         Use custom-initialize-delay.
3364         * startup.el (command-line): Don't explicitly call
3365         custom-reevaluate-setting for all the above vars.
3366         * custom.el (custom-initialize-safe-set)
3367         (custom-initialize-safe-default): Delete.
3369 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3371         * term/x-win.el (x-initialize-window-system):
3372         * term/w32-win.el (w32-initialize-window-system):
3373         * term/ns-win.el (ns-initialize-window-system): Don't call
3374         mouse-wheel-mode since it's enabled globally by default already.
3376         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
3377         actually define the variable, but only silences the byte-compiler.
3378         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
3379         before looking it up.
3380         (mouse-wheel-scroll-amount): Also reset the bindings if this value
3381         is changed.
3383 2009-09-12  Glenn Morris  <rgm@gnu.org>
3385         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
3386         1000.
3387         (elint-add-required-env): Don't beep on error.
3388         (elint-forms): In case of error, return ENV unchanged.
3389         (elint-init-env): Skip non-list forms.
3390         (elint-log): Handle unknown file positions.
3392 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
3394         * epg.el (epg-make-context): Add autoload cookie.
3395         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
3396         (epg-decrypt-string, epg-start-verify, epg-verify-file)
3397         (epg-verify-string, epg-start-sign, epg-sign-file)
3398         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
3399         (epg-encrypt-string, epg-start-export-keys)
3400         (epg-export-keys-to-file, epg-export-keys-to-string)
3401         (epg-start-import-keys, epg-import-keys-from-file)
3402         (epg-import-keys-from-string, epg-start-receive-keys)
3403         (epg-receive-keys, epg-import-keys-from-server)
3404         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
3405         (epg-sign-keys, epg-start-generate-key)
3406         (epg-generate-key-from-file, epg-generate-key-from-string):
3407         Remove autoload cookie.
3409 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
3411         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
3412         reevaluation of trash-directory.
3414         * mwheel.el: Fix last change.
3415         (mouse-wheel-mode): New defvar.
3416         (mouse-wheel-mode): Remove autoload cookie.
3418 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * mwheel.el (mwheel-installed-bindings): New var.
3421         (mouse-wheel-mode): Use it, so as to make sure we really remove all
3422         the bindings we set last time.  Use custom-initialize-delay.
3423         * loadup.el: Load mwheel after term/*-win.el.
3424         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
3425         and mouse-wheel-up-event now that their first evaluation is done
3426         sufficiently late to be correct.
3428         * startup.el (tutorial-directory): Make it a defcustom.
3429         Use custom-initialize-delay rather than eval-at-startup to set it.
3430         * image.el (image-load-path): Make it a defcustom.
3431         Use custom-initialize-delay rather than eval-at-startup to set it.
3432         * subr.el (eval-at-startup): Remove.
3433         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
3435         * subr.el (do-after-load-evaluation): Warn the user after loading an
3436         obsolete package.
3438 2009-09-12  Glenn Morris  <rgm@gnu.org>
3440         * proced.el (proced-mark-alt): Remove alias.
3441         (proced-mode-map): Remove proced-mark-alt.
3443         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
3444         Elint file and directory.  Remove initialization entry.
3446         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
3447         commands.
3448         (elint-current-buffer): Set mode-line-process.
3449         (elint-init-env): Handle define-derived-mode.
3450         Fix declare-function with unspecified arglist.  Guard against odd
3451         defalias statements (eg iso-insert's 8859-1-map).
3452         (elint-add-required-env): Use a temp buffer.
3453         (elint-form): Just print the function/macro name, not the whole form.
3454         Return env unchanged if we fail to parse a macro.
3455         (elint-forms): Guard against parse errors.
3456         (elint-output): New function, to handle batch mode.
3457         (elint-log-message): Add optional argument.  Use elint-output.
3458         (elint-set-mode-line): New function.
3460 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3462         * emacs-lisp/elp.el (elp-not-profilable): Add more
3463         functions (Bug#4233).
3465 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
3467         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
3468         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
3470 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
3472         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
3473         (gdb-var-list-children): Use json parsing.
3475 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
3477         * progmodes/js.el (js--proper-indentation): Handle the case where
3478         char-before is null.  Reported by Deniz Dogan.
3480 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
3482         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
3484 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
3486         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
3487         (epg-digest-algorithm-alist): Add SHA224.
3488         (epg-context-set-passphrase-callback)
3489         (epg-context-set-progress-callback): Add description about
3490         callback function.
3492 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * custom.el (custom-delayed-init-variables): New var.
3495         (custom-initialize-delay): New function.
3496         * startup.el (command-line): "Re"evaluate all vars in
3497         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
3498         explicitly any more.
3499         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
3500         to avoid creating a ~/.emacs.d at build-time (bug#4347).
3502         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
3504 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
3506         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
3507         (gdb-var-update-handler): Use json parsing.
3509 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
3511         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
3512         decode annotated text, regardless of language environment.  (Bug#2741)
3514 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3516         * Makefile.in (autoloads): Make rmail.el writable as well.
3518 2009-09-11  Glenn Morris  <rgm@gnu.org>
3520         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
3521         loaddefs.el.
3522         * dired.el: Regenerate with extracted autoloads.
3523         * Makefile.in (autoloads): Make dired.el writable.
3525         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
3526         * ibuffer.el: Regenerate with extracted autoloads.
3527         * Makefile.in (autoloads): Make ibuffer.el writable.
3529         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
3530         * version.el (emacs-copyright, emacs-major-version)
3531         (emacs-minor-version): Reformat doc-strings for make-docfile.
3533         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
3534         functions and variables, since they must be stuff specific to some other
3535         platform.
3536         (apropos-print): Make mouse-click message less specific about button.
3538         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
3539         that records where a macro was defined.
3540         * help-fns.el (describe-function-1): Mention if a function has a
3541         compiler-macro.
3542         * help-mode.el (help-function-cmacro): New button.
3544         * locate.el (top-level): Always require dired.
3545         (locate-mode-map): Initialize inside the defvar.
3547         * net/ange-ftp.el (dired-compress-file): Declare.
3548         (ange-ftp-dired-compress-file): Add doc string.
3550         * term/ns-win.el (x-display-name, x-setup-function-keys):
3551         Unify doc-strings with X versions.
3553 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3555         * emulation/crisp.el (crisp-mode-map): Move initialization
3556         into declaration.
3557         (crisp-mode): Use define-minor-mode.
3559         * progmodes/xscheme.el (xscheme-evaluation-commands):
3560         Put a :advertised-binding property rather than using
3561         advertised-xscheme-send-previous-expression.
3562         (advertised-xscheme-send-previous-expression): Declare obsolete.
3563         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
3564         `advertised-undo'.
3565         (crisp-mode): Add corresponding bindings to
3566         undo's :advertised-binding instead.
3567         * dired.el (dired-mode-map): Put a :advertised-binding property rather
3568         than using dired-advertised-find-file.
3569         (dired-advertised-find-file):
3570         * simple.el (advertised-undo):
3571         * wid-edit.el (advertised-widget-backward): Declare obsolete.
3572         (widget-keymap): Put a :advertised-binding property rather
3573         than using advertised-widget-backward.
3574         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
3575         than using advertised-undo.
3576         * tutorial.el (tutorial--default-keys): Adjust accordingly.
3578 2009-09-10  Simon South  <ssouth@slowcomputing.org>
3580         * progmodes/delphi.el (delphi-tab): Indent region when Transient
3581         Mark mode is enabled and region is active; otherwise indent or
3582         insert TAB as usual.
3583         (delphi-mode): Update description of TAB-key binding.
3585 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         * subr.el (define-key-rebound-commands): Mark obsolete.
3588         * startup.el (precompute-menubar-bindings): Remove.
3589         (normal-top-level): Remove obsolete code that tried to precompute
3590         menubar bindings.
3591         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
3592         define-key-rebound-commands and precompute-menubar-bindings.
3594 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3596         * net/imap.el (imap-interactive-login): Better messages.
3597         (imap-open): Fix bug with renamed buffer on reconnect.
3598         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3599         for easier debugging and cleaner code.  On successful (guessed based on
3600         server capabilities) secondary authentication, set imap-state
3601         correctly.
3602         (imap-last-authenticator): Define imap-last-authenticator as a variable
3603         to avoid warnings.
3605 2009-09-10  Glenn Morris  <rgm@gnu.org>
3607         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
3609         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
3610         (byte-compile-file-form-autoload): Don't warn about unknown functions
3611         where the autoload statement comes after the use.
3612         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
3613         that any handlers inside the body (eg require) are in turn respected.
3615         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
3616         effects.
3618         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
3619         and syntax and abbrev tables basic docs, if they don't have any.
3621         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
3623         * international/mule-cmds.el (top-level): Require cl when compiling.
3624         (view-hello-file): Use default-value rather than
3625         default-enable-multibyte-characters.
3627         * progmodes/fortran.el: Move all safe and risky properties into the
3628         defcustoms.
3630         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
3631         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
3632         * mail/undigest.el:
3633         Put autoloads in rmail.el rather than loaddefs.el.
3634         * mail/rmail.el: Regenerate with extracted autoloads.
3636         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
3637         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
3639 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
3641         Reported in thread for Bug#4375.
3642         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
3643         "-data-evaluate-expression" instead of print.
3644         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
3645         (gdb-tooltip-print): Parse output from above MI command.
3646         (gdb): Revert 2009-08-11 change.  User should detach inferior
3647         manually.
3649         Remove the word "separate" from IO functions as inferior
3650         output is now never displayed in the GUD buffer.
3652 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
3654         * startup.el (command-line-normalize-file-name): On Windows and
3655         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
3657 2009-09-10  Juri Linkov  <juri@jurta.org>
3659         * isearch.el (isearch-text-char-description): Propertize escape
3660         character sequences with the `escape-glyph' face.  (Bug#4344)
3662         * simple.el (shell-command): Set asynchronous process filter to
3663         `comint-output-filter'.  (Bug#4343)
3665         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
3666         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
3667         the list.  Move "asm" to the bottom.
3668         (grep-find-ignored-directories): Add `choice' with nil value
3669         to empty the list easily.
3670         (grep-find-ignored-files): New option.
3671         (grep-files-history): Set to nil by default instead of '("ch" "el").
3672         (grep-compute-defaults): Add "<X>" to `grep-template'.
3673         (grep-read-files): Bind new local variables `default-alias' and
3674         `default-extension'.  Use a list of default values for the file prompt.
3675         (lgrep): Add `--exclude=' command line options composed from
3676         `grep-find-ignored-files'.
3677         (rgrep): Add `-name' command line options composed from
3678         `grep-find-ignored-files'.  (Bug#4301)
3680 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
3683         (bug#4368).
3685 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3687         * calendar/time-date.el (autoload):
3688         Expand define-obsolete-function-alias into defalias and make-obsolete
3689         for old Emacsen that Gnus supports.
3690         (with-no-warnings): Define it for old Emacsen.
3691         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3692         is available.
3693         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3694         float-time is available; suppress compile warning for time-to-seconds.
3696 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3698         * net/imap.el (imap-message-map): Docstring fix.
3700 2009-09-09  Glenn Morris  <rgm@gnu.org>
3702         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
3703         line numbers too.  (Bug#4374)
3705 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3707         * smerge-mode.el (smerge-remove-props, smerge-refine):
3708         Use with-silent-modifications (bug#4342).
3710         * subr.el (with-silent-modifications): New macro.
3712 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
3714         * files.el (top-level): Require `cl' when compiling.
3716 2009-09-07  Glenn Morris  <rgm@gnu.org>
3718         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
3720         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
3721         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
3723 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
3725         * vc-git.el (vc-git-annotate-command): Use separator to parse
3726         arguments correctly.
3728 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
3730         * proced.el (proced-mode): Doc fix.
3732 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3734         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
3735         lstat fails.
3736         (tramp-do-file-attributes-with-ls): Check for file existence at
3737         remote end.
3738         (tramp-do-file-attributes-with-stat): Likewise.
3739         (tramp-convert-file-attributes): Return nil when attr is nil.
3741 2009-09-05  Glenn Morris  <rgm@gnu.org>
3743         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
3744         properties to this button.
3745         (diary-fancy-display): Don't extend the button to the final newline.
3746         (diary-fancy-display-mode): Continue to define "q" as a local key.
3748         * calendar/cal-china.el (holiday-chinese): Make it slightly more
3749         efficient.
3751         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
3753         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
3754         (byte-compile-dest-file-function): New option.
3755         (byte-compile-dest-file): Doc fix.
3756         Obey byte-compile-dest-file-function.
3757         (byte-compile-cl-file-p): New function.
3758         (byte-compile-eval): Only suppress noruntime warnings about cl functions
3759         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
3760         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
3761         than for file being previously loaded.
3762         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
3763         (byte-compile-file-form-require): Handle the case where requiring a file
3764         indirectly causes CL to be loaded.
3766 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
3768         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
3769         before killing the old buffer, since by the time `kill-buffer' is
3770         run so many buffer variables have been set to nil that it may not
3771         behave as expected.  (Bug#4061)
3773 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
3775         * files.el (find-alternate-file): If the old buffer is modified
3776         and visiting a file, behave similarly to `kill-buffer' when
3777         killing it, thus reverting to the pre-1.878 behavior; see
3778         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
3779         for discussion.  Also, consult `buffer-file-name' as a variable
3780         not as a function, for consistency with the rest of the code.
3782 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
3784         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
3785         also when adding a new directory.
3787         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
3788         defun.
3790 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3792         * files.el (locate-file-completion-table): Make it provide boundary
3793         information, so partial-completion works better.
3795 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
3797         * mail/footnote.el (Footnote-text-under-cursor):
3798         Check footnote-text-marker-alist before using it (bug#4324).
3800 2009-09-04  Glenn Morris  <rgm@gnu.org>
3802         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
3803         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
3804         * play/solitaire.el, play/tetris.el:
3805         Remove leading * from defcustom and defface docs.
3807         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
3808         necessary.
3809         (diary-fancy-overriding-map): New variable.
3810         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
3811         Use view-mode.
3813         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
3814         goto-line.
3816 2009-09-03  Glenn Morris  <rgm@gnu.org>
3818         * arc-mode.el (archive-mode):
3819         * dos-fns.el (set-default-process-coding-system):
3820         * man.el (Man-getpage-in-background):
3821         * menu-bar.el (menu-bar-describe-menu):
3822         * server.el (server-process-filter):
3823         * startup.el (command-line):
3824         * tar-mode.el (tar-header-block-tokenize, tar-extract):
3825         * w32-fns.el (set-default-process-coding-system):
3826         * x-dnd.el (x-dnd-handle-file-name):
3827         * international/mule-cmds.el (mule-menu-keymap)
3828         (set-default-coding-systems, language-info-alist, set-language-info)
3829         (set-language-environment, standard-display-european-internal)
3830         (set-locale-environment):
3831         * international/mule-diag.el (mule-diag):
3832         * mail/emacsbug.el (report-emacs-bug):
3833         * mail/rmail.el (rmail-mode):
3834         * mail/sendmail.el (mail-setup):
3835         Use default-value rather than default-enable-multibyte-characters.
3837         * progmodes/f90.el: Move all safe properties into the defcustoms.
3838         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
3840         * calendar/appt.el (appt-check):
3841         * calendar/diary-lib.el (diary-set-header, diary-live-p)
3842         (diary-check-diary-file, diary-list-entries)
3843         (diary-include-other-diary-files, diary-simple-display)
3844         (diary-fancy-display, diary-print-entries)
3845         (diary-mark-included-diary-files, diary-make-entry):
3846         Don't call substitute-in-file-name on diary-file.
3848 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
3849             Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * mail/footnote.el (footnote-prefix): Make it a defcustom.
3852         (footnote-mode-map): Move initialization into the declaration.
3853         (footnote-minor-mode-map): Define it rather than changing global-map.
3854         (footnote-mode): Use define-minor-mode.
3856 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
3858         * net/tramp.el (tramp-handle-file-attributes-with-ls)
3859         (tramp-do-file-attributes-with-perl)
3860         (tramp-do-file-attributes-with-stat): Rename from
3861         `tramp-handle-file-attributes-with-*'.
3862         (tramp-handle-file-attributes): Use them.
3863         (tramp-do-directory-files-and-attributes-with-perl)
3864         (tramp-do-directory-files-and-attributes-with-stat): Rename from
3865         `tramp-handle-directory-files-and-attributes-with-*'.
3866         (tramp-handle-directory-files-and-attributes): Use them.
3867         (tramp-method-out-of-band-p): Additional parameter SIZE.
3868         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
3869         (tramp-handle-write-region): Use it.
3870         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
3871         (tramp-handle-vc-registered): Check, whether the first run did
3872         return files to be tested.
3873         (tramp-advice-make-auto-save-file-name): Do not call directly
3874         `tramp-handle-make-auto-save-file-name', because this would bypass
3875         the locking mechanism.
3877         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
3878         (file-remote-p, process-file, start-file-process, set-file-times)
3879         (tramp-compat-file-attributes): Compatibility functions shall not
3880         call directly `tramp-handle-*', because this would bypass the
3881         locking mechanism.
3882         (tramp-compat-number-sequence): New defun.
3884 2009-09-02  Glenn Morris  <rgm@gnu.org>
3886         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
3887         alias for float-time.
3888         (time-to-number-of-days): In Emacs, use float-time.
3889         * net/newst-backend.el (time-add): Suppress warnings from compat
3890         function.
3891         * time.el (emacs-uptime, emacs-init-time):
3892         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
3893         Use float-time rather than time-to-seconds.
3895         * minibuffer.el (completion-initials-expand): Fix typo.
3897         * faces.el (modeline, modeline-inactive, modeline-highlight)
3898         (modeline-buffer-id):
3899         * info.el (info-menu-5): Mark these face aliases as obsolete.
3901 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
3903         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
3904         space ...
3905         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
3906         no "--thread" option.
3907         (gdb-stopped): Don't print "Switched to thread" message when it is
3908         unchanged.
3910 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3912         * minibuffer.el (completion-try-completion)
3913         (completion-all-completions): Remove ill-defined (and
3914         mistakenly installed and luckily never used nor documented)
3915         `completion-styles' property.
3916         (completion-initials-expand, completion-initials-all-completions)
3917         (completion-initials-try-completion): New functions.
3918         (completion-styles-alist): Add doc to each entry.
3919         Add new `initials' entry.
3921 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
3923         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
3924         MI command -var-evaluate-expression.
3925         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
3926         and tweak for case of string child.
3927         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
3929 2009-09-01  Glenn Morris  <rgm@gnu.org>
3931         * add-log.el (change-log-date-face, change-log-name-face)
3932         (change-log-email-face, change-log-file-face, change-log-list-face)
3933         (change-log-conditionals-face, change-log-function-face)
3934         (change-log-acknowledgement-face):
3935         * cus-edit.el (custom-invalid-face, custom-rogue-face)
3936         (custom-modified-face, custom-set-face, custom-changed-face)
3937         (custom-saved-face, custom-button-face, custom-button-pressed-face)
3938         (custom-documentation-face, custom-state-face, custom-comment-face)
3939         (custom-comment-tag-face, custom-variable-tag-face)
3940         (custom-variable-button-face, custom-face-tag-face)
3941         (custom-group-tag-face-1, custom-group-tag-face):
3942         * diff-mode.el (diff-header-face, diff-file-header-face)
3943         (diff-index-face, diff-hunk-header-face, diff-removed-face)
3944         (diff-added-face, diff-changed-face, diff-function-face)
3945         (diff-context-face, diff-nonexistent-face):
3946         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3947         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
3948         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3949         (Info-title-4-face):
3950         * isearch.el (isearch-lazy-highlight-face):
3951         * log-view.el (log-view-file-face, log-view-message-face):
3952         * paren.el (show-paren-match-face, show-paren-mismatch-face):
3953         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3954         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3955         (cvs-msg-face):
3956         * smerge-mode.el (smerge-mine-face, smerge-other-face)
3957         (smerge-base-face, smerge-markers-face):
3958         * wid-edit.el (widget-documentation-face, widget-button-face)
3959         (widget-field-face, widget-single-line-field-face)
3960         (widget-inactive-face, widget-button-pressed-face):
3961         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
3962         (woman-addition-face):
3963         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
3964         (eshell-ls-executable-face, eshell-ls-readonly-face)
3965         (eshell-ls-unreadable-face, eshell-ls-special-face)
3966         (eshell-ls-missing-face, eshell-ls-archive-face)
3967         (eshell-ls-backup-face, eshell-ls-product-face)
3968         (eshell-ls-clutter-face):
3969         * eshell/em-prompt.el (eshell-prompt-face):
3970         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
3971         * obsolete/old-whitespace.el (whitespace-highlight-face):
3972         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
3973         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
3974         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
3975         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
3976         (antlr-font-lock-literal-face):
3977         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3978         (ebrowse-root-class-face, ebrowse-file-name-face)
3979         (ebrowse-default-face, ebrowse-member-attribute-face)
3980         (ebrowse-member-class-face, ebrowse-progress-face):
3981         * progmodes/make-mode.el (makefile-space-face):
3982         * progmodes/sh-script.el (sh-heredoc-face):
3983         * textmodes/flyspell.el (flyspell-incorrect-face)
3984         (flyspell-duplicate-face):
3985         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
3986         * textmodes/texinfo.el (texinfo-heading-face):
3987         Mark face aliases with "-face" suffix as obsolete.
3989         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
3990         compiler.
3992         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
3993         (eudc-bob-sound-menu): Use defvar rather than defconst, since
3994         easy-menu-define wants to modify these.
3996         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
3998         * net/browse-url.el (browse-url-file-url):
3999         * term/internal.el (dos-codepage-setup):
4000         Use default-value rather than default-enable-multibyte-characters.
4002         * progmodes/etags.el (etags-goto-tag-location):
4003         * progmodes/flymake.el (flymake-highlight-line)
4004         (flymake-goto-file-and-line, flymake-goto-line):
4005         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4006         (gdb-goto-breakpoint):
4007         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4008         * progmodes/python.el (python-find-function)
4009         (python-pdbtrack-track-stack-file):
4010         * progmodes/verilog-mode.el (verilog-surelint-off):
4011         * term/ns-win.el (ns-open-file-select-line):
4012         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4013         Use forward-line rather than goto-line.
4015         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4016         * textmodes/reftex-index.el (reftex-display-index):
4017         * textmodes/reftex-ref.el (reftex-offer-label-menu):
4018         * textmodes/reftex-toc.el (reftex-toc):
4019         Remove unnecessary bindings of default-major-mode (all are followed by
4020         major-mode check and possible mode switch).
4022 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4024         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4025         Handle watchpoints (bug#4282).
4026         (def-gdb-thread-buffer-command): Enable thread to be selected by
4027         clicking without selecting threads buffer first.
4028         (gdb-current-context-command): Use selected frame so that "up",
4029         "down" etc work in the GUD buffer.
4030         (gdb-update): Find selected frame before rendering stack buffer.
4031         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4033 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * progmodes/sym-comp.el (displayed-completions): Remove.
4036         (symbol-complete): Use minibuffer-complete.
4038 2009-08-31  Glenn Morris  <rgm@gnu.org>
4040         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4042         * apropos.el (apropos-symbols-internal):
4043         Handle (obsolete) face aliases.
4045         * faces.el (describe-face): Adjust the output format to be more like
4046         describe-variable, and to mention (obsolete) face aliases.
4047         Adjust the whitespace so that help-setup-xref works.
4049         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4050         * calendar/diary-lib.el (diary-button-face):
4051         Mark these face aliases as obsolete.
4053         * calendar/calendar.el (calendar-today): Doc fix.
4055 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4057         * progmodes/gdb-mi.el (gdb-control-all-threads)
4058         (gdb-control-current-thread): Force tool bar update.
4059         (gdb-non-stop-handler): New function.
4060         (gdb-init-1): Use it to test if non-stop mode is supported.
4061         Remove unused gdbmi buffer type.
4063 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4065         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4066         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
4068 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
4070         * comint.el (comint-exec-1): Check command is non-null first.
4071         Part of gdb-mi.el change (2009-08-28).
4073 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4075         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4077 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
4079         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4080         instead of `dolist' to avoid a recursive require when bootstrapping.
4082 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4084         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4086         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4088         * net/imap.el (imap-send-command): Simplify.
4089         (imap-wait-for-tag): point-max -> buffer-size.
4091         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4093         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4094         with constant argument.
4096         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4098         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4100         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4101         Change default, since most of our files don't have a history.
4102         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4103         the user.
4105         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4106         Add comint-run.
4108         * calc/calc.el: Improve commenting convention.
4109         (calc-digit-map, toplevel): Simplify.
4111         * comint.el (comint-insert-input): Be careful to only set point if we
4112         don't delegate to some other command.
4114         * proced.el (proced-signal-list): Make it an alist.
4115         (proced-grammar-alist): Capitalize names.
4116         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4117         Disable undo manually and make it read-only.
4118         Use completion-annotate-function.
4120         * minibuffer.el (minibuffer-message): If the current buffer is not
4121         a minibuffer, insert the message in the echo area rather than at the
4122         end of the buffer.
4123         (completion-annotate-function): New variable.
4124         (minibuffer-completion-help): Use it.
4125         (completion--embedded-envvar-table): Environment vars are
4126         always case-sensitive.
4128 2009-08-30  Glenn Morris  <rgm@gnu.org>
4130         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4131         from fortran-current-defun.
4132         (fortran-beginning-of-subprogram): Be more precise about finding the
4133         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
4134         (fortran-end-of-subprogram): Simplify.
4135         (fortran-current-defun): Use fortran-start-prog-re.
4137 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
4139         * subr.el (do-after-load-evaluation): Simplify.
4141 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4143         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4145         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
4146         (vc-rcs-print-log): Use it.
4148         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4150 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * paths.el (abbrev-file-name): Move to abbrev.el.
4153         * abbrev.el (abbrev-file-name): Move from paths.el.
4154         Obey user-emacs-directory.
4155         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4156         user-emacs-directory.
4157         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4158         abbrev-file-name and calc-settings-file any more.
4159         * startup.el (command-line): Recompute abbrev-file-name and
4160         abbreviated-home-dir.
4161         (normal-no-mouse-startup-screen): Improve the generic code and get rid
4162         of the special code for when C-h bindings haven't been changed.
4163         (display-startup-echo-area-message): Use with-current-buffer.
4164         (command-line-1): Use a list of strings, rather than a list of lists
4165         of strings for longopts.
4167         * files.el (get-free-disk-space): Use / for default-directory.
4169         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4170         Use with-current-buffer.
4172         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4173         Recognize immutable variables like most-positive-fixnum.
4174         (byte-compile-setq-default): Check and warn if trying to assign
4175         to an immutable variable, or a non-variable.
4177         * progmodes/cc-vars.el (c-comment-continuation-stars):
4178         * progmodes/cc-engine.el (c-looking-at-bos):
4179         * progmodes/cc-cmds.el (c-toggle-auto-state)
4180         (c-forward-into-nomenclature, c-backward-into-nomenclature)
4181         (c-comment-line-break-function): Add version of obsolescence.
4183 2009-08-28  Juri Linkov  <juri@jurta.org>
4185         * files.el (magic-fallback-mode-alist): Add ZIP magic number
4186         associated with `archive-mode'.
4188         * image.el (image-type-header-regexps): Use only JPEG magic number
4189         to determine JPEG images, and don't use `image-jpeg-p' because
4190         Emacs can display non-JFIF non-Exif JPEG images.
4192 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4194         * arc-mode.el (archive-mode):
4195         * emacs-lisp/re-builder.el (re-builder-unload-function):
4196         Protect against the default value of `major-mode' being nil.
4198 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4200         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4201         Fix typos in docstrings.
4203         * progmodes/js.el (js--macro-decl-re): Doc fix.
4204         (js--plain-method-re, js--split-name): Refloc docstring.
4205         (js--class-styles, js--make-merged-item, js--splice-into-items):
4206         Fix typos in docstrings; reflow docstrings.
4207         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
4208         (js--variable-decl-matcher, js--inside-pitem-p)
4209         (js--parse-state-at-point, js--get-all-known-symbols)
4210         (js--symbol-history, js-find-symbol, js--js-references)
4211         (js--moz-interactor, js--js-encode-value, js--read-tab):
4212         Fix typos in docstrings.
4214 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4216         * textmodes/reftex.el (reftex-get-file-buffer-force):
4217         * progmodes/verilog-mode.el (verilog-batch-execute-func):
4218         * emulation/viper.el (viper-go-away, viper-set-hooks):
4219         * emacs-lisp/re-builder.el (re-builder-unload-function):
4220         * emacs-lisp/bytecomp.el (byte-compile-file):
4221         * ses.el (ses-unload-function):
4222         * hexl.el (hexl-find-file):
4223         * files.el (normal-mode):
4224         * ehelp.el (with-electric-help):
4225         * autoinsert.el (auto-insert-alist):
4226         * arc-mode.el (archive-mode):
4227         Use (default-value 'major-mode) instead of default-major-mode.
4229         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
4230         * international/mule.el (load-with-code-conversion):
4231         * emacs-lisp/debug.el (debug):
4232         * ediff-vers.el (ediff-rcs-get-output-buffer):
4233         * dired.el (dired-internal-noselect): Don't let-bind
4234         default-major-mode around code that doesn't use it.
4235         E.g. buffer creation via get-buffer-create doesn't use it.
4237 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
4239         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
4240         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
4241         when writing the temp file.  Otherwise, epa-file gets confused.
4242         (tramp-register-file-name-handlers): Make it a defun.  Move also
4243         `epa-file-handler' to the front of `file-name-handler-alist'.
4245 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4247         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
4248         start right after a ^M.
4249         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
4250         (tramp-completion-file-name-regexp-separate)
4251         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
4252         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
4253         Don't modify last-coding-system-used by accident.
4254         (tramp-completion-file-name-handler): Apply the checks here,
4255         instead during registration.
4256         (tramp-register-file-name-handlers) Renamed from
4257         `tramp-register-file-name-handler'.  Register both
4258         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
4259         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
4261 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
4263         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
4264         Remove variable ...
4265         (gdb-init-1, gdb-display-separate-io-buffer)
4266         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
4267         references to it.
4268         (gdb-inferior-io-mode): Use make-comint-in-buffer.
4269         (gdb-inferior-filter): Use comint-output-filter to stop
4270         echoing and remove ^M characters.
4272 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * emulation/viper-init.el (viper-restore-cursor-type):
4275         * emulation/cua-base.el (cua--update-indications):
4276         Replace default-cursor-type with (default-value 'cursor-type).
4278         * mail/sendmail.el (mail-recover-1):
4279         * international/mule-diag.el (describe-current-coding-system-briefly)
4280         (describe-current-coding-system):
4281         * international/mule-cmds.el (select-safe-coding-system)
4282         (select-message-coding-system)
4283         (set-language-environment-coding-systems, set-locale-environment):
4284         * hexl.el (hexl-insert-multibyte-char):
4285         * dos-w32.el (find-buffer-file-type-coding-system):
4286         * simple.el (what-cursor-position):
4287         Replace uses of default-buffer-file-coding-system
4288         with (default-value 'buffer-file-coding-system).
4290         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
4291         Replace uses of default-cursor-in-non-selected-windows
4292         with (default-value 'cursor-in-non-selected-windows).
4293         Use with-current-buffer.
4295         * mail/feedmail.el: Use CL macros.
4296         (feedmail-run-the-queue, feedmail-send-it-immediately):
4297         * dos-w32.el (find-buffer-file-type): Replace uses of
4298         default-buffer-file-type with (default-value 'buffer-file-type).
4300 2009-08-28  Glenn Morris  <rgm@gnu.org>
4302         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
4303         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
4304         Use default-value of major-mode rather than default-major-mode.
4306 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4308         * Makefile.in (update-elcfiles): Report left over elc files.
4310         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
4311         expand-file-name and with-current-buffer.
4312         (mail-get-names, mail-directory): Use with-current-buffer.
4314         * vc.el (vc-read-revision): New function.
4315         (vc-version-diff, vc-merge): Use it.
4317 2009-08-27  Sam Steingold  <sds@gnu.org>
4319         * simple.el (kill-do-not-save-duplicates): New user option.
4320         (kill-new): When it is non-nil, and the new string is the same as
4321         the latest kill, set replace to t to avoid duplicates in kill-ring.
4323 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
4325         * net/tramp.el (tramp-handle-process-file): Do not flush all
4326         caches when `process-file-side-effects' is set.
4327         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
4328         instead of `tramp-find-file-exists-command'.
4329         Unset `process-file-side-effects'.
4331 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
4333         * net/tramp.el (tramp-methods): New method "rsyncc".
4334         (top): Add completion function for "rsyncc".
4335         (tramp-message-show-message): New defvar.
4336         (tramp-message, tramp-error): Use it.
4337         (tramp-do-copy-or-rename-file-directly): Extend check for direct
4338         remote copying.
4339         (tramp-do-copy-or-rename-file-out-of-band): Handle new
4340         `tramp-methods' entry `copy-env' of "rsyncc".
4341         (tramp-vc-registered-read-file-names): New defconst.
4342         (tramp-vc-registered-file-names): New defvar.
4343         (tramp-handle-vc-registered): Implement optimization strategy.
4344         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
4345         (tramp-vc-file-name-handler): New defun.
4346         (tramp-get-ls-command, tramp-get-test-command)
4347         (tramp-get-file-exists-command, tramp-get-remote-ln)
4348         (tramp-get-remote-perl, tramp-get-remote-stat)
4349         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
4351         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
4352         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
4353         timestamps.
4354         (tramp-get-file-property): Check for timestamps in
4355         `tramp-cache-inhibit-cache'.
4356         (tramp-set-file-property): Write timestamp.
4358 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4360         * language/japan-util.el (japanese-symbol-table): Add entries for
4361         cp932-2-byte.
4363         * international/characters.el: Add category `j' to cp932-2-byte.
4365 2009-08-27  Kenichi Handa  <handa@m17n.org>
4367         * international/fontset.el (build-default-fontset-data): New macro.
4368         (setup-default-fontset): Use build-default-fontset-data for CJK,
4369         tibetan, ethiopic, and ipa.
4371 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4373         * cus-start.el (default-major-mode): Customize `major-mode' instead.
4374         (enable-multibyte-characters): Not customizable any more.
4376         * subr.el (default-mode-line-format, default-header-line-format)
4377         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
4378         (default-direction-reversed, default-truncate-lines)
4379         (default-left-margin, default-tab-width, default-case-fold-search)
4380         (default-left-margin-width, default-right-margin-width)
4381         (default-left-fringe-width, default-right-fringe-width)
4382         (default-fringes-outside-margins, default-scroll-bar-width)
4383         (default-vertical-scroll-bar, default-indicate-empty-lines)
4384         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
4385         (default-fringe-cursor-alist, default-scroll-up-aggressively)
4386         (default-scroll-down-aggressively, default-fill-column)
4387         (default-cursor-type, default-buffer-file-type)
4388         (default-cursor-in-non-selected-windows)
4389         (default-buffer-file-coding-system, default-major-mode)
4390         (default-enable-multibyte-characters): Mark as obsolete.
4392 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
4394         * vc-dir.el (vc-dir-update): Remove debug helper.
4396         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
4398 2009-08-26  Sam Steingold  <sds@gnu.org>
4400         * simple.el (save-interprogram-paste-before-kill): New user option.
4401         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
4402         save the interprogram-paste into kill-ring before overriding it
4403         with the Emacs kill.
4405 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4407         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
4408         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
4409         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
4410         and move to vc-rcs.el.
4411         (vc-default-next-revision): Rename to vc-rcs-next-revision and
4412         move to vc-rcs.el.
4413         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
4414         (vc-rcs-update-changelog): Remove.
4415         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
4416         and move to vc-rcs.el.
4418         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
4419         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
4420         renaming.
4421         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
4422         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
4423         vc.el, renamed to be RCS specific.
4425         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
4426         New functions.
4427         (vc-cvs-update-changelog): Move here from vc.el.
4429         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
4430         New functions.
4432 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4434         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
4436 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4438         * vc-git.el (vc-git-register): Use "git add" for directories.
4439         (vc-git-stash, vc-git-stash-show): New functions.
4440         (vc-git-extra-menu-map): Bind them.
4442         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
4443         directory correctly in case the item is a directory itself.
4445         * vc.el: Document the desired behavior for reverted files in the
4446         `added' state.
4447         (vc-default-prettify-state-info): Remove function, unused.
4449         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
4451 2009-08-26  Glenn Morris  <rgm@gnu.org>
4453         * bindings.el (standard-mode-line-format): Reposition dashes in
4454         which-func entry.  (Bug#4217)
4456         * files.el (enable-local-variables, enable-local-eval)
4457         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
4458         the defcustoms.
4459         (auto-mode-alist, ignored-local-variables)
4460         (save-some-buffers-action-alist): Move risky declarations to the
4461         definitions.
4462         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
4463         (font-lock-defaults, format-alist, imenu--index-alist)
4464         (imenu-generic-expression, input-method-alist, minor-mode-alist)
4465         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
4466         (mode-line-modified, mode-line-mule-info, mode-line-position)
4467         (mode-line-process, mode-line-remote, outline-level)
4468         (parse-time-rules, rmail-output-file-alist)
4469         (special-display-buffer-names, vc-mode):
4470         Move risky declarations to the relevant files.
4471         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
4472         (mode-line-modified, mode-line-process, mode-line-position)
4473         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
4474         * font-core.el (font-lock-defaults):
4475         * format.el (format-alist):
4476         * vc-hooks.el (vc-mode):
4477         * window.el (special-display-buffer-names):
4478         * international/mule-cmds.el (input-method-alist):
4479         Define riskiness here (dumped file) rather than in files.el.
4480         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
4481         * imenu.el (imenu-generic-expression, imenu--index-alist):
4482         * outline.el (outline-level):
4483         * time.el (display-time-string):
4484         * calendar/parse-time.el (parse-time-rules):
4485         * mail/rmailout.el (rmail-output-file-alist):
4486         Autoload riskiness here, rather than placing in files.el.
4488 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
4490         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
4492 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
4494         * simple.el (process-file-side-effects): New defvar.
4496         * dired-aux.el (dired-show-file-type):
4497         * vc.el (vc-diff-internal):
4498         * vc-arch.el (vc-arch-diff):
4499         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
4500         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
4501         * vc-git.el (vc-git-registered, vc-git-working-revision)
4502         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
4503         (vc-git--empty-db-p):
4504         * vc-hooks.el (vc-user-login-name):
4505         * vc-svn.el (vc-svn-registered, vc-svn-state)
4506         (vc-svn-dir-extra-headers, vc-svn-find-revision):
4507         * progmodes/grep.el (grep-probe): Let-bind
4508         `process-file-side-effects' with nil.
4510         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
4512         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
4513         daemon.  Replace ping by checking for running service for bluez
4514         and zeroconf.  (Bug#4239)
4516 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4518         * net/dig.el (dig): Add autoload cookie.
4520 2009-08-25  Glenn Morris  <rgm@gnu.org>
4522         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
4523         load-history for absolute file-names.
4524         (byte-compile-file-form-require): Warn about use of the cl package.
4526         * format.el (format-alist): Doc fix.
4528         * play/bubbles.el (top-level): Don't require cl at run-time.
4530         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
4531         run-time cl).
4533 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
4535         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
4536         from cl package.
4537         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
4539 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
4541         * calc/calc-alg.el (math-trig-rewrite)
4542         (math-hyperbolic-trig-rewrite): New functions.
4543         (calc-simplify): Simplify trig functions when asked.
4545 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4547         * diff-mode.el (diff-find-source-location): Avoid goto-line.
4549 2009-08-24  Kenichi Handa  <handa@m17n.org>
4551         * language/ind-util.el (mapthread): Delete it.
4552         (combinatorial): New function.
4553         (indian--puthash-cv): Use combinatorial instead of mapthread.
4555 2009-08-22  Kevin Ryde  <user42@zip.com.au>
4557         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
4558         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
4559         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
4560         Clarify docstring that the value is strings not symbols.
4561         (checkdoc-list-of-strings-p): New function.
4563 2009-08-22  Glenn Morris  <rgm@gnu.org>
4565         * files.el (auto-mode-alist):
4566         * hippie-exp.el (he-concat-directory-file-name):
4567         * lpr.el (lpr-windows-system, printer-name):
4568         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
4569         * ps-print.el (ps-windows-system):
4570         * startup.el (command-line):
4571         * emulation/viper-ex.el (viper-glob-function):
4572         * international/mule-cmds.el (set-language-environment-coding-systems):
4573         * net/ange-ftp.el (ange-ftp-write-region):
4574         * obsolete/fast-lock.el (fast-lock-cache-name):
4575         Remove code for defunct system-types emx, macos, mswindows, next-mach,
4576         unisoft-unix, vax-vms, win32, w32.
4578         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
4579         given name if the pattern is not more specific.
4581         * calendar/lunar.el (lunar-phase-names): New option.
4582         (lunar-phase): Doc fix.
4583         (lunar-cycles-per-year): New constant.
4584         (lunar-index): New function.
4585         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
4586         (lunar-phase-name): Use lunar-phase-names.
4587         (calendar-lunar-phases): Use format.
4588         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
4590         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
4591         Copy imenu-example--name-and-position function here for own use.
4592         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
4594         * bs.el (bs--redisplay):
4595         * cus-edit.el (custom-redraw):
4596         * ibuffer.el (ibuffer-bury-buffer):
4597         * server.el (server-goto-line-column):
4598         * startup.el (command-line-1):
4599         * strokes.el (strokes-xpm-for-stroke):
4600         * term.el (term-display-buffer-line):
4601         * view.el (View-goto-line):
4602         * calc/calc.el (calc-do, calc-trail-buffer):
4603         * play/gamegrid.el (gamegrid-add-score-insecure):
4604         * progmodes/ada-mode.el (ada-compile-goto-error):
4605         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
4606         (ebrowse-select-1st-to-9nth):
4607         * progmodes/cperl-mode.el (cperl-time-fontification):
4608         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
4609         * progmodes/gud.el (gud-display-line):
4610         (idlwave-shell-display-line):
4611         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
4612         * progmodes/make-mode.el (makefile-browser-toggle):
4613         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
4614         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
4615         * textmodes/picture.el (picture-draw-rectangle):
4616         * textmodes/reftex-index.el (reftex-index-goto-letter):
4617         (reftex-select-jump-to-previous):
4618         * textmodes/reftex-sel.el (reftex-find-start-point)
4619         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
4620         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
4621         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
4622         * textmodes/tex-mode.el (tex-compilation-parse-errors):
4623         * textmodes/two-column.el (2C-associated-buffer):
4624         Use forward-line rather than goto-line.
4626         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
4627         goto-line.
4629         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
4630         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
4631         (quick-check-list-to-regexp): Declare.
4633         * progmodes/make-mode.el (makefile-browser-insert-selection):
4634         Use goto-char rather than goto-line.
4636         * progmodes/prolog.el (compilation-error-regexp-alist)
4637         (compilation-forget-errors): Declare.
4639 2009-08-22  Juri Linkov  <juri@jurta.org>
4641         * progmodes/grep.el (lgrep, rgrep): At the beginning
4642         set `dir' to `default-directory' unless `dir' is a non-nil
4643         readable directory.  (Bug#4052)
4644         (lgrep, rgrep): Change a weird way to report an error
4645         from using `read-string' to using `error'.
4646         Instead of using interactive arguments in the function body,
4647         add new argument `confirm'.
4649 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4651         * textmodes/remember.el (remember-buffer):
4652         * progmodes/cperl-mode.el (cperl-vc-header-alist):
4653         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
4654         (icalendar-extract-ical-from-buffer):
4655         * net/newst-treeview.el (newsticker-groups-filename):
4656         * net/newst-backend.el (newsticker-cache-filename):
4657         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
4658         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
4659         (speedbar-add-ignored-path-regexp, speedbar-line-path)
4660         (speedbar-buffers-line-path, speedbar-path-line)
4661         (speedbar-buffers-line-path):
4662         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
4663         (epg-sign-keys):
4664         * epa.el (epa-display-verify-result):
4665         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
4667 2009-08-21  Glenn Morris  <rgm@gnu.org>
4669         * progmodes/js.el (inferior-moz-process): Fix declaration.
4671         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
4673         * obsolete/rnewspost.el (news-mail-reply):
4674         Use goto-char rather than goto-line.
4676         * term/ns-win.el (ns-open-file-select-line):
4677         Use line-beginning-position rather than goto-line.
4679         * apropos.el (apropos-command):
4680         * ehelp.el (electric-helpify):
4681         * printing.el (pr-show-setup):
4682         * strokes.el (strokes-help):
4683         * tutorial.el (tutorial--describe-nonstandard-key)
4684         (tutorial--detailed-help):
4685         * woman.el (woman-mini-help, woman-display-extended-fonts):
4686         * calc/calc-help.el (calc-describe-key):
4687         * emulation/edt.el (edt-electric-helpify):
4688         * international/mule-diag.el (mule-diag):
4689         * play/yow.el (apropos-zippy):
4690         * progmodes/python.el (python-describe-symbol):
4691         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
4692         * textmodes/table.el (*table--cell-describe-mode)
4693         (*table--cell-describe-bindings):
4694         Use help-print-return-message rather than the now obsolete alias.
4696         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
4697         (calendar-cursor-to-visible-date):
4698         * play/5x5.el (5x5-position-cursor):
4699         * play/decipher.el (decipher):
4700         * play/gomoku.el (gomoku-goto-xy):
4701         * play/landmark.el (lm-goto-xy):
4702         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
4703         (mpuz-paint-digit):
4704         Use forward-line, not goto-line.
4706         * mail/rmail.el (rmail-obsolete): Delete custom group.
4707         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
4708         (rmail-remote-password, rmail-remote-password-required):
4709         Remove unneeded :set-after and :set properties.
4711 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
4713         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
4715 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
4717         * loadup.el: Remove leftover macos code.
4719         * vc-git.el (vc-git-annotate-command): Run asynchronously.
4720         Explicitly pass the date format to git blame so that user local
4721         so that the output format can be parsed.
4723 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
4725         * net/dbus.el (top): Don't check for (getenv
4726         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
4728 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
4730         * log-edit.el (log-edit-strip-single-file-name): New var.
4731         (log-edit-insert-changelog): Use it.  Bug#3571
4733 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4735         * subr.el (read-passwd): Use read-key so keypad keys work as well.
4736         Bug#3287
4738         * help.el (help-print-return-message): Rename from
4739         print-help-return-message.
4741         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
4742         cvs-mode-map parent hack.
4743         (log-view-mode): Derive from special-mode.
4745         * linum.el (linum-mode): window-size-change-functions is redundant.
4746         Adapt to new window-configuration-change-hook behavior.
4747         (linum-after-size, linum-after-config): Remove.
4749         * imenu.el (imenu-example--name-and-position)
4750         (imenu-example--lisp-extract-index-name)
4751         (imenu-example--create-lisp-index, imenu-example--create-c-index):
4752         Mark as obsolete.
4754         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
4755         (inferior-prolog-mode): Use it.
4756         (inferior-prolog-load-file): Reset list of errors.
4758 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4760         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
4762         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
4764 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
4766         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
4767         is running already.
4769 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4771         * subr.el (listify-key-sequence-1): Use normal syntax since those
4772         integers are nowadays always represented by the same (positive) number
4773         on all platforms.
4774         (read-key-empty-map): New const.
4775         (read-key-delay): New var.
4776         (read-key): New function.
4777         (force-mode-line-update): Use with-current-buffer.
4778         (locate-user-emacs-file): Don't forget to abbreviate the file name.
4779         (start-process-shell-command, start-file-process-shell-command):
4780         Discourage the use of command-args.
4782 2009-08-19  Glenn Morris  <rgm@gnu.org>
4784         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
4786 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * simple.el (choose-completion-string): Don't rely on
4789         minibuffer-completing-file-name and ad-hoc checks to decide whether
4790         to continue completion or not.
4792         * minibuffer.el (minibuffer-hide-completions): New function.
4793         (completion--do-completion): Use it.
4794         (completions-annotations): New face.
4795         (completion--insert-strings): Use it.
4796         (completion-pcm--delim-wild-regex): Add docstring.
4797         (completion-pcm--string->pattern): Add support for 0-width delimiters
4798         in completion-pcm--delim-wild-regex.
4800 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
4803         Remove unused var `buffer-modified-p'.
4805         * minibuffer.el (completion--do-completion): Move point for the #b001
4806         case as well (bug#4176).
4807         (minibuffer-complete, minibuffer-complete-word): Don't move point.
4809 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
4811         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
4812         and :session buses.
4814 2009-08-18  Kenichi Handa  <handa@m17n.org>
4816         * international/ucs-normalize.el (ucs-normalize-version):
4817         Change to 1.1.
4818         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
4819         (utf-8-hfs): Make it perform normalization on encoding too.
4821         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
4822         (sentence-end-without-space): Delete duplicated chars.
4823         (sentence-end-base): Likewise.
4825         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
4826         (html-mode): Delete duplicated chars from sentence-end-base.
4828         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
4829         (texinfo-mode): Delete duplicated chars from sentence-end-base.
4831 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
4833         * files.el (hack-one-local-variable): If the mode function is for
4834         a minor mode, pass it an argument (Bug#4148).
4836 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
4838         * net/tramp.el (tramp-register-completion-file-name-handler):
4839         Check also for (member 'partial-completion completion-styles).
4841 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4843         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
4844         abbrev (Bug#3943).
4846 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
4848         * progmodes/cperl-mode.el: Merge upstream 6.2.
4849         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
4850         (cperl-forward-re): Check cperl-brace-recursing.
4851         (cperl-highlight-charclass): New function.
4852         (cperl-find-pods-heres): Use it.
4853         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
4854         (cperl-beautify-regexp-piece): Fix column calculation.
4855         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
4856         (cperl-beautify-level): Don't process entire regexp.
4857         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
4858         calling man.
4859         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
4860         (cperl-init-faces): Build a list in the normal way.
4862 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4864         * calendar/parse-time.el (parse-time-string-chars): Save match
4865         data.
4867 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4869         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
4870         (sql-product): Use it.
4871         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
4872         (sql-set-product): Add completion.
4873         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
4874         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
4875         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
4876         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
4877         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
4878         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
4879         (sql-highlight-db2-keywords): Remove.
4880         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4881         (sql-highlight-product): Use derived-mode-p.
4882         (sql-set-sqli-buffer): Use with-current-buffer.
4883         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
4884         Simplify.
4886         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
4888         * term.el: Fix commenting convention, turn comments into docstrings.
4890 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4892         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
4894 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4896         * calendar/parse-time.el (parse-time-string-chars): Compute using
4897         character classes, to handle non-ascii characters (Bug#3190).
4899 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4901         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
4902         another heredoc if the user adds another < (Bug#3226).
4904         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4905         Don't initialize based on window-system (Bug#4124).
4907         * facemenu.el (facemenu-read-color): Use a completion function
4908         that accepts any defined color, such as RGB triplets (Bug#3677).
4910         * files.el (get-free-disk-space): Change fallback default
4911         directory to /.  Expand DIR argument before switching to fallback.
4912         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
4914 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4916         * files.el (load-library): Doc fix.
4918 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4920         * viper-cmd.el (viper-insert-isearch-string): New function.
4921         (viper-if-string): Redefine C-s in the minibuffer to insert the last
4922         incremental search string.
4924         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
4925         XEmacs.
4927         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
4928         (ediff-merge-region-is-non-clash)
4929         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
4930         Also check if the job is really a merge job.
4932         * ediff.el (ediff-current-file): New function.
4934 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4936         * progmodes/js.el: Edit docstrings throughout to follow Emacs
4937         conventions.
4938         (js-insert-and-indent): Delete function.
4939         (js-mode-map): Don't bind keys to js-insert-and-indent.
4940         (js-beginning-of-defun): Rename from js--beginning-of-defun.
4941         (js-end-of-defun): Rename from js--end-of-defun.
4942         (js-auto-indent-flag): Delete variable.
4944 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
4946         * progmodes/js.el: Remove proclaim statement.
4947         Defvar which-func-imenu-joiner-function to silence compiler.
4949         * files.el (auto-mode-alist): Use js-mode for .js files.
4951         * progmodes/js2-mode.el: Remove file.
4953         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
4955         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
4957         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
4959 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
4960             Karl Landstrom  <karl.landstrom@brgeight.se>
4962         * progmodes/js.el: New file.
4964 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
4966         * timezone.el (timezone-parse-date): Add ability to understand ISO
4967         basic format (minimal separators) dates in addition to the
4968         already-supported extended format dates.
4970 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
4972         * international/ucs-normalize.el: Add a `coding' file variable.
4974         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
4976 2009-08-14  Sam Steingold  <sds@gnu.org>
4978         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4980 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
4982         * faces.el (help-argument-name): Define it here instead of
4983         help-fns.el, because in daemon mode help-fns.el may be loaded when
4984         faces are still uninitialized (Bug#1078).
4986         * help-fns.el (help-argument-name): Move defface to faces.el.
4988 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
4990         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
4991         create buffer with a pty but no process so that GDB can make the
4992         inferior the controlling process.
4994 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
4996         * international/ucs-normalize.el: New file.
4998 2009-08-13  Richard Stallman  <rms@gnu.org>
5000         * mail/rmail.el (rmail-get-attr-names):
5001         Accept an attribute header that is too short.
5003         * mail/rmail.el (rmail-forget-messages):
5004         Ignore nil elt in rmail-message-vector.  Use dotimes.
5006         * progmodes/compile.el (compilation-goto-locus):
5007         Use next-error-move-function.
5009         * simple.el (next-error-move-function): New variable.
5011 2009-08-12  Juri Linkov  <juri@jurta.org>
5013         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5014         always non-nil.  (Bug#4052)
5016         * replace.el (read-regexp): Return empty string when
5017         `default-value' is nil.
5018         (keep-lines-read-args): Don't use empty string as the
5019         default value for `read-regexp'.  (Bug#2495)
5021 2009-08-12  Juri Linkov  <juri@jurta.org>
5023         * international/mule-cmds.el (ucs-insert): Change arguments
5024         from `arg' to `character', `count', `inherit' to be the same
5025         as in `insert-char'.  Doc fix.  (Bug#4039)
5027         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5029 2009-08-12  Juri Linkov  <juri@jurta.org>
5031         * files-x.el: New file.
5033         * files.el: Move code that deals with adding/deleting
5034         file/directory-local variables to files-x.el.
5036         * Makefile.in (ELCFILES): Add files-x.elc.
5038 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
5040         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5041         to use `goto-line'.
5042         (gdb-place-breakpoints, gdb-get-location): Rewritten without
5043         `goto-line'.
5044         (gdb-invalidate-disassembly): Do not refresh upon receiving
5045         'update signal.  Instead, update all disassembly buffers only after
5046         threads list.
5047         (gdb): Send -target-detach when buffer is killed (Bug#3794).
5048         (gdb-starting): Moved -data-list-register-names...
5049         (gdb-stopped): ...here so it's sent when first thread stops.
5050         (gdb-registers-handler-custom): Do nothing if register names are
5051         unknown yet.
5053         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5054         from `gdb-mi.el' to avoid extra tangling.
5056         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5057         change which breaks `gud-def' definitions used in `gdb'.
5058         (gdb-update-gud-running): No extra fuss for updating frame number.
5060 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5062         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5063         (describe-language-environment-map, setup-language-environment-map)
5064         (set-coding-system-map): Move initialization into declaration.
5065         (set-language-info-alist): Last arg to define-key-after can be skipped.
5067         * international/quail.el (quail-completion-1): Simplify.
5068         (quail-define-rules): Use slightly more compact code.
5069         (quail-insert-decode-map): Propertize keys, compact columns.
5071         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5072         Add goto-line.
5074 2009-08-10  Miles Bader  <miles@gnu.org>
5076         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5077         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5078         (js2-instance-member, js2-private-member, js2-private-function-call)
5079         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5080         (js2-magic-paren, js2-external-variable):
5081         Remove "-face" suffix from face names.
5082         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5083         (js2-highlight-undeclared-vars, js2-peek-token)
5084         (js2-parse-function-params, js2-mode-show-errors)
5085         (js2-mode-show-warnings, js2-make-magic-delimiter)
5086         (js2-mode-highlight-magic-parens): Update to use new face names.
5088 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
5090         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5091         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
5093 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
5095         * subr.el: Provide hashtable-print-readable.
5097         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5098         hs-c-like-adjust-block-beginning.
5099         (hs-hide-block-at-point): Stop hiding at the beginning of
5100         hs-block-end-regexp (Bug#700).
5102 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
5104         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5105         a macro.
5106         (gdb-registers-handler-custom): Do not fail when register names
5107         are unavailable.
5109 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5111         * progmodes/gdb-mi.el (gdb-control-all-threads)
5112         (gdb-control-current-thread): Interactive setters for
5113         `gdb-gud-control-all-threads' to use in menu.
5114         (gdb-show-run-p): Show «Go» when process is not active.
5115         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
5116         gud/thread.xpm and gud/all.xpm.
5118 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
5120         * net/net-utils.el (net-utils-font-lock-keywords): New var.
5121         (nslookup-font-lock-keywords): Make it a variable.
5122         (net-utils-mode): New mode for viewing diagnostic network output.
5123         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5124         (net-utils-run-simple): New function.
5125         (ifconfig, iwconfig, netstat, arp, route): Use it.
5127 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5129         * progmodes/gdb-mi.el (gdb-read-memory-custom)
5130         (gdb-memory-set-address, def-gdb-set-positive-number)
5131         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5132         after changing settings.
5133         (gdb-invalidate-disassembly): Update when first shown.
5134         (gdb-edit-locals-value): Fixed.
5135         (gdb-registers-handler-custom): Print registers in right order and
5136         allow changing register values (only for current thread yet).
5137         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5138         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5139         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5140         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5141         info in mode name.
5142         (gdb-registers-mode-map): TAB to switch to locals.
5144 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
5146         * mail/rmail.el (rmail-add-mbox-headers)
5147         (rmail-set-message-counters-counter): Search for
5148         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
5150 2009-08-08  Glenn Morris  <rgm@gnu.org>
5152         * Makefile.in (ELCFILES): Update.
5154 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5156         * mail/sendmail.el (mail-yank-original): Set
5157         buffer-file-coding-system from the one used by the message whose
5158         text is yanked.
5160         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5161         to "windows" when "pgnuplot" is used.
5162         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5163         call accept-process-output if "pgnuplot" is used.
5164         (calc-graph-init): Don't send -display and -geometry to
5165         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
5166         running "pgnuplot -V" with shell-command-to-string.
5168         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5169         the default.
5171 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5173         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5174         org/org-latex.elc.
5176 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5178         * vc-dispatcher.el (vc-resynch-window): Update comment.
5180         * term.el (term-handle-ansi-escape): Add comments with the
5181         terminfo capabilities implemented.
5183 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
5185         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5186         (gdb-var-create-handler): Rewritten using JSON parser.
5187         (gdb-propertize-header): Moved earlier.
5188         (gdb-set-header): Removed to avoid duplication.
5189         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5190         Refresh disassembly buffers only after threads list have been
5191         update.
5192         (gdb-threads-header, gdb-registers-header): Per-buffer header line
5193         variables.
5195 2009-08-04  Juri Linkov  <juri@jurta.org>
5197         * files.el: Commands to add/delete file/directory-local variables.
5198         (read-file-local-variable, read-file-local-variable-value)
5199         (read-file-local-variable-mode, modify-file-local-variable)
5200         (modify-file-local-variable-prop-line)
5201         (modify-dir-local-variable): New functions.
5202         (add-file-local-variable, delete-file-local-variable)
5203         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5204         (add-dir-local-variable, delete-dir-local-variable)
5205         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5206         (copy-dir-locals-to-file-locals-prop-line): New commands.
5208 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
5210         * abbrev.el (insert-abbrev-table-description): Prettify output.
5211         Suggested by Karl Chen.
5213 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
5215         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
5216         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
5217         (gdb-overlay-arrow-position, gdb-thread-position)
5218         (gdb-disassembly-position): Declare variables.
5219         (gdb-wait-for-pending): Function now.
5220         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
5221         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
5222         compilation goes smoothly.
5223         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
5224         (gdb-non-stop-setting): New customization setting which replaces
5225         `gdb-non-stop' so changing it doesn't break active GDB session.
5226         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
5227         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
5228         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
5229         (gdb-show-threads-by-default): New customization options.
5230         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
5231         routines.
5232         (gdb-get-buffer-create): Send buffers update signal when they are
5233         created.
5234         (gdb-invalidate-locals, gdb-invalidate-registers)
5235         (gdb-invalidate-breakpoints)
5236         (gdb-invalidate-threads, gdb-invalidate-disassembly)
5237         (gdb-invalidate-memory): Accept update signal.
5238         (gdb-current-context-command): Use --frame option.
5239         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
5240         Implement `gdb-frame-number' selection logic.
5241         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
5242         whether to show GUD toolbar buttons.
5243         (gdb-thread-exited): Unselect current thread when it exits.
5244         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
5245         (gdb-mark-line): Routine which sets overlay arrow or inverses
5246         video on fringeless displays.
5247         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
5248         to build aligned columns of data in GDB buffers and set text
5249         properties line-by-line.
5250         (gdb-invalidate-breakpoints)
5251         (gdb-breakpoints-list-handler-custom)
5252         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
5253         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
5254         (gdb-registers-handler-custom): Align data columns.
5255         (gdb-locals-handler-custom): Now prints data like in variable
5256         declarations.
5257         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
5258         Removed confusing buttons.
5259         (gdb-invalidate-threads): Append --frame.
5260         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
5261         between breakpoints/threads buffers.
5262         (gdb-set-window-buffer): Now can ignore dedicated windows.
5263         (gdb-propertize-header): Use `gdb-set-window-buffer'.
5264         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
5265         (def-gdb-thread-buffer-gud-command): Replaces
5266         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
5267         for fine thread control.
5268         (gdb-preempt-existing-or-display-buffer): New function used to
5269         display bound buffers without breaking window layout.
5270         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
5271         (gdb-select-frame): New version of `gdb-frames-select' which now
5272         sets `gdb-frame-number' so commands may use --frame option instead
5273         of inner debugger state.
5274         (gdb-frame-handler): Do not set `gdb-frame-number'.
5275         (gdb-threads-mode-map): Select threads with mouse.
5277         * progmodes/gud.el (gdb-gud-context-call): Declare function to
5278         avoid compilation warning.
5279         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
5280         `gdb-show-stop-p`.
5282         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
5283         Argument `key' renamed to `buffer-type'.
5284         (gdb-current-context-buffer-name): Do not add thread info to
5285         buffer name when no thread is selected.
5286         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
5287         command (bug 3794).
5288         (gdb-thread-selected): Handle `=thread-selected' notification.
5289         (gdb-wait-for-pending): New macro to deal with congestion problems.
5290         (gdb-breakpoints-list-handler-custom): Don't fail on pending
5291         breakpoints.
5292         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
5293         This fixes problem similar to one described in bug 3947.
5294         (gud-menu-map): More menu items.
5295         (gdb-init-1): Reset `gdb-thread-number' to nil.
5297         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
5298         non-stop settings.
5300         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
5301         (gdb-current-context-command): Do not append --thread if
5302         `gdb-thread-number' is nil.
5303         (gdb-running-threads-count, gdb-stopped-threads-count): New
5304         variables.
5305         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
5306         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
5307         customization options.
5308         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
5309         GUD commands.
5310         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
5311         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
5312         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
5313         set `gdb-thread-number' and update `gud-running' properly.
5314         (gdb-running): Update threads list when new threads appear.
5315         (gdb-stopped): Support non-stop operation and new thread switching
5316         logic.
5317         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
5318         (gdb-json-partial-output): New set of JSON routines.
5319         (def-gdb-auto-update-trigger): New `signal-list' optional
5320         argument.
5321         (gdb-thread-list-handler-custom): Update `gud-running',
5322         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
5323         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
5324         (gdb-continue-thread, gdb-step-thread): New commands for fine
5325         thread execution control.
5326         (gud-menu-map): New menu items to switch non-stop options.
5327         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
5328         (gdb-send): Mimic RET properly (bug 3794).
5330         * progmodes/gdb-mi.el (gdb-rules-name-maker)
5331         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
5332         gdb-buffer-rules.
5333         (def-gdb-auto-update-handler): New nopreserve optional argument.
5334         (gdb-stack-list-frames-custom): Print stack from top to bottom.
5336         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
5337         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
5338         (gdb-parent-mode): New mode to derive other GDB modes from.
5339         (gdb-display-disassembly-for-thread)
5340         (gdb-frame-disassembly-for-thread): New commands for threads
5341         buffer.
5343         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
5344         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
5345         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
5346         (gdb-update): We now store all GDB buffers in a list so that they
5347         can be updated by traversing a list instead of calling invalidate
5348         triggers explicitly.
5349         (def-gdb-trigger-and-handler): New macro to define trigger-handler
5350         pair for GDB buffer.
5351         (gdb-stack-buffer-name): Add thread information.
5352         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
5353         handle pending triggers.
5354         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
5355         (def-gdb-thread-buffer-simple-command)
5356         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
5357         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
5358         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
5359         New commands which show buffers bound to thread.
5360         (gdb-stack-list-locals-regexp): Removed unused regexp.
5362         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
5363         (gdb-locals-buffer-name, gdb-registers-buffer-name)
5364         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
5365         to (gud-comint-buffer) in *-buffer-name functions
5366         because (gdb-get-target-string) already does that.
5367         (gdb-locals-handler-custom, gdb-registers-handler-custom)
5368         (gdb-changed-registers-handler): Rewritten without regexps.
5370         * progmodes/gdb-mi.el Basic thread selection support.
5371         (gdb-thread-number): New variable.
5372         (gdb-current-context-command): New macro which adds --thread
5373         option to command.
5374         (gdb-threads-mode-map): Select thread with SPC.
5375         (gdb-thread-list-handler-custom): Mark current thread with overlay
5376         arrow.  Synchronize GDB thread and Emacs thread.
5377         (gdb-select-thread): New command which selects current thread.
5378         (gdb-invalidate-frames, gdb-invalidate-locals)
5379         (gdb-invalidate-registers): Use --thread option.
5381 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
5383         * net/tramp.el (top): Make check for tramp-gvfs loading more
5384         robust.  (Bug#3977)
5385         (tramp-handle-insert-file-contents): `unwind-protect' must be
5386         inside `with-parsed-tramp-file-name'.
5388         * net/tramp-gvfs.el (top): Remove superfluous message when loading
5389         fails.
5391 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
5393         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
5394         directory if CLASSPATH is not set.
5396 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
5398         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
5399         New defconst.
5400         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
5402 2009-08-02  Kevin Ryde  <user42@zip.com.au>
5404         * net/newst-backend.el (newsticker--raw-url-list-defaults):
5405         Update freshmeat link.  Delete newsforge.com as it seems gone.
5407 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
5409         * select.el (x-set-selection): Doc fix (Bug#4021).
5411         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
5413         * help-fns.el (describe-variable): Treat list return values from
5414         dir-locals-find-file properly (Bug#4005).
5416 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
5418         * net/tramp.el (tramp-debug-message): Print also microseconds.
5420 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
5422         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
5423         or END is non-nil.
5424         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
5425         (tramp-get-debug-buffer): Change `outline-regexp' according to new
5426         format.
5428         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
5429         (tramp-get-file-property): Use it.
5431         * autorevert.el (auto-revert-handler): Allow
5432         `auto-revert-tail-mode' for remote files.
5434 2009-08-02  Jason Rumney  <jasonr@gnu.org>
5436         * minibuffer.el (read-file-name): Treat confirm options to
5437         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
5439 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
5441         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
5442         (font-lock-variable-name-face, font-lock-constant-face): Darken
5443         the colors for light backgrounds.
5445 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
5447         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
5448         month names.  (Bug#3987)
5450 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
5452         * simple.el (line-move-finish): Pass whole number to
5453         line-move-to-column.
5454         (line-move-visual): Perform hscroll to the recorded position.
5456 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
5458         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
5460 2009-07-29  Alan Mackenzie  <acm@muc.de>
5462         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
5464 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
5466         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
5467         (gdb-place-breakpoints): Use full path when setting breakpoints.
5469 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
5471         * calc/calc.el (calc-mode-map): Add keybinding for
5472         `calc-transpose-lines'.
5474 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
5476         * calc/calc-misc.el (calc-transpose-lines): New function.
5478 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
5480         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
5481         Simplify check for out-of-band methods.
5482         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
5483         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
5485 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
5487         * vc-git.el (vc-git-checkin): Fix typo.
5489 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
5491         * progmodes/js2-mode.el: New file.
5493 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
5495         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
5496         (gud-menu-map): Adjust tooltip accordingly.
5498 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5500         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
5501         (vc-bzr-log-view-mode): Adjust log-view-file-re.
5503         * add-log.el (change-log-mode-map): Add a menu.
5505 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
5507         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
5508         function returns nil.
5509         (dbus-handle-event): Handle special return value :ignore.
5510         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
5512 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
5514         * view.el (view-mode-enable): Don't define Helper-return-blurb if
5515         it's not needed.
5517 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
5519         Fix Bug#3888:
5521         * w32-vars.el (x-select-enable-clipboard): Doc fix.
5523         * term/pc-win.el (x-display-name, x-colors)
5524         (x-select-enable-clipboard, x-select-text): Doc fix.
5526         * term/common-win.el (x-display-name, x-colors): Doc fix.
5528         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
5529         (xw-defined-colors): Doc fix.
5531         * w32-fns.el (x-select-text, x-setup-function-keys)
5532         (x-get-selection, x-set-selection): Doc fix.
5534         * term/x-win.el (x-select-text, x-setup-function-keys)
5535         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
5537         * select.el (x-set-selection): Doc fix.
5539 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
5541         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
5542         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
5543         "IsNSSSupportAvailable" method is not available.  Reported by
5544         Steve Youngs <steve@sxemacs.org>.
5546 2009-07-24  Kenichi Handa  <handa@m17n.org>
5548         * international/characters.el: Fix setting of category ?C, ?|, ?K,
5549         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
5550         (build-unicode-category-table): Fix range checks.
5552 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5554         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
5555         the buffer we try to sync is current when calling
5556         vc-resynch-buffer.
5558         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
5559         not show up to date files.
5561 2009-07-24  Glenn Morris  <rgm@gnu.org>
5563         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
5564         Add autoload cookies.  If necessary, initialize.
5565         (elint-log): Handle non-file buffers.
5566         (elint-initialize): Add optional argument to reinitialize.
5567         (elint-find-builtin-variables): Save excursion.
5569 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5571         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5572         for Lint.
5574 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5576         * vc.el (vc-print-log-internal): New function, split out from ...
5577         (vc-print-log): ... here.
5578         (vc-dir-move-to-goal-column): Declare.
5580         * vc-git.el (vc-git-add-signoff): New variable.
5581         (vc-git-checkin): Use it.
5582         (vc-git-toggle-signoff): New function.
5583         (vc-git-extra-menu-map): Bind it to menu.
5584         (vc-git--run-command-string): Accept a nil FILE argument.
5585         (vc-git-stash-list): New function.
5586         (vc-git-dir-extra-headers): Use it.
5588 2009-07-23  Glenn Morris  <rgm@gnu.org>
5590         * help-fns.el (describe-variable): Describe ignored and risky local
5591         variables in a similar way to that in which we describe safe ones.
5593         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
5594         (byte-compile-output-file-form, byte-compile-output-docform)
5595         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
5596         Give some more local variables with common names a "bytecomp-" prefix,
5597         so as not to shadow things during compilation.
5598         * emacs-lisp/cl-macs.el (load-time-value)
5599         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
5600         `outbuffer' to `bytecomp-outbuffer'.
5602         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
5603         since the next two variables cover them automatically now.
5604         (elint-builtin-variables, elint-autoloaded-variables): New.
5605         (elint-unknown-builtin-args): Remove all members, since they can be
5606         parsed automatically now.
5607         (elint-extra-errors): New.
5608         (elint-env-add-env, elint-env-add-macro): Use cadr.
5609         (elint-current-buffer): Use or.  Change final message.
5610         (elint-get-top-forms): Use line-end-position.
5611         (elint-init-env): Use cadr.  Handle autoload, declare-function,
5612         and defalias.
5613         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
5614         (regexp-assoc): Remove unused function.
5615         (elint-top-form): Set elint-current-pos, to record the start of the
5616         top-level form, for compilation-mode.
5617         (elint-form): Trap errors in macro expansion.  Use dolist.
5618         (elint-unbound-variable): Use elint-builtin-variables and
5619         elint-autoloaded-variables.
5620         (elint-get-args): Use cadr, or.
5621         (elint-check-cond-form): Use dolist, cadr.
5622         (elint-check-condition-case-form): Doc fix.  Use cadr.
5623         Use elint-extra-errors.
5624         (elint-log): New function.
5625         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
5626         Distinguish errors and warnings.
5627         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
5628         Use a bytecomp-style format.
5629         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
5630         (elint-get-log-buffer): Use compilation mode.  Disable undo.
5631         Don't truncate lines.
5632         (elint-initialize): Set builtin and autoloaded variable lists.
5633         Only process elint-unknown-builtin-args if non-nil.
5634         (elint-find-builtin-variables, elint-find-autoloaded-variables):
5635         New functions.
5636         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
5638 2009-07-22  Kevin Ryde  <user42@zip.com.au>
5640         * net/newst-backend.el (newsticker--parse-atom-1.0)
5641         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5642         (newsticker--parse-rss-1.0):
5643         * progmodes/idlwave.el (idlwave-mode):
5644         * progmodes/idlw-shell.el (idlwave-shell-mode):
5645         * progmodes/vera-mode.el (vera-mode):
5646         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
5647         * progmodes/vhdl-mode.el (vhdl-mode):
5648         * textmodes/table.el (table-generate-source)
5649         (table--warn-incompatibility):
5650         Hyperlink urls in docstrings with URL `...'.
5652 2009-07-22  Glenn Morris  <rgm@gnu.org>
5654         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
5655         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
5656         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
5657         Remove leading * from defcustom docs.
5659         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
5661         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
5662         defcustom doc.
5663         (list-load-path-shadows): Optionally, just return shadows as a string.
5665         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
5667 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
5669         * mail/rmailedit.el (rmail-edit-mode): Use
5670         auto-save-include-big-deletions.
5672         * mail/rmail.el (rmail-variables): Use
5673         auto-save-include-big-deletions.
5675         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
5676         changes.
5678 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
5680         * calc/calc.el (calc-undo-length): New variable.
5681         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
5683 2009-07-21  Richard Stallman  <rms@gnu.org>
5685         * files.el (auto-save-mode): Handle buffer-save-size = -2
5686         for toggling mode.
5688 2009-07-21  Glenn Morris  <rgm@gnu.org>
5690         * textmodes/ispell.el (ispell-looking-back): Update declaration.
5692         * calendar/todo-mode.el (calendar-current-date): Update declaration.
5694         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
5695         silence compiler.  Instead...
5696         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
5697         (ps-print-ensure-fontified): Update for above function name changes.
5699         * printing.el (pr-mh-get-msg-num, pr-mh-show)
5700         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
5701         silence compiler.  Instead...
5702         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
5703         (mh-show-buffer): Only define for compiler.
5704         (pr-mh-current-message): Update for above function name changes.
5706         * files.el (abort-if-file-too-large): Explicitly pass `filename'
5707         as an argument.
5708         (find-file-noselect, insert-file-1): Update for above change.
5710         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
5712         * mail/mailclient.el (mailclient-send-it): Fix message.
5714         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
5715         (edebug-eval): Check cl-debug-env is bound.
5716         (print-level, print-circle): Don't redefine built-in variables.
5718         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
5719         (custom-print-vectors): Remove old comments from doc.
5721         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
5722         (emerge-version): Make the variable an obsolete alias for the
5723         emacs-version variable.  Make the function obsolete.
5724         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
5725         Emerge options, rather than merging in into the main Options menu.
5726         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
5727         and auto advance modes.  Disable edit/fast items when not relevant.
5729 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5731         * term/vt420.el (terminal-init-vt420): Fix typo.
5733 2009-07-20  Sam Steingold  <sds@gnu.org>
5735         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
5736         variable (removed from compile.el on 2004-03-11).
5738 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
5740         * files.el (hack-local-variables-filter): Fix last change.
5742 2009-07-19  Juri Linkov  <juri@jurta.org>
5744         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
5745         (dir-local-variables-alist): New buffer-local variable.
5746         (hack-local-variables-filter): If variable is not dir-local,
5747         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
5748         because file-local overrides dir-local.
5749         (c-postprocess-file-styles)<declare-function>:
5750         Remove obsolete declaration.
5751         (hack-dir-local-variables): Add dir-local variable/value pair to
5752         `dir-local-variables-alist' and remove duplicates.  Doc fix.
5754         * help-fns.el (describe-variable): Add information about
5755         file-local and dir-local variables.
5757 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
5759         * files.el (hack-local-variables-filter): Rewrite.
5761 2009-07-19  Glenn Morris  <rgm@gnu.org>
5763         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
5764         Silence compiler by only defining on XEmacs.
5766         * international/mule.el (auto-coding-regexp-alist): Only match
5767         BABYL... at the start of buffer, not of lines.  (Bug#3790)
5769         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
5770         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
5771         (cal-menu-context-mouse-menu): Doc fix.
5773         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
5775         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
5777 2009-07-18  Juri Linkov  <juri@jurta.org>
5779         * info.el: Virtual Info keyword finder.
5780         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
5781         (Info-finder-file): New variable.
5782         (Info-finder-find-file): New function.
5783         (finder-known-keywords, finder-package-info)
5784         (find-library-name, lm-commentary): Use defvar and
5785         declare-function to silence compiler warnings.
5786         (Info-finder-find-node): New function.
5787         (info-finder): New command.
5789         * subr.el (process-kill-buffer-query-function): New function.
5790         (add-hook)<kill-buffer-query-functions>: Add hook
5791         `process-kill-buffer-query-function'.
5793 2009-07-18  Alan Mackenzie  <acm@muc.de>
5795         * progmodes/cc-mode.el (c-before-hack-hook)
5796         (c-postprocess-file-styles): Give invocation of `c-set-style'
5797         DONT-OVERRIDE parameter of t.  Already set style variables will
5798         thus not be overridden by style settings given by `c-file-syle'.
5800         * files.el (hack-local-variables-filter): Remove entries with
5801         duplicate keys from `file-local-variables-alist'.
5803 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
5805         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
5806         x-set-selection if display-selections-p returns nil for the
5807         current frame.
5809 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
5811         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
5813 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
5815         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
5816         Accept nil in addition to a regexp.
5817         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
5818         Accept nil in addition to a regexp.
5819         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
5820         buffers that have an associated file.  Handle nil values of
5821         desktop-buffers-not-to-save and desktop-files-not-to-save.
5822         (Bug#3833)
5824         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5825         (x-disown-selection-internal): New functions.
5827 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
5829         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
5830         warning.
5831         (gdb-breakpoints-header): Move forward to avoid compiler warning.
5832         (gdb-make-header-line-mouse-map): Remove duplicate definition.
5834 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
5836         * simple.el (set-mark): Revert last change.
5838 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
5840         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
5841         rendering of pngs is not possible instead of messaging a long
5842         description.
5844 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
5846         * w32-fns.el (x-selection-owner-p): New function.
5848         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
5849         (mouse-yank-at-click, mouse-yank-primary): If
5850         select-active-regions is non-nil, deactivate the mark before
5851         insertion.
5853         * simple.el (deactivate-mark, set-mark): Only save selection if we
5854         own it.
5856 2009-07-17  Kenichi Handa  <handa@m17n.org>
5858         * case-table.el (describe-buffer-case-table): Fix for the case
5859         that KEY is a cons.
5861 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5863         * vc-rcs.el (vc-rcs-find-file-hook):
5864         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
5866 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
5868         * net/tramp.el (tramp-wait-for-output): Handle the case when
5869         commands do not return a newline but a null byte before the shell
5870         prompt.  (Bug#3858)
5872 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5874         * term/ns-win.el (ns-set-alpha): Don't declare.
5875         (ns-set-background-alpha): Remove function.
5877 2009-07-16  Kevin Ryde  <user42@zip.com.au>
5879         * emacs-lisp/copyright.el (copyright-update): Save match-data across
5880         y-or-n-p, for safety.
5882 2009-07-16  Richard Stallman  <rms@gnu.org>
5884         * files.el (auto-save-mode): If buffer-saved-size is -2,
5885         don't clobber it.
5887         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
5888         (rmail-retry-ignored-headers): Add more uninteresting fields.
5890 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
5892         * net/rcirc.el (rcirc): Use history variables.
5893         (rcirc-server-name-history, rcirc-nick-name-history)
5894         (rcirc-server-port-history): New variables.
5896 2009-07-15  Kenichi Handa  <handa@m17n.org>
5898         * international/mule-cmds.el (set-language-environment-charset):
5899         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
5900         ignore them.
5902         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
5903         Delete unibyte-display.
5905 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5907         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
5909 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5911         * simple.el (deactivate-mark): Optional argument FORCE.
5912         (set-mark): Use deactivate-mark.
5914         * info.el (Info-search): No need to check transient-mark-mode
5915         before calling deactivate-mark.
5917         * select.el (x-set-selection): Doc fix.
5918         (x-valid-simple-selection-p): Allow buffer values.
5919         (xselect--selection-bounds): Handle buffer values.  Suggested by
5920         David De La Harpe Golden.
5922         * mouse.el (mouse-set-region, mouse-drag-track): Call
5923         copy-region-as-kill before setting the mark, to let
5924         select-active-regions work.
5926 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
5928         * simple.el (deactivate-mark): If select-active-regions is
5929         non-nil, copy the selection data into a string.
5930         (activate-mark): If select-active-regions is non-nil, set the
5931         selection to the current buffer.
5932         (set-mark): Update selection if select-active-regions is non-nil.
5934         * select.el (x-valid-simple-selection-p): Allow buffer values.
5936 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
5939         and more featureful message-mode.
5941 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
5943         * select.el (x-set-selection): Doc fix.
5944         (x-valid-simple-selection-p): Disallow selection data consisting
5945         of a list or cons of integers, since that is not used.
5946         (xselect--selection-bounds, xselect--int-to-cons): New functions.
5947         (xselect-convert-to-string, xselect-convert-to-length)
5948         (xselect-convert-to-filename, xselect-convert-to-charpos)
5949         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
5951 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
5953         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
5954         output in -break-info command (Emacs bug #3794).
5956 2009-07-14  Glenn Morris  <rgm@gnu.org>
5958         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
5959         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
5960         (edebug-print-length, edebug-print-level, edebug-print-circle)
5961         (edebug-sit-for-seconds, edebug-view-outside)
5962         (edebug-bounce-point, edebug-set-global-break-condition)
5963         (edebug-Go-nonstop-mode, edebug-trace-mode)
5964         (edebug-Trace-fast-mode, edebug-continue-mode)
5965         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
5966         (edebug-visit-eval-list): Doc fixes.
5968         * subr.el (def-edebug-spec): Doc fix.
5970 2009-07-14  Kenichi Handa  <handa@m17n.org>
5972         * international/characters.el: Fix setting of category ?C.
5974 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
5976         * term/ns-win.el (x-select-font): defalias x-select-font to
5977         ns-popup-font-panel instead of generate-fontset-menu.
5979 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
5981         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
5983 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
5985         * arc-mode.el (archive-find-type): Allow for a PK00 string before
5986         the PK\003\004 header (Bug#3770).
5988 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
5990         * pcomplete.el (pcomplete-comint-setup): Check for
5991         shell-dynamic-complete-filename too.
5993 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
5995         * simple.el (temporary-goal-column): Change the value for
5996         line-move-visual to a cons cell.
5997         (line-move-visual): Record or set the window hscroll, if
5998         necessary (Bug#3494).
5999         (line-move-1): Handle cons value of temporary-goal-column.
6001 2009-07-11  Kenichi Handa  <handa@m17n.org>
6003         * international/mule-diag.el (describe-character-set): Don't show
6004         width.
6006 2009-07-10  Sam Steingold  <sds@gnu.org>
6008         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6009         Omake sometimes indents the errors it prints, so allow all
6010         regexps to start with spaces.
6012 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
6014         * cus-edit.el (customize-changed-options-previous-release):
6015         Bump value to 22.1.  (Bug#3804)
6017 2009-07-08  Sam Steingold  <sds@gnu.org>
6019         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6020         to be a cons cell (test . ignored-directory) to selectively ignore
6021         some directories depending on the location of the search.
6023 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
6025         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6026         remote user is root, on the local host.
6027         (tramp-local-host-p): Either the local user or the remote user
6028         must be root.  (Bug#3771)
6030 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6032         * progmodes/gdb-mi.el (gdb): Remove description of
6033         gdb-use-separate-io-buffer.
6034         (menu): Don't allow toggling of or enable
6035         gdb-use-separate-io-buffer from menubar.
6037 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6039         * mail/unrmail.el (unrmail): Make sure the message ends with two
6040         newlines (Bug#3769).
6042 2009-07-08  Glenn Morris  <rgm@gnu.org>
6044         * calendar/calendar.el (calendar-current-date): Rework previous change.
6046 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
6048         * calendar/calendar.el (calendar-current-date):
6049         Add an optional argument giving an offset from today.
6051 2009-07-08  Glenn Morris  <rgm@gnu.org>
6053         * tutorial.el (tutorial--describe-nonstandard-key):
6054         Adjust the message for when a key has been unbound.
6055         (help-with-tutorial): Hide the arch-tag.
6057 2009-07-08  Kenichi Handa  <handa@m17n.org>
6059         * international/fontset.el (setup-default-fontset): For each
6060         script, append (not set) font-specs.
6062         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6063         docstring.
6065 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6067         * progmodes/gdb-mi.el (gdb-init-1): Move sending
6068         -data-list-register-names to ...
6069         (gdb-starting): ... here because GDB 7.0 requires execution to
6070         have started when using this MI command.
6071         (gdb-set-header): New function to distinguish select and
6072         unselected tabs in gdb buffers.
6073         (gdb-propertize-header): New macro that uses gdb-set-header.
6074         (gdb-breakpoints-header, gdb-locals-header): Use it.
6075         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6077 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
6079         * Makefile.in (ELCFILES): Remove fadr.elc.
6081 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
6083         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6084         may contain frame information, so `string-match' should be used.
6085         (gdb-update): Disassembly is invalidated through
6086         `gdb-get-selected-frame'.
6087         (gdb-pad-string): New function to pad string with spaces.
6088         (gdb-invalidate-disassembly): Invalidate only if the buffer
6089         exists.
6090         (gdb-disassembly-handler-custom): Column alignment.
6091         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6092         placing new ones.
6093         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6094         end of line, too.
6095         (gdb-frame-handler): Match convention to for disassembly buffer
6096         mode name.
6097         (gdb-stack-list-frames-handler): Rewritten without regexps.
6098         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6099         not highlight breakpoints without line information.
6100         (gdb-input): Add trailing newline to command.
6102         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6103         buffer properly.
6104         (gdb-breakpoints-list-handler-custom): Replacement for
6105         `gdb-break-list-handler'.  Using real parser instead of regexps
6106         now.
6107         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6108         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6109         to place breakpoints.
6110         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6111         functions.
6112         (gdb-disassembly-handler-custom): Show overlay arrow.
6113         (gdb-disassembly-place-breakpoints): Show breakpoints in
6114         disassembly buffer.
6115         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6116         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6117         instead of parsing breakpoints buffer.  Fixed old menu references
6118         in `gud-menu-map'.
6120         * fadr.el: Remove.
6122         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6123         (gdb-memory-address): New variable which holds top address of
6124         memory page shown in memory buffer.
6125         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6126         customization variables.
6127         New functions:
6128         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6129         display the memory buffer.
6130         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6131         buffer display parameters.
6132         (def-gdb-memory-format, gdb-memory-format-binary)
6133         (gdb-memory-format-octal, gdb-memory-format-unsigned)
6134         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6135         Functions for setting memory buffer format.
6136         (gdb-memory-unit-word, gdb-memory-unit-halfword)
6137         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6138         unit size used in memory buffer.
6139         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6140         to next/previous page of memory buffer.
6141         Now using (bindat-get-field) instead of fadr functions.
6143 2009-07-07  Sam Steingold  <sds@gnu.org>
6145         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6146         non-top-level files.
6148 2009-07-07  Kenichi Handa  <handa@m17n.org>
6150         * international/mule-cmds.el (reset-language-environment): Put
6151         the highset priority to the charset iso-8859-1.
6153 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6155         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6156         to the end of the line when locating the block (Bug#700).
6158 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
6160         * net/tramp.el (tramp-handle-write-region): Flush file properties
6161         in case of short track.
6163 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
6165         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6166         representation of verilog error regular expressions to work with
6167         Emacs-22's new format.
6168         (verilog-error-regexp-xemacs-alist): Coded custom representation
6169         of verilog error regular expressions to work with XEmacs format.
6170         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6171         error recognition into XEmacs.
6172         (verilog-error-regexp-add-emacs): Hook routine to install verilog
6173         error recognition into Emacs-22.
6175 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6177         * woman.el: Remove stand-alone closing parentheses.
6178         (woman-file-name, woman2-format-paragraphs)
6179         (woman-leave-blank-lines): Code cleanup.
6180         (woman-use-own-frame): Change default to nil.
6181         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6182         defaults to inherit from default faces.
6183         (woman2-process-escapes): Consume the newline after a stand-alone
6184         filler character (Bug#3651).
6186 2009-07-06  Glenn Morris  <rgm@gnu.org>
6188         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6189         (top-level): Move provide to the end.
6190         (ffap): Remove defunct URL from custom group.
6192         * subr.el (eval-after-load): Doc fix.
6194 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
6196         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6197         `calc-embedded-word' is called twice.
6199 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6201         * files.el (find-alternate-file-other-window, find-alternate-file):
6202         Obey confirm-nonexistent-file-or-buffer.
6204 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
6206         * dired-aux.el (dired-show-file-type): Handle remote files.
6208 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
6210         * desktop.el (desktop-globals-to-save):
6211         Add file-name-history (Bug#2750).
6213 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
6215         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6217 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
6219         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
6220         property on entire argument since this is what eshell-lisp-command
6221         expects.
6223 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
6225         * net/tramp-gvfs.el (tramp-gvfs-methods)
6226         (tramp-gvfs-zeroconf-domain)
6227         (tramp-bluez-discover-devices-timeout): Add version flag.
6228         (tramp-gvfs-handler-mounted-unmounted)
6229         (tramp-gvfs-connection-mounted-p): Polish handling of
6230         incompatibilities between GVFS 0.2 and 1.0.
6232 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
6234         * cus-start.el (all): Add make-pointer-invisible.
6236 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
6238         * calc-math.el (math-use-emacs-fn): Make sure that the number is
6239         formatted correctly.
6241 2009-07-02  Juri Linkov  <juri@jurta.org>
6243         * info.el: Virtual Info files and nodes.
6244         (Info-virtual-files, Info-virtual-nodes): New variables.
6245         (Info-current-node-virtual): New variable.
6246         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
6247         New functions.
6248         (Info-file-supports-index-cookies): Use Info-virtual-file-p
6249         to check for a virtual file instead of checking a fixed list
6250         of node names.
6251         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
6252         instead of ad-hoc processing of "dir" and (apropos history toc).
6253         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
6254         instead of ad-hoc processing of "dir" and (apropos history toc).
6255         Reread a file when moving from a virtual node.
6256         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
6257         (Info-directory-toc-nodes, Info-directory-find-file)
6258         (Info-directory-find-node): New functions.
6259         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
6260         (Info-history): Move part of code to
6261         `Info-history-find-node'.
6262         (Info-history-toc-nodes, Info-history-find-file)
6263         (Info-history-find-node): New functions.
6264         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
6265         (Info-toc): Move part of code to `Info-toc-find-node'.
6266         (Info-toc-find-node): New function.
6267         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
6268         the current Info file name to references because now the node
6269         "*TOC*" belongs to the same Info manual.
6270         (Info-toc-build): Rename from `Info-build-toc'.
6271         (Info-toc-nodes): Rename input argument `file' to `filename'.
6272         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
6273         instead of ad-hoc processing of ("dir" apropos history toc).
6274         (Info-index-nodes): Use Info-virtual-file-p
6275         to check for a virtual file instead of checking a fixed list
6276         of node names.
6277         (Info-index-node): Add check for `Info-current-node-virtual'.
6278         Raise `save-match-data' higher up the tree to contain
6279         `search-forward' too (bug fix).
6280         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
6281         (Info-virtual-index-nodes): New variable.
6282         (Info-virtual-index-find-node, Info-virtual-index): New functions.
6283         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
6284         (Info-apropos-file, Info-apropos-nodes): New variables.
6285         (Info-apropos-toc-nodes, Info-apropos-find-file)
6286         (Info-apropos-find-node, Info-apropos-matches): New functions.
6287         (info-apropos): Move part of code to `Info-apropos-find-node' and
6288         `Info-apropos-matches'.
6289         (Info-mode-map): Bind "I" to `Info-virtual-index'.
6290         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
6291         for a virtual file instead of checking a fixed list of node names.
6293         * simple.el (async-shell-command): New command.
6295         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
6297         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
6298         instead of `mount-info'.
6300 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
6302         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
6303         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
6305 2009-07-02  Kenichi Handa  <handa@m17n.org>
6307         * international/mule.el (set-keyboard-coding-system): Force *-unix
6308         coding-system to avoid eol conversion.
6310 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
6312         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6313         Add handler for `process-file', `shell-command' and
6314         `start-file-process'.
6315         (tramp-gvfs-handle-shell-command)
6316         (tramp-gvfs-handle-start-file-process)
6317         (tramp-gvfs-handle-process-file): New defuns.
6318         (tramp-synce-list-devices): Simplify check for existence of property.
6320 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
6322         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
6324 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6326         * language/korean.el (set-language-info-alist): Add korean-cp949,
6327         cp949 to spec.
6329 2009-07-01  Kenichi Handa  <handa@m17n.org>
6331         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
6333         * international/encoded-kb.el: Deleted.
6335         * international/mule.el (set-keyboard-coding-system): Perform the
6336         necessary setup here instead of calling encoded-kbd-setup-display.
6338 2009-07-01  Glenn Morris  <rgm@gnu.org>
6340         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
6342 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
6344         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
6346 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
6348         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
6349         Handle also the 'rename case, when setting file modes.  (Bug#3712)
6350         (tramp-default-file-modes) Remove execute permissions.
6352         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
6353         (top): Add a default for "synce" in `tramp-default-user-alist'.
6354         Add completion function for "synce" method.
6355         (tramp-hal-service, tramp-hal-path-manager)
6356         (tramp-hal-interface-manager, tramp-hal-interface-device):
6357         New defconst.
6358         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
6359         (tramp-synce-list-devices, tramp-synce-parse-device-names):
6360         New defuns.
6362         * net/trampver.el: Update release number.
6364 2009-06-30  Kenichi Handa  <handa@m17n.org>
6366         * international/fontset.el (setup-default-fontset): Add CJK fonts
6367         for symbols and the other miscellaneous characters.
6369         * language/korea-util.el (setup-korean-environment-internal):
6370         Make char-width-table suitable for Korean environments.
6371         (exit-korean-environment): Cancel above.
6373         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6374         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
6375         setup-funcion to make char-widht-table suitable for respective
6376         environments, and an exit-function to cancel that.
6378         * language/japan-util.el (setup-japanese-environment-internal):
6379         Call use-cjk-char-width-table with arg `ja_JP'.
6381         * international/characters.el (cjk-char-width-table): Delete it.
6382         (cjk-char-width-table-list): New variable.
6383         (use-cjk-char-width-table): New arg local-name.
6384         (use-default-char-width-table): Fix for the case that Emacs is
6385         already using the default char-width-table.
6387 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
6389         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
6390         modes mandatory.  (Bug#3712)
6392 2009-06-29  Alan Mackenzie  <acm@muc.de>
6394         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
6395         correction between the visible width of TABs and their number of bytes.
6397 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
6399         * server.el (server-buffer-done): Prevent kill-buffer from
6400         prompting by clearing the buffer modification flag (Bug#3696).
6402 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
6404         * verilog-mode.el (verilog-beg-of-statement)
6405         (verilog-endcomment-reason-re): Support unique case and priority case.
6406         (verilog-basic-complete-re): Support localparam lineup.
6407         (verilog-beg-of-statement-1): Fix for robustness, unique case.
6408         (verilog-set-auto-endcomments): Fix for unique case, always_comb
6409         commenting.
6410         (verilog-leap-to-case-head): Now support *nested* unique &
6411         priority case statements.
6412         (verilog-auto-lineup): Make just declarations the default (as it
6413         had been).
6414         (verilog-leap-to-case-head): Support priority/unique case statements.
6415         (verilog-auto-lineup): Rework to give users radio buttons to
6416         select the various styles of automatic lineup.
6417         (verilog-error-regexp-alist): Rework to support the XEmacs style
6418         of error regular expressions from compilers, lint tools &
6419         simulators.  Note that GNU Emacs has made it impossible for a mode
6420         to load such things.
6421         (electric-verilog-terminate-line, verilog-indent-declaration)
6422         (verilog-auto-wiure): Rework for radio button selection of
6423         auto-lineup selection of specification of auto lineup.
6424         (verilog-beg-of-statement-1): Redesign to support proper operation
6425         in additional code, based on testing with auto-lineup.
6426         (verilog-calculate-indent, assignments & declarations)
6427         (verilog-backward-token): Enhance to support auto-lineup of
6428         assignments & declarations.
6429         (verilog-in-directive-p, verilog-at-struct-p): New function for
6430         easy test of whether we are.
6431         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
6432         to support safe execution at almost anyline.
6433         (verilog-calc-1): Properly support indenting deep inside generate
6434         blocks.
6435         (verilog-init-font) Remove definition & use of verilog-init-font,
6436         as it is redundant with font-lock-defaults.
6437         (verilog-mode): Alter the definition of verilog-font-lock-defaults
6438         to avoid circular calls if syntax-ppss is a function (as is the
6439         case now in 22.x GNU Emacs) as that function would sometimes call
6440         itself, leading to (nearly) infinite recursion.
6441         (verilog-ovm-begin-re, verilog-ovm-end-re)
6442         (verilog-ovm-statement-re, verilog-leap-to-head)
6443         (verilog-backward-token): Add support for OVM macros.  Some are
6444         complete statements, and others open and close scopes like begin
6445         and end.
6446         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
6447         (verilog-defun-level-generate-only-re): Really fix the defun-list
6448         compilation issue.
6449         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
6450         coverpoint, constraint and cross statements.
6451         (verilog-defun-level-list, verilog-generate-defun-level-list)
6452         (verilog-all-defun-level-list): Redo these specifications - it is
6453         too hard to support eval-when compile aggregation of lists also
6454         built at when-compile time.
6455         (verilog-defun-level-list): Place defconsts of variables used in
6456         building regular expressions which are built in eval-when-compile
6457         bodies in the same eval-when-compile body to facilitate compile
6458         without load.
6459         (verilog-beg-block-re-ordered): Support indenting
6460         virtual/protected tasks and functions.
6461         (verilog-defun-level-list, verilog-in-generate-region-p)
6462         (verilog-backward-ws&directives, verilog-calc-1): Speed up
6463         indentation of some module items (generate items).
6464         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
6465         across virtual/protected tasks and functions.
6467 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
6469         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
6470         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
6471         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
6472         in concatenations.  Reported by Yishay Belkind.
6473         (verilog-auto-ascii-enum): Support one-hot state machines in
6474         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
6475         (verilog-auto-inst, verilog-auto-inst-port): Include interface
6476         modport in AUTOINST and add vl-modport for users.  Reported by
6477         David Rogoff.
6478         (verilog-auto-inout-module, verilog-auto-inst)
6479         (verilog-decls-get-interfaces, verilog-insert-definition)
6480         (verilog-insert-one-definition, verilog-read-decls)
6481         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
6482         (verilog-sig-modport, verilog-signals-combine-bus)
6483         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
6484         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
6485         Suggested by David Rogoff.
6486         (verilog-repair-open-comma): Fix non-insertion of comma when
6487         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
6488         (verilog-make-width-expression): Simplify [A-1:0] expression
6489         widths to just {A{1'b0}}.
6490         (verilog-mode): Cleanup checkdoc warnings.
6491         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
6492         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
6493         inputs/outputs or data type.  Suggested by Vasu Kandadi.
6494         (next-error-last-buffer): Fix byte-compiler warning.
6495         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
6496         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
6497         or shell command text during AUTO expansion.  Suggested by Tad Truex.
6498         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
6499         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
6500         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
6501         in AUTOINOUT.  Reported by Matthew Lovell.
6502         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
6503         causing use of <= assignments.  Reported by Alex Reed.
6504         (verilog-read-decls): Fix triand, trior, wand, wor to be
6505         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
6506         (verilog-extended-complete-re): Support import "DPI-C" functions.
6507         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
6508         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
6509         (verilog-insert-date, verilog-insert-year)
6510         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
6511         Windows systems.  Reported by Michael Potts.
6512         (verilog-read-module-name): Fix AUTOINST when the child module
6513         declaration's name is a tick define.  Reported by Elliot Mednick.
6514         (verilog-read-decls): Fix V2K parameter bit subscripts getting
6515         passed to next parameter's definition.  Reported by Bruce T.
6516         (verilog-read-decls): Fix detecting "parameter int" when using
6517         AUTOINSTPARAM.  Reported by Bruce T.
6518         (verilog-goto-defun): Fix goto not finding modules unless first
6519         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
6520         (verilog-mode): Expand -f flag arguments on entry to mode so
6521         verilog-goto-defun will work.  Reported by Lawrence Butcher.
6522         (verilog-getopt): Expand environment variables in -f file
6523         arguments.  Suggested by Lawrence Butcher.
6524         (verilog-set-define): Fix "Symbol's value as variable is void"
6525         when reading enumerations.
6526         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
6527         Suggested by Stephen Peltan.
6528         (verilog-read-defines): Fix reading of enumerations in include
6529         files.  Reported by Steve Peltan.
6531 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
6533         * files.el (trash-directory): Fix defcustom type.
6535 2009-06-28  Juri Linkov  <juri@jurta.org>
6537         * help-fns.el (describe-function-1): Correctly locate adviced
6538         functions in hyperlink (Bug#2438).
6540 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
6542         * files.el (trash-directory): Change default to nil.
6543         (move-file-to-trash): If trash-directory is nil and
6544         system-move-file-to-trash is unbound, perform freedesktop-style
6545         trashing.
6547 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
6549         * files.el (move-file-to-trash): Add freedesktop trash
6550         support (Bug#973).
6552 2009-06-28  Glenn Morris  <rgm@gnu.org>
6554         * autorevert.el (global-auto-revert-non-file-buffers)
6555         (global-auto-revert-mode): Doc fixes.
6557 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
6559         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
6561 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
6563         * faces.el (x-handle-named-frame-geometry): Ensure that we have
6564         opened an X connection before calling x-get-resource (Bug#3194).
6566         * play/doctor.el: Remove reference to obsolete website.
6567         (make-doctor-variables): Correct grammar mistake (Bug#2633).
6569 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
6571         Remove find-file-not-found-hook VC method.  (Bug#2757)
6572         * vc-hooks.el (vc-file-not-found-hook)
6573         (vc-default-find-file-not-found-hook): Remove functions.
6574         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
6575         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
6576         * vc.el:
6577         * vc-hg.el:
6578         * vc-git.el: Do not mention find-file-not-found-hook VC method.
6580 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
6582         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
6583           compatibility function for `looking-back'.
6585         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6586         Use `ispell-looking-back'.
6588 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
6590         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
6591         rather than `filename'.
6593 2009-06-23  Miles Bader  <miles@gnu.org>
6595         * face-remap.el (text-scale-set): New function.
6597 2009-06-23  Glenn Morris  <rgm@gnu.org>
6599         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
6601         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
6603         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
6605         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
6607         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
6608         Simplify Persian conditionals.
6610         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
6611         variable `filename'.
6613         * comint.el (comint-insert-input): Doc fix.
6615         * Makefile.in (ELCFILES): Fix typo in previous change.
6617 2009-06-23  Miles Bader  <miles@gnu.org>
6619         * cus-start.el: Add entry for `recenter-redisplay'.
6621 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6623         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
6624         Add an optional argument for the backend, use it instead of
6625         calling vc-backend.
6626         (vc-mode-line): Add an optional argument for the backend.
6627         Pass the backend to vc-state and vc-working-revision.  Move code for
6628         special handling for vc-state being a buffer to ...
6630         * vc-rcs.el (vc-rcs-find-file-hook):
6631         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
6633         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
6634         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
6635         vc-stay-local-p and vc-mode-line calls.
6637         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
6638         (vc-cvs-diff, vc-cvs-annotate-command)
6639         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
6640         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
6641         vc-mode-line calls.
6643         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
6644         direct comparison.
6645         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
6646         backend when calling vc-mode-line.
6647         (vc-register): Do not create a closure for calling the vc register
6648         function, call it directly.
6650 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6652         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
6653         to make it obvious item can be clicked.
6655         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
6657 2009-06-23  Kenichi Handa  <handa@m17n.org>
6659         * language/korea-util.el (korean-key-bindings): Change the binding
6660         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
6661         same command.
6663 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
6665         Sync with Tramp 2.1.16.
6667         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
6669         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
6670         when a loading of a package fails.  Completion function for rsync
6671         is `tramp-completion-function-alist-ssh'.
6672         (all): Replace all calls of `split-string' and
6673         `tramp-split-string' by `tramp-compat-split-string'.
6674         (tramp-default-method): Use `tramp-compat-process-running-p'.
6675         (tramp-default-proxies-alist): Allow also Lisp forms.
6676         (tramp-remote-path): Add choice "Private Directories".
6677         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
6678         (tramp-domain-regexp): Allow also "-", "_" and ".".
6679         (tramp-end-of-output): Remove newlines, and add "$" at the end.
6680         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
6681         (tramp-debug-message): Insert header line in debug buffer.
6682         (tramp-handle-directory-files-and-attributes-with-stat):
6683         Care about filenames with spaces, or starting with "-".
6684         (tramp-handle-dired-uncache): New defun.
6685         (tramp-handle-insert-directory): Don't flush the directory from
6686         cache, this is handled by `dired-uncache' now.
6687         (tramp-handle-insert-file-contents): Improve error handling.
6688         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6689         Quote `tramp-end-of-output'.
6690         (tramp-action-password): Improve trace message.
6691         (tramp-check-for-regexp): Both echoes must be present, before removing.
6692         (tramp-open-connection-setup-interactive-shell): Trace coding system.
6693         (tramp-compute-multi-hops): Eval cons cells of
6694         `tramp-default-proxies-alist'.
6695         (tramp-maybe-open-connection): Use the same command pattern for
6696         first hop and further hops.
6697         (tramp-wait-for-output): Remove handling of newlines.
6698         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
6699         (tramp-split-string): Remove function.  It is handled in
6700         tramp-compat now.
6702         * net/tramp-cmds.el (tramp-bug):
6703         Recommend `tramp-cleanup-all-connections' in the bug mail.
6705         * net/tramp-compat.el (tramp-compat-split-string)
6706         (tramp-compat-process-running-p): New defuns.
6708         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
6709         for `dired-uncache'.
6711         * net/tramp-gvfs.el: New package.
6713         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6714         Add handler for `dired-uncache'.
6715         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
6717         * net/trampver.el: Update release number.  Make version check fit
6718         for SXEmacs 22.
6720 2009-06-22  Jim Meyering  <meyering@redhat.com>
6722         Automatically handle .xz suffix (XZ-compressed files), too.
6723         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
6724         XZ is the successor to LZMA: <http://tukaani.org/xz/>
6726 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
6727             Nick Roberts  <nickrob@snap.net.nz>
6729         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
6730         repository (http://sphinx.net.ru/hg/gdb-mi/).
6732 2009-06-22  Glenn Morris  <rgm@gnu.org>
6734         * files.el (dir-locals-collect-mode-variables): Allow for any number of
6735         `mode' and `eval' entries.  (Bug#3430)
6737         * Makefile.in (ELCFILES): Add fadr.elc.
6739         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
6740         differing behavior of \n and ^ in strings.  (Bug#3385)
6742         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
6744         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
6745         property.
6746         (lisp-indent-function): Make it a defcustom.
6748 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
6750         * progmodes/gdb-ui.el: Replace with ...
6751         * progmodes/gdb-mi.el: ... this file.
6752         * progmodes/gud.el: Modify for gdb-mi.el.
6754 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
6756         * fadr.el: New file.
6758 See ChangeLog.14 for earlier changes.
6760 ;; Local Variables:
6761 ;; coding: utf-8
6762 ;; End:
6764     Copyright (C) 2009  Free Software Foundation, Inc.
6766   This file is part of GNU Emacs.
6768   GNU Emacs is free software: you can redistribute it and/or modify
6769   it under the terms of the GNU General Public License as published by
6770   the Free Software Foundation, either version 3 of the License, or
6771   (at your option) any later version.
6773   GNU Emacs is distributed in the hope that it will be useful,
6774   but WITHOUT ANY WARRANTY; without even the implied warranty of
6775   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6776   GNU General Public License for more details.
6778   You should have received a copy of the GNU General Public License
6779   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6781 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1