* nxml/xsd-regexp.el (xsdre-gen-categories):
[emacs.git] / lisp / ChangeLog
blob1ecb9034b87be6ff9a724e52b825985b14771744
1 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * nxml/xsd-regexp.el (xsdre-gen-categories):
4         * nxml/xmltok.el (xmltok-parse-entity):
5         * nxml/rng-parse.el (rng-parse-validate-file):
6         * nxml/rng-maint.el (rng-format-manual)
7         (rng-manual-output-force-new-line):
8         * nxml/rng-loc.el (rng-save-schema-location-1):
9         * nxml/rng-cmpct.el (rng-c-parse-file):
10         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
13 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
15         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
16         Remove extra save-excursions and make-variable-buffer-local's.
17         Suggested by Stefan Monnier.
19         (verilog-getopt-file, verilog-module-inside-filename-p)
20         (verilog-set-define): Merge GNU 1.35 and repair changes from
21         switching to using with-current-buffer.
23         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
24         being treated as a number and confusing AUTORESET.
25         Reported by Dan Dever.
27         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
28         Add verilog-auto-ignore-concat to fix backward compatibility with
29         older verilog-modes.  Reported by Dan Katz.
31         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
32         containing closing anchors "...$".
34         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
35         Reported by Wade Smith.
37         (verilog-batch-execute-func) Comment on function usage.
39 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
41         * verilog-mode.el (verilog-label-re): Fix regular expression for
42         labels.
44         (verilog-label-re, verilog-calc-1): Support proper indent of named
45         asserts.
47         (verilog-backward-token, verilog-basic-complete-re)
48         (verilog-beg-of-statement, verilog-indent-re): Support proper
49         indent of the assert statement at the beginning of a block of text.
51         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
52         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
53         tokens as begins.
55 2009-11-05  Glenn Morris  <rgm@gnu.org>
57         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
58         Emacs 19.  (Bug#1531)
59         (byte-compile-fix-header): Update for the above change.
60         Drop test for epoch::version.
62         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
63         * cus-dep.el (custom-make-dependencies):
64         * finder.el (finder-compile-keywords):
65         Use autoload-rubric's feature argument.
67         * calendar/diary-lib.el (top-level): Make load behave more like require.
69         * vc-git.el (vc-git-stash-map): Move definition before use.
71 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
73         * custom.el (custom-declare-group): Purecopy standard-value.
74         (custom-declare-group): Purecopy custom-prefix.
76         * international/mule.el (load-with-code-conversion): Call
77         do-after-load-evaluation unconditionally.
79         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
81 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
83         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
85 2009-11-04  Glenn Morris  <rgm@gnu.org>
87         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
88         (byte-compile-compatibility): Remove option.
89         (byte-compile-close-variables, byte-compile-fix-header)
90         (byte-compile-insert-header, byte-compile-output-docform)
91         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
92         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
93         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
94         (byte-compile-insert, byte-compile-defun):
95         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
96         (byte-defop-compiler19): Remove.
97         Without byte-compile-compatibility, the 'emacs19-opcode property is not
98         used by anything.  Replace all calls with byte-defop-compiler.
100 2009-11-04  Juri Linkov  <juri@jurta.org>
102         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
103         (menu-bar-options-menu): Don't quote the `prop' arg of
104         `menu-bar-make-mm-toggle'.
106 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
108         * calendar/calendar.el (cal-loaddefs):
109         * calendar/diary-lib.el (diary-loaddefs):
110         * calendar/holidays.el (hol-loaddefs):
111         * eshell/esh-module.el (esh-groups): Load rather than require.
113 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * calendar/todo-mode.el (todo-add-category): Don't hardcode point-min==1.
116         (todo-top-priorities): Only display-buffer when called interactively.
117         (todo-item-start): Don't save excursion point.
118         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
119         (todo-insert-item-here, todo-file-item, todo-remove-item):
120         Adjust uses of todo-item-start and todo-item-end.
122         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
123         (autoload-rubric): Don't use any more.
124         * cedet/semantic/fw.el (semantic/loaddefs):
125         * cedet/srecode.el (srecode/loaddefs):
126         * cedet/ede.el (ede/loaddefs): Load rather than require.
127         * lisp/cedet/ede/cpp-root.el:
128         * lisp/cedet/ede/emacs.el:
129         * lisp/cedet/ede/files.el:
130         * lisp/cedet/ede/linux.el:
131         * lisp/cedet/ede/locate.el:
132         * lisp/cedet/ede/make.el:
133         * lisp/cedet/ede/shell.el:
134         * lisp/cedet/ede/speedbar.el:
135         * lisp/cedet/ede/system.el:
136         * lisp/cedet/ede/util.el:
137         * lisp/cedet/semantic/analyze.el:
138         * lisp/cedet/semantic/bovine.el:
139         * lisp/cedet/semantic/complete.el:
140         * lisp/cedet/semantic/ctxt.el:
141         * lisp/cedet/semantic/db-file.el:
142         * lisp/cedet/semantic/db-find.el:
143         * lisp/cedet/semantic/db-global.el:
144         * lisp/cedet/semantic/db-mode.el:
145         * lisp/cedet/semantic/db-typecache.el:
146         * lisp/cedet/semantic/db.el:
147         * lisp/cedet/semantic/debug.el:
148         * lisp/cedet/semantic/dep.el:
149         * lisp/cedet/semantic/doc.el:
150         * lisp/cedet/semantic/edit.el:
151         * lisp/cedet/semantic/find.el:
152         * lisp/cedet/semantic/format.el:
153         * lisp/cedet/semantic/html.el:
154         * lisp/cedet/semantic/ia-sb.el:
155         * lisp/cedet/semantic/ia.el:
156         * lisp/cedet/semantic/idle.el:
157         * lisp/cedet/semantic/lex-spp.el:
158         * lisp/cedet/semantic/lex.el:
159         * lisp/cedet/semantic/mru-bookmark.el:
160         * lisp/cedet/semantic/scope.el:
161         * lisp/cedet/semantic/senator.el:
162         * lisp/cedet/semantic/sort.el:
163         * lisp/cedet/semantic/symref.el:
164         * lisp/cedet/semantic/tag-file.el:
165         * lisp/cedet/semantic/tag-ls.el:
166         * lisp/cedet/semantic/tag-write.el:
167         * lisp/cedet/semantic/tag.el:
168         * lisp/cedet/semantic/util-modes.el:
169         * lisp/cedet/semantic/analyze/complete.el:
170         * lisp/cedet/semantic/analyze/refs.el:
171         * lisp/cedet/semantic/bovine/c.el:
172         * lisp/cedet/semantic/bovine/gcc.el:
173         * lisp/cedet/semantic/bovine/make.el:
174         * lisp/cedet/semantic/bovine/scm.el:
175         * lisp/cedet/semantic/decorate/include.el:
176         * lisp/cedet/semantic/decorate/mode.el:
177         * lisp/cedet/semantic/symref/cscope.el:
178         * lisp/cedet/semantic/symref/global.el:
179         * lisp/cedet/semantic/symref/grep.el:
180         * lisp/cedet/semantic/symref/idutils.el:
181         * lisp/cedet/semantic/symref/list.el:
182         * lisp/cedet/semantic/wisent/java-tags.el:
183         * lisp/cedet/semantic/wisent/javascript.el:
184         * lisp/cedet/srecode/compile.el:
185         * lisp/cedet/srecode/cpp.el:
186         * lisp/cedet/srecode/document.el:
187         * lisp/cedet/srecode/el.el:
188         * lisp/cedet/srecode/expandproto.el:
189         * lisp/cedet/srecode/getset.el:
190         * lisp/cedet/srecode/insert.el:
191         * lisp/cedet/srecode/java.el:
192         * lisp/cedet/srecode/map.el:
193         * lisp/cedet/srecode/mode.el:
194         * lisp/cedet/srecode/template.el:
195         * lisp/cedet/srecode/texi.el: Remove the file-local setting of
196         generated-autoload-feature.
198         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
199         and only put a prop if it is non-nil.
201 2009-11-03  Juri Linkov  <juri@jurta.org>
203         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
204         (menu-bar-options-menu): Fix list quoting (Bug#4429).
206         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
207         and "Menu" to make top-level menu item visually one unit (like
208         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
209         multi-word menu items).  Fix :help string for quit-window.
211 2009-11-03  Glenn Morris  <rgm@gnu.org>
213         * cedet/mode-local.el (with-mode-local): Doc fix.
215         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
216         (byte-compile-file-form-define-abbrev-table)
217         (byte-compile-file-form-custom-declare-variable)
218         (byte-compile-variable-ref, byte-compile-defvar):
219         Whether or not a warning is enabled should only affect whether we issue
220         the warning, not whether or not we collect the relevant data.
221         Eg warnings can be turned on and off throughout the course of a file.
223         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
224         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
226 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
228         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
229         * play/mpuz.el (mpuz-create-buffer):
230         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
231         (lm-print-y,s,noise, lm-print-w0, lm-init):
232         * play/gomoku.el (gomoku-prompt-for-move):
233         * play/fortune.el (fortune-in-buffer):
234         * play/dissociate.el (dissociated-press):
235         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
236         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
237         * mail/supercite.el (sc-eref-show):
238         * mail/smtpmail.el (smtpmail-send-it):
239         * mail/rmailsum.el (rmail-summary-next-labeled-message)
240         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
241         (rmail-summary-undelete-many, rmail-summary-rmail-update)
242         (rmail-summary-goto-msg, rmail-summary-expunge)
243         (rmail-summary-get-new-mail, rmail-summary-search-backward)
244         (rmail-summary-add-label, rmail-summary-output-menu)
245         (rmail-summary-output-body):
246         * mail/rfc822.el (rfc822-addresses):
247         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
248         * mail/mailpost.el (post-mail-send-it):
249         * mail/hashcash.el (hashcash-generate-payment):
250         * mail/feedmail.el (feedmail-run-the-queue)
251         (feedmail-queue-send-edit-prompt-help-first)
252         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
253         (feedmail-deduce-address-list):
254         * eshell/esh-ext.el (eshell-remote-command):
255         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
256         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
257         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
258         (viper-save-string-in-file, viper-valid-marker):
259         * emulation/viper-keym.el (viper-toggle-key):
260         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
261         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
262         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
263         * emulation/viper-cmd.el (viper-exec-form-in-vi)
264         (viper-exec-form-in-emacs, viper-brac-function):
265         * emulation/viper.el (viper-delocalize-var):
266         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
267         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
268         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
269         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
270         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
271         * emulation/edt.el (edt-electric-helpify):
272         * emulation/cua-rect.el (cua--rectangle-aux-replace):
273         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
274         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
275         (cua-indent-to-global-mark-column):
276         * calendar/diary-lib.el (calendar-mark-1):
277         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
278         Use with-current-buffer.
279         * emulation/viper.el (viper-delocalize-var): Use dolist.
281 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
283         * comint.el (comint-replace-by-expanded-history-before-point):
284         Replace !! with the previous input string literally (Bug#1795).
286 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
288         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
289         to be made up of whitespace.
291 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
293         * minibuffer.el (read-file-name): Don't use file dialogs for
294         remote directories (Bug#99).
296 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
298         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
300 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
302         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
303         instead of deleting the window or frame.
305 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
307         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
308         Support face colors.
310         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
311         New function.  Support face colors (Bug#1168).
312         (tex-common-initialization): Use it.
314         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
315         mode allows it (Bug#1168).
317 2009-10-31  Juri Linkov  <juri@jurta.org>
319         * facemenu.el (list-colors-display): Don't mark buffer as
320         modified (Bug#3948).
322 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
324         * international/mule-diag.el (list-character-sets-1): Minor
325         message fix (Bug#3526).
327         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
328         face property (Bug#4834).
329         (etags-list-tags, etags-tags-apropos-additional)
330         (etags-tags-apropos, tags-select-tags-table): Add follow-link
331         property.
333         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
334         items.
336         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
337         items.
339         * cedet/ede.el (ede-minor-mode):
340         * cedet/semantic.el (semantic-mode): Toggle menu separators.
342 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * textmodes/two-column.el (2C-split):
345         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
346         * textmodes/tex-mode.el (tex-set-buffer-directory):
347         * textmodes/spell.el (spell-region, spell-string):
348         * textmodes/reftex.el (reftex-erase-buffer):
349         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
350         * textmodes/reftex-toc.el (reftex-toc-promote-action):
351         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
352         (reftex-select-item):
353         * textmodes/reftex-ref.el (reftex-label-info-update)
354         (reftex-offer-label-menu):
355         * textmodes/reftex-index.el (reftex-index-change-entry)
356         (reftex-index-phrases-info):
357         * textmodes/reftex-global.el (reftex-create-tags-file)
358         (reftex-save-all-document-buffers, reftex-ensure-write-access):
359         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
360         (reftex-view-crossref-from-bibtex):
361         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
362         (reftex-extract-bib-entries-from-thebibliography)
363         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
364         * textmodes/refbib.el (r2b-capitalize-title):
365         (r2b-convert-buffer, r2b-help):
366         * textmodes/page-ext.el (pages-directory)
367         (pages-directory-goto-with-mouse):
368         * textmodes/bibtex.el (bibtex-validate-globally):
369         * textmodes/bib-mode.el (bib-capitalize-title):
370         * textmodes/artist.el (artist-clear-buffer, artist-system):
371         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
372         (local-set-scheme-interaction-buffer, xscheme-process-filter)
373         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
374         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
375         (xscheme-send-control-g-interrupt, xscheme-start-process)
376         (xscheme-process-sentinel, xscheme-cd):
377         * progmodes/verilog-mode.el (verilog-read-always-signals)
378         (verilog-set-define, verilog-getopt-file)
379         (verilog-module-inside-filename-p):
380         * progmodes/sh-script.el:
381         * progmodes/python.el (python-pdbtrack-get-source-buffer)
382         (python-pdbtrack-grub-for-buffer, python-execute-file):
383         * progmodes/octave-inf.el (inferior-octave):
384         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
385         (idlwave-shell-compile-helper-routines, idlwave-set-local)
386         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
387         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
388         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
389         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
390         (idlwave-shell-filter, idlwave-shell-examine-highlight)
391         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
392         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
393         (idlwave-shell-examine-display, idlwave-shell-run-region)
394         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
395         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
396         * progmodes/idlw-help.el (idlwave-help-get-special-help)
397         (idlwave-help-get-help-buffer):
398         * progmodes/gud.el (gud-basic-call, gud-find-class)
399         (gud-tooltip-activate-mouse-motions-if-enabled):
400         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
401         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
402         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
403         (ebrowse-tags-next-file):
404         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
405         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
406         (ebnf-eps-finish-and-write):
407         * progmodes/cpp.el (cpp-edit-save):
408         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
409         * progmodes/cc-defs.el (c-emacs-features):
410         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
411         (antlr-directory-dependencies):
412         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
413         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
414         (ada-find-any-references, ada-make-filename-from-adaname)
415         (ada-make-body-gnatstub):
416         * obsolete/rnews.el (news-list-news-groups):
417         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
418         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
419         * net/rcirc.el (rcirc-debug):
420         * net/newst-treeview.el (newsticker--treeview-list-add-item)
421         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
422         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
423         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
424         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
425         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
426         (newsticker--treeview-list-clear-highlight)
427         (newsticker--treeview-list-update-highlight)
428         (newsticker--treeview-list-highlight-start)
429         (newsticker--treeview-tree-update-highlight)
430         (newsticker--treeview-get-selected-item)
431         (newsticker-treeview-mark-list-items-old)
432         (newsticker--treeview-set-current-node):
433         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
434         * net/newst-backend.el (newsticker--get-news-by-funcall)
435         (newsticker--get-news-by-wget, newsticker--image-get)
436         (newsticker--image-sentinel):
437         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
438         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
439         (eudc-ph-close-session):
440         * net/eudc.el (eudc-save-options):
441         * language/thai-word.el (thai-update-word-table):
442         * language/japan-util.el (japanese-string-conversion):
443         * international/titdic-cnv.el (tsang-quick-converter)
444         (ziranma-converter, ctlau-converter):
445         * international/mule-cmds.el (describe-language-environment):
446         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
447         (skkdic-convert-postfix, skkdic-convert-prefix):
448         (skkdic-convert-okuri-nasi, skkdic-convert):
449         * emacs-lisp/re-builder.el (reb-update-overlays):
450         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
451         * emacs-lisp/gulp.el (gulp-send-requests):
452         * emacs-lisp/find-gc.el (trace-call-tree):
453         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
454         (eieio-describe-generic):
455         * emacs-lisp/eieio-base.el (eieio-persistent-read):
456         * emacs-lisp/edebug.el (edebug-outside-excursion):
457         * emacs-lisp/debug.el (debugger-make-xrefs):
458         * emacs-lisp/cust-print.el (custom-prin1-to-string):
459         * emacs-lisp/chart.el (chart-new-buffer):
460         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
461         Use with-current-buffer.
462         * textmodes/artist.el (artist-system): Don't call
463         copy-sequence on a fresh string.
464         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
466 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
468         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
469         is no item to edit. (Bug#4820)
470         (todo-top-priorities): Restore point and restore narrowing in Todo
471         buffer. (Bug#4820)
473 2009-10-31  Glenn Morris  <rgm@gnu.org>
475         * net/ange-ftp.el (top-level): Don't require dired when compiling.
476         (comint-last-output-start, comint-last-input-start)
477         (comint-last-input-end): Don't defvar when compiling.
478         (ange-ftp-process-file): Use bound-and-true-p.
480         * pcmpl-rpm.el (top-level): Move provide statement to end.
481         (pcmpl-rpm): Remove unused custom group.
483         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
485         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
487         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
488         (byte-compile-warnings): Add `constants' as an option.
489         (byte-compile-callargs-warn, byte-compile-arglist-warn)
490         (display-call-tree): Update for byte-compile-fdefinition possibly
491         returning `(macro lambda ...)'.  (Bug#4778)
492         (byte-compile-variable-ref, byte-compile-setq-default):
493         Respect `constants' member of byte-compile-warnings.
495         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
496         Use mapc rather than mapcar because the return value is never used.
498         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
499         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
500         * cedet/semantic/html.el:
501         Suppress harmless warnings about setting up semantic-imenu (not
502         part of Emacs) variables.
504 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * vc-bzr.el (vc-bzr-revision-keywords): New var.
507         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
508         to "submit:".
510         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
511         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
512         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
513         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
514         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
515         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
516         (semantic-analyzer-debug-global-symbol)
517         (semantic-analyzer-debug-missing-innertype)
518         (semantic-analyzer-debug-insert-include-summary):
519         * cedet/semantic/util.el (semantic-file-tag-table):
520         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
521         (semantic-recursive-find-nonterminal-by-name):
522         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
523         * cedet/semantic/tag-file.el (semantic-prototype-file):
524         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
525         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
526         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
527         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
528         (semantic-idle-summary-maybe-highlight):
529         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
530         (semantic-ia-sb-tag-info):
531         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
532         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
533         * cedet/semantic/ede-grammar.el (project-compile-target):
534         (ede-proj-makefile-insert-variables):
535         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
536         (semantic-debug-set-source-location, semantic-debug-interface-layout)
537         (semantic-debug-mode, semantic-debug):
538         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
539         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
540         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
541         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
542         (semanticdb-find-translate-path-includes--internal)
543         (semanticdb-reset-log, semanticdb-find-log-activity):
544         * cedet/semantic/db-file.el (object-write):
545         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
546         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
547         (semanticdb-create-ebrowse-database):
548         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
549         * cedet/semantic/complete.el (semantic-displayor-focus-request)
550         (semantic-collector-calculate-completions-raw)
551         (semantic-complete-read-tag-analyzer):
552         * cedet/semantic/analyze.el (semantic-analyze-pulse):
553         * cedet/ede/util.el (ede-update-version-in-source):
554         * cedet/ede/proj.el (project-delete-target):
555         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
556         (ede-proj-flush-autoconf):
557         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
558         (ede-proj-configure-synchronize):
559         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
560         * cedet/ede/linux.el (ede-linux-version):
561         * cedet/ede/emacs.el (ede-emacs-version):
562         * cedet/ede/dired.el (ede-dired-add-to-target):
563         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
564         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
565         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
566         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
567         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
568         (cedet-idutils-version-check):
569         * cedet/cedet-global.el (cedet-gnu-global-call):
570         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
571         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
572         * cedet/cedet-cscope.el (cedet-cscope-call)
573         (cedet-cscope-expand-filename, cedet-cscope-version-check):
574         Use with-current-buffer.
575         * cedet/ede.el (ede-make-project-local-variable)
576         (ede-set-project-variables, ede-set): Use dolist.
578 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
580         * textmodes/ispell.el (ispell-skip-region-alist):
581         * international/mule-conf.el (eight-bit):
582         * international/fontset.el (font-encoding-alist):
583         * startup.el (pure-space-overflow-message):
584         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
585         * paths.el (gnus-nntp-service, rmail-spool-directory)
586         (term-file-prefix):
587         * files.el (save-some-buffers-action-alist):
588         * cmuscheme.el (same-window-buffer-names):
589         * ielm.el (same-window-buffer-names):
590         * shell.el (same-window-buffer-names):
591         * mail/sendmail.el (same-window-buffer-names):
592         * progmodes/inf-lisp.el (same-window-buffer-names):
593         * bindings.el (mode-line-client)
594         (mode-line-column-line-number-mode-map):
595         * language/tibetan.el (tibetan-precomposition-rule-regexp)
596         (tibetan-precomposed-regexp): Purecopy string arguments.
598 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
601         (calcDigit-nondigit):
602         * calc/calc-yank.el (calc-copy-to-buffer):
603         * calc/calc-units.el (calc-invalidate-units-table):
604         * calc/calc-trail.el (calc-trail-yank):
605         * calc/calc-store.el (calc-insert-variables):
606         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
607         * calc/calc-prog.el (calc-read-parse-table):
608         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
609         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
610         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
611         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
612         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
613         (calc-graph-name, calc-graph-find-command, calc-graph-view)
614         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
615         * calc/calc-ext.el (calc-realign):
616         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
617         (calc-embedded-finish-edit, calc-embedded-make-info)
618         (calc-embedded-finish-command, calc-embedded-stack-change):
619         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
621         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
622         (overload-docstring-extension): Use that info.
623         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
624         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
625         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
626         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
627         (semantic-nonterminal-full-name): Add the new `when' info.
628         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
629         `assert'.
631         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
632         shell-dynamic-complete-filename in preference to
633         comint-dynamic-complete-filename.
635         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
636         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
637         Don't consider whether the display supports colors.
638         (bookmark-import-new-list): Use dolist.
639         (bookmark-bmenu-mode-map): Move initialization into declaration.
640         (bookmark-bmenu-list): Use dolist, simplify.
641         (bookmark-show-all-annotations): Use save-selected-window and dolist.
642         (menu-bar-final-items): Use push.
644 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
646         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
647         it works on remote files.
648         (vc-hg-diff): Don't pass any `--cwd' argument.
650 2009-10-27  Kevin Ryde  <user42@zip.com.au>
652         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
653         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
654         (Further to Bug#3921).
656 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
658         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
659         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
660         calling `tramp-imap-put-file'.  Add file size to the call.
661         (tramp-imap-get-file-entries): Compute also user name, file size,
662         and date.
663         (tramp-imap-handle-insert-directory): Insert uid and gid.
664         (tramp-imap-handle-file-attributes): Transform uid and gid
665         according to `id-format'.
666         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
667         size in header X-Size.
669 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
671         * simple.el (transpose-subr): Give clearer error when the mark
672         is not set.  (Bug#4807)
674 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
676         * net/tramp.el (tramp-perl-file-truename): New defconst.
677         Perl code contributed by yary <not.com@gmail.com> (tiny change).
678         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
679         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
680         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
682         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
683         Ignore `dired-call-process'.
684         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
686 2009-10-26  Julian Scheid  <julians37@gmail.com>
688         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
689         (tramp-get-remote-readlink): New defun.
690         (tramp-handle-file-truename): Use it.
691         (tramp-handle-file-exists-p): Check file-attributes cache, assume
692         file exists if cache value present.
693         (tramp-check-cached-permissions) New defun.
694         (tramp-handle-file-readable-p): Use it.
695         (tramp-handle-file-writable-p): Likewise.
696         (tramp-handle-file-executable-p): Likewise.
697         (tramp-handle-file-name-all-completions): Try using Perl to get
698         partial completions.  When perl not available, combine `cd' and
699         `ls' into single remote operation and use shell expansion to get
700         partial remote directory contents.  Set `file-exists-p' cache for
701         directory and any files returned by ls.  Change cache handling to
702         support partial directory contents.  Use error message emitted by
703         remote `cd' or Perl code for local tramp-error.
704         (tramp-do-copy-or-rename-file-directly): Avoid separate
705         tramp-send-command-and-check call.
706         (tramp-handle-process-file): Merge three remote ops into one.
707         Do not flush all caches when `process-file-side-effects' is set.
708         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
709         file-attributes shows uid/gid to be set already.
711 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
713         * textmodes/tex-mode.el (tex-dvi-view-command)
714         (tex-show-queue-command, tex-open-quote):
715         * progmodes/ruby-mode.el (auto-mode-alist)
716         (interpreter-mode-alist): Purecopy strings.
718         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
720         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
721         string for the hook, keymap and abbrev table.
723         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
725         * x-dnd.el (x-dnd-xdnd-to-action):
726         * startup.el (fancy-startup-text, fancy-about-text): Change to
727         defconst from defvar.
729         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
731         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
732         Purecopy initialization strings.
734         * mail/sendmail.el (mail-header-separator)
735         (mail-personal-alias-file):
736         * mail/rmail.el (rmail-default-dont-reply-to-names)
737         (rmail-ignored-headers, rmail-retry-ignored-headers)
738         (rmail-highlighted-headers, rmail-secondary-file-directory)
739         (rmail-secondary-file-regexp):
740         * files.el (null-device, file-name-invalid-regexp)
741         (locate-dominating-stop-dir-regexp)
742         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
743         (interpreter-mode-alist): Use mapcar instead of mapc.
745         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
747         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
748         (completion-ignored-extensions):
749         (debug-ignored-errors): Purecopy strings.
751 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
753         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
754         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
755         (pcomplete--here): Use push.
757         * subr.el (all-completions): Declare the 4th arg obsolete.
759 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
761         * pcomplete.el (pcomplete-unquote-argument-function): New var.
762         (pcomplete-unquote-argument): New function.
763         (pcomplete--common-suffix): Always pay attention to case.
764         (pcomplete--table-subvert): Quote and unquote the text.
765         (pcomplete--common-quoted-suffix): New function.
766         (pcomplete-std-complete): Use it and pcomplete-begin.
768         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
769         we're inside a dedicated or minibuffer window.
771 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
773         * cedet/semantic/fw.el (semantic-alias-obsolete)
774         (semantic-varalias-obsolete): Make the `when' arg mandatory.
775         (define-mode-overload-implementation):
776         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
777         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
778         * cedet/semantic/util.el (semantic-file-token-stream)
779         (semantic-something-to-stream):
780         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
781         (semantic-expand-nonterminal):
782         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
783         (semantic-find-dependency, semantic-find-nonterminal)
784         (semantic-find-dependency):
785         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
786         (semantic-flex-text, semantic-flex-make-keyword-table)
787         (semantic-flex-keyword-p, semantic-flex-keyword-put)
788         (semantic-flex-keyword-get, semantic-flex-map-keywords)
789         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
790         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
791         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
792         (semantic-after-idle-scheduler-reparse-hooks):
793         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
794         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
795         * cedet/semantic.el (semantic-toplevel-bovine-table)
796         (semantic-toplevel-bovine-cache)
797         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
798         (semantic-init-mode-hooks, semantic-init-db-hooks)
799         (semantic-bovination-working-type): Provide the `when' arg.
801 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
803         * bookmark.el: Update documentation, especially documentation
804         of `bookmark-alist' and of the bookmark file format.
805         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
807 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
809         * mail/emacsbug.el (report-emacs-bug): Clarify that the
810         keybindings apply to the mail buffer (Bug#4003).  Shrink help
811         window to buffer.
813         * whitespace.el (whitespace-mode, whitespace-newline-mode)
814         (global-whitespace-mode, global-whitespace-newline-mode)
815         (whitespace-toggle-options, global-whitespace-toggle-options):
816         Doc fix (Bug#3660).
818         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
819         of xmltok-start before the end tag was inserted (Bug#2840).
821         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
822         patterns that are preceded by an open-paren (Bug#1320).
824 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
826         * files.el (delete-directory): Delete symlinks to directories with
827         delete-file (Bug#4739).
829 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
831         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
832         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
833         argument to make-obsolete.
835         * cedet/semantic/fw.el (semantic-alias-obsolete)
836         (semantic-varalias-obsolete): Add optional WHEN argument.
838 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
840         * vc.el (vc-backend-for-registration): Rename from
841         vc-get-backend-for-registration.  Update callers.
843         * international/mule-cmds.el (set-language-info-alist):
844         Purecopy lang-env.
845         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
846         (charset): Purecopy the name.
847         (define-char-code-property): Purecopy string arguments.
849         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
850         Purecopy string arguments.
852         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
853         * ediff-hook.el (menu-bar-ediff-menu):
854         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
855         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
857 2009-10-24  Glenn Morris  <rgm@gnu.org>
859         * comint.el (comint-dynamic-list-completions):
860         * term.el (term-dynamic-list-completions): Use choose-completion rather
861         than obsolete alias mouse-choose-completion.
863         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
864         file-cache-choose-completion.
865         (file-cache-choose-completion): Handle an optional event argument.
866         (file-cache-mouse-choose-completion): Make it an obsolete alias.
868         * progmodes/octave-mod.el (octave-complete-symbol):
869         Use choose-completion if mouse-choose-completion is ever removed.
871         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
872         use.
874         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
875         compiler.
877         * vc-hooks.el (vc-responsible-backend): Fix declaration.
879 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
882         Ignore `pred' now that we receive one.
883         Handle test-completion specially.
885 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
887         * vc.el (vc-responsible-backend): Throw an error if not backend is
888         found.  Remove the REGISTER argument. Move the code dealing with
889         REGISTER ...
890         (vc-get-backend-for-registration): ... here.  New function.
891         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
892         of vc-responsible-backend, pass the file name instead of the
893         directory name.
895 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
898         New funs.
899         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
900         (pcomplete-comint-setup): Don't modify a global var via
901         accidental side-effects.
902         (pcomplete-shell-setup): Adjust call accordingly.
903         (pcomplete-parse-comint-arguments): Use push.
905 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
907         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
908         Allow uncapitalized info node names (Bug#3921).
910         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
911         to the DEBUG file (Bug#3781).
913 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
915         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
916         dictionary entry (Bug#4579).
918 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
920         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
921         from `rfn-eshadow-update-overlay-hook' when unloading.
922         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
923         "rsyncc".  Adjust doc string.
924         (tramp-temp-buffer-file-name) New buffer-local defvar.
925         (tramp-handle-insert-file-contents, tramp-handle-write-region):
926         Keep temporary file when indicated by method ("rsync" and
927         "rsyncc").
928         (tramp-handle-write-region): Handle APPEND.
929         (tramp-delete-temp-file-function): New defun.  Added to
930         `kill-buffer-hook'.
932 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
934         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
936 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
938         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
939         (color-name-rgb-alist, tty-standard-colors)
940         (tty-color-mode-alist): Change to defconst.
942         * simple.el (mark-inactive): Purecopy message.
944         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
945         (global-map, yank-menu):
946         * textmodes/ispell.el (ispell-menu-map):
947         * net/eudc.el (eudc-tools-menu):
948         * international/mule-cmds.el (describe-language-environment-map)
949         (setup-language-environment-map, set-coding-system-map)
950         (mule-menu-keymap):
951         * vc-hooks.el (vc-menu-entry, vc-menu-map):
952         * replace.el (occur-mode-map):
953         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
955 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
957         * calc/calc.el (math-read-number, math-read-number-simple): Use
958         `save-match-data'.
960 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
962         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
963         rather than fiddling with global-map bindings, since it should only
964         affect per-terminal settings.
965         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
967         * minibuffer.el (completion-table-with-terminator): Allow to specify
968         the terminator-regexp.
970         * simple.el (switch-to-completions): Look for *Completions* in other
971         frames as well.
973         * pcomplete.el: Allow the use of completion-tables.
974         (pcomplete-std-complete): New command.
975         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
976         (pcomplete--here): Use a function for `form' rather than an expression,
977         so it can be byte-compiled.
978         (pcomplete-here, pcomplete-here*): Adjust accordingly.
979         Add edebug declaration.
980         (pcomplete-show-completions): Remove unused var `curbuf'.
981         (pcomplete-do-complete, pcomplete-stub):
982         Don't assume `completions' is a list of strings any more.
984 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
986         * find-dired.el (find-name-arg): Fix typo in docstring.
988 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
990         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
991         (pcmpl-linux-fs-types): Same, and update to new modules layout.
993         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
994         pcomplete-entries.
996         * comint.el (comint-read-input-ring, comint-write-input-ring)
997         (comint-substitute-in-file-name)
998         (comint-dynamic-complete-as-filename)
999         (comint-dynamic-simple-complete)
1000         (comint-dynamic-list-filename-completions)
1001         (comint-dynamic-list-completions)
1002         (comint-redirect-results-list-from-process): Minor simplifications.
1004 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1006         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1007         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
1008         the first form.  And insert a blank line after ";;; Code" since
1009         that's usual style.  (My Bug#4612.)
1011         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
1013 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1015         * minibuffer.el (completion-table-with-terminator): Properly implement
1016         boundaries, in case `terminator' appears in the suffix.
1017         (completion--embedded-envvar-table): Don't return boundaries if
1018         there's no valid completion.  Simplify.
1019         (completion-file-name-table): New completion table extracted from
1020         completion--file-name-table.
1021         (completion--file-name-table): Use it.
1022         (read-file-name-predicate): Declare obsolete.
1023         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
1024         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
1025         completion-file-name-table, and use the `pred' argument.
1026         * files.el (locate-file-completion-table): Use the `pred' arg rather
1027         than read-file-name-predicate.
1028         (abbreviate-file-name): Use \` rather than ^ for BOS.
1030 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1032         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
1033         vc-responsible-backend to register, it causes problems.
1035 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1037         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
1039 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1041         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
1042         (semantic-c-debug-mode-init-pch): New functions.
1043         (semantic-c-debug-mode-init-last-mode): New var.
1044         (semantic-c-parse-lexical-token): Use them.
1046         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1047         When extracting the argument list, limit only by point-max.
1049 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
1051         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
1052         (tramp-smb-handle-file-attributes): Use it.
1053         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1054         (tramp-smb-handle-insert-directory): Use `mapc' rather than
1055         `mapcar'.  Use `tramp-smb-get-stat-capability'.
1056         Add `dired-filename' text properties.
1057         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1058         (tramp-smb-maybe-open-connection): Simplify check for smbclient
1059         version.
1061 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * subr.el (read-key-delay): Reduce to 0.01.
1064         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1065         (bug#4751).
1067 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1071         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1072         (Info-menu): Remove unused vars `last' and `completions'.
1073         (Info-index-nodes): Remove unused var `node'.
1075         * info.el (Info-complete-menu-item): Use complete-with-action.
1077 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1079         Make vc-annotate work through copies and renames.
1080         * vc-annotate.el (vc-annotate-extract-revision-at-line):
1081         Return the file name too.
1082         (vc-annotate-revision-at-line)
1083         (vc-annotate-find-revision-at-line)
1084         (vc-annotate-revision-previous-to-line)
1085         (vc-annotate-show-log-revision-at-line): Update to get the file
1086         name from vc-annotate-extract-revision-at-line.
1087         (vc-annotate-show-diff-revision-at-line-internal): Change the
1088         argument to mean whether to show a file diff or not.  Get the file
1089         name from vc-annotate-extract-revision-at-line.
1090         (vc-annotate-show-diff-revision-at-line):
1091         Update vc-annotate-show-diff-revision-at-line call.
1092         (vc-annotate-warp-revision): Add an optional file argument.
1094         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1095         (vc-git-annotate-extract-revision-at-line): Also return the file
1096         name if found.
1098         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1099         command.  Remove unused code.
1100         (vc-hg-annotate-re): Update to match --follow output.
1101         (vc-hg-annotate-extract-revision-at-line): Also return the file
1102         name if found.
1104         * vc.el: Update annotate-extract-revision-at-line documentation.
1106 2009-10-18  Kevin Ryde  <user42@zip.com.au>
1108         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1109         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1111         * net/browse-url.el (browse-url): Identify alist with "consp and
1112         not functionp" and let all other things go down the `apply' leg,
1113         as suggested by Stefan.  (Further to bug#4531.)
1115 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
1117         * minibuffer.el (read-file-name): Check for repeat before putting
1118         a default argument in file-name-history (Bug#4657).
1120         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1121         read syntax (Bug#4737).
1123         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1125 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1127         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1128         (html-tag-alist, html-tag-help): Add descriptions for undocumented
1129         entries and make note of obsolete tags.
1131 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1133         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1135 2009-10-18  Glenn Morris  <rgm@gnu.org>
1137         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1138         grep, so that binary files (eg international/uni-bidi.el) can match.
1139         Remove test for "UnicodeData" files, since it is hopefully unnecessary
1140         now, and in any case the file header format has changed.
1142 2009-10-17  Glenn Morris  <rgm@gnu.org>
1144         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1145         (flyspell-get-word, flyspell-large-region)
1146         (flyspell-auto-correct-previous-word): Doc/error message fixes.
1148 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1150         * Makefile.in (ELCFILES): Add ede/shell.
1152 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
1154         * term/common-win.el (x-colors): Purecopy it.
1156 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1158         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1159         permissive for when the buffer is empty.
1160         (tar-header-block-tokenize): Decode the username and groupname.
1161         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1163 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1165         * cedet/srecode/srt.el:
1166         * cedet/srecode/compile.el:
1167         * cedet/semantic/mru-bookmark.el:
1168         * cedet/semantic/debug.el:
1169         * cedet/semantic/complete.el:
1170         * cedet/semantic/analyze.el: Require CL when compiling.
1172 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1174         * cedet/semantic/scope.el
1175         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1176         tmpscope so that the regular scope will continue to work.
1178         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1179         Use semantic-idle-summary-highlight-face as the highlighting.
1181         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1182         contains multibyte characters, choose first applicable coding
1183         system automatically.
1185         * cedet/ede/project-am.el (project-run-target): New method.
1186         (project-run-target): New method.
1188         * cedet/ede.el (ede-target): Add run target menu item.
1189         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1190         (ede-run-target): New function.
1191         (ede-target::project-run-target): New method.
1193         * cedet/ede/proj.el (project-run-target): New method.
1195         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1196         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1197         Add :rules.
1198         (ede-proj-target-makefile-shared-object): Only libtool compilers
1199         now available.  Add linkers for libtool.
1200         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1201         (ede-proj-makefile-target-name): Always use .la extension.
1203         * cedet/ede/proj-prog.el (project-run-target): New method.
1205         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1206         (ede-g++-linker): Change Change link lines.
1208         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1209         When searching for old variables, go to the end of the buffer and
1210         search backward from there.
1211         (ede-proj-makefile-automake-insert-subdirs)
1212         (ede-proj-makefile-automake-insert-extradist): New methods.
1213         (ede-proj-makefile-create): Use them.
1215         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1216         Force FILE to expand to the current target.  Use file-exists-p to
1217         check that it exists.
1219         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1220         (ede-linux-load): Wrap dir in file-name-as-directory.
1221         Set :version slot.
1223         * cedet/ede/files.el (ede-get-locator-object): When enabling
1224         locate, do so on "top".
1226         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1227         file-name-as-directory during compare.
1228         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1229         Get version number from different places.  Don't call egrep.
1230         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1231         to set the directory.
1233         * cedet/ede/shell.el: New file.
1235         * cedet/inversion.el (inversion-decoders): Allow for stray . in
1236         alpha/beta variants.
1238 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * international/mule-cmds.el (select-safe-coding-system): If the file
1241         has a coding cookie, use it regardless of any other setting (bug#4712).
1243 2009-10-17  Glenn Morris  <rgm@gnu.org>
1245         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1246         All errors should have messages.
1248         * foldout.el (foldout-mouse-swallow-events):
1249         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1251         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1252         (dired-keep-marker-copy, dired-keep-marker-hardlink)
1253         (dired-keep-marker-symlink, dired-dwim-target)
1254         (dired-copy-preserve-time): Do not autoload these defcustoms.
1256         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1257         messages from messing up the file coding.  (Bug#4623)
1259 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
1261         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1262         if no match is found for the current dictionary.  (Bug#4578)
1264         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1265         optional, since that is how it is documented, and this is often called
1266         with a nil argument.  (Bug#4577)
1267         (flyspell-external-point-words, flyspell-auto-correct-word)
1268         (flyspell-correct-word-before-point, flyspell-word-search-forward)
1269         (flyspell-word-search-backward): Remove nil argument in calls to
1270         flyspell-get-word, since it is not needed now.
1272 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
1274         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
1276 2009-10-16  Glenn Morris  <rgm@gnu.org>
1278         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1280 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1282         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1283         (ange-ftp-file-size): New function.
1284         (ange-ftp-file-attributes): Use it.
1286 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
1288         * net/tramp-smb.el (tramp-smb-version): New defvar.
1289         (tramp-smb-maybe-open-connection): Use it, in order to avoid
1290         repeated checks.
1292 2009-10-16  Glenn Morris  <rgm@gnu.org>
1294         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1295         Maybe copy some custom properties from old to new name.  (Bug#4706)
1297 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
1299         * subr.el (error, sit-for, start-process-shell-command)
1300         (start-file-process-shell-command): Set the calling convention
1301         after the function definition.
1303 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * subr.el (error, sit-for, start-process-shell-command)
1306         (start-file-process-shell-command): Use the new
1307         set-advertised-calling-convention feature.
1309 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
1311         * international/ucs-normalize.el (ucs-normalize-version):
1312         Change to 1.2.
1313         (check-range): Adjust for Unicode 5.2.
1315 2009-10-15  Juri Linkov  <juri@jurta.org>
1317         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
1318         to the `menu-item' format.
1320 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
1322         * net/tramp.el (tramp-replace-environment-variables): Do not fail
1323         if the environment variable does not exist.
1325         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1326         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
1327         parameter.
1328         (tramp-smb-handle-add-name-to-file)
1329         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1330         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1331         (tramp-smb-handle-file-attributes)
1332         (tramp-smb-do-file-attributes-with-stat)
1333         (tramp-smb-handle-file-local-copy)
1334         (tramp-smb-handle-insert-directory)
1335         (tramp-smb-handle-make-directory)
1336         (tramp-smb-handle-make-directory-internal)
1337         (tramp-smb-handle-make-symbolic-link)
1338         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
1339         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
1340         (tramp-smb-maybe-open-connection): Apply the changed parameters.
1341         (tramp-smb-read-file-entry): Read Disk names in compressed format.
1342         Handle long file names.
1343         (tramp-smb-get-cifs-capabilities): Check, whether the connection
1344         process is running.
1345         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
1346         Read share names with "-g" option.
1348 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
1350         * net/rcirc.el (rcirc-view-log-file): New command.
1351         (rcirc-track-minor-mode-map): Remove C-c ` binding.
1352         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
1353         specified.
1355 2009-10-15  Glenn Morris  <rgm@gnu.org>
1357         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
1358         from the second command-line argument.
1359         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
1360         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
1361         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
1362         w32-batch-update-autoloads.
1363         * emacs-lisp/autoload.el (autoload-make-program): New variable.
1364         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
1366         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
1367         the headers cannot be located.  Simplify, subtracting superflous
1368         save-excursions.
1370 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1372         Replace completion-base-size by completion-base-position to fix bugs
1373         such as (bug#4699).
1374         * simple.el (completion-base-position): New var.
1375         (completion-base-size): Mark as obsolete.
1376         (choose-completion): Make it work for mouse events as well.
1377         Pass the new base-position to choose-completion-string.
1378         (choose-completion-guess-base-position): New function, extracted from
1379         choose-completion-delete-max-match.
1380         (choose-completion-delete-max-match): Use it.  Make obsolete.
1381         (choose-completion-string): Use the new base-position info.
1382         (completion-root-regexp): Delete.
1383         (completion-setup-function): Preserve completion-base-position.
1384         Eliminate obsolete base-size manipulation.
1385         * minibuffer.el (display-completion-list): Don't mess with base-size.
1386         (minibuffer-completion-help): Set completion-base-position instead.
1387         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
1388         choose-completion.
1389         * textmodes/bibtex.el (bibtex-complete):
1390         * emacs-lisp/crm.el (crm--choose-completion-string):
1391         Adjust to new calling convention.
1392         * complete.el (partial-completion-mode): Use minibufferp to avoid
1393         bumping into incompatible change to choose-completion-string-functions.
1394         * ido.el (ido-choose-completion-string): Make its calling convention
1395         more permissive.
1396         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
1397         base-size manipulation.
1398         (comint-dynamic-list-input-ring): Use dotimes and push.
1399         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
1400         fundamental-mode.  Use `or'.
1402 2009-10-14  Juri Linkov  <juri@jurta.org>
1404         * misearch.el (multi-isearch-next-buffer-from-list)
1405         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
1407 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1409         * Makefile.in (compile-onefile): Load `bytecomp' rather than
1410         `bytecomp.el'.
1412         * minibuffer.el (completion-pcm--merge-completions): Make sure the
1413         string we return is all made up of text from the completions rather
1414         than part from the completions and part from the input (bug#4219).
1416         * ido.el (ido-everywhere): Use define-minor-mode.
1418         * buff-menu.el (list-buffers, ctl-x-map):
1419         Mark the entry points with ;;;###autoload cookies.
1421 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1423         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
1424         correctly in the detached head case.
1425         (vc-git-print-log): Remove unused binding.
1427         * vc.el (vc-responsible-backend): When a directory is passed for
1428         for registration create a VC repository if no backend is
1429         responsible for the directory argument.
1430         (vc-deduce-fileset): Tell vc-responsible-backend to register.
1432         * vc.el: Move comments about RCS and SCCS ...
1433         * vc-rcs.el:
1434         * vc-sccs.el: ... here, respectively.
1436 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * minibuffer.el (completion--file-name-table): Return nil if there's
1439         no file completion, even if substitute-in-file-name changed
1440         the string (bug#4708).
1442 2009-10-13  Juri Linkov  <juri@jurta.org>
1444         * files-x.el (read-file-local-variable-value): Don't filter out
1445         minor modes from mode name completion (bug#4664).
1447 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
1449         * international/mule-cmds.el (ucs-names): Remove exclusion of
1450         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
1452 2009-10-13  Kenichi Handa  <handa@m17n.org>
1454         * international/uni-name.el: Regenerated.
1456 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
1458         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
1459         should be automatically buffer-local, but isn't.)
1461 2009-10-12  Sam Steingold  <sds@gnu.org>
1463         * progmodes/compile.el (compilation-next-error-function): Fix the
1464         timestamps if the buffer has been visited before.
1465         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
1466         non-anchored patterns, like the perl one (bug#3928).
1468 2009-10-12  Glenn Morris  <rgm@gnu.org>
1470         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
1471         Let-bind `size'.
1473 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
1475         * proced.el (proced-unload-function): New function.
1477         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
1478         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
1479         Doc fix.
1481         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
1483 2009-10-11  Juri Linkov  <juri@jurta.org>
1485         * files-x.el (read-file-local-variable-value):
1486         Provide default value only for bound variables (bug#4664).
1488 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
1490         * net/tramp.el (tramp-local-host-p): Function shall return nil for
1491         connection methods like smb.
1493         * net/tramp-cache.el (tramp-flush-connection-property): The hash
1494         can be empty.
1496         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1497         (tramp-smb-file-name-handler-alist): Add handlers for
1498         `add-name-to-file', `make-symbolic-link'.
1499         (tramp-smb-handle-add-name-to-file)
1500         (tramp-smb-do-file-attributes-with-stat)
1501         (tramp-smb-handle-make-symbolic-link)
1502         (tramp-smb-get-cifs-capabilities): New defuns.
1503         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1504         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1505         (tramp-smb-handle-file-local-copy)
1506         (tramp-smb-handle-make-directory-internal)
1507         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1508         The file name syntax depends on cifs capabilities.
1509         (tramp-smb-handle-file-attributes):
1510         Call `tramp-smb-do-file-attributes-with-stat' if possible.
1511         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
1512         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
1514 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
1516         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
1517         (eieio-defclass): Apply deftype handler and setf-method properties
1518         directly.
1519         (eieio-add-new-slot): Avoid union function from cl library.
1520         (eieio--typep): New function.
1521         (eieio-perform-slot-validation): Use it.
1523 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
1525         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
1526         Update documentation to refer to the variables documented in r1.135.
1527         (Bug#4188)
1529 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
1531         * bookmark.el (Info-suffix-list): Remove this unused variable.
1532         (bookmark-current-point): Remove this obsolete variable.
1533         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
1534         Adjust for removal of bookmark-current-point.
1536         (bookmarks-already-loaded, bookmark-current-buffer)
1537         (bookmark-yank-point): Document.  (Bug#4188)
1539 2009-10-10  Glenn Morris  <rgm@gnu.org>
1541         * frame.el (frame-height): Doc fix.
1543         * calendar/calendar.el (calendar-split-width-threshold): New option.
1544         (calendar-basic-setup): Use calendar-split-width-threshold.
1546 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
1548         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
1549         Use .la for Automake.
1551 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
1553         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
1554         Use "autoreconf -i".  Suggested by Andreas Schwab.
1556 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
1558         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
1559         Ideographic Supplement" range (U+1F200..U+1F2FF).
1561 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
1563         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
1564         since the list will have been rebuilt anyway.  (Bug#4349)
1566 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
1568         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
1569         (bookmark-bmenu-execute-deletions): Don't save here, as
1570         bookmark-delete will now do so if necessary.
1571         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
1572         (Bug#4348)
1574 2009-10-09  Glenn Morris  <rgm@gnu.org>
1576         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
1578 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
1580         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
1581         (bookmark-jump-other-window): Just invoke bookmark-jump with new
1582         argument now, so the two function's behaviors will match.  (Bug#3645)
1584 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1586         * cedet/ede/proj.el (project-make-dist, project-compile-project):
1587         Fix filename test.
1588         (ede-proj-dist-makefile): Use expand-file-name instead of concat
1589         to expand file names.
1591 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
1593         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
1594         (tramp-file-name-real-host, tramp-file-name-port):
1595         Apply `save-match-data'.
1597         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
1598         case both directories are remote.
1599         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
1600         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
1602 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
1604         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
1605         (ede-proj-target-makefile-objectcode): Use it.
1607         * cedet/ede/source.el (ede-want-any-source-files-p)
1608         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
1609         Return search result.  This error was introduced while merging.
1611 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
1613         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
1615 2009-10-07  Glenn Morris  <rgm@gnu.org>
1617         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
1618         of concat.
1620 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * files-x.el (read-file-local-variable): Include some
1623         non-user-variables in the completion table (bug#4664).
1625 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
1627         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
1628         message.
1630         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1631         (tramp-smb-file-name-handler-alist): Add handler for
1632         `copy-directory', `expand-file-name', `set-file-modes'.
1633         (tramp-smb-handle-copy-directory)
1634         (tramp-smb-handle-expand-file-name)
1635         (tramp-smb-handle-set-file-modes): New defuns.
1636         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
1637         (tramp-smb-handle-file-attributes): Simplify check for retrieving
1638         entry.
1639         (tramp-smb-handle-insert-directory): Don't flush the cache.
1640         (tramp-smb-maybe-open-connection): Check for samba client and
1641         server versions.
1643 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
1645         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
1646         to not error out of search for "^lisp=" fails.
1648 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
1650         * makefile.w32-in (WINS_UPDATES): New macro.
1651         (custom-deps, finder-data, autoloads): Use it.
1653 2009-10-07  Glenn Morris  <rgm@gnu.org>
1655         * Makefile.in (autoloads): Revert previous change.
1656         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
1657         the list of preloaded files passed on the command-line, get
1658         it from src/Makefile.
1660         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
1661         show the original buffer rather than a random one.
1663 2009-10-07  Markus Rost <rost@math.uni-bielefeld.de>
1665         * help.el (describe-no-warranty): Place point in a slightly better
1666         position in the GPLv3 text.
1668 2009-10-06  Sam Steingold  <sds@gnu.org>
1670         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
1671         the comm attribute is present before calling regexp-quote.
1673 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
1675         * play/animate.el (animate-string): For good effect, make sure
1676         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
1678         * play/animate.el (animate-sequence, animate-birthday-present):
1679         * misc.el (butterfly): Don't set `indent-tabs-mode'.
1681 2009-10-06  Glenn Morris  <rgm@gnu.org>
1683         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
1685         * emacs-lisp/autoload.el (autoload-excludes): New variable.
1686         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
1687         (batch-update-autoloads): Process a string value of autoload-excludes,
1688         set during the build process.
1689         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
1691         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
1692         inside with-parsed...  macro so that `v' is defined.
1694         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
1695         * progmodes/fortran.el (fortran-end-of-block)
1696         (fortran-beginning-of-block):
1697         Also push mark in the macro case.
1699         * emerge.el (emerge-show-file-name):
1700         * calc/calc.el (calc-quit):
1701         * calc/calc-misc.el (calc-big-or-small):
1702         * calc/calc-graph.el (calc-graph-view):
1703         * calc/calc-ext.el (calc-reset):
1704         * calendar/calendar.el (calendar-basic-setup):
1705         Use window-full-height-p.
1707         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
1708         header we don't understand, don't insert another.  (Bug#4624)
1709         If changing mime charset, insert the new one in the right place.
1711 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
1713         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
1714         (cal-tex-cursor-month): Correctly increment the end date for diary and
1715         holiday listing.  (Bug#4626)
1717 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1719         * help-fns.el (describe-function-1): Don't burp if the function is not
1720         a symbol.
1722 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
1724         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
1725         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
1726         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
1727         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
1729         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
1730         (eieio-default-superclass): Reflow docstrings.
1731         (this, class-option-assoc, defclass, eieio-class-un-autoload)
1732         (eieio-unbind-method-implementations, defmethod)
1733         (eieio-validate-slot-value, eieio-validate-class-slot-value)
1734         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
1735         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
1736         (eieio-slot-originating-class-p, eieio-slot-name-index)
1737         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
1738         (constructor, initialize-instance, no-next-method, object-print)
1739         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
1740         Fix typos in docstrings.
1741         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
1742         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
1743         (next-method-p): Doc fixes.
1744         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
1745         Fix typos in error messages.
1746         (eieio-defmethod): Fix typo in description of generic method.
1748         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
1749         (eieio-persistent-save-interactive, slot-missing):
1750         Fix typos in docstrings.
1751         (eieio-instance-inheritor-slot-boundp): Doc fix.
1753         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
1754         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
1756         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
1757         (eieio-custom-object-apply-reset):
1758         Fix typos in docstrings and error messages.
1760         * emacs-lisp/eieio-datadebug.el (data-debug-show):
1761         Fix typo in docstring.
1763         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
1764         (eieio-browse-tree): Doc fix.
1765         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
1766         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
1767         Fix typos in docstrings.
1769         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
1770         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
1771         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
1772         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
1773         Reflow docstrings.
1775 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
1777         * vc-hg.el (log-view-vc-backend): Declare for compiler.
1778         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
1779         Set log-view-vc-backend so that diff can work.
1781         * log-view.el (log-view-diff): Use vc-diff-internal instead of
1782         vc-version-diff.
1783         (vc-diff-internal): Autoload this instead of vc-version-diff.
1785 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
1787         * simple.el (eval-expression): Doc fix.
1789         * progmodes/cwarn.el (cwarn-mode): Doc fix.
1791 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
1793         * files.el (directory-files-no-dot-files-regexp): New defconst.
1794         (delete-directory): Use it.
1795         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
1797         * net/tramp.el (tramp-verbose): Fix docstring.
1798         (tramp-methods): Add recursive option to `tramp-copy-args'.
1799         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
1800         "scp1_old", "scp2_old", "rsync", "rsyncc".
1801         (tramp-default-method): Check also for `auth-source-user-or-password'.
1802         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
1803         Add handler for `copy-directory'.
1804         (tramp-handle-copy-directory): New defun.
1805         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
1806         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
1807         Optimize sent command.
1809 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
1812         window if necessary.
1814         * calendar/calendar.el (calendar-basic-setup): Don't call
1815         switch-to-buffer in a dedicated window.
1817 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
1819         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
1820           don't do anything related to relocating, just return nil.
1821         (bookmark-error-no-filename): New error.
1822         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
1823           bookmark has no file.  Don't even attempt to handle things that
1824           are not files; the whole point of custom handlers is to keep that
1825           knowledge elsewhere anyway.  Tighten some comments.
1826         (bookmark-file-or-variation-thereof): Remove now-unused function.
1827         (bookmark-location): Doc string fix.
1828         (Bug#4250)
1830 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1832         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
1833         don't use a file dialog, because they usually don't know how to read
1834         a directory target from the user.  (Bug#4230)
1835         Also, make sure the prompt can display directories as well as files.
1837 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1839         * bookmark.el (bookmark-set, bookmark-buffer-name):
1840         Improve doc strings.  (Bug#1193)
1842 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1844         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
1845         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
1846         (bookmark-get-annotation, bookmark-set-annotation)
1847         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
1848         (bookmark-set-position, bookmark-get-front-context-string)
1849         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
1850         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
1851         (bookmark-jump-other-window, bookmark-handle-bookmark)
1852         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
1853         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
1854         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
1855            Improve doc strings to say whether bookmark can be a string or
1856            a record or both, and make other consistency and clarity fixes.
1857         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
1858         (bookmark-default-annotation-text, bookmark-yank-word)
1859         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
1860         (bookmark-import-new-list, bookmark-maybe-rename)
1861         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1862         (bookmark-bmenu-bookmark): Give these doc strings.
1863         (bookmark-bmenu-check-position): Give this a doc string, but also
1864            add a FIXME comment about how the function may be pointless.
1865         (bookmark-default-handler): Rework doc string and change a
1866            parameter name, to clarify that this takes a bookmark record
1867            not a bookmark name.
1868         (bookmark-set): Change a parameter name to indicate its meaning,
1869            and improve the doc string a bit.
1870         (Bug#4188)
1872 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1874         * bookmark.el (bookmark-alist): Document the new `handler' element
1875         in the param alist.
1876         (bookmark-make-record-function): Adjust documentation for above.
1877         (Bug#4193)
1879 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
1881         * info.el (Info-bookmark-make-record): Document this function.
1882         (Info-bookmark-jump): Document with a doc string, not just a comment.
1883         (Bug#4203)
1885 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1887         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
1888         (semantic-new-buffer-fcn): Call parser setup functions here.
1889         (semantic-mode): Don't call parser setup functions here, it's done
1890         in semantic-new-buffer-fcn now.
1891         (semantic-mode): Parse all existing buffers when enabled.
1893         * cedet/srecode/compile.el (srecode-compile-file):
1894         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1896 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1898         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1900         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
1901         (proj-comp-insert-variable-once): New macro, renamed from
1902         ede-pmake-insert-variable-once in ede/pmake.edl.
1903         (ede-proj-makefile-insert-variables): Use it.
1905 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
1907         * files.el (copy-directory): New defun.
1909         * dired-aux.el (dired-copy-file-recursive): Use it.
1911 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1913         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1914         (makefile-end-of-command):
1915         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1916         (semantic-end-of-context): Fix previous change.  Doc fixes.
1918 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1920         * files-x.el (modify-dir-local-variable)
1921         (copy-dir-locals-to-file-locals-prop-line):
1922         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1923         (makefile-end-of-command):
1924         * cedet/semantic/lex.el (semantic-lex-token):
1925         * cedet/semantic/analyze/fcn.el
1926         (semantic-analyze-dereference-metatype-1):
1927         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
1928         (semantic-lex-cpp-undef):
1929         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
1930         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1931         (semantic-end-of-context): Fix typos in docstrings.
1933         * recentf.el (recentf-unload-function): New function.
1935 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1937         * cedet/ede.el (ede-project-placeholder-cache-file):
1938         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
1939         * cedet/srecode/map.el (srecode-map-save-file):
1940         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1942 2009-10-04  Glenn Morris  <rgm@gnu.org>
1944         * window.el (window-full-height-p): Add doc string.
1946 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
1948         * window.el (window-full-height-p): New function.  (Bug#4543)
1950 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1952         * cedet/srecode/insert.el: Require srecode/args.
1954         * cedet/srecode/args.el: Require srecode/dictionary instead of
1955         srecode/insert.
1957         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
1959         * files.el (auto-mode-alist): Add .srt and Project.ede.
1961         * cedet/semantic.el (semantic-mode):
1962         Handle srecode-template-mode-hook as well.
1963         (semantic-mode): Use js-mode-hook for Javascript hook.
1965         * cedet/srecode/template.el: Remove hook variable.
1967         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
1969         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
1970         projects exist.
1971         (ede-project-placeholder-cache-file): Default to a file in
1972         user-emacs-directory.
1974         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
1975         templates in data-directory.
1976         (srecode-map-save-file): Default to a file in user-emacs-directory.
1978         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
1979         directory.
1981 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1983         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
1984         Doc fix.
1986         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
1987         Only insert each variable once.
1989         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1990         (ede-pmake-insert-variable-shared): Use it.
1992         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1993         for lexical table iff table is nil.
1995 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1997         * vc.el: Remove commented out code.
1998         (vc-derived-from-dir-mode): Remove, unused.
1999         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2001 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
2003         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2004         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
2005         there could be recursive loading when `default-directory' is a
2006         remote file name.  (Bug#4614)
2008 2009-10-03  Glenn Morris  <rgm@gnu.org>
2010         * calendar/calendar.el (calendar-basic-setup): Handle the case where
2011         the frame is wide.
2012         (calendar-generate-window): Test for shrinkability rather than width.
2014         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
2015         declaration, currently false.
2017         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
2018         reusing existing buffers, in case we happen to visit two files with the
2019         same basename.  (Bug#4593)
2021 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2023         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2024         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
2025         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
2026         subdirs of cedet as well.
2027         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2029 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
2032         Obey advertised-signature-table.
2034         * help-fns.el (help-function-arglist): Don't check
2035         advertised-signature-table.
2036         (describe-function-1): Do it here instead so it also applies to subrs.
2038 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
2040         * simple.el (start-file-process): Say in the doc-string, that file
2041         handlers might not support pty association, if PROGRAM is nil.
2043         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
2044         HOST and USER are strings.  They are nil, when there are
2045         incomplete entries in ~/.netrc, for example.
2046         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
2047         root directory ("device busy" error otherwise).
2049         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
2050         Flush file properties of created directory.
2052 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2054         * makefile.w32-in (WINS_BASIC): Remove cedet.
2055         (WINS_CEDET): Add cedet.
2056         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2058 2009-10-02  Kevin Ryde  <user42@zip.com.au>
2060         * net/browse-url.el (browse-url): Pass any symbol in
2061         browse-url-browser-function to `apply', since if you've mistakenly put
2062         an unbound symbol then the error is clearer.  (Bug#4531)
2064 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2066         * allout.el (allout-init, allout-back-to-current-heading)
2067         (allout-beginning-of-current-entry, allout-ascend-to-depth)
2068         (allout-ascend, allout-up-current-level, allout-end-of-level)
2069         (allout-previous-visible-heading, allout-forward-current-level)
2070         (allout-backward-current-level, allout-show-children):
2071         * apropos.el (apropos-describe-plist):
2072         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2073         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2074         * completion.el (add-completion, add-permanent-completion):
2075         * descr-text.el (describe-text-category, describe-char):
2076         * desktop.el (desktop-lazy-abort):
2077         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2078         * dired.el (dired-build-subdir-alist):
2079         * ediff.el (ediff-version):
2080         * elide-head.el (elide-head, elide-head-show):
2081         * emerge.el (emerge-version):
2082         * env.el (getenv):
2083         * face-remap.el (variable-pitch-mode):
2084         * faces.el (describe-face):
2085         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2086         (dired-at-point):
2087         * files.el (find-file-existing, auto-save-mode):
2088         * font-lock.el (font-lock-fontify-buffer):
2089         * help-fns.el (describe-function, describe-variable)
2090         (describe-syntax, describe-categories):
2091         * help.el (view-lossage, describe-bindings, describe-key)
2092         (describe-mode):
2093         * hexl.el (hexl-current-address):
2094         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2095         * info.el (Info-goto-emacs-key-command-node):
2096         * log-edit.el (log-edit-insert-cvs-template)
2097         (log-edit-insert-cvs-rcstemplate):
2098         * menu-bar.el (menu-bar-mode):
2099         * mouse.el (mouse-appearance-menu):
2100         * newcomment.el (comment-indent-new-line):
2101         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2102         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2103         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2104         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2105         * recentf.el (recentf-mode):
2106         * savehist.el (savehist-mode, savehist-save):
2107         * shadowfile.el (shadow-copy-files):
2108         * simple.el (kill-ring-save, next-line, previous-line)
2109         (normal-erase-is-backspace-mode):
2110         * strokes.el (strokes-update-window-configuration)
2111         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2112         (strokes-xpm-for-stroke):
2113         * time.el (emacs-uptime, emacs-init-time):
2114         * tutorial.el (tutorial--describe-nonstandard-key)
2115         (tutorial--detailed-help):
2116         * type-break.el (type-break-mode)
2117         (type-break-mode-line-message-mode, type-break-query-mode)
2118         (type-break-guesstimate-keystroke-threshold):
2119         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2120         * version.el (emacs-version):
2121         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2122         * winner.el (winner-mode):
2123         * calendar/timeclock.el (timeclock-in, timeclock-out)
2124         (timeclock-status-string, timeclock-change)
2125         (timeclock-workday-remaining-string)
2126         (timeclock-workday-elapsed-string)
2127         (timeclock-when-to-leave-string):
2128         * calendar/todo-mode.el (todo-add-category):
2129         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2130         * emacs-lisp/autoload.el (update-file-autoloads):
2131         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2132         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2133         (checkdoc-message-text, checkdoc-defun):
2134         * emacs-lisp/debug.el (debugger-list-functions):
2135         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2136         * emacs-lisp/eieio-opt.el (eieio-describe-class)
2137         (eieio-describe-generic):
2138         * emacs-lisp/lisp-mnt.el (lm-synopsis):
2139         * emacs-lisp/shadow.el (list-load-path-shadows):
2140         * emulation/cua-base.el (cua-mode):
2141         * emulation/edt.el (edt-set-scroll-margins):
2142         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2143         (tpu-toggle-regexp, tpu-toggle-search-direction)
2144         (tpu-toggle-rectangle, tpu-toggle-control-keys):
2145         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2146         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2147         (viper-set-parsing-style-toggling-macro)
2148         (viper-set-emacs-state-searchstyle-macros):
2149         * emulation/viper.el (viper-set-hooks):
2150         * eshell/esh-mode.el (eshell-truncate-buffer):
2151         * international/mule-cmds.el (prefer-coding-system)
2152         (describe-input-method, describe-language-environment):
2153         * international/mule-diag.el (list-character-sets)
2154         (describe-character-set, describe-coding-system)
2155         (describe-fontset, list-fontsets, list-input-methods):
2156         * mail/sendmail.el (mail-signature):
2157         * net/ange-ftp.el (ange-ftp-copy-file):
2158         * net/browse-url.el (browse-url):
2159         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2160         * net/quickurl.el (quickurl-add-url):
2161         * net/rcirc.el (names, topic):
2162         * net/xesam.el (xesam-mode):
2163         * play/5x5.el (5x5-new-game):
2164         * play/yow.el (apropos-zippy):
2165         * progmodes/ada-mode.el (ada-mode-version):
2166         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2167         (f90-end-of-block)
2168         (f90-beginning-of-block):
2169         * progmodes/fortran.el (fortran-end-of-block)
2170         (fortran-beginning-of-block):
2171         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2172         * progmodes/python.el (python-describe-symbol, python-shell):
2173         * term/ns-win.el (ns-print-buffer):
2174         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2175         * textmodes/flyspell.el (flyspell-mode-on):
2176         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2177         (pages-directory-for-addresses):
2178         * textmodes/table.el (table-recognize-cell)
2179         (table-query-dimension, table-generate-source)
2180         (table-insert-sequence, table--warn-incompatibility):
2181         * textmodes/tex-mode.el (tex-validate-buffer):
2182         * textmodes/texinfmt.el (texinfmt-version)
2183         (texinfo-format-buffer):
2184         Use `called-interactively-p' instead of `interactive-p'.
2186 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2188         * image-mode.el (image-toggle-display):
2189         * emacs-lisp/elp.el (elp-instrument-function):
2190         * emacs-lisp/advice.el (ad-make-advised-definition):
2191         * emacs-lisp/easy-mmode.el (define-minor-mode):
2192         * net/browse-url.el (browse-url-maybe-new-window):
2193         * progmodes/sh-script.el (sh-learn-buffer-indent):
2194         Pass new argument 'any to `called-interactively-p'.
2196 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2198         * international/uni-bidi.el:
2199         * international/uni-category.el:
2200         * international/uni-combining.el:
2201         * international/uni-comment.el:
2202         * international/uni-decimal.el:
2203         * international/uni-decomposition.el:
2204         * international/uni-digit.el:
2205         * international/uni-lowercase.el:
2206         * international/uni-mirrored.el:
2207         * international/uni-name.el:
2208         * international/uni-numeric.el:
2209         * international/uni-old-name.el:
2210         * international/uni-titlecase.el:
2211         * international/uni-uppercase.el:
2212         Regenerate from Unicode 5.2.0 data.
2214 2009-10-01  Glenn Morris  <rgm@gnu.org>
2216         * Makefile.in (ELCFILES): Regenerate.
2218 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2220         * subr.el (interactive-p): Mark obsolete.
2221         (called-interactively-p): Make the optional-ness of `kind' obsolete.
2222         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2223         advertised-signature-table for subroutines as well.
2225         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2226         (set-advertised-calling-convention): New function.
2227         (make-obsolete, define-obsolete-function-alias)
2228         (make-obsolete-variable, define-obsolete-variable-alias):
2229         Make the optional-ness of `when' obsolete.
2230         (define-obsolete-face-alias): Make `when' non-optional.
2231         * help-fns.el (help-function-arglist):
2232         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2233         Use advertised-signature-table.
2235 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2237         * files.el (delete-directory): New defun.  The original function
2238         in fileio.c has been renamed to `delete-directory-internal'.
2240         * dired.el (dired-delete-file): Call `delete-directory' with
2241         RECURSIVE parameter.
2243         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2244         parameter RECURSIVE.  Implementation is missing.
2246         * net/tramp.el (tramp-handle-make-directory): Flush upper
2247         directory's file properties.
2248         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2249         (tramp-handle-dired-recursive-delete-directory): Flush directory
2250         properties after the remove command only.
2252         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2253         Handle optional parameter RECURSIVE.
2255         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2256         Handle optional parameter RECURSIVE.
2258         * net/tramp-smb.el (tramp-smb-errors): Add error message for
2259         connection timeout.
2260         (tramp-smb-handle-delete-directory): Handle optional parameter
2261         RECURSIVE.
2263 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2265         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2266         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2267         (byte-compile-defmacro): Use backquotes.
2269         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2271         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2272         has no associated file.
2273         (vc-resynch-buffer): Use vc-dir-buffers.
2275 2009-10-01  Glenn Morris  <rgm@gnu.org>
2277         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2278         (chart-file-count):
2279         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2280         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2281         * emacs-lisp/eieio-opt.el (eieio-describe-class):
2282         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2283         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2284         (eieio-copy-parents-into-subclass, make-instance, class-children)
2285         (eieio-generic-form):
2286         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2287         * cedet/cedet-idutils.el (cedet-idutils-search)
2288         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2289         (cedet-idutils-version-check):
2290         * cedet/cedet.el (cedet-version):
2291         * cedet/data-debug.el (data-debug-insert-overlay-button)
2292         (data-debug-insert-overlay-list-button)
2293         (data-debug-insert-buffer-button)
2294         (data-debug-insert-buffer-list-button)
2295         (data-debug-insert-process-button, data-debug-insert-ring-button)
2296         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2297         (data-debug-insert-stuff-vector-button)
2298         (data-debug-insert-symbol-button, data-debug-insert-string)
2299         (data-debug-insert-number, data-debug-insert-lambda-expression)
2300         (data-debug-insert-nil, data-debug-insert-simple-thing)
2301         (data-debug-insert-custom, data-debug-edebug-expr):
2302         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
2303         (global-ede-mode-map, ede-new, ede-debug-target)
2304         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2305         * cedet/semantic.el (semantic-minimum-working-buffer-size)
2306         (semantic-fetch-tags, semantic-submode-list)
2307         (semantic-default-submodes):
2308         * cedet/ede/source.el (ede-source-match):
2309         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
2310         (project-am-package-info):
2311         * cedet/ede/proj.el (ede-proj-target, project-new-target):
2312         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
2313         * cedet/ede/proj-comp.el (ede-current-build-list):
2314         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
2315         * cedet/ede/files.el (ede-toplevel-project-or-nil):
2316         * cedet/ede/cpp-root.el (initialize-instance):
2317         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
2318         (autoconf-parameter-strip, autoconf-insert-new-macro):
2319         * cedet/semantic/wisent.el (wisent-lex-eoi):
2320         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
2321         (semantic-show-parser-state-mode):
2322         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
2323         * cedet/semantic/tag.el (semantic-tag-new-variable)
2324         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2325         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2326         (semantic--tag-deep-copy-tag-list)
2327         (semantic-tag-components-with-overlays-default):
2328         * cedet/semantic/symref.el (semantic-symref-find-text):
2329         * cedet/semantic/senator.el (senator-yank-tag)
2330         (senator-transpose-tags-up):
2331         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
2332         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2333         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
2334         * cedet/semantic/lex.el (semantic-lex-comment-regex)
2335         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2336         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2337         * cedet/semantic/lex-spp.el
2338         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2339         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2340         * cedet/semantic/idle.el
2341         (semantic-idle-summary-current-symbol-info-brutish)
2342         (semantic-idle-summary-current-symbol-info-default):
2343         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
2344         (semantic--grammar-macro-compl-dict):
2345         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2346         * cedet/semantic/format.el (semantic-format-tag-custom-list)
2347         (semantic-format-tag-canonical-name-default):
2348         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
2349         (semantic-find-tags-for-completion)
2350         (semantic-find-tags-by-scope-protection-default)
2351         (semantic-deep-find-tags-for-completion):
2352         * cedet/semantic/edit.el
2353         (semantic-edits-incremental-reparse-failed-hook)
2354         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2355         (semantic-edits-splice-remove, semantic-edits-splice-replace):
2356         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2357         * cedet/semantic/dep.el (semantic-dependency-include-path):
2358         * cedet/semantic/db.el (semanticdb-default-find-index-class)
2359         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2360         (semanticdb-project-roots):
2361         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
2362         (semanticdb-find-adebug-insert-scanned-tag-cons)
2363         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2364         (semanticdb-brute-deep-find-tags-for-completion):
2365         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2366         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
2367         (semantic-end-of-context-default)
2368         (semantic-ctxt-current-function-default)
2369         (semantic-ctxt-scoped-types-default):
2370         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2371         (semantic-complete-inline-tag-engine)
2372         (semantic-complete-inline-custom-type)
2373         (semantic-complete-read-tag-analyzer):
2374         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
2375         (semantic-chart-database-size):
2376         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
2377         (semantic-analyze-current-context):
2378         * cedet/semantic/symref/list.el (semantic-symref)
2379         (semantic-symref-hide-buffer, semantic-symref-symbol):
2380         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
2381         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
2382         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2383         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2384         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2385         (semantic-c-dereference-template):
2386         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2387         (semantic--analyze-refs-full-lookup-with-parents)
2388         (semantic--analyze-refs-full-lookup-simple):
2389         * cedet/semantic/analyze/complete.el
2390         (semantic-analyze-possible-completions):
2391         * cedet/srecode/table.el (srecode-mode-table-new):
2392         * cedet/srecode/srt.el (srecode-read-variable-name):
2393         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2394         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
2395         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2396         * cedet/srecode/map.el (srecode-current-map):
2397         * cedet/srecode/insert.el (srecode-insert)
2398         (srecode-insert-variable-secondname-handler, srecode-insert-method)
2399         (srecode-template-inserter-point-override)
2400         (srecode-insert-include-lookup):
2401         * cedet/srecode/getset.el (srecode-auto-choose-class):
2402         * cedet/srecode/extract.el (srecode-inserter-extract):
2403         * cedet/srecode/document.el
2404         (srecode-document-autocomment-return-last-alist)
2405         (srecode-document-autocomment-param-type-alist)
2406         (srecode-document-insert-function-comment)
2407         (srecode-document-insert-variable-one-line-comment)
2408         (srecode-document-function-name-comment):
2409         * cedet/srecode/dictionary.el (srecode-create-dictionary)
2410         (srecode-compound-toString):
2411         * cedet/srecode/compile.el (srecode-flush-active-templates):
2412         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
2413         Doc/message fixes.
2415         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
2416         match-data.  (Bug#4555).
2418         * cedet/semantic/bovine/gcc.el
2419         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2420         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2422         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
2423         rather than parsing it as a regexp.  This relaxes the layout
2424         requirements and makes errors easier to detect.
2425         (check-declare-verify): Check file is regular.
2426         (check-declare-directory): Doc fix.
2427         * subr.el (declare-function): Doc fix.
2429         * ibuffer.el (ibuffer-format-qualifier):
2430         * isearch.el (hi-lock-regexp-okay):
2431         * calc/calc.el (math-zerop):
2432         * mail/uce.el (rmail-msgbeg, rmail-msgend):
2433         * term/w32-win.el (setup-default-fontset, set-fontset-font):
2434         Remove unused declarations.
2436 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2438         * cedet/semantic/wisent/javat-wy.el
2439         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2441 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
2443         * cedet/srecode/expandproto.el: Fix provide statement.
2445 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2447         * emacs-lisp/eieio.el (boolean-p): Delete.
2449 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
2451         * cedet/ede/srecode.el: Fix provide statement.
2453 2009-09-30  Glenn Morris  <rgm@gnu.org>
2455         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
2456         * cedet/ede/proj-aux.el (ede-aux-source):
2457         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2458         (ede-misc-source):
2459         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
2460         (semantic-mrub-switch-tags): Fix doc typos.
2462         * cedet/semantic/db-global.el (data-debug-new-buffer)
2463         (data-debug-insert-thing): Remove unneeded declarations (one broken).
2464         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2466         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2468         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2469         use of CL function `remove-if-not'.
2471         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
2473         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
2474         filename is not a string.
2476 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
2478         * files.el (safe-local-eval-forms): Fix typo.
2480 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2482         * vc-hooks.el (vc-dir-buffers): New var.
2483         (vc-state-refresh): New function.
2484         (vc-state): Use it.
2485         (vc-after-save): Always ask the backend to recompute the new state.
2486         Always call vc-dir if necessary, using vc-dir-buffers.
2487         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
2488         Use vc-dir-buffers.
2489         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
2490         (vc-dir-prepare-status-buffer, vc-dir-update)
2491         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
2492         Don't call expand-file-name on default-directory.
2494 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2496         * speedbar.el (speedbar-item-delete):
2497         * calc/calc-prog.el (calc-kbd-if):
2498         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
2500         * epa.el (epa-key-list-mode-map):
2501         * hi-lock.el (hi-lock-menu): Fix typos in menus.
2503         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
2504         (hs-show-hook): Fix typo in docstring.
2506 2009-09-29  Glenn Morris  <rgm@gnu.org>
2508         * cedet/semantic/symref/idutils.el:
2509         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
2511         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2513         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2514         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
2515         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
2516         Mark declarations not understood by check-declare.
2518         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
2519         file-name-nondirectory call preventing location of cedet files.
2520         (check-declare-verify): Use literal search rather than re-search.
2521         Add basic defmethod and defclass, and define-overloadable-function.
2523         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
2524         Use tramp-compat-file-attributes rather than nonexistent
2525         tramp-compat-handle-file-attributes.
2527         * Makefile.in (lisptagsfiles4): New.
2528         (AUTOGENEL): Add cedet loaddefs files.
2529         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
2530         (update-elclist, compile-always, backup-compiled-files)
2531         (bootstrap-clean): Add yet another directory level.
2532         (update-elclist): Use LC_COLLATE rather than COLLATE.
2533         (ELCFILES): Update, via `make update-elclist'.
2535 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2537         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
2538         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
2539         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
2541 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
2543         * Makefile.in (lisptagsfiles3): Define.
2544         (TAGS, TAGS-LISP): Use it.
2545         (update-elclist): Add third directory level to look for elc files.
2546         (compile-always): Likewise.
2547         (backup-compiled-files): Likewise.
2548         (bootstrap-clean): Likewise.
2549         (ELCFILES): Update.
2551 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
2553         * Makefile.in (ELCFILES): Add CEDET files.
2555 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2557         CEDET (development tools) package merged.
2559         * cedet/*.el:
2560         * cedet/ede/*.el:
2561         * cedet/semantic/*.el:
2562         * cedet/srecode/*.el: New files.
2564 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
2566         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
2568         * net/tramp.el (top): Require tramp-imap.
2570         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
2571         Use `tramp-compat-handle-file-attributes'.
2573 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
2575         * net/tramp-imap.el: New package.
2577 2009-09-28  Eric Ludlam  <zappo@gnu.org>
2579         * emacs-lisp/chart.el:
2580         * emacs-lisp/eieio-base.el:
2581         * emacs-lisp/eieio-comp.el:
2582         * emacs-lisp/eieio-custom.el:
2583         * emacs-lisp/eieio-datadebug.el:
2584         * emacs-lisp/eieio-opt.el:
2585         * emacs-lisp/eieio-speedbar.el:
2586         * emacs-lisp/eieio.el: New files.
2588         * cedet/cedet-cscope.el:
2589         * cedet/cedet-files.el:
2590         * cedet/cedet-global.el:
2591         * cedet/cedet-idutils.el:
2592         * cedet/data-debug.el:
2593         * cedet/inversion.el:
2594         * cedet/mode-local.el:
2595         * cedet/pulse.el: New files.
2597 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2599         * whitespace.el (whitespace-trailing-regexp)
2600         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
2601         Fix doc string.
2603 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
2605         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
2606         menu.
2608         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
2609         menu-bar-ediff-menu.
2611         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
2612         define-overloadable-function.
2614         * progmodes/autoconf.el: Provide autoconf as well, so that this
2615         file can be `require'd.
2617         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
2619         * emacs-lisp/autoload.el (generated-autoload-feature)
2620         (generated-autoload-load-name): New vars.
2621         (autoload-rubric, autoload-generate-file-autoloads): Use them.
2622         (make-autoload): Recognize define-overloadable-function and
2623         defclass forms (for EIEIO).
2625         * Makefile.in (update-subdirs): Exclude cedet directory.
2627 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
2629         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
2631         * faces.el: Default light-background background for region face to
2632         ns_selection_color under NS.
2634 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
2636         * net/imap-hash.el: New library, see NEWS.
2638         * Makefile.in (ELCFILES): Add imap-hash.el.
2640 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
2643         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
2644         * help-macro.el (make-help-screen): Avoid using an ambiguous function
2645         definition where the docstring could be taken for the return value.
2647 2009-09-26  Glenn Morris  <rgm@gnu.org>
2649         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
2650         Add option to only show images below a certain size.
2651         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
2652         save-excursion calls.
2654 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
2656         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
2657         subdirectories) and eieio.
2659 2009-09-26  Alan Mackenzie  <acm@muc.de>
2661         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
2662         buggy bracketing.  (Bug#4289)
2664         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
2665         character constants (as case labels).  (Bug#4289)
2667 2009-09-25  Juri Linkov  <juri@jurta.org>
2669         * files.el (safe-local-eval-forms): Allow time-stamp in
2670         before-save-hook (Bug#4554).
2672 2009-09-25  Drew Adams  <drew.adams@oracle.com>
2674         * menu-bar.el (list-buffers-directory): Doc fix.
2676 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
2679         Try and avoid copying twice the same paragraph.
2680         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
2681         Remove save-excursion.
2682         (log-edit-changelog-entry): Do it here instead.
2684 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
2686         * bs.el (bs--get-file-name): Use `list-buffers-directory'
2687         when available, instead of hardcoding mode names.  Doc fix.
2689         * menu-bar.el (list-buffers-directory): Add docstring.
2690         Make automatically buffer-local.
2692         * dired.el (dired-mode):
2693         * files.el (cd-absolute):
2694         * pcvs.el (cvs-temp-buffer):
2695         * pcvs-util.el (cvs-get-buffer-create):
2696         * shell.el (shell-mode):
2697         * vc-dir.el (vc-dir-mode):
2698         Don't make `list-buffers-directory' buffer local.
2700 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
2702         * comint.el (comint-exec, comint-run, make-comint):
2703         Doc fixes (Bug#4542).
2705 2009-09-25  Glenn Morris  <rgm@gnu.org>
2707         * mail/rmailmm.el (rmail-mime): New custom group.
2708         Move all defcustoms in this file into this group.
2709         (rmail-mime-media-type-handlers-alist): Revert previous change.
2710         (rmail-mime-show-images): New option.
2711         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
2712         references to it, since it wasn't actually used for anything.
2713         (rmail-mime-insert-image): New function.
2714         (rmail-mime-image): Use rmail-mime-insert-image.
2715         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
2716         obey the value of `rmail-mime-show-images' option.  Print the size of
2717         attachments.
2719 2009-09-25  David Engster  <deng@randomsample.de>
2721         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
2723 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2725         * whitespace.el: Does not highlight trailing spaces While point is
2726         at end of line.  Does not highligt spaces at beginning of buffer
2727         while point is at beginning of buffer.  Does not highlight spaces
2728         at end of buffer while point is at end of buffer.  (Bug#4177)
2729         New version 12.0.
2730         (whitespace-display-mappings): Adjust initialization.
2731         (whitespace-point, whitespace-font-lock-refontify): New vars.
2732         (whitespace-color-on, whitespace-color-off): Adjust code.
2733         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2734         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
2735         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
2737 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
2739         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
2741         * textmodes/sgml-mode.el: Remove xml-mode alias.
2743         * files.el (auto-mode-alist, conf-mode-maybe)
2744         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
2746 2009-09-24  Alan Mackenzie  <acm@muc.de>
2748         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
2749         c-forward-conditionals, but it doesn't move point and doesn't set
2750         the mark.
2751         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
2752         (c-down-conditional-with-else, c-backward-conditional)
2753         (c-forward-conditional): Refactor to use c-scan-conditionals.
2755 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2757         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
2758         (help-default-arg-highlight): Remove.
2759         (help-highlight-arg): New function.
2760         (help-do-arg-highlight): Use it.
2761         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
2763 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2765         * term.el (term-set-scroll-region, term-handle-ansi-escape):
2766         Undo last change, which didn't fix the problem and introduced others.
2768 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
2770         * progmodes/gdb-mi.el: Don't require speedbar.
2771         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
2773 2009-09-24  Glenn Morris  <rgm@gnu.org>
2775         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
2777         * term/ns-win.el (ns-reg-to-script): Define for compiler.
2779         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
2780         there is no newline after the final mime boundary.  (Bug#4539)
2781         Move markers on insertion so that any buttons inserted don't end up in
2782         the next part of a multipart message.
2783         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
2784         (rmail-mime-bulk-handler): Optionally handle images.
2785         (rmail-mime-image): New button action.
2786         (rmail-mime-image-handler): New function.
2787         (rmail-mime-mode): New mode.
2788         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
2790 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
2793         than just dropping elements from it (bug#4504).
2795         * term.el (term-set-scroll-region): Don't move cursor any more.
2796         (term-handle-ansi-escape): Call term-goto here instead.
2797         Suggested by Ivan Kanis <apple@kanis.eu>.
2799         * term.el: Require CL.
2800         (term-ansi-reset): New function.
2801         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
2802         (term-handle-colors-array): Simplify.
2804 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
2806         * allout.el (allout-overlay-interior-modification-handler)
2807         (allout-obtain-passphrase):
2808         * epa-file.el (epa-file-write-region):
2809         * ps-print.el (ps-begin-job):
2810         * vc-hooks.el (vc-toggle-read-only):
2811         * vc-rcs.el (vc-rcs-rollback):
2812         * vc-sccs.el (vc-sccs-rollback):
2813         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
2814         (vc-version-diff, vc-revert, vc-rollback):
2815         * wdired.el (wdired-check-kill-buffer):
2816         * emacs-lisp/authors.el (authors):
2817         * net/socks.el (socks-open-connection):
2818         * net/zeroconf.el (zeroconf-service-add-hook):
2819         * obsolete/vc-mcvs.el (vc-mcvs-register):
2820         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
2821         (gdb-select-frame):
2822         * progmodes/grep.el (lgrep, rgrep):
2823         * progmodes/idlw-help.el (idlwave-help-check-locations)
2824         (idlwave-help-html-link, idlwave-help-assistant-open-link):
2825         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2826         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
2827         (reftex-toc-rename-label): Fix typos in error messages.
2829         * dired-aux.el (dired-do-shell-command): Reflow docstring.
2830         (dired-copy-how-to-fn): Doc fix.
2831         (dired-files-attributes, dired-read-shell-command):
2832         Fix typos in docstrings.
2834         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
2835         (dired-x-find-file-other-window): Reflow docstrings.
2836         (dired-omit-marker-char, dired-read-shell-command)
2837         (dired-x-submit-report): Fix typos in docstrings.
2839         * shell.el (shell-mode-hook):
2840         * view.el (View-scroll-line-forward):
2841         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
2842         Fix typos in docstrings.
2844         * net/dig.el (dig-invoke): Fix typo in docstring.
2845         (query-dig): Reflow docstring.
2847         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
2848         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
2849         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
2850         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
2851         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
2852         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
2853         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
2854         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
2855         (idlwave-completion-map, idlwave-current-indent)
2856         (idlwave-custom-ampersand-surround, idlwave-customize)
2857         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
2858         (idlwave-define-abbrev, idlwave-determine-class-special)
2859         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
2860         (idlwave-end-block-reg, idlwave-end-of-statement)
2861         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
2862         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
2863         (idlwave-explicit-class-listed, idlwave-file-header)
2864         (idlwave-fill-paragraph, idlwave-find-class-definition)
2865         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
2866         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
2867         (idlwave-in-quote, idlwave-indent-action-table)
2868         (idlwave-indent-expand-table, idlwave-indent-line)
2869         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
2870         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
2871         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
2872         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
2873         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
2874         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
2875         (idlwave-outlawed-buffers, idlwave-popup-select)
2876         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
2877         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
2878         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
2879         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
2880         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
2881         (idlwave-statement-type, idlwave-struct-skip)
2882         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
2883         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
2884         (idlwave-what-module-find-class): Fix typos in docstrings.
2885         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
2886         (idlwave-calculate-cont-indent, idlwave-expand-equal)
2887         (idlwave-find-module, idlwave-find-structure-definition)
2888         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
2889         (idlwave-list-load-path-shadows, idlwave-next-statement)
2890         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
2891         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
2892         (idlwave-template): Reflow docstrings.
2894         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
2895         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
2896         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
2897         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
2898         (idlwave-shell-display-line, idlwave-shell-display-wframe)
2899         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
2900         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
2901         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
2902         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
2903         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
2904         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
2905         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
2906         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
2907         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
2908         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
2909         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
2910         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
2911         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
2912         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
2913         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
2914         Fix typos in docstrings.
2915         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
2916         (idlwave-shell-hide-output, idlwave-shell-mode)
2917         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
2918         Reflow docstrings.
2920         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
2922 2009-09-24  Ivan Kanis  <apple@kanis.eu>
2924         * term.el (term-bold-attribute): New var.
2925         (term-handle-colors-array): Use it.
2927 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
2929         * progmodes/gdb-mi.el (gdb-version): New variable.
2930         (gdb-non-stop-handler): Set gdb-version.
2931         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
2932         Condition "--thread" option on gdb-version.
2933         (gdb-invalidate-threads): Remove unused argument.
2935 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2937         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
2938         to looking-back to avoid ridiculous slow down in large files (bug#4511).
2940 2009-09-23  Glenn Morris  <rgm@gnu.org>
2942         * mail/rmail.el (rmail-reply): Don't try to add a References header when
2943         replying to mail without References or Message-Id.  (Bug#4525)
2945 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2947         * term/ns-win.el (ns-reg-to-script): New variable.
2949 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
2951         * epg.el (epg-wait-for-status): Preserve existing 'error results.
2953 2009-09-22  Sam Steingold  <sds@gnu.org>
2955         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
2956         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
2957         to 1 because hg returns status 1 when nothing is found.
2958         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
2960 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2962         * textmodes/fill.el: Convert to utf-8 encoding.
2963         (fill-french-nobreak-p): Remove redundant » and « inherited from our
2964         pre-unicode days.
2966         * add-log.el (change-log-fill-forward-paragraph): New function.
2967         (change-log-mode): Use it so fill-region DTRT.
2968         Set fill-indent-according-to-mode here rather than in
2969         change-log-fill-paragraph.
2970         (change-log-fill-paragraph): Remove.
2972 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
2974         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
2975         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
2977 2009-09-22  Glenn Morris  <rgm@gnu.org>
2979         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
2980         the scroll-bar scroll the calendar window rather than the buffer.
2982         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
2983         commands that move point (as opposed to scrolling).
2985         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
2987         * emacs-lisp/elint.el (elint): New custom group.
2988         (elint-log-buffer): Make it a defcustom.
2989         (elint-scan-preloaded, elint-ignored-warnings)
2990         (elint-directory-skip-re): New options.
2991         (elint-builtin-variables): Doc fix.
2992         (elint-preloaded-env): New variable.
2993         (elint-unknown-builtin-args): Add an entry for encode-time.
2994         (elint-extra-errors): Make it a variable rather than a constant.
2995         (elint-preloaded-skip-re): New constant.
2996         (elint-directory): Skip files matching elint-directory-skip-re.
2997         (elint-features): New variable, local to linted buffers.
2998         (elint-update-env): Initialize elint-features.  Possibly add
2999         elint-preloaded-env to the buffer's environment.
3000         (elint-get-top-forms): Bind elint-current-pos, for log messages.
3001         Skip quoted forms.
3002         (elint-init-form): New function, extracted from elint-init-env.
3003         Make non-list forms a warning rather than an error.
3004         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
3005         easy-menu-define, put that adds an error-condition, and provide.
3006         When requiring cl, also require cl-macs.  Really require cl, to handle
3007         some cl macros.  Store required libraries in the list elint-features,
3008         so as not to re-load them.  Treat cc-require like require.
3009         (elint-init-env): Call elint-init-form to do the work.
3010         Handle eval-and-compile and such like.
3011         (elint-add-required-env): Do not clear messages.
3012         (elint-special-forms): Add handlers for function, defalias, if, when,
3013         unless, and, or.
3014         (elint-form): Add optional argument to ignore elint-special-forms,
3015         useful to prevent recursive calls from handlers.  Doc fix.
3016         Respect elint-ignored-warnings.
3017         (elint-form): Respect elint-ignored-warnings.
3018         (elint-bound-variable, elint-bound-function): New variables.
3019         (elint-unbound-variable): Respect elint-bound-variable.
3020         (elint-get-args): Respect elint-bound-function.
3021         (elint-check-cond-form): Add some simple handling for (f)boundp and
3022         featurep tests.
3023         (elint-check-defalias-form): New handler.
3024         (elint-check-let-form): Make an empty let a warning rather than an
3025         error.
3026         (elint-check-setq-form): Make an empty setq a warning rather than an
3027         error.  Respect elint-ignored-warnings.
3028         (elint-check-defvar-form): Accept null doc-strings.
3029         (elint-check-conditional-form): New handler.  Does some simple-minded
3030         checking of featurep and (f)boundp tests.
3031         (elint-put-function-args): New function.
3032         (elint-initialize): Use elint-scan-doc-file rather than
3033         elint-find-builtin-variables.  Use elint-put-function-args.
3034         Possibly scan preloaded-file-list.
3035         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
3036         extend to handle functions as well.
3038 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
3040         * linum.el (linum-delete-overlays, linum-update-window):
3041         Do not modify the right margin.  (Bug#3971)
3043 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
3045         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
3046         nxml-mode instead of xml-mode.
3048 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3050         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
3052 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3054         * net/dig.el (dig-mode): Use define-derived-mode.
3056 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3058         * vc-dispatcher.el (vc-do-command): Return the process object in
3059         the asynchronous case.  Use when instead of if.  Do not run
3060         vc-exec-after to display a message if not enabled.  (Bug#4463)
3062         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3063         properties to the stash strings.
3064         (vc-git-stash-list): Return a list of strings.
3065         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3066         (vc-git-stash-show-at-point): New functions.
3067         (vc-git-stash-map): New keymap.
3069         * register.el (ctl-x-r-map): Define the keys here instead of
3070         using autoload.
3072 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
3074         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3075         list, to workaround performance problem (bug#4485).
3077 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
3079         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3081 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
3083         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3084         Document that this option is not recommended to use.
3086 2009-09-19  Glenn Morris  <rgm@gnu.org>
3088         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3089         variable `var'.
3091         * calc/calc-alg.el (var):
3092         * calc/calcalg2.el (var): Define for compiler.
3094 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3096         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3097         Doc fix (Bug#3932).
3099         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3101         * time-stamp.el (time-stamp-month-dd-yyyy)
3102         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3103         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3104         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3105         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3106         Remove functions that have been obsolete since 1995 (Bug#4436).
3108         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3109         indent buffer only if called interactively (Bug#4452).
3111 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
3112             Eli Zaretskii  <eliz@gnu.org>
3114         This fixes bug#4197 (merged to bug#865, though not identical).
3115         * server.el (server-auth-dir): Add docstring note about FAT32.
3116         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3117         but warn against using them.
3119 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
3121         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3122         older GDB where there is no has_more field.
3124 2009-09-19  Glenn Morris  <rgm@gnu.org>
3126         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3128 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
3130         * files.el (auto-mode-alist): Change default for XML files to nXML
3131         mode (Bug#4169).
3133 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
3135         * server.el (server-ensure-safe-dir): Pass 'integer
3136         to `file-attributes', as suggested.
3138 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3140         * dired-aux.el (dired-query-alist): Remove spurious backslash.
3141         (dired-query): Use read-key.
3143 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3145         * cus-start.el (ns-use-qd-smoothing): Remove.
3147 2009-09-18  Glenn Morris  <rgm@gnu.org>
3149         * allout.el (top-level): Remove unnecessary progn.
3151         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3153         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3154         definition of abbrev table.
3156         * speedbar.el (speedbar-track-mouse):
3157         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3158         * net/eudc.el (eudc-expand-inline):
3159         * net/newst-backend.el (newsticker--cache-read-feed):
3160         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3161         condition-case handlers.
3163 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
3165         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3166         (gdb-var-list): Add an element for has_more field.
3167         (gdb-non-stop-handler): Enable pretty printing for STL containers.
3168         (gdb-var-create-handler, gdb-var-list-children-handler-1)
3169         (gdb-var-update-handler-1): Parse output of dynamic variable
3170         objects (STL containers).
3171         (gdb-var-delete-1): Pass var1 as an explicit second argument.
3172         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
3174         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3175         gdb-var-list.
3176         (gud-speedbar-buttons): Make node expandable if expression "has more"
3177         children.
3179 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
3181         * startup.el (emacs-quick-startup): Remove variable and all uses.
3182         (command-line): Set `inhibit-x-resources' instead.
3183         (command-line-1): Use `inhibit-x-resources' instead.
3185 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
3187         * subr.el: Fix last change to avoid using the `unless' macro,
3188         which breaks bootstrapping.
3190 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3192         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3193         extended definitions, in case we reload subr.el after having
3194         loaded CL.
3195         (eval-next-after-load): Mark as obsolete.
3197 2009-09-17  Juri Linkov  <juri@jurta.org>
3199         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3200         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3201         (menu-bar-showhide-menu, menu-bar-tools-menu)
3202         (menu-bar-describe-menu, menu-bar-help-menu)
3203         (minibuffer-local-completion-map, minibuffer-local-map):
3204         Fix list quoting.
3206 2009-09-17  Glenn Morris  <rgm@gnu.org>
3208         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3209         arguments, whether or not it has a handler.
3211         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3213         * simple.el (hard-newline): Give it a doc-string.
3215         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3216         (lisp-mode-syntax-table): Give them doc-strings.
3218 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3220         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3221         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3222         (menu-bar-options-menu, menu-bar-showhide-menu)
3223         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3224         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3225         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3226         (menu-bar-options-menu, menu-bar-tools-menu)
3227         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3228         (menu-bar-help-menu):
3229         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3230         string arguments.
3232         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3233         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3234         calls for the menu names and :help.
3236 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3238         * mouse.el (minor-mode-menu-from-indicator): Pay attention
3239         to :minor-mode-function (bug#4455).
3241 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3243         * startup.el (command-line): Initialize the window-system after
3244         processing the command-line.
3246         * textmodes/page.el (what-page): Make sure we don't inf-loop if
3247         page-delimiter matches the empty string.
3249 2009-09-16  Glenn Morris  <rgm@gnu.org>
3251         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3252         byte-compile-not-obsolete-var.  It's a list now.
3253         (byte-compile-not-obsolete-funcs): New variable.
3254         (byte-compile-warn-obsolete): Don't warn about functions if they are in
3255         byte-compile-not-obsolete-funcs.
3256         (byte-compile-variable-ref, byte-compile-defvar): Update for
3257         byte-compile-not-obsolete-vars name-change and list nature.
3258         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3259         and variables behind (f)boundp tests.
3260         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3262 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3264         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3266 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3268         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3269         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3270         Don't autoload.
3272 2009-09-15  Stephen Eglen  <stephen@gnu.org>
3274         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3275         the virtual-buffers, use the name of the buffer specified by
3276         find-file-noselect, as the match may be a symlink.  (This was a
3277         problem if the target and the symlink had different names.)
3279 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3281         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3283         * desktop.el (desktop-path): Check user-emacs-directory.
3285         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3287         * loadup.el: Use after-load-functions to GC after loading each file.
3288         Remove the explicit GC calls that used to be sprinkled around.
3290         * subr.el (after-load-functions): New hook.
3291         (do-after-load-evaluation): Run it.  Use string-match-p to detect
3292         `obsolete' packages, rather than painfully extracting the relevant
3293         directory name.
3295 2009-09-15  Glenn Morris  <rgm@gnu.org>
3297         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
3298         free variable `doc'.
3300         * dired.el (dired-mode-map): Add menu entry for async shell command.
3302         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
3303         variables, also consider the .elc files, since the .el files are
3304         normally gzipped (subsequent code locates the .el.gz from the .elc).
3306         * calc/calc-prog.el (arglist): Define for compiler.
3308         * calendar/diary-lib.el (diary-display-function): Change the default to
3309         fancy display.
3310         (body): Define for compiler.
3312         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
3313         (byte-compile-file-form, byte-compile-lambda)
3314         (byte-compile-top-level-body, byte-compile-form)
3315         (byte-compile-variable-ref, byte-compile-setq)
3316         (byte-compile-setq-default, byte-compile-body)
3317         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
3318         (batch-byte-compile): Give some more local variables with common names
3319         a "bytecomp-" prefix to avoid masking warnings about free variables.
3321         * startup.el (command-line-1): Give local variables with common names a
3322         distinguishing prefix, so as not to hide free variable warnings during
3323         bootstrap.
3325         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
3326         clever and add a suffix to make a unique name, just let the user decide
3327         whether or not to overwrite it.  If the input is a directory, write the
3328         default filename to that directory.  (Bug#4388)
3329         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
3330         is a filename-as-a-directory.
3332 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3334         * textmodes/page.el (what-page): Don't move to beginning of line.
3335         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
3337 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3339         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
3341 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3343         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
3344         * help.el (help-for-help-internal): Add purecopy calls for text.
3346         * vc.el (top): print-log method now takes an optional SHORTLOG
3347         argument.  Add a new method: root.
3348         (vc-root-diff, vc-print-root-log): New functions.
3349         (vc-log-short-style): New variable.
3350         (vc-print-log-internal): Add support for showing short logs.
3352         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
3353         vc-print-root-log and vc-print-root-diff.
3355         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
3356         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
3357         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
3358         short logs.
3360         * vc-cvs.el (vc-cvs-print-log):
3361         * vc-mtn.el (vc-mtn-print-log):
3362         * vc-rcs.el (vc-rcs-print-log):
3363         * vc-sccs.el (vc-sccs-print-log):
3364         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
3365         that is ignored for now.
3367         * vc-mtn.el (vc-mtn-annotate-command):
3368         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
3370 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3372         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
3373         to function-key-map, and give them ascii-character property.
3374         * term/x-win.el (x-alternatives-map):
3375         * term/ns-win.el (ns-alternatives-map):
3376         * term/internal.el (msdos-key-remapping-map):
3377         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
3379 2009-09-14  Glenn Morris  <rgm@gnu.org>
3381         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
3382         temp-buffers (2009-09-12).
3384 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3386         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
3387         the new read-key function.
3389 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3391         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
3392         is defined (Bug#4405).
3394 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
3396         * recentf.el (recentf-cleanup): Use a hash table to find
3397         duplicates (Bug#4407).
3399 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
3401         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
3402         kp-0 to ascii equivalents (Bug#4325).
3404 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3406         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
3408         * eshell/em-hist.el:
3409         * eshell/em-dirs.el (eshell-complete-user-reference):
3410         Declare pcomplete functions and variables to avoid compiler warnings.
3412 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
3414         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
3415         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
3416         * eshell/em-alias.el (eshell-aliases-file):
3417         * eshell/em-hist.el (eshell-history-file-name):
3418         Use expand-file-name instead of concat to make file names (Bug#4308).
3420 2009-09-13  Glenn Morris  <rgm@gnu.org>
3422         * ediff-merg.el (ediff-do-merge):
3423         * filesets.el (filesets-run-cmd):
3424         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
3425         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
3426         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
3427         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
3428         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
3429         Replace empty `let's with `progn'.
3431 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3433         * mail/sendmail.el (send-mail-function):
3434         * tooltip.el (tooltip-mode):
3435         * simple.el (transient-mark-mode):
3436         * rfn-eshadow.el (file-name-shadow-mode):
3437         * frame.el (blink-cursor-mode):
3438         * font-core.el (global-font-lock-mode):
3439         * files.el (temporary-file-directory)
3440         (small-temporary-file-directory, auto-save-file-name-transforms):
3441         * epa-hook.el (auto-encryption-mode):
3442         * composite.el (global-auto-composition-mode):
3443         Use custom-initialize-delay.
3444         * startup.el (command-line): Don't explicitly call
3445         custom-reevaluate-setting for all the above vars.
3446         * custom.el (custom-initialize-safe-set)
3447         (custom-initialize-safe-default): Delete.
3449 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3451         * term/x-win.el (x-initialize-window-system):
3452         * term/w32-win.el (w32-initialize-window-system):
3453         * term/ns-win.el (ns-initialize-window-system): Don't call
3454         mouse-wheel-mode since it's enabled globally by default already.
3456         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
3457         actually define the variable, but only silences the byte-compiler.
3458         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
3459         before looking it up.
3460         (mouse-wheel-scroll-amount): Also reset the bindings if this value
3461         is changed.
3463 2009-09-12  Glenn Morris  <rgm@gnu.org>
3465         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
3466         1000.
3467         (elint-add-required-env): Don't beep on error.
3468         (elint-forms): In case of error, return ENV unchanged.
3469         (elint-init-env): Skip non-list forms.
3470         (elint-log): Handle unknown file positions.
3472 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
3474         * epg.el (epg-make-context): Add autoload cookie.
3475         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
3476         (epg-decrypt-string, epg-start-verify, epg-verify-file)
3477         (epg-verify-string, epg-start-sign, epg-sign-file)
3478         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
3479         (epg-encrypt-string, epg-start-export-keys)
3480         (epg-export-keys-to-file, epg-export-keys-to-string)
3481         (epg-start-import-keys, epg-import-keys-from-file)
3482         (epg-import-keys-from-string, epg-start-receive-keys)
3483         (epg-receive-keys, epg-import-keys-from-server)
3484         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
3485         (epg-sign-keys, epg-start-generate-key)
3486         (epg-generate-key-from-file, epg-generate-key-from-string):
3487         Remove autoload cookie.
3489 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
3491         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
3492         reevaluation of trash-directory.
3494         * mwheel.el: Fix last change.
3495         (mouse-wheel-mode): New defvar.
3496         (mouse-wheel-mode): Remove autoload cookie.
3498 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * mwheel.el (mwheel-installed-bindings): New var.
3501         (mouse-wheel-mode): Use it, so as to make sure we really remove all
3502         the bindings we set last time.  Use custom-initialize-delay.
3503         * loadup.el: Load mwheel after term/*-win.el.
3504         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
3505         and mouse-wheel-up-event now that their first evaluation is done
3506         sufficiently late to be correct.
3508         * startup.el (tutorial-directory): Make it a defcustom.
3509         Use custom-initialize-delay rather than eval-at-startup to set it.
3510         * image.el (image-load-path): Make it a defcustom.
3511         Use custom-initialize-delay rather than eval-at-startup to set it.
3512         * subr.el (eval-at-startup): Remove.
3513         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
3515         * subr.el (do-after-load-evaluation): Warn the user after loading an
3516         obsolete package.
3518 2009-09-12  Glenn Morris  <rgm@gnu.org>
3520         * proced.el (proced-mark-alt): Remove alias.
3521         (proced-mode-map): Remove proced-mark-alt.
3523         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
3524         Elint file and directory.  Remove initialization entry.
3526         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
3527         commands.
3528         (elint-current-buffer): Set mode-line-process.
3529         (elint-init-env): Handle define-derived-mode.
3530         Fix declare-function with unspecified arglist.  Guard against odd
3531         defalias statements (eg iso-insert's 8859-1-map).
3532         (elint-add-required-env): Use a temp buffer.
3533         (elint-form): Just print the function/macro name, not the whole form.
3534         Return env unchanged if we fail to parse a macro.
3535         (elint-forms): Guard against parse errors.
3536         (elint-output): New function, to handle batch mode.
3537         (elint-log-message): Add optional argument.  Use elint-output.
3538         (elint-set-mode-line): New function.
3540 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3542         * emacs-lisp/elp.el (elp-not-profilable): Add more
3543         functions (Bug#4233).
3545 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
3547         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
3548         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
3550 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
3552         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
3553         (gdb-var-list-children): Use json parsing.
3555 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
3557         * progmodes/js.el (js--proper-indentation): Handle the case where
3558         char-before is null.  Reported by Deniz Dogan.
3560 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
3562         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
3564 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
3566         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
3567         (epg-digest-algorithm-alist): Add SHA224.
3568         (epg-context-set-passphrase-callback)
3569         (epg-context-set-progress-callback): Add description about
3570         callback function.
3572 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * custom.el (custom-delayed-init-variables): New var.
3575         (custom-initialize-delay): New function.
3576         * startup.el (command-line): "Re"evaluate all vars in
3577         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
3578         explicitly any more.
3579         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
3580         to avoid creating a ~/.emacs.d at build-time (bug#4347).
3582         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
3584 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
3586         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
3587         (gdb-var-update-handler): Use json parsing.
3589 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
3591         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
3592         decode annotated text, regardless of language environment.  (Bug#2741)
3594 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3596         * Makefile.in (autoloads): Make rmail.el writable as well.
3598 2009-09-11  Glenn Morris  <rgm@gnu.org>
3600         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
3601         loaddefs.el.
3602         * dired.el: Regenerate with extracted autoloads.
3603         * Makefile.in (autoloads): Make dired.el writable.
3605         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
3606         * ibuffer.el: Regenerate with extracted autoloads.
3607         * Makefile.in (autoloads): Make ibuffer.el writable.
3609         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
3610         * version.el (emacs-copyright, emacs-major-version)
3611         (emacs-minor-version): Reformat doc-strings for make-docfile.
3613         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
3614         functions and variables, since they must be stuff specific to some other
3615         platform.
3616         (apropos-print): Make mouse-click message less specific about button.
3618         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
3619         that records where a macro was defined.
3620         * help-fns.el (describe-function-1): Mention if a function has a
3621         compiler-macro.
3622         * help-mode.el (help-function-cmacro): New button.
3624         * locate.el (top-level): Always require dired.
3625         (locate-mode-map): Initialize inside the defvar.
3627         * net/ange-ftp.el (dired-compress-file): Declare.
3628         (ange-ftp-dired-compress-file): Add doc string.
3630         * term/ns-win.el (x-display-name, x-setup-function-keys):
3631         Unify doc-strings with X versions.
3633 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3635         * emulation/crisp.el (crisp-mode-map): Move initialization
3636         into declaration.
3637         (crisp-mode): Use define-minor-mode.
3639         * progmodes/xscheme.el (xscheme-evaluation-commands):
3640         Put a :advertised-binding property rather than using
3641         advertised-xscheme-send-previous-expression.
3642         (advertised-xscheme-send-previous-expression): Declare obsolete.
3643         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
3644         `advertised-undo'.
3645         (crisp-mode): Add corresponding bindings to
3646         undo's :advertised-binding instead.
3647         * dired.el (dired-mode-map): Put a :advertised-binding property rather
3648         than using dired-advertised-find-file.
3649         (dired-advertised-find-file):
3650         * simple.el (advertised-undo):
3651         * wid-edit.el (advertised-widget-backward): Declare obsolete.
3652         (widget-keymap): Put a :advertised-binding property rather
3653         than using advertised-widget-backward.
3654         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
3655         than using advertised-undo.
3656         * tutorial.el (tutorial--default-keys): Adjust accordingly.
3658 2009-09-10  Simon South  <ssouth@slowcomputing.org>
3660         * progmodes/delphi.el (delphi-tab): Indent region when Transient
3661         Mark mode is enabled and region is active; otherwise indent or
3662         insert TAB as usual.
3663         (delphi-mode): Update description of TAB-key binding.
3665 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3667         * subr.el (define-key-rebound-commands): Mark obsolete.
3668         * startup.el (precompute-menubar-bindings): Remove.
3669         (normal-top-level): Remove obsolete code that tried to precompute
3670         menubar bindings.
3671         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
3672         define-key-rebound-commands and precompute-menubar-bindings.
3674 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
3676         * net/imap.el (imap-interactive-login): Better messages.
3677         (imap-open): Fix bug with renamed buffer on reconnect.
3678         (imap-authenticate): Add buffer-local imap-last-authenticator variable
3679         for easier debugging and cleaner code.  On successful (guessed based on
3680         server capabilities) secondary authentication, set imap-state
3681         correctly.
3682         (imap-last-authenticator): Define imap-last-authenticator as a variable
3683         to avoid warnings.
3685 2009-09-10  Glenn Morris  <rgm@gnu.org>
3687         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
3689         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
3690         (byte-compile-file-form-autoload): Don't warn about unknown functions
3691         where the autoload statement comes after the use.
3692         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
3693         that any handlers inside the body (eg require) are in turn respected.
3695         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
3696         effects.
3698         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
3699         and syntax and abbrev tables basic docs, if they don't have any.
3701         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
3703         * international/mule-cmds.el (top-level): Require cl when compiling.
3704         (view-hello-file): Use default-value rather than
3705         default-enable-multibyte-characters.
3707         * progmodes/fortran.el: Move all safe and risky properties into the
3708         defcustoms.
3710         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
3711         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
3712         * mail/undigest.el:
3713         Put autoloads in rmail.el rather than loaddefs.el.
3714         * mail/rmail.el: Regenerate with extracted autoloads.
3716         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
3717         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
3719 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
3721         Reported in thread for Bug#4375.
3722         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
3723         "-data-evaluate-expression" instead of print.
3724         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
3725         (gdb-tooltip-print): Parse output from above MI command.
3726         (gdb): Revert 2009-08-11 change.  User should detach inferior
3727         manually.
3729         Remove the word "separate" from IO functions as inferior
3730         output is now never displayed in the GUD buffer.
3732 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
3734         * startup.el (command-line-normalize-file-name): On Windows and
3735         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
3737 2009-09-10  Juri Linkov  <juri@jurta.org>
3739         * isearch.el (isearch-text-char-description): Propertize escape
3740         character sequences with the `escape-glyph' face.  (Bug#4344)
3742         * simple.el (shell-command): Set asynchronous process filter to
3743         `comint-output-filter'.  (Bug#4343)
3745         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
3746         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
3747         the list.  Move "asm" to the bottom.
3748         (grep-find-ignored-directories): Add `choice' with nil value
3749         to empty the list easily.
3750         (grep-find-ignored-files): New option.
3751         (grep-files-history): Set to nil by default instead of '("ch" "el").
3752         (grep-compute-defaults): Add "<X>" to `grep-template'.
3753         (grep-read-files): Bind new local variables `default-alias' and
3754         `default-extension'.  Use a list of default values for the file prompt.
3755         (lgrep): Add `--exclude=' command line options composed from
3756         `grep-find-ignored-files'.
3757         (rgrep): Add `-name' command line options composed from
3758         `grep-find-ignored-files'.  (Bug#4301)
3760 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3762         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
3763         (bug#4368).
3765 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3767         * calendar/time-date.el (autoload):
3768         Expand define-obsolete-function-alias into defalias and make-obsolete
3769         for old Emacsen that Gnus supports.
3770         (with-no-warnings): Define it for old Emacsen.
3771         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
3772         is available.
3773         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
3774         float-time is available; suppress compile warning for time-to-seconds.
3776 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
3778         * net/imap.el (imap-message-map): Docstring fix.
3780 2009-09-09  Glenn Morris  <rgm@gnu.org>
3782         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
3783         line numbers too.  (Bug#4374)
3785 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3787         * smerge-mode.el (smerge-remove-props, smerge-refine):
3788         Use with-silent-modifications (bug#4342).
3790         * subr.el (with-silent-modifications): New macro.
3792 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
3794         * files.el (top-level): Require `cl' when compiling.
3796 2009-09-07  Glenn Morris  <rgm@gnu.org>
3798         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
3800         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
3801         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
3803 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
3805         * vc-git.el (vc-git-annotate-command): Use separator to parse
3806         arguments correctly.
3808 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
3810         * proced.el (proced-mode): Doc fix.
3812 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
3814         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
3815         lstat fails.
3816         (tramp-do-file-attributes-with-ls): Check for file existence at
3817         remote end.
3818         (tramp-do-file-attributes-with-stat): Likewise.
3819         (tramp-convert-file-attributes): Return nil when attr is nil.
3821 2009-09-05  Glenn Morris  <rgm@gnu.org>
3823         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
3824         properties to this button.
3825         (diary-fancy-display): Don't extend the button to the final newline.
3826         (diary-fancy-display-mode): Continue to define "q" as a local key.
3828         * calendar/cal-china.el (holiday-chinese): Make it slightly more
3829         efficient.
3831         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
3833         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
3834         (byte-compile-dest-file-function): New option.
3835         (byte-compile-dest-file): Doc fix.
3836         Obey byte-compile-dest-file-function.
3837         (byte-compile-cl-file-p): New function.
3838         (byte-compile-eval): Only suppress noruntime warnings about cl functions
3839         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
3840         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
3841         than for file being previously loaded.
3842         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
3843         (byte-compile-file-form-require): Handle the case where requiring a file
3844         indirectly causes CL to be loaded.
3846 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
3848         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
3849         before killing the old buffer, since by the time `kill-buffer' is
3850         run so many buffer variables have been set to nil that it may not
3851         behave as expected.  (Bug#4061)
3853 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
3855         * files.el (find-alternate-file): If the old buffer is modified
3856         and visiting a file, behave similarly to `kill-buffer' when
3857         killing it, thus reverting to the pre-1.878 behavior; see
3858         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
3859         for discussion.  Also, consult `buffer-file-name' as a variable
3860         not as a function, for consistency with the rest of the code.
3862 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
3864         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
3865         also when adding a new directory.
3867         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
3868         defun.
3870 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * files.el (locate-file-completion-table): Make it provide boundary
3873         information, so partial-completion works better.
3875 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
3877         * mail/footnote.el (Footnote-text-under-cursor):
3878         Check footnote-text-marker-alist before using it (bug#4324).
3880 2009-09-04  Glenn Morris  <rgm@gnu.org>
3882         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
3883         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
3884         * play/solitaire.el, play/tetris.el:
3885         Remove leading * from defcustom and defface docs.
3887         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
3888         necessary.
3889         (diary-fancy-overriding-map): New variable.
3890         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
3891         Use view-mode.
3893         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
3894         goto-line.
3896 2009-09-03  Glenn Morris  <rgm@gnu.org>
3898         * arc-mode.el (archive-mode):
3899         * dos-fns.el (set-default-process-coding-system):
3900         * man.el (Man-getpage-in-background):
3901         * menu-bar.el (menu-bar-describe-menu):
3902         * server.el (server-process-filter):
3903         * startup.el (command-line):
3904         * tar-mode.el (tar-header-block-tokenize, tar-extract):
3905         * w32-fns.el (set-default-process-coding-system):
3906         * x-dnd.el (x-dnd-handle-file-name):
3907         * international/mule-cmds.el (mule-menu-keymap)
3908         (set-default-coding-systems, language-info-alist, set-language-info)
3909         (set-language-environment, standard-display-european-internal)
3910         (set-locale-environment):
3911         * international/mule-diag.el (mule-diag):
3912         * mail/emacsbug.el (report-emacs-bug):
3913         * mail/rmail.el (rmail-mode):
3914         * mail/sendmail.el (mail-setup):
3915         Use default-value rather than default-enable-multibyte-characters.
3917         * progmodes/f90.el: Move all safe properties into the defcustoms.
3918         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
3920         * calendar/appt.el (appt-check):
3921         * calendar/diary-lib.el (diary-set-header, diary-live-p)
3922         (diary-check-diary-file, diary-list-entries)
3923         (diary-include-other-diary-files, diary-simple-display)
3924         (diary-fancy-display, diary-print-entries)
3925         (diary-mark-included-diary-files, diary-make-entry):
3926         Don't call substitute-in-file-name on diary-file.
3928 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
3929             Stefan Monnier  <monnier@iro.umontreal.ca>
3931         * mail/footnote.el (footnote-prefix): Make it a defcustom.
3932         (footnote-mode-map): Move initialization into the declaration.
3933         (footnote-minor-mode-map): Define it rather than changing global-map.
3934         (footnote-mode): Use define-minor-mode.
3936 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
3938         * net/tramp.el (tramp-handle-file-attributes-with-ls)
3939         (tramp-do-file-attributes-with-perl)
3940         (tramp-do-file-attributes-with-stat): Rename from
3941         `tramp-handle-file-attributes-with-*'.
3942         (tramp-handle-file-attributes): Use them.
3943         (tramp-do-directory-files-and-attributes-with-perl)
3944         (tramp-do-directory-files-and-attributes-with-stat): Rename from
3945         `tramp-handle-directory-files-and-attributes-with-*'.
3946         (tramp-handle-directory-files-and-attributes): Use them.
3947         (tramp-method-out-of-band-p): Additional parameter SIZE.
3948         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
3949         (tramp-handle-write-region): Use it.
3950         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
3951         (tramp-handle-vc-registered): Check, whether the first run did
3952         return files to be tested.
3953         (tramp-advice-make-auto-save-file-name): Do not call directly
3954         `tramp-handle-make-auto-save-file-name', because this would bypass
3955         the locking mechanism.
3957         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
3958         (file-remote-p, process-file, start-file-process, set-file-times)
3959         (tramp-compat-file-attributes): Compatibility functions shall not
3960         call directly `tramp-handle-*', because this would bypass the
3961         locking mechanism.
3962         (tramp-compat-number-sequence): New defun.
3964 2009-09-02  Glenn Morris  <rgm@gnu.org>
3966         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
3967         alias for float-time.
3968         (time-to-number-of-days): In Emacs, use float-time.
3969         * net/newst-backend.el (time-add): Suppress warnings from compat
3970         function.
3971         * time.el (emacs-uptime, emacs-init-time):
3972         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
3973         Use float-time rather than time-to-seconds.
3975         * minibuffer.el (completion-initials-expand): Fix typo.
3977         * faces.el (modeline, modeline-inactive, modeline-highlight)
3978         (modeline-buffer-id):
3979         * info.el (info-menu-5): Mark these face aliases as obsolete.
3981 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
3983         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
3984         space ...
3985         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
3986         no "--thread" option.
3987         (gdb-stopped): Don't print "Switched to thread" message when it is
3988         unchanged.
3990 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3992         * minibuffer.el (completion-try-completion)
3993         (completion-all-completions): Remove ill-defined (and
3994         mistakenly installed and luckily never used nor documented)
3995         `completion-styles' property.
3996         (completion-initials-expand, completion-initials-all-completions)
3997         (completion-initials-try-completion): New functions.
3998         (completion-styles-alist): Add doc to each entry.
3999         Add new `initials' entry.
4001 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4003         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
4004         MI command -var-evaluate-expression.
4005         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
4006         and tweak for case of string child.
4007         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
4009 2009-09-01  Glenn Morris  <rgm@gnu.org>
4011         * add-log.el (change-log-date-face, change-log-name-face)
4012         (change-log-email-face, change-log-file-face, change-log-list-face)
4013         (change-log-conditionals-face, change-log-function-face)
4014         (change-log-acknowledgement-face):
4015         * cus-edit.el (custom-invalid-face, custom-rogue-face)
4016         (custom-modified-face, custom-set-face, custom-changed-face)
4017         (custom-saved-face, custom-button-face, custom-button-pressed-face)
4018         (custom-documentation-face, custom-state-face, custom-comment-face)
4019         (custom-comment-tag-face, custom-variable-tag-face)
4020         (custom-variable-button-face, custom-face-tag-face)
4021         (custom-group-tag-face-1, custom-group-tag-face):
4022         * diff-mode.el (diff-header-face, diff-file-header-face)
4023         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4024         (diff-added-face, diff-changed-face, diff-function-face)
4025         (diff-context-face, diff-nonexistent-face):
4026         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4027         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
4028         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4029         (Info-title-4-face):
4030         * isearch.el (isearch-lazy-highlight-face):
4031         * log-view.el (log-view-file-face, log-view-message-face):
4032         * paren.el (show-paren-match-face, show-paren-mismatch-face):
4033         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4034         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4035         (cvs-msg-face):
4036         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4037         (smerge-base-face, smerge-markers-face):
4038         * wid-edit.el (widget-documentation-face, widget-button-face)
4039         (widget-field-face, widget-single-line-field-face)
4040         (widget-inactive-face, widget-button-pressed-face):
4041         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
4042         (woman-addition-face):
4043         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
4044         (eshell-ls-executable-face, eshell-ls-readonly-face)
4045         (eshell-ls-unreadable-face, eshell-ls-special-face)
4046         (eshell-ls-missing-face, eshell-ls-archive-face)
4047         (eshell-ls-backup-face, eshell-ls-product-face)
4048         (eshell-ls-clutter-face):
4049         * eshell/em-prompt.el (eshell-prompt-face):
4050         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
4051         * obsolete/old-whitespace.el (whitespace-highlight-face):
4052         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
4053         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4054         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4055         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4056         (antlr-font-lock-literal-face):
4057         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4058         (ebrowse-root-class-face, ebrowse-file-name-face)
4059         (ebrowse-default-face, ebrowse-member-attribute-face)
4060         (ebrowse-member-class-face, ebrowse-progress-face):
4061         * progmodes/make-mode.el (makefile-space-face):
4062         * progmodes/sh-script.el (sh-heredoc-face):
4063         * textmodes/flyspell.el (flyspell-incorrect-face)
4064         (flyspell-duplicate-face):
4065         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4066         * textmodes/texinfo.el (texinfo-heading-face):
4067         Mark face aliases with "-face" suffix as obsolete.
4069         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4070         compiler.
4072         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4073         (eudc-bob-sound-menu): Use defvar rather than defconst, since
4074         easy-menu-define wants to modify these.
4076         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4078         * net/browse-url.el (browse-url-file-url):
4079         * term/internal.el (dos-codepage-setup):
4080         Use default-value rather than default-enable-multibyte-characters.
4082         * progmodes/etags.el (etags-goto-tag-location):
4083         * progmodes/flymake.el (flymake-highlight-line)
4084         (flymake-goto-file-and-line, flymake-goto-line):
4085         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4086         (gdb-goto-breakpoint):
4087         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4088         * progmodes/python.el (python-find-function)
4089         (python-pdbtrack-track-stack-file):
4090         * progmodes/verilog-mode.el (verilog-surelint-off):
4091         * term/ns-win.el (ns-open-file-select-line):
4092         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4093         Use forward-line rather than goto-line.
4095         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4096         * textmodes/reftex-index.el (reftex-display-index):
4097         * textmodes/reftex-ref.el (reftex-offer-label-menu):
4098         * textmodes/reftex-toc.el (reftex-toc):
4099         Remove unnecessary bindings of default-major-mode (all are followed by
4100         major-mode check and possible mode switch).
4102 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4104         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4105         Handle watchpoints (bug#4282).
4106         (def-gdb-thread-buffer-command): Enable thread to be selected by
4107         clicking without selecting threads buffer first.
4108         (gdb-current-context-command): Use selected frame so that "up",
4109         "down" etc work in the GUD buffer.
4110         (gdb-update): Find selected frame before rendering stack buffer.
4111         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4113 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4115         * progmodes/sym-comp.el (displayed-completions): Remove.
4116         (symbol-complete): Use minibuffer-complete.
4118 2009-08-31  Glenn Morris  <rgm@gnu.org>
4120         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4122         * apropos.el (apropos-symbols-internal):
4123         Handle (obsolete) face aliases.
4125         * faces.el (describe-face): Adjust the output format to be more like
4126         describe-variable, and to mention (obsolete) face aliases.
4127         Adjust the whitespace so that help-setup-xref works.
4129         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4130         * calendar/diary-lib.el (diary-button-face):
4131         Mark these face aliases as obsolete.
4133         * calendar/calendar.el (calendar-today): Doc fix.
4135 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4137         * progmodes/gdb-mi.el (gdb-control-all-threads)
4138         (gdb-control-current-thread): Force tool bar update.
4139         (gdb-non-stop-handler): New function.
4140         (gdb-init-1): Use it to test if non-stop mode is supported.
4141         Remove unused gdbmi buffer type.
4143 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4145         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4146         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
4148 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
4150         * comint.el (comint-exec-1): Check command is non-null first.
4151         Part of gdb-mi.el change (2009-08-28).
4153 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4155         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4157 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
4159         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4160         instead of `dolist' to avoid a recursive require when bootstrapping.
4162 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4164         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4166         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4168         * net/imap.el (imap-send-command): Simplify.
4169         (imap-wait-for-tag): point-max -> buffer-size.
4171         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4173         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4174         with constant argument.
4176         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4178         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4180         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4181         Change default, since most of our files don't have a history.
4182         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4183         the user.
4185         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4186         Add comint-run.
4188         * calc/calc.el: Improve commenting convention.
4189         (calc-digit-map, toplevel): Simplify.
4191         * comint.el (comint-insert-input): Be careful to only set point if we
4192         don't delegate to some other command.
4194         * proced.el (proced-signal-list): Make it an alist.
4195         (proced-grammar-alist): Capitalize names.
4196         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4197         Disable undo manually and make it read-only.
4198         Use completion-annotate-function.
4200         * minibuffer.el (minibuffer-message): If the current buffer is not
4201         a minibuffer, insert the message in the echo area rather than at the
4202         end of the buffer.
4203         (completion-annotate-function): New variable.
4204         (minibuffer-completion-help): Use it.
4205         (completion--embedded-envvar-table): Environment vars are
4206         always case-sensitive.
4208 2009-08-30  Glenn Morris  <rgm@gnu.org>
4210         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4211         from fortran-current-defun.
4212         (fortran-beginning-of-subprogram): Be more precise about finding the
4213         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
4214         (fortran-end-of-subprogram): Simplify.
4215         (fortran-current-defun): Use fortran-start-prog-re.
4217 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
4219         * subr.el (do-after-load-evaluation): Simplify.
4221 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4223         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4225         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
4226         (vc-rcs-print-log): Use it.
4228         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4230 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * paths.el (abbrev-file-name): Move to abbrev.el.
4233         * abbrev.el (abbrev-file-name): Move from paths.el.
4234         Obey user-emacs-directory.
4235         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4236         user-emacs-directory.
4237         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4238         abbrev-file-name and calc-settings-file any more.
4239         * startup.el (command-line): Recompute abbrev-file-name and
4240         abbreviated-home-dir.
4241         (normal-no-mouse-startup-screen): Improve the generic code and get rid
4242         of the special code for when C-h bindings haven't been changed.
4243         (display-startup-echo-area-message): Use with-current-buffer.
4244         (command-line-1): Use a list of strings, rather than a list of lists
4245         of strings for longopts.
4247         * files.el (get-free-disk-space): Use / for default-directory.
4249         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4250         Use with-current-buffer.
4252         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4253         Recognize immutable variables like most-positive-fixnum.
4254         (byte-compile-setq-default): Check and warn if trying to assign
4255         to an immutable variable, or a non-variable.
4257         * progmodes/cc-vars.el (c-comment-continuation-stars):
4258         * progmodes/cc-engine.el (c-looking-at-bos):
4259         * progmodes/cc-cmds.el (c-toggle-auto-state)
4260         (c-forward-into-nomenclature, c-backward-into-nomenclature)
4261         (c-comment-line-break-function): Add version of obsolescence.
4263 2009-08-28  Juri Linkov  <juri@jurta.org>
4265         * files.el (magic-fallback-mode-alist): Add ZIP magic number
4266         associated with `archive-mode'.
4268         * image.el (image-type-header-regexps): Use only JPEG magic number
4269         to determine JPEG images, and don't use `image-jpeg-p' because
4270         Emacs can display non-JFIF non-Exif JPEG images.
4272 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4274         * arc-mode.el (archive-mode):
4275         * emacs-lisp/re-builder.el (re-builder-unload-function):
4276         Protect against the default value of `major-mode' being nil.
4278 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4280         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4281         Fix typos in docstrings.
4283         * progmodes/js.el (js--macro-decl-re): Doc fix.
4284         (js--plain-method-re, js--split-name): Refloc docstring.
4285         (js--class-styles, js--make-merged-item, js--splice-into-items):
4286         Fix typos in docstrings; reflow docstrings.
4287         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
4288         (js--variable-decl-matcher, js--inside-pitem-p)
4289         (js--parse-state-at-point, js--get-all-known-symbols)
4290         (js--symbol-history, js-find-symbol, js--js-references)
4291         (js--moz-interactor, js--js-encode-value, js--read-tab):
4292         Fix typos in docstrings.
4294 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4296         * textmodes/reftex.el (reftex-get-file-buffer-force):
4297         * progmodes/verilog-mode.el (verilog-batch-execute-func):
4298         * emulation/viper.el (viper-go-away, viper-set-hooks):
4299         * emacs-lisp/re-builder.el (re-builder-unload-function):
4300         * emacs-lisp/bytecomp.el (byte-compile-file):
4301         * ses.el (ses-unload-function):
4302         * hexl.el (hexl-find-file):
4303         * files.el (normal-mode):
4304         * ehelp.el (with-electric-help):
4305         * autoinsert.el (auto-insert-alist):
4306         * arc-mode.el (archive-mode):
4307         Use (default-value 'major-mode) instead of default-major-mode.
4309         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
4310         * international/mule.el (load-with-code-conversion):
4311         * emacs-lisp/debug.el (debug):
4312         * ediff-vers.el (ediff-rcs-get-output-buffer):
4313         * dired.el (dired-internal-noselect): Don't let-bind
4314         default-major-mode around code that doesn't use it.
4315         E.g. buffer creation via get-buffer-create doesn't use it.
4317 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
4319         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
4320         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
4321         when writing the temp file.  Otherwise, epa-file gets confused.
4322         (tramp-register-file-name-handlers): Make it a defun.  Move also
4323         `epa-file-handler' to the front of `file-name-handler-alist'.
4325 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4327         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
4328         start right after a ^M.
4329         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
4330         (tramp-completion-file-name-regexp-separate)
4331         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
4332         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
4333         Don't modify last-coding-system-used by accident.
4334         (tramp-completion-file-name-handler): Apply the checks here,
4335         instead during registration.
4336         (tramp-register-file-name-handlers) Renamed from
4337         `tramp-register-file-name-handler'.  Register both
4338         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
4339         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
4341 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
4343         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
4344         Remove variable ...
4345         (gdb-init-1, gdb-display-separate-io-buffer)
4346         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
4347         references to it.
4348         (gdb-inferior-io-mode): Use make-comint-in-buffer.
4349         (gdb-inferior-filter): Use comint-output-filter to stop
4350         echoing and remove ^M characters.
4352 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4354         * emulation/viper-init.el (viper-restore-cursor-type):
4355         * emulation/cua-base.el (cua--update-indications):
4356         Replace default-cursor-type with (default-value 'cursor-type).
4358         * mail/sendmail.el (mail-recover-1):
4359         * international/mule-diag.el (describe-current-coding-system-briefly)
4360         (describe-current-coding-system):
4361         * international/mule-cmds.el (select-safe-coding-system)
4362         (select-message-coding-system)
4363         (set-language-environment-coding-systems, set-locale-environment):
4364         * hexl.el (hexl-insert-multibyte-char):
4365         * dos-w32.el (find-buffer-file-type-coding-system):
4366         * simple.el (what-cursor-position):
4367         Replace uses of default-buffer-file-coding-system
4368         with (default-value 'buffer-file-coding-system).
4370         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
4371         Replace uses of default-cursor-in-non-selected-windows
4372         with (default-value 'cursor-in-non-selected-windows).
4373         Use with-current-buffer.
4375         * mail/feedmail.el: Use CL macros.
4376         (feedmail-run-the-queue, feedmail-send-it-immediately):
4377         * dos-w32.el (find-buffer-file-type): Replace uses of
4378         default-buffer-file-type with (default-value 'buffer-file-type).
4380 2009-08-28  Glenn Morris  <rgm@gnu.org>
4382         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
4383         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
4384         Use default-value of major-mode rather than default-major-mode.
4386 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4388         * Makefile.in (update-elcfiles): Report left over elc files.
4390         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
4391         expand-file-name and with-current-buffer.
4392         (mail-get-names, mail-directory): Use with-current-buffer.
4394         * vc.el (vc-read-revision): New function.
4395         (vc-version-diff, vc-merge): Use it.
4397 2009-08-27  Sam Steingold  <sds@gnu.org>
4399         * simple.el (kill-do-not-save-duplicates): New user option.
4400         (kill-new): When it is non-nil, and the new string is the same as
4401         the latest kill, set replace to t to avoid duplicates in kill-ring.
4403 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
4405         * net/tramp.el (tramp-handle-process-file): Do not flush all
4406         caches when `process-file-side-effects' is set.
4407         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
4408         instead of `tramp-find-file-exists-command'.
4409         Unset `process-file-side-effects'.
4411 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
4413         * net/tramp.el (tramp-methods): New method "rsyncc".
4414         (top): Add completion function for "rsyncc".
4415         (tramp-message-show-message): New defvar.
4416         (tramp-message, tramp-error): Use it.
4417         (tramp-do-copy-or-rename-file-directly): Extend check for direct
4418         remote copying.
4419         (tramp-do-copy-or-rename-file-out-of-band): Handle new
4420         `tramp-methods' entry `copy-env' of "rsyncc".
4421         (tramp-vc-registered-read-file-names): New defconst.
4422         (tramp-vc-registered-file-names): New defvar.
4423         (tramp-handle-vc-registered): Implement optimization strategy.
4424         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
4425         (tramp-vc-file-name-handler): New defun.
4426         (tramp-get-ls-command, tramp-get-test-command)
4427         (tramp-get-file-exists-command, tramp-get-remote-ln)
4428         (tramp-get-remote-perl, tramp-get-remote-stat)
4429         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
4431         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
4432         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
4433         timestamps.
4434         (tramp-get-file-property): Check for timestamps in
4435         `tramp-cache-inhibit-cache'.
4436         (tramp-set-file-property): Write timestamp.
4438 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4440         * language/japan-util.el (japanese-symbol-table): Add entries for
4441         cp932-2-byte.
4443         * international/characters.el: Add category `j' to cp932-2-byte.
4445 2009-08-27  Kenichi Handa  <handa@m17n.org>
4447         * international/fontset.el (build-default-fontset-data): New macro.
4448         (setup-default-fontset): Use build-default-fontset-data for CJK,
4449         tibetan, ethiopic, and ipa.
4451 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4453         * cus-start.el (default-major-mode): Customize `major-mode' instead.
4454         (enable-multibyte-characters): Not customizable any more.
4456         * subr.el (default-mode-line-format, default-header-line-format)
4457         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
4458         (default-direction-reversed, default-truncate-lines)
4459         (default-left-margin, default-tab-width, default-case-fold-search)
4460         (default-left-margin-width, default-right-margin-width)
4461         (default-left-fringe-width, default-right-fringe-width)
4462         (default-fringes-outside-margins, default-scroll-bar-width)
4463         (default-vertical-scroll-bar, default-indicate-empty-lines)
4464         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
4465         (default-fringe-cursor-alist, default-scroll-up-aggressively)
4466         (default-scroll-down-aggressively, default-fill-column)
4467         (default-cursor-type, default-buffer-file-type)
4468         (default-cursor-in-non-selected-windows)
4469         (default-buffer-file-coding-system, default-major-mode)
4470         (default-enable-multibyte-characters): Mark as obsolete.
4472 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
4474         * vc-dir.el (vc-dir-update): Remove debug helper.
4476         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
4478 2009-08-26  Sam Steingold  <sds@gnu.org>
4480         * simple.el (save-interprogram-paste-before-kill): New user option.
4481         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
4482         save the interprogram-paste into kill-ring before overriding it
4483         with the Emacs kill.
4485 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4487         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
4488         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
4489         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
4490         and move to vc-rcs.el.
4491         (vc-default-next-revision): Rename to vc-rcs-next-revision and
4492         move to vc-rcs.el.
4493         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
4494         (vc-rcs-update-changelog): Remove.
4495         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
4496         and move to vc-rcs.el.
4498         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
4499         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
4500         renaming.
4501         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
4502         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
4503         vc.el, renamed to be RCS specific.
4505         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
4506         New functions.
4507         (vc-cvs-update-changelog): Move here from vc.el.
4509         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
4510         New functions.
4512 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4514         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
4516 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4518         * vc-git.el (vc-git-register): Use "git add" for directories.
4519         (vc-git-stash, vc-git-stash-show): New functions.
4520         (vc-git-extra-menu-map): Bind them.
4522         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
4523         directory correctly in case the item is a directory itself.
4525         * vc.el: Document the desired behavior for reverted files in the
4526         `added' state.
4527         (vc-default-prettify-state-info): Remove function, unused.
4529         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
4531 2009-08-26  Glenn Morris  <rgm@gnu.org>
4533         * bindings.el (standard-mode-line-format): Reposition dashes in
4534         which-func entry.  (Bug#4217)
4536         * files.el (enable-local-variables, enable-local-eval)
4537         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
4538         the defcustoms.
4539         (auto-mode-alist, ignored-local-variables)
4540         (save-some-buffers-action-alist): Move risky declarations to the
4541         definitions.
4542         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
4543         (font-lock-defaults, format-alist, imenu--index-alist)
4544         (imenu-generic-expression, input-method-alist, minor-mode-alist)
4545         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
4546         (mode-line-modified, mode-line-mule-info, mode-line-position)
4547         (mode-line-process, mode-line-remote, outline-level)
4548         (parse-time-rules, rmail-output-file-alist)
4549         (special-display-buffer-names, vc-mode):
4550         Move risky declarations to the relevant files.
4551         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
4552         (mode-line-modified, mode-line-process, mode-line-position)
4553         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
4554         * font-core.el (font-lock-defaults):
4555         * format.el (format-alist):
4556         * vc-hooks.el (vc-mode):
4557         * window.el (special-display-buffer-names):
4558         * international/mule-cmds.el (input-method-alist):
4559         Define riskiness here (dumped file) rather than in files.el.
4560         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
4561         * imenu.el (imenu-generic-expression, imenu--index-alist):
4562         * outline.el (outline-level):
4563         * time.el (display-time-string):
4564         * calendar/parse-time.el (parse-time-rules):
4565         * mail/rmailout.el (rmail-output-file-alist):
4566         Autoload riskiness here, rather than placing in files.el.
4568 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
4570         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
4572 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
4574         * simple.el (process-file-side-effects): New defvar.
4576         * dired-aux.el (dired-show-file-type):
4577         * vc.el (vc-diff-internal):
4578         * vc-arch.el (vc-arch-diff):
4579         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
4580         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
4581         * vc-git.el (vc-git-registered, vc-git-working-revision)
4582         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
4583         (vc-git--empty-db-p):
4584         * vc-hooks.el (vc-user-login-name):
4585         * vc-svn.el (vc-svn-registered, vc-svn-state)
4586         (vc-svn-dir-extra-headers, vc-svn-find-revision):
4587         * progmodes/grep.el (grep-probe): Let-bind
4588         `process-file-side-effects' with nil.
4590         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
4592         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
4593         daemon.  Replace ping by checking for running service for bluez
4594         and zeroconf.  (Bug#4239)
4596 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4598         * net/dig.el (dig): Add autoload cookie.
4600 2009-08-25  Glenn Morris  <rgm@gnu.org>
4602         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
4603         load-history for absolute file-names.
4604         (byte-compile-file-form-require): Warn about use of the cl package.
4606         * format.el (format-alist): Doc fix.
4608         * play/bubbles.el (top-level): Don't require cl at run-time.
4610         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
4611         run-time cl).
4613 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
4615         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
4616         from cl package.
4617         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
4619 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
4621         * calc/calc-alg.el (math-trig-rewrite)
4622         (math-hyperbolic-trig-rewrite): New functions.
4623         (calc-simplify): Simplify trig functions when asked.
4625 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4627         * diff-mode.el (diff-find-source-location): Avoid goto-line.
4629 2009-08-24  Kenichi Handa  <handa@m17n.org>
4631         * language/ind-util.el (mapthread): Delete it.
4632         (combinatorial): New function.
4633         (indian--puthash-cv): Use combinatorial instead of mapthread.
4635 2009-08-22  Kevin Ryde  <user42@zip.com.au>
4637         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
4638         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
4639         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
4640         Clarify docstring that the value is strings not symbols.
4641         (checkdoc-list-of-strings-p): New function.
4643 2009-08-22  Glenn Morris  <rgm@gnu.org>
4645         * files.el (auto-mode-alist):
4646         * hippie-exp.el (he-concat-directory-file-name):
4647         * lpr.el (lpr-windows-system, printer-name):
4648         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
4649         * ps-print.el (ps-windows-system):
4650         * startup.el (command-line):
4651         * emulation/viper-ex.el (viper-glob-function):
4652         * international/mule-cmds.el (set-language-environment-coding-systems):
4653         * net/ange-ftp.el (ange-ftp-write-region):
4654         * obsolete/fast-lock.el (fast-lock-cache-name):
4655         Remove code for defunct system-types emx, macos, mswindows, next-mach,
4656         unisoft-unix, vax-vms, win32, w32.
4658         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
4659         given name if the pattern is not more specific.
4661         * calendar/lunar.el (lunar-phase-names): New option.
4662         (lunar-phase): Doc fix.
4663         (lunar-cycles-per-year): New constant.
4664         (lunar-index): New function.
4665         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
4666         (lunar-phase-name): Use lunar-phase-names.
4667         (calendar-lunar-phases): Use format.
4668         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
4670         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
4671         Copy imenu-example--name-and-position function here for own use.
4672         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
4674         * bs.el (bs--redisplay):
4675         * cus-edit.el (custom-redraw):
4676         * ibuffer.el (ibuffer-bury-buffer):
4677         * server.el (server-goto-line-column):
4678         * startup.el (command-line-1):
4679         * strokes.el (strokes-xpm-for-stroke):
4680         * term.el (term-display-buffer-line):
4681         * view.el (View-goto-line):
4682         * calc/calc.el (calc-do, calc-trail-buffer):
4683         * play/gamegrid.el (gamegrid-add-score-insecure):
4684         * progmodes/ada-mode.el (ada-compile-goto-error):
4685         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
4686         (ebrowse-select-1st-to-9nth):
4687         * progmodes/cperl-mode.el (cperl-time-fontification):
4688         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
4689         * progmodes/gud.el (gud-display-line):
4690         (idlwave-shell-display-line):
4691         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
4692         * progmodes/make-mode.el (makefile-browser-toggle):
4693         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
4694         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
4695         * textmodes/picture.el (picture-draw-rectangle):
4696         * textmodes/reftex-index.el (reftex-index-goto-letter):
4697         (reftex-select-jump-to-previous):
4698         * textmodes/reftex-sel.el (reftex-find-start-point)
4699         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
4700         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
4701         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
4702         * textmodes/tex-mode.el (tex-compilation-parse-errors):
4703         * textmodes/two-column.el (2C-associated-buffer):
4704         Use forward-line rather than goto-line.
4706         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
4707         goto-line.
4709         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
4710         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
4711         (quick-check-list-to-regexp): Declare.
4713         * progmodes/make-mode.el (makefile-browser-insert-selection):
4714         Use goto-char rather than goto-line.
4716         * progmodes/prolog.el (compilation-error-regexp-alist)
4717         (compilation-forget-errors): Declare.
4719 2009-08-22  Juri Linkov  <juri@jurta.org>
4721         * progmodes/grep.el (lgrep, rgrep): At the beginning
4722         set `dir' to `default-directory' unless `dir' is a non-nil
4723         readable directory.  (Bug#4052)
4724         (lgrep, rgrep): Change a weird way to report an error
4725         from using `read-string' to using `error'.
4726         Instead of using interactive arguments in the function body,
4727         add new argument `confirm'.
4729 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4731         * textmodes/remember.el (remember-buffer):
4732         * progmodes/cperl-mode.el (cperl-vc-header-alist):
4733         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
4734         (icalendar-extract-ical-from-buffer):
4735         * net/newst-treeview.el (newsticker-groups-filename):
4736         * net/newst-backend.el (newsticker-cache-filename):
4737         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
4738         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
4739         (speedbar-add-ignored-path-regexp, speedbar-line-path)
4740         (speedbar-buffers-line-path, speedbar-path-line)
4741         (speedbar-buffers-line-path):
4742         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
4743         (epg-sign-keys):
4744         * epa.el (epa-display-verify-result):
4745         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
4747 2009-08-21  Glenn Morris  <rgm@gnu.org>
4749         * progmodes/js.el (inferior-moz-process): Fix declaration.
4751         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
4753         * obsolete/rnewspost.el (news-mail-reply):
4754         Use goto-char rather than goto-line.
4756         * term/ns-win.el (ns-open-file-select-line):
4757         Use line-beginning-position rather than goto-line.
4759         * apropos.el (apropos-command):
4760         * ehelp.el (electric-helpify):
4761         * printing.el (pr-show-setup):
4762         * strokes.el (strokes-help):
4763         * tutorial.el (tutorial--describe-nonstandard-key)
4764         (tutorial--detailed-help):
4765         * woman.el (woman-mini-help, woman-display-extended-fonts):
4766         * calc/calc-help.el (calc-describe-key):
4767         * emulation/edt.el (edt-electric-helpify):
4768         * international/mule-diag.el (mule-diag):
4769         * play/yow.el (apropos-zippy):
4770         * progmodes/python.el (python-describe-symbol):
4771         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
4772         * textmodes/table.el (*table--cell-describe-mode)
4773         (*table--cell-describe-bindings):
4774         Use help-print-return-message rather than the now obsolete alias.
4776         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
4777         (calendar-cursor-to-visible-date):
4778         * play/5x5.el (5x5-position-cursor):
4779         * play/decipher.el (decipher):
4780         * play/gomoku.el (gomoku-goto-xy):
4781         * play/landmark.el (lm-goto-xy):
4782         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
4783         (mpuz-paint-digit):
4784         Use forward-line, not goto-line.
4786         * mail/rmail.el (rmail-obsolete): Delete custom group.
4787         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
4788         (rmail-remote-password, rmail-remote-password-required):
4789         Remove unneeded :set-after and :set properties.
4791 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
4793         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
4795 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
4797         * loadup.el: Remove leftover macos code.
4799         * vc-git.el (vc-git-annotate-command): Run asynchronously.
4800         Explicitly pass the date format to git blame so that user local
4801         so that the output format can be parsed.
4803 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
4805         * net/dbus.el (top): Don't check for (getenv
4806         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
4808 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
4810         * log-edit.el (log-edit-strip-single-file-name): New var.
4811         (log-edit-insert-changelog): Use it.  Bug#3571
4813 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4815         * subr.el (read-passwd): Use read-key so keypad keys work as well.
4816         Bug#3287
4818         * help.el (help-print-return-message): Rename from
4819         print-help-return-message.
4821         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
4822         cvs-mode-map parent hack.
4823         (log-view-mode): Derive from special-mode.
4825         * linum.el (linum-mode): window-size-change-functions is redundant.
4826         Adapt to new window-configuration-change-hook behavior.
4827         (linum-after-size, linum-after-config): Remove.
4829         * imenu.el (imenu-example--name-and-position)
4830         (imenu-example--lisp-extract-index-name)
4831         (imenu-example--create-lisp-index, imenu-example--create-c-index):
4832         Mark as obsolete.
4834         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
4835         (inferior-prolog-mode): Use it.
4836         (inferior-prolog-load-file): Reset list of errors.
4838 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4840         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
4842         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
4844 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
4846         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
4847         is running already.
4849 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4851         * subr.el (listify-key-sequence-1): Use normal syntax since those
4852         integers are nowadays always represented by the same (positive) number
4853         on all platforms.
4854         (read-key-empty-map): New const.
4855         (read-key-delay): New var.
4856         (read-key): New function.
4857         (force-mode-line-update): Use with-current-buffer.
4858         (locate-user-emacs-file): Don't forget to abbreviate the file name.
4859         (start-process-shell-command, start-file-process-shell-command):
4860         Discourage the use of command-args.
4862 2009-08-19  Glenn Morris  <rgm@gnu.org>
4864         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
4866 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * simple.el (choose-completion-string): Don't rely on
4869         minibuffer-completing-file-name and ad-hoc checks to decide whether
4870         to continue completion or not.
4872         * minibuffer.el (minibuffer-hide-completions): New function.
4873         (completion--do-completion): Use it.
4874         (completions-annotations): New face.
4875         (completion--insert-strings): Use it.
4876         (completion-pcm--delim-wild-regex): Add docstring.
4877         (completion-pcm--string->pattern): Add support for 0-width delimiters
4878         in completion-pcm--delim-wild-regex.
4880 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4882         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
4883         Remove unused var `buffer-modified-p'.
4885         * minibuffer.el (completion--do-completion): Move point for the #b001
4886         case as well (bug#4176).
4887         (minibuffer-complete, minibuffer-complete-word): Don't move point.
4889 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
4891         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
4892         and :session buses.
4894 2009-08-18  Kenichi Handa  <handa@m17n.org>
4896         * international/ucs-normalize.el (ucs-normalize-version):
4897         Change to 1.1.
4898         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
4899         (utf-8-hfs): Make it perform normalization on encoding too.
4901         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
4902         (sentence-end-without-space): Delete duplicated chars.
4903         (sentence-end-base): Likewise.
4905         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
4906         (html-mode): Delete duplicated chars from sentence-end-base.
4908         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
4909         (texinfo-mode): Delete duplicated chars from sentence-end-base.
4911 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
4913         * files.el (hack-one-local-variable): If the mode function is for
4914         a minor mode, pass it an argument (Bug#4148).
4916 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
4918         * net/tramp.el (tramp-register-completion-file-name-handler):
4919         Check also for (member 'partial-completion completion-styles).
4921 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4923         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
4924         abbrev (Bug#3943).
4926 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
4928         * progmodes/cperl-mode.el: Merge upstream 6.2.
4929         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
4930         (cperl-forward-re): Check cperl-brace-recursing.
4931         (cperl-highlight-charclass): New function.
4932         (cperl-find-pods-heres): Use it.
4933         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
4934         (cperl-beautify-regexp-piece): Fix column calculation.
4935         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
4936         (cperl-beautify-level): Don't process entire regexp.
4937         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
4938         calling man.
4939         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
4940         (cperl-init-faces): Build a list in the normal way.
4942 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4944         * calendar/parse-time.el (parse-time-string-chars): Save match
4945         data.
4947 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4949         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
4950         (sql-product): Use it.
4951         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
4952         (sql-set-product): Add completion.
4953         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
4954         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
4955         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
4956         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
4957         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
4958         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
4959         (sql-highlight-db2-keywords): Remove.
4960         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4961         (sql-highlight-product): Use derived-mode-p.
4962         (sql-set-sqli-buffer): Use with-current-buffer.
4963         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
4964         Simplify.
4966         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
4968         * term.el: Fix commenting convention, turn comments into docstrings.
4970 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4972         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
4974 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4976         * calendar/parse-time.el (parse-time-string-chars): Compute using
4977         character classes, to handle non-ascii characters (Bug#3190).
4979 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4981         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
4982         another heredoc if the user adds another < (Bug#3226).
4984         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4985         Don't initialize based on window-system (Bug#4124).
4987         * facemenu.el (facemenu-read-color): Use a completion function
4988         that accepts any defined color, such as RGB triplets (Bug#3677).
4990         * files.el (get-free-disk-space): Change fallback default
4991         directory to /.  Expand DIR argument before switching to fallback.
4992         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
4994 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4996         * files.el (load-library): Doc fix.
4998 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5000         * viper-cmd.el (viper-insert-isearch-string): New function.
5001         (viper-if-string): Redefine C-s in the minibuffer to insert the last
5002         incremental search string.
5004         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
5005         XEmacs.
5007         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
5008         (ediff-merge-region-is-non-clash)
5009         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
5010         Also check if the job is really a merge job.
5012         * ediff.el (ediff-current-file): New function.
5014 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5016         * progmodes/js.el: Edit docstrings throughout to follow Emacs
5017         conventions.
5018         (js-insert-and-indent): Delete function.
5019         (js-mode-map): Don't bind keys to js-insert-and-indent.
5020         (js-beginning-of-defun): Rename from js--beginning-of-defun.
5021         (js-end-of-defun): Rename from js--end-of-defun.
5022         (js-auto-indent-flag): Delete variable.
5024 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
5026         * progmodes/js.el: Remove proclaim statement.
5027         Defvar which-func-imenu-joiner-function to silence compiler.
5029         * files.el (auto-mode-alist): Use js-mode for .js files.
5031         * progmodes/js2-mode.el: Remove file.
5033         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
5035         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
5037         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
5039 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
5040             Karl Landstrom  <karl.landstrom@brgeight.se>
5042         * progmodes/js.el: New file.
5044 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
5046         * timezone.el (timezone-parse-date): Add ability to understand ISO
5047         basic format (minimal separators) dates in addition to the
5048         already-supported extended format dates.
5050 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
5052         * international/ucs-normalize.el: Add a `coding' file variable.
5054         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5056 2009-08-14  Sam Steingold  <sds@gnu.org>
5058         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5060 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5062         * faces.el (help-argument-name): Define it here instead of
5063         help-fns.el, because in daemon mode help-fns.el may be loaded when
5064         faces are still uninitialized (Bug#1078).
5066         * help-fns.el (help-argument-name): Move defface to faces.el.
5068 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
5070         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5071         create buffer with a pty but no process so that GDB can make the
5072         inferior the controlling process.
5074 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
5076         * international/ucs-normalize.el: New file.
5078 2009-08-13  Richard Stallman  <rms@gnu.org>
5080         * mail/rmail.el (rmail-get-attr-names):
5081         Accept an attribute header that is too short.
5083         * mail/rmail.el (rmail-forget-messages):
5084         Ignore nil elt in rmail-message-vector.  Use dotimes.
5086         * progmodes/compile.el (compilation-goto-locus):
5087         Use next-error-move-function.
5089         * simple.el (next-error-move-function): New variable.
5091 2009-08-12  Juri Linkov  <juri@jurta.org>
5093         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5094         always non-nil.  (Bug#4052)
5096         * replace.el (read-regexp): Return empty string when
5097         `default-value' is nil.
5098         (keep-lines-read-args): Don't use empty string as the
5099         default value for `read-regexp'.  (Bug#2495)
5101 2009-08-12  Juri Linkov  <juri@jurta.org>
5103         * international/mule-cmds.el (ucs-insert): Change arguments
5104         from `arg' to `character', `count', `inherit' to be the same
5105         as in `insert-char'.  Doc fix.  (Bug#4039)
5107         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5109 2009-08-12  Juri Linkov  <juri@jurta.org>
5111         * files-x.el: New file.
5113         * files.el: Move code that deals with adding/deleting
5114         file/directory-local variables to files-x.el.
5116         * Makefile.in (ELCFILES): Add files-x.elc.
5118 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
5120         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5121         to use `goto-line'.
5122         (gdb-place-breakpoints, gdb-get-location): Rewritten without
5123         `goto-line'.
5124         (gdb-invalidate-disassembly): Do not refresh upon receiving
5125         'update signal.  Instead, update all disassembly buffers only after
5126         threads list.
5127         (gdb): Send -target-detach when buffer is killed (Bug#3794).
5128         (gdb-starting): Moved -data-list-register-names...
5129         (gdb-stopped): ...here so it's sent when first thread stops.
5130         (gdb-registers-handler-custom): Do nothing if register names are
5131         unknown yet.
5133         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5134         from `gdb-mi.el' to avoid extra tangling.
5136         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5137         change which breaks `gud-def' definitions used in `gdb'.
5138         (gdb-update-gud-running): No extra fuss for updating frame number.
5140 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5142         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5143         (describe-language-environment-map, setup-language-environment-map)
5144         (set-coding-system-map): Move initialization into declaration.
5145         (set-language-info-alist): Last arg to define-key-after can be skipped.
5147         * international/quail.el (quail-completion-1): Simplify.
5148         (quail-define-rules): Use slightly more compact code.
5149         (quail-insert-decode-map): Propertize keys, compact columns.
5151         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5152         Add goto-line.
5154 2009-08-10  Miles Bader  <miles@gnu.org>
5156         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5157         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5158         (js2-instance-member, js2-private-member, js2-private-function-call)
5159         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5160         (js2-magic-paren, js2-external-variable):
5161         Remove "-face" suffix from face names.
5162         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5163         (js2-highlight-undeclared-vars, js2-peek-token)
5164         (js2-parse-function-params, js2-mode-show-errors)
5165         (js2-mode-show-warnings, js2-make-magic-delimiter)
5166         (js2-mode-highlight-magic-parens): Update to use new face names.
5168 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
5170         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5171         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
5173 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
5175         * subr.el: Provide hashtable-print-readable.
5177         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5178         hs-c-like-adjust-block-beginning.
5179         (hs-hide-block-at-point): Stop hiding at the beginning of
5180         hs-block-end-regexp (Bug#700).
5182 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
5184         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5185         a macro.
5186         (gdb-registers-handler-custom): Do not fail when register names
5187         are unavailable.
5189 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5191         * progmodes/gdb-mi.el (gdb-control-all-threads)
5192         (gdb-control-current-thread): Interactive setters for
5193         `gdb-gud-control-all-threads' to use in menu.
5194         (gdb-show-run-p): Show «Go» when process is not active.
5195         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
5196         gud/thread.xpm and gud/all.xpm.
5198 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
5200         * net/net-utils.el (net-utils-font-lock-keywords): New var.
5201         (nslookup-font-lock-keywords): Make it a variable.
5202         (net-utils-mode): New mode for viewing diagnostic network output.
5203         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5204         (net-utils-run-simple): New function.
5205         (ifconfig, iwconfig, netstat, arp, route): Use it.
5207 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5209         * progmodes/gdb-mi.el (gdb-read-memory-custom)
5210         (gdb-memory-set-address, def-gdb-set-positive-number)
5211         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5212         after changing settings.
5213         (gdb-invalidate-disassembly): Update when first shown.
5214         (gdb-edit-locals-value): Fixed.
5215         (gdb-registers-handler-custom): Print registers in right order and
5216         allow changing register values (only for current thread yet).
5217         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5218         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5219         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5220         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5221         info in mode name.
5222         (gdb-registers-mode-map): TAB to switch to locals.
5224 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
5226         * mail/rmail.el (rmail-add-mbox-headers)
5227         (rmail-set-message-counters-counter): Search for
5228         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
5230 2009-08-08  Glenn Morris  <rgm@gnu.org>
5232         * Makefile.in (ELCFILES): Update.
5234 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5236         * mail/sendmail.el (mail-yank-original): Set
5237         buffer-file-coding-system from the one used by the message whose
5238         text is yanked.
5240         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5241         to "windows" when "pgnuplot" is used.
5242         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5243         call accept-process-output if "pgnuplot" is used.
5244         (calc-graph-init): Don't send -display and -geometry to
5245         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
5246         running "pgnuplot -V" with shell-command-to-string.
5248         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5249         the default.
5251 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5253         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5254         org/org-latex.elc.
5256 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5258         * vc-dispatcher.el (vc-resynch-window): Update comment.
5260         * term.el (term-handle-ansi-escape): Add comments with the
5261         terminfo capabilities implemented.
5263 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
5265         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5266         (gdb-var-create-handler): Rewritten using JSON parser.
5267         (gdb-propertize-header): Moved earlier.
5268         (gdb-set-header): Removed to avoid duplication.
5269         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5270         Refresh disassembly buffers only after threads list have been
5271         update.
5272         (gdb-threads-header, gdb-registers-header): Per-buffer header line
5273         variables.
5275 2009-08-04  Juri Linkov  <juri@jurta.org>
5277         * files.el: Commands to add/delete file/directory-local variables.
5278         (read-file-local-variable, read-file-local-variable-value)
5279         (read-file-local-variable-mode, modify-file-local-variable)
5280         (modify-file-local-variable-prop-line)
5281         (modify-dir-local-variable): New functions.
5282         (add-file-local-variable, delete-file-local-variable)
5283         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5284         (add-dir-local-variable, delete-dir-local-variable)
5285         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5286         (copy-dir-locals-to-file-locals-prop-line): New commands.
5288 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
5290         * abbrev.el (insert-abbrev-table-description): Prettify output.
5291         Suggested by Karl Chen.
5293 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
5295         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
5296         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
5297         (gdb-overlay-arrow-position, gdb-thread-position)
5298         (gdb-disassembly-position): Declare variables.
5299         (gdb-wait-for-pending): Function now.
5300         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
5301         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
5302         compilation goes smoothly.
5303         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
5304         (gdb-non-stop-setting): New customization setting which replaces
5305         `gdb-non-stop' so changing it doesn't break active GDB session.
5306         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
5307         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
5308         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
5309         (gdb-show-threads-by-default): New customization options.
5310         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
5311         routines.
5312         (gdb-get-buffer-create): Send buffers update signal when they are
5313         created.
5314         (gdb-invalidate-locals, gdb-invalidate-registers)
5315         (gdb-invalidate-breakpoints)
5316         (gdb-invalidate-threads, gdb-invalidate-disassembly)
5317         (gdb-invalidate-memory): Accept update signal.
5318         (gdb-current-context-command): Use --frame option.
5319         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
5320         Implement `gdb-frame-number' selection logic.
5321         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
5322         whether to show GUD toolbar buttons.
5323         (gdb-thread-exited): Unselect current thread when it exits.
5324         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
5325         (gdb-mark-line): Routine which sets overlay arrow or inverses
5326         video on fringeless displays.
5327         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
5328         to build aligned columns of data in GDB buffers and set text
5329         properties line-by-line.
5330         (gdb-invalidate-breakpoints)
5331         (gdb-breakpoints-list-handler-custom)
5332         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
5333         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
5334         (gdb-registers-handler-custom): Align data columns.
5335         (gdb-locals-handler-custom): Now prints data like in variable
5336         declarations.
5337         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
5338         Removed confusing buttons.
5339         (gdb-invalidate-threads): Append --frame.
5340         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
5341         between breakpoints/threads buffers.
5342         (gdb-set-window-buffer): Now can ignore dedicated windows.
5343         (gdb-propertize-header): Use `gdb-set-window-buffer'.
5344         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
5345         (def-gdb-thread-buffer-gud-command): Replaces
5346         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
5347         for fine thread control.
5348         (gdb-preempt-existing-or-display-buffer): New function used to
5349         display bound buffers without breaking window layout.
5350         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
5351         (gdb-select-frame): New version of `gdb-frames-select' which now
5352         sets `gdb-frame-number' so commands may use --frame option instead
5353         of inner debugger state.
5354         (gdb-frame-handler): Do not set `gdb-frame-number'.
5355         (gdb-threads-mode-map): Select threads with mouse.
5357         * progmodes/gud.el (gdb-gud-context-call): Declare function to
5358         avoid compilation warning.
5359         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
5360         `gdb-show-stop-p`.
5362         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
5363         Argument `key' renamed to `buffer-type'.
5364         (gdb-current-context-buffer-name): Do not add thread info to
5365         buffer name when no thread is selected.
5366         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
5367         command (bug 3794).
5368         (gdb-thread-selected): Handle `=thread-selected' notification.
5369         (gdb-wait-for-pending): New macro to deal with congestion problems.
5370         (gdb-breakpoints-list-handler-custom): Don't fail on pending
5371         breakpoints.
5372         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
5373         This fixes problem similar to one described in bug 3947.
5374         (gud-menu-map): More menu items.
5375         (gdb-init-1): Reset `gdb-thread-number' to nil.
5377         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
5378         non-stop settings.
5380         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
5381         (gdb-current-context-command): Do not append --thread if
5382         `gdb-thread-number' is nil.
5383         (gdb-running-threads-count, gdb-stopped-threads-count): New
5384         variables.
5385         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
5386         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
5387         customization options.
5388         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
5389         GUD commands.
5390         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
5391         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
5392         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
5393         set `gdb-thread-number' and update `gud-running' properly.
5394         (gdb-running): Update threads list when new threads appear.
5395         (gdb-stopped): Support non-stop operation and new thread switching
5396         logic.
5397         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
5398         (gdb-json-partial-output): New set of JSON routines.
5399         (def-gdb-auto-update-trigger): New `signal-list' optional
5400         argument.
5401         (gdb-thread-list-handler-custom): Update `gud-running',
5402         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
5403         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
5404         (gdb-continue-thread, gdb-step-thread): New commands for fine
5405         thread execution control.
5406         (gud-menu-map): New menu items to switch non-stop options.
5407         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
5408         (gdb-send): Mimic RET properly (bug 3794).
5410         * progmodes/gdb-mi.el (gdb-rules-name-maker)
5411         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
5412         gdb-buffer-rules.
5413         (def-gdb-auto-update-handler): New nopreserve optional argument.
5414         (gdb-stack-list-frames-custom): Print stack from top to bottom.
5416         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
5417         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
5418         (gdb-parent-mode): New mode to derive other GDB modes from.
5419         (gdb-display-disassembly-for-thread)
5420         (gdb-frame-disassembly-for-thread): New commands for threads
5421         buffer.
5423         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
5424         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
5425         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
5426         (gdb-update): We now store all GDB buffers in a list so that they
5427         can be updated by traversing a list instead of calling invalidate
5428         triggers explicitly.
5429         (def-gdb-trigger-and-handler): New macro to define trigger-handler
5430         pair for GDB buffer.
5431         (gdb-stack-buffer-name): Add thread information.
5432         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
5433         handle pending triggers.
5434         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
5435         (def-gdb-thread-buffer-simple-command)
5436         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
5437         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
5438         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
5439         New commands which show buffers bound to thread.
5440         (gdb-stack-list-locals-regexp): Removed unused regexp.
5442         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
5443         (gdb-locals-buffer-name, gdb-registers-buffer-name)
5444         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
5445         to (gud-comint-buffer) in *-buffer-name functions
5446         because (gdb-get-target-string) already does that.
5447         (gdb-locals-handler-custom, gdb-registers-handler-custom)
5448         (gdb-changed-registers-handler): Rewritten without regexps.
5450         * progmodes/gdb-mi.el: Basic thread selection support.
5451         (gdb-thread-number): New variable.
5452         (gdb-current-context-command): New macro which adds --thread
5453         option to command.
5454         (gdb-threads-mode-map): Select thread with SPC.
5455         (gdb-thread-list-handler-custom): Mark current thread with overlay
5456         arrow.  Synchronize GDB thread and Emacs thread.
5457         (gdb-select-thread): New command which selects current thread.
5458         (gdb-invalidate-frames, gdb-invalidate-locals)
5459         (gdb-invalidate-registers): Use --thread option.
5461 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
5463         * net/tramp.el (top): Make check for tramp-gvfs loading more
5464         robust.  (Bug#3977)
5465         (tramp-handle-insert-file-contents): `unwind-protect' must be
5466         inside `with-parsed-tramp-file-name'.
5468         * net/tramp-gvfs.el (top): Remove superfluous message when loading
5469         fails.
5471 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
5473         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
5474         directory if CLASSPATH is not set.
5476 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
5478         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
5479         New defconst.
5480         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
5482 2009-08-02  Kevin Ryde  <user42@zip.com.au>
5484         * net/newst-backend.el (newsticker--raw-url-list-defaults):
5485         Update freshmeat link.  Delete newsforge.com as it seems gone.
5487 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
5489         * select.el (x-set-selection): Doc fix (Bug#4021).
5491         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
5493         * help-fns.el (describe-variable): Treat list return values from
5494         dir-locals-find-file properly (Bug#4005).
5496 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
5498         * net/tramp.el (tramp-debug-message): Print also microseconds.
5500 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
5502         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
5503         or END is non-nil.
5504         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
5505         (tramp-get-debug-buffer): Change `outline-regexp' according to new
5506         format.
5508         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
5509         (tramp-get-file-property): Use it.
5511         * autorevert.el (auto-revert-handler): Allow
5512         `auto-revert-tail-mode' for remote files.
5514 2009-08-02  Jason Rumney  <jasonr@gnu.org>
5516         * minibuffer.el (read-file-name): Treat confirm options to
5517         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
5519 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
5521         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
5522         (font-lock-variable-name-face, font-lock-constant-face): Darken
5523         the colors for light backgrounds.
5525 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
5527         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
5528         month names.  (Bug#3987)
5530 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
5532         * simple.el (line-move-finish): Pass whole number to
5533         line-move-to-column.
5534         (line-move-visual): Perform hscroll to the recorded position.
5536 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
5538         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
5540 2009-07-29  Alan Mackenzie  <acm@muc.de>
5542         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
5544 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
5546         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
5547         (gdb-place-breakpoints): Use full path when setting breakpoints.
5549 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
5551         * calc/calc.el (calc-mode-map): Add keybinding for
5552         `calc-transpose-lines'.
5554 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
5556         * calc/calc-misc.el (calc-transpose-lines): New function.
5558 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
5560         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
5561         Simplify check for out-of-band methods.
5562         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
5563         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
5565 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
5567         * vc-git.el (vc-git-checkin): Fix typo.
5569 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
5571         * progmodes/js2-mode.el: New file.
5573 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
5575         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
5576         (gud-menu-map): Adjust tooltip accordingly.
5578 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
5580         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
5581         (vc-bzr-log-view-mode): Adjust log-view-file-re.
5583         * add-log.el (change-log-mode-map): Add a menu.
5585 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
5587         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
5588         function returns nil.
5589         (dbus-handle-event): Handle special return value :ignore.
5590         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
5592 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
5594         * view.el (view-mode-enable): Don't define Helper-return-blurb if
5595         it's not needed.
5597 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
5599         Fix Bug#3888:
5601         * w32-vars.el (x-select-enable-clipboard): Doc fix.
5603         * term/pc-win.el (x-display-name, x-colors)
5604         (x-select-enable-clipboard, x-select-text): Doc fix.
5606         * term/common-win.el (x-display-name, x-colors): Doc fix.
5608         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
5609         (xw-defined-colors): Doc fix.
5611         * w32-fns.el (x-select-text, x-setup-function-keys)
5612         (x-get-selection, x-set-selection): Doc fix.
5614         * term/x-win.el (x-select-text, x-setup-function-keys)
5615         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
5617         * select.el (x-set-selection): Doc fix.
5619 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
5621         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
5622         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
5623         "IsNSSSupportAvailable" method is not available.  Reported by
5624         Steve Youngs <steve@sxemacs.org>.
5626 2009-07-24  Kenichi Handa  <handa@m17n.org>
5628         * international/characters.el: Fix setting of category ?C, ?|, ?K,
5629         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
5630         (build-unicode-category-table): Fix range checks.
5632 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
5634         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
5635         the buffer we try to sync is current when calling
5636         vc-resynch-buffer.
5638         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
5639         not show up to date files.
5641 2009-07-24  Glenn Morris  <rgm@gnu.org>
5643         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
5644         Add autoload cookies.  If necessary, initialize.
5645         (elint-log): Handle non-file buffers.
5646         (elint-initialize): Add optional argument to reinitialize.
5647         (elint-find-builtin-variables): Save excursion.
5649 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
5651         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5652         for Lint.
5654 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
5656         * vc.el (vc-print-log-internal): New function, split out from ...
5657         (vc-print-log): ... here.
5658         (vc-dir-move-to-goal-column): Declare.
5660         * vc-git.el (vc-git-add-signoff): New variable.
5661         (vc-git-checkin): Use it.
5662         (vc-git-toggle-signoff): New function.
5663         (vc-git-extra-menu-map): Bind it to menu.
5664         (vc-git--run-command-string): Accept a nil FILE argument.
5665         (vc-git-stash-list): New function.
5666         (vc-git-dir-extra-headers): Use it.
5668 2009-07-23  Glenn Morris  <rgm@gnu.org>
5670         * help-fns.el (describe-variable): Describe ignored and risky local
5671         variables in a similar way to that in which we describe safe ones.
5673         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
5674         (byte-compile-output-file-form, byte-compile-output-docform)
5675         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
5676         Give some more local variables with common names a "bytecomp-" prefix,
5677         so as not to shadow things during compilation.
5678         * emacs-lisp/cl-macs.el (load-time-value)
5679         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
5680         `outbuffer' to `bytecomp-outbuffer'.
5682         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
5683         since the next two variables cover them automatically now.
5684         (elint-builtin-variables, elint-autoloaded-variables): New.
5685         (elint-unknown-builtin-args): Remove all members, since they can be
5686         parsed automatically now.
5687         (elint-extra-errors): New.
5688         (elint-env-add-env, elint-env-add-macro): Use cadr.
5689         (elint-current-buffer): Use or.  Change final message.
5690         (elint-get-top-forms): Use line-end-position.
5691         (elint-init-env): Use cadr.  Handle autoload, declare-function,
5692         and defalias.
5693         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
5694         (regexp-assoc): Remove unused function.
5695         (elint-top-form): Set elint-current-pos, to record the start of the
5696         top-level form, for compilation-mode.
5697         (elint-form): Trap errors in macro expansion.  Use dolist.
5698         (elint-unbound-variable): Use elint-builtin-variables and
5699         elint-autoloaded-variables.
5700         (elint-get-args): Use cadr, or.
5701         (elint-check-cond-form): Use dolist, cadr.
5702         (elint-check-condition-case-form): Doc fix.  Use cadr.
5703         Use elint-extra-errors.
5704         (elint-log): New function.
5705         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
5706         Distinguish errors and warnings.
5707         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
5708         Use a bytecomp-style format.
5709         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
5710         (elint-get-log-buffer): Use compilation mode.  Disable undo.
5711         Don't truncate lines.
5712         (elint-initialize): Set builtin and autoloaded variable lists.
5713         Only process elint-unknown-builtin-args if non-nil.
5714         (elint-find-builtin-variables, elint-find-autoloaded-variables):
5715         New functions.
5716         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
5718 2009-07-22  Kevin Ryde  <user42@zip.com.au>
5720         * net/newst-backend.el (newsticker--parse-atom-1.0)
5721         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
5722         (newsticker--parse-rss-1.0):
5723         * progmodes/idlwave.el (idlwave-mode):
5724         * progmodes/idlw-shell.el (idlwave-shell-mode):
5725         * progmodes/vera-mode.el (vera-mode):
5726         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
5727         * progmodes/vhdl-mode.el (vhdl-mode):
5728         * textmodes/table.el (table-generate-source)
5729         (table--warn-incompatibility):
5730         Hyperlink urls in docstrings with URL `...'.
5732 2009-07-22  Glenn Morris  <rgm@gnu.org>
5734         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
5735         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
5736         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
5737         Remove leading * from defcustom docs.
5739         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
5741         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
5742         defcustom doc.
5743         (list-load-path-shadows): Optionally, just return shadows as a string.
5745         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
5747 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
5749         * mail/rmailedit.el (rmail-edit-mode): Use
5750         auto-save-include-big-deletions.
5752         * mail/rmail.el (rmail-variables): Use
5753         auto-save-include-big-deletions.
5755         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
5756         changes.
5758 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
5760         * calc/calc.el (calc-undo-length): New variable.
5761         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
5763 2009-07-21  Richard Stallman  <rms@gnu.org>
5765         * files.el (auto-save-mode): Handle buffer-save-size = -2
5766         for toggling mode.
5768 2009-07-21  Glenn Morris  <rgm@gnu.org>
5770         * textmodes/ispell.el (ispell-looking-back): Update declaration.
5772         * calendar/todo-mode.el (calendar-current-date): Update declaration.
5774         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
5775         silence compiler.  Instead...
5776         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
5777         (ps-print-ensure-fontified): Update for above function name changes.
5779         * printing.el (pr-mh-get-msg-num, pr-mh-show)
5780         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
5781         silence compiler.  Instead...
5782         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
5783         (mh-show-buffer): Only define for compiler.
5784         (pr-mh-current-message): Update for above function name changes.
5786         * files.el (abort-if-file-too-large): Explicitly pass `filename'
5787         as an argument.
5788         (find-file-noselect, insert-file-1): Update for above change.
5790         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
5792         * mail/mailclient.el (mailclient-send-it): Fix message.
5794         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
5795         (edebug-eval): Check cl-debug-env is bound.
5796         (print-level, print-circle): Don't redefine built-in variables.
5798         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
5799         (custom-print-vectors): Remove old comments from doc.
5801         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
5802         (emerge-version): Make the variable an obsolete alias for the
5803         emacs-version variable.  Make the function obsolete.
5804         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
5805         Emerge options, rather than merging in into the main Options menu.
5806         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
5807         and auto advance modes.  Disable edit/fast items when not relevant.
5809 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
5811         * term/vt420.el (terminal-init-vt420): Fix typo.
5813 2009-07-20  Sam Steingold  <sds@gnu.org>
5815         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
5816         variable (removed from compile.el on 2004-03-11).
5818 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
5820         * files.el (hack-local-variables-filter): Fix last change.
5822 2009-07-19  Juri Linkov  <juri@jurta.org>
5824         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
5825         (dir-local-variables-alist): New buffer-local variable.
5826         (hack-local-variables-filter): If variable is not dir-local,
5827         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
5828         because file-local overrides dir-local.
5829         (c-postprocess-file-styles)<declare-function>:
5830         Remove obsolete declaration.
5831         (hack-dir-local-variables): Add dir-local variable/value pair to
5832         `dir-local-variables-alist' and remove duplicates.  Doc fix.
5834         * help-fns.el (describe-variable): Add information about
5835         file-local and dir-local variables.
5837 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
5839         * files.el (hack-local-variables-filter): Rewrite.
5841 2009-07-19  Glenn Morris  <rgm@gnu.org>
5843         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
5844         Silence compiler by only defining on XEmacs.
5846         * international/mule.el (auto-coding-regexp-alist): Only match
5847         BABYL... at the start of buffer, not of lines.  (Bug#3790)
5849         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
5850         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
5851         (cal-menu-context-mouse-menu): Doc fix.
5853         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
5855         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
5857 2009-07-18  Juri Linkov  <juri@jurta.org>
5859         * info.el: Virtual Info keyword finder.
5860         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
5861         (Info-finder-file): New variable.
5862         (Info-finder-find-file): New function.
5863         (finder-known-keywords, finder-package-info)
5864         (find-library-name, lm-commentary): Use defvar and
5865         declare-function to silence compiler warnings.
5866         (Info-finder-find-node): New function.
5867         (info-finder): New command.
5869         * subr.el (process-kill-buffer-query-function): New function.
5870         (add-hook)<kill-buffer-query-functions>: Add hook
5871         `process-kill-buffer-query-function'.
5873 2009-07-18  Alan Mackenzie  <acm@muc.de>
5875         * progmodes/cc-mode.el (c-before-hack-hook)
5876         (c-postprocess-file-styles): Give invocation of `c-set-style'
5877         DONT-OVERRIDE parameter of t.  Already set style variables will
5878         thus not be overridden by style settings given by `c-file-syle'.
5880         * files.el (hack-local-variables-filter): Remove entries with
5881         duplicate keys from `file-local-variables-alist'.
5883 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
5885         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
5886         x-set-selection if display-selections-p returns nil for the
5887         current frame.
5889 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
5891         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
5893 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
5895         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
5896         Accept nil in addition to a regexp.
5897         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
5898         Accept nil in addition to a regexp.
5899         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
5900         buffers that have an associated file.  Handle nil values of
5901         desktop-buffers-not-to-save and desktop-files-not-to-save.
5902         (Bug#3833)
5904         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5905         (x-disown-selection-internal): New functions.
5907 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
5909         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
5910         warning.
5911         (gdb-breakpoints-header): Move forward to avoid compiler warning.
5912         (gdb-make-header-line-mouse-map): Remove duplicate definition.
5914 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
5916         * simple.el (set-mark): Revert last change.
5918 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
5920         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
5921         rendering of pngs is not possible instead of messaging a long
5922         description.
5924 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
5926         * w32-fns.el (x-selection-owner-p): New function.
5928         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
5929         (mouse-yank-at-click, mouse-yank-primary): If
5930         select-active-regions is non-nil, deactivate the mark before
5931         insertion.
5933         * simple.el (deactivate-mark, set-mark): Only save selection if we
5934         own it.
5936 2009-07-17  Kenichi Handa  <handa@m17n.org>
5938         * case-table.el (describe-buffer-case-table): Fix for the case
5939         that KEY is a cons.
5941 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5943         * vc-rcs.el (vc-rcs-find-file-hook):
5944         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
5946 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
5948         * net/tramp.el (tramp-wait-for-output): Handle the case when
5949         commands do not return a newline but a null byte before the shell
5950         prompt.  (Bug#3858)
5952 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5954         * term/ns-win.el (ns-set-alpha): Don't declare.
5955         (ns-set-background-alpha): Remove function.
5957 2009-07-16  Kevin Ryde  <user42@zip.com.au>
5959         * emacs-lisp/copyright.el (copyright-update): Save match-data across
5960         y-or-n-p, for safety.
5962 2009-07-16  Richard Stallman  <rms@gnu.org>
5964         * files.el (auto-save-mode): If buffer-saved-size is -2,
5965         don't clobber it.
5967         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
5968         (rmail-retry-ignored-headers): Add more uninteresting fields.
5970 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
5972         * net/rcirc.el (rcirc): Use history variables.
5973         (rcirc-server-name-history, rcirc-nick-name-history)
5974         (rcirc-server-port-history): New variables.
5976 2009-07-15  Kenichi Handa  <handa@m17n.org>
5978         * international/mule-cmds.el (set-language-environment-charset):
5979         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
5980         ignore them.
5982         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
5983         Delete unibyte-display.
5985 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5987         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
5989 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5991         * simple.el (deactivate-mark): Optional argument FORCE.
5992         (set-mark): Use deactivate-mark.
5994         * info.el (Info-search): No need to check transient-mark-mode
5995         before calling deactivate-mark.
5997         * select.el (x-set-selection): Doc fix.
5998         (x-valid-simple-selection-p): Allow buffer values.
5999         (xselect--selection-bounds): Handle buffer values.  Suggested by
6000         David De La Harpe Golden.
6002         * mouse.el (mouse-set-region, mouse-drag-track): Call
6003         copy-region-as-kill before setting the mark, to let
6004         select-active-regions work.
6006 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
6008         * simple.el (deactivate-mark): If select-active-regions is
6009         non-nil, copy the selection data into a string.
6010         (activate-mark): If select-active-regions is non-nil, set the
6011         selection to the current buffer.
6012         (set-mark): Update selection if select-active-regions is non-nil.
6014         * select.el (x-valid-simple-selection-p): Allow buffer values.
6016 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6018         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
6019         and more featureful message-mode.
6021 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
6023         * select.el (x-set-selection): Doc fix.
6024         (x-valid-simple-selection-p): Disallow selection data consisting
6025         of a list or cons of integers, since that is not used.
6026         (xselect--selection-bounds, xselect--int-to-cons): New functions.
6027         (xselect-convert-to-string, xselect-convert-to-length)
6028         (xselect-convert-to-filename, xselect-convert-to-charpos)
6029         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
6031 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
6033         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
6034         output in -break-info command (Emacs bug #3794).
6036 2009-07-14  Glenn Morris  <rgm@gnu.org>
6038         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
6039         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
6040         (edebug-print-length, edebug-print-level, edebug-print-circle)
6041         (edebug-sit-for-seconds, edebug-view-outside)
6042         (edebug-bounce-point, edebug-set-global-break-condition)
6043         (edebug-Go-nonstop-mode, edebug-trace-mode)
6044         (edebug-Trace-fast-mode, edebug-continue-mode)
6045         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
6046         (edebug-visit-eval-list): Doc fixes.
6048         * subr.el (def-edebug-spec): Doc fix.
6050 2009-07-14  Kenichi Handa  <handa@m17n.org>
6052         * international/characters.el: Fix setting of category ?C.
6054 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
6056         * term/ns-win.el (x-select-font): defalias x-select-font to
6057         ns-popup-font-panel instead of generate-fontset-menu.
6059 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
6061         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
6063 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
6065         * arc-mode.el (archive-find-type): Allow for a PK00 string before
6066         the PK\003\004 header (Bug#3770).
6068 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
6070         * pcomplete.el (pcomplete-comint-setup): Check for
6071         shell-dynamic-complete-filename too.
6073 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
6075         * simple.el (temporary-goal-column): Change the value for
6076         line-move-visual to a cons cell.
6077         (line-move-visual): Record or set the window hscroll, if
6078         necessary (Bug#3494).
6079         (line-move-1): Handle cons value of temporary-goal-column.
6081 2009-07-11  Kenichi Handa  <handa@m17n.org>
6083         * international/mule-diag.el (describe-character-set): Don't show
6084         width.
6086 2009-07-10  Sam Steingold  <sds@gnu.org>
6088         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6089         Omake sometimes indents the errors it prints, so allow all
6090         regexps to start with spaces.
6092 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
6094         * cus-edit.el (customize-changed-options-previous-release):
6095         Bump value to 22.1.  (Bug#3804)
6097 2009-07-08  Sam Steingold  <sds@gnu.org>
6099         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6100         to be a cons cell (test . ignored-directory) to selectively ignore
6101         some directories depending on the location of the search.
6103 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
6105         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6106         remote user is root, on the local host.
6107         (tramp-local-host-p): Either the local user or the remote user
6108         must be root.  (Bug#3771)
6110 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6112         * progmodes/gdb-mi.el (gdb): Remove description of
6113         gdb-use-separate-io-buffer.
6114         (menu): Don't allow toggling of or enable
6115         gdb-use-separate-io-buffer from menubar.
6117 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6119         * mail/unrmail.el (unrmail): Make sure the message ends with two
6120         newlines (Bug#3769).
6122 2009-07-08  Glenn Morris  <rgm@gnu.org>
6124         * calendar/calendar.el (calendar-current-date): Rework previous change.
6126 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
6128         * calendar/calendar.el (calendar-current-date):
6129         Add an optional argument giving an offset from today.
6131 2009-07-08  Glenn Morris  <rgm@gnu.org>
6133         * tutorial.el (tutorial--describe-nonstandard-key):
6134         Adjust the message for when a key has been unbound.
6135         (help-with-tutorial): Hide the arch-tag.
6137 2009-07-08  Kenichi Handa  <handa@m17n.org>
6139         * international/fontset.el (setup-default-fontset): For each
6140         script, append (not set) font-specs.
6142         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6143         docstring.
6145 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6147         * progmodes/gdb-mi.el (gdb-init-1): Move sending
6148         -data-list-register-names to ...
6149         (gdb-starting): ... here because GDB 7.0 requires execution to
6150         have started when using this MI command.
6151         (gdb-set-header): New function to distinguish select and
6152         unselected tabs in gdb buffers.
6153         (gdb-propertize-header): New macro that uses gdb-set-header.
6154         (gdb-breakpoints-header, gdb-locals-header): Use it.
6155         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6157 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
6159         * Makefile.in (ELCFILES): Remove fadr.elc.
6161 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
6163         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6164         may contain frame information, so `string-match' should be used.
6165         (gdb-update): Disassembly is invalidated through
6166         `gdb-get-selected-frame'.
6167         (gdb-pad-string): New function to pad string with spaces.
6168         (gdb-invalidate-disassembly): Invalidate only if the buffer
6169         exists.
6170         (gdb-disassembly-handler-custom): Column alignment.
6171         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6172         placing new ones.
6173         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6174         end of line, too.
6175         (gdb-frame-handler): Match convention to for disassembly buffer
6176         mode name.
6177         (gdb-stack-list-frames-handler): Rewritten without regexps.
6178         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6179         not highlight breakpoints without line information.
6180         (gdb-input): Add trailing newline to command.
6182         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6183         buffer properly.
6184         (gdb-breakpoints-list-handler-custom): Replacement for
6185         `gdb-break-list-handler'.  Using real parser instead of regexps
6186         now.
6187         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6188         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6189         to place breakpoints.
6190         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6191         functions.
6192         (gdb-disassembly-handler-custom): Show overlay arrow.
6193         (gdb-disassembly-place-breakpoints): Show breakpoints in
6194         disassembly buffer.
6195         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6196         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6197         instead of parsing breakpoints buffer.  Fixed old menu references
6198         in `gud-menu-map'.
6200         * fadr.el: Remove.
6202         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6203         (gdb-memory-address): New variable which holds top address of
6204         memory page shown in memory buffer.
6205         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6206         customization variables.
6207         New functions:
6208         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6209         display the memory buffer.
6210         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6211         buffer display parameters.
6212         (def-gdb-memory-format, gdb-memory-format-binary)
6213         (gdb-memory-format-octal, gdb-memory-format-unsigned)
6214         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6215         Functions for setting memory buffer format.
6216         (gdb-memory-unit-word, gdb-memory-unit-halfword)
6217         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6218         unit size used in memory buffer.
6219         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6220         to next/previous page of memory buffer.
6221         Now using (bindat-get-field) instead of fadr functions.
6223 2009-07-07  Sam Steingold  <sds@gnu.org>
6225         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6226         non-top-level files.
6228 2009-07-07  Kenichi Handa  <handa@m17n.org>
6230         * international/mule-cmds.el (reset-language-environment): Put
6231         the highset priority to the charset iso-8859-1.
6233 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6235         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6236         to the end of the line when locating the block (Bug#700).
6238 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
6240         * net/tramp.el (tramp-handle-write-region): Flush file properties
6241         in case of short track.
6243 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
6245         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6246         representation of verilog error regular expressions to work with
6247         Emacs-22's new format.
6248         (verilog-error-regexp-xemacs-alist): Coded custom representation
6249         of verilog error regular expressions to work with XEmacs format.
6250         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6251         error recognition into XEmacs.
6252         (verilog-error-regexp-add-emacs): Hook routine to install verilog
6253         error recognition into Emacs-22.
6255 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6257         * woman.el: Remove stand-alone closing parentheses.
6258         (woman-file-name, woman2-format-paragraphs)
6259         (woman-leave-blank-lines): Code cleanup.
6260         (woman-use-own-frame): Change default to nil.
6261         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6262         defaults to inherit from default faces.
6263         (woman2-process-escapes): Consume the newline after a stand-alone
6264         filler character (Bug#3651).
6266 2009-07-06  Glenn Morris  <rgm@gnu.org>
6268         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6269         (top-level): Move provide to the end.
6270         (ffap): Remove defunct URL from custom group.
6272         * subr.el (eval-after-load): Doc fix.
6274 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
6276         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6277         `calc-embedded-word' is called twice.
6279 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * files.el (find-alternate-file-other-window, find-alternate-file):
6282         Obey confirm-nonexistent-file-or-buffer.
6284 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
6286         * dired-aux.el (dired-show-file-type): Handle remote files.
6288 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
6290         * desktop.el (desktop-globals-to-save):
6291         Add file-name-history (Bug#2750).
6293 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
6295         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6297 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
6299         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
6300         property on entire argument since this is what eshell-lisp-command
6301         expects.
6303 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
6305         * net/tramp-gvfs.el (tramp-gvfs-methods)
6306         (tramp-gvfs-zeroconf-domain)
6307         (tramp-bluez-discover-devices-timeout): Add version flag.
6308         (tramp-gvfs-handler-mounted-unmounted)
6309         (tramp-gvfs-connection-mounted-p): Polish handling of
6310         incompatibilities between GVFS 0.2 and 1.0.
6312 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
6314         * cus-start.el (all): Add make-pointer-invisible.
6316 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
6318         * calc-math.el (math-use-emacs-fn): Make sure that the number is
6319         formatted correctly.
6321 2009-07-02  Juri Linkov  <juri@jurta.org>
6323         * info.el: Virtual Info files and nodes.
6324         (Info-virtual-files, Info-virtual-nodes): New variables.
6325         (Info-current-node-virtual): New variable.
6326         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
6327         New functions.
6328         (Info-file-supports-index-cookies): Use Info-virtual-file-p
6329         to check for a virtual file instead of checking a fixed list
6330         of node names.
6331         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
6332         instead of ad-hoc processing of "dir" and (apropos history toc).
6333         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
6334         instead of ad-hoc processing of "dir" and (apropos history toc).
6335         Reread a file when moving from a virtual node.
6336         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
6337         (Info-directory-toc-nodes, Info-directory-find-file)
6338         (Info-directory-find-node): New functions.
6339         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
6340         (Info-history): Move part of code to
6341         `Info-history-find-node'.
6342         (Info-history-toc-nodes, Info-history-find-file)
6343         (Info-history-find-node): New functions.
6344         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
6345         (Info-toc): Move part of code to `Info-toc-find-node'.
6346         (Info-toc-find-node): New function.
6347         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
6348         the current Info file name to references because now the node
6349         "*TOC*" belongs to the same Info manual.
6350         (Info-toc-build): Rename from `Info-build-toc'.
6351         (Info-toc-nodes): Rename input argument `file' to `filename'.
6352         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
6353         instead of ad-hoc processing of ("dir" apropos history toc).
6354         (Info-index-nodes): Use Info-virtual-file-p
6355         to check for a virtual file instead of checking a fixed list
6356         of node names.
6357         (Info-index-node): Add check for `Info-current-node-virtual'.
6358         Raise `save-match-data' higher up the tree to contain
6359         `search-forward' too (bug fix).
6360         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
6361         (Info-virtual-index-nodes): New variable.
6362         (Info-virtual-index-find-node, Info-virtual-index): New functions.
6363         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
6364         (Info-apropos-file, Info-apropos-nodes): New variables.
6365         (Info-apropos-toc-nodes, Info-apropos-find-file)
6366         (Info-apropos-find-node, Info-apropos-matches): New functions.
6367         (info-apropos): Move part of code to `Info-apropos-find-node' and
6368         `Info-apropos-matches'.
6369         (Info-mode-map): Bind "I" to `Info-virtual-index'.
6370         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
6371         for a virtual file instead of checking a fixed list of node names.
6373         * simple.el (async-shell-command): New command.
6375         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
6377         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
6378         instead of `mount-info'.
6380 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
6382         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
6383         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
6385 2009-07-02  Kenichi Handa  <handa@m17n.org>
6387         * international/mule.el (set-keyboard-coding-system): Force *-unix
6388         coding-system to avoid eol conversion.
6390 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
6392         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6393         Add handler for `process-file', `shell-command' and
6394         `start-file-process'.
6395         (tramp-gvfs-handle-shell-command)
6396         (tramp-gvfs-handle-start-file-process)
6397         (tramp-gvfs-handle-process-file): New defuns.
6398         (tramp-synce-list-devices): Simplify check for existence of property.
6400 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
6402         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
6404 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6406         * language/korean.el (set-language-info-alist): Add korean-cp949,
6407         cp949 to spec.
6409 2009-07-01  Kenichi Handa  <handa@m17n.org>
6411         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
6413         * international/encoded-kb.el: Deleted.
6415         * international/mule.el (set-keyboard-coding-system): Perform the
6416         necessary setup here instead of calling encoded-kbd-setup-display.
6418 2009-07-01  Glenn Morris  <rgm@gnu.org>
6420         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
6422 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
6424         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
6426 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
6428         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
6429         Handle also the 'rename case, when setting file modes.  (Bug#3712)
6430         (tramp-default-file-modes) Remove execute permissions.
6432         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
6433         (top): Add a default for "synce" in `tramp-default-user-alist'.
6434         Add completion function for "synce" method.
6435         (tramp-hal-service, tramp-hal-path-manager)
6436         (tramp-hal-interface-manager, tramp-hal-interface-device):
6437         New defconst.
6438         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
6439         (tramp-synce-list-devices, tramp-synce-parse-device-names):
6440         New defuns.
6442         * net/trampver.el: Update release number.
6444 2009-06-30  Kenichi Handa  <handa@m17n.org>
6446         * international/fontset.el (setup-default-fontset): Add CJK fonts
6447         for symbols and the other miscellaneous characters.
6449         * language/korea-util.el (setup-korean-environment-internal):
6450         Make char-width-table suitable for Korean environments.
6451         (exit-korean-environment): Cancel above.
6453         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6454         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
6455         setup-funcion to make char-widht-table suitable for respective
6456         environments, and an exit-function to cancel that.
6458         * language/japan-util.el (setup-japanese-environment-internal):
6459         Call use-cjk-char-width-table with arg `ja_JP'.
6461         * international/characters.el (cjk-char-width-table): Delete it.
6462         (cjk-char-width-table-list): New variable.
6463         (use-cjk-char-width-table): New arg local-name.
6464         (use-default-char-width-table): Fix for the case that Emacs is
6465         already using the default char-width-table.
6467 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
6469         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
6470         modes mandatory.  (Bug#3712)
6472 2009-06-29  Alan Mackenzie  <acm@muc.de>
6474         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
6475         correction between the visible width of TABs and their number of bytes.
6477 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
6479         * server.el (server-buffer-done): Prevent kill-buffer from
6480         prompting by clearing the buffer modification flag (Bug#3696).
6482 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
6484         * verilog-mode.el (verilog-beg-of-statement)
6485         (verilog-endcomment-reason-re): Support unique case and priority case.
6486         (verilog-basic-complete-re): Support localparam lineup.
6487         (verilog-beg-of-statement-1): Fix for robustness, unique case.
6488         (verilog-set-auto-endcomments): Fix for unique case, always_comb
6489         commenting.
6490         (verilog-leap-to-case-head): Now support *nested* unique &
6491         priority case statements.
6492         (verilog-auto-lineup): Make just declarations the default (as it
6493         had been).
6494         (verilog-leap-to-case-head): Support priority/unique case statements.
6495         (verilog-auto-lineup): Rework to give users radio buttons to
6496         select the various styles of automatic lineup.
6497         (verilog-error-regexp-alist): Rework to support the XEmacs style
6498         of error regular expressions from compilers, lint tools &
6499         simulators.  Note that GNU Emacs has made it impossible for a mode
6500         to load such things.
6501         (electric-verilog-terminate-line, verilog-indent-declaration)
6502         (verilog-auto-wiure): Rework for radio button selection of
6503         auto-lineup selection of specification of auto lineup.
6504         (verilog-beg-of-statement-1): Redesign to support proper operation
6505         in additional code, based on testing with auto-lineup.
6506         (verilog-calculate-indent, assignments & declarations)
6507         (verilog-backward-token): Enhance to support auto-lineup of
6508         assignments & declarations.
6509         (verilog-in-directive-p, verilog-at-struct-p): New function for
6510         easy test of whether we are.
6511         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
6512         to support safe execution at almost anyline.
6513         (verilog-calc-1): Properly support indenting deep inside generate
6514         blocks.
6515         (verilog-init-font) Remove definition & use of verilog-init-font,
6516         as it is redundant with font-lock-defaults.
6517         (verilog-mode): Alter the definition of verilog-font-lock-defaults
6518         to avoid circular calls if syntax-ppss is a function (as is the
6519         case now in 22.x GNU Emacs) as that function would sometimes call
6520         itself, leading to (nearly) infinite recursion.
6521         (verilog-ovm-begin-re, verilog-ovm-end-re)
6522         (verilog-ovm-statement-re, verilog-leap-to-head)
6523         (verilog-backward-token): Add support for OVM macros.  Some are
6524         complete statements, and others open and close scopes like begin
6525         and end.
6526         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
6527         (verilog-defun-level-generate-only-re): Really fix the defun-list
6528         compilation issue.
6529         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
6530         coverpoint, constraint and cross statements.
6531         (verilog-defun-level-list, verilog-generate-defun-level-list)
6532         (verilog-all-defun-level-list): Redo these specifications - it is
6533         too hard to support eval-when compile aggregation of lists also
6534         built at when-compile time.
6535         (verilog-defun-level-list): Place defconsts of variables used in
6536         building regular expressions which are built in eval-when-compile
6537         bodies in the same eval-when-compile body to facilitate compile
6538         without load.
6539         (verilog-beg-block-re-ordered): Support indenting
6540         virtual/protected tasks and functions.
6541         (verilog-defun-level-list, verilog-in-generate-region-p)
6542         (verilog-backward-ws&directives, verilog-calc-1): Speed up
6543         indentation of some module items (generate items).
6544         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
6545         across virtual/protected tasks and functions.
6547 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
6549         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
6550         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
6551         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
6552         in concatenations.  Reported by Yishay Belkind.
6553         (verilog-auto-ascii-enum): Support one-hot state machines in
6554         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
6555         (verilog-auto-inst, verilog-auto-inst-port): Include interface
6556         modport in AUTOINST and add vl-modport for users.  Reported by
6557         David Rogoff.
6558         (verilog-auto-inout-module, verilog-auto-inst)
6559         (verilog-decls-get-interfaces, verilog-insert-definition)
6560         (verilog-insert-one-definition, verilog-read-decls)
6561         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
6562         (verilog-sig-modport, verilog-signals-combine-bus)
6563         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
6564         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
6565         Suggested by David Rogoff.
6566         (verilog-repair-open-comma): Fix non-insertion of comma when
6567         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
6568         (verilog-make-width-expression): Simplify [A-1:0] expression
6569         widths to just {A{1'b0}}.
6570         (verilog-mode): Cleanup checkdoc warnings.
6571         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
6572         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
6573         inputs/outputs or data type.  Suggested by Vasu Kandadi.
6574         (next-error-last-buffer): Fix byte-compiler warning.
6575         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
6576         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
6577         or shell command text during AUTO expansion.  Suggested by Tad Truex.
6578         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
6579         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
6580         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
6581         in AUTOINOUT.  Reported by Matthew Lovell.
6582         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
6583         causing use of <= assignments.  Reported by Alex Reed.
6584         (verilog-read-decls): Fix triand, trior, wand, wor to be
6585         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
6586         (verilog-extended-complete-re): Support import "DPI-C" functions.
6587         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
6588         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
6589         (verilog-insert-date, verilog-insert-year)
6590         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
6591         Windows systems.  Reported by Michael Potts.
6592         (verilog-read-module-name): Fix AUTOINST when the child module
6593         declaration's name is a tick define.  Reported by Elliot Mednick.
6594         (verilog-read-decls): Fix V2K parameter bit subscripts getting
6595         passed to next parameter's definition.  Reported by Bruce T.
6596         (verilog-read-decls): Fix detecting "parameter int" when using
6597         AUTOINSTPARAM.  Reported by Bruce T.
6598         (verilog-goto-defun): Fix goto not finding modules unless first
6599         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
6600         (verilog-mode): Expand -f flag arguments on entry to mode so
6601         verilog-goto-defun will work.  Reported by Lawrence Butcher.
6602         (verilog-getopt): Expand environment variables in -f file
6603         arguments.  Suggested by Lawrence Butcher.
6604         (verilog-set-define): Fix "Symbol's value as variable is void"
6605         when reading enumerations.
6606         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
6607         Suggested by Stephen Peltan.
6608         (verilog-read-defines): Fix reading of enumerations in include
6609         files.  Reported by Steve Peltan.
6611 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
6613         * files.el (trash-directory): Fix defcustom type.
6615 2009-06-28  Juri Linkov  <juri@jurta.org>
6617         * help-fns.el (describe-function-1): Correctly locate adviced
6618         functions in hyperlink (Bug#2438).
6620 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
6622         * files.el (trash-directory): Change default to nil.
6623         (move-file-to-trash): If trash-directory is nil and
6624         system-move-file-to-trash is unbound, perform freedesktop-style
6625         trashing.
6627 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
6629         * files.el (move-file-to-trash): Add freedesktop trash
6630         support (Bug#973).
6632 2009-06-28  Glenn Morris  <rgm@gnu.org>
6634         * autorevert.el (global-auto-revert-non-file-buffers)
6635         (global-auto-revert-mode): Doc fixes.
6637 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
6639         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
6641 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
6643         * faces.el (x-handle-named-frame-geometry): Ensure that we have
6644         opened an X connection before calling x-get-resource (Bug#3194).
6646         * play/doctor.el: Remove reference to obsolete website.
6647         (make-doctor-variables): Correct grammar mistake (Bug#2633).
6649 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
6651         Remove find-file-not-found-hook VC method.  (Bug#2757)
6652         * vc-hooks.el (vc-file-not-found-hook)
6653         (vc-default-find-file-not-found-hook): Remove functions.
6654         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
6655         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
6656         * vc.el:
6657         * vc-hg.el:
6658         * vc-git.el: Do not mention find-file-not-found-hook VC method.
6660 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
6662         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
6663           compatibility function for `looking-back'.
6665         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6666         Use `ispell-looking-back'.
6668 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
6670         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
6671         rather than `filename'.
6673 2009-06-23  Miles Bader  <miles@gnu.org>
6675         * face-remap.el (text-scale-set): New function.
6677 2009-06-23  Glenn Morris  <rgm@gnu.org>
6679         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
6681         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
6683         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
6685         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
6687         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
6688         Simplify Persian conditionals.
6690         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
6691         variable `filename'.
6693         * comint.el (comint-insert-input): Doc fix.
6695         * Makefile.in (ELCFILES): Fix typo in previous change.
6697 2009-06-23  Miles Bader  <miles@gnu.org>
6699         * cus-start.el: Add entry for `recenter-redisplay'.
6701 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6703         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
6704         Add an optional argument for the backend, use it instead of
6705         calling vc-backend.
6706         (vc-mode-line): Add an optional argument for the backend.
6707         Pass the backend to vc-state and vc-working-revision.  Move code for
6708         special handling for vc-state being a buffer to ...
6710         * vc-rcs.el (vc-rcs-find-file-hook):
6711         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
6713         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
6714         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
6715         vc-stay-local-p and vc-mode-line calls.
6717         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
6718         (vc-cvs-diff, vc-cvs-annotate-command)
6719         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
6720         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
6721         vc-mode-line calls.
6723         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
6724         direct comparison.
6725         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
6726         backend when calling vc-mode-line.
6727         (vc-register): Do not create a closure for calling the vc register
6728         function, call it directly.
6730 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
6732         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
6733         to make it obvious item can be clicked.
6735         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
6737 2009-06-23  Kenichi Handa  <handa@m17n.org>
6739         * language/korea-util.el (korean-key-bindings): Change the binding
6740         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
6741         same command.
6743 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
6745         Sync with Tramp 2.1.16.
6747         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
6749         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
6750         when a loading of a package fails.  Completion function for rsync
6751         is `tramp-completion-function-alist-ssh'.
6752         (all): Replace all calls of `split-string' and
6753         `tramp-split-string' by `tramp-compat-split-string'.
6754         (tramp-default-method): Use `tramp-compat-process-running-p'.
6755         (tramp-default-proxies-alist): Allow also Lisp forms.
6756         (tramp-remote-path): Add choice "Private Directories".
6757         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
6758         (tramp-domain-regexp): Allow also "-", "_" and ".".
6759         (tramp-end-of-output): Remove newlines, and add "$" at the end.
6760         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
6761         (tramp-debug-message): Insert header line in debug buffer.
6762         (tramp-handle-directory-files-and-attributes-with-stat):
6763         Care about filenames with spaces, or starting with "-".
6764         (tramp-handle-dired-uncache): New defun.
6765         (tramp-handle-insert-directory): Don't flush the directory from
6766         cache, this is handled by `dired-uncache' now.
6767         (tramp-handle-insert-file-contents): Improve error handling.
6768         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
6769         Quote `tramp-end-of-output'.
6770         (tramp-action-password): Improve trace message.
6771         (tramp-check-for-regexp): Both echoes must be present, before removing.
6772         (tramp-open-connection-setup-interactive-shell): Trace coding system.
6773         (tramp-compute-multi-hops): Eval cons cells of
6774         `tramp-default-proxies-alist'.
6775         (tramp-maybe-open-connection): Use the same command pattern for
6776         first hop and further hops.
6777         (tramp-wait-for-output): Remove handling of newlines.
6778         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
6779         (tramp-split-string): Remove function.  It is handled in
6780         tramp-compat now.
6782         * net/tramp-cmds.el (tramp-bug):
6783         Recommend `tramp-cleanup-all-connections' in the bug mail.
6785         * net/tramp-compat.el (tramp-compat-split-string)
6786         (tramp-compat-process-running-p): New defuns.
6788         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
6789         for `dired-uncache'.
6791         * net/tramp-gvfs.el: New package.
6793         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
6794         Add handler for `dired-uncache'.
6795         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
6797         * net/trampver.el: Update release number.  Make version check fit
6798         for SXEmacs 22.
6800 2009-06-22  Jim Meyering  <meyering@redhat.com>
6802         Automatically handle .xz suffix (XZ-compressed files), too.
6803         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
6804         XZ is the successor to LZMA: <http://tukaani.org/xz/>
6806 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
6807             Nick Roberts  <nickrob@snap.net.nz>
6809         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
6810         repository (http://sphinx.net.ru/hg/gdb-mi/).
6812 2009-06-22  Glenn Morris  <rgm@gnu.org>
6814         * files.el (dir-locals-collect-mode-variables): Allow for any number of
6815         `mode' and `eval' entries.  (Bug#3430)
6817         * Makefile.in (ELCFILES): Add fadr.elc.
6819         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
6820         differing behavior of \n and ^ in strings.  (Bug#3385)
6822         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
6824         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
6825         property.
6826         (lisp-indent-function): Make it a defcustom.
6828 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
6830         * progmodes/gdb-ui.el: Replace with ...
6831         * progmodes/gdb-mi.el: ... this file.
6832         * progmodes/gud.el: Modify for gdb-mi.el.
6834 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
6836         * fadr.el: New file.
6838 See ChangeLog.14 for earlier changes.
6840 ;; Local Variables:
6841 ;; coding: utf-8
6842 ;; End:
6844     Copyright (C) 2009  Free Software Foundation, Inc.
6846   This file is part of GNU Emacs.
6848   GNU Emacs is free software: you can redistribute it and/or modify
6849   it under the terms of the GNU General Public License as published by
6850   the Free Software Foundation, either version 3 of the License, or
6851   (at your option) any later version.
6853   GNU Emacs is distributed in the hope that it will be useful,
6854   but WITHOUT ANY WARRANTY; without even the implied warranty of
6855   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
6856   GNU General Public License for more details.
6858   You should have received a copy of the GNU General Public License
6859   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
6861 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1