calc-vec.el (calc-histogram):
[emacs.git] / lisp / ChangeLog
blob23338834d633f31fc7cfe2c1fd148db30a3a6f09
1 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
3         * calc/calc-vec.el (calc-histogram):
4         (calcFunc-histogram):  Allow vectors as inputs.
5         (math-vector-avg): New function.
7         * calc/calc-ext.el (math-group-float):  Have the number of digits
8         being grouped depend on the radix (Bug#6189).
10 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
12         * version.el (emacs-copyright, emacs-version): Don't define here,
13         now that emacs.c defines it.
15 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
17         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
18         "Describe Language Environment" menu item.
20         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
22         Bidi-sensitive movement with arrow keys.
23         * subr.el (right-arrow-command, left-arrow-command): New functions.
25         * bindings.el (global-map): Bind them to right and left arrow keys.
27         Don't override standard definition of convert-standard-filename.
28         * files.el (convert-standard-filename): Call
29         w32-convert-standard-filename and dos-convert-standard-filename on
30         the corresponding systems.
32         * w32-fns.el (w32-convert-standard-filename): Rename from
33         convert-standard-filename.  Doc fix.
35         * dos-fns.el (dos-convert-standard-filename): Doc fix.
36         (convert-standard-filename): Don't defalias.
37         (register-name-alist, make-register, register-value)
38         (set-register-value, intdos): Obsolete aliases for the
39         corresponding dos-* functions and variables.
40         (dos-intdos): Add a doc string.
42 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
44         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
45         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
46         (math-compose-tex-func):
47         * calc/calccomp.el (math-compose-expr):
48         * calc/calc-ext.el (math-format-flat-expr-fancy):
49         * calc/calc-store.el (calc-read-var-name):
50         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
52         * calc/calc.el (var-π, var-φ, var-γ): New variables.
53         * calc/calc-aent.el (math-read-replacement-list):  Add "micro" symbol.
54         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
55         (math-standard-units):  Add units.
57 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
59         * progmodes/asm-mode.el (asm-mode):
60         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
62         * pcomplete.el (pcomplete-completions-at-point): New function,
63         extracted from pcomplete-std-complete.
64         (pcomplete-std-complete): Use it.
66 2010-05-15  Glenn Morris  <rgm@gnu.org>
68         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
69         Remove references to CVS, RCS and Old directories.
71 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
73         * calc/calc-bin.el (math-format-twos-complement): Group digits when
74         appropriate.
76 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
78         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
79         (sh-mode-syntax-table): Give it a default value instead.
80         (sh-header-marker): Make buffer-local.
81         (sh-mode): Move make-local-variable to the corresponding setq.
82         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
83         Use complete-with-action.
85         * simple.el (prog-mode): New (abstract) major mode.
86         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
87         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
89 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
91         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
92         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
93         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
94         (sql-make-alternate-buffer-name, sql-placeholders-filter)
95         (sql-escape-newlines-filter, sql-input-sender)
96         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
98 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
100         Add TeX open-block and close-block keybindings to SGML, and vice
101         versa.
103         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
104         latex-open-block and C-c / to latex-close-block.
106         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
107         and C-c C-e to sgml-close-tag.
109 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
111         * net/tramp.el (with-progress-reporter): Create reporter object
112         only when the message would be displayed.  Handled nested calls.
113         (tramp-handle-load, tramp-handle-file-local-copy)
114         (tramp-handle-insert-file-contents, tramp-handle-write-region)
115         (tramp-maybe-send-script, tramp-find-shell):
116         Use `with-progress-reporter'.
117         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
118         Fix message text.
120         * net/tramp-smb.el (tramp-smb-handle-copy-file)
121         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
122         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
123         Use `with-progress-reporter'.
125 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
127         * ispell.el (ispell-init-process): Do not kill ispell process
128         everytime when spellchecking from the minibuffer (bug#6143).
130 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
132         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
134         * dos-fns.el: Add "dos-" prefix for namespace control.
135         (convert-standard-filename): Define as alias for
136         dos-convert-standard-filename but only if applicable.
138 2010-05-12  Alan Mackenzie  <acm@muc.de>
140         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
141         Push the mark at the start of these functions when appropriate.
143 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * minibuffer.el (completion-cycle-threshold): New custom var.
146         (completion--do-completion): Use it.
147         (minibuffer-complete): Use cycling if appropriate.
149 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
151         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
152         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
154 2010-05-11  Juri Linkov  <juri@jurta.org>
156         * scroll-all.el (scroll-all-check-to-scroll):
157         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
159 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
161         * iimage.el (iimage-mode-map): Move initialization into declaration.
162         (iimage-mode-buffer): Use with-silent-modifications.
163         Simplify calling convention.  Adjust callers.
164         (iimage-mode): Don't run hook redundantly.
166         * minibuffer.el (completion-pcm--pattern->regex):
167         Fix last change (bug#6160).
169 2010-05-10  Juri Linkov  <juri@jurta.org>
171         Remove nodes visited during Isearch from the Info history.
172         * info.el (Info-isearch-initial-history)
173         (Info-isearch-initial-history-list): New variables.
174         (Info-isearch-start): Record initial values of
175         Info-isearch-initial-history and Info-isearch-initial-history-list.
176         Add Info-isearch-end to isearch-mode-end-hook.
177         (Info-isearch-end): New function.
179 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
181         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
182         format string, in order to work around a bug in pdksh.
183         Reported by Gilles Pion <gpion@lfdj.com>.
184         (tramp-handle-verify-visited-file-modtime): Do not send a command
185         when the connection is not established.
186         (tramp-handle-set-file-times): Simplify the check for utc.
188 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
190         Fix use of `filter-buffer-substring' (rework previous change).
191         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
192         (cua-repeat-replace-region):
193         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
194         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
195         (cua-cut-region-to-global-mark): Use it.
197 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
199         * progmodes/sql.el: Version 2.1.
200         (sql-product-alist): Redesign structure of product info.
201         (sql-product, sql-user, sql-server, sql-database): Safe variables.
202         (sql-port, sql-port-history): New variables.
203         (sql-interactive-product): New variable.
204         (sql-send-terminator): New variable.
205         (sql-imenu-generic-expression): Add "Types" imenu entry.
206         (sql-oracle-login-params, sql-sqlite-login-params)
207         (sql-mysql-login-params, sql-solid-login-params)
208         (sql-sybase-login-params, sql-informix-login-params)
209         (sql-ingres-login-params, sql-ms-login-params)
210         (sql-postgres-login-params, sql-interbase-login-params)
211         (sql-db2-login-params, sql-linter-login-params)
212         (sql-oracle-scan-on): New variables.
213         (sql-mode-map): Add C-c C-i to start interactive mode.
214         (sql-mode-menu): Update existing menu entries.
215         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
216         (sql-mode-oracle-font-lock-keywords)
217         (sql-mode-postgres-font-lock-keywords)
218         (sql-mode-ms-font-lock-keywords)
219         (sql-mode-sybase-font-lock-keywords)
220         (sql-mode-informix-font-lock-keywords)
221         (sql-mode-interbase-font-lock-keywords)
222         (sql-mode-ingres-font-lock-keywords)
223         (sql-mode-solid-font-lock-keywords)
224         (sql-mode-mysql-font-lock-keywords)
225         (sql-mode-sqlite-font-lock-keywords)
226         (sql-mode-db2-font-lock-keywords)
227         (sql-mode-linter-font-lock-keywords): Update initialization to
228         reduce run-time complexity.
229         (sql-add-product, sql-del-product): New functions.
230         (sql-set-product-feature, sql-get-product-feature): New functions.
231         (sql-product-font-lock): Update product API.
232         (sql-add-product-keywords): New function.
233         (sql-highlight-product): Update product API.
234         (sql-help-list-products): New function.
235         (sql-help): Dynamically lists free and non-free products.
236         (sql-get-login): Correct bug in handling history and added
237         prompt for port.
238         (sql-copy-column): Copy without properties.
239         (sqli-input-sender): Apply filters to SQLi input.
240         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
241         Implement as a filter.
242         (sql-escape-newlines-filter): Implement as a filter.
243         (sql-remove-tabs-filter): New function.
244         (sql-send-magic-terminator): New function.
245         (sql-send-string): Implement magic terminator.
246         (sql-send-region): Use `sql-send-string'.
247         (sql-interactive-mode): Use product API.
248         (sql-product-interactive): Use product API.
249         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
250         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
251         (sql-db2, sql-linter): Use `sql-product-interactive'.
252         (sql-connect): New function.
253         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
254         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
255         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
256         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
257         Use `sql-connect'.
259 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
261         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
262         New custom variable.
263         (completion-pcm--string->pattern): Use it.
264         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
265         Make it handle any symbol as `any'.
266         (completion-pcm--merge-completions): Extract common suffix for the new
267         `prefix' symbol as well.
268         (completion-substring--all-completions): Use the new `prefix' symbol.
270 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
272         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
273         not bound.
274         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
275         (tramp-compat-funcall): New defmacro.
276         (tramp-compat-line-beginning-position)
277         (tramp-compat-line-end-position)
278         (tramp-compat-temporary-file-directory)
279         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
280         (tramp-compat-copy-file, tramp-compat-copy-directory)
281         (tramp-compat-delete-file, tramp-compat-delete-directory)
282         (tramp-compat-number-sequence, tramp-compat-process-running-p)
283         * net/tramp.el (top, with-progress-reporter)
284         (tramp-rfn-eshadow-setup-minibuffer)
285         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
286         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
287         (tramp-completion-mode-p, tramp-check-for-regexp)
288         (tramp-open-connection-setup-interactive-shell)
289         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
290         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
291         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
292         * net/tramp-cmds.el (tramp-cleanup-all-connections)
293         (tramp-reporter-dump-variable, tramp-load-report-modules)
294         (tramp-append-tramp-buffers)
295         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
297         * net/tramp-imap.el (top): Autoload `epg-make-context'.
299 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
301         * progmodes/compile.el (compilation-buffer-modtime): Rename from
302         buffer-modtime.  Adjust users.
304 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
306         * international/mule.el (auto-coding-alist): Only purecopy
307         car of each item, not the whole list (Bug#6083).
309 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
311         * progmodes/js.el (js-mode): Make paragraph variables local before
312         calling c-setup-paragraph-variables (Bug#6071).
314 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
316         * composite.el (compose-region, reference-point-alist): Fix typos
317         in the doc strings.
319 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
321         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
322         gnuplot's "set" command.
324 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
326         * abbrev.el (last-abbrev-text): Doc fix.
327         (abbrev-prefix-mark): Don't escape parenthesis.
329 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
331         * composite.el (find-composition): Doc fix.
333 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
335         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
336         (sql-oracle-program, sql-sqlite-options)
337         (sql-query-placeholders-and-send): Doc fixes.
338         (sql-set-product, sql-interactive-mode): Reflow docstrings.
339         (sql-imenu-generic-expression, sql-buffer)
340         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
341         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
342         (sql-mode-sybase-font-lock-keywords)
343         (sql-mode-informix-font-lock-keywords)
344         (sql-mode-interbase-font-lock-keywords)
345         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
346         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
347         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
348         (sql-product-feature, sql-highlight-product)
349         (comint-line-beginning-position, sql-rename-buffer)
350         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
351         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
352         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
353         Fix typos in docstrings.
355 2010-05-08  Juri Linkov  <juri@jurta.org>
357         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
358         property instead of `invisible' and `after-string' (bug#5998).
360 2010-05-08  Juri Linkov  <juri@jurta.org>
362         * image-mode.el (image-mode-as-text): Fix typo in docstring.
364 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
366         * filecache.el (file-cache-add-directory-list)
367         (file-cache-add-directory-recursively): Fix typos in docstrings.
369 2010-05-08  Kenichi Handa  <handa@m17n.org>
371         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
372         (gujarati-composable-pattern): Fix typo.
374 2010-05-08  Kenichi Handa  <handa@m17n.org>
376         * language/indian.el (oriya-composable-pattern)
377         (tamil-composable-pattern, malayalam-composable-pattern):
378         Add two-part vowels to "v" (vowel sign).
380 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
382         * files.el (copy-directory): Handle symlinks (Bug#5982).
384 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
386         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
387         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
388         (Bug#5846).
390 2010-05-08  Glenn Morris  <rgm@gnu.org>
392         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
394         * minibuffer.el (completion-at-point): Doc fix.
396 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
398         * electric.el (Electric-command-loop): Minor tweak.
400         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
401         better with dedicated windows.
403 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
405         * Version 23.2 released.
407 2010-05-07  Deniz Dogan <deniz.a.m.dogan@gmail.com>  (tiny change)
408             Stefan Monnier  <monnier@iro.umontreal.ca>
410         Highlight vendor specific properties.
411         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
412         (css-proprietary-property): New face.
413         (css-font-lock-keywords): Use them.
415 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
417         * cus-start.el (all): Add native condition for tool-bar-* symbols.
419 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
421         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
422         * files.el (auto-mode-alist): Remove redundant entries.
424         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
425         * simple.el (auto-save-mode): Move from files.el.
426         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
428 2010-05-07  Christian von Roques <roques@mti.ag> (tiny change)
430         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
432 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
434         * mail/binhex.el (binhex-decode-region-internal)
435         * mail/uudecode.el (uudecode-decode-region-internal)
436         * net/dns.el (dns-read-string-name, dns-write, dns-read)
437         (dns-read-type, dns-query)
438         * pgg-parse.el (pgg-parse-armor)
439         * pgg.el (pgg-verify-region)
440         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
441         XEmacs.
443         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
445 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
447         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
449         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
450         * emulation/cua-base.el (cua-repeat-replace-region):
451         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
452         (cua-cut-region-to-global-mark):
453         Remove text properties with `set-text-properties'.
455 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
457         * net/tramp.el (top, with-progress-reporter):
458         Use `symbol-function' inside `funcall'.
460         * net/tramp-compat.el (tramp-compat-file-attributes)
461         (tramp-compat-delete-file, tramp-compat-delete-directory):
462         Handle only `wrong-number-of-arguments' error.
464         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
465         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
466         inside `funcall'.
468 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
470         * minibuffer.el (completion--sreverse, completion--common-suffix):
471         New functions.
472         (completion-pcm--merge-completions): Extract common suffix when safe.
474         * emacs-lisp/easy-mmode.el (define-minor-mode):
475         Make :variable more flexible.
476         * files.el (auto-save-mode): Use it to define using define-minor-mode.
478 2010-05-05  Juri Linkov  <juri@jurta.org>
480         Add `slow' and `history' tags to the desktop data.
482         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
483         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
484         (Info-finder-find-node): Require `finder.el' to be able
485         to restore node from the desktop.
486         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
487         data `Info-history' and `slow' tag in the assoc list.
488         (Info-restore-desktop-buffer): Don't restore nodes with the
489         `slow' tag.  Restore `Info-history'.
491 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
493         Add FORCE argument to `delete-file'.
495         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
496         forcing to delete the temporary file.
497         (ange-ftp-delete-file): Add FORCE arg.
498         (ange-ftp-rename-remote-to-remote)
499         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
500         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
501         Force file deletion.
503         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
505         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
506         (tramp-handle-make-symbolic-link, tramp-handle-load)
507         (tramp-do-copy-or-rename-file-via-buffer)
508         (tramp-do-copy-or-rename-file-directly)
509         (tramp-do-copy-or-rename-file-out-of-band)
510         (tramp-handle-process-file, tramp-handle-call-process-region)
511         (tramp-handle-shell-command, tramp-handle-file-local-copy)
512         (tramp-handle-insert-file-contents, tramp-handle-write-region)
513         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
515         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
516         (tramp-fish-handle-make-symbolic-link)
517         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
519         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
520         Use `tramp-compat-delete-file'.
522         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
523         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
525         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
526         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
528         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
529         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
530         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
531         `tramp-compat-delete-file'.
533 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
535         Minor cleanups.
536         * subr.el (add-minor-mode): Use push.
537         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
538         * emulation/edt.el (edt-select-mode): Simplify.
540         Use define-minor-mode in more cases.
541         * term/tvi970.el (tvi970-set-keypad-mode):
542         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
543         (normal-erase-is-backspace-mode):
544         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
545         (set-scroll-bar-mode-1): (Re)move to its sole caller.
546         (get-scroll-bar-mode): New function.
547         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
549         Use define-minor-mode for less obvious cases.
550         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
551         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
552         * international/iso-ascii.el (iso-ascii-mode):
553         * frame.el (auto-raise-mode, auto-lower-mode):
554         * composite.el (global-auto-composition-mode): Use define-minor-mode.
556 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
558         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
559         in order to see error messages for failed logins.
561 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
563         * diff.el (diff-sentinel):
565         * epg.el (epg--make-temp-file, epg-decrypt-string)
566         (epg-verify-string, epg-sign-string, epg-encrypt-string):
568         * jka-compr.el (jka-compr-partial-uncompress)
569         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
571         * server.el (server-sentinel): Use delete-file's new FORCE arg
572         (Bug#6070).
574 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
576         Use define-minor-mode where applicable.
577         * view.el (view-mode):
578         * type-break.el (type-break-query-mode)
579         (type-break-mode-line-message-mode):
580         * textmodes/reftex.el (reftex-mode):
581         * term/vt100.el (vt100-wide-mode):
582         * tar-mode.el (tar-subfile-mode):
583         * savehist.el (savehist-mode):
584         * ibuf-ext.el (ibuffer-auto-mode):
585         * composite.el (auto-composition-mode):
586         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
587         Use define-minor-mode.
588         (vhdl-mode): Use static mode-line format.
589         (vhdl-mode-line-update): Delete.
590         (vhdl-create-mode-menu, vhdl-activate-customizations)
591         (vhdl-hs-minor-mode): Don't bother calling it.
593 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
595         * simple.el (with-wrapper-hook): Move.
596         (buffer-substring-filters): Mark obsolete.
597         (filter-buffer-substring-functions): New variable.
598         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
600         Use a mode-line spec rather than a static string in Semantic.
601         * cedet/semantic/util-modes.el:
602         (semantic-minor-modes-format): New var to replace...
603         (semantic-minor-modes-status): Remove.
604         (semantic-mode-line-update): Construct a mode-line spec rather than
605         a static string so that mouse buttons can be used on individual minor
606         modes and so that semantic-mode-line-update only needs to be called
607         when global settings are changed.
608         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
609         Call semantic-mode-line-update.
610         (semantic-toggle-minor-mode-globally): Don't assume mode is on
611         minor-mode-alist, check semantic-minor-mode-alist as well.
612         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
613         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
614         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
615         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
616         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
617         (define-semantic-idle-service, semantic-idle-summary-mode):
618         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
619         Don't call semantic-mode-line-update any more.
621 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
623         Use define-minor-mode in CEDET where applicable.
625         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
626         Use define-minor-mode.
628         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
629         Remove unused arg `keymap' and code redundant with define-minor-mode.
630         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
631         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
632         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
633         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
634         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
635         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
636         Use define-minor-mode.
637         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
638         (semantic-show-unmatched-syntax-mode-setup)
639         (semantic-show-parser-state-mode-setup)
640         (semantic-highlight-func-mode-setup): Inline into sole caller.
642         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
643         (semantic-mru-bookmark-mode): Use define-minor-mode.
644         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
646         * cedet/semantic/idle.el (define-semantic-idle-service):
647         Use define-minor-mode and inline setup function into its sole caller.
648         (semantic-idle-scheduler-mode-setup)
649         (semantic-idle-summary-mode-setup): Inline into sole caller.
650         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
651         Use define-minor-mode.
653         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
654         (semantic-decoration-mode): Use define-minor-mode.
655         (semantic-decoration-mode-setup): Inline into sole caller.
657         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
658         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
659         (ede-dired-add-to-target): Use dolist.
661 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
662             Michael Albinus  <michael.albinus@gmx.de>
664         Implement compression for inline methods.
666         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
667         (tramp-copy-size-limit): Allow also nil.
668         (tramp-inline-compress-commands): New defconst.
669         (tramp-find-inline-compress, tramp-get-inline-compress)
670         (tramp-get-inline-coding): New defuns.
671         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
672         replaced by `tramp-get-inline-coding'.
673         (tramp-handle-file-local-copy, tramp-handle-write-region)
674         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
676 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
678         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
679         Remove unused functions.
681         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
682         Set find-tag-default-function as a variable rather than a property.
684         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
685         * progmodes/etags.el (tags-completion-at-point-function):
686         Remove left over interactive spec.  Add autoloading stub.
687         (complete-tag): Use tags-completion-at-point-function.
689 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
691         * minibuffer.el (tags-completion-at-point-function): Fix return value.
693 2010-04-30  Eli Zaretskii  <eliz@gnu.org>
695         * composite.el (compose-region, reference-point-alist): Fix typos
696         in the doc strings.
698 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
700         * ido.el (ido-init-completion-maps): Remove C-v binding.
701         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
703 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
705         * minibuffer.el (tags-completion-at-point-function): New function.
706         (completion-at-point-functions): Use it.
708         * cedet/semantic.el (semantic-completion-at-point-function): New function.
709         (semantic-mode): Use semantic-completion-at-point-function for
710         completion-at-point-functions instead.
712         * progmodes/etags.el (complete-tag): Revert last change.
714 2010-04-29  Alan Mackenzie  <acm@muc.de>
716         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
717         off-by-one error (in end of macro position).
719 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
722         firefox is absent.  Don't autoload.
723         (browse-url-galeon-program): Don't autoload.
725 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
727         * bindings.el (complete-symbol): Move into minibuffer.el.
729         * minibuffer.el (complete-tag): Move from etags.el.  If tags
730         completion cannot be performed, return nil instead of signalling
731         an error.
732         (completion-at-point): Make it an alias for complete-symbol.
733         (complete-symbol): Move from bindings.el, and replace with the
734         body of completion-at-point.
736         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
738         * cedet/semantic.el (semantic-mode): When enabled, add
739         semantic-ia-complete-symbol to completion-at-point-functions.
741         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
742         if Semantic is not active.
744 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
746         * net/tramp.el (tramp-remote-selinux-p): New defun.
747         (tramp-handle-file-selinux-context)
748         (tramp-handle-set-file-selinux-context): Use it.
750 2010-04-28  Sam Steingold  <sds@gnu.org>
752         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
753         `safe-local-variable' if the value is a string or a symbol with
754         the property `bug-reference-url-format'.
756 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
758         * progmodes/bug-reference.el (bug-reference-url-format): Revert
759         2010-04-27 change due to security risk.
761 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
763         Make it possible to locally disable a globally enabled mode.
764         * simple.el (fundamental-mode): Run fundamental-mode-hook.
765         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
766         rather than kill-all-local-variables so it runs fundamental-mode-hook.
767         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
768         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
769         that subsequent hooks get a chance to disable it.
771 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
773         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
774         Avoid re-enabling a minor mode after the user turned the minor mode
775         off if MODE-enable-in-buffers is run twice (typically once from
776         fundamental-mode's after-change-major-mode-hook and a second time from
777         run-mode-hook's own after-change-major-mode-hook).
779         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
781 2010-04-27  Sam Steingold  <sds@gnu.org>
783         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
784         `safe-local-variable' if the value is a string or a function, as
785         documented and implemented on 2010-04-02.
787 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
789         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
790         when method is 'kill.
792 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
794         * ispell.el (ispell-init-process): Fix personal dictionary condition
795         in default directory check.
796         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
797         Kill ispell process when killing its associated buffer.
799 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
801         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
802         but we aren't using it.
804 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
806         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
807         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
809 2010-04-24  Glenn Morris  <rgm@gnu.org>
811         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
812         Ignore VCS-ignore files, and deleted nextstep preferences files.
813         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
814         (authors-ambiguous-files): New list.
815         (authors-valid-file-names): Add some deleted files.
816         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
817         (authors-disambiguate-file-name): New function.  (Bug#5501)
818         (authors-canonical-file-name): Doc fix.
819         Don't warn about obsolete files.
820         (authors-canonical-file-name, authors-scan-el):
821         Use authors-disambiguate-file-name.
823         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
824         Add autoload cookies.
825         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
826         (generated-autoload-file): Set file-local value to "htmlfontify.el".
827         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
828         They have definitions / compiler macros in cl.el.
829         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
830         Replace manual autoloads with generated ones.
831         (htmlfontify-unload-rgb-file): Remove autoload.
832         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
834 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
836         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
837         (byte-compile-setq-default): Optimize for the
838         single-var case and don't call byte-compile-form in this case to avoid
839         inf-loop with byte-compile-set-default.
841         * progmodes/compile.el (compilation-start): Abbreviate default directory.
843 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
845         Implement SELINUX backends.
847         * net/tramp.el (tramp-file-name-handler-alist):
848         Add `file-selinux-context' and `set-file-selinux-context'.
849         (tramp-handle-file-selinux-context)
850         (tramp-handle-set-file-selinux-context): New defuns.
851         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
852         Handle PRESERVE-SELINUX-CONTEXT.
854         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
855         Add `file-selinux-context' and `set-file-selinux-context'.
856         (tramp-gvfs-handle-file-selinux-context)
857         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
858         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
860         * net/ange-ftp.el (ange-ftp-copy-file):
861         * net/tramp-fish.el (tramp-fish-handle-copy-file):
862         * net/tramp-imap.el (tramp-imap-handle-copy-file):
863         * net/tramp-smb.el (tramp-smb-handle-copy-file):
864         Add PRESERVE-SELINUX-CONTEXT.
866 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
868         Synchronize with Tramp repository.
870         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
871         (tramp-action-process-alive, tramp-action-out-of-band)
872         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
873         (tramp-exists-file-name-handler): Fix docstring.
874         (with-progress-reporter): New defmacro.
875         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
876         (tramp-maybe-open-connection): Use it.
878 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
880         Detect ssh 'ControlMaster' argument automatically in some cases.
882         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
883         (tramp-default-method): Use it.
885 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
887         * net/tramp.el (tramp-handle-copy-file): Add new optional
888         parameter `preserve-selinux-context'.
889         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
891 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
893         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
894         Ensure, that non remote files are still checked.  Oops.
896 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
898         Fix Bug#5840.
900         * icomplete.el (icomplete-completions): Use `non-essential'.
902         * net/tramp.el (tramp-connectable-p): New defun.
903         (tramp-handle-expand-file-name)
904         (tramp-completion-handle-file-name-all-completions)
905         (tramp-completion-handle-file-name-completion): Use it.
907 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
911 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
913         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
915         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
917         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
918         is present.
920         * info.el (info-tool-bar-map): Add labels.
922         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
924         * cus-edit.el (custom-commands): Add labels for tool bar.
925         (custom-buffer-create-internal, Custom-mode): Adjust for
926         labels in custom-commands.
928         * dynamic-setting.el: Renamed from font-setting.el.
930 2010-04-21  John Wiegley  <jwiegley@gmail.com>
932         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
933         toggles the use of virtual buffers.
934         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
935         value.
936         (ido-toggle-virtual-buffers): New function.
938 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
940         Use `define-derived-mode'; fix window selection; doc fixes.
941         * play/tetris.el (tetris, tetris-update-speed-function)
942         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
943         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
944         (tetris-rotate-next, tetris-end-game, tetris-start-game)
945         (tetris-pause-game): Fix typos in docstrings.
946         (tetris-mode-map, tetris-null-map):
947         Move initialization into declaration.
948         (tetris-mode): Define with `define-derived-mode';
949         set show-trailing-whitespace to nil.
950         (tetris): Prefer window already displaying the "*Tetris*" buffer.
952 2010-04-21  Karel Klíč  <kklic@redhat.com>
954         * files.el (backup-buffer): Handle SELinux context, and return it
955         if a backup was made by renaming.
956         (backup-buffer-copy): Set SELinux context to the target file.
957         (basic-save-buffer): Set SELinux context of the newly written file.
958         (basic-save-buffer-1): Now it also returns any SELinux context.
959         (basic-save-buffer-2): Set SELinux context of the newly created file,
960         and return it.
961         * net/tramp.el (tramp-file-name-for-operation):
962         Add file-selinux-context.
964 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
966         Make the log-edit comments use RFC822 format throughout.
968         * vc.el (vc-checkin, vc-modify-change-comment):
969         Adjust to new vc-start/finish-logentry.
970         (vc-find-conflicted-file): New command.
971         (vc-transfer-file): Adjust to new vc-checkin.
972         (vc-next-action): Improve scoping.
974         * vc-hg.el (vc-hg-log-edit-mode): Remove.
975         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
977         * vc-git.el (vc-git-log-edit-mode): Remove.
978         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
979         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
981         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
982         (vc-start-logentry): Remove argument `extra'.
983         (vc-finish-logentry): Remove extra args.
985         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
986         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
987         (vc-bzr-conflicted-files): New function.
989         * log-edit.el (log-edit-extra-flags)
990         (log-edit-before-checkin-process): Remove.
991         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
992         (log-edit-headers-alist): New var.
993         (log-edit-header-contents-regexp): New const.
994         (log-edit-match-to-eoh): New function.
995         (log-edit-font-lock-keywords): Use them.
996         (log-edit): Insert a "Summary:" header as default.
997         (log-edit-mode): Mark font-lock rules as case-insensitive.
998         (log-edit-done): Cleanup headers.
999         (log-view-process-buffer): Remove.
1000         (log-edit-extract-headers): New function to replace it.
1002 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1004         * subr.el (default-direction-reversed): Remove obsolescence info.
1006 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1008         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1009         windows/frames.
1011         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1012         I.e. include text after point in the completion region.
1013         Also, return nil when we're not after/in a symbol.
1015         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1016         default enable-multibyte-characters.
1018 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1020         * international/mule.el: Help the user choose a valid coding-system.
1021         (read-buffer-file-coding-system): New function.
1022         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1023         coding-system cannot encode all the chars.
1025         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1026         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1027         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1028         Don't use *vc-bzr-shelve*.
1030 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1032         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1033         Don't destroy list before using it.
1035 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1037         Fix the version number for added files.
1038         * vc-hg.el (vc-hg-working-revision): Check if the file is
1039         registered after hg parent fails (Bug#5961).
1041 2010-04-19  Glenn Morris  <rgm@gnu.org>
1043         * htmlfontify.el (htmlfontify-buffer)
1044         (htmlfontify-copy-and-link-dir): Autoload entry points.
1046 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1048         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1049         name relative to the project root (Bug#5960).
1051 2010-04-19  Glenn Morris  <rgm@gnu.org>
1053         * vc-git.el (vc-git-print-log): Doc fix.
1055 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1057         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1059 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1061         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1062         default settings (Bug#5928).
1064 2010-04-19  Glenn Morris  <rgm@gnu.org>
1066         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1067         New function.
1068         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1070 2010-04-19  Kenichi Handa  <handa@m17n.org>
1072         * language/indian.el (malayalam-composable-pattern): Fix previous
1073         change (add U+0D4D "SIGN VIRAMA").
1074         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1075         (tamil-composable-pattern): Fix typo in the regexp.
1076         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1077         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1078         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1080 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1082         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1083         paragraph-separate (Bug#5821).
1085 2010-04-19  Juri Linkov  <juri@jurta.org>
1087         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1089         * info.el (Info-find-node-2): Comment out code that skips
1090         breadcrumbs line.
1091         (Info-mouse-follow-link): New command.
1092         (Info-link-keymap): New keymap.
1093         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1094         Return a string with links instead of inserting breadcrumbs
1095         to the Info buffer.
1096         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1097         Instead of putting the `invisible' text property over the Info
1098         header, make an overlay over the Info header with the `invisible'
1099         property and `after-string' set to the string returned by
1100         `Info-breadcrumbs'.
1102 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1104         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1105         Reported by monkey@sandpframing.com.
1107 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1109         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1110         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1111         available in the "keyseq cache" any more.
1113         * custom.el (defcustom): Add edebug spec.
1115 2010-04-18  Juri Linkov  <juri@jurta.org>
1117         Test for special mode-class in view-buffer instead of view-file (bug#5513).
1119         * view.el (view-file, view-buffer): Move test for special mode-class
1120         from view-file to view-buffer.
1122         * tar-mode.el (tar-extract): Turn if's into one cond
1123         like in arc-mode.el.
1125 2010-04-18  Juri Linkov  <juri@jurta.org>
1127         Add 7z archive format support (bug#5475).
1129         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1130         (archive-7z-extract): New defcustom.
1131         (archive-find-type): Add magic string for 7z.
1132         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1133         If `stderr-file' is non-nil, use `(t stderr-file)' for the
1134         `buffer' arg of `call-process'.
1135         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1136         call the function `archive-7z-extract' with the variable
1137         `archive-7z-extract' let-bound to `archive-zip-extract'.
1138         (archive-7z-summarize, archive-7z-extract): New functions.
1140         * international/mule.el (auto-coding-alist):
1141         * files.el (auto-mode-alist): Add 7z file extension.
1143 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1145         * loadup.el: Setup hash-cons for pure data.
1147         Fix duplicate entries in cedet's loaddefs.el files.
1148         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1149         Should make most file-local generated-autoload-file unnecessary.
1150         (print-readably): Silence warnings.
1151         (autoload-find-destination): Take load-name as an arg to make sure
1152         it's the same as the one that will be in the file.
1153         (autoload-generate-file-autoloads): Adjust to above changes.
1154         Try to make the dataflow a bit simpler.
1156         * cvs-status.el (cvs-refontify): Remove unused.
1158 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1160         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1162         * calc-bin.el (calc-radix): Have the "O" option turn on
1163         twos-complement mode.
1165 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
1167         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1168         Add `calc-option-prefix-help' to calc-help autoloads.
1169         (calc-inverse): Add "Option" to message, as appropriate.
1170         (calc-hyperbolic): Add "Option" to message, as appropriate.
1171         (calc-option, calc-is-option): New functions.
1173         * calc-help.el (calc-full-help): Add `calc-option-help'.
1174         (calc-option-prefix-help): New function.
1176         * calc-misc.el (calc-help): Add "Option" entry.
1178         * calc.el (calc-local-var-list): Add `calc-option-flag'.
1179         (calc-option-flag): New variable.
1180         (calc-do): Set `calc-option-flag to nil.
1181         (calc-set-mode-line): Add "Opt " as appropriate.
1183 2010-04-16  Juri Linkov  <juri@jurta.org>
1185         Move scrolling commands from simple.el to window.el
1186         because their primitives are implemented in window.c.
1188         * simple.el (scroll-error-top-bottom)
1189         (scroll-up-command, scroll-down-command, scroll-up-line)
1190         (scroll-down-line, scroll-other-window-down)
1191         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1192         * window.el (scroll-error-top-bottom)
1193         (scroll-up-command, scroll-down-command, scroll-up-line)
1194         (scroll-down-line, scroll-other-window-down)
1195         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1196         Move from simple.el to window.el because their primitives are
1197         implemented in window.c.
1199 2010-04-16  Juri Linkov  <juri@jurta.org>
1201         * isearch.el (isearch-lookup-scroll-key): Check both
1202         `isearch-scroll' and `scroll-command' properties.
1203         (scroll-up, scroll-down): Remove `isearch-scroll' property.
1205         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1207         * simple.el (scroll-up-command, scroll-down-command)
1208         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1210 2010-04-15  Juri Linkov  <juri@jurta.org>
1212         * simple.el (scroll-up-command, scroll-down-command)
1213         (scroll-up-line, scroll-down-line): Put `scroll-command'
1214         property on the these symbols.  Remove them from
1215         `scroll-preserve-screen-position-commands'.
1217         * mwheel.el (mwheel-scroll): Put `scroll-command' and
1218         `isearch-scroll' properties on the `mwheel-scroll' symbol.
1219         Remove it from `scroll-preserve-screen-position-commands'.
1221         * isearch.el (isearch-allow-scroll): Doc fix.
1223 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
1225         * net/tramp.el (tramp-error-with-buffer): Don't show the
1226         connection buffer when we are in completion mode.
1227         (tramp-file-name-handler): Catch the error for some operations
1228         when we are in completion mode.  This gives the user the chance to
1229         correct the file name in the minibuffer.
1231 2010-04-15  Glenn Morris  <rgm@gnu.org>
1233         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1235 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
1237         Simplify by using `define-derived-mode'.
1238         * info.el (Info-mode):
1239         * calendar/todo-mode.el (todo-mode):
1240         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1241         (gomoku-mode-map): Move initialization into declaration.
1243 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
1245         Fix Bug#5840.
1246         * ido.el (ido-file-name-all-completions-1):
1247         * minibuffer.el (minibuffer-completion-help):
1248         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1250 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1252         * simple.el (non-essential): New var.
1254         Add a new field `location' to bookmarks for non-file bookmarks.
1255         * bookmark.el (bookmark-location): Use the new field, if present.
1256         (bookmark-insert-location): Undo last change, not needed any more.
1257         * man.el (Man-bookmark-make-record):
1258         * woman.el (woman-bookmark-make-record): Add `location' field.
1260 2010-04-14  Juri Linkov  <juri@jurta.org>
1262         * simple.el (scroll-error-top-bottom): New defcustom.
1263         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
1265         * emulation/pc-select.el (pc-select-override-scroll-error):
1266         Obsolete in favor of `scroll-error-top-bottom'.
1268 2010-04-14  Juri Linkov  <juri@jurta.org>
1270         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1271         `scroll-up-command' and `M-v' to `scroll-down-command'.
1273         * emulation/cua-rect.el (cua--init-rectangles):
1274         * forms.el (forms--change-commands):
1275         * image-mode.el (image-mode-map):
1276         Remap scroll-down-command and scroll-up-command
1277         in addition to scroll-down and scroll-up.
1279 2010-04-14  Juri Linkov  <juri@jurta.org>
1281         * mwheel.el (scroll-preserve-screen-position-commands):
1282         Add mwheel-scroll to this list of commands.
1284         * simple.el (scroll-preserve-screen-position-commands):
1285         Add scroll-up-command, scroll-down-command, scroll-up-line,
1286         scroll-down-line to this list of commands.
1288 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1290         * obsolete/complete.el: Move from lisp/complete.el.
1292         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1294         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1295         to the minor mode function now turns the mode ON unconditionally.
1297 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1299         * vc-dir.el (vc-dir-kill-line): New command.
1300         (vc-dir-mode-map): Bind it to C-k.
1302         * bookmark.el (bookmark-insert-location): Handle a nil filename.
1304         * woman.el: Add bookmark declarations to silence the compiler.
1305         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1306         step to compatibility between man and woman bookmarks.
1307         Adjust for Man-default-bookmark-title renaming.
1308         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
1310         * man.el: Add bookmark declarations to silence the compiler.
1311         (Man-name-local-regexp): Make it match NAME as well.
1312         (Man-getpage-in-background): Return the buffer.
1313         (Man-notify-when-ready): Use `case'.
1314         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1315         Don't hardcode "NAME".  Simplify.
1316         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1317         Rename from Man-bookmark-make-record.
1318         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
1319         we have the actual man-args.  Use Man-getpage-in-background rather
1320         than `man' since the arg is already processed.  Let bookmark.el do the
1321         window handling.  Only wait for the relevant process.
1322         Don't forget to autoload.
1324         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1326 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1328         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1329         New functions.
1330         (woman-mode): Setup bookmark support.
1332         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1333         (man-bookmark-jump): New functions.
1334         (Man-mode): Setup bookmark support.
1336 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
1338         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1339         recognize ssh-keygen prompt (Bug#2817).
1341 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1343         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1345 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1347         Synchronize with Tramp repository.
1349         * net/tramp.el (tramp-completion-function-alist)
1350         (tramp-file-name-regexp, tramp-chunksize)
1351         (tramp-local-coding-commands, tramp-remote-coding-commands):
1352         Fix docstring.
1353         (tramp-remote-process-environment): Use `format' instead of `concat'.
1354         (tramp-handle-directory-files-and-attributes)
1355         (tramp-get-remote-path): Use `copy-tree'.
1356         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1357         compatibility: Use `completion-ignore-case' if
1358         `read-file-name-completion-ignore-case' does not exist.
1359         (tramp-do-copy-or-rename-file-directly): Do not use
1360         `tramp-handle-file-remote-p'.
1361         (tramp-do-copy-or-rename-file-out-of-band):
1362         Use `tramp-compat-delete-directory'.
1363         (tramp-do-copy-or-rename-file-out-of-band)
1364         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1365         Use `format-spec-make'.
1366         (tramp-find-foreign-file-name-handler)
1367         (tramp-advice-make-auto-save-file-name)
1368         (tramp-set-auto-save-file-modes): Remove superfluous check for
1369         `stringp'.  This is done inside `tramp-tramp-file-p'.
1370         (tramp-debug-outline-regexp): New defconst.
1371         (tramp-get-debug-buffer): Use it.
1372         (tramp-check-for-regexp): Use (forward-line 1).
1373         (tramp-set-auto-save-file-modes): Adapt version check.
1375         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1376         Wrap call of `featurep' for 2nd argument.
1377         (tramp-compat-make-temp-file): Simplify fallback implementation.
1378         (tramp-compat-copy-tree): Remove function.
1379         (tramp-compat-delete-directory): Provide implementation for older
1380         Emacsen.
1382         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1383         Do not use `tramp-fish-handle-file-attributes.
1385         * net/trampver.el: Update release number.
1387 2010-04-10  Glenn Morris  <rgm@gnu.org>
1389         * progmodes/compile.el (compilation-save-buffers-predicate):
1390         Add missing :version tag.
1392 2010-04-09  Sam Steingold  <sds@gnu.org>
1394         * progmodes/compile.el (compilation-save-buffers-predicate):
1395         Remove the "autoload" cookie.
1397         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1398         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1399         and `bug-reference-prog-mode' can be used in hooks directly.
1401 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1403         Add --author support to git commit.
1404         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1405         (vc-git-log-edit-mode): New minor mode.
1406         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1407         New declarations.
1409 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
1411         * vc-hooks.el, vc-git.el: Improve documentation comments.
1413 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         Fix some of the problems in defsubst* (bug#5728).
1416         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1417         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1419 2010-04-07  Sam Steingold  <sds@gnu.org>
1421         * progmodes/compile.el (compilation-save-buffers-predicate):
1422         New custom variable.
1423         (compile, recompile): Pass it to `save-some-buffers'.
1425 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
1427         * wid-edit.el (widget-choose): Move cursor to the second line of
1428         the buffer (Bug#5695).
1430 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1432         Add new VC methods: vc-log-incoming and vc-log-outgoing.
1433         * vc.el (vc-print-log-setup-buttons): New function split out from
1434         vc-print-log-internal.
1435         (vc-log-internal-common): New function, a parametrized version of
1436         vc-print-log-internal.
1437         (vc-print-log-internal): Just call vc-log-internal-common with the
1438         right arguments.
1439         (vc-incoming-outgoing-internal):
1440         (vc-log-incoming, vc-log-outgoing): New functions.
1441         (vc-log-view-type): New permanent local variable.
1443         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1445         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1446         of the dynamic bound vc-short-log.
1447         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1449         * vc-git.el (vc-git-log-outgoing): New function.
1450         (vc-git-log-view-mode): Use vc-log-view-type instead
1451         of the dynamic bound vc-short-log.
1453         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1454         of the dynamic bound vc-short-log.  Highlight the tag.
1455         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1456         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1457         (vc-hg-incoming-mode): Remove.
1458         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1460 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1462         Fix default-directory for vc-root-diff.
1463         * vc.el (vc-root-diff): Bind default-directory to the root
1464         directory for the diff command.
1466 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
1468         * progmodes/verilog-mode.el (verilog-forward-sexp):
1469         (verilog-calc-1): Support "disable fork" and "fork wait" multi
1470         word keywords, suggested by Steve Pearlmutter.
1471         (verilog-pretty-declarations): Support lineup of declarations in
1472         port lists.
1473         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1474         fix bug for /* / comments
1475         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1476         Speed up and simplfy as this is never called with a bound.
1477         (verilog-pretty-declarations): Enhance to line up declarations
1478         inside a parameter list, suggested by Alan Morgan.
1479         (verilog-pretty-expr): Tune assignment regular expression match
1480         string for corner cases; also use markers instead of character
1481         number as indent changes the later.
1483 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
1485         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1486         as missing keyword.
1487         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1488         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
1489         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1490         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
1491         Tennant.
1492         (verilog-keywords):
1493         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1494         1800-2009 keywords, including "global.".
1496 2010-04-06  John Wiegley  <jwiegley@gmail.com>
1498         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
1499         appearing in buffer list (if a live buffer name matched a recentf
1500         file basename).  Should use uniquify to offer a real solution.
1502 2010-04-06  John Wiegley  <jwiegley@gmail.com>
1504         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
1505         comment to code, and add a :version tag.
1506         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
1508 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
1510         Enable recentf-mode if using virtual buffers.
1511         * ido.el (recentf-list): Declare for byte-compiler.
1512         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
1513         (ido-make-buffer-list): Simplify.
1514         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
1516 2010-04-05  Juri Linkov  <juri@jurta.org>
1518         Scrolling commands which scroll a line instead of full screen.
1519         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1521         * simple.el (scroll-up-line, scroll-down-line): New commands.
1522         Put property isearch-scroll=t on them.
1524         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
1525         Remove commands.
1527 2010-04-05  Juri Linkov  <juri@jurta.org>
1529         Scrolling commands which do not signal errors at top/bottom.
1530         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1532         * simple.el (scroll-up-command, scroll-down-command): New commands.
1533         Put property isearch-scroll=t on them.
1535         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
1536         `scroll-down-command' and [next] from `scroll-up' to
1537         `scroll-up-command'.
1539         * emulation/cua-base.el: Put property CUA=move on
1540         `scroll-up-command' and `scroll-down-command'.
1541         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
1542         and `scroll-down-command' to `cua-scroll-down'.
1544 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
1546         * help.el (describe-mode): Return nil.
1548 2010-04-04  John Wiegley  <jwiegley@gmail.com>
1550         * ido.el (ido-use-virtual-buffers): New variable to indicate
1551         whether "virtual buffer" support is enabled for IDO.
1552         (ido-virtual): Face used to indicate virtual buffers in the list.
1553         (ido-buffer-internal): If a buffer is chosen, and no such buffer
1554         exists, but a virtual buffer of that name does (which would be why
1555         it was in the list), recreate the buffer by reopening the file.
1556         (ido-make-buffer-list): If virtual buffers are being used, call
1557         `ido-add-virtual-buffers-to-list' before the make list hook.
1558         (ido-virtual-buffers): New variable which contains a copy of the
1559         current contents of the `recentf-list', albeit pared down for the
1560         sake of speed, and with proper faces applied.
1561         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
1562         create a list of "virtual buffers" to present to the user in
1563         addition to the currently open set.  Note that this logic could
1564         get rather slow if that list is too large.  With the default
1565         `recentf-max-saved-items' of 200, there is little speed penalty.
1567 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * font-lock.el: Require CL when compiling.
1570         (font-lock-turn-on-thing-lock): Use `case'.
1572 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
1574         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
1575         Zaretskii.
1577 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
1579         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1580         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1581         (semantic-imenu-goto-function): Reflow docstring.
1583 2010-04-02  Juri Linkov  <juri@jurta.org>
1585         * ehelp.el (electric-help-orig-major-mode):
1586         New buffer-local variable.
1587         (electric-help-mode): Set it to original major-mode.  Doc fix.
1588         (with-electric-help): Use `electric-help-orig-major-mode' instead
1589         of (default-value 'major-mode).  Doc fix.
1590         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
1592 2010-04-02  Sam Steingold  <sds@gnu.org>
1594         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1595         `vc-hg-command' with a list of flags.
1597         * progmodes/bug-reference.el (bug-reference-bug-regexp):
1598         Also accept "patch" and "RFE".
1599         (bug-reference-fontify): `bug-reference-url-format' can also be a
1600         function to be able to handle the bug kind.
1601         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
1603 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
1605         * tmm.el (tmm-get-keymap): Check with symbolp before passing
1606         value to fboundp, it may not be a symbol.
1608 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1610         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1612 2010-03-31  Juri Linkov  <juri@jurta.org>
1614         * simple.el (next-line, previous-line): Re-throw a signal
1615         with `signal' instead of using `ding'.
1616         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1618 2010-03-31  Juri Linkov  <juri@jurta.org>
1620         * simple.el (keyboard-escape-quit): Raise deselecting the active
1621         region higher than exiting the minibuffer.
1622         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1624 2010-03-31  Juri Linkov  <juri@jurta.org>
1626         * image.el (image-animated-p): Use `image-metadata' instead of
1627         `image-extension-data'.  Get GIF extenstion data from metadata
1628         property `extension-data'.
1630 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1632         * simple.el (append-to-buffer): Simplify.
1634 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
1636         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1637         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1639 2010-03-31  Kenichi Handa  <handa@m17n.org>
1641         * language/sinhala.el (composition-function-table): Fix regexp for
1642         the new Unicode specification.
1644         * language/indian.el (devanagari-composable-pattern)
1645         (tamil-composable-pattern, kannada-composable-pattern)
1646         (malayalam-composable-pattern): Adjust for the new Unicode
1647         specification.
1648         (bengali-composable-pattern, gurmukhi-composable-pattern)
1649         (gujarati-composable-pattern, oriya-composable-pattern)
1650         (telugu-composable-pattern): New variables to cope with the new
1651         Unicode specification.  Use them in composition-function-table.
1653 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         Make tmm-menubar work for the Buffers menu again (bug#5726).
1656         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1657         vectors rather than cons cells, as used in menu-bar-update-buffers.
1659 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1661         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1662         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1663         electric punctuation for "{}();,:" (Bug#5586).
1665         * mail/sendmail.el (mail-default-directory): Doc fix.
1667 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1669         * mail/sendmail.el (mail-default-directory): Doc fix.
1671 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1673         * subr.el (version-regexp-alist, version-to-list)
1674         (version-list-<, version-list-=, version-list-<=)
1675         (version-list-not-zero, version<, version<=, version=): Doc fix.
1676         (Bug#5744).
1678 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
1680         * vc.el (vc-root-diff): Doc fix.
1682 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1684         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1686         * simple.el (append-to-buffer): Fix last change.
1688 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1690         * simple.el (append-to-buffer): Ensure that point is preserved if
1691         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1692         (Bug#5749)
1694 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1696         * files.el (auto-mode-case-fold): Change default to t.
1698 2010-03-30  Juri Linkov  <juri@jurta.org>
1700         * dired-x.el (dired-omit-mode): Doc fix.
1702 2010-03-30  Juri Linkov  <juri@jurta.org>
1704         * replace.el (occur-accumulate-lines): Move occur-engine related
1705         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1706         to be located after `occur-engine'.
1708 2010-03-30  Juri Linkov  <juri@jurta.org>
1710         Make occur handle multi-line matches cleanly with context.
1711         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1713         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1714         (occur-engine): Add local variables `ret', `prev-after-lines',
1715         `prev-lines'.  Use more arguments for `occur-context-lines'.
1716         Set first elem of its returned list to `data', and the second elem
1717         to `prev-after-lines'.  Don't print the separator line.
1718         In the end, print remaining context after-lines.
1719         (occur-context-lines): Add new arguments `begpt', `endpt',
1720         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
1721         after-lines of the previous match with before-lines of the
1722         current match and not overlap them.  Return a list with two
1723         values: the output line and the list of context after-lines.
1725 2010-03-30  Juri Linkov  <juri@jurta.org>
1727         * replace.el (occur-accumulate-lines): Fix a bug where the first
1728         context line at the beginning of the buffer was missing.
1730 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
1732         * files.el: Make bidi-display-reordering safe variable for boolean
1733         values.
1735 2010-03-29  Phil Hagelberg  <phil@evri.com>
1736             Chong Yidong  <cyd@stupidchicken.com>
1738         * subr.el: Extend progress reporters to perform "spinning".
1739         (progress-reporter-update, progress-reporter-do-update):
1740         Handle non-numeric value arguments.
1741         (progress-reporter--pulse-characters): New var.
1743 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1745         * progmodes/compile.el (compilation-start): Fix regexp detection
1746         of initial cd command (Bug#5771).
1748 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
1750         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1752 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
1754         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1755         * lisp/progmodes/gdb-mi.el: Restore.
1756         * lisp/progmodes/gdb-ui.el: Remove.
1757         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1759 2010-03-25  Glenn Morris  <rgm@gnu.org>
1761         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1762         all dired buffers, even tramp ones.  (Bug#5755)
1764 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1766         Add "union tags" in mpc.el.
1767         * mpc.el: Remove backward compatibility code.
1768         (mpc-browser-tags): Change default.
1769         (mpc--find-memoize-union-tags): New var.
1770         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1771         (mpc-cmd-find): Handle the case where the playlist does not exist.
1772         Handle union-tags.
1773         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
1774         (mpc-cmd-add): Use mpc-cmd-flush.
1775         (mpc-tagbrowser-tag-name): New fun.
1776         (mpc-tagbrowser-buf): Use it.
1777         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
1779 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1781         Misc cleanup.
1782         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1783         Use replace-regexp-in-string.
1784         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1785         (makefile-imake-mode-syntax-table): Move init into defvar.
1786         (makefile-mode): Use define-derived-mode.
1788         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1789         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1790         not be present any more.
1792 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1794         * faces.el (set-face-attribute): Fix typo in docstring.
1795         (face-valid-attribute-values): Reflow docstring.
1797         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1799 2010-03-24  Glenn Morris  <rgm@gnu.org>
1801         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1803 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1805         * indent.el (indent-for-tab-command): Doc fix.
1807 2010-03-24  Alan Mackenzie  <acm@muc.de>
1809         * progmodes/cc-engine.el (c-remove-stale-state-cache):
1810         Fix off-by-one error.  Fixes bug #5747.
1812 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1814         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1815         (image-dired-read-comment): Doc fix.
1817         * json.el (json-object-type, json-array-type, json-key-type)
1818         (json-false, json-null, json-read-number):
1819         * minibuffer.el (completion-in-region-functions):
1820         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1821         (cal-tex-cursor-week):
1822         * emacs-lisp/trace.el (trace-function):
1823         * eshell/em-basic.el (eshell/printnl):
1824         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1825         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1826         * obsolete/levents.el (allocate-event, event-key, event-object)
1827         (event-point, event-process, event-timestamp, event-to-character)
1828         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1829         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1830         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1831         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1832         (reftex-highlight-selection): Fix typos in docstrings.
1834 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1836         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1838 2010-03-24  Glenn Morris  <rgm@gnu.org>
1840         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1841         2008-02-13 without comment; mark it obsolete.
1842         (rmail-highlight-headers): Use rmail-highlight-face once more.
1844 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1846         * woman.el (woman2-process-escapes): Only consume the newline if
1847         the filler character is on a line by itself (Bug#5729).
1849 2010-03-24  Kenichi Handa  <handa@m17n.org>
1851         * language/indian.el (devanagari-composable-pattern): Add more
1852         consonants.
1854 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1856         * net/trampver.el: Update release number.
1858 2010-03-24  Glenn Morris  <rgm@gnu.org>
1860         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1862 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1864         * net/tramp.el (tramp-find-executable):
1865         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1866         output of "wc -l" more robust.
1867         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1868         (tramp-open-connection-setup-interactive-shell): Remove workaround
1869         for OpenSolaris bug, it is not needed anymore.
1871 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
1873         * cedet/semantic/imenu.el: New file, from the CEDET repository
1874         (Bug#5412).
1876 2010-03-24  Glenn Morris  <rgm@gnu.org>
1878         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1880 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
1882         * files.el (auto-mode-alist): Accept more verilog file patterns.
1884 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1886         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1888 2010-03-24  Glenn Morris  <rgm@gnu.org>
1890         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1891         log-edit-before-checkin-process.
1893         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1895         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1897         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1898         (log-view-process-buffer, log-edit-extra-flags): Declare.
1900         * log-edit.el (log-edit-before-checkin-process): Doc fix.
1902         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1903         Consistently check ede-object is bound throughout.
1905         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1907 2010-03-23  Sam Steingold  <sds@gnu.org>
1909         Fix bug#5620: recalculate all markers on compilation buffer
1910         modifications, not on file modifications.
1911         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1912         the buffer modification time, for buffers not associated with files.
1913         (compilation-mode): Create it.
1914         (compilation-filter): Update it.
1915         (compilation-next-error-function): Use it instead of
1916         `visited-file-modtime' for timestamp.
1918 2010-03-23  Juri Linkov  <juri@jurta.org>
1920         Implement Occur multi-line matches.
1921         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1923         * replace.el (occur): Doc fix.
1924         (occur-engine): Set `begpt' to the beginning of the first line.
1925         Set `endpt' to the end of the last match line.  At first, count
1926         line numbers between `origpt' and `begpt'.  Split out code from
1927         `out-line' variable to new let-bindings `match-prefix' and
1928         `match-str'.  In `out-line' add non-numeric prefix to all
1929         non-first lines of multi-line matches.  Finally, count lines
1930         between `begpt' and `endpt' and add to `lines'.
1932 2010-03-23  Juri Linkov  <juri@jurta.org>
1934         * replace.el (occur-accumulate-lines, occur-engine):
1935         Use `occur-engine-line' instead of duplicate code.
1936         (occur-engine-line): New function created from duplicate code
1937         in `occur-accumulate-lines' and `occur-engine'.
1939         * replace.el (occur-engine-line): Add optional arg `keep-props'.
1940         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1942 2010-03-23  Juri Linkov  <juri@jurta.org>
1944         * finder.el: Remove TODO tasks.
1946         * info.el (Info-finder-find-node): Add node "all"
1947         with all package info.  Handle a list of multiple keywords
1948         separated by comma.
1949         (info-finder): In interactive use with a prefix argument,
1950         use `completing-read-multiple' to read a list of keywords
1951         separated by comma.
1953 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1955         Add a new completion style `substring'.
1956         * minibuffer.el (completion-basic--pattern): New function.
1957         (completion-basic-try-completion, completion-basic-all-completions):
1958         Use it.
1959         (completion-substring--all-completions)
1960         (completion-substring-try-completion)
1961         (completion-substring-all-completions): New functions.
1962         (completion-styles-alist): New style `substring'.
1964 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1966         Get rid of .elc files after removal of the corresponding .el.
1967         * Makefile.in (compile-clean): New target.
1968         (compile-main): Use it.
1970 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
1972         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1973         don't do make there.  When compiling with separate object dir, there
1974         is no Makefile there.
1976 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1978         Get rid of the ELCFILES abomination, again.
1979         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
1980         (all, compile): Don't call compile-last.
1981         (compile-main): Build the "elcfiles" list dynamically.
1982         (compile-targets): New (internal) target.
1984 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
1986         * Makefile.in (top_srcdir): Define.
1987         (abs_top_builddir): Define.
1988         (srcdir): Don't append `/..'.
1989         (EMACS): Use ${abs_top_builddir}.
1990         (all, compile, compile-always, compile-last): Don't set emacswd.
1991         (update-subdirs, update-authors): Use $(top_srcdir) instead of
1992         $(srcdir).
1993         (lisp): Use $(srcdir) instead of @srcdir@.
1995 2010-03-21  Juri Linkov  <juri@jurta.org>
1997         Fix message of multi-line occur regexps and multi-buffer header lines.
1998         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2000         * replace.el (occur-1): Don't display regexp if it is longer
2001         than window-width.  Use `query-replace-descr' to display regexp.
2002         (occur-engine): Don't display regexp in the buffer header for
2003         multi-buffer occur.  Display a separate header line with total
2004         match count and regexp for multi-buffer occur.
2005         Use `query-replace-descr' to display regexp.
2007 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2009         * net/secrets.el: Fix parenthesis.
2010         (secrets-enabled): Fix parenthesis.
2012 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2014         Use more relative file and directory names.
2015         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2016         (setwins, setwins_almost, setwins_for_subdirs):
2017         Don't `cd'; output relative names.
2018         (all, compile, compile-always, compile-last): Set emacswd.
2019         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2020         Just cd to the lisp source dir so we can use relative file names.
2022         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2024 2010-03-20  Glenn Morris  <rgm@gnu.org>
2026         * textmodes/rst.el: Use faces for font-lock customization, and make the
2027         old -face variables obsolete.
2028         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2029         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2030         (rst-block-face, rst-external-face, rst-definition-face)
2031         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2032         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2033         Make obsolete.
2034         (rst-font-lock-keywords-function): Update for above changes.
2036 2010-03-20  Juri Linkov  <juri@jurta.org>
2038         * s-region.el:
2039         * obsolete/s-region.el: Move to obsolete.
2041 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2043         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2045 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2047         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2049 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2051         Add special markup processing for commit logs.
2052         * log-edit.el (log-edit-extra-flags): New variable.
2053         (log-edit): Add new argument MODE.  Use that mode when non-nil
2054         instead of the log-view-mode.
2055         (log-view-process-buffer): New function.
2057         * vc.el: Document that the checkin method takes optional
2058         arguments.  Document new backend specific method: log-view-mode.
2059         (vc-default-log-edit-mode): New function.
2060         (vc-checkin): Use a backend specific log-view-mode.
2061         Pass extra arguments to the checkin method.
2062         (vc-modify-change-comment): Pass a dummy extra argument.
2064         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2065         log-edit.
2066         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2067         (vc-finish-logentry): Process the log buffer before passing it
2068         down.  Pass log-edit-extra-flags.
2070         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2071         command.
2072         (log-edit-extra-flags, log-edit-before-checkin-process):
2073         New declarations.
2075         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2076         command.
2077         (log-edit-extra-flags, log-edit-before-checkin-process):
2078         New declarations.
2079         (vc-hg-log-edit-mode): New derived mode.
2081         * vc-arch.el (vc-arch-checkin):
2082         * vc-cvs.el (vc-cvs-checkin):
2083         * vc-git.el (vc-git-checkin):
2084         * vc-mtn.el (vc-mtn-checkin):
2085         * vc-rcs.el (vc-rcs-checkin):
2086         * vc-sccs.el (vc-sccs-checkin):
2087         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2089 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2091         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2092         parent typo).
2094 2010-03-19  Glenn Morris  <rgm@gnu.org>
2096         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2098 2010-03-18  Glenn Morris  <rgm@gnu.org>
2100         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2102         * replace.el (query-replace-history): Give it a doc string.
2103         (map-query-replace-regexp): Use query-replace-from-history-variable
2104         and query-replace-to-history-variable.
2106         * mail/hashcash.el (declare-function): Remove duplicate definition.
2108         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2109         Make it an obsolete alias for report-emacs-bug-address.
2110         (message-strip-special-text-properties): Declare.
2111         (report-emacs-bug): Remove test for a pretest bug address.
2112         Combine message-mode-specific code.
2114         * mail/supercite.el: Don't require sendmail.
2115         (mh-in-header-p): Declare rather than using with-no-warnings.
2116         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2117         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
2119         * calendar/cal-french.el: Convert to utf-8.
2121         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2122         Emacs scripts.
2124 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
2126         * net/secrets.el (secrets-enabled): New variable.  Use it instead
2127         of a subfeature.
2129 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
2131         * net/secrets.el (top): Register the D-Bus signals only when the
2132         service "org.freedesktop.secrets" can be pinged.
2133         Provide subfeature `enabled'.
2135 2010-03-14  Juri Linkov  <juri@jurta.org>
2137         Add finder unknown keywords.
2139         * finder.el (finder-unknown-keywords): New function.
2141         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2142         to create a Finder node with unknown keywords.
2144 2010-03-14  Juri Linkov  <juri@jurta.org>
2146         * finder.el (finder-compile-keywords): Replace `princ' with
2147         `prin1' on a list of symbols interned from keyword strings.
2149         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2150         a comma, then split keywords using a comma and optional whitespace.
2151         Otherwise, split by whitespace.
2153         * complete.el:
2154         * face-remap.el:
2155         * log-view.el:
2156         * net/hmac-def.el:
2157         * net/hmac-md5.el:
2158         * net/netrc.el:
2159         * progmodes/mixal-mode.el: Fix keywords.
2161 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2163         * Makefile.in (ELCFILES): Add net/secrets.elc.
2165         * net/secrets.el: New file.
2167 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2169         * facemenu.el (list-colors-display, list-colors-print): New arg
2170         callback.  Use it to allow selecting colors.
2172         * wid-edit.el (widget-image-insert): Insert image prop even if the
2173         current display is non-graphic.
2174         (widget-field-value-set): New fun.
2175         (editable-field): Use it.
2176         (widget-field-value-get): Clean up unused var.
2177         (widget-color-value-create, widget-color--choose-action):
2178         New funs.  Allow using list-colors-display to choose color.
2180 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2182         * cus-edit.el: Resort topmost custom groups.
2183         (custom-buffer-sort-alphabetically): Default to t.
2184         (customize-apropos): Use apropos-parse-pattern.
2185         (custom-search-field): New var.
2186         (custom-buffer-create-internal): Add custom-apropos search field.
2187         (custom-add-parent-links): Don't display parent doc.
2188         (custom-group-value-create): Don't sort top-level custom group.
2189         (custom-magic-value-create): Show visibility button before option name.
2191         (custom-variable-state): New fun, from custom-variable-state-set.
2192         (custom-variable-state-set): Use it.
2193         (custom-group-value-create): Hide options with standard values
2194         using the :hidden-states property.  Use progress reporter.
2196         (custom-show): Simplify.
2197         (custom-visibility): Disable images by default.
2198         (custom-variable): New property :hidden-states.
2199         (custom-variable-value-create): Enable images for
2200         custom-visibility widgets.  Use :hidden-states property to
2201         determine initial visibility.
2203         * wid-edit.el (widget-image-find): Give images center ascent.
2204         (visibility): Add :on-image and :off-image properties.
2205         (widget-visibility-value-create): Use them.
2207 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2209         * cus-edit.el (processes): Remove from development group.
2210         (oop, hypermedia): Delete group.
2211         (comm): Promote to top-level group.
2213         * net/browse-url.el (browse-url):
2214         * net/xesam.el (xesam):
2215         * net/tramp.el (tramp):
2216         * net/goto-addr.el (goto-address):
2217         * net/ange-ftp.el (ange-ftp): Put in comm group.
2219         * view.el (view): Remove from editing group.
2221         * uniquify.el (uniquify): Put in files group.
2223         * net/browse-url.el (browse-url):
2224         * ps-print.el (postscript): Put in external group.
2226         * cus-edit.el (outlines):
2227         * textmodes/text-mode.el (text-mode-hook):
2228         * textmodes/table.el (table):
2229         * textmodes/picture.el (picture):
2230         * outline.el (outlines): Put in wp group.
2232         * nxml/nxml-mode.el (nxml): Remove from wp group.
2234         * net/tramp-imap.el (tramp-imap): Put in tramp group.
2236         * mail/metamail.el (metamail): Remove from hypermedia group.
2238         * cus-edit.el (abbrev):
2239         * whitespace.el (whitespace):
2240         * vcursor.el (vcursor):
2241         * reveal.el (reveal):
2242         * hl-line.el (hl-line): Put in convenience group.
2244         * epg-config.el (epg): Put in data group.
2246         * emulation/pc-select.el (pc-select): Put in emulations group.
2248         * calculator.el (calculator): Put in applications group.
2250 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2252         Add .dir-locals.el support for file-less buffers.
2253         * files.el (hack-local-variables): Split out code to apply local
2254         variable settings ...
2255         (hack-local-variables-apply): ... here.  New function.
2256         (hack-dir-local-variables): Use the default directory for when the
2257         buffer does not have an associated file.
2258         (hack-dir-local-variables-non-file-buffer): New function.
2259         * diff-mode.el (diff-mode):
2260         * vc-annotate.el (vc-annotate-mode):
2261         * vc-dir.el (vc-dir-mode):
2262         * log-edit.el (log-edit-mode):
2263         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2265 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2267         Add support for shelving snapshots and for showing shelves.
2268         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2269         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2270         New functions.
2271         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2272         (vc-bzr-extra-menu-map): Map them.
2274 2010-03-11  Glenn Morris  <rgm@gnu.org>
2276         * cus-edit.el (customize-changed-options-previous-release):
2277         Bump to 23.1.
2279         * image.el (image-animate-max-time): Fix :version tag.
2281 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2283         * Branch for 23.2.
2285 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2287         * vc-git.el (vc-git-revision-table): Include remote branches.
2289 2010-03-10  Kim F. Storm  <storm@cua.dk>
2291         Animated image API.
2292         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2294         * image.el (image-animate-max-time): New defcustom.
2295         (image-animated-types): New defconst.
2296         (create-animated-image, image-animate-timer)
2297         (image-animate-start, image-animate-stop, image-animate-timeout)
2298         (image-animated-p): New functions.
2300         * image-mode.el (image-toggle-display-image):
2301         Replace `create-image' with `create-animated-image'.
2303 2010-03-09  Miles Bader  <miles@gnu.org>
2305         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2306         instead of "format:"; this ensures that the output is
2307         newline-terminated.
2309 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2311         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2312         that all errors are caught, and that the return value is always a
2313         list (Bug#5692).
2315 2010-03-08  Kenichi Handa  <handa@m17n.org>
2317         * language/misc-lang.el (windows-1256): New coding system.
2318         (cp1256): New alias of windows-1256 (bug#5690).
2320 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2322         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2323         call to rfc822-bad-address.  (Bug#5692)
2325 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2327         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2328         Use vc-git-root as default directory for revision path (Bug#5657).
2330 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2332         * calculator.el (calculator): Don't bind split-window-keep-point
2333         (Bug#5674).
2335 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2337         * vc-git.el: Re-flow to fit into 80 columns.
2338         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2339         Remove spurious `quote' element in each case alternative.
2340         (vc-git-show-log-entry): Use prog1.
2341         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2343 2010-03-06  Glenn Morris  <rgm@gnu.org>
2345         * cedet/semantic/grammar.el (semantic-grammar-header-template):
2346         Update template copyright to GPLv3+.
2348 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2352 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2354         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2355         definition, not the name (Bug#5481).
2357 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2359         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2360         argument with a local variable.  (Bug#5670)
2362 2010-03-02  Juri Linkov  <juri@jurta.org>
2364         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2366 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2368         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2369         error when FILENAME and NEWNAME are existing remote directories.
2371         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2372         parameter DIR-FLAG.
2374 2010-03-02  Glenn Morris  <rgm@gnu.org>
2376         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2377         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2379 2010-03-01  Kenichi Handa  <handa@m17n.org>
2381         * language/burmese.el (burmese-composable-pattern): Rename from
2382         myanmar-composable-pattern.
2384         * international/characters.el (script-list):
2385         * international/fontset.el (script-representative-chars):
2386         Change myanmar to burmese.
2387         (otf-script-alist): Likewise.
2388         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2390 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2392         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2394 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2396         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2398 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2400         * net/tramp.el (tramp-handle-write-region): START can be a string.
2401         Take care in the checks.  Reported by Dan Davison
2402         <davison@stats.ox.ac.uk>.
2404 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2406         * net/dbus.el (dbus-introspect, dbus-get-property)
2407         (dbus-set-property, dbus-get-all-properties):
2408         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2410 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2412         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2413         * emacs-lisp/elint.el (elint-add-required-env):
2414         * cedet/semantic/db-find.el
2415         (semanticdb-find-translate-path-brutish-default):
2416         * cedet/ede/make.el (ede-make-check-version):
2417         * calendar/icalendar.el (icalendar--add-diary-entry):
2418         * calc/calcalg2.el (math-tracing-integral):
2419         * files.el (recover-session-finish): Use with-current-buffer
2420         instead of save-excursion.
2422 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2424         Fix in-buffer completion when after-change-functions modify the buffer.
2425         * minibuffer.el (completion--replace): New function.
2426         (completion--do-completion): Use it and use relative movement.
2428 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2430         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2432 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2434         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2435         Allow the characters _<> in the stack entry (Bug#5653).
2437 2010-02-26  Kenichi Handa  <handa@m17n.org>
2439         * language/burmese.el: Fix entries in composition-function-table.
2440         (myanmar-composable-pattern): New variable.
2442         * international/fontset.el (setup-default-fontset): Add an entry
2443         for myanmar.
2445         * international/characters.el (script-list): Add Myanmar
2446         Extended-A.
2448 2010-02-26  Glenn Morris  <rgm@gnu.org>
2450         * custom.el (custom-initialize-delay): Doc fix.
2452         * mail/sendmail.el (send-mail-function): Autoload the call
2453         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2455 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2457         * files.el (hack-local-variables-filter): For eval forms, also
2458         check safe-local-variable-p (Bug#5636).
2460 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2462         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2463         and use c(ad)r of cddr (Bug#5640).
2465 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2467         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2468         setting the modes by `ignore-errors'.  It might fail, for example
2469         if the file is not owned by the user but the group.
2470         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2472 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2474         * files.el (directory-listing-before-filename-regexp): Use
2475         stricter matching for iso-style dates, to avoid false matches with
2476         date-like filenames (Bug#5597).
2478         * htmlfontify.el (htmlfontify): Doc fix.
2480         * eshell/eshell.el (eshell): Doc fix.
2482         * startup.el (fancy-about-screen): In mode-line, apply
2483         mode-line-buffer-id face only to the buffer name (Bug#5613).
2485 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2487         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2488         In `watcom' anchor regexp to start of line, to avoid slowness
2489         (Bug#5599).
2491 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2493         * subr.el (remove-yank-excluded-properties): Explain in a comment
2494         why `category' property is removed.
2496 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2498         * isearch.el (isearch-update-post-hook, isearch-update): Revert
2499         2010-02-17 change.
2501 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2503         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2504         (icalendar--convert-weekly-to-ical)
2505         (icalendar--convert-yearly-to-ical)
2506         (icalendar--convert-block-to-ical)
2507         (icalendar--convert-cyclic-to-ical)
2508         (icalendar--convert-anniversary-to-ical): Take care of time
2509         specifications where hour has 1-digit only (Bug#5549).
2511 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2513         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2514         of disassemble output in GDB 7.1.
2516 2010-02-19  Glenn Morris  <rgm@gnu.org>
2518         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2519         property.  (Bug#5593)
2521 2010-02-18  Sam Steingold  <sds@gnu.org>
2523         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2525 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2527         Use abbreviated file names in bookmarks (bug#5591).
2528         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2529         calls to expand-file-name.
2530         (bookmark-relocate): Use abbreviated file names in bookmarks.
2531         (bookmark-load): Use abbreviated file names in messages.
2533 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2535         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2536         expand "." and "..".  Reported by Thierry Volpiatto
2537         <thierry.volpiatto@gmail.com>.
2539 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2541         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2542         permissions of the temporary file to "0600".  In case the remote
2543         file has no read permissions for the owner, there might be
2544         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2546 22010-02-18  Glenn Morris  <rgm@gnu.org>
2548         * emacs-lisp/authors.el (authors-renamed-files-alist):
2549         Add entries for INSTALL.CVS.
2551 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2553         * vc-bzr.el: Fix typo in Known Bugs section.
2555         * isearch.el (isearch-update-post-hook): New hook.
2556         (isearch-update): Use the new hook.
2558 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2560         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2561         Fix errors in copying directories.
2562         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2563         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2564         (tramp-handle-delete-file)
2565         (tramp-handle-dired-recursive-delete-directory)
2566         (tramp-handle-write-region): Flush also the cache for the upper
2567         directory.
2569 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2571         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2573         * cus-edit.el (hardware): Doc fix.
2575         * man.el (man): Add to external custom group.
2577         * delim-col.el (columns): Move to wp custom group.
2579         * doc-view.el (doc-view): Add to data custom group.
2581         * cedet/data-debug.el (data-debug): Move to extensions group.
2583         * cedet/ede.el (ede):
2584         * cedet/srecode.el (srecode):
2585         * cedet/semantic.el (semantic): Put in tools and extensions group.
2587         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2589         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2590         by ispell-parse-output (Bug#5575).
2592 2010-02-16  Kenichi Handa  <handa@m17n.org>
2594         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2595         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2596         (skkdic-convert): Use `euc-japan' coding system for writing.
2598 2010-02-16  Glenn Morris  <rgm@gnu.org>
2600         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2601         tex-main-file before using it.  (Bug#5562)
2603 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2605         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2606         warnings, since it is annoying for the user to see them each time he
2607         runs the code.
2609 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2611         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2612         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2613         instead of PROC for caching "first-password-request".  Otherwise,
2614         new processes would not profit from passwords already entered.
2616         * net/tramp-cache.el (tramp-dump-connection-properties):
2617         Don't save "first-password-request" property.
2619 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2621         * outline.el (outline-head-from-level):
2622         * simple.el (with-wrapper-hook):
2623         * cedet/ede.el (ede-run-target, project-delete-target)
2624         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2625         (ede-adebug-project, ede-adebug-project-parent)
2626         (ede-adebug-project-root):
2627         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2628         (elint-defun, elint-buffer-env, elint-top-form-logged)
2629         (elint-unbound-variable):
2630         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2631         Fix typos in docstrings.
2633 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2635         * files.el (insert-directory): When WILDCARD-REGEXP and
2636         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2637         whole directory.  (Bug#5551)
2639         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2640         dired's alignment sanity.  (Bug#5516)
2642 2010-02-14  Juri Linkov  <juri@jurta.org>
2644         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2645         Remove remaining ^H with their preceding chars.  (Bug#5566)
2647 2010-02-13  Glenn Morris  <rgm@gnu.org>
2649         * simple.el (transpose-subr): Give it a doc-string.
2651         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2652         Doc fixes.
2654 2010-02-12  Juri Linkov  <juri@jurta.org>
2656         * arc-mode.el (archive-unique-fname): Make directories for nested
2657         archives.  (Bug#5540)
2659 2010-02-12  Juri Linkov  <juri@jurta.org>
2661         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2663 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2665         * subr.el (copy-overlay): Handle deleted overlays.
2667         * man.el (Man-completion-table): Don't signal an error if we can't run
2668         manual-program (bug#4056).
2670 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2672         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2674 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2676         * info.el (Info-bookmark-jump): Simplify.
2678         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2679         (bookmark-default-handler): Accept new bookmark field `buffer'.
2681 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2683         * iswitchb.el (iswitchb-completions): Revert last change.
2685 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2687         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2688         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2689         This prevents file names like "~/" being listed literally.
2691 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2693         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2694         Remove dead code.  (Bug#5546)
2696 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2698         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2699         correctly (Bug#5548).
2701 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2703         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2704         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2706 2010-02-08  Kenichi Handa  <handa@m17n.org>
2708         * international/mule-util.el (with-coding-priority): Add autoload
2709         cookie for putting `lisp-indent-function'.
2711 2010-02-07  Glenn Morris  <rgm@gnu.org>
2713         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2714         Move F2003 named interfaces from keywords-2 to keywords-1, and
2715         use function-name-face rather than constant-face.
2716         Simplify "abstract interface" regexp.
2718 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2720         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2721         ID-FORMAT.  Pass it to `file-attributes'.
2723         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2725 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2727         * faces.el (set-face-attribute): Allow calling
2728         internal-set-lisp-face-attribute with 'unspecified family and
2729         foundry argument (Bug#5536).
2731 2010-02-07  Glenn Morris  <rgm@gnu.org>
2733         * progmodes/f90.el (f90-font-lock-keywords-2)
2734         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2735         Handle F2003 named interfaces.
2737 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2739         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2740         beg and end before calling c-get-state-before-change-functions.
2742 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2744         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2746 2010-02-05  Juri Linkov  <juri@jurta.org>
2748         * doc-view.el (doc-view-mode):
2749         * image-mode.el (image-mode): Put property mode-class=special.
2750         (Bug#4896)
2752 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2754         * vc-svn.el (vc-svn-revision-table): New function.
2756 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2758         * net/ange-ftp.el (ange-ftp-insert-directory):
2759         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2760         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2761         Handle also directories.  (Bug#5478)
2763 2010-02-05  Glenn Morris  <rgm@gnu.org>
2765         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2767 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2769         * startup.el (command-line-1): Convert options beginning with a
2770         single dash as well (Bug#5519).
2772 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2774         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2775         * minibuffer.el (completion-initials-expand): Only check the presence
2776         of delims *within* the boundaries, since otherwise the / delim is
2777         always found for files.
2779         Fix up various corner case problems.
2780         * doc-view.el (doc-view-last-page-number): New function.
2781         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2782         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2783         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2784         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2785         (doc-view-convert-current-doc): Don't create the resolution.el file
2786         here any more.
2787         (doc-view-pdf/ps->png): Do it here instead.
2788         (doc-view-already-converted-p): Check that resolution.el is present.
2789         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2790         windows that are not yet showing images.
2792 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2794         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2795         `dired-uncache' for every elemnt which is an absolute file name.
2797         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2798         directory, handle its directory component.
2799         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2800         function is called permanently and creates noise, otherwise.
2802         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2803         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2804         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2806 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2808         * macros.el (apply-macro-to-region-lines):
2809         Minor simplification.  (Bug#5485)
2811 2010-02-04  Glenn Morris  <rgm@gnu.org>
2813         * mail/rmail.el (rmail-show-message-1): Handle malformed
2814         quoted-printable text.  (Bug#5441)
2816         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2818         * simple.el (visual-line-mode): Capitalize lighter.
2820 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2822         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2823         list of files considered for "virtual buffer" completions.
2825 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2827         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2828         also in case of (and (not full) (not wildcard)). This is needed,
2829         when dired is called with a list of files, which are not in
2830         `default-directory'.  (Bug#5478)
2832 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2836 2010-02-02  Juri Linkov  <juri@jurta.org>
2838         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2839         from unidiff to allow function-line after @@.
2841 2010-02-02  Juri Linkov  <juri@jurta.org>
2843         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2844         '(RCS SCCS) with inverted condition.
2846 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2848         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2849         messages.
2851 2010-02-01  Juri Linkov  <juri@jurta.org>
2853         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2854         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2855         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2856         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2858 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2860         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2861         (doc-view-revert-buffer): New command.
2862         (doc-view-mode-map): Use it.
2864 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2866         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2867         pending merge is detected.
2869 2010-01-31  Juri Linkov  <juri@jurta.org>
2871         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2872         beginning of interactive spec like all other grep commands do.
2873         Put "all" in front of "gz".  (Bug#5260)
2875 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2877         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2879 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2881         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2882         regexp is incorrect (Bug#5476).
2884 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2886         * net/tramp.el (tramp-handle-insert-directory): Handle also
2887         symlinks, when FILENAME is not in `default-directory'.
2889 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2891         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2892         FILE is not in `default-directory'.  (Bug#5478)
2894         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2895         of SWITCHES.  Handle the case, FILENAME is not in
2896         `default-directory'.  (Bug#5478)
2897         (tramp-register-file-name-handlers): Add safe-magic property.
2899 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2901         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2902         unzip (Bug#5475).
2904 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2906         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2907         (flymake-master-make-header-init): Add other C++ filename masks.
2908         (flymake-find-possible-master-files)
2909         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2911 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2913         Fix some busybox annoyances.
2915         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2916         not responding." string.
2917         (tramp-open-connection-setup-interactive-shell): Dump stty
2918         settings.  Enable "neveropen" arg for all `tramp-send-command'
2919         calls.  Handle "=" in variable values properly.
2920         (tramp-find-inline-encoding): Raise an error, when no encoding is
2921         found.
2922         (tramp-wait-for-output): Check, whether PROC buffer is available.
2923         Remove spurious " ^H" sequences, sent by busybox.
2924         (tramp-get-ls-command): Suppress coloring, if possible.
2926 2010-01-28  Glenn Morris  <rgm@gnu.org>
2928         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2930         * log-edit.el (log-edit-strip-single-file-name): Add missing
2931         :safe, :group, and :version tags.
2933 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2935         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2936         buffers.  (Bug#5477)
2938 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2940         * files.el (delete-directory): Handle moving to trash without
2941         first doing recursion (Bug#5436).
2943 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2945         * vc-hooks.el (vc-path): Mark as obsolete.
2947 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2949         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2950         names too.
2952         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2953         for the short log.
2954         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2956 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2958         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2960         * vc-bzr.el (vc-bzr-revision-table): New function.
2962 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2964         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2965         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2967 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2969         Remove support for adding --signoff on commit.
2970         Future support will use an incompatible generic mechanism.
2971         * vc-git.el (vc-git-add-signoff): Remove variable.
2972         (vc-git-toggle-signoff): Remove function.
2973         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2975         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2976         from xterm-set-background-mode.  Return t if the background mode
2977         was set.
2978         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
2979         earlier, call it again in case the background mode has changed.
2981 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
2983         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
2984         (Bug#3541).
2986 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
2988         * emacs-lisp/assoc.el (aelement): Doc fix.
2989         (aput, adelete, amake): Use lexical-let (Bug#5450).
2991 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
2993         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
2994         is the same as subprogram call, not declaration.  (Bug#5435).
2996 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
2998         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
2999         (tramp-smb-maybe-open-connection): Use it.
3001 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3005 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3007         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3008         just because we see "encoding: 8bit".
3009         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3011 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3013         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3015 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3017         * jka-compr.el (jka-compr-load): If load-file is not in
3018         load-history, try its file-truename version.  (bug#5447)
3020 2010-01-21  Alan Mackenzie  <acm@muc.de>
3022         Fix a situation where deletion of a cpp construct throws an error.
3023         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3024         invoking c-with-all-but-one-cpps-commented-out, check that the
3025         special cpp construct is still in the buffer.
3026         (c-parse-state): Record the special cpp with markers, not numbers.
3028 2010-01-21  Kenichi Handa  <handa@m17n.org>
3030         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3031         process last-command-event, as it is now decoded first (Bug#5380).
3033 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3035         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3037 2010-01-20  Glenn Morris  <rgm@gnu.org>
3039         * indent.el (tab-always-indent): Fix custom-type.
3041 2010-01-19  Alan Mackenzie  <acm@muc.de>
3043         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3044         buffer throws "args out of range".
3045         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3046         playing the role of delimiter.
3048 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3050         * progmodes/ada-mode.el: Fix bug#5400.
3051         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3052         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3053         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3054         Improve comments in "is" portion.  Handle null procedure declaration.
3055         (ada-move-to-end): Improve doc string.
3057 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3059         * ido.el (ido-cur-list): Initialize to nil.
3060         Remove obsolete information from commentary.
3061         (ido-choice-list): Initialize to nil.
3062         (ido-get-bufname): Reject minibuffers.
3063         (ido-make-buffer-list): If "default" is a nonexistent
3064         buffer, ignore it, as per the function's comment.
3065         (ido-kill-buffer-internal): New function.
3066         (ido-kill-buffer-at-head): Use it.
3067         (ido-visit-buffer): Likewise.
3069 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3071         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3073 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3075         * cedet/ede/locate.el (ede-locate-file-in-project)
3076         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3077         (ede-enable-locate-on-project): Fix typos in error messages.
3079         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3080         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3081         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3082         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3083         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3084         Fix typos in menu help.
3086         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3087         Fix typos in chart titles.
3089         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3090         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3091         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3092         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3093         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3094         (semantic-parse-stream, semantic-parse-region)
3095         (semantic-parse-region-default, semantic--set-buffer-cache)
3096         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3097         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3098         (semantic-default-submodes):
3099         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3100         (semanticdb-create-ebrowse-database)
3101         (semanticdb-find-tags-for-completion-method)
3102         (semanticdb-find-tags-by-class-method)
3103         (semanticdb-deep-find-tags-by-name-method)
3104         (semanticdb-deep-find-tags-for-completion-method):
3105         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3106         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3107         (semanticdb-find-tags-for-completion-method)
3108         (semanticdb-find-tags-by-class-method)
3109         (semanticdb-deep-find-tags-for-completion-method):
3110         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3111         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3112         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3113         (semanticdb-find-tags-by-name-method)
3114         (semanticdb-find-tags-by-name-regexp-method)
3115         (semanticdb-find-tags-for-completion-method)
3116         (semanticdb-find-tags-by-class-method)
3117         (semanticdb-find-tags-external-children-of-type-method)
3118         (semanticdb-find-tags-subclasses-of-type-method)
3119         (semanticdb-deep-find-tags-by-name-method)
3120         (semanticdb-deep-find-tags-by-name-regexp-method)
3121         (semanticdb-deep-find-tags-for-completion-method):
3122         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3123         (semanticdb-enable-gnu-global-in-buffer)
3124         (semanticdb-find-tags-for-completion-method)
3125         (semanticdb-deep-find-tags-by-name-method)
3126         (semanticdb-deep-find-tags-for-completion-method):
3127         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3128         (javascript-mode, semanticdb-find-translate-path)
3129         (semanticdb-find-tags-for-completion-method)
3130         (semanticdb-find-tags-by-class-method)
3131         (semanticdb-deep-find-tags-by-name-method)
3132         (semanticdb-deep-find-tags-for-completion-method)
3133         (semanticdb-find-tags-external-children-of-type-method):
3134         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3135         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3136         (global-semantic-idle-scheduler-mode):
3137         * cedet/srecode/dictionary.el (srecode-field-value)
3138         (srecode-dictionary-add-section-dictionary):
3139         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3140         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3141         (describe-class, eieio-describe-generic, describe-generic):
3142         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3143         (eieio-speedbar-expand):
3144         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3145         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3146         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3147         (viper-del-backward-char-in-replace, viper-backward-indent)
3148         (viper-brac-function, viper-register-to-point, viper-submit-report):
3149         * net/tramp.el (tramp-remote-coding-commands):
3150         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3151         Fix typos in docstrings.
3153 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3155         * mail/sendmail.el (mail-yank-original): Set the mark if the
3156         specified function for yanking does not do it.
3158 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3160         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3162         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3163         resyncing a directory.
3165 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3167         * progmodes/ada-mode.el: Fix bug#1920.
3168         (ada-ident-re): Delete ., allow multibyte characters.
3169         (ada-goto-label-re): New; matches goto labels.
3170         (ada-block-label-re): New; matches block labels.
3171         (ada-label-re): New; matches both.
3172         (ada-named-block-re): Deleted; callers changed to use
3173         `ada-block-label-re' instead.
3174         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3175         Use `ada-block-label-re'.
3176         (ada-indent-on-previous-lines): Improve handling of goto labels.
3177         (ada-get-indent-block-start): Special-case block label.
3178         (ada-get-indent-label): Split into `ada-indent-block-label' and
3179         `ada-indent-goto-label'.
3180         (ada-goto-stmt-start, ada-goto-next-non-ws):
3181         Optionally ignore goto labels.
3182         (ada-goto-next-word): Simplify.
3183         (ada-indent-newline-indent-conditional): Insert newline before
3184         trying to fix indentation; doc fix.
3186 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3188         * calc/calc.el (calc-command-flags): Give it an initial value.
3190 2010-01-17  Glenn Morris  <rgm@gnu.org>
3192         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3194 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3196         * cedet/semantic.el (semantic-mode):
3197         * files.el (minibuffer-with-setup-hook):
3198         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3199         (artist-key-draw-continously, artist-key-do-continously-continously)
3200         (artist-key-set-point-continously, artist-mouse-draw-continously):
3201         Fix typos in docstrings.
3203 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3205         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3206         return t (Bug#3898).
3208 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3210         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3211         can parse the output of the external commands (Bug#5279).
3213 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3215         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3217 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3219         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3221         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3223         * startup.el (command-line): Remove unused --icon-type arg.
3224         Handle --display arg, passing it to command-line-1 (Bug#5392).
3226 2010-01-16  Mario Lang  <mlang@delysid.org>
3228         * cedet/ede/cpp-root.el (ede-cpp-root-project):
3229         * cedet/ede/files.el (ede-expand-filename):
3230         * cedet/ede/simple.el (ede-simple-project):
3231         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3232         (semantic-complete-inline-tag-engine):
3233         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3234         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3235         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3236         * cedet/semantic/db.el (semanticdb-equivalent-mode):
3237         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3238         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3239         * emacs-lisp/chart.el (chart-translate-namezone):
3240         * textmodes/artist.el (artist-compute-popup-menu-table):
3241         Remove duplicated words in doc-strings.
3243 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3245         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3246         to mairix-search to suppress threading (Bug#5342).
3248 2010-01-15  Kenichi Handa  <handa@m17n.org>
3250         * international/mule-cmds.el (canonicalize-coding-system-name):
3251         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3253 2010-01-15  Glenn Morris  <rgm@gnu.org>
3255         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3257         * wid-edit.el (widget-keymap): Doc fix.
3259         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3260         former seems to be more widely accepted by various svn versions.
3262 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3264         * find-cmd.el (find-constituents):
3265         * vc-arch.el (vc-arch-root):
3266         * window.el (window-body-height, pop-up-frames):
3267         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3268         (semantic-no-reparse-needed-change-hook):
3269         * cedet/srecode/insert.el (srecode-resolve-argument-list)
3270         (srecode-template-inserter-blank, srecode-template-inserter-variable)
3271         (srecode-template-inserter-ask, srecode-template-inserter-width)
3272         (srecode-template-inserter-section-start)
3273         (srecode-template-inserter-section-end, srecode-insert-method):
3274         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3275         * progmodes/ada-stmt.el (ada-if):
3276         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3277         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3278         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3279         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3281         * progmodes/flymake.el (flymake-post-syntax-check):
3282         Fix typo in error message.
3284 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3286         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3287         which is always a string.  (Bug#5313)
3289 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3291         * progmodes/ada-xref.el (ada-default-prj-properties):
3292         Simplify previous change.
3294 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3296         * progmodes/ada-xref.el (ada-default-prj-properties):
3297         Default ada_project_path to $ADA_PROJECT_PATH.
3299 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3301         * progmodes/ada-mode.el (ada-create-keymap):
3302         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3304 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3306         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3307         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3308         (ada-get-current-indent, ada-imenu-generic-expression)
3309         (ada-which-function): Check for it.
3311 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3313         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3314         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3316 2010-01-14  Glenn Morris  <rgm@gnu.org>
3318         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3320 2010-01-14  Kenichi Handa  <handa@m17n.org>
3322         * composite.el (auto-composition-mode): Make it a buffer local
3323         variable (permanent-local).
3324         (auto-composition-function): Set the default value to
3325         auto-compose-chars.
3326         (auto-composition-mode): Make it a simple function, not a minor mode.
3327         (global-auto-composition-mode): Likewise.
3328         (turn-on-auto-composition-if-enabled): Delete it.
3330 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3332         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3334 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3336         * files.el (copy-directory): Compute target for recursive
3337         directories with identical names.  (Bug#5343)
3339 2010-01-12  Glenn Morris  <rgm@gnu.org>
3341         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3342         it to bug-gnu-emacs rather than emacs-pretest-bug.
3344 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3346         * cedet/data-debug.el (data-debug): Fix customization group reference.
3348 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3350         * cedet/semantic/analyze.el (semantic-analyze-push-error)
3351         (semantic-analyze-context, semantic-analyze-context-assignment)
3352         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3353         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3354         (semantic-java-doc-keywords-map):
3355         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3356         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3357         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3358         (semantic-c-classname, semantic-format-tag-uml-prototype)
3359         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3360         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3361         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3362         (semantic-get-local-variables, semantic-end-of-command)
3363         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3364         (lisp-mode):
3365         * cedet/semantic/bovine/make.el (makefile-mode):
3366         * cedet/semantic/wisent/python.el (wisent-python-string-re)
3367         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3368         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3369         (semantic-lex, semantic-get-local-variables, python-mode):
3370         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3371         * cedet/srecode/extract.el (srecode-extract-state-set)
3372         (srecode-extract-method): Fix typos in docstrings.
3374 2010-01-11  Sam Steingold  <sds@gnu.org>
3376         * imenu.el (imenu-default-create-index-function): Detect infinite
3377         loops caused by imenu-prev-index-position-function.
3379 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3381         * htmlfontify.el (htmlfontify-load-rgb-file)
3382         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3383         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3384         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3385         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3386         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3387         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3388         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3389         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3390         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3391         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3392         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3393         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3394         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3395         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3396         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3397         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3398         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3399         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3400         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3401         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3402         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3403         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3404         backslash-quoting from parentheses, etc.
3406 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3408         * progmodes/js.el: Autoload javascript-mode alias.
3410 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3412         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3413         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3414         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3415         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3416         Fix typos in docstrings.
3417         (ffap-url-regexp): Doc fix.
3418         (ffap-at-mouse): Fix typo in message.
3420 2010-01-11  Glenn Morris  <rgm@gnu.org>
3422         * version.el (emacs-copyright): Set copyright year to 2010.
3424 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3426         * format.el (format-annotate-function): Only set
3427         write-region-post-annotation-function after running to-fn so as not to
3428         affect nested write-region calls (bug#5273).
3430 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3432         * cedet/semantic.el (semantic-new-buffer-setup-functions):
3433         Add python parser.
3435         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3436         wisent/python.el.
3438 2010-01-10  Richard Kim  <emacs18@gmail.com>
3440         * cedet/semantic/wisent/python-wy.el:
3441         * cedet/semantic/wisent/python.el: New files.
3443 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3445         * man.el (Man-goto-section): Signal error if the section is not
3446         found (Bug#5317).
3448 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3450         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3451         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3453 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3455         * progmodes/compile.el: Don't treat compile-command as safe if
3456         compilation-read-command might be nil (Bug#4218).
3458 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3460         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3461         NS options.
3463 2010-01-08  Kenichi Handa  <handa@m17n.org>
3465         * international/fontset.el (build-default-fontset-data):
3466         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3468 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3470         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3471         to `create-file-buffer' as it expects, not just a buffer name.
3472         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3473         to help uniquify.  (Bug#3224)
3475 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3477         * font-setting.el (font-setting-change-default-font): Use user-spec
3478         instead of name.
3480 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3482         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3484 2010-01-05  Tom Tromey  <tromey@redhat.com>
3486         * progmodes/python.el (python-font-lock-keywords):
3487         Handle qualified decorators (Bug#881).
3489 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3491         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3492         in a lightweight checkout.
3494 2010-01-05  Kenichi Handa  <handa@m17n.org>
3496         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3498 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3500         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3502 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3504         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3505         checkouts.  (Bug#618)
3506         (vc-bzr-log-view-mode): Also highlight the author.
3507         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3508         (vc-bzr-shelve-menu-map):
3509         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3510         (vc-bzr-shelve-apply): Make prompt more explicit.
3512 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3514         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3515         They are valid characters in URL paths (rfc3986), and at least
3516         Firefox does not understand the encoded version (Bug#3166).
3518 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3520         * progmodes/octave-mod.el (octave-end-keywords)
3521         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3522         Add "end" keyword (Bug#3061).
3523         (octave-end-as-array-index-p): New function.
3524         (calculate-octave-indent): Use it.
3526 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3528         * bookmark.el: Consistently put the text property on the bookmark name.
3529         (bookmark-bmenu-marks-width): Bump back to 2, to include
3530         annotation marks.
3531         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3532         property on the bookmark name, instead of not putting it at all.
3533         (bookmark-bmenu-list): Fix where we put the text property.
3535 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3537         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3538         for showing buffer modified state (as added in the previous change).
3540 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3542         * bookmark.el: Show modified state of bookmark buffer more accurately.
3543         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3544         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3545         (with-buffer-modified-unmodified): New macro.
3546         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3547         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3548         Use new macro to preserve the buffer modified state.
3550 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3552         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3553         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3554         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3555         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3556         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3557         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3558         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3560 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3562         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3563         Make the lines in the generated doc string shorter.  (Bug#4668)
3565 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3567         * net/rcirc.el: Add follow-link binding (Bug#4738).
3569 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3571         * Makefile.in (bzr-update): Rename from cvs-update.
3572         (cvs-update): New target for backward compatibility.
3574         * makefile.w32-in (bzr-update): Rename from cvs-update.
3575         (cvs-update): New target for backward compatibility.
3577 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3579         * bookmark.el: Remove gratuitous gratitude.
3581 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3583         * bookmark.el (bookmark-bmenu-any-marks): New function
3584         (bookmark-bmenu-save): Clear buffer modification if no marks.
3586 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3588         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3589         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3590         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3591         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3593         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3594         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3595         To: emacs-devel {_AT_} gnu.org
3596         Subject: bookmark.el bug report
3597         Date: Mon, 28 Dec 2009 14:19:16 +0800
3598         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3600 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3602         * bookmark.el: Improvements suggested by Drew Adams:
3603         (bookmark-bmenu-ensure-position): New name for
3604         `bookmark-bmenu-check-position'.  Just ensure the position,
3605         don't return any meaningful value.
3606         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3607         New constants.
3609 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3611         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3612         (bookmark-yank-point, bookmark-bmenu-check-position):
3613         Fix typos in docstrings.
3614         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3615         (bookmark-name-from-full-record, bookmark-get-position)
3616         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3617         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3618         Remove useless quoting of parenthesis, etc. in docstrings.
3620         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3621         (ediff-append-custom-diff): Fix typo in error message.
3622         (ediff-meta-mark-equal-files): Fix typos in messages.
3624         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3626         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3627         Fix typo in docstring.
3629         * net/imap-hash.el (imap-hash-make): Doc fix.
3630         (imap-hash-test): Fix typo in error message; reflow docstring.
3631         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3632         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3633         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3634         Fix typos in docstrings.
3635         (imap-hash-open-connection): Fix typo in error message.
3637         * play/gomoku.el (gomoku): Fix typos in docstring.
3639         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3640         (gdb-jsonify-buffer): Fix typos in docstring.
3641         (gdb-goto-breakpoint): Fix typo in error message.
3642         ("Display Other Windows"): Fix typo in help message.
3643         (gdb-speedbar-expand-node): Fix typo in question.
3645         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3646         (idlwave-html-system-help-location, idlwave-html-help-location)
3647         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3648         (idlwave-help-browser-generic-args, idlwave-help-directory)
3649         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3650         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3651         (idlwave-online-help, idlwave-help-html-link)
3652         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3653         Fix typos in docstrings.
3654         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3655         Reflow docstrings.
3656         (idlwave-help-assistant-start): Fix typo in error message.
3658         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3659         (octave-electric-space): Fix typos in docstrings.
3661 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3663         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3665 2010-01-01  Juri Linkov  <juri@jurta.org>
3667         * comint.el (comint-input-ring-size): Make it a defcustom and
3668         increase the default to 500 (Bug#5148).
3670 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3672         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3673         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3674         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3676 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3678         Show working revision correctly for mercurial.
3679         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3680         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3682 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3684         Declare some functions for the byte-compiler.
3685         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3686         (speedbar-timer-fn, speedbar-change-expand-button-char)
3687         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3689 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3691         This changeset reverts GDB Graphical Interface to use annotations.
3692         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3694 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3696         Make vc-dir work on subdirectories of the bzr root.
3697         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
3698         file names relative to it.
3699         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3700         relative directory to vc-bzr-after-dir-status.
3702 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3704         * font-lock.el (font-lock-refresh-defaults): New function, which
3705         can be used to let font-lock react to external changes in
3706         variables like font-lock-defaults and keywords.
3707         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3709 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3711         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3713         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3715 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3717         Supersede color.diff settings in git log (bug#5211).
3719         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3720         escape chars in its output when the user has color.diff set to `always'.
3721         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3723 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3725         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3726         node.  Keep previous "Index" name to work with past coreutils too.
3728         * man.el (man): Revise docstring a bit to show -a and -l as
3729         examples.  Add -k description since support for it has otherwise
3730         been a secret.  (Further to bug#3717.)
3731         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3732         "no matches" rather than "Can't find manpage", as the latter reads
3733         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3735 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3737         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3738         switches.  Check also for //SUBDIRED// line.
3740 2009-12-25  Kenichi Handa  <handa@m17n.org>
3742         * language/indian.el (devanagari-composable-pattern): Fixed to
3743         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3744         Devanagari.
3745         (malayalam-composable-pattern): Fix previous change.
3747 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3749         * ps-print.el (ps-face-attributes): It was not returning the
3750         attribute face for faces specified as string.  Reported by harven
3751         <harven@free.fr>.
3752         (ps-print-version): New version 7.3.5.
3754 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3756         * calendar/icalendar.el (icalendar--convert-tz-offset):
3757         Fix timezone names.
3758         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3759         (icalendar--add-diary-entry): Remove the trailing blank that
3760         diary-make-entry inserts.
3762 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3764         Make `file-expand-wildcards' work for remote files.
3766         * files.el (file-expand-wildcards): In case of remote files, check
3767         only local file name part for wildcards.  Provide feature 'files
3768         and subfeature 'remote-wildcards.  (Bug#5198)
3770         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3771         if there is already an established connection.
3772         (tramp-advice-file-expand-wildcards): Remove it.
3774         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3775         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3776         Activate advice for older GNU Emacs versions.  (Bug#5237)
3778 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3780         Some doc fixes (more needed).
3782         * find-cmd.el (find-constituents): Reflow docstring.
3783         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3784         (find-generic): Doc fix.
3786 2009-12-17  Juri Linkov  <juri@jurta.org>
3788         Fix regression from 23.1 to allow multiple modes in Local Variables.
3790         * files.el (hack-local-variables-filter): While ignoring duplicates,
3791         don't take `mode' into account.
3792         (hack-local-variables-filter, hack-dir-local-variables):
3793         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3795 2009-12-17  Juri Linkov  <juri@jurta.org>
3797         Make `dired-diff' safer.  (Bug#5225)
3799         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3800         `current' or when `file' is a directory of the `current' file.
3802 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3804         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3805         unconditionally preloaded files.
3807 2009-12-16  Juri Linkov  <juri@jurta.org>
3809         Revert to old 23.1 logic of using the file at the mark as default.
3810         * dired-aux.el (dired-diff): Use the file at the mark as default
3811         if it's not the same as the current file, and the target dir is
3812         the current dir or the mark is active.  Add the current file
3813         as the arg of `dired-dwim-target-defaults'.  Use the default file
3814         in the prompt.  (Bug#5225)
3816 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3818         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3819         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3820         (tramp-check-for-regexp): Check also, when an echoing shell stops
3821         to echo sent commands.
3823 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3825         * Makefile.in: Revert last change (Bug#5191).
3827 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3829         * vc-hg.el (vc-hg-print-log): Fix argument order.
3830         (vc-hg-working-revision): Make sure the command is executed in a
3831         known environment so that we can parse the output.  (Bug#4417)
3833 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3835         * progmodes/python.el (python-symbol-completions): Remove text
3836         properties from symbol string before calling python-send-receive.
3838 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3840         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3841         when there are values for both file and line.  (Bug#5060)
3843 2009-12-14  Juri Linkov  <juri@jurta.org>
3845         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3846         whitespace after the file name of the first line of unified format,
3847         because git-diff doesn't output whitespace and file modification time
3848         after the file name.
3850 2009-12-14  David Kastrup  <dak@gnu.org>
3852         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3853         check if it already has the `display' property added by
3854         `Info-display-images-node', and not put the `invisible' property
3855         in this case.
3857 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3859         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3860         (semantic-mru-bookmark-mode): Doc fixes.
3862         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3863         of assert.
3865 2009-12-13  Glenn Morris  <rgm@gnu.org>
3867         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3868         (report-emacs-bug): In message-mode, sort manually before storing
3869         original report text.  (Bug#5178)
3870         Remove superfluous save-excursion.
3872 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3874         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3875         when responding to "GetAll" properties.
3877 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3879         * simple.el (compose-mail): Remove mail-setup-with-from from
3880         customization checks.
3882 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3884         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3885         RAR archives created on Unix systems.
3887 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3890         the varalias that was accidentally removed by the 2009-11-19 change
3891         (bug#5186).
3893 2009-12-12  Kenichi Handa  <handa@m17n.org>
3895         * language/indian.el (indian-compose-regexp): New function.
3896         (malayalam-composable-pattern): Fix the pattern.
3897         (composition-function-table): Set malayalam-composable-pattern for
3898         Malayalam characters.
3900 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3902         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3903         rather than down-mouse-1, based on follow-link conventions.
3905         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3906         are compiled.
3908 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3910         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3911         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3912         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3913         (verilog-leap-to-head, verilog-backward-token):
3914         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3916 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3918         * progmodes/verilog-mode.el (verilog-auto-lineup)
3919         (verilog-nameable-item-re): Cleanup user-visible spelling and
3920         documentation errors.  One reported by Gary Delp.
3921         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3922         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3923         package, bug195.  Reported by Pierre-David Pfister.
3925 2009-12-11  Glenn Morris  <rgm@gnu.org>
3927         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3929         * mail/emacsbug.el: No longer require sendmail.
3930         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3931         (report-emacs-bug-orig-text): Doc fix.
3932         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3933         New local variables, to adapt to different mail-user-agents.
3934         (report-emacs-bug): Fix test for a gnu.org address.
3935         Use overlays for emphasis, since font-lock defeats 'face property.
3936         Pretest bugs also end up at the newsgroup these days.
3937         Stop message-mode stripping text properties.
3938         Set and use the new buffer-local variables.
3939         (report-emacs-bug-hook): Add doc-string.
3940         Remove some unnecessary save-excursions and simplify.
3941         Use the appropriate hook and send-command.
3943         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3944         capitalization of some menu entries.
3946 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3948         * whitespace.el (whitespace-display-char-on): Ensure
3949         `buffer-display-table' is unique when two or more windows are
3950         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3951         New version 12.1.
3953 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3955         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3956         characters in the Attribute field.
3958 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3960         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3962 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3964         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3965         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3966         Disregard autoload-excludes.
3967         (update-directory-autoloads): Obey autoload-excludes here instead.
3968         But don't store its contents in no-autoloads and remove entries that
3969         refer to excludes files.
3971 2009-12-10  Glenn Morris  <rgm@gnu.org>
3973         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3974         (expand-mail-aliases): Define for compiler.
3976         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3977         Define for compiler.
3979         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
3980         appropriate for the mail-user-agent in use.
3982 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
3984         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
3986 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
3988         Fix short log parsing and fontification.
3989         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
3990         Fix fontification for the [merge] label.
3992 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
3994         Drop some properties to avoid surprises (bug#5002).
3995         * htmlfontify.el (hfy-ignored-properties): New defcustom.
3996         (hfy-fontify-buffer): Use it.
3998 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4000         Minor cleanup.
4001         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4002         Adjust all callers.
4003         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4004         args compulsory.  Adjust callers.
4005         (ffap-gopher-at-point): Remove unused var `name'.
4007         Get rid of the ELCFILES abomination.
4008         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4009         (compile-elcfiles): New phony target.
4010         (compile-main): Compute ELCFILES dynamically.
4011         (compile-clean): New target to remove left-over elc files.
4012         (compile, all): Use it.
4014 2009-12-09  Kenichi Handa  <handa@etlken>
4016         * international/mule-diag.el: Require help-mode instead of help-fns.
4018 2009-12-09  Kenichi Handa  <handa@m17n.org>
4020         * international/mule-cmds.el (ucs-names): Supply sufficiently
4021         fine ranges instead of pre-calculating accurate ranges.
4022         Iterate with bigger gc-cons-threshold.
4024 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4026         Add support for stashing a snapshot of the current tree.
4027         * vc-git.el (vc-git-stash-snapshot): New function.
4028         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4030 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4032         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4033         instead of `(beginning|end)-of-line'.
4035 2009-12-08  Glenn Morris  <rgm@gnu.org>
4037         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4039         * Makefile.in (ELCFILES): Regenerate.
4041 2009-12-07  Juri Linkov  <juri@jurta.org>
4043         Don't lazy-highlight the comint output in history Isearch mode.
4045         * comint.el (comint-history-isearch-search): Instead of
4046         `comint-line-beginning-position', use `comint-after-pmark-p'
4047         to check if point if before the process mark, and go to
4048         `process-mark' in this case.
4050 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4052         * textmodes/tex-mode.el (latex-complete)
4053         (latex-indent-or-complete): Remove.
4054         (latex-mode): Set completion-at-point-functions instead.
4056         Provide a standard completion command and hook it into TAB.
4057         * minibuffer.el (completion-at-point-functions): New var.
4058         (completion-at-point): New command.
4059         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4060         * progmodes/python.el (python-mode-map): Use completion-at-point.
4061         (python-completion-at-point): Rename from python-partial-symbol and
4062         adjust for use in completion-at-point-functions.
4063         (python-mode): Setup completion-at-point for Python completion.
4064         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4065         extracted from lisp-complete-symbol.
4066         (lisp-complete-symbol): Use it.
4067         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4068         setup completion-at-point for Elisp completion.
4069         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4070         Use completion-at-point.
4071         * ielm.el (ielm-map): Use completion-at-point.
4072         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4073         * progmodes/sym-comp.el: Move to...
4074         * obsolete/sym-comp.el: Move from progmodes.
4076 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4078         Prevent save-buffer in Rmail buffers from using the coding-system
4079         of the current message, and from clobbering the encoding mnemonics
4080         in the mode line (Bug#4623).
4082         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4083         flag, too.
4084         (rmail-message-encoding): New variable.
4085         (rmail-write-region-annotate): Record the encoding of the current
4086         message in rmail-message-encoding.
4087         (rmail-after-save-hook): New function, restores the encoding of
4088         the current message after the message collection is saved.
4090 2009-12-07  Juri Linkov  <juri@jurta.org>
4092         * progmodes/grep.el (grep-read-files): Use `completing-read'
4093         instead of `read-string'.  Set its `collection' arg to
4094         `read-file-name-internal'.  (Bug#4301)
4096 2009-12-07  Juri Linkov  <juri@jurta.org>
4098         Correctly restore original Isearch point.  (Bug#4994)
4100         * isearch.el (isearch-mode): Move `isearch-push-state' after
4101         `(run-hooks 'isearch-mode-hook)'.
4102         (isearch-cancel): When `isearch-push-state-function' is defined,
4103         let-bind `isearch-cmds' to the first state (the last element of
4104         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4105         function and restores the original point).  Otherwise, move point
4106         to `isearch-opoint'.
4108 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4110         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4111         chars that don't have names, so the table can be built much faster at
4112         run-time.
4114 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4116         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4117         change.  Suggested by David Kastrup.
4119         * simple.el (compose-mail): Check for incompatibilities and warn.
4120         (compose-mail-user-agent-warnings): New option.
4122 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4124         Support showing a single log entry from vc-annotate.
4125         * vc.el (print-log): Add a new argument: START-REVISION.
4126         (vc-print-log-internal): Add a new optional argument and
4127         pass it to the backend.
4128         (vc-print-log, vc-print-root-log): Adjust callers.
4129         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4130         buffer already displays the requested log entry, use it.
4131         Otherwise display only the log entry in question.
4132         * vc-svn.el (vc-svn-print-log):
4133         * vc-mtn.el (vc-mtn-print-log):
4134         * vc-hg.el (vc-hg-state):
4135         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4136         (vc-git-show-log-entry): Return t on success.
4137         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4138         (vc-bzr-show-log-entry): Return t on success.
4139         * vc-rcs.el (vc-rcs-print-log):
4140         * vc-sccs.el (vc-sccs-print-log):
4141         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4143 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4145         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4146         Add menus to the meta mode.  (Bug#5043)
4148 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4150         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4151         event-key.
4153         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4155 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4157         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4158         Berbain <raphael.berbain@gmail.com>.
4160         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4161         characters.
4162         (tramp-initial-end-of-output): New defconst.
4163         (tramp-methods, tramp-find-shell)
4164         (tramp-open-connection-setup-interactive-shell)
4165         (tramp-maybe-open-connection): Use it.
4166         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4167         existence of `#' and `$'.
4169         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4170         `tramp-initial-end-of-output'.
4172 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4174         Get the background mode from the terminal for xterm, and set
4175         faces accordingly.
4176         * term/xterm.el (xterm-set-background-mode): New function.
4177         (terminal-init-xterm): Use it in case xterm supports background
4178         color queries.  Recompute faces after getting the background
4179         color.
4181 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4183         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4184         number comment back on its own line, for easier parsing.
4186 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4188         Make it work for non-file buffers (bug#5102).
4189         * doc-view.el (doc-view-current-cache-dir):
4190         Use doc-view-buffer-file-name rather than buffer-file-name.
4191         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4193 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4195         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4196         author field is too short.
4198 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4200         * vc-git.el (vc-git-print-log): Handle a limit argument.
4201         Display the short log in graph form and with labels.
4202         (vc-git-log-view-mode): Handle labels.
4204         Make vc-revert change VC state from 'added to 'unregistered.
4205         * vc-git.el (vc-git-revert): Call git reset first.
4207 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4209         * net/newst-backend.el, net/newst-plainview.el:
4210         * net/newst-reader.el, net/newst-ticker.el:
4211         * net/newst-treeview.el, net/newsticker.el:
4212         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4214 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4216         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4218         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4219         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4220         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4221         Update annotation regexp.
4223         * simple.el (beginning-of-visual-line): Constrain to field
4224         boundaries (Bug#5106).
4226 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4228         * xml.el (xml-substitute-numeric-entities): Move
4229         newsticker--decode-numeric-entities in newst-backend.el to
4230         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4231         * net/newst-backend.el (newsticker--parse-generic-feed)
4232         (newsticker--parse-generic-items)
4233         (newsticker--decode-numeric-entities): Move
4234         newsticker--decode-numeric-entities in newst-backend.el to
4235         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4237 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4239         * progmodes/js.el (js--js-not): Add null to the list of values.
4241 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4243         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4245 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4247         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4248         delimiter if it is at the end of the current line.
4249         (bibtex-generate-url-list): Fix docstring.
4251 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4253         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4254         minibuffer's content with itself.
4255         Fold the confirm-after-completion case into the `confirm' case.
4256         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4258 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4260         * ffap.el (ffap-rfc-path): Make this a defcustom since
4261         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4263         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4264         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4266 2009-12-05  Juri Linkov  <juri@jurta.org>
4268         Save and restore dired buffer's point positions too.  (Bug#4880)
4270         * dired.el (dired-save-positions): Return in the first element
4271         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4272         Doc fix.
4273         (dired-restore-positions): First restore buffer's position.
4274         While restoring window's positions, check if window still displays
4275         the original buffer.
4277 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4279         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4280         if possible.
4282         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4283         Make argument optional.
4285         * shell.el (shell): Require ansi-color (Bug#5113).
4287         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4289         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4291 2009-12-05  Alan Mackenzie  <acm@muc.de>
4293         * progmodes/cc-mode.el (c-before-hack-hook)
4294         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4295         `c-file-style' to work again.  This reversion restores the current
4296         software to its state in Emacs 23.1.  (Bug#4146)
4298 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4300         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4301         comment-start-skip to comment-end-skip as comment (Bug#4781).
4303 2009-12-05  Juri Linkov  <juri@jurta.org>
4305         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4306         for virtual nodes.  (Bug#4147)
4307         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4308         when moving from a virtual node.
4309         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4310         (Info-mode): Add `Info-virtual-index' to the docstring.
4312 2009-12-05  Eric Ludlam  <zappo@gnu.org>
4314         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4315         Describe project macro symbols.
4317         * cedet/semantic/complete.el (semantic-complete-do-completion):
4318         Don't call semantic-collector-current-exact-match.
4320         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4321         ede-objects as targets.
4323         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4324         a target's object list even if compiler vars are already in the
4325         Makefile.
4327         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4328         list of headers producing necessary macros.
4330 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4332         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4333         track of the buffer position of the end of a BibTeX entry as this
4334         position may change during reformatting.
4335         (bibtex-format-entry): Remove whitespace before processing
4336         numerical fields so that we recognize the latter properly.
4337         (bibtex-reformat): Do not use push which changes the global value
4338         of bibtex-entry-format.
4339         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4340         (bibtex-field-re-init): Replace only space characters by regexp
4341         for whitespace.
4342         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4343         (bibtex-initialize): Also update bibtex-strings.
4344         (bibtex-kill-field): Preserve white space at end of entry.
4345         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4346         Update bibtex-reference-keys.
4348 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4350         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4351         point after a star, if that's the only place where modifications can
4352         make progress.
4354 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4356         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4357         in docstrings.
4359 2009-12-04  Juri Linkov  <juri@jurta.org>
4361         * proced.el (proced): Call `(proced-update t)' to update process
4362         information instead of only running proced-post-display-hook.
4363         (proced-send-signal): Add a leading space to the buffer name
4364         " *Marked Processes*" to make this buffer ephemeral.
4366 2009-12-04  Juri Linkov  <juri@jurta.org>
4368         * dired.el (dired-auto-revert-buffer): New defcustom.
4369         (dired-internal-noselect): Use it.
4371 2009-12-04  Juri Linkov  <juri@jurta.org>
4373         Change roles of modes and functions in image-mode.el (Bug#5062).
4375         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4376         in `auto-mode-alist'.
4377         (image-mode-previous-major-mode): New variable.
4378         (image-minor-mode-map): Rename from `image-mode-text-map'.
4379         (image-mode): Move graceful error-handling code from
4380         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4381         (image-minor-mode): Remove all image-handling code.
4382         Replace `image-mode-text-map' with `image-minor-mode-map'.
4383         Check for `image-type' in mode-line format string.
4384         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4385         (image-mode-as-text): New function with most code from
4386         `image-mode-maybe'.
4387         (image-toggle-display-text): Move code that removes image
4388         properties from `image-toggle-display' to here.
4389         (image-toggle-display-image): New function with code that adds
4390         image properties copied from `image-toggle-display'.
4391         (image-toggle-display): Remove most code with leaving only code
4392         that toggles between `image-mode-as-text' and `image-mode'.
4394 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4396         * net/newst-treeview.el
4397         (newsticker--treeview-list-highlight-start): Restored call to
4398         save-excursion: Selected item was stuck.
4399         (newsticker--treeview-list-select): New.
4400         (newsticker--treeview-item-show-text)
4401         (newsticker--treeview-item-show)
4402         (newsticker--treeview-item-update): Use new
4403         newsticker-treeview-item-mode.
4404         (newsticker-treeview-update): Keep current item.
4405         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4406         (newsticker--treeview-first-feed): Doc change.
4407         (newsticker-treeview-list-menu)
4408         (newsticker-treeview-item-menu): Added menu entries.
4409         (newsticker-treeview-item-mode): New.
4411         * net/newst-backend.el (newsticker-customize): Delete other
4412         windows.
4414 2009-12-04  Sam Steingold  <sds@gnu.org>
4416         * log-view.el (log-view-mode-map): "q" calls quit-window,
4417         like in all the other non-self-insert buffers.
4419 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4421         Minor cleanup.
4422         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4423         key decoding rather than do it manually via last-input-event +
4424         ascii-character.
4425         (term-exec): Use delete-and-extract-region.
4426         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4427         (term-process-pager): Remove unused var `i'.
4428         (term-dynamic-simple-complete): Make obsolete.
4429         (serial-update-config-menu): Remove unused vars `y' and `str'.
4430         (term-update-mode-line): Remove unused var `temp'.
4432 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4434         Limit the number of log entries displayed by default.
4435         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4436         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4437         using a prefix argument.
4439 2009-12-03  Glenn Morris  <rgm@gnu.org>
4441         * progmodes/idlwave.el (class): Restore still useful declaration.
4443 2009-12-03  Alan Mackenzie  <acm@muc.de>
4445         Enhance `c-parse-state' to run efficiently in "brace deserts".
4447         * progmodes/cc-mode.el (c-basic-common-init):
4448         Call c-state-cache-init.
4449         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4450         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4451         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4453         * progmodes/cc-langs.el (c-before-font-lock-function):
4454         c-extend-and-neutralize-syntax-in-CPP has been renamed
4455         c-neutralize-syntax-in-and-mark-CPP.
4457         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4458         with `category' properties now, not `syntax-table' ones.
4460         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4461         enhanced (but slower) version of c-end-of-macro that won't land
4462         inside a literal or on another awkward character.
4463         (c-state-cache-too-far, c-state-cache-start)
4464         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4465         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4466         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4467         (c-state-min-scan-pos, c-state-brace-pair-desert)
4468         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4469         buffer local variables.
4470         (c-state-literal-at, c-state-lit-beg)
4471         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4472         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4473         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4474         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4475         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4476         (c-renarrow-state-cache)
4477         (c-append-lower-brace-pair-to-state-cache)
4478         (c-state-push-any-brace-pair, c-append-to-state-cache)
4479         (c-remove-stale-state-cache)
4480         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4481         (c-invalidate-state-cache-1, c-parse-state-1)
4482         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4483         (c-parse-state): Enhance and refactor.
4484         (c-debug-parse-state): Amend to deal with all the new variables.
4486         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4487         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4488         modify to use category text properties rather than syntax-table ones.
4489         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4490         to switch off/on the syntactic paren property of C++ template
4491         delimiters using the category property.
4492         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4493         template delims suppressed.
4494         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4495         New constant/macros which apply category properties to the start
4496         and end of preprocessor constructs.
4497         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4498         "comment out" the syntactic value of characters in preprocessor
4499         constructs.
4500         (c-with-cpps-commented-out)
4501         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4502         with characters in all or all but one preprocessor constructs
4503         "commented out".
4505 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4507         * proced.el (proced-filter-alist): Use regexp-quote.
4509 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4511         Cleanup.
4512         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4513         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4514         arguments.  Expand `default-directory'.
4516         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4517         the benefit of returning an expanded localname.
4518         (tramp-tramp-file-p): Handle the case NAME is not a string.
4520 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4522         Add support for bzr shelve/unshelve.
4523         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4524         (vc-bzr-extra-menu-map): New variables.
4525         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4526         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4527         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4528         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4529         (vc-bzr-dir-extra-headers): Display shelves.
4531         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4533 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4535         * textmodes/bibtex.el (bibtex-complete-internal):
4536         Use completion-in-region.
4537         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4539 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4541         Support applying stashes.  Improve UI.
4542         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4543         (vc-git-stash-apply, vc-git-stash-pop)
4544         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4545         (vc-git-stash-menu): New functions.
4546         (vc-git-stash-menu-map): New variable.
4547         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4549 2009-12-03  Glenn Morris  <rgm@gnu.org>
4551         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4552         (vc-print-log-internal): Fix previous change.
4553         (vc-revert): Correct pluralization.
4555 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4557         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4558         it to be an alist any more.
4559         (makefile-complete): Use completion-in-region.
4561         * progmodes/octave-mod.el (octave-complete-symbol):
4562         Use completion-in-region.
4564         Misc cleanup.
4565         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4566         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4567         (idlwave-complete-class): Don't quote lambda.
4568         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4569         (idlwave-mode-map): Move initialization into declaration.
4570         (idlwave-action-and-binding): Use backquotes.
4571         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4572         Simplify.
4573         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4574         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4575         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4576         `parts', and `all-parts'.
4577         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4578         (idlwave-convert-xml-system-routine-info): Remove unused string
4579         `version-string'.
4580         (idlwave-display-user-catalog-widget): Use dolist.
4581         (idlwave-scanning-lib): Declare dynamically-scoped var.
4582         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4583         (completion-highlight-first-word-only): Declare to silence bytecomp.
4584         (idlwave-popup-select): Tighten scope of `resp'.
4585         (idlwave-find-struct-tag): Remove unused var `beg'.
4586         (idlwave-after-load-rinfo-hook): Declare.
4587         (idlwave-sintern-class-info): Remove unused var `taglist'.
4588         (idlwave-find-class-definition): Remove unused var `list'.
4589         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4590         (idlwave-what-module-find-class): Remove unused var `classes'.
4592 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4594         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4596 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4598         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4599         buffers visited.  Remove redundant current-buffer-saving.
4601 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4603         Use completion-in-buffer and remove uses of dynamic scoping.
4604         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4605         (pascal-buffer-to-use, pascal-flag): Don't declare.
4606         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4607         (pascal-get-completion-decl, pascal-keyword-completion):
4608         Add `pascal-str' argument, save-excursion,
4609         return the found completions, and don't filter with pascal-pred.
4610         (pascal-completion-cache): New var.
4611         (pascal-completion): Don't switch buffer any more (it was never
4612         necessary).  Don't save-excursion any more (it's done by the called
4613         subroutines).  Use a cache to avoid redundant computations.
4614         Use complete-with-action rather than pascal-completion-response and
4615         let it apply the predicate as well.
4616         (pascal-complete-word): Use completion-in-buffer when
4617         pascal-toggle-completions is nil.
4618         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4619         not used any more.
4620         (pascal-comp-defun): Don't change buffer any more.
4621         Use complete-with-action rather than pascal-completion-response and
4622         let it apply the predicate as well.
4623         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4624         when neded.
4626 2009-12-02  Kenichi Handa  <handa@m17n.org>
4628         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4629         shape for all Indic scripts.
4631 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4633         Use completion-in-buffer.
4634         * wid-edit.el (widget-field-text-end): New function.
4635         (widget-field-value-get): Use it.
4636         (widget-string-complete, widget-file-complete)
4637         (widget-color-complete): Use it and completion-in-region.
4638         (widget-complete): Don't narrow the buffer.
4640 2009-12-02  Glenn Morris  <rgm@gnu.org>
4642         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4643         (rmail-select-summary): Use rmail-pop-to-buffer.
4644         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4645         rmail-pop-to-buffer, to prevent horizontal splits.
4647         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4648         save-excursion with save-current-buffer.
4649         Widen before searching.  (Bug#5093)
4650         (diary-list-sexp-entries): Remove superfluous save-excursion.
4652 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4654         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4655         name.  (Bug#5038)
4657 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4659         * ido.el (ido-file-internal): Handle filenames at point that do
4660         not have a directory part.  (Bug#5049)
4662 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4664         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4665         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4667 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4669         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4670         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4671         any more.
4673 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4675         * comint.el (comint-insert-input): Ignore clicks to the right of
4676         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4678         * vc.el (vc-print-log-internal): Don't wait for the process to
4679         terminate before setting up the major mode.
4681         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4682         in case.
4684         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4685         the last element.
4687         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4689 2009-12-01  Glenn Morris  <rgm@gnu.org>
4691         * window.el (window--display-buffer-2): Fix previous changes.
4693 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4695         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4697 2009-12-01  Glenn Morris  <rgm@gnu.org>
4699         * Makefile.in (ELCFILES): Add mpc.elc.
4701 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4703         * mpc.el: New file.
4705 2009-12-01  Glenn Morris  <rgm@gnu.org>
4707         * window.el (window-to-use): Define for compiler.
4709         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4710         consistent with others (no final period).
4712         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4713         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4715 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4717         Make vc-print-log buttons work.
4718         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4720 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4722         * savehist.el (savehist-autosave-interval): Allow setting to nil
4723         through customize.  (Bug#5056)
4725 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4727         Fix references to jit-lock properties.
4728         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4729         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4730         (perl-font-lock-special-syntactic-constructs):
4731         Quote jit-lock-defer-multiline property.
4733 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4735         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4737 2009-11-30  Juri Linkov  <juri@jurta.org>
4739         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4740         value `buffer' of `multi-isearch-next-buffer-current-function'.
4741         Use `(current-buffer)' when `buffer' is nil.
4742         (multi-isearch-next-buffer-from-list): Don't fallback to
4743         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4745 2009-11-30  Juri Linkov  <juri@jurta.org>
4747         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4748         of buffers with `get-buffer' to `multi-isearch-buffers'.
4749         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4750         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4751         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4752         FILES with `expand-file-name' converting relative file names
4753         to absolute.  Doc fix.  (Bug#4727)
4755 2009-11-30  Juri Linkov  <juri@jurta.org>
4757         * misearch.el (multi-isearch-read-buffers)
4758         (multi-isearch-read-matching-buffers): New functions.
4759         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4760         Use them in the `interactive' spec.  Doc fix.
4761         (multi-isearch-read-files, multi-isearch-read-matching-files):
4762         New functions.
4763         (multi-isearch-files, multi-isearch-files-regexp):
4764         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4766 2009-11-30  Juri Linkov  <juri@jurta.org>
4768         * doc-view.el (doc-view-continuous):
4769         Rename from `doc-view-continuous-mode'.
4770         (doc-view-menu): Move "Toggle display" to the top.
4771         Add submenu "Continuous" with radio buttons "Off"/"On"
4772         and "Save as Default".
4773         (doc-view-scroll-up-or-next-page)
4774         (doc-view-scroll-down-or-previous-page)
4775         (doc-view-next-line-or-next-page)
4776         (doc-view-previous-line-or-previous-page): Rename
4777         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4779 2009-11-30  Juri Linkov  <juri@jurta.org>
4781         * comint.el (comint-mode-map): Rebind `M-r' from
4782         `comint-previous-matching-input' to
4783         `comint-history-isearch-backward-regexp'.
4784         Unbind `M-s' to allow global key binding `M-s'.
4785         Add menu items for `comint-history-isearch-backward' and
4786         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4788 2009-11-30  Juri Linkov  <juri@jurta.org>
4790         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4791         For def=recenter, replace `recenter' with `recenter-top-bottom'
4792         that is called with `this-command' and `last-command' let-bound
4793         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4794         set `recenter-last-op' to nil.  (Bug#4981)
4796 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4798         Minor cleanup and simplification.
4799         * filecache.el (file-cache-add-directory)
4800         (file-cache-add-directory-recursively)
4801         (file-cache-add-from-file-cache-buffer)
4802         (file-cache-delete-file-regexp, file-cache-delete-directory)
4803         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4804         (file-cache-temp-minibuffer-message): Delete function.
4805         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4807         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4808         Don't signal an error when bumping into EOB in tr, s, or y.
4810 2009-11-29  Juri Linkov  <juri@jurta.org>
4812         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4813         (Bug#4960)
4815         * descr-text.el (describe-char-unidata-list): Use lowercase name
4816         for "Unicode name" like in other tags.
4818 2009-11-29  Juri Linkov  <juri@jurta.org>
4820         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4821         New compatibility macro.
4822         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4824 2009-11-29  Juri Linkov  <juri@jurta.org>
4826         Add defcustom to define the cycling order of `recenter-top-bottom'.
4827         (Bug#4981)
4829         * window.el (recenter-last-op): Doc fix.
4830         (recenter-positions): New defcustom.
4831         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4832         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4834 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4836         Improve integration of Tramp and ange-ftp in eshell.
4838         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4839         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4840         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4842         * eshell/esh-util.el (top): Require also Tramp when compiling.
4843         (eshell-directory-files-and-attributes): Check for FTP remote
4844         connection.
4845         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4846         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4847         (eshell-file-attributes): Handle ".".  Return `entry'.
4849         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4850         (ange-ftp-directory-files-and-attributes)
4851         (ange-ftp-real-directory-files-and-attributes): New defuns.
4853         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4854         shell with "exec" when possible.  This prevents trailing prompts
4855         in `start-file-process'.
4857 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4859         Try and remove assumptions about point-min==1.
4860         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4861         (rng-compute-mode-line-string): Show the validation percentage in
4862         terms of the narrowed text, not the widened text.
4863         (rng-do-some-validation): Don't catch internal errors when debugging.
4864         (rng-first-error): Simplify.
4865         (rng-after-change-function): Remove work around.  AFAIK the bug has
4866         been fixed a while ago.
4868         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4869         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4871         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4873         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4874         `cd' doesn't always do it for us (bug#5067).
4876         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4877         on 2009-10-25 as part of some other change (bug#5067).
4879 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4881         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4882         `suspicious'.
4883         (byte-compile-warnings): Use byte-compile-warning-types.
4884         (byte-compile-save-excursion): Warn about use of set-buffer right
4885         after save-excursion.
4887         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4888         the excursion as well.
4890 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4892         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4893         providing a Tramp related implementation of "su" and "sudo".
4894         (eshell-unix-initialize): Add "su" and "sudo".
4896 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4898         * net/socks.el (socks-send-command): Convert binary request to
4899         unibyte before sending.  This fixes mishandling of some port
4900         numbers such as 129.
4902 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4904         * help.el (describe-bindings-internal): Remove `interactive'.
4906         * man.el (Man-completion-table): Trim a terminating "(".
4907         Remove the space between name page a section.
4908         Add the command's description on the `help-echo' property.
4909         Remove `process-connection-type' binding since it's unused by
4910         call-process.
4911         Provide completion for the "<section> <name>" format as well.
4912         (Man-default-man-entry): Remove spurious var shadowing the argument.
4914 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4916         * log-view.el: Add "Keywords: tools", since its other keywords
4917         aren't in finder-known-keywords, and following vc.el.
4919         * sha1.el (sha1-string-external): default-directory "/" in case
4920         otherwise non-existent.  process-connection-type pipe for touch of
4921         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4923 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4925         Misc coding convention cleanups.
4926         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4927         hfy-init-kludge-hooks.
4928         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4929         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4930         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4931         and push.
4932         (hfy-slant, hfy-weight): Use tables rather than code.
4933         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4934         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4935         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4936         (hfy-face-to-css): Remove `nconc' with single arg.
4937         (hfy-p-to-face-lennart): Use `or'.
4938         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4939         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4940         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4941         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4942         (hfy-force-fontification): Use run-hooks.
4944 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4946         Various minor fixes.
4947         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4948         Javascript belongs in the header, not the body.
4949         (hfy-javascript): Remove.
4950         (hfy-fontify-buffer): Don't insert it any more.
4951         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4952         Fix bug in invis handling when there were no invis props in a chunk.
4954 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4956         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4958 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4960         * finder.el (finder-mode-map): Add a menu.
4962 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4964         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4965         "unsigned" structs.
4967         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4968         fork" statement better.
4970 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4972         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4973         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4974         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4975         Reported by Clay Douglass.
4977         (verilog-auto-inst, verilog-auto-star-safe)
4978         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
4979         Fix removing "// Interfaces" when saving .* expansions.  Reported by
4980         Pierre-David Pfister.
4982 2009-11-26  Glenn Morris  <rgm@gnu.org>
4984         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
4985         the scope.
4987 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
4989         * vc-annotate.el (vc-annotate-revision-previous-to-line):
4990         Really use previous revision.
4992 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4994         * man.el (Man-completion-table): default-directory "/" in case
4995         doesn't otherwise exist.  process-environment COLUMNS=999 so as
4996         not to truncate long names.  process-connection-type pipe to avoid
4997         any chance of hitting the pseudo-tty TIOCGWINSZ.
4998         (man): completion-ignore-case t for friendliness and since man
4999         itself is case-insensitive on the command line.
5000         Further to Bug#3717.
5002         * arc-mode.el: Add "Keywords: files", so the details in its
5003         commentary can be reached from finder-by-keyword.
5004         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5005         editing mode, but it's comms related and sgml-mode.el has "comm"
5006         on that basis too.
5007         * textmodes/bibtex-style.el: Add "Keywords: tex".
5008         * international/isearch-x.el, international/ja-dic-cnv.el:
5009         * international/ja-dic-utl.el, international/kkc.el:
5010         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5012 2009-11-25  Juri Linkov  <juri@jurta.org>
5014         * man.el (Man-completion-table): Modify regexp to include
5015         section names to completion strings.  (Bug#3717)
5017 2009-11-25  Juri Linkov  <juri@jurta.org>
5019         Search recursively in gzipped files.  (Bug#4982)
5021         * progmodes/grep.el (grep-highlight-matches): Add new options
5022         `always' and `auto'.  Doc fix.
5023         (grep-process-setup): Check `grep-highlight-matches' for
5024         `auto-detect' to determine the need to compute grep defaults.
5025         Move Windows/DOS specific --colors settings handling
5026         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5027         to get the value of "--color=".
5028         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5029         has the value `auto-detect'.  Move Windows/DOS specific settings
5030         from `grep-process-setup'.
5031         (zrgrep): New command with alias `rzgrep'.
5033 2009-11-25  Juri Linkov  <juri@jurta.org>
5035         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5036         to nil instead of switching off view-mode.  (Bug#4896)
5038 2009-11-25  Juri Linkov  <juri@jurta.org>
5040         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5042         * mwheel.el (mwheel-scroll-up-function)
5043         (mwheel-scroll-down-function): New defvars.
5044         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5045         `scroll-up', and `mwheel-scroll-down-function' instead of
5046         `scroll-down'.
5048         * doc-view.el (doc-view-scroll-up-or-next-page)
5049         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5050         Use this ARG in the call to image-scroll-up/image-scroll-down.
5051         Change `interactive' spec to "P".  Goto next/previous page only
5052         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5053         SPC/DEL case).  Doc fix.
5054         (doc-view-next-line-or-next-page)
5055         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5056         for consistency.
5057         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5058         `doc-view-scroll-up-or-next-page', and buffer-local
5059         `mwheel-scroll-down-function' to
5060         `doc-view-scroll-down-or-previous-page'.
5062 2009-11-25  Juri Linkov  <juri@jurta.org>
5064         Provide additional default values (directories at other Dired
5065         windows) via M-n in the minibuffer of some Dired commands.
5067         * dired-aux.el (dired-diff, dired-compare-directories)
5068         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5069         `minibuffer-default' in `minibuffer-with-setup-hook'.
5070         (dired-dwim-target-directory): Find a window that displays Dired
5071         buffer instead of failing when the next window is not Dired.
5072         Use `get-window-with-predicate' to find for the next Dired window.
5073         (dired-dwim-target-defaults): New function.
5075         * ediff-util.el (ediff-read-file-name):
5076         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5077         in `minibuffer-with-setup-hook'.
5079 2009-11-25  Juri Linkov  <juri@jurta.org>
5081         Provide additional default values (file name at point or at the
5082         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5084         * minibuffer.el (read-file-name-defaults): New function.
5085         (read-file-name): Reset `minibuffer-default' to nil when
5086         it duplicates initial input `insdef'.
5087         Bind `minibuffer-default-add-function' to lambda that
5088         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5089         (minibuffer-insert-file-name-at-point): New command.
5091         * files.el (file-name-at-point-functions): New defcustom.
5092         (find-file-default): Remove defvar.
5093         (find-file-read-args): Don't use `find-file-default'.
5094         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5095         to `read-file-name'.
5096         (find-file-literally): Use `read-file-name' with
5097         `confirm-nonexistent-file-or-buffer'.
5099         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5101         * dired.el (dired-read-dir-and-switches):
5102         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5103         to `read-file-name'.
5104         (dired-file-name-at-point): New function.
5105         (dired-mode): Add hook `dired-file-name-at-point' to
5106         `file-name-at-point-functions'.
5108 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5110         Really make the *Completions* window soft-dedicated (bug#5030).
5111         * window.el (window--display-buffer-2): Add `dedicated' argument.
5112         (display-buffer): Pass it when needed so the dedicated flag is set
5113         after calling set-window-buffer, which would otherwise reset it.
5115 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5117         * progmodes/meta-mode.el (meta-complete-symbol):
5118         * progmodes/etags.el (complete-tag):
5119         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5120         Use completion-in-region.
5122         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5123         (dabbrev-completion): Use completion-in-region.
5124         (dabbrev--abbrev-at-point): Simplify regexp.
5126         * abbrev.el (abbrev--before-point): Use word-motion functions
5127         if :regexp is not specified (bug#5031).
5129         * subr.el (string-prefix-p): New function.
5131         * man.el (Man-completion-cache): New var.
5132         (Man-completion-table): Use it.
5134         * vc.el (vc-print-log-internal): Make `limit' optional for better
5135         compatibility (e.g. with vc-annotate.el).
5137 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5139         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5140         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5142         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5143         when .el source file not found or other error.
5145 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5147         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5149 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5151         Handle the [back] button properly (bug#4979).
5152         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5153         Use help-setup-xref, help-buffer, and with-help-window.
5154         (describe-char): Add `buffer' argument.
5155         Pass proper command to help-setup-xref.  Don't meddle with
5156         help-xref-stack-item directly.
5157         (describe-text-category): Use with-help-window and help-buffer.
5159         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5160         for the displayed buffer (bug#4887).
5162         * man.el (Man-completion-table): New function.
5163         (man): Use it.
5165 2009-11-24  David Reitter  <david.reitter@gmail.com>
5167         * vc-git.el (vc-git-registered): Use checkout directory (where
5168         .git is) rather than the file's directory and a relative path spec
5169         to work around a bug in git.
5171 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5173         Improve handling of processes on remote hosts.
5175         * eshell/esh-util.el (eshell-path-env): New defvar.
5176         (eshell-parse-colon-path): New defun.
5177         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5179         * eshell/esh-ext.el (eshell-search-path):
5180         Use `eshell-parse-colon-path'.
5181         (eshell-remote-command): Remove argument HANDLER.
5182         (eshell-external-command): Check for FTP remote connection.
5184         * eshell/esh-proc.el (eshell-gather-process-output):
5185         Use `file-truename', in order to start also symlinked files.
5186         Apply `start-file-process' instead of `start-process'.
5187         Shorten `command' to the local file name part.
5189         * eshell/em-cmpl.el (eshell-complete-commands-list):
5190         Use `eshell-parse-colon-path'.
5192         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5194         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5195         to `eshell-directory-change-hook'.
5197 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5199         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5200         because it could be enabled automatically if view-read-only is non-nil.
5202 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5204         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5205         made on 2009-11-22.
5207 2009-11-24  Glenn Morris  <rgm@gnu.org>
5209         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5210         deleted variable bookmark-bmenu-bookmark-column.
5212         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5213         Move after definition of global-semantic-idle-tag-highlight-mode.
5215 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5217         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5219 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5221         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5222         two slashes to the "file:" prefix.
5223         (browse-url-file-url): De-munge Cygwin filenames before passing
5224         them to Windows browser.
5225         (browse-url-default-windows-browser): Use call-process.
5227 2009-11-23  Juri Linkov  <juri@jurta.org>
5229         Implement DocView Continuous mode.  (Bug#4896)
5230         * doc-view.el (doc-view-continuous-mode): New defcustom.
5231         (doc-view-mode-map): Bind C-n/<down> to
5232         `doc-view-next-line-or-next-page', C-p/<up> to
5233         `doc-view-previous-line-or-previous-page'.
5234         (doc-view-next-line-or-next-page)
5235         (doc-view-previous-line-or-previous-page): New commands.
5237 2009-11-23  Juri Linkov  <juri@jurta.org>
5239         Implement Isearch in comint input history.  (Bug#3746)
5240         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5241         `isearch-mode-hook'.
5242         (comint-history-isearch): New defcustom.
5243         (comint-history-isearch-backward)
5244         (comint-history-isearch-backward-regexp): New commands.
5245         (comint-history-isearch-message-overlay): New buffer-local variable.
5246         (comint-history-isearch-setup, comint-history-isearch-end)
5247         (comint-goto-input, comint-history-isearch-search)
5248         (comint-history-isearch-message, comint-history-isearch-wrap)
5249         (comint-history-isearch-push-state)
5250         (comint-history-isearch-pop-state): New functions.
5252 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5254         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5255         return.
5256         (tramp-handle-make-symbolic-link)
5257         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5258         Quote file names.
5259         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5260         (tramp-handle-process-file): Use it.
5262 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5264         * window.el (move-to-window-line-last-op): Remove.
5265         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5267 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5269         Make M-r mirror the new cycling behavior of C-l.
5270         * window.el (move-to-window-line-last-op): New var.
5271         (move-to-window-line-top-bottom): New command.
5272         (global-map): Bind M-r move-to-window-line-top-bottom.
5274 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5276         * dired-x.el (dired-guess-shell-alist-default):
5277         Support xz format.  (Bug#4953)
5279 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
5281         * cedet/srecode/map.el (srecode-get-maps):
5282         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5283         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5284         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5285         (semantic-toggle-decoration-style):
5286         * cedet/semantic/decorate/include.el
5287         (semantic-decoration-include-describe)
5288         (semantic-decoration-unknown-include-describe)
5289         (semantic-decoration-unparsed-include-describe)
5290         (semantic-decoration-all-include-summary):
5291         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5292         * cedet/semantic/analyze/complete.el
5293         (semantic-analyze-possible-completions):
5294         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5295         (semantic-show-unmatched-syntax-mode)
5296         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5297         (semantic-highlight-func-mode):
5298         * cedet/semantic/util.el (semantic-describe-buffer):
5299         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5300         (semantic-symref-find-tags-by-name)
5301         (semantic-symref-find-tags-by-regexp)
5302         (semantic-symref-find-tags-by-completion)
5303         (semantic-symref-find-file-references-by-name)
5304         (semantic-symref-find-text):
5305         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5306         (senator-yank-tag):
5307         * cedet/semantic/scope.el (semantic-calculate-scope):
5308         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5309         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5310         (define-semantic-idle-service):
5311         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5312         (semantic-complete-analyze-inline-idle):
5313         * cedet/semantic/analyze.el (semantic-analyze-current-context):
5314         * cedet/mode-local.el (describe-mode-local-bindings)
5315         (describe-mode-local-bindings-in-mode):
5316         * cedet/ede/make.el (ede-make-check-version):
5317         * cedet/ede/locate.el (ede-enable-locate-on-project):
5318         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5319         (cedet-idutils-version-check):
5320         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5321         (cedet-gnu-global-version-check):
5322         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5323         (cedet-cscope-version-check): Use called-interactively-p instead
5324         of interactive-p.
5326         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5327         Use semantic-format-tag-prototype.
5329 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5331         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5332         last-command-char/last-command-event.
5333         (viper-prefix-arg-value): Do correct conversion of event-char for
5334         XEmacs.
5336         * emulation/viper-util.el, emulation/viper.el:
5337         Use viper-last-command-char instead of
5338         last-command-char/last-command-event.
5340         * ediff-init.el, ediff-mult.el, ediff-util.el:
5341         Replace last-command-char and last-command-event
5342         with (ediff-last-command-char) everywhere.
5344         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5345         created in fundamental mode.
5347         * ediff.el (ediff-version): Revert the change of interactive-p to
5348         called-interactively-p.
5350 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5352         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5353         generation from word-movement command names.
5355 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
5357         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5358         (semantic-complete-jump-local, semantic-complete-jump):
5359         Improve prompt string.
5361 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5363         * cus-start.el (all): Add native condition for font-use-system-font.
5365 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5367         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5368         Correct the patch from 2009-11-18.  (Bug#3910)
5370 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5372         * progmodes/subword.el: Rename from lisp/subword.el.
5374         * subword.el: Rename to progmodes/subword.el.
5376         * Makefile.in (ELCFILES): Adapt to subword.el move.
5378 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5379             Stefan Monnier  <monnier@iro.umontreal.ca>
5381         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5382         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5383         (bookmark-bmenu-show-filenames): Use push.
5384         (bookmark-bmenu-hide-filenames): Use local var instead of
5385         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5386         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5387         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5388         filenames now that the bookmark names are always available.
5390 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5392         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5393         (bookmark-search-pattern): Move and leave unbound.
5394         (bookmark-bmenu-mode-map): Change binding.
5395         (bookmark-read-search-input): Simplify.
5396         Don't use text-char-description.  Don't error on non-char events.
5397         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5398         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5399         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5400         Use a local var for the timer.
5401         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5402         (i.e. bookmark-bmenu-search).
5404 2009-11-21  Glenn Morris  <rgm@gnu.org>
5406         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5408 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5410         * net/browse-url.el (browse-url-default-windows-browser):
5411         Use cygstart for cygwin.
5413 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5415         * bookmark.el: Formatting and doc fixes only:
5416         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5417         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5418         Minor grammar and punctuation fixes in doc string.
5419         (bookmark-read-search-input): Adjust to fit within 80 columns.
5421 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5423         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5424         (c-backward-into-nomenclature): Adapt to subword renaming.
5426         * subword.el (subword-forward, subword-backward, subword-mark)
5427         (subword-kill, subword-backward-kill, subword-transpose)
5428         (subword-downcase, subword-upcase, subword-capitalize)
5429         (subword-forward-internal, subword-backward-internal):
5430         Rename from forward-subword, backward-subword, mark-subword,
5431         kill-subword, backward-kill-subword, transpose-subwords,
5432         downcase-subword, upcase-subword, capitalize-subword,
5433         forward-subword-internal, backward-subword-internal.
5435 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5437         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5438         New options.
5439         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5440         New vars.
5441         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5442         (bookmark-bmenu-filter-alist-by-regexp)
5443         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5444         (bookmark-bmenu-search): New command.
5445         (bookmark-bmenu-mode-map): Bind it.
5447 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5449         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5451         * cedet/semantic/idle.el (define-semantic-idle-service)
5452         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5454 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5456         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5457         backward-subword to quit the byte-compiler.
5459         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5461         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5463         * progmodes/cc-cmds.el (c-update-modeline)
5464         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5465         Refer to subword.el functions instead of cc-subword.el.
5467         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5468         subword.el functions instead of cc-subword.el.
5470         * progmodes/cc-subword.el: Rename to subword.el.
5471         * subword.el: Rename from progmodes/cc-subword.el.
5472         (subword-mode-map): Rename from c-subword-mode-map.
5473         (subword-mode): Rename from c-subword-mode.
5474         (global-subword-mode): New global minor mode.
5475         (forward-subword): Rename from c-forward-subword.
5476         (backward-subword): Rename from c-backward-subword.
5477         (mark-subword): Rename from c-mark-subword.
5478         (kill-subword): Rename from c-kill-subword.
5479         (backward-kill-subword): Rename from c-backward-kill-subword.
5480         (transpose-subwords): Rename from c-tranpose-subword.
5481         (downcase-subword): Rename from c-downcase-subword.
5482         (capitalize-subword): Rename from c-capitalize-subword.
5483         (forward-subword-internal): Rename from c-forward-subword-internal.
5484         (backward-subword-internal): Rename from c-backward-subword-internal.
5486 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5488         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5489         from a dired buffer.
5490         (vc-dired-deduce-fileset): New function.
5491         (vc-root-diff, vc-print-root-log): Use it.
5493         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5494         nil LIMIT argument to vc-print-log-internal.
5496 2009-11-20  Glenn Morris  <rgm@gnu.org>
5498         * Makefile.in (ELCFILES): Regenerate.
5500 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5502         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
5504         * cedet/semantic.el: Enable idle-mode menu items only if
5505         global-semantic-idle-scheduler-mode is enabled.
5506         (semantic-default-submodes): Doc fix.
5508         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5509         When turning off, disable other idle modes.
5511 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5513         * calc/calc.el (calc-set-mode-line):
5514         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5515         (math-format-number): Rename `math-format-complement-signed' to
5516         `math-format-twos-complement'.
5518         * calc/calc-bin.el (math-format-twos-complement): Rename from
5519         math-format-complement-signed.
5520         (calc-radix): Rename `calc-complement-signed-mode' to
5521         `calc-twos-complement-mode'.
5522         (calc-octal-radix, calc-hex-radix): Add an argument for
5523         two's complement.
5525         * calc/calc-embed.el (calc-embedded-mode-vars):
5526         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5528         * calc/calc-ext.el (calc-init-extensions):
5529         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5530         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5532         * calc/calc-units.el (math-build-units-table-buffer):
5533         Let `calc-twos-complement-mode' be nil.
5535         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5536         entries.
5538         * calc/calc-vec.el (calcFunc-vunpack):
5539         * calc/calc-aent.el (calc-do-calc-eval):
5540         * calc/calc-forms.el (math-format-date):
5541         * calc/calc-graph.el (calc-graph-plot):
5542         * calc/calc-math.el (math-use-emacs-fn):
5543         * calc/calccomp.el (math-compose-expr):
5544         Let `calc-twos-complement-mode' be nil.
5546 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5548         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5549         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5550         * minibuffer.el (completion-in-region-functions): New hook.
5551         (completion-in-region): New function.
5552         * emacs-lisp/lisp.el (lisp-complete-symbol):
5553         * pcomplete.el (pcomplete-std-complete): Use it.
5555 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5557         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5558         (latex-complete-alist): New vars.
5559         (latex-string-prefix-p, latex-complete-bibtex-keys)
5560         (latex-complete-envnames, latex-complete-refkeys)
5561         (latex-complete-data): New functions.
5562         (latex-complete, latex-indent-or-complete): New commands.
5564         * window.el (display-buffer-mark-dedicated): New var.
5565         (display-buffer): Obey it.
5566         * minibuffer.el (minibuffer-completion-help): Use it.
5568         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5570         * filecache.el (file-cache-add-file): Use push and cons.
5571         (file-cache-delete-file-regexp): Use push.
5572         (file-cache-complete): Use completion-in-region.
5574         * simple.el (with-wrapper-hook): Fix thinko.
5576         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5577         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5578         Use with-current-buffer and string-to-number.
5579         (hfy-fallback-colour-values): Use assoc-string.
5580         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5581         (hfy-face-at): Remove unused var `found-face'.
5582         (hfy-compile-stylesheet): Remove unused var `css'.
5583         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5584         and `orig-buffer'.
5585         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5586         Use with-current-buffer.
5587         (hfy-text-p): Use expand-file-name and fewer setq.
5589 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5591         * htmlfontify.el, hfy-cmap.el: New files.
5593 2009-11-19  Juri Linkov  <juri@jurta.org>
5595         * minibuffer.el (completions-format): New defcustom.
5596         (completion--insert-strings): Implement vertical format.
5598         * simple.el (switch-to-completions): Move point to the first
5599         completion when point was at the beginning of the buffer.
5601 2009-11-19  Juri Linkov  <juri@jurta.org>
5603         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5605         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5607 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5609         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5610         (mail-signature): Change default to t.
5611         (mail-from-style): Deprecate `system-default' value.
5612         (mail-insert-from-field): For default value of mail-from-style,
5613         default to `angles' unless `angles' needs quoting and `parens'
5614         does not.
5615         (mail-citation-prefix-regexp): Use citation regexp from
5616         message-mode.
5618 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5620         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5621         Set variables for computing the prompt for reading password.
5623 2009-11-19  Glenn Morris  <rgm@gnu.org>
5625         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5627         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5629         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5630         (newsticker-treeview-listwindow-height): Fix custom type.
5632 2009-11-19  Kenichi Handa  <handa@m17n.org>
5634         * descr-text.el (describe-char-padded-string): Compose with TAB
5635         only if there's a font for CH.
5636         (describe-char): Fix the condition for detecting a trivial composition.
5638 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5640         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5641         more accurate version of the regexp.  (Bug#3910)
5643 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5645         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5647 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5649         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5650         (font-setting-change-default-font): Fix typo in docstring.
5652 2009-11-18  Alan Mackenzie  <acm@muc.de>
5654         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5656 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5658         * font-setting.el (font-use-system-font): Move ...
5660         * cus-start.el (all): ... to here.
5662 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5664         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5665         Don't set `ad-return-value' if `ad-do-it' doesn't.
5667         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5668         modification time.
5670 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5672         * menu-bar.el: Put "Use system font" in Option-menu.
5673         (menu-bar-options-save): Add font-use-system-font.
5675         * loadup.el: If feature system-font-setting or font-render-setting is
5676         there, load font-setting.
5678         * Makefile.in (ELCFILES): Add font-settings.el.
5679         * font-setting.el: New file.
5681 2009-11-17  Glenn Morris  <rgm@gnu.org>
5683         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5685         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5686         Preserve point in the list buffer.  (Bug#4939)
5687         Use point-at-eol.
5688         (newsticker--treeview-list-update-highlight)
5689         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5691 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5693         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5694         Remove.
5696         * calc/calc-ext.el (calc-init-extensions): Remove references to
5697         symclip.
5699         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5701         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5702         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5703         `calc-symclip'.
5705 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5707         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5708         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5710         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5711         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5712         Ignore trailing spaces by omit-nulls to split-string (fixing
5713         regression from Emacs 21 due to the incompatible split-string
5714         change).  (Bug #4928.)
5716 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5718         * vc.el (vc-log-show-limit): Default to 2000.
5719         (vc-print-log-internal): Insert buttons to request more entries
5720         when limiting the output.
5722         * vc-sccs.el (vc-sccs-print-log):
5723         * vc-rcs.el (vc-rcs-print-log):
5724         * vc-cvs.el (vc-cvs-print-log):
5725         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5726         LIMIT is non-nil.
5728 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5730         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5731         error when `tramp-gvfs-dbus-event-vector' is set.
5732         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5734 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5736         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5738 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5740         * net/dbus.el (dbus-unregister-service): New defun.
5741         (dbus-register-property): Register the handlers of
5742         "org.freedesktop.DBus.Properties" for SERVICE.
5743         (dbus-property-handler): Fix docstring.
5745 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5747         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5748         Quote doc string reference in defvaralias as it is not in special form.
5749         (byte-compile-output-docform): Doc fix.
5751 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5753         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5754         (calc-complement-signed-mode): New variables.
5755         (calc-set-mode-line): Add indicator for twos-complements.
5756         (math-format-number): Format twos-complement notation.
5758         * calc/calc-bin.el (calc-word-size): Reset the variables
5759         `math-2-word-size' and `math-half-2-word-size'.
5760         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5761         (calc-symclip): New functions.
5763         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5765         * calc/calc-embed.el (calc-embedded-mode-vars):
5766         Add `calc-complement-signed-mode' to the list of modes.
5768         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5769         (calc-b-oper-keys): Add `calc-symclip' to list.
5771         * calc/calc-ext.el (math-read-number-fancy): Read complement
5772         signed numbers.
5773         (calc-init-extensions): Add binding for `calc-symclip'.
5774         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5776         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5777         `calc-symclip'.
5778         (calc-modes-menu): Add item for twos complement mode.
5780         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5782 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5784         * register.el (jump-to-register, insert-register): Handle Semantic
5785         tags.  From commented-out advice in semantic/senator.el.
5787 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5789         * vc.el (vc-log-show-limit): New variable.
5790         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5791         when using a prefix argument.
5792         (vc-print-log-internal): Add new argument LIMIT.
5794         * vc-svn.el (vc-svn-print-log):
5795         * vc-mtn.el (vc-mtn-print-log):
5796         * vc-hg.el (vc-hg-print-log):
5797         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5798         pass it to the log command when set.  Make the BUFFER argument
5799         non-optional.
5801         * vc-sccs.el (vc-sccs-print-log):
5802         * vc-rcs.el (vc-rcs-print-log):
5803         * vc-git.el (vc-git-print-log):
5804         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5805         ignore it.  Make the BUFFER argument non-optional
5807         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5809 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5811         * dired.el (dired-mode-map): Move encryption items to "Operate"
5812         menu (Bug#4703).
5814         * strokes.el (strokes-update-window-configuration): Make strokes
5815         buffer current before erasing (Bug#4906).
5817         * cedet/semantic/idle.el (semantic-idle-summary-mode)
5818         (semantic-idle-summary-mode): Define using define-minor-mode
5819         instead of define-semantic-idle-service.
5820         (semantic-idle-summary-mode): New function.
5821         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5822         that mouse motion does not reset the echo area.
5824 2009-11-15  Juri Linkov  <juri@jurta.org>
5826         * simple.el (set-mark-default-inactive): Add :type, :group
5827         and :version.  (Bug#4876)
5829 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5831         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5832         (archive-unique-fname): ... here.  (Bug#4929)
5834 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5836         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5837         with a real fix.
5839         * novice.el (disabled-command-function): Add useful args.
5840         Setup the help buffer so that [back] works.
5841         Remove redundant call to help-mode.
5842         (disabled-command-function): Use `case'.
5843         (en/disable-command): New function extracted from enable-command.
5844         (enable-command, disable-command): Use it.
5846 2009-11-14  Glenn Morris  <rgm@gnu.org>
5848         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5849         constants.  (Bug#4913)
5851         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5853 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5855         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5856         defined in C that have no doc-strings.  (Bug#1063)
5858 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5860         * cus-edit.el (data, files):
5861         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5863 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5865         * simple.el (shell-command): Doc fix (Bug#4891).
5867         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5869 2009-11-14  Glenn Morris  <rgm@gnu.org>
5871         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5872         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5873         If they are already loaded, eval-after-load will do the right thing.
5875         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5876         compiling.
5878         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5880         * simple.el (x-selection-owner-p): Declare.
5881         (read-mail-command): Use custom radio type rather than choice.
5882         (completion-no-auto-exit): Doc fix.
5884         * custom.el (defgroup):
5885         * epg-config.el (epg): Doc fixes.
5887 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5889         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5890         * international/ccl.el (define-ccl-program): Do not purecopy the
5891         docstring, defconst does it anyway.
5893 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5895         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5896         a second time.
5898         * x-dnd.el (x-dnd-maybe-call-test-function):
5899         * window.el (split-window-vertically):
5900         * whitespace.el (whitespace-help-on):
5901         * vc-rcs.el (vc-rcs-consult-headers):
5902         * userlock.el (ask-user-about-lock-help)
5903         (ask-user-about-supersession-help):
5904         * type-break.el (type-break-force-mode-line-update):
5905         * time-stamp.el (time-stamp-conv-warn):
5906         * terminal.el (te-set-output-log, te-more-break, te-filter)
5907         (te-sentinel, terminal-emulator):
5908         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5909         (term-write-input-ring, term-check-source, term-start-output-log):
5910         (term-display-buffer-line, term-dynamic-list-completions):
5911         (term-ansi-make-term, serial-term):
5912         * subr.el (selective-display):
5913         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5914         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5915         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5916         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5917         (speedbar-remove-localized-speedbar-support)
5918         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5919         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5920         (speedbar-buffers-line-directory):
5921         * simple.el (shell-command-on-region, append-to-buffer)
5922         (prepend-to-buffer):
5923         * shadowfile.el (shadow-save-todo-file):
5924         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5925         (scroll-bar-maybe-set-window-start):
5926         * sb-image.el (speedbar-image-dump):
5927         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5928         (load-save-place-alist-from-file):
5929         * ps-samp.el (ps-print-message-from-summary):
5930         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5931         (ps-background-image, ps-begin-job, ps-do-despool):
5932         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5933         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5934         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5935         (pr-call-process, pr-file-list, pr-interface-save):
5936         * novice.el (disabled-command-function)
5937         (enable-command, disable-command):
5938         * mouse.el (mouse-buffer-menu-alist):
5939         * mouse-copy.el (mouse-kill-preserving-secondary):
5940         * macros.el (kbd-macro-query):
5941         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5942         * informat.el (batch-info-validate):
5943         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5944         * hippie-exp.el (try-expand-dabbrev-visible):
5945         * help-mode.el (help-make-xrefs):
5946         * help-fns.el (describe-variable):
5947         * generic-x.el (bat-generic-mode-run-as-comint):
5948         * finder.el (finder-mouse-select):
5949         * find-dired.el (find-dired-sentinel):
5950         * filesets.el (filesets-file-close):
5951         * files.el (list-directory):
5952         * faces.el (list-faces-display, describe-face):
5953         * facemenu.el (list-colors-display):
5954         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5955         * epg.el (epg--process-filter, epg-cancel):
5956         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5957         (epa--read-signature-type):
5958         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5959         (emerge-file-names):
5960         * ehelp.el (electric-helpify):
5961         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5962         * ediff-vers.el (rcs-ediff-view-revision):
5963         * ediff-util.el (ediff-setup):
5964         * ediff-mult.el (ediff-append-custom-diff):
5965         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5966         (ediff-wordify):
5967         * echistory.el (Electric-command-history-redo-expression):
5968         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5969         * disp-table.el (describe-display-table):
5970         * dired.el (dired-find-buffer-nocreate):
5971         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5972         * dabbrev.el (dabbrev--same-major-mode-p):
5973         * chistory.el (list-command-history):
5974         * apropos.el (apropos-documentation):
5975         * allout.el (allout-obtain-passphrase):
5976         (allout-copy-exposed-to-buffer):
5977         (allout-verify-passphrase): Use with-current-buffer.
5979 2009-11-13  Glenn Morris  <rgm@gnu.org>
5981         * Makefile.in (ELCFILES): Regenerate.
5983 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
5985         * net/dbus.el (dbus-registered-objects-table): Rename from
5986         `dbus-registered-functions-table', because it contains also properties.
5987         (dbus-unregister-object): Unregister also properties.
5988         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
5989         Use a timeout of 500 msec, in order to not block.
5990         (dbus-register-property, dbus-property-handler): New defuns.
5992 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5994         * simple.el (minibuffer-default-add-completions): Drop deprecated
5995         4th arg.
5997 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
5999         * textmodes/artist.el (artist-mouse-choose-operation):
6000         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6001         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6002         (artist-compute-up-event-key): New function.
6003         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6005 2009-11-13  Kenichi Handa  <handa@m17n.org>
6007         * language/japan-util.el: Make sure that the value of jisx0208
6008         property is jisx0208 character.
6010 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6012         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6013         car or each item, not the whole list.
6015 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6017         * minibuffer.el (minibuffer-completion-help):
6018         Use minibuffer-hide-completions.
6020 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6022         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6023         (dired-revert): Use them (bug#4880).
6025 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6027         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6029 2009-11-12  Juri Linkov  <juri@jurta.org>
6031         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6032         New functions.
6033         (find-file-literally-at-point): Alias of `ffap-literally'.
6035 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6037         * textmodes/ispell.el (ispell-skip-region-alist):
6038         * textmodes/css-mode.el (auto-mode-alist):
6039         * progmodes/compile.el (auto-mode-alist):
6040         * international/mule.el (ctext-non-standard-encodings-alist)
6041         (ctext-non-standard-encodings-regexp):
6042         * simple.el (shell-command-switch, text-read-only):
6043         * replace.el (occur-mode-map):
6044         * paths.el (rmail-file-name):
6045         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6046         * find-file.el (ff-special-constructs):
6047         * files.el (file-name-handler-alist):
6048         * composite.el: Purecopy strings.
6050         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6052 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6054         * widget.el (define-widget): Purecopy the docstring.
6055         * international/mule-cmds.el (charset): Do not purecopy the
6056         docstring here, define-widget does it.
6058         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6059         * textmodes/bibtex-style.el (auto-mode-alist):
6060         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6061         * progmodes/compile.el (compile-command):
6062         * language/korea-util.el (default-korean-keyboard):
6063         * international/mule-conf.el (file-coding-system-alist):
6064         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6065         * tooltip.el (tooltip-frame-parameters):
6066         * newcomment.el (comment-end, comment-padding):
6067         * dired.el (dired-trivial-filenames):
6068         * comint.el (comint-file-name-prefix): Purecopy initial values.
6070 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6072         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6073         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6074         `tramp-unload'.
6075         (tramp-advice-make-auto-save-file-name)
6076         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6077         after removing the advice.
6079 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6081         * progmodes/grep.el (grep-regexp-alist):
6082         * international/mule-cmds.el (iso-2022-control-alist):
6083         * emacs-lisp/timer.el (timer-duration-words):
6084         * subr.el (version-separator, version-regexp-alist):
6085         * minibuffer.el (completion-styles-alist):
6086         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6087         Change defvars to defconsts.
6089         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6090         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6091         * international/mule-conf.el: Allow to be byte compiled.
6093         * international/mule.el (define-charset): Purecopy props.
6094         (load-with-code-conversion): Purecopy doc string and file name.
6095         (put-charset-property): Purecopy strings.
6096         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6098         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6099         (define-char-code-property): Correctly purecopy the table.
6101         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6103         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6105         * subr.el (add-hook): Purecopy strings.
6106         (eval-after-load): Purecopy load-history-regexp and the form.
6108         * custom.el (custom-declare-group): Purecopy load-file-name.
6110         * subr.el (menu-bar-separator): New defconst.
6111         * net/eudc.el (eudc-tools-menu):
6112         * international/mule-cmds.el (set-coding-system-map)
6113         (mule-menu-keymap):
6114         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6115         * vc-hooks.el (vc-menu-map):
6116         * replace.el (occur-mode-map):
6117         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6118         (menu-bar-edit-menu, menu-bar-goto-menu)
6119         (menu-bar-custom-menu, menu-bar-showhide-menu)
6120         (menu-bar-options-menu, menu-bar-tools-menu)
6121         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6122         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6123         (menu-bar-help-menu):
6124         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6125         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6127         * term/x-win.el (x-gtk-stock-map):
6128         * progmodes/vera-mode.el (auto-mode-alist):
6129         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6130         (inferior-lisp-program, inferior-lisp-load-command):
6131         * progmodes/hideshow.el (hs-special-modes-alist):
6132         * progmodes/gud.el (same-window-regexps):
6133         * progmodes/grep.el (grep-program, find-program, xargs-program):
6134         * net/telnet.el (same-window-regexps):
6135         * net/rlogin.el (same-window-regexps):
6136         * language/ethiopic.el (font-ccl-encoder-alist):
6137         * vc-sccs.el (vc-sccs-master-templates):
6138         * vc-rcs.el (vc-rcs-master-templates):
6139         * subr.el (cl-assertion-failed):
6140         * simple.el (next-error-overlay-arrow-position):
6141         * lpr.el (lpr-command):
6142         * locate.el (locate-ls-subdir-switches):
6143         * info.el (same-window-regexps, info)
6144         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6145         * image-mode.el (image-mode, auto-mode-alist):
6146         * hippie-exp.el (hippie-expand-ignore-buffers):
6147         * format.el (format-alist):
6148         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6149         (find-name-arg):
6150         * facemenu.el (facemenu-keybindings):
6151         * dired.el (dired-listing-switches, dired-chown-program):
6152         * diff.el (diff-switches, diff-command):
6153         * cus-edit.el (same-window-regexps):
6154         * bindings.el (mode-line-mule-info)
6155         (mode-line-buffer-identification): Purecopy strings.
6157 2009-11-11  Juri Linkov  <juri@jurta.org>
6159         * simple.el (dired-get-filename) <declare-function>:
6160         Tell the byte-compiler about dired-get-filename.
6161         (shell-command): In Dired mode, get filename from the current line
6162         as the default value.
6164 2009-11-10  Glenn Morris  <rgm@gnu.org>
6166         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6167         * calendar/holidays.el, progmodes/cperl-mode.el:
6168         Update x-popup-menu declarations.
6170         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6171         (list-load-path-shadows): Use dolist.
6172         (list-load-path-shadows): Use with-current-buffer.
6174 2009-11-10  Juri Linkov  <juri@jurta.org>
6176         * minibuffer.el (read-file-name): Support a list of default values
6177         in `default-filename'.  Use the first file name where only one
6178         element is required.  Doc fix.
6180 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6182         * net/dbus.el (dbus-unregister-object): Release service, if no
6183         other method is registered for it.
6185 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6187         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6188         bookmark-sort-flag is non-nil (Bug#4653).
6190 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6192         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6193         the progress reporter entirely.
6195         * emulation/cua-base.el: Add CUA property to some CC mode commands
6196         (Bug#4100).
6198 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6200         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6201         at end of sentence (Bug#4818).
6203 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6205         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6206         Handle "see declaration of" MSFT statements (Bug#4100).
6208 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6210         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6211         (tramp-advice-file-expand-wildcards): Unload via
6212         `ad-remove-advice'.
6214         * net/trampver.el: Update release number.
6216 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6218         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6219         `ad-do-it'.
6221 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6223         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6224         in order to keep context in SELinux.
6226 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6228         * dired-aux.el (dired-query): Place cursor in echo area and allow
6229         C-g.
6231         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6232         menu item if not on a directory (Bug#4701).
6234 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6236         Sync with Tramp 2.1.17.
6238         * net/tramp.el (tramp-handle-copy-directory): Don't use
6239         `file-remote-p' (due to compatibility).
6241         * net/tramp-compat.el (tramp-compat-copy-directory)
6242         (tramp-compat-delete-directory): New defuns.
6244         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6245         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6246         `tramp-compat-delete-directory'.
6248         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6249         (tramp-smb-handle-delete-directory): Use
6250         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6252         * net/trampver.el: Update release number.
6254 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6256         * tar-mode.el (tar-copy): Call write-region on the right buffer
6257         (Bug#4857).
6259         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6260         by hand, if necessary (Bug#4878).
6262 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6264         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6265         align size column (Bug#4839).
6267         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6268         statement.
6270 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6272         * progmodes/ld-script.el (auto-mode-alist):
6273         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6275         * cus-face.el (custom-declare-face): Purecopy face spec.
6277 2009-11-06  Kenichi Handa  <handa@m17n.org>
6279         * international/uni-bidi.el: Re-generated.
6280         * international/uni-category.el: Re-generated.
6281         * international/uni-combining.el: Re-generated.
6282         * international/uni-mirrored.el: Re-generated.
6284 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6286         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6287         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6288         (tex-start-options, slitex-run-command, latex-run-command)
6289         (tex-run-command, tex-directory):
6290         * textmodes/ispell.el (ispell-html-skip-alists)
6291         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6292         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6293         (adaptive-fill-regexp):
6294         * textmodes/dns-mode.el (auto-mode-alist):
6295         * progmodes/python.el (interpreter-mode-alist):
6296         * progmodes/etags.el (tags-compression-info-list):
6297         * progmodes/etags.el (tags-file-name):
6298         * net/browse-url.el (browse-url-galeon-program)
6299         (browse-url-firefox-program):
6300         * mail/sendmail.el (mail-signature-file)
6301         (mail-citation-prefix-regexp):
6302         * international/mule-conf.el (eight-bit):
6303         * international/latexenc.el (latex-inputenc-coding-alist):
6304         * international/fontset.el (x-pixel-size-width-font-regexp):
6305         * emacs-lisp/warnings.el (warning-type-format):
6306         * emacs-lisp/trace.el (trace-buffer):
6307         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6308         (emacs-lisp-mode-map):
6309         * calendar/holidays.el (holiday-solar-holidays)
6310         (holiday-bahai-holidays, holiday-islamic-holidays)
6311         (holiday-christian-holidays, holiday-hebrew-holidays)
6312         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6313         (hebrew-holidays-1, holiday-oriental-holidays)
6314         (holiday-general-holidays):
6315         * x-dnd.el (x-dnd-known-types):
6316         * tool-bar.el (tool-bar):
6317         * startup.el (site-run-file):
6318         * shell.el (shell-dumb-shell-regexp):
6319         * rfn-eshadow.el (file-name-shadow-tty-properties)
6320         (file-name-shadow-properties):
6321         * paths.el (remote-shell-program, news-directory):
6322         * mouse.el ([C-down-mouse-3]):
6323         * menu-bar.el (menu-bar-tools-menu):
6324         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6325         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6326         (jka-compr-compression-info-list):
6327         * isearch.el (search-whitespace-regexp):
6328         * image-file.el (image-file-name-extensions):
6329         * find-dired.el (find-ls-option):
6330         * files.el (directory-listing-before-filename-regexp)
6331         (directory-free-space-args, insert-directory-program)
6332         (list-directory-brief-switches, magic-fallback-mode-alist)
6333         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6334         (automount-dir-prefix):
6335         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6336         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6337         (face-font-registry-alternatives, face-font-registry-alternatives)
6338         (face-font-family-alternatives):
6339         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6340         (facemenu-foreground-menu, facemenu-face-menu):
6341         * epa-hook.el (epa-file-name-regexp):
6342         * dnd.el (dnd-protocol-alist):
6343         * textmodes/rst.el (auto-mode-alist):
6344         * button.el (default-button): Purecopy strings.
6346 2009-11-06  Glenn Morris  <rgm@gnu.org>
6348         * Makefile.in (ELCFILES): Update.
6350 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6352         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6353         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6355         * nxml/xsd-regexp.el (xsdre-gen-categories):
6356         * nxml/xmltok.el (xmltok-parse-entity):
6357         * nxml/rng-parse.el (rng-parse-validate-file):
6358         * nxml/rng-maint.el (rng-format-manual)
6359         (rng-manual-output-force-new-line):
6360         * nxml/rng-loc.el (rng-save-schema-location-1):
6361         * nxml/rng-cmpct.el (rng-c-parse-file):
6362         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6363         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6365 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6367         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6368         Remove extra save-excursions and make-variable-buffer-local's.
6369         Suggested by Stefan Monnier.
6371         (verilog-getopt-file, verilog-module-inside-filename-p)
6372         (verilog-set-define): Merge GNU 1.35 and repair changes from
6373         switching to using with-current-buffer.
6375         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6376         being treated as a number and confusing AUTORESET.
6377         Reported by Dan Dever.
6379         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6380         Add verilog-auto-ignore-concat to fix backward compatibility with
6381         older verilog-modes.  Reported by Dan Katz.
6383         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6384         containing closing anchors "...$".
6386         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6387         Reported by Wade Smith.
6389         (verilog-batch-execute-func): Comment on function usage.
6391 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6393         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6394         for labels.
6396         (verilog-label-re, verilog-calc-1): Support proper indent of named
6397         asserts.
6399         (verilog-backward-token, verilog-basic-complete-re)
6400         (verilog-beg-of-statement, verilog-indent-re): Support proper
6401         indent of the assert statement at the beginning of a block of text.
6403         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6404         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6405         tokens as begins.
6407 2009-11-05  Glenn Morris  <rgm@gnu.org>
6409         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6410         Emacs 19.  (Bug#1531)
6411         (byte-compile-fix-header): Update for the above change.
6412         Drop test for epoch::version.
6414         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6415         * cus-dep.el (custom-make-dependencies):
6416         * finder.el (finder-compile-keywords):
6417         Use autoload-rubric's feature argument.
6419         * calendar/diary-lib.el (top-level): Make load behave more like require.
6421         * vc-git.el (vc-git-stash-map): Move definition before use.
6423 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6425         * custom.el (custom-declare-group): Purecopy standard-value.
6426         (custom-declare-group): Purecopy custom-prefix.
6428         * international/mule.el (load-with-code-conversion):
6429         Call do-after-load-evaluation unconditionally.
6431         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6433 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6435         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6437 2009-11-04  Glenn Morris  <rgm@gnu.org>
6439         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6440         (byte-compile-compatibility): Remove option.
6441         (byte-compile-close-variables, byte-compile-fix-header)
6442         (byte-compile-insert-header, byte-compile-output-docform)
6443         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6444         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6445         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6446         (byte-compile-insert, byte-compile-defun):
6447         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6448         (byte-defop-compiler19): Remove.
6449         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6450         used by anything.  Replace all calls with byte-defop-compiler.
6452 2009-11-04  Juri Linkov  <juri@jurta.org>
6454         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6455         (menu-bar-options-menu): Don't quote the `prop' arg of
6456         `menu-bar-make-mm-toggle'.
6458 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6460         * calendar/calendar.el (cal-loaddefs):
6461         * calendar/diary-lib.el (diary-loaddefs):
6462         * calendar/holidays.el (hol-loaddefs):
6463         * eshell/esh-module.el (esh-groups): Load rather than require.
6465 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6467         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6468         point-min==1.
6469         (todo-top-priorities): Only display-buffer when called interactively.
6470         (todo-item-start): Don't save excursion point.
6471         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6472         (todo-insert-item-here, todo-file-item, todo-remove-item):
6473         Adjust uses of todo-item-start and todo-item-end.
6475         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6476         (autoload-rubric): Don't use any more.
6477         * cedet/semantic/fw.el (semantic/loaddefs):
6478         * cedet/srecode.el (srecode/loaddefs):
6479         * cedet/ede.el (ede/loaddefs): Load rather than require.
6480         * cedet/ede/cpp-root.el:
6481         * cedet/ede/emacs.el:
6482         * cedet/ede/files.el:
6483         * cedet/ede/linux.el:
6484         * cedet/ede/locate.el:
6485         * cedet/ede/make.el:
6486         * cedet/ede/shell.el:
6487         * cedet/ede/speedbar.el:
6488         * cedet/ede/system.el:
6489         * cedet/ede/util.el:
6490         * cedet/semantic/analyze.el:
6491         * cedet/semantic/bovine.el:
6492         * cedet/semantic/complete.el:
6493         * cedet/semantic/ctxt.el:
6494         * cedet/semantic/db-file.el:
6495         * cedet/semantic/db-find.el:
6496         * cedet/semantic/db-global.el:
6497         * cedet/semantic/db-mode.el:
6498         * cedet/semantic/db-typecache.el:
6499         * cedet/semantic/db.el:
6500         * cedet/semantic/debug.el:
6501         * cedet/semantic/dep.el:
6502         * cedet/semantic/doc.el:
6503         * cedet/semantic/edit.el:
6504         * cedet/semantic/find.el:
6505         * cedet/semantic/format.el:
6506         * cedet/semantic/html.el:
6507         * cedet/semantic/ia-sb.el:
6508         * cedet/semantic/ia.el:
6509         * cedet/semantic/idle.el:
6510         * cedet/semantic/lex-spp.el:
6511         * cedet/semantic/lex.el:
6512         * cedet/semantic/mru-bookmark.el:
6513         * cedet/semantic/scope.el:
6514         * cedet/semantic/senator.el:
6515         * cedet/semantic/sort.el:
6516         * cedet/semantic/symref.el:
6517         * cedet/semantic/tag-file.el:
6518         * cedet/semantic/tag-ls.el:
6519         * cedet/semantic/tag-write.el:
6520         * cedet/semantic/tag.el:
6521         * cedet/semantic/util-modes.el:
6522         * cedet/semantic/analyze/complete.el:
6523         * cedet/semantic/analyze/refs.el:
6524         * cedet/semantic/bovine/c.el:
6525         * cedet/semantic/bovine/gcc.el:
6526         * cedet/semantic/bovine/make.el:
6527         * cedet/semantic/bovine/scm.el:
6528         * cedet/semantic/decorate/include.el:
6529         * cedet/semantic/decorate/mode.el:
6530         * cedet/semantic/symref/cscope.el:
6531         * cedet/semantic/symref/global.el:
6532         * cedet/semantic/symref/grep.el:
6533         * cedet/semantic/symref/idutils.el:
6534         * cedet/semantic/symref/list.el:
6535         * cedet/semantic/wisent/java-tags.el:
6536         * cedet/semantic/wisent/javascript.el:
6537         * cedet/srecode/compile.el:
6538         * cedet/srecode/cpp.el:
6539         * cedet/srecode/document.el:
6540         * cedet/srecode/el.el:
6541         * cedet/srecode/expandproto.el:
6542         * cedet/srecode/getset.el:
6543         * cedet/srecode/insert.el:
6544         * cedet/srecode/java.el:
6545         * cedet/srecode/map.el:
6546         * cedet/srecode/mode.el:
6547         * cedet/srecode/template.el:
6548         * cedet/srecode/texi.el: Remove the file-local setting of
6549         generated-autoload-feature.
6551         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6552         and only put a prop if it is non-nil.
6554 2009-11-03  Juri Linkov  <juri@jurta.org>
6556         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6557         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6559         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6560         and "Menu" to make top-level menu item visually one unit (like
6561         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6562         multi-word menu items).  Fix :help string for quit-window.
6564 2009-11-03  Glenn Morris  <rgm@gnu.org>
6566         * cedet/mode-local.el (with-mode-local): Doc fix.
6568         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6569         (byte-compile-file-form-define-abbrev-table)
6570         (byte-compile-file-form-custom-declare-variable)
6571         (byte-compile-variable-ref, byte-compile-defvar):
6572         Whether or not a warning is enabled should only affect whether we issue
6573         the warning, not whether or not we collect the relevant data.
6574         Eg warnings can be turned on and off throughout the course of a file.
6576         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6577         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6579 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6581         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6582         * play/mpuz.el (mpuz-create-buffer):
6583         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6584         (lm-print-y,s,noise, lm-print-w0, lm-init):
6585         * play/gomoku.el (gomoku-prompt-for-move):
6586         * play/fortune.el (fortune-in-buffer):
6587         * play/dissociate.el (dissociated-press):
6588         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6589         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6590         * mail/supercite.el (sc-eref-show):
6591         * mail/smtpmail.el (smtpmail-send-it):
6592         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6593         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6594         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6595         (rmail-summary-goto-msg, rmail-summary-expunge)
6596         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6597         (rmail-summary-add-label, rmail-summary-output-menu)
6598         (rmail-summary-output-body):
6599         * mail/rfc822.el (rfc822-addresses):
6600         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6601         * mail/mailpost.el (post-mail-send-it):
6602         * mail/hashcash.el (hashcash-generate-payment):
6603         * mail/feedmail.el (feedmail-run-the-queue)
6604         (feedmail-queue-send-edit-prompt-help-first)
6605         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6606         (feedmail-deduce-address-list):
6607         * eshell/esh-ext.el (eshell-remote-command):
6608         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6609         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6610         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6611         (viper-save-string-in-file, viper-valid-marker):
6612         * emulation/viper-keym.el (viper-toggle-key):
6613         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6614         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6615         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6616         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6617         (viper-exec-form-in-emacs, viper-brac-function):
6618         * emulation/viper.el (viper-delocalize-var):
6619         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6620         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6621         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6622         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6623         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6624         * emulation/edt.el (edt-electric-helpify):
6625         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6626         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6627         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6628         (cua-indent-to-global-mark-column):
6629         * calendar/diary-lib.el (calendar-mark-1):
6630         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6631         Use with-current-buffer.
6632         * emulation/viper.el (viper-delocalize-var): Use dolist.
6634 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6636         * comint.el (comint-replace-by-expanded-history-before-point):
6637         Replace !! with the previous input string literally (Bug#1795).
6639 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6641         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6642         to be made up of whitespace.
6644 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6646         * minibuffer.el (read-file-name): Don't use file dialogs for
6647         remote directories (Bug#99).
6649 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6651         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6653 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6655         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6656         instead of deleting the window or frame.
6658 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6660         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6661         Support face colors.
6663         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6664         New function.  Support face colors (Bug#1168).
6665         (tex-common-initialization): Use it.
6667         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6668         mode allows it (Bug#1168).
6670 2009-10-31  Juri Linkov  <juri@jurta.org>
6672         * facemenu.el (list-colors-display): Don't mark buffer as
6673         modified (Bug#3948).
6675 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6677         * international/mule-diag.el (list-character-sets-1): Minor
6678         message fix (Bug#3526).
6680         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6681         face property (Bug#4834).
6682         (etags-list-tags, etags-tags-apropos-additional)
6683         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6684         property.
6686         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6687         items.
6689         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6690         items.
6692         * cedet/ede.el (ede-minor-mode):
6693         * cedet/semantic.el (semantic-mode): Toggle menu separators.
6695 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6697         * textmodes/two-column.el (2C-split):
6698         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6699         * textmodes/tex-mode.el (tex-set-buffer-directory):
6700         * textmodes/spell.el (spell-region, spell-string):
6701         * textmodes/reftex.el (reftex-erase-buffer):
6702         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6703         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6704         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6705         (reftex-select-item):
6706         * textmodes/reftex-ref.el (reftex-label-info-update)
6707         (reftex-offer-label-menu):
6708         * textmodes/reftex-index.el (reftex-index-change-entry)
6709         (reftex-index-phrases-info):
6710         * textmodes/reftex-global.el (reftex-create-tags-file)
6711         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6712         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6713         (reftex-view-crossref-from-bibtex):
6714         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6715         (reftex-extract-bib-entries-from-thebibliography)
6716         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6717         * textmodes/refbib.el (r2b-capitalize-title):
6718         (r2b-convert-buffer, r2b-help):
6719         * textmodes/page-ext.el (pages-directory)
6720         (pages-directory-goto-with-mouse):
6721         * textmodes/bibtex.el (bibtex-validate-globally):
6722         * textmodes/bib-mode.el (bib-capitalize-title):
6723         * textmodes/artist.el (artist-clear-buffer, artist-system):
6724         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6725         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6726         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6727         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6728         (xscheme-send-control-g-interrupt, xscheme-start-process)
6729         (xscheme-process-sentinel, xscheme-cd):
6730         * progmodes/verilog-mode.el (verilog-read-always-signals)
6731         (verilog-set-define, verilog-getopt-file)
6732         (verilog-module-inside-filename-p):
6733         * progmodes/sh-script.el:
6734         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6735         (python-pdbtrack-grub-for-buffer, python-execute-file):
6736         * progmodes/octave-inf.el (inferior-octave):
6737         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6738         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6739         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6740         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6741         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6742         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6743         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6744         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6745         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6746         (idlwave-shell-examine-display, idlwave-shell-run-region)
6747         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6748         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6749         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6750         (idlwave-help-get-help-buffer):
6751         * progmodes/gud.el (gud-basic-call, gud-find-class)
6752         (gud-tooltip-activate-mouse-motions-if-enabled):
6753         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6754         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6755         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6756         (ebrowse-tags-next-file):
6757         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6758         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6759         (ebnf-eps-finish-and-write):
6760         * progmodes/cpp.el (cpp-edit-save):
6761         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6762         * progmodes/cc-defs.el (c-emacs-features):
6763         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6764         (antlr-directory-dependencies):
6765         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6766         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6767         (ada-find-any-references, ada-make-filename-from-adaname)
6768         (ada-make-body-gnatstub):
6769         * obsolete/rnews.el (news-list-news-groups):
6770         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6771         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6772         * net/rcirc.el (rcirc-debug):
6773         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6774         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6775         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6776         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6777         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6778         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6779         (newsticker--treeview-list-clear-highlight)
6780         (newsticker--treeview-list-update-highlight)
6781         (newsticker--treeview-list-highlight-start)
6782         (newsticker--treeview-tree-update-highlight)
6783         (newsticker--treeview-get-selected-item)
6784         (newsticker-treeview-mark-list-items-old)
6785         (newsticker--treeview-set-current-node):
6786         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6787         * net/newst-backend.el (newsticker--get-news-by-funcall)
6788         (newsticker--get-news-by-wget, newsticker--image-get)
6789         (newsticker--image-sentinel):
6790         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6791         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6792         (eudc-ph-close-session):
6793         * net/eudc.el (eudc-save-options):
6794         * language/thai-word.el (thai-update-word-table):
6795         * language/japan-util.el (japanese-string-conversion):
6796         * international/titdic-cnv.el (tsang-quick-converter)
6797         (ziranma-converter, ctlau-converter):
6798         * international/mule-cmds.el (describe-language-environment):
6799         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6800         (skkdic-convert-postfix, skkdic-convert-prefix):
6801         (skkdic-convert-okuri-nasi, skkdic-convert):
6802         * emacs-lisp/re-builder.el (reb-update-overlays):
6803         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6804         * emacs-lisp/gulp.el (gulp-send-requests):
6805         * emacs-lisp/find-gc.el (trace-call-tree):
6806         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6807         (eieio-describe-generic):
6808         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6809         * emacs-lisp/edebug.el (edebug-outside-excursion):
6810         * emacs-lisp/debug.el (debugger-make-xrefs):
6811         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6812         * emacs-lisp/chart.el (chart-new-buffer):
6813         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6814         Use with-current-buffer.
6815         * textmodes/artist.el (artist-system): Don't call
6816         copy-sequence on a fresh string.
6817         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6819 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6821         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6822         is no item to edit.  (Bug#4820)
6823         (todo-top-priorities): Restore point and restore narrowing in Todo
6824         buffer.  (Bug#4820)
6826 2009-10-31  Glenn Morris  <rgm@gnu.org>
6828         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6829         (comint-last-output-start, comint-last-input-start)
6830         (comint-last-input-end): Don't defvar when compiling.
6831         (ange-ftp-process-file): Use bound-and-true-p.
6833         * pcmpl-rpm.el (top-level): Move provide statement to end.
6834         (pcmpl-rpm): Remove unused custom group.
6836         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6838         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6840         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6841         (byte-compile-warnings): Add `constants' as an option.
6842         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6843         (display-call-tree): Update for byte-compile-fdefinition possibly
6844         returning `(macro lambda ...)'.  (Bug#4778)
6845         (byte-compile-variable-ref, byte-compile-setq-default):
6846         Respect `constants' member of byte-compile-warnings.
6848         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6849         Use mapc rather than mapcar because the return value is never used.
6851         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6852         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6853         * cedet/semantic/html.el:
6854         Suppress harmless warnings about setting up semantic-imenu (not
6855         part of Emacs) variables.
6857 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6859         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6860         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6861         to "submit:".
6863         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6864         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6865         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6866         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6867         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6868         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6869         (semantic-analyzer-debug-global-symbol)
6870         (semantic-analyzer-debug-missing-innertype)
6871         (semantic-analyzer-debug-insert-include-summary):
6872         * cedet/semantic/util.el (semantic-file-tag-table):
6873         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6874         (semantic-recursive-find-nonterminal-by-name):
6875         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6876         * cedet/semantic/tag-file.el (semantic-prototype-file):
6877         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6878         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6879         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6880         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6881         (semantic-idle-summary-maybe-highlight):
6882         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6883         (semantic-ia-sb-tag-info):
6884         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6885         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6886         * cedet/semantic/ede-grammar.el (project-compile-target):
6887         (ede-proj-makefile-insert-variables):
6888         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6889         (semantic-debug-set-source-location, semantic-debug-interface-layout)
6890         (semantic-debug-mode, semantic-debug):
6891         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6892         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6893         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6894         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6895         (semanticdb-find-translate-path-includes--internal)
6896         (semanticdb-reset-log, semanticdb-find-log-activity):
6897         * cedet/semantic/db-file.el (object-write):
6898         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6899         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6900         (semanticdb-create-ebrowse-database):
6901         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6902         * cedet/semantic/complete.el (semantic-displayor-focus-request)
6903         (semantic-collector-calculate-completions-raw)
6904         (semantic-complete-read-tag-analyzer):
6905         * cedet/semantic/analyze.el (semantic-analyze-pulse):
6906         * cedet/ede/util.el (ede-update-version-in-source):
6907         * cedet/ede/proj.el (project-delete-target):
6908         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6909         (ede-proj-flush-autoconf):
6910         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6911         (ede-proj-configure-synchronize):
6912         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6913         * cedet/ede/linux.el (ede-linux-version):
6914         * cedet/ede/emacs.el (ede-emacs-version):
6915         * cedet/ede/dired.el (ede-dired-add-to-target):
6916         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6917         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6918         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6919         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6920         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6921         (cedet-idutils-version-check):
6922         * cedet/cedet-global.el (cedet-gnu-global-call):
6923         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6924         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6925         * cedet/cedet-cscope.el (cedet-cscope-call)
6926         (cedet-cscope-expand-filename, cedet-cscope-version-check):
6927         Use with-current-buffer.
6928         * cedet/ede.el (ede-make-project-local-variable)
6929         (ede-set-project-variables, ede-set): Use dolist.
6931 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6933         * textmodes/ispell.el (ispell-skip-region-alist):
6934         * international/mule-conf.el (eight-bit):
6935         * international/fontset.el (font-encoding-alist):
6936         * startup.el (pure-space-overflow-message):
6937         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6938         * paths.el (gnus-nntp-service, rmail-spool-directory)
6939         (term-file-prefix):
6940         * files.el (save-some-buffers-action-alist):
6941         * cmuscheme.el (same-window-buffer-names):
6942         * ielm.el (same-window-buffer-names):
6943         * shell.el (same-window-buffer-names):
6944         * mail/sendmail.el (same-window-buffer-names):
6945         * progmodes/inf-lisp.el (same-window-buffer-names):
6946         * bindings.el (mode-line-client)
6947         (mode-line-column-line-number-mode-map):
6948         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6949         (tibetan-precomposed-regexp): Purecopy string arguments.
6951 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6953         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6954         (calcDigit-nondigit):
6955         * calc/calc-yank.el (calc-copy-to-buffer):
6956         * calc/calc-units.el (calc-invalidate-units-table):
6957         * calc/calc-trail.el (calc-trail-yank):
6958         * calc/calc-store.el (calc-insert-variables):
6959         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6960         * calc/calc-prog.el (calc-read-parse-table):
6961         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6962         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6963         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6964         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6965         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6966         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6967         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6968         * calc/calc-ext.el (calc-realign):
6969         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6970         (calc-embedded-finish-edit, calc-embedded-make-info)
6971         (calc-embedded-finish-command, calc-embedded-stack-change):
6972         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6974         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6975         (overload-docstring-extension): Use that info.
6976         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6977         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6978         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
6979         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
6980         (semantic-nonterminal-full-name): Add the new `when' info.
6981         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
6982         `assert'.
6984         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
6985         shell-dynamic-complete-filename in preference to
6986         comint-dynamic-complete-filename.
6988         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6989         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6990         Don't consider whether the display supports colors.
6991         (bookmark-import-new-list): Use dolist.
6992         (bookmark-bmenu-mode-map): Move initialization into declaration.
6993         (bookmark-bmenu-list): Use dolist, simplify.
6994         (bookmark-show-all-annotations): Use save-selected-window and dolist.
6995         (menu-bar-final-items): Use push.
6997 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6999         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7000         it works on remote files.
7001         (vc-hg-diff): Don't pass any `--cwd' argument.
7003 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7005         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7006         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7007         (Further to Bug#3921).
7009 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7011         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7012         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7013         calling `tramp-imap-put-file'.  Add file size to the call.
7014         (tramp-imap-get-file-entries): Compute also user name, file size,
7015         and date.
7016         (tramp-imap-handle-insert-directory): Insert uid and gid.
7017         (tramp-imap-handle-file-attributes): Transform uid and gid
7018         according to `id-format'.
7019         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7020         size in header X-Size.
7022 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7024         * simple.el (transpose-subr): Give clearer error when the mark
7025         is not set.  (Bug#4807)
7027 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7029         * net/tramp.el (tramp-perl-file-truename): New defconst.
7030         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7031         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7032         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7033         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7035         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7036         Ignore `dired-call-process'.
7037         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7039 2009-10-26  Julian Scheid  <julians37@gmail.com>
7041         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7042         (tramp-get-remote-readlink): New defun.
7043         (tramp-handle-file-truename): Use it.
7044         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7045         file exists if cache value present.
7046         (tramp-check-cached-permissions): New defun.
7047         (tramp-handle-file-readable-p): Use it.
7048         (tramp-handle-file-writable-p): Likewise.
7049         (tramp-handle-file-executable-p): Likewise.
7050         (tramp-handle-file-name-all-completions): Try using Perl to get
7051         partial completions.  When perl not available, combine `cd' and
7052         `ls' into single remote operation and use shell expansion to get
7053         partial remote directory contents.  Set `file-exists-p' cache for
7054         directory and any files returned by ls.  Change cache handling to
7055         support partial directory contents.  Use error message emitted by
7056         remote `cd' or Perl code for local tramp-error.
7057         (tramp-do-copy-or-rename-file-directly): Avoid separate
7058         tramp-send-command-and-check call.
7059         (tramp-handle-process-file): Merge three remote ops into one.
7060         Do not flush all caches when `process-file-side-effects' is set.
7061         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7062         file-attributes shows uid/gid to be set already.
7064 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7066         * textmodes/tex-mode.el (tex-dvi-view-command)
7067         (tex-show-queue-command, tex-open-quote):
7068         * progmodes/ruby-mode.el (auto-mode-alist)
7069         (interpreter-mode-alist): Purecopy strings.
7071         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7073         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7074         string for the hook, keymap and abbrev table.
7076         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7078         * x-dnd.el (x-dnd-xdnd-to-action):
7079         * startup.el (fancy-startup-text, fancy-about-text): Change to
7080         defconst from defvar.
7082         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7084         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7085         Purecopy initialization strings.
7087         * mail/sendmail.el (mail-header-separator)
7088         (mail-personal-alias-file):
7089         * mail/rmail.el (rmail-default-dont-reply-to-names)
7090         (rmail-ignored-headers, rmail-retry-ignored-headers)
7091         (rmail-highlighted-headers, rmail-secondary-file-directory)
7092         (rmail-secondary-file-regexp):
7093         * files.el (null-device, file-name-invalid-regexp)
7094         (locate-dominating-stop-dir-regexp)
7095         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7096         (interpreter-mode-alist): Use mapcar instead of mapc.
7098         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7100         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7101         (completion-ignored-extensions):
7102         (debug-ignored-errors): Purecopy strings.
7104 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7106         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7107         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7108         (pcomplete--here): Use push.
7110         * subr.el (all-completions): Declare the 4th arg obsolete.
7112 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7114         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7115         (pcomplete-unquote-argument): New function.
7116         (pcomplete--common-suffix): Always pay attention to case.
7117         (pcomplete--table-subvert): Quote and unquote the text.
7118         (pcomplete--common-quoted-suffix): New function.
7119         (pcomplete-std-complete): Use it and pcomplete-begin.
7121         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7122         we're inside a dedicated or minibuffer window.
7124 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7126         * cedet/semantic/fw.el (semantic-alias-obsolete)
7127         (semantic-varalias-obsolete): Make the `when' arg mandatory.
7128         (define-mode-overload-implementation):
7129         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7130         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7131         * cedet/semantic/util.el (semantic-file-token-stream)
7132         (semantic-something-to-stream):
7133         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7134         (semantic-expand-nonterminal):
7135         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7136         (semantic-find-dependency, semantic-find-nonterminal)
7137         (semantic-find-dependency):
7138         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7139         (semantic-flex-text, semantic-flex-make-keyword-table)
7140         (semantic-flex-keyword-p, semantic-flex-keyword-put)
7141         (semantic-flex-keyword-get, semantic-flex-map-keywords)
7142         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7143         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7144         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7145         (semantic-after-idle-scheduler-reparse-hooks):
7146         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7147         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7148         * cedet/semantic.el (semantic-toplevel-bovine-table)
7149         (semantic-toplevel-bovine-cache)
7150         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7151         (semantic-init-mode-hooks, semantic-init-db-hooks)
7152         (semantic-bovination-working-type): Provide the `when' arg.
7154 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7156         * bookmark.el: Update documentation, especially documentation
7157         of `bookmark-alist' and of the bookmark file format.
7158         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7160 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7162         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7163         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7164         window to buffer.
7166         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7167         (global-whitespace-mode, global-whitespace-newline-mode)
7168         (whitespace-toggle-options, global-whitespace-toggle-options):
7169         Doc fix (Bug#3660).
7171         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7172         of xmltok-start before the end tag was inserted (Bug#2840).
7174         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7175         patterns that are preceded by an open-paren (Bug#1320).
7177 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7179         * files.el (delete-directory): Delete symlinks to directories with
7180         delete-file (Bug#4739).
7182 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7184         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7185         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7186         argument to make-obsolete.
7188         * cedet/semantic/fw.el (semantic-alias-obsolete)
7189         (semantic-varalias-obsolete): Add optional WHEN argument.
7191 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7193         * vc.el (vc-backend-for-registration): Rename from
7194         vc-get-backend-for-registration.  Update callers.
7196         * international/mule-cmds.el (set-language-info-alist):
7197         Purecopy lang-env.
7198         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7199         (charset): Purecopy the name.
7200         (define-char-code-property): Purecopy string arguments.
7202         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7203         Purecopy string arguments.
7205         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7206         * ediff-hook.el (menu-bar-ediff-menu):
7207         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7208         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7210 2009-10-24  Glenn Morris  <rgm@gnu.org>
7212         * comint.el (comint-dynamic-list-completions):
7213         * term.el (term-dynamic-list-completions): Use choose-completion rather
7214         than obsolete alias mouse-choose-completion.
7216         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7217         file-cache-choose-completion.
7218         (file-cache-choose-completion): Handle an optional event argument.
7219         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7221         * progmodes/octave-mod.el (octave-complete-symbol):
7222         Use choose-completion if mouse-choose-completion is ever removed.
7224         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7225         use.
7227         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7228         compiler.
7230         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7232 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7234         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7235         Ignore `pred' now that we receive one.
7236         Handle test-completion specially.
7238 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7240         * vc.el (vc-responsible-backend): Throw an error if not backend is
7241         found.  Remove the REGISTER argument.  Move the code dealing with
7242         REGISTER ...
7243         (vc-get-backend-for-registration): ... here.  New function.
7244         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7245         of vc-responsible-backend, pass the file name instead of the
7246         directory name.
7248 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7250         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7251         New funs.
7252         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7253         (pcomplete-comint-setup): Don't modify a global var via
7254         accidental side-effects.
7255         (pcomplete-shell-setup): Adjust call accordingly.
7256         (pcomplete-parse-comint-arguments): Use push.
7258 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7260         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7261         Allow uncapitalized info node names (Bug#3921).
7263         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7264         to the DEBUG file (Bug#3781).
7266 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7268         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7269         dictionary entry (Bug#4579).
7271 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7273         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7274         from `rfn-eshadow-update-overlay-hook' when unloading.
7275         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7276         "rsyncc".  Adjust doc string.
7277         (tramp-temp-buffer-file-name): New buffer-local defvar.
7278         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7279         Keep temporary file when indicated by method ("rsync" and
7280         "rsyncc").
7281         (tramp-handle-write-region): Handle APPEND.
7282         (tramp-delete-temp-file-function): New defun.  Added to
7283         `kill-buffer-hook'.
7285 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7287         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7289 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7291         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7292         (color-name-rgb-alist, tty-standard-colors)
7293         (tty-color-mode-alist): Change to defconst.
7295         * simple.el (mark-inactive): Purecopy message.
7297         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7298         (global-map, yank-menu):
7299         * textmodes/ispell.el (ispell-menu-map):
7300         * net/eudc.el (eudc-tools-menu):
7301         * international/mule-cmds.el (describe-language-environment-map)
7302         (setup-language-environment-map, set-coding-system-map)
7303         (mule-menu-keymap):
7304         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7305         * replace.el (occur-mode-map):
7306         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7308 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7310         * calc/calc.el (math-read-number, math-read-number-simple): Use
7311         `save-match-data'.
7313 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7316         rather than fiddling with global-map bindings, since it should only
7317         affect per-terminal settings.
7318         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7320         * minibuffer.el (completion-table-with-terminator): Allow to specify
7321         the terminator-regexp.
7323         * simple.el (switch-to-completions): Look for *Completions* in other
7324         frames as well.
7326         * pcomplete.el: Allow the use of completion-tables.
7327         (pcomplete-std-complete): New command.
7328         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7329         (pcomplete--here): Use a function for `form' rather than an expression,
7330         so it can be byte-compiled.
7331         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7332         Add edebug declaration.
7333         (pcomplete-show-completions): Remove unused var `curbuf'.
7334         (pcomplete-do-complete, pcomplete-stub):
7335         Don't assume `completions' is a list of strings any more.
7337 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7339         * find-dired.el (find-name-arg): Fix typo in docstring.
7341 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7344         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7346         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7347         pcomplete-entries.
7349         * comint.el (comint-read-input-ring, comint-write-input-ring)
7350         (comint-substitute-in-file-name)
7351         (comint-dynamic-complete-as-filename)
7352         (comint-dynamic-simple-complete)
7353         (comint-dynamic-list-filename-completions)
7354         (comint-dynamic-list-completions)
7355         (comint-redirect-results-list-from-process): Minor simplifications.
7357 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7359         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7360         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7361         the first form.  And insert a blank line after ";;; Code" since
7362         that's usual style.  (Bug#4612)
7364         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7366 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7368         * minibuffer.el (completion-table-with-terminator): Properly implement
7369         boundaries, in case `terminator' appears in the suffix.
7370         (completion--embedded-envvar-table): Don't return boundaries if
7371         there's no valid completion.  Simplify.
7372         (completion-file-name-table): New completion table extracted from
7373         completion--file-name-table.
7374         (completion--file-name-table): Use it.
7375         (read-file-name-predicate): Declare obsolete.
7376         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7377         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7378         completion-file-name-table, and use the `pred' argument.
7379         * files.el (locate-file-completion-table): Use the `pred' arg rather
7380         than read-file-name-predicate.
7381         (abbreviate-file-name): Use \` rather than ^ for BOS.
7383 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7385         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7386         vc-responsible-backend to register, it causes problems.
7388 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7390         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7392 2009-10-21  Eric Ludlam  <zappo@gnu.org>
7394         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7395         (semantic-c-debug-mode-init-pch): New functions.
7396         (semantic-c-debug-mode-init-last-mode): New var.
7397         (semantic-c-parse-lexical-token): Use them.
7399         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7400         When extracting the argument list, limit only by point-max.
7402 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7404         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7405         (tramp-smb-handle-file-attributes): Use it.
7406         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7407         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7408         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7409         Add `dired-filename' text properties.
7410         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7411         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7412         version.
7414 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7416         * subr.el (read-key-delay): Reduce to 0.01.
7417         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7418         (bug#4751).
7420 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7422         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7424         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7425         (Info-menu): Remove unused vars `last' and `completions'.
7426         (Info-index-nodes): Remove unused var `node'.
7428         * info.el (Info-complete-menu-item): Use complete-with-action.
7430 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7432         Make vc-annotate work through copies and renames.
7433         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7434         Return the file name too.
7435         (vc-annotate-revision-at-line)
7436         (vc-annotate-find-revision-at-line)
7437         (vc-annotate-revision-previous-to-line)
7438         (vc-annotate-show-log-revision-at-line): Update to get the file
7439         name from vc-annotate-extract-revision-at-line.
7440         (vc-annotate-show-diff-revision-at-line-internal): Change the
7441         argument to mean whether to show a file diff or not.  Get the file
7442         name from vc-annotate-extract-revision-at-line.
7443         (vc-annotate-show-diff-revision-at-line):
7444         Update vc-annotate-show-diff-revision-at-line call.
7445         (vc-annotate-warp-revision): Add an optional file argument.
7447         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7448         (vc-git-annotate-extract-revision-at-line): Also return the file
7449         name if found.
7451         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7452         command.  Remove unused code.
7453         (vc-hg-annotate-re): Update to match --follow output.
7454         (vc-hg-annotate-extract-revision-at-line): Also return the file
7455         name if found.
7457         * vc.el: Update annotate-extract-revision-at-line documentation.
7459 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7461         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7462         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7464         * net/browse-url.el (browse-url): Identify alist with "consp and
7465         not functionp" and let all other things go down the `apply' leg,
7466         as suggested by Stefan.  (Further to bug#4531.)
7468 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7470         * minibuffer.el (read-file-name): Check for repeat before putting
7471         a default argument in file-name-history (Bug#4657).
7473         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7474         read syntax (Bug#4737).
7476         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7478 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7480         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7481         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7482         entries and make note of obsolete tags.
7484 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7486         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7488 2009-10-18  Glenn Morris  <rgm@gnu.org>
7490         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7491         grep, so that binary files (eg international/uni-bidi.el) can match.
7492         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7493         now, and in any case the file header format has changed.
7495 2009-10-17  Glenn Morris  <rgm@gnu.org>
7497         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7498         (flyspell-get-word, flyspell-large-region)
7499         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7501 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7503         * Makefile.in (ELCFILES): Add ede/shell.
7505 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7507         * term/common-win.el (x-colors): Purecopy it.
7509 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7511         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7512         permissive for when the buffer is empty.
7513         (tar-header-block-tokenize): Decode the username and groupname.
7514         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7516 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7518         * cedet/srecode/srt.el:
7519         * cedet/srecode/compile.el:
7520         * cedet/semantic/mru-bookmark.el:
7521         * cedet/semantic/debug.el:
7522         * cedet/semantic/complete.el:
7523         * cedet/semantic/analyze.el: Require CL when compiling.
7525 2009-10-17  Eric Ludlam  <zappo@gnu.org>
7527         * cedet/semantic/scope.el
7528         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
7529         tmpscope so that the regular scope will continue to work.
7531         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
7532         Use semantic-idle-summary-highlight-face as the highlighting.
7534         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
7535         contains multibyte characters, choose first applicable coding
7536         system automatically.
7538         * cedet/ede/project-am.el (project-run-target): New method.
7539         (project-run-target): New method.
7541         * cedet/ede.el (ede-target): Add run target menu item.
7542         (ede-project, ede-minor-keymap): Add ede-run-target binding.
7543         (ede-run-target): New function.
7544         (ede-target::project-run-target): New method.
7546         * cedet/ede/proj.el (project-run-target): New method.
7548         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
7549         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
7550         Add :rules.
7551         (ede-proj-target-makefile-shared-object): Only libtool compilers
7552         now available.  Add linkers for libtool.
7553         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
7554         (ede-proj-makefile-target-name): Always use .la extension.
7556         * cedet/ede/proj-prog.el (project-run-target): New method.
7558         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
7559         (ede-g++-linker): Change Change link lines.
7561         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
7562         When searching for old variables, go to the end of the buffer and
7563         search backward from there.
7564         (ede-proj-makefile-automake-insert-subdirs)
7565         (ede-proj-makefile-automake-insert-extradist): New methods.
7566         (ede-proj-makefile-create): Use them.
7568         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
7569         Force FILE to expand to the current target.  Use file-exists-p to
7570         check that it exists.
7572         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
7573         (ede-linux-load): Wrap dir in file-name-as-directory.
7574         Set :version slot.
7576         * cedet/ede/files.el (ede-get-locator-object): When enabling
7577         locate, do so on "top".
7579         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
7580         file-name-as-directory during compare.
7581         (ede-emacs-version): Return Emacs/XEmacs differentiator.
7582         Get version number from different places.  Don't call egrep.
7583         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
7584         to set the directory.
7586         * cedet/ede/shell.el: New file.
7588         * cedet/inversion.el (inversion-decoders): Allow for stray . in
7589         alpha/beta variants.
7591 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7593         * international/mule-cmds.el (select-safe-coding-system): If the file
7594         has a coding cookie, use it regardless of any other setting (bug#4712).
7596 2009-10-17  Glenn Morris  <rgm@gnu.org>
7598         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
7599         All errors should have messages.
7601         * foldout.el (foldout-mouse-swallow-events):
7602         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7604         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7605         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7606         (dired-keep-marker-symlink, dired-dwim-target)
7607         (dired-copy-preserve-time): Do not autoload these defcustoms.
7609         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7610         messages from messing up the file coding.  (Bug#4623)
7612 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7614         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7615         if no match is found for the current dictionary.  (Bug#4578)
7617         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7618         optional, since that is how it is documented, and this is often called
7619         with a nil argument.  (Bug#4577)
7620         (flyspell-external-point-words, flyspell-auto-correct-word)
7621         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7622         (flyspell-word-search-backward): Remove nil argument in calls to
7623         flyspell-get-word, since it is not needed now.
7625 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7627         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7629 2009-10-16  Glenn Morris  <rgm@gnu.org>
7631         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7633 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7635         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7636         (ange-ftp-file-size): New function.
7637         (ange-ftp-file-attributes): Use it.
7639 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7641         * net/tramp-smb.el (tramp-smb-version): New defvar.
7642         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7643         repeated checks.
7645 2009-10-16  Glenn Morris  <rgm@gnu.org>
7647         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7648         Maybe copy some custom properties from old to new name.  (Bug#4706)
7650 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7652         * subr.el (error, sit-for, start-process-shell-command)
7653         (start-file-process-shell-command): Set the calling convention
7654         after the function definition.
7656 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7658         * subr.el (error, sit-for, start-process-shell-command)
7659         (start-file-process-shell-command): Use the new
7660         set-advertised-calling-convention feature.
7662 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7664         * international/ucs-normalize.el (ucs-normalize-version):
7665         Change to 1.2.
7666         (check-range): Adjust for Unicode 5.2.
7668 2009-10-15  Juri Linkov  <juri@jurta.org>
7670         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7671         to the `menu-item' format.
7673 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7675         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7676         if the environment variable does not exist.
7678         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7679         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7680         parameter.
7681         (tramp-smb-handle-add-name-to-file)
7682         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7683         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7684         (tramp-smb-handle-file-attributes)
7685         (tramp-smb-do-file-attributes-with-stat)
7686         (tramp-smb-handle-file-local-copy)
7687         (tramp-smb-handle-insert-directory)
7688         (tramp-smb-handle-make-directory)
7689         (tramp-smb-handle-make-directory-internal)
7690         (tramp-smb-handle-make-symbolic-link)
7691         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7692         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7693         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7694         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7695         Handle long file names.
7696         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7697         process is running.
7698         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7699         Read share names with "-g" option.
7701 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7703         * net/rcirc.el (rcirc-view-log-file): New command.
7704         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7705         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7706         specified.
7708 2009-10-15  Glenn Morris  <rgm@gnu.org>
7710         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7711         from the second command-line argument.
7712         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7713         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7714         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7715         w32-batch-update-autoloads.
7716         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7717         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7719         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7720         the headers cannot be located.  Simplify, subtracting superflous
7721         save-excursions.
7723 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7725         Replace completion-base-size by completion-base-position to fix bugs
7726         such as (bug#4699).
7727         * simple.el (completion-base-position): New var.
7728         (completion-base-size): Mark as obsolete.
7729         (choose-completion): Make it work for mouse events as well.
7730         Pass the new base-position to choose-completion-string.
7731         (choose-completion-guess-base-position): New function, extracted from
7732         choose-completion-delete-max-match.
7733         (choose-completion-delete-max-match): Use it.  Make obsolete.
7734         (choose-completion-string): Use the new base-position info.
7735         (completion-root-regexp): Delete.
7736         (completion-setup-function): Preserve completion-base-position.
7737         Eliminate obsolete base-size manipulation.
7738         * minibuffer.el (display-completion-list): Don't mess with base-size.
7739         (minibuffer-completion-help): Set completion-base-position instead.
7740         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7741         choose-completion.
7742         * textmodes/bibtex.el (bibtex-complete):
7743         * emacs-lisp/crm.el (crm--choose-completion-string):
7744         Adjust to new calling convention.
7745         * complete.el (partial-completion-mode): Use minibufferp to avoid
7746         bumping into incompatible change to choose-completion-string-functions.
7747         * ido.el (ido-choose-completion-string): Make its calling convention
7748         more permissive.
7749         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7750         base-size manipulation.
7751         (comint-dynamic-list-input-ring): Use dotimes and push.
7752         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7753         fundamental-mode.  Use `or'.
7755 2009-10-14  Juri Linkov  <juri@jurta.org>
7757         * misearch.el (multi-isearch-next-buffer-from-list)
7758         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7760 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7762         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7763         `bytecomp.el'.
7765         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7766         string we return is all made up of text from the completions rather
7767         than part from the completions and part from the input (bug#4219).
7769         * ido.el (ido-everywhere): Use define-minor-mode.
7771         * buff-menu.el (list-buffers, ctl-x-map):
7772         Mark the entry points with ;;;###autoload cookies.
7774 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7776         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7777         correctly in the detached head case.
7778         (vc-git-print-log): Remove unused binding.
7780         * vc.el (vc-responsible-backend): When a directory is passed for
7781         for registration create a VC repository if no backend is
7782         responsible for the directory argument.
7783         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7785         * vc.el: Move comments about RCS and SCCS ...
7786         * vc-rcs.el:
7787         * vc-sccs.el: ... here, respectively.
7789 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7791         * minibuffer.el (completion--file-name-table): Return nil if there's
7792         no file completion, even if substitute-in-file-name changed
7793         the string (bug#4708).
7795 2009-10-13  Juri Linkov  <juri@jurta.org>
7797         * files-x.el (read-file-local-variable-value): Don't filter out
7798         minor modes from mode name completion (bug#4664).
7800 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7802         * international/mule-cmds.el (ucs-names): Remove exclusion of
7803         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7805 2009-10-13  Kenichi Handa  <handa@m17n.org>
7807         * international/uni-name.el: Regenerated.
7809 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7811         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7812         should be automatically buffer-local, but isn't.)
7814 2009-10-12  Sam Steingold  <sds@gnu.org>
7816         * progmodes/compile.el (compilation-next-error-function): Fix the
7817         timestamps if the buffer has been visited before.
7818         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7819         non-anchored patterns, like the perl one (bug#3928).
7821 2009-10-12  Glenn Morris  <rgm@gnu.org>
7823         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7824         Let-bind `size'.
7826 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7828         * proced.el (proced-unload-function): New function.
7830         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7831         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7832         Doc fix.
7834         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7836 2009-10-11  Juri Linkov  <juri@jurta.org>
7838         * files-x.el (read-file-local-variable-value):
7839         Provide default value only for bound variables (bug#4664).
7841 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7843         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7844         connection methods like smb.
7846         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7847         can be empty.
7849         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7850         (tramp-smb-file-name-handler-alist): Add handlers for
7851         `add-name-to-file', `make-symbolic-link'.
7852         (tramp-smb-handle-add-name-to-file)
7853         (tramp-smb-do-file-attributes-with-stat)
7854         (tramp-smb-handle-make-symbolic-link)
7855         (tramp-smb-get-cifs-capabilities): New defuns.
7856         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7857         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7858         (tramp-smb-handle-file-local-copy)
7859         (tramp-smb-handle-make-directory-internal)
7860         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7861         The file name syntax depends on cifs capabilities.
7862         (tramp-smb-handle-file-attributes):
7863         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7864         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7865         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7867 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7869         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7870         (eieio-defclass): Apply deftype handler and setf-method properties
7871         directly.
7872         (eieio-add-new-slot): Avoid union function from cl library.
7873         (eieio--typep): New function.
7874         (eieio-perform-slot-validation): Use it.
7876 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7878         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7879         Update documentation to refer to the variables documented in r1.135.
7880         (Bug#4188)
7882 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7884         * bookmark.el (Info-suffix-list): Remove this unused variable.
7885         (bookmark-current-point): Remove this obsolete variable.
7886         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7887         Adjust for removal of bookmark-current-point.
7889         (bookmarks-already-loaded, bookmark-current-buffer)
7890         (bookmark-yank-point): Document.  (Bug#4188)
7892 2009-10-10  Glenn Morris  <rgm@gnu.org>
7894         * frame.el (frame-height): Doc fix.
7896         * calendar/calendar.el (calendar-split-width-threshold): New option.
7897         (calendar-basic-setup): Use calendar-split-width-threshold.
7899 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
7901         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7902         Use .la for Automake.
7904 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
7906         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7907         Use "autoreconf -i".  Suggested by Andreas Schwab.
7909 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7911         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7912         Ideographic Supplement" range (U+1F200..U+1F2FF).
7914 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7916         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7917         since the list will have been rebuilt anyway.  (Bug#4349)
7919 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7921         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7922         (bookmark-bmenu-execute-deletions): Don't save here, as
7923         bookmark-delete will now do so if necessary.
7924         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7925         (Bug#4348)
7927 2009-10-09  Glenn Morris  <rgm@gnu.org>
7929         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7931 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7933         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7934         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7935         argument now, so the two function's behaviors will match.  (Bug#3645)
7937 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7939         * cedet/ede/proj.el (project-make-dist, project-compile-project):
7940         Fix filename test.
7941         (ede-proj-dist-makefile): Use expand-file-name instead of concat
7942         to expand file names.
7944 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7946         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7947         (tramp-file-name-real-host, tramp-file-name-port):
7948         Apply `save-match-data'.
7950         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7951         case both directories are remote.
7952         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7953         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7955 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7957         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7958         (ede-proj-target-makefile-objectcode): Use it.
7960         * cedet/ede/source.el (ede-want-any-source-files-p)
7961         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7962         Return search result.  This error was introduced while merging.
7964 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7966         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7968 2009-10-07  Glenn Morris  <rgm@gnu.org>
7970         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7971         of concat.
7973 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * files-x.el (read-file-local-variable): Include some
7976         non-user-variables in the completion table (bug#4664).
7978 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
7980         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
7981         message.
7983         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7984         (tramp-smb-file-name-handler-alist): Add handler for
7985         `copy-directory', `expand-file-name', `set-file-modes'.
7986         (tramp-smb-handle-copy-directory)
7987         (tramp-smb-handle-expand-file-name)
7988         (tramp-smb-handle-set-file-modes): New defuns.
7989         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
7990         (tramp-smb-handle-file-attributes): Simplify check for retrieving
7991         entry.
7992         (tramp-smb-handle-insert-directory): Don't flush the cache.
7993         (tramp-smb-maybe-open-connection): Check for samba client and
7994         server versions.
7996 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
7998         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
7999         to not error out of search for "^lisp=" fails.
8001 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8003         * makefile.w32-in (WINS_UPDATES): New macro.
8004         (custom-deps, finder-data, autoloads): Use it.
8006 2009-10-07  Glenn Morris  <rgm@gnu.org>
8008         * Makefile.in (autoloads): Revert previous change.
8009         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8010         the list of preloaded files passed on the command-line, get
8011         it from src/Makefile.
8013         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8014         show the original buffer rather than a random one.
8016 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8018         * help.el (describe-no-warranty): Place point in a slightly better
8019         position in the GPLv3 text.
8021 2009-10-06  Sam Steingold  <sds@gnu.org>
8023         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8024         the comm attribute is present before calling regexp-quote.
8026 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8028         * play/animate.el (animate-string): For good effect, make sure
8029         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8031         * play/animate.el (animate-sequence, animate-birthday-present):
8032         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8034 2009-10-06  Glenn Morris  <rgm@gnu.org>
8036         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8038         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8039         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8040         (batch-update-autoloads): Process a string value of autoload-excludes,
8041         set during the build process.
8042         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8044         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8045         inside with-parsed...  macro so that `v' is defined.
8047         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8048         * progmodes/fortran.el (fortran-end-of-block)
8049         (fortran-beginning-of-block):
8050         Also push mark in the macro case.
8052         * emerge.el (emerge-show-file-name):
8053         * calc/calc.el (calc-quit):
8054         * calc/calc-misc.el (calc-big-or-small):
8055         * calc/calc-graph.el (calc-graph-view):
8056         * calc/calc-ext.el (calc-reset):
8057         * calendar/calendar.el (calendar-basic-setup):
8058         Use window-full-height-p.
8060         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8061         header we don't understand, don't insert another.  (Bug#4624)
8062         If changing mime charset, insert the new one in the right place.
8064 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8066         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8067         (cal-tex-cursor-month): Correctly increment the end date for diary and
8068         holiday listing.  (Bug#4626)
8070 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8072         * help-fns.el (describe-function-1): Don't burp if the function is not
8073         a symbol.
8075 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8077         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8078         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8079         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8080         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8082         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8083         (eieio-default-superclass): Reflow docstrings.
8084         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8085         (eieio-unbind-method-implementations, defmethod)
8086         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8087         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8088         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8089         (eieio-slot-originating-class-p, eieio-slot-name-index)
8090         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8091         (constructor, initialize-instance, no-next-method, object-print)
8092         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8093         Fix typos in docstrings.
8094         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8095         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8096         (next-method-p): Doc fixes.
8097         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8098         Fix typos in error messages.
8099         (eieio-defmethod): Fix typo in description of generic method.
8101         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8102         (eieio-persistent-save-interactive, slot-missing):
8103         Fix typos in docstrings.
8104         (eieio-instance-inheritor-slot-boundp): Doc fix.
8106         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8107         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8109         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8110         (eieio-custom-object-apply-reset):
8111         Fix typos in docstrings and error messages.
8113         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8114         Fix typo in docstring.
8116         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8117         (eieio-browse-tree): Doc fix.
8118         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8119         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8120         Fix typos in docstrings.
8122         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8123         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8124         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8125         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8126         Reflow docstrings.
8128 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8130         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8131         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8132         Set log-view-vc-backend so that diff can work.
8134         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8135         vc-version-diff.
8136         (vc-diff-internal): Autoload this instead of vc-version-diff.
8138 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8140         * simple.el (eval-expression): Doc fix.
8142         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8144 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8146         * files.el (directory-files-no-dot-files-regexp): New defconst.
8147         (delete-directory): Use it.
8148         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8150         * net/tramp.el (tramp-verbose): Fix docstring.
8151         (tramp-methods): Add recursive option to `tramp-copy-args'.
8152         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8153         "scp1_old", "scp2_old", "rsync", "rsyncc".
8154         (tramp-default-method): Check also for `auth-source-user-or-password'.
8155         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8156         Add handler for `copy-directory'.
8157         (tramp-handle-copy-directory): New defun.
8158         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8159         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8160         Optimize sent command.
8162 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8164         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8165         window if necessary.
8167         * calendar/calendar.el (calendar-basic-setup): Don't call
8168         switch-to-buffer in a dedicated window.
8170 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8172         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8173         don't do anything related to relocating, just return nil.
8174         (bookmark-error-no-filename): New error.
8175         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8176         bookmark has no file.  Don't even attempt to handle things that
8177         are not files; the whole point of custom handlers is to keep that
8178         knowledge elsewhere anyway.  Tighten some comments.
8179         (bookmark-file-or-variation-thereof): Remove now-unused function.
8180         (bookmark-location): Doc string fix.
8181         (Bug#4250)
8183 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8185         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8186         don't use a file dialog, because they usually don't know how to read
8187         a directory target from the user.  (Bug#4230)
8188         Also, make sure the prompt can display directories as well as files.
8190 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8192         * bookmark.el (bookmark-set, bookmark-buffer-name):
8193         Improve doc strings.  (Bug#1193)
8195 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8197         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8198         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8199         (bookmark-get-annotation, bookmark-set-annotation)
8200         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8201         (bookmark-set-position, bookmark-get-front-context-string)
8202         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8203         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8204         (bookmark-jump-other-window, bookmark-handle-bookmark)
8205         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8206         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8207         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8208         Improve doc strings to say whether bookmark can be a string or
8209         a record or both, and make other consistency and clarity fixes.
8210         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8211         (bookmark-default-annotation-text, bookmark-yank-word)
8212         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8213         (bookmark-import-new-list, bookmark-maybe-rename)
8214         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8215         (bookmark-bmenu-bookmark): Give these doc strings.
8216         (bookmark-bmenu-check-position): Give this a doc string, but also
8217         add a FIXME comment about how the function may be pointless.
8218         (bookmark-default-handler): Rework doc string and change a
8219         parameter name, to clarify that this takes a bookmark record
8220         not a bookmark name.
8221         (bookmark-set): Change a parameter name to indicate its meaning,
8222         and improve the doc string a bit.
8223         (Bug#4188)
8225 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8227         * bookmark.el (bookmark-alist): Document the new `handler' element
8228         in the param alist.
8229         (bookmark-make-record-function): Adjust documentation for above.
8230         (Bug#4193)
8232 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8234         * info.el (Info-bookmark-make-record): Document this function.
8235         (Info-bookmark-jump): Document with a doc string, not just a comment.
8236         (Bug#4203)
8238 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8240         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8241         (semantic-new-buffer-fcn): Call parser setup functions here.
8242         (semantic-mode): Don't call parser setup functions here, it's done
8243         in semantic-new-buffer-fcn now.
8244         (semantic-mode): Parse all existing buffers when enabled.
8246         * cedet/srecode/compile.el (srecode-compile-file):
8247         Call semantic-new-buffer-fcn if the buffer has not been parsed.
8249 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8251         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8253         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8254         (proj-comp-insert-variable-once): New macro, renamed from
8255         ede-pmake-insert-variable-once in ede/pmake.edl.
8256         (ede-proj-makefile-insert-variables): Use it.
8258 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8260         * files.el (copy-directory): New defun.
8262         * dired-aux.el (dired-copy-file-recursive): Use it.
8264 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8266         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8267         (makefile-end-of-command):
8268         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8269         (semantic-end-of-context): Fix previous change.  Doc fixes.
8271 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8273         * files-x.el (modify-dir-local-variable)
8274         (copy-dir-locals-to-file-locals-prop-line):
8275         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8276         (makefile-end-of-command):
8277         * cedet/semantic/lex.el (semantic-lex-token):
8278         * cedet/semantic/analyze/fcn.el
8279         (semantic-analyze-dereference-metatype-1):
8280         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8281         (semantic-lex-cpp-undef):
8282         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8283         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8284         (semantic-end-of-context): Fix typos in docstrings.
8286         * recentf.el (recentf-unload-function): New function.
8288 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8290         * cedet/ede.el (ede-project-placeholder-cache-file):
8291         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8292         * cedet/srecode/map.el (srecode-map-save-file):
8293         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
8295 2009-10-04  Glenn Morris  <rgm@gnu.org>
8297         * window.el (window-full-height-p): Add doc string.
8299 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8301         * window.el (window-full-height-p): New function.  (Bug#4543)
8303 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
8305         * cedet/srecode/insert.el: Require srecode/args.
8307         * cedet/srecode/args.el: Require srecode/dictionary instead of
8308         srecode/insert.
8310         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8312         * files.el (auto-mode-alist): Add .srt and Project.ede.
8314         * cedet/semantic.el (semantic-mode):
8315         Handle srecode-template-mode-hook as well.
8316         (semantic-mode): Use js-mode-hook for Javascript hook.
8318         * cedet/srecode/template.el: Remove hook variable.
8320         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8322         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8323         projects exist.
8324         (ede-project-placeholder-cache-file): Default to a file in
8325         user-emacs-directory.
8327         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8328         templates in data-directory.
8329         (srecode-map-save-file): Default to a file in user-emacs-directory.
8331         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8332         directory.
8334 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8336         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8337         Doc fix.
8339         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8340         Only insert each variable once.
8342         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8343         (ede-pmake-insert-variable-shared): Use it.
8345         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8346         for lexical table iff table is nil.
8348 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8350         * vc.el: Remove commented out code.
8351         (vc-derived-from-dir-mode): Remove, unused.
8352         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8354 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8356         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8357         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8358         there could be recursive loading when `default-directory' is a
8359         remote file name.  (Bug#4614)
8361 2009-10-03  Glenn Morris  <rgm@gnu.org>
8363         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8364         the frame is wide.
8365         (calendar-generate-window): Test for shrinkability rather than width.
8367         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8368         declaration, currently false.
8370         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8371         reusing existing buffers, in case we happen to visit two files with the
8372         same basename.  (Bug#4593)
8374 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8376         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8377         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8378         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8379         subdirs of cedet as well.
8380         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8382 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8384         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8385         Obey advertised-signature-table.
8387         * help-fns.el (help-function-arglist): Don't check
8388         advertised-signature-table.
8389         (describe-function-1): Do it here instead so it also applies to subrs.
8391 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8393         * simple.el (start-file-process): Say in the doc-string, that file
8394         handlers might not support pty association, if PROGRAM is nil.
8396         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8397         HOST and USER are strings.  They are nil, when there are
8398         incomplete entries in ~/.netrc, for example.
8399         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8400         root directory ("device busy" error otherwise).
8402         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8403         Flush file properties of created directory.
8405 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8407         * makefile.w32-in (WINS_BASIC): Remove cedet.
8408         (WINS_CEDET): Add cedet.
8409         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8411 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8413         * net/browse-url.el (browse-url): Pass any symbol in
8414         browse-url-browser-function to `apply', since if you've mistakenly put
8415         an unbound symbol then the error is clearer.  (Bug#4531)
8417 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8419         * allout.el (allout-init, allout-back-to-current-heading)
8420         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8421         (allout-ascend, allout-up-current-level, allout-end-of-level)
8422         (allout-previous-visible-heading, allout-forward-current-level)
8423         (allout-backward-current-level, allout-show-children):
8424         * apropos.el (apropos-describe-plist):
8425         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8426         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8427         * completion.el (add-completion, add-permanent-completion):
8428         * descr-text.el (describe-text-category, describe-char):
8429         * desktop.el (desktop-lazy-abort):
8430         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8431         * dired.el (dired-build-subdir-alist):
8432         * ediff.el (ediff-version):
8433         * elide-head.el (elide-head, elide-head-show):
8434         * emerge.el (emerge-version):
8435         * env.el (getenv):
8436         * face-remap.el (variable-pitch-mode):
8437         * faces.el (describe-face):
8438         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8439         (dired-at-point):
8440         * files.el (find-file-existing, auto-save-mode):
8441         * font-lock.el (font-lock-fontify-buffer):
8442         * help-fns.el (describe-function, describe-variable)
8443         (describe-syntax, describe-categories):
8444         * help.el (view-lossage, describe-bindings, describe-key)
8445         (describe-mode):
8446         * hexl.el (hexl-current-address):
8447         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8448         * info.el (Info-goto-emacs-key-command-node):
8449         * log-edit.el (log-edit-insert-cvs-template)
8450         (log-edit-insert-cvs-rcstemplate):
8451         * menu-bar.el (menu-bar-mode):
8452         * mouse.el (mouse-appearance-menu):
8453         * newcomment.el (comment-indent-new-line):
8454         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8455         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8456         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8457         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8458         * recentf.el (recentf-mode):
8459         * savehist.el (savehist-mode, savehist-save):
8460         * shadowfile.el (shadow-copy-files):
8461         * simple.el (kill-ring-save, next-line, previous-line)
8462         (normal-erase-is-backspace-mode):
8463         * strokes.el (strokes-update-window-configuration)
8464         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8465         (strokes-xpm-for-stroke):
8466         * time.el (emacs-uptime, emacs-init-time):
8467         * tutorial.el (tutorial--describe-nonstandard-key)
8468         (tutorial--detailed-help):
8469         * type-break.el (type-break-mode)
8470         (type-break-mode-line-message-mode, type-break-query-mode)
8471         (type-break-guesstimate-keystroke-threshold):
8472         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8473         * version.el (emacs-version):
8474         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8475         * winner.el (winner-mode):
8476         * calendar/timeclock.el (timeclock-in, timeclock-out)
8477         (timeclock-status-string, timeclock-change)
8478         (timeclock-workday-remaining-string)
8479         (timeclock-workday-elapsed-string)
8480         (timeclock-when-to-leave-string):
8481         * calendar/todo-mode.el (todo-add-category):
8482         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8483         * emacs-lisp/autoload.el (update-file-autoloads):
8484         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8485         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8486         (checkdoc-message-text, checkdoc-defun):
8487         * emacs-lisp/debug.el (debugger-list-functions):
8488         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8489         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8490         (eieio-describe-generic):
8491         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8492         * emacs-lisp/shadow.el (list-load-path-shadows):
8493         * emulation/cua-base.el (cua-mode):
8494         * emulation/edt.el (edt-set-scroll-margins):
8495         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8496         (tpu-toggle-regexp, tpu-toggle-search-direction)
8497         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8498         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8499         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8500         (viper-set-parsing-style-toggling-macro)
8501         (viper-set-emacs-state-searchstyle-macros):
8502         * emulation/viper.el (viper-set-hooks):
8503         * eshell/esh-mode.el (eshell-truncate-buffer):
8504         * international/mule-cmds.el (prefer-coding-system)
8505         (describe-input-method, describe-language-environment):
8506         * international/mule-diag.el (list-character-sets)
8507         (describe-character-set, describe-coding-system)
8508         (describe-fontset, list-fontsets, list-input-methods):
8509         * mail/sendmail.el (mail-signature):
8510         * net/ange-ftp.el (ange-ftp-copy-file):
8511         * net/browse-url.el (browse-url):
8512         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8513         * net/quickurl.el (quickurl-add-url):
8514         * net/rcirc.el (names, topic):
8515         * net/xesam.el (xesam-mode):
8516         * play/5x5.el (5x5-new-game):
8517         * play/yow.el (apropos-zippy):
8518         * progmodes/ada-mode.el (ada-mode-version):
8519         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8520         (f90-end-of-block)
8521         (f90-beginning-of-block):
8522         * progmodes/fortran.el (fortran-end-of-block)
8523         (fortran-beginning-of-block):
8524         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8525         * progmodes/python.el (python-describe-symbol, python-shell):
8526         * term/ns-win.el (ns-print-buffer):
8527         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8528         * textmodes/flyspell.el (flyspell-mode-on):
8529         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8530         (pages-directory-for-addresses):
8531         * textmodes/table.el (table-recognize-cell)
8532         (table-query-dimension, table-generate-source)
8533         (table-insert-sequence, table--warn-incompatibility):
8534         * textmodes/tex-mode.el (tex-validate-buffer):
8535         * textmodes/texinfmt.el (texinfmt-version)
8536         (texinfo-format-buffer):
8537         Use `called-interactively-p' instead of `interactive-p'.
8539 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8541         * image-mode.el (image-toggle-display):
8542         * emacs-lisp/elp.el (elp-instrument-function):
8543         * emacs-lisp/advice.el (ad-make-advised-definition):
8544         * emacs-lisp/easy-mmode.el (define-minor-mode):
8545         * net/browse-url.el (browse-url-maybe-new-window):
8546         * progmodes/sh-script.el (sh-learn-buffer-indent):
8547         Pass new argument 'any to `called-interactively-p'.
8549 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8551         * international/uni-bidi.el:
8552         * international/uni-category.el:
8553         * international/uni-combining.el:
8554         * international/uni-comment.el:
8555         * international/uni-decimal.el:
8556         * international/uni-decomposition.el:
8557         * international/uni-digit.el:
8558         * international/uni-lowercase.el:
8559         * international/uni-mirrored.el:
8560         * international/uni-name.el:
8561         * international/uni-numeric.el:
8562         * international/uni-old-name.el:
8563         * international/uni-titlecase.el:
8564         * international/uni-uppercase.el:
8565         Regenerate from Unicode 5.2.0 data.
8567 2009-10-01  Glenn Morris  <rgm@gnu.org>
8569         * Makefile.in (ELCFILES): Regenerate.
8571 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8573         * subr.el (interactive-p): Mark obsolete.
8574         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8575         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8576         advertised-signature-table for subroutines as well.
8578         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8579         (set-advertised-calling-convention): New function.
8580         (make-obsolete, define-obsolete-function-alias)
8581         (make-obsolete-variable, define-obsolete-variable-alias):
8582         Make the optional-ness of `when' obsolete.
8583         (define-obsolete-face-alias): Make `when' non-optional.
8584         * help-fns.el (help-function-arglist):
8585         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8586         Use advertised-signature-table.
8588 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8590         * files.el (delete-directory): New defun.  The original function
8591         in fileio.c has been renamed to `delete-directory-internal'.
8593         * dired.el (dired-delete-file): Call `delete-directory' with
8594         RECURSIVE parameter.
8596         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8597         parameter RECURSIVE.  Implementation is missing.
8599         * net/tramp.el (tramp-handle-make-directory): Flush upper
8600         directory's file properties.
8601         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8602         (tramp-handle-dired-recursive-delete-directory): Flush directory
8603         properties after the remove command only.
8605         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8606         Handle optional parameter RECURSIVE.
8608         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8609         Handle optional parameter RECURSIVE.
8611         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8612         connection timeout.
8613         (tramp-smb-handle-delete-directory): Handle optional parameter
8614         RECURSIVE.
8616 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8618         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8619         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8620         (byte-compile-defmacro): Use backquotes.
8622         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8624         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8625         has no associated file.
8626         (vc-resynch-buffer): Use vc-dir-buffers.
8628 2009-10-01  Glenn Morris  <rgm@gnu.org>
8630         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8631         (chart-file-count):
8632         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8633         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8634         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8635         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8636         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8637         (eieio-copy-parents-into-subclass, make-instance, class-children)
8638         (eieio-generic-form):
8639         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8640         * cedet/cedet-idutils.el (cedet-idutils-search)
8641         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8642         (cedet-idutils-version-check):
8643         * cedet/cedet.el (cedet-version):
8644         * cedet/data-debug.el (data-debug-insert-overlay-button)
8645         (data-debug-insert-overlay-list-button)
8646         (data-debug-insert-buffer-button)
8647         (data-debug-insert-buffer-list-button)
8648         (data-debug-insert-process-button, data-debug-insert-ring-button)
8649         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8650         (data-debug-insert-stuff-vector-button)
8651         (data-debug-insert-symbol-button, data-debug-insert-string)
8652         (data-debug-insert-number, data-debug-insert-lambda-expression)
8653         (data-debug-insert-nil, data-debug-insert-simple-thing)
8654         (data-debug-insert-custom, data-debug-edebug-expr):
8655         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8656         (global-ede-mode-map, ede-new, ede-debug-target)
8657         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8658         * cedet/semantic.el (semantic-minimum-working-buffer-size)
8659         (semantic-fetch-tags, semantic-submode-list)
8660         (semantic-default-submodes):
8661         * cedet/ede/source.el (ede-source-match):
8662         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8663         (project-am-package-info):
8664         * cedet/ede/proj.el (ede-proj-target, project-new-target):
8665         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8666         * cedet/ede/proj-comp.el (ede-current-build-list):
8667         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8668         * cedet/ede/files.el (ede-toplevel-project-or-nil):
8669         * cedet/ede/cpp-root.el (initialize-instance):
8670         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8671         (autoconf-parameter-strip, autoconf-insert-new-macro):
8672         * cedet/semantic/wisent.el (wisent-lex-eoi):
8673         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8674         (semantic-show-parser-state-mode):
8675         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8676         * cedet/semantic/tag.el (semantic-tag-new-variable)
8677         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8678         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8679         (semantic--tag-deep-copy-tag-list)
8680         (semantic-tag-components-with-overlays-default):
8681         * cedet/semantic/symref.el (semantic-symref-find-text):
8682         * cedet/semantic/senator.el (senator-yank-tag)
8683         (senator-transpose-tags-up):
8684         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8685         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8686         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8687         * cedet/semantic/lex.el (semantic-lex-comment-regex)
8688         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8689         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8690         * cedet/semantic/lex-spp.el
8691         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8692         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8693         * cedet/semantic/idle.el
8694         (semantic-idle-summary-current-symbol-info-brutish)
8695         (semantic-idle-summary-current-symbol-info-default):
8696         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8697         (semantic--grammar-macro-compl-dict):
8698         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8699         * cedet/semantic/format.el (semantic-format-tag-custom-list)
8700         (semantic-format-tag-canonical-name-default):
8701         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8702         (semantic-find-tags-for-completion)
8703         (semantic-find-tags-by-scope-protection-default)
8704         (semantic-deep-find-tags-for-completion):
8705         * cedet/semantic/edit.el
8706         (semantic-edits-incremental-reparse-failed-hook)
8707         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8708         (semantic-edits-splice-remove, semantic-edits-splice-replace):
8709         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8710         * cedet/semantic/dep.el (semantic-dependency-include-path):
8711         * cedet/semantic/db.el (semanticdb-default-find-index-class)
8712         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8713         (semanticdb-project-roots):
8714         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8715         (semanticdb-find-adebug-insert-scanned-tag-cons)
8716         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8717         (semanticdb-brute-deep-find-tags-for-completion):
8718         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8719         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8720         (semantic-end-of-context-default)
8721         (semantic-ctxt-current-function-default)
8722         (semantic-ctxt-scoped-types-default):
8723         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8724         (semantic-complete-inline-tag-engine)
8725         (semantic-complete-inline-custom-type)
8726         (semantic-complete-read-tag-analyzer):
8727         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8728         (semantic-chart-database-size):
8729         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8730         (semantic-analyze-current-context):
8731         * cedet/semantic/symref/list.el (semantic-symref)
8732         (semantic-symref-hide-buffer, semantic-symref-symbol):
8733         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8734         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8735         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8736         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8737         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8738         (semantic-c-dereference-template):
8739         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8740         (semantic--analyze-refs-full-lookup-with-parents)
8741         (semantic--analyze-refs-full-lookup-simple):
8742         * cedet/semantic/analyze/complete.el
8743         (semantic-analyze-possible-completions):
8744         * cedet/srecode/table.el (srecode-mode-table-new):
8745         * cedet/srecode/srt.el (srecode-read-variable-name):
8746         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8747         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8748         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8749         * cedet/srecode/map.el (srecode-current-map):
8750         * cedet/srecode/insert.el (srecode-insert)
8751         (srecode-insert-variable-secondname-handler, srecode-insert-method)
8752         (srecode-template-inserter-point-override)
8753         (srecode-insert-include-lookup):
8754         * cedet/srecode/getset.el (srecode-auto-choose-class):
8755         * cedet/srecode/extract.el (srecode-inserter-extract):
8756         * cedet/srecode/document.el
8757         (srecode-document-autocomment-return-last-alist)
8758         (srecode-document-autocomment-param-type-alist)
8759         (srecode-document-insert-function-comment)
8760         (srecode-document-insert-variable-one-line-comment)
8761         (srecode-document-function-name-comment):
8762         * cedet/srecode/dictionary.el (srecode-create-dictionary)
8763         (srecode-compound-toString):
8764         * cedet/srecode/compile.el (srecode-flush-active-templates):
8765         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8766         Doc/message fixes.
8768         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8769         match-data.  (Bug#4555).
8771         * cedet/semantic/bovine/gcc.el
8772         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8773         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8775         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8776         rather than parsing it as a regexp.  This relaxes the layout
8777         requirements and makes errors easier to detect.
8778         (check-declare-verify): Check file is regular.
8779         (check-declare-directory): Doc fix.
8780         * subr.el (declare-function): Doc fix.
8782         * ibuffer.el (ibuffer-format-qualifier):
8783         * isearch.el (hi-lock-regexp-okay):
8784         * calc/calc.el (math-zerop):
8785         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8786         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8787         Remove unused declarations.
8789 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8791         * cedet/semantic/wisent/javat-wy.el
8792         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8794 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
8796         * cedet/srecode/expandproto.el: Fix provide statement.
8798 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8800         * emacs-lisp/eieio.el (boolean-p): Delete.
8802 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
8804         * cedet/ede/srecode.el: Fix provide statement.
8806 2009-09-30  Glenn Morris  <rgm@gnu.org>
8808         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8809         * cedet/ede/proj-aux.el (ede-aux-source):
8810         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8811         (ede-misc-source):
8812         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8813         (semantic-mrub-switch-tags): Fix doc typos.
8815         * cedet/semantic/db-global.el (data-debug-new-buffer)
8816         (data-debug-insert-thing): Remove unneeded declarations (one broken).
8817         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8819         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8821         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8822         use of CL function `remove-if-not'.
8824         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8826         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8827         filename is not a string.
8829 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8831         * files.el (safe-local-eval-forms): Fix typo.
8833 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8835         * vc-hooks.el (vc-dir-buffers): New var.
8836         (vc-state-refresh): New function.
8837         (vc-state): Use it.
8838         (vc-after-save): Always ask the backend to recompute the new state.
8839         Always call vc-dir if necessary, using vc-dir-buffers.
8840         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8841         Use vc-dir-buffers.
8842         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8843         (vc-dir-prepare-status-buffer, vc-dir-update)
8844         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8845         Don't call expand-file-name on default-directory.
8847 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8849         * speedbar.el (speedbar-item-delete):
8850         * calc/calc-prog.el (calc-kbd-if):
8851         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8853         * epa.el (epa-key-list-mode-map):
8854         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8856         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8857         (hs-show-hook): Fix typo in docstring.
8859 2009-09-29  Glenn Morris  <rgm@gnu.org>
8861         * cedet/semantic/symref/idutils.el:
8862         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8864         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8866         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8867         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8868         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8869         Mark declarations not understood by check-declare.
8871         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8872         file-name-nondirectory call preventing location of cedet files.
8873         (check-declare-verify): Use literal search rather than re-search.
8874         Add basic defmethod and defclass, and define-overloadable-function.
8876         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8877         Use tramp-compat-file-attributes rather than nonexistent
8878         tramp-compat-handle-file-attributes.
8880         * Makefile.in (lisptagsfiles4): New.
8881         (AUTOGENEL): Add cedet loaddefs files.
8882         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8883         (update-elclist, compile-always, backup-compiled-files)
8884         (bootstrap-clean): Add yet another directory level.
8885         (update-elclist): Use LC_COLLATE rather than COLLATE.
8886         (ELCFILES): Update, via `make update-elclist'.
8888 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8890         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8891         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8892         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8894 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8896         * Makefile.in (lisptagsfiles3): Define.
8897         (TAGS, TAGS-LISP): Use it.
8898         (update-elclist): Add third directory level to look for elc files.
8899         (compile-always): Likewise.
8900         (backup-compiled-files): Likewise.
8901         (bootstrap-clean): Likewise.
8902         (ELCFILES): Update.
8904 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8906         * Makefile.in (ELCFILES): Add CEDET files.
8908 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8910         CEDET (development tools) package merged.
8912         * cedet/*.el:
8913         * cedet/ede/*.el:
8914         * cedet/semantic/*.el:
8915         * cedet/srecode/*.el: New files.
8917 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8919         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8921         * net/tramp.el (top): Require tramp-imap.
8923         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8924         Use `tramp-compat-handle-file-attributes'.
8926 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8928         * net/tramp-imap.el: New package.
8930 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8932         * emacs-lisp/chart.el:
8933         * emacs-lisp/eieio-base.el:
8934         * emacs-lisp/eieio-comp.el:
8935         * emacs-lisp/eieio-custom.el:
8936         * emacs-lisp/eieio-datadebug.el:
8937         * emacs-lisp/eieio-opt.el:
8938         * emacs-lisp/eieio-speedbar.el:
8939         * emacs-lisp/eieio.el: New files.
8941         * cedet/cedet-cscope.el:
8942         * cedet/cedet-files.el:
8943         * cedet/cedet-global.el:
8944         * cedet/cedet-idutils.el:
8945         * cedet/data-debug.el:
8946         * cedet/inversion.el:
8947         * cedet/mode-local.el:
8948         * cedet/pulse.el: New files.
8950 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8952         * whitespace.el (whitespace-trailing-regexp)
8953         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8954         Fix doc string.
8956 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8958         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8959         menu.
8961         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8962         menu-bar-ediff-menu.
8964         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8965         define-overloadable-function.
8967         * progmodes/autoconf.el: Provide autoconf as well, so that this
8968         file can be `require'd.
8970         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8972         * emacs-lisp/autoload.el (generated-autoload-feature)
8973         (generated-autoload-load-name): New vars.
8974         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8975         (make-autoload): Recognize define-overloadable-function and
8976         defclass forms (for EIEIO).
8978         * Makefile.in (update-subdirs): Exclude cedet directory.
8980 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
8982         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
8984         * faces.el: Default light-background background for region face to
8985         ns_selection_color under NS.
8987 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8989         * net/imap-hash.el: New library, see NEWS.
8991         * Makefile.in (ELCFILES): Add imap-hash.el.
8993 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8995         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
8996         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
8997         * help-macro.el (make-help-screen): Avoid using an ambiguous function
8998         definition where the docstring could be taken for the return value.
9000 2009-09-26  Glenn Morris  <rgm@gnu.org>
9002         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9003         Add option to only show images below a certain size.
9004         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9005         save-excursion calls.
9007 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9009         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9010         subdirectories) and eieio.
9012 2009-09-26  Alan Mackenzie  <acm@muc.de>
9014         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9015         buggy bracketing.  (Bug#4289)
9017         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9018         character constants (as case labels).  (Bug#4289)
9020 2009-09-25  Juri Linkov  <juri@jurta.org>
9022         * files.el (safe-local-eval-forms): Allow time-stamp in
9023         before-save-hook (Bug#4554).
9025 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9027         * menu-bar.el (list-buffers-directory): Doc fix.
9029 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9032         Try and avoid copying twice the same paragraph.
9033         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9034         Remove save-excursion.
9035         (log-edit-changelog-entry): Do it here instead.
9037 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9039         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9040         when available, instead of hardcoding mode names.  Doc fix.
9042         * menu-bar.el (list-buffers-directory): Add docstring.
9043         Make automatically buffer-local.
9045         * dired.el (dired-mode):
9046         * files.el (cd-absolute):
9047         * pcvs.el (cvs-temp-buffer):
9048         * pcvs-util.el (cvs-get-buffer-create):
9049         * shell.el (shell-mode):
9050         * vc-dir.el (vc-dir-mode):
9051         Don't make `list-buffers-directory' buffer local.
9053 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9055         * comint.el (comint-exec, comint-run, make-comint):
9056         Doc fixes (Bug#4542).
9058 2009-09-25  Glenn Morris  <rgm@gnu.org>
9060         * mail/rmailmm.el (rmail-mime): New custom group.
9061         Move all defcustoms in this file into this group.
9062         (rmail-mime-media-type-handlers-alist): Revert previous change.
9063         (rmail-mime-show-images): New option.
9064         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9065         references to it, since it wasn't actually used for anything.
9066         (rmail-mime-insert-image): New function.
9067         (rmail-mime-image): Use rmail-mime-insert-image.
9068         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9069         obey the value of `rmail-mime-show-images' option.  Print the size of
9070         attachments.
9072 2009-09-25  David Engster  <deng@randomsample.de>
9074         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9076 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9078         * whitespace.el: Does not highlight trailing spaces While point is
9079         at end of line.  Does not highligt spaces at beginning of buffer
9080         while point is at beginning of buffer.  Does not highlight spaces
9081         at end of buffer while point is at end of buffer.  (Bug#4177)
9082         New version 12.0.
9083         (whitespace-display-mappings): Adjust initialization.
9084         (whitespace-point, whitespace-font-lock-refontify): New vars.
9085         (whitespace-color-on, whitespace-color-off): Adjust code.
9086         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9087         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9088         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9090 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9092         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9094         * textmodes/sgml-mode.el: Remove xml-mode alias.
9096         * files.el (auto-mode-alist, conf-mode-maybe)
9097         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9099 2009-09-24  Alan Mackenzie  <acm@muc.de>
9101         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9102         c-forward-conditionals, but it doesn't move point and doesn't set
9103         the mark.
9104         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9105         (c-down-conditional-with-else, c-backward-conditional)
9106         (c-forward-conditional): Refactor to use c-scan-conditionals.
9108 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9110         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9111         (help-default-arg-highlight): Remove.
9112         (help-highlight-arg): New function.
9113         (help-do-arg-highlight): Use it.
9114         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
9116 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9118         * term.el (term-set-scroll-region, term-handle-ansi-escape):
9119         Undo last change, which didn't fix the problem and introduced others.
9121 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
9123         * progmodes/gdb-mi.el: Don't require speedbar.
9124         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9126 2009-09-24  Glenn Morris  <rgm@gnu.org>
9128         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9130         * term/ns-win.el (ns-reg-to-script): Define for compiler.
9132         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9133         there is no newline after the final mime boundary.  (Bug#4539)
9134         Move markers on insertion so that any buttons inserted don't end up in
9135         the next part of a multipart message.
9136         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
9137         (rmail-mime-bulk-handler): Optionally handle images.
9138         (rmail-mime-image): New button action.
9139         (rmail-mime-image-handler): New function.
9140         (rmail-mime-mode): New mode.
9141         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
9143 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9145         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9146         than just dropping elements from it (bug#4504).
9148         * term.el (term-set-scroll-region): Don't move cursor any more.
9149         (term-handle-ansi-escape): Call term-goto here instead.
9150         Suggested by Ivan Kanis <apple@kanis.eu>.
9152         * term.el: Require CL.
9153         (term-ansi-reset): New function.
9154         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9155         (term-handle-colors-array): Simplify.
9157 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9159         * allout.el (allout-overlay-interior-modification-handler)
9160         (allout-obtain-passphrase):
9161         * epa-file.el (epa-file-write-region):
9162         * ps-print.el (ps-begin-job):
9163         * vc-hooks.el (vc-toggle-read-only):
9164         * vc-rcs.el (vc-rcs-rollback):
9165         * vc-sccs.el (vc-sccs-rollback):
9166         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9167         (vc-version-diff, vc-revert, vc-rollback):
9168         * wdired.el (wdired-check-kill-buffer):
9169         * emacs-lisp/authors.el (authors):
9170         * net/socks.el (socks-open-connection):
9171         * net/zeroconf.el (zeroconf-service-add-hook):
9172         * obsolete/vc-mcvs.el (vc-mcvs-register):
9173         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9174         (gdb-select-frame):
9175         * progmodes/grep.el (lgrep, rgrep):
9176         * progmodes/idlw-help.el (idlwave-help-check-locations)
9177         (idlwave-help-html-link, idlwave-help-assistant-open-link):
9178         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9179         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9180         (reftex-toc-rename-label): Fix typos in error messages.
9182         * dired-aux.el (dired-do-shell-command): Reflow docstring.
9183         (dired-copy-how-to-fn): Doc fix.
9184         (dired-files-attributes, dired-read-shell-command):
9185         Fix typos in docstrings.
9187         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9188         (dired-x-find-file-other-window): Reflow docstrings.
9189         (dired-omit-marker-char, dired-read-shell-command)
9190         (dired-x-submit-report): Fix typos in docstrings.
9192         * shell.el (shell-mode-hook):
9193         * view.el (View-scroll-line-forward):
9194         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9195         Fix typos in docstrings.
9197         * net/dig.el (dig-invoke): Fix typo in docstring.
9198         (query-dig): Reflow docstring.
9200         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9201         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9202         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9203         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9204         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9205         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9206         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9207         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9208         (idlwave-completion-map, idlwave-current-indent)
9209         (idlwave-custom-ampersand-surround, idlwave-customize)
9210         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9211         (idlwave-define-abbrev, idlwave-determine-class-special)
9212         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9213         (idlwave-end-block-reg, idlwave-end-of-statement)
9214         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9215         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9216         (idlwave-explicit-class-listed, idlwave-file-header)
9217         (idlwave-fill-paragraph, idlwave-find-class-definition)
9218         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9219         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9220         (idlwave-in-quote, idlwave-indent-action-table)
9221         (idlwave-indent-expand-table, idlwave-indent-line)
9222         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9223         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9224         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9225         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9226         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9227         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9228         (idlwave-outlawed-buffers, idlwave-popup-select)
9229         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9230         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9231         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9232         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9233         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9234         (idlwave-statement-type, idlwave-struct-skip)
9235         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9236         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9237         (idlwave-what-module-find-class): Fix typos in docstrings.
9238         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9239         (idlwave-calculate-cont-indent, idlwave-expand-equal)
9240         (idlwave-find-module, idlwave-find-structure-definition)
9241         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9242         (idlwave-list-load-path-shadows, idlwave-next-statement)
9243         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9244         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9245         (idlwave-template): Reflow docstrings.
9247         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9248         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9249         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9250         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9251         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9252         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9253         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9254         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9255         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9256         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9257         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9258         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9259         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9260         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9261         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9262         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9263         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9264         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9265         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9266         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9267         Fix typos in docstrings.
9268         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9269         (idlwave-shell-hide-output, idlwave-shell-mode)
9270         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9271         Reflow docstrings.
9273         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9275 2009-09-24  Ivan Kanis  <apple@kanis.eu>
9277         * term.el (term-bold-attribute): New var.
9278         (term-handle-colors-array): Use it.
9280 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
9282         * progmodes/gdb-mi.el (gdb-version): New variable.
9283         (gdb-non-stop-handler): Set gdb-version.
9284         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9285         Condition "--thread" option on gdb-version.
9286         (gdb-invalidate-threads): Remove unused argument.
9288 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9290         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9291         to looking-back to avoid ridiculous slow down in large files (bug#4511).
9293 2009-09-23  Glenn Morris  <rgm@gnu.org>
9295         * mail/rmail.el (rmail-reply): Don't try to add a References header when
9296         replying to mail without References or Message-Id.  (Bug#4525)
9298 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
9300         * term/ns-win.el (ns-reg-to-script): New variable.
9302 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
9304         * epg.el (epg-wait-for-status): Preserve existing 'error results.
9306 2009-09-22  Sam Steingold  <sds@gnu.org>
9308         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9309         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9310         to 1 because hg returns status 1 when nothing is found.
9311         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9313 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9315         * textmodes/fill.el: Convert to utf-8 encoding.
9316         (fill-french-nobreak-p): Remove redundant » and « inherited from our
9317         pre-unicode days.
9319         * add-log.el (change-log-fill-forward-paragraph): New function.
9320         (change-log-mode): Use it so fill-region DTRT.
9321         Set fill-indent-according-to-mode here rather than in
9322         change-log-fill-paragraph.
9323         (change-log-fill-paragraph): Remove.
9325 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9327         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9328         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
9330 2009-09-22  Glenn Morris  <rgm@gnu.org>
9332         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9333         the scroll-bar scroll the calendar window rather than the buffer.
9335         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9336         commands that move point (as opposed to scrolling).
9338         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9340         * emacs-lisp/elint.el (elint): New custom group.
9341         (elint-log-buffer): Make it a defcustom.
9342         (elint-scan-preloaded, elint-ignored-warnings)
9343         (elint-directory-skip-re): New options.
9344         (elint-builtin-variables): Doc fix.
9345         (elint-preloaded-env): New variable.
9346         (elint-unknown-builtin-args): Add an entry for encode-time.
9347         (elint-extra-errors): Make it a variable rather than a constant.
9348         (elint-preloaded-skip-re): New constant.
9349         (elint-directory): Skip files matching elint-directory-skip-re.
9350         (elint-features): New variable, local to linted buffers.
9351         (elint-update-env): Initialize elint-features.  Possibly add
9352         elint-preloaded-env to the buffer's environment.
9353         (elint-get-top-forms): Bind elint-current-pos, for log messages.
9354         Skip quoted forms.
9355         (elint-init-form): New function, extracted from elint-init-env.
9356         Make non-list forms a warning rather than an error.
9357         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
9358         easy-menu-define, put that adds an error-condition, and provide.
9359         When requiring cl, also require cl-macs.  Really require cl, to handle
9360         some cl macros.  Store required libraries in the list elint-features,
9361         so as not to re-load them.  Treat cc-require like require.
9362         (elint-init-env): Call elint-init-form to do the work.
9363         Handle eval-and-compile and such like.
9364         (elint-add-required-env): Do not clear messages.
9365         (elint-special-forms): Add handlers for function, defalias, if, when,
9366         unless, and, or.
9367         (elint-form): Add optional argument to ignore elint-special-forms,
9368         useful to prevent recursive calls from handlers.  Doc fix.
9369         Respect elint-ignored-warnings.
9370         (elint-form): Respect elint-ignored-warnings.
9371         (elint-bound-variable, elint-bound-function): New variables.
9372         (elint-unbound-variable): Respect elint-bound-variable.
9373         (elint-get-args): Respect elint-bound-function.
9374         (elint-check-cond-form): Add some simple handling for (f)boundp and
9375         featurep tests.
9376         (elint-check-defalias-form): New handler.
9377         (elint-check-let-form): Make an empty let a warning rather than an
9378         error.
9379         (elint-check-setq-form): Make an empty setq a warning rather than an
9380         error.  Respect elint-ignored-warnings.
9381         (elint-check-defvar-form): Accept null doc-strings.
9382         (elint-check-conditional-form): New handler.  Does some simple-minded
9383         checking of featurep and (f)boundp tests.
9384         (elint-put-function-args): New function.
9385         (elint-initialize): Use elint-scan-doc-file rather than
9386         elint-find-builtin-variables.  Use elint-put-function-args.
9387         Possibly scan preloaded-file-list.
9388         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9389         extend to handle functions as well.
9391 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
9393         * linum.el (linum-delete-overlays, linum-update-window):
9394         Do not modify the right margin.  (Bug#3971)
9396 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
9398         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9399         nxml-mode instead of xml-mode.
9401 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9403         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9405 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9407         * net/dig.el (dig-mode): Use define-derived-mode.
9409 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9411         * vc-dispatcher.el (vc-do-command): Return the process object in
9412         the asynchronous case.  Use when instead of if.  Do not run
9413         vc-exec-after to display a message if not enabled.  (Bug#4463)
9415         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9416         properties to the stash strings.
9417         (vc-git-stash-list): Return a list of strings.
9418         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9419         (vc-git-stash-show-at-point): New functions.
9420         (vc-git-stash-map): New keymap.
9422         * register.el (ctl-x-r-map): Define the keys here instead of
9423         using autoload.
9425 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9427         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9428         list, to workaround performance problem (bug#4485).
9430 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9432         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9434 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9436         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9437         Document that this option is not recommended to use.
9439 2009-09-19  Glenn Morris  <rgm@gnu.org>
9441         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9442         variable `var'.
9444         * calc/calc-alg.el (var):
9445         * calc/calcalg2.el (var): Define for compiler.
9447 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9449         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9450         Doc fix (Bug#3932).
9452         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9454         * time-stamp.el (time-stamp-month-dd-yyyy)
9455         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9456         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9457         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9458         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9459         Remove functions that have been obsolete since 1995 (Bug#4436).
9461         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9462         indent buffer only if called interactively (Bug#4452).
9464 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
9465             Eli Zaretskii  <eliz@gnu.org>
9467         This fixes bug#4197 (merged to bug#865, though not identical).
9468         * server.el (server-auth-dir): Add docstring note about FAT32.
9469         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9470         but warn against using them.
9472 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
9474         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9475         older GDB where there is no has_more field.
9477 2009-09-19  Glenn Morris  <rgm@gnu.org>
9479         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9481 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
9483         * files.el (auto-mode-alist): Change default for XML files to nXML
9484         mode (Bug#4169).
9486 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
9488         * server.el (server-ensure-safe-dir): Pass 'integer
9489         to `file-attributes', as suggested.
9491 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * dired-aux.el (dired-query-alist): Remove spurious backslash.
9494         (dired-query): Use read-key.
9496 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9498         * cus-start.el (ns-use-qd-smoothing): Remove.
9500 2009-09-18  Glenn Morris  <rgm@gnu.org>
9502         * allout.el (top-level): Remove unnecessary progn.
9504         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9506         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9507         definition of abbrev table.
9509         * speedbar.el (speedbar-track-mouse):
9510         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9511         * net/eudc.el (eudc-expand-inline):
9512         * net/newst-backend.el (newsticker--cache-read-feed):
9513         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9514         condition-case handlers.
9516 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
9518         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9519         (gdb-var-list): Add an element for has_more field.
9520         (gdb-non-stop-handler): Enable pretty printing for STL containers.
9521         (gdb-var-create-handler, gdb-var-list-children-handler-1)
9522         (gdb-var-update-handler-1): Parse output of dynamic variable
9523         objects (STL containers).
9524         (gdb-var-delete-1): Pass var1 as an explicit second argument.
9525         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
9527         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9528         gdb-var-list.
9529         (gud-speedbar-buttons): Make node expandable if expression "has more"
9530         children.
9532 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
9534         * startup.el (emacs-quick-startup): Remove variable and all uses.
9535         (command-line): Set `inhibit-x-resources' instead.
9536         (command-line-1): Use `inhibit-x-resources' instead.
9538 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
9540         * subr.el: Fix last change to avoid using the `unless' macro,
9541         which breaks bootstrapping.
9543 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9545         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9546         extended definitions, in case we reload subr.el after having
9547         loaded CL.
9548         (eval-next-after-load): Mark as obsolete.
9550 2009-09-17  Juri Linkov  <juri@jurta.org>
9552         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9553         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9554         (menu-bar-showhide-menu, menu-bar-tools-menu)
9555         (menu-bar-describe-menu, menu-bar-help-menu)
9556         (minibuffer-local-completion-map, minibuffer-local-map):
9557         Fix list quoting.
9559 2009-09-17  Glenn Morris  <rgm@gnu.org>
9561         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9562         arguments, whether or not it has a handler.
9564         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9566         * simple.el (hard-newline): Give it a doc-string.
9568         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9569         (lisp-mode-syntax-table): Give them doc-strings.
9571 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9573         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9574         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9575         (menu-bar-options-menu, menu-bar-showhide-menu)
9576         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9577         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9578         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9579         (menu-bar-options-menu, menu-bar-tools-menu)
9580         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9581         (menu-bar-help-menu):
9582         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9583         string arguments.
9585         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9586         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9587         calls for the menu names and :help.
9589 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9591         * mouse.el (minor-mode-menu-from-indicator): Pay attention
9592         to :minor-mode-function (bug#4455).
9594 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9596         * startup.el (command-line): Initialize the window-system after
9597         processing the command-line.
9599         * textmodes/page.el (what-page): Make sure we don't inf-loop if
9600         page-delimiter matches the empty string.
9602 2009-09-16  Glenn Morris  <rgm@gnu.org>
9604         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9605         byte-compile-not-obsolete-var.  It's a list now.
9606         (byte-compile-not-obsolete-funcs): New variable.
9607         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9608         byte-compile-not-obsolete-funcs.
9609         (byte-compile-variable-ref, byte-compile-defvar): Update for
9610         byte-compile-not-obsolete-vars name-change and list nature.
9611         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9612         and variables behind (f)boundp tests.
9613         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9615 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9617         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9619 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9621         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9622         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9623         Don't autoload.
9625 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9627         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9628         the virtual-buffers, use the name of the buffer specified by
9629         find-file-noselect, as the match may be a symlink.  (This was a
9630         problem if the target and the symlink had different names.)
9632 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9634         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9636         * desktop.el (desktop-path): Check user-emacs-directory.
9638         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9640         * loadup.el: Use after-load-functions to GC after loading each file.
9641         Remove the explicit GC calls that used to be sprinkled around.
9643         * subr.el (after-load-functions): New hook.
9644         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9645         `obsolete' packages, rather than painfully extracting the relevant
9646         directory name.
9648 2009-09-15  Glenn Morris  <rgm@gnu.org>
9650         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9651         free variable `doc'.
9653         * dired.el (dired-mode-map): Add menu entry for async shell command.
9655         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9656         variables, also consider the .elc files, since the .el files are
9657         normally gzipped (subsequent code locates the .el.gz from the .elc).
9659         * calc/calc-prog.el (arglist): Define for compiler.
9661         * calendar/diary-lib.el (diary-display-function): Change the default to
9662         fancy display.
9663         (body): Define for compiler.
9665         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9666         (byte-compile-file-form, byte-compile-lambda)
9667         (byte-compile-top-level-body, byte-compile-form)
9668         (byte-compile-variable-ref, byte-compile-setq)
9669         (byte-compile-setq-default, byte-compile-body)
9670         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9671         (batch-byte-compile): Give some more local variables with common names
9672         a "bytecomp-" prefix to avoid masking warnings about free variables.
9674         * startup.el (command-line-1): Give local variables with common names a
9675         distinguishing prefix, so as not to hide free variable warnings during
9676         bootstrap.
9678         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9679         clever and add a suffix to make a unique name, just let the user decide
9680         whether or not to overwrite it.  If the input is a directory, write the
9681         default filename to that directory.  (Bug#4388)
9682         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9683         is a filename-as-a-directory.
9685 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9687         * textmodes/page.el (what-page): Don't move to beginning of line.
9688         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9690 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9692         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9694 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9696         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9697         * help.el (help-for-help-internal): Add purecopy calls for text.
9699         * vc.el (top): print-log method now takes an optional SHORTLOG
9700         argument.  Add a new method: root.
9701         (vc-root-diff, vc-print-root-log): New functions.
9702         (vc-log-short-style): New variable.
9703         (vc-print-log-internal): Add support for showing short logs.
9705         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9706         vc-print-root-log and vc-print-root-diff.
9708         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9709         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9710         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9711         short logs.
9713         * vc-cvs.el (vc-cvs-print-log):
9714         * vc-mtn.el (vc-mtn-print-log):
9715         * vc-rcs.el (vc-rcs-print-log):
9716         * vc-sccs.el (vc-sccs-print-log):
9717         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9718         that is ignored for now.
9720         * vc-mtn.el (vc-mtn-annotate-command):
9721         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9723 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9725         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9726         to function-key-map, and give them ascii-character property.
9727         * term/x-win.el (x-alternatives-map):
9728         * term/ns-win.el (ns-alternatives-map):
9729         * term/internal.el (msdos-key-remapping-map):
9730         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9732 2009-09-14  Glenn Morris  <rgm@gnu.org>
9734         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9735         temp-buffers (2009-09-12).
9737 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9739         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9740         the new read-key function.
9742 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9744         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9745         is defined (Bug#4405).
9747 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9749         * recentf.el (recentf-cleanup): Use a hash table to find
9750         duplicates (Bug#4407).
9752 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9754         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9755         kp-0 to ascii equivalents (Bug#4325).
9757 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9759         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9761         * eshell/em-hist.el:
9762         * eshell/em-dirs.el (eshell-complete-user-reference):
9763         Declare pcomplete functions and variables to avoid compiler warnings.
9765 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9767         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9768         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9769         * eshell/em-alias.el (eshell-aliases-file):
9770         * eshell/em-hist.el (eshell-history-file-name):
9771         Use expand-file-name instead of concat to make file names (Bug#4308).
9773 2009-09-13  Glenn Morris  <rgm@gnu.org>
9775         * ediff-merg.el (ediff-do-merge):
9776         * filesets.el (filesets-run-cmd):
9777         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9778         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9779         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9780         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9781         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9782         Replace empty `let's with `progn'.
9784 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9786         * mail/sendmail.el (send-mail-function):
9787         * tooltip.el (tooltip-mode):
9788         * simple.el (transient-mark-mode):
9789         * rfn-eshadow.el (file-name-shadow-mode):
9790         * frame.el (blink-cursor-mode):
9791         * font-core.el (global-font-lock-mode):
9792         * files.el (temporary-file-directory)
9793         (small-temporary-file-directory, auto-save-file-name-transforms):
9794         * epa-hook.el (auto-encryption-mode):
9795         * composite.el (global-auto-composition-mode):
9796         Use custom-initialize-delay.
9797         * startup.el (command-line): Don't explicitly call
9798         custom-reevaluate-setting for all the above vars.
9799         * custom.el (custom-initialize-safe-set)
9800         (custom-initialize-safe-default): Delete.
9802 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9804         * term/x-win.el (x-initialize-window-system):
9805         * term/w32-win.el (w32-initialize-window-system):
9806         * term/ns-win.el (ns-initialize-window-system): Don't call
9807         mouse-wheel-mode since it's enabled globally by default already.
9809         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9810         actually define the variable, but only silences the byte-compiler.
9811         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9812         before looking it up.
9813         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9814         is changed.
9816 2009-09-12  Glenn Morris  <rgm@gnu.org>
9818         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9819         1000.
9820         (elint-add-required-env): Don't beep on error.
9821         (elint-forms): In case of error, return ENV unchanged.
9822         (elint-init-env): Skip non-list forms.
9823         (elint-log): Handle unknown file positions.
9825 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9827         * epg.el (epg-make-context): Add autoload cookie.
9828         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9829         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9830         (epg-verify-string, epg-start-sign, epg-sign-file)
9831         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9832         (epg-encrypt-string, epg-start-export-keys)
9833         (epg-export-keys-to-file, epg-export-keys-to-string)
9834         (epg-start-import-keys, epg-import-keys-from-file)
9835         (epg-import-keys-from-string, epg-start-receive-keys)
9836         (epg-receive-keys, epg-import-keys-from-server)
9837         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9838         (epg-sign-keys, epg-start-generate-key)
9839         (epg-generate-key-from-file, epg-generate-key-from-string):
9840         Remove autoload cookie.
9842 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9844         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9845         reevaluation of trash-directory.
9847         * mwheel.el: Fix last change.
9848         (mouse-wheel-mode): New defvar.
9849         (mouse-wheel-mode): Remove autoload cookie.
9851 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9853         * mwheel.el (mwheel-installed-bindings): New var.
9854         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9855         the bindings we set last time.  Use custom-initialize-delay.
9856         * loadup.el: Load mwheel after term/*-win.el.
9857         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9858         and mouse-wheel-up-event now that their first evaluation is done
9859         sufficiently late to be correct.
9861         * startup.el (tutorial-directory): Make it a defcustom.
9862         Use custom-initialize-delay rather than eval-at-startup to set it.
9863         * image.el (image-load-path): Make it a defcustom.
9864         Use custom-initialize-delay rather than eval-at-startup to set it.
9865         * subr.el (eval-at-startup): Remove.
9866         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9868         * subr.el (do-after-load-evaluation): Warn the user after loading an
9869         obsolete package.
9871 2009-09-12  Glenn Morris  <rgm@gnu.org>
9873         * proced.el (proced-mark-alt): Remove alias.
9874         (proced-mode-map): Remove proced-mark-alt.
9876         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9877         Elint file and directory.  Remove initialization entry.
9879         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9880         commands.
9881         (elint-current-buffer): Set mode-line-process.
9882         (elint-init-env): Handle define-derived-mode.
9883         Fix declare-function with unspecified arglist.  Guard against odd
9884         defalias statements (eg iso-insert's 8859-1-map).
9885         (elint-add-required-env): Use a temp buffer.
9886         (elint-form): Just print the function/macro name, not the whole form.
9887         Return env unchanged if we fail to parse a macro.
9888         (elint-forms): Guard against parse errors.
9889         (elint-output): New function, to handle batch mode.
9890         (elint-log-message): Add optional argument.  Use elint-output.
9891         (elint-set-mode-line): New function.
9893 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9895         * emacs-lisp/elp.el (elp-not-profilable): Add more
9896         functions (Bug#4233).
9898 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9900         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9901         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9903 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9905         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9906         (gdb-var-list-children): Use json parsing.
9908 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9910         * progmodes/js.el (js--proper-indentation): Handle the case where
9911         char-before is null.  Reported by Deniz Dogan.
9913 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9915         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9917 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9919         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9920         (epg-digest-algorithm-alist): Add SHA224.
9921         (epg-context-set-passphrase-callback)
9922         (epg-context-set-progress-callback): Add description about
9923         callback function.
9925 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9927         * custom.el (custom-delayed-init-variables): New var.
9928         (custom-initialize-delay): New function.
9929         * startup.el (command-line): "Re"evaluate all vars in
9930         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9931         explicitly any more.
9932         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9933         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9935         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9937 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9939         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9940         (gdb-var-update-handler): Use json parsing.
9942 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9944         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9945         decode annotated text, regardless of language environment.  (Bug#2741)
9947 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9949         * Makefile.in (autoloads): Make rmail.el writable as well.
9951 2009-09-11  Glenn Morris  <rgm@gnu.org>
9953         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9954         loaddefs.el.
9955         * dired.el: Regenerate with extracted autoloads.
9956         * Makefile.in (autoloads): Make dired.el writable.
9958         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9959         * ibuffer.el: Regenerate with extracted autoloads.
9960         * Makefile.in (autoloads): Make ibuffer.el writable.
9962         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9963         * version.el (emacs-copyright, emacs-major-version)
9964         (emacs-minor-version): Reformat doc-strings for make-docfile.
9966         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9967         functions and variables, since they must be stuff specific to some other
9968         platform.
9969         (apropos-print): Make mouse-click message less specific about button.
9971         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9972         that records where a macro was defined.
9973         * help-fns.el (describe-function-1): Mention if a function has a
9974         compiler-macro.
9975         * help-mode.el (help-function-cmacro): New button.
9977         * locate.el (top-level): Always require dired.
9978         (locate-mode-map): Initialize inside the defvar.
9980         * net/ange-ftp.el (dired-compress-file): Declare.
9981         (ange-ftp-dired-compress-file): Add doc string.
9983         * term/ns-win.el (x-display-name, x-setup-function-keys):
9984         Unify doc-strings with X versions.
9986 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9988         * emulation/crisp.el (crisp-mode-map): Move initialization
9989         into declaration.
9990         (crisp-mode): Use define-minor-mode.
9992         * progmodes/xscheme.el (xscheme-evaluation-commands):
9993         Put a :advertised-binding property rather than using
9994         advertised-xscheme-send-previous-expression.
9995         (advertised-xscheme-send-previous-expression): Declare obsolete.
9996         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
9997         `advertised-undo'.
9998         (crisp-mode): Add corresponding bindings to
9999         undo's :advertised-binding instead.
10000         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10001         than using dired-advertised-find-file.
10002         (dired-advertised-find-file):
10003         * simple.el (advertised-undo):
10004         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10005         (widget-keymap): Put a :advertised-binding property rather
10006         than using advertised-widget-backward.
10007         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10008         than using advertised-undo.
10009         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10011 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10013         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10014         Mark mode is enabled and region is active; otherwise indent or
10015         insert TAB as usual.
10016         (delphi-mode): Update description of TAB-key binding.
10018 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10020         * subr.el (define-key-rebound-commands): Mark obsolete.
10021         * startup.el (precompute-menubar-bindings): Remove.
10022         (normal-top-level): Remove obsolete code that tried to precompute
10023         menubar bindings.
10024         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10025         define-key-rebound-commands and precompute-menubar-bindings.
10027 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10029         * net/imap.el (imap-interactive-login): Better messages.
10030         (imap-open): Fix bug with renamed buffer on reconnect.
10031         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10032         for easier debugging and cleaner code.  On successful (guessed based on
10033         server capabilities) secondary authentication, set imap-state
10034         correctly.
10035         (imap-last-authenticator): Define imap-last-authenticator as a variable
10036         to avoid warnings.
10038 2009-09-10  Glenn Morris  <rgm@gnu.org>
10040         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10042         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10043         (byte-compile-file-form-autoload): Don't warn about unknown functions
10044         where the autoload statement comes after the use.
10045         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10046         that any handlers inside the body (eg require) are in turn respected.
10048         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10049         effects.
10051         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10052         and syntax and abbrev tables basic docs, if they don't have any.
10054         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10056         * international/mule-cmds.el (top-level): Require cl when compiling.
10057         (view-hello-file): Use default-value rather than
10058         default-enable-multibyte-characters.
10060         * progmodes/fortran.el: Move all safe and risky properties into the
10061         defcustoms.
10063         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10064         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10065         * mail/undigest.el:
10066         Put autoloads in rmail.el rather than loaddefs.el.
10067         * mail/rmail.el: Regenerate with extracted autoloads.
10069         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10070         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10072 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10074         Reported in thread for Bug#4375.
10075         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10076         "-data-evaluate-expression" instead of print.
10077         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10078         (gdb-tooltip-print): Parse output from above MI command.
10079         (gdb): Revert 2009-08-11 change.  User should detach inferior
10080         manually.
10082         Remove the word "separate" from IO functions as inferior
10083         output is now never displayed in the GUD buffer.
10085 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10087         * startup.el (command-line-normalize-file-name): On Windows and
10088         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10090 2009-09-10  Juri Linkov  <juri@jurta.org>
10092         * isearch.el (isearch-text-char-description): Propertize escape
10093         character sequences with the `escape-glyph' face.  (Bug#4344)
10095         * simple.el (shell-command): Set asynchronous process filter to
10096         `comint-output-filter'.  (Bug#4343)
10098         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10099         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10100         the list.  Move "asm" to the bottom.
10101         (grep-find-ignored-directories): Add `choice' with nil value
10102         to empty the list easily.
10103         (grep-find-ignored-files): New option.
10104         (grep-files-history): Set to nil by default instead of '("ch" "el").
10105         (grep-compute-defaults): Add "<X>" to `grep-template'.
10106         (grep-read-files): Bind new local variables `default-alias' and
10107         `default-extension'.  Use a list of default values for the file prompt.
10108         (lgrep): Add `--exclude=' command line options composed from
10109         `grep-find-ignored-files'.
10110         (rgrep): Add `-name' command line options composed from
10111         `grep-find-ignored-files'.  (Bug#4301)
10113 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10115         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10116         (bug#4368).
10118 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10120         * calendar/time-date.el (autoload):
10121         Expand define-obsolete-function-alias into defalias and make-obsolete
10122         for old Emacsen that Gnus supports.
10123         (with-no-warnings): Define it for old Emacsen.
10124         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10125         is available.
10126         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10127         float-time is available; suppress compile warning for time-to-seconds.
10129 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10131         * net/imap.el (imap-message-map): Docstring fix.
10133 2009-09-09  Glenn Morris  <rgm@gnu.org>
10135         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10136         line numbers too.  (Bug#4374)
10138 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10140         * smerge-mode.el (smerge-remove-props, smerge-refine):
10141         Use with-silent-modifications (bug#4342).
10143         * subr.el (with-silent-modifications): New macro.
10145 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
10147         * files.el (top-level): Require `cl' when compiling.
10149 2009-09-07  Glenn Morris  <rgm@gnu.org>
10151         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10153         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10154         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
10156 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
10158         * vc-git.el (vc-git-annotate-command): Use separator to parse
10159         arguments correctly.
10161 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
10163         * proced.el (proced-mode): Doc fix.
10165 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
10167         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10168         lstat fails.
10169         (tramp-do-file-attributes-with-ls): Check for file existence at
10170         remote end.
10171         (tramp-do-file-attributes-with-stat): Likewise.
10172         (tramp-convert-file-attributes): Return nil when attr is nil.
10174 2009-09-05  Glenn Morris  <rgm@gnu.org>
10176         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10177         properties to this button.
10178         (diary-fancy-display): Don't extend the button to the final newline.
10179         (diary-fancy-display-mode): Continue to define "q" as a local key.
10181         * calendar/cal-china.el (holiday-chinese): Make it slightly more
10182         efficient.
10184         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10186         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10187         (byte-compile-dest-file-function): New option.
10188         (byte-compile-dest-file): Doc fix.
10189         Obey byte-compile-dest-file-function.
10190         (byte-compile-cl-file-p): New function.
10191         (byte-compile-eval): Only suppress noruntime warnings about cl functions
10192         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
10193         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10194         than for file being previously loaded.
10195         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10196         (byte-compile-file-form-require): Handle the case where requiring a file
10197         indirectly causes CL to be loaded.
10199 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10201         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10202         before killing the old buffer, since by the time `kill-buffer' is
10203         run so many buffer variables have been set to nil that it may not
10204         behave as expected.  (Bug#4061)
10206 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10208         * files.el (find-alternate-file): If the old buffer is modified
10209         and visiting a file, behave similarly to `kill-buffer' when
10210         killing it, thus reverting to the pre-1.878 behavior; see
10211         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10212         for discussion.  Also, consult `buffer-file-name' as a variable
10213         not as a function, for consistency with the rest of the code.
10215 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
10217         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10218         also when adding a new directory.
10220         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10221         defun.
10223 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10225         * files.el (locate-file-completion-table): Make it provide boundary
10226         information, so partial-completion works better.
10228 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
10230         * mail/footnote.el (Footnote-text-under-cursor):
10231         Check footnote-text-marker-alist before using it (bug#4324).
10233 2009-09-04  Glenn Morris  <rgm@gnu.org>
10235         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10236         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10237         * play/solitaire.el, play/tetris.el:
10238         Remove leading * from defcustom and defface docs.
10240         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10241         necessary.
10242         (diary-fancy-overriding-map): New variable.
10243         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10244         Use view-mode.
10246         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10247         goto-line.
10249 2009-09-03  Glenn Morris  <rgm@gnu.org>
10251         * arc-mode.el (archive-mode):
10252         * dos-fns.el (set-default-process-coding-system):
10253         * man.el (Man-getpage-in-background):
10254         * menu-bar.el (menu-bar-describe-menu):
10255         * server.el (server-process-filter):
10256         * startup.el (command-line):
10257         * tar-mode.el (tar-header-block-tokenize, tar-extract):
10258         * w32-fns.el (set-default-process-coding-system):
10259         * x-dnd.el (x-dnd-handle-file-name):
10260         * international/mule-cmds.el (mule-menu-keymap)
10261         (set-default-coding-systems, language-info-alist, set-language-info)
10262         (set-language-environment, standard-display-european-internal)
10263         (set-locale-environment):
10264         * international/mule-diag.el (mule-diag):
10265         * mail/emacsbug.el (report-emacs-bug):
10266         * mail/rmail.el (rmail-mode):
10267         * mail/sendmail.el (mail-setup):
10268         Use default-value rather than default-enable-multibyte-characters.
10270         * progmodes/f90.el: Move all safe properties into the defcustoms.
10271         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10273         * calendar/appt.el (appt-check):
10274         * calendar/diary-lib.el (diary-set-header, diary-live-p)
10275         (diary-check-diary-file, diary-list-entries)
10276         (diary-include-other-diary-files, diary-simple-display)
10277         (diary-fancy-display, diary-print-entries)
10278         (diary-mark-included-diary-files, diary-make-entry):
10279         Don't call substitute-in-file-name on diary-file.
10281 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
10282             Stefan Monnier  <monnier@iro.umontreal.ca>
10284         * mail/footnote.el (footnote-prefix): Make it a defcustom.
10285         (footnote-mode-map): Move initialization into the declaration.
10286         (footnote-minor-mode-map): Define it rather than changing global-map.
10287         (footnote-mode): Use define-minor-mode.
10289 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
10291         * net/tramp.el (tramp-handle-file-attributes-with-ls)
10292         (tramp-do-file-attributes-with-perl)
10293         (tramp-do-file-attributes-with-stat): Rename from
10294         `tramp-handle-file-attributes-with-*'.
10295         (tramp-handle-file-attributes): Use them.
10296         (tramp-do-directory-files-and-attributes-with-perl)
10297         (tramp-do-directory-files-and-attributes-with-stat): Rename from
10298         `tramp-handle-directory-files-and-attributes-with-*'.
10299         (tramp-handle-directory-files-and-attributes): Use them.
10300         (tramp-method-out-of-band-p): Additional parameter SIZE.
10301         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10302         (tramp-handle-write-region): Use it.
10303         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10304         (tramp-handle-vc-registered): Check, whether the first run did
10305         return files to be tested.
10306         (tramp-advice-make-auto-save-file-name): Do not call directly
10307         `tramp-handle-make-auto-save-file-name', because this would bypass
10308         the locking mechanism.
10310         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10311         (file-remote-p, process-file, start-file-process, set-file-times)
10312         (tramp-compat-file-attributes): Compatibility functions shall not
10313         call directly `tramp-handle-*', because this would bypass the
10314         locking mechanism.
10315         (tramp-compat-number-sequence): New defun.
10317 2009-09-02  Glenn Morris  <rgm@gnu.org>
10319         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10320         alias for float-time.
10321         (time-to-number-of-days): In Emacs, use float-time.
10322         * net/newst-backend.el (time-add): Suppress warnings from compat
10323         function.
10324         * time.el (emacs-uptime, emacs-init-time):
10325         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10326         Use float-time rather than time-to-seconds.
10328         * minibuffer.el (completion-initials-expand): Fix typo.
10330         * faces.el (modeline, modeline-inactive, modeline-highlight)
10331         (modeline-buffer-id):
10332         * info.el (info-menu-5): Mark these face aliases as obsolete.
10334 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10336         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10337         space ...
10338         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10339         no "--thread" option.
10340         (gdb-stopped): Don't print "Switched to thread" message when it is
10341         unchanged.
10343 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10345         * minibuffer.el (completion-try-completion)
10346         (completion-all-completions): Remove ill-defined (and
10347         mistakenly installed and luckily never used nor documented)
10348         `completion-styles' property.
10349         (completion-initials-expand, completion-initials-all-completions)
10350         (completion-initials-try-completion): New functions.
10351         (completion-styles-alist): Add doc to each entry.
10352         Add new `initials' entry.
10354 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10356         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10357         MI command -var-evaluate-expression.
10358         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10359         and tweak for case of string child.
10360         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10362 2009-09-01  Glenn Morris  <rgm@gnu.org>
10364         * add-log.el (change-log-date-face, change-log-name-face)
10365         (change-log-email-face, change-log-file-face, change-log-list-face)
10366         (change-log-conditionals-face, change-log-function-face)
10367         (change-log-acknowledgement-face):
10368         * cus-edit.el (custom-invalid-face, custom-rogue-face)
10369         (custom-modified-face, custom-set-face, custom-changed-face)
10370         (custom-saved-face, custom-button-face, custom-button-pressed-face)
10371         (custom-documentation-face, custom-state-face, custom-comment-face)
10372         (custom-comment-tag-face, custom-variable-tag-face)
10373         (custom-variable-button-face, custom-face-tag-face)
10374         (custom-group-tag-face-1, custom-group-tag-face):
10375         * diff-mode.el (diff-header-face, diff-file-header-face)
10376         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10377         (diff-added-face, diff-changed-face, diff-function-face)
10378         (diff-context-face, diff-nonexistent-face):
10379         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10380         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10381         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10382         (Info-title-4-face):
10383         * isearch.el (isearch-lazy-highlight-face):
10384         * log-view.el (log-view-file-face, log-view-message-face):
10385         * paren.el (show-paren-match-face, show-paren-mismatch-face):
10386         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10387         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10388         (cvs-msg-face):
10389         * smerge-mode.el (smerge-mine-face, smerge-other-face)
10390         (smerge-base-face, smerge-markers-face):
10391         * wid-edit.el (widget-documentation-face, widget-button-face)
10392         (widget-field-face, widget-single-line-field-face)
10393         (widget-inactive-face, widget-button-pressed-face):
10394         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10395         (woman-addition-face):
10396         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10397         (eshell-ls-executable-face, eshell-ls-readonly-face)
10398         (eshell-ls-unreadable-face, eshell-ls-special-face)
10399         (eshell-ls-missing-face, eshell-ls-archive-face)
10400         (eshell-ls-backup-face, eshell-ls-product-face)
10401         (eshell-ls-clutter-face):
10402         * eshell/em-prompt.el (eshell-prompt-face):
10403         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10404         * obsolete/old-whitespace.el (whitespace-highlight-face):
10405         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10406         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10407         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10408         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10409         (antlr-font-lock-literal-face):
10410         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10411         (ebrowse-root-class-face, ebrowse-file-name-face)
10412         (ebrowse-default-face, ebrowse-member-attribute-face)
10413         (ebrowse-member-class-face, ebrowse-progress-face):
10414         * progmodes/make-mode.el (makefile-space-face):
10415         * progmodes/sh-script.el (sh-heredoc-face):
10416         * textmodes/flyspell.el (flyspell-incorrect-face)
10417         (flyspell-duplicate-face):
10418         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10419         * textmodes/texinfo.el (texinfo-heading-face):
10420         Mark face aliases with "-face" suffix as obsolete.
10422         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10423         compiler.
10425         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10426         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10427         easy-menu-define wants to modify these.
10429         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10431         * net/browse-url.el (browse-url-file-url):
10432         * term/internal.el (dos-codepage-setup):
10433         Use default-value rather than default-enable-multibyte-characters.
10435         * progmodes/etags.el (etags-goto-tag-location):
10436         * progmodes/flymake.el (flymake-highlight-line)
10437         (flymake-goto-file-and-line, flymake-goto-line):
10438         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10439         (gdb-goto-breakpoint):
10440         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10441         * progmodes/python.el (python-find-function)
10442         (python-pdbtrack-track-stack-file):
10443         * progmodes/verilog-mode.el (verilog-surelint-off):
10444         * term/ns-win.el (ns-open-file-select-line):
10445         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10446         Use forward-line rather than goto-line.
10448         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10449         * textmodes/reftex-index.el (reftex-display-index):
10450         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10451         * textmodes/reftex-toc.el (reftex-toc):
10452         Remove unnecessary bindings of default-major-mode (all are followed by
10453         major-mode check and possible mode switch).
10455 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10457         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10458         Handle watchpoints (bug#4282).
10459         (def-gdb-thread-buffer-command): Enable thread to be selected by
10460         clicking without selecting threads buffer first.
10461         (gdb-current-context-command): Use selected frame so that "up",
10462         "down" etc work in the GUD buffer.
10463         (gdb-update): Find selected frame before rendering stack buffer.
10464         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10466 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * progmodes/sym-comp.el (displayed-completions): Remove.
10469         (symbol-complete): Use minibuffer-complete.
10471 2009-08-31  Glenn Morris  <rgm@gnu.org>
10473         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10475         * apropos.el (apropos-symbols-internal):
10476         Handle (obsolete) face aliases.
10478         * faces.el (describe-face): Adjust the output format to be more like
10479         describe-variable, and to mention (obsolete) face aliases.
10480         Adjust the whitespace so that help-setup-xref works.
10482         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10483         * calendar/diary-lib.el (diary-button-face):
10484         Mark these face aliases as obsolete.
10486         * calendar/calendar.el (calendar-today): Doc fix.
10488 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10490         * progmodes/gdb-mi.el (gdb-control-all-threads)
10491         (gdb-control-current-thread): Force tool bar update.
10492         (gdb-non-stop-handler): New function.
10493         (gdb-init-1): Use it to test if non-stop mode is supported.
10494         Remove unused gdbmi buffer type.
10496 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10498         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10499         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
10501 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10503         * comint.el (comint-exec-1): Check command is non-null first.
10504         Part of gdb-mi.el change (2009-08-28).
10506 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10508         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10510 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
10512         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10513         instead of `dolist' to avoid a recursive require when bootstrapping.
10515 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10517         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10519         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10521         * net/imap.el (imap-send-command): Simplify.
10522         (imap-wait-for-tag): point-max -> buffer-size.
10524         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10526         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10527         with constant argument.
10529         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10531         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10533         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10534         Change default, since most of our files don't have a history.
10535         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10536         the user.
10538         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10539         Add comint-run.
10541         * calc/calc.el: Improve commenting convention.
10542         (calc-digit-map, toplevel): Simplify.
10544         * comint.el (comint-insert-input): Be careful to only set point if we
10545         don't delegate to some other command.
10547         * proced.el (proced-signal-list): Make it an alist.
10548         (proced-grammar-alist): Capitalize names.
10549         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10550         Disable undo manually and make it read-only.
10551         Use completion-annotate-function.
10553         * minibuffer.el (minibuffer-message): If the current buffer is not
10554         a minibuffer, insert the message in the echo area rather than at the
10555         end of the buffer.
10556         (completion-annotate-function): New variable.
10557         (minibuffer-completion-help): Use it.
10558         (completion--embedded-envvar-table): Environment vars are
10559         always case-sensitive.
10561 2009-08-30  Glenn Morris  <rgm@gnu.org>
10563         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10564         from fortran-current-defun.
10565         (fortran-beginning-of-subprogram): Be more precise about finding the
10566         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
10567         (fortran-end-of-subprogram): Simplify.
10568         (fortran-current-defun): Use fortran-start-prog-re.
10570 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
10572         * subr.el (do-after-load-evaluation): Simplify.
10574 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10576         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10578         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
10579         (vc-rcs-print-log): Use it.
10581         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10583 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10585         * paths.el (abbrev-file-name): Move to abbrev.el.
10586         * abbrev.el (abbrev-file-name): Move from paths.el.
10587         Obey user-emacs-directory.
10588         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10589         user-emacs-directory.
10590         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10591         abbrev-file-name and calc-settings-file any more.
10592         * startup.el (command-line): Recompute abbrev-file-name and
10593         abbreviated-home-dir.
10594         (normal-no-mouse-startup-screen): Improve the generic code and get rid
10595         of the special code for when C-h bindings haven't been changed.
10596         (display-startup-echo-area-message): Use with-current-buffer.
10597         (command-line-1): Use a list of strings, rather than a list of lists
10598         of strings for longopts.
10600         * files.el (get-free-disk-space): Use / for default-directory.
10602         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10603         Use with-current-buffer.
10605         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10606         Recognize immutable variables like most-positive-fixnum.
10607         (byte-compile-setq-default): Check and warn if trying to assign
10608         to an immutable variable, or a non-variable.
10610         * progmodes/cc-vars.el (c-comment-continuation-stars):
10611         * progmodes/cc-engine.el (c-looking-at-bos):
10612         * progmodes/cc-cmds.el (c-toggle-auto-state)
10613         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10614         (c-comment-line-break-function): Add version of obsolescence.
10616 2009-08-28  Juri Linkov  <juri@jurta.org>
10618         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10619         associated with `archive-mode'.
10621         * image.el (image-type-header-regexps): Use only JPEG magic number
10622         to determine JPEG images, and don't use `image-jpeg-p' because
10623         Emacs can display non-JFIF non-Exif JPEG images.
10625 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10627         * arc-mode.el (archive-mode):
10628         * emacs-lisp/re-builder.el (re-builder-unload-function):
10629         Protect against the default value of `major-mode' being nil.
10631 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10633         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10634         Fix typos in docstrings.
10636         * progmodes/js.el (js--macro-decl-re): Doc fix.
10637         (js--plain-method-re, js--split-name): Refloc docstring.
10638         (js--class-styles, js--make-merged-item, js--splice-into-items):
10639         Fix typos in docstrings; reflow docstrings.
10640         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10641         (js--variable-decl-matcher, js--inside-pitem-p)
10642         (js--parse-state-at-point, js--get-all-known-symbols)
10643         (js--symbol-history, js-find-symbol, js--js-references)
10644         (js--moz-interactor, js--js-encode-value, js--read-tab):
10645         Fix typos in docstrings.
10647 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10649         * textmodes/reftex.el (reftex-get-file-buffer-force):
10650         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10651         * emulation/viper.el (viper-go-away, viper-set-hooks):
10652         * emacs-lisp/re-builder.el (re-builder-unload-function):
10653         * emacs-lisp/bytecomp.el (byte-compile-file):
10654         * ses.el (ses-unload-function):
10655         * hexl.el (hexl-find-file):
10656         * files.el (normal-mode):
10657         * ehelp.el (with-electric-help):
10658         * autoinsert.el (auto-insert-alist):
10659         * arc-mode.el (archive-mode):
10660         Use (default-value 'major-mode) instead of default-major-mode.
10662         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10663         * international/mule.el (load-with-code-conversion):
10664         * emacs-lisp/debug.el (debug):
10665         * ediff-vers.el (ediff-rcs-get-output-buffer):
10666         * dired.el (dired-internal-noselect): Don't let-bind
10667         default-major-mode around code that doesn't use it.
10668         E.g. buffer creation via get-buffer-create doesn't use it.
10670 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10672         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10673         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10674         when writing the temp file.  Otherwise, epa-file gets confused.
10675         (tramp-register-file-name-handlers): Make it a defun.  Move also
10676         `epa-file-handler' to the front of `file-name-handler-alist'.
10678 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10680         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10681         start right after a ^M.
10682         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10683         (tramp-completion-file-name-regexp-separate)
10684         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10685         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10686         Don't modify last-coding-system-used by accident.
10687         (tramp-completion-file-name-handler): Apply the checks here,
10688         instead during registration.
10689         (tramp-register-file-name-handlers): Renamed from
10690         `tramp-register-file-name-handler'.  Register both
10691         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10692         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10694 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10696         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10697         Remove variable ...
10698         (gdb-init-1, gdb-display-separate-io-buffer)
10699         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10700         references to it.
10701         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10702         (gdb-inferior-filter): Use comint-output-filter to stop
10703         echoing and remove ^M characters.
10705 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10707         * emulation/viper-init.el (viper-restore-cursor-type):
10708         * emulation/cua-base.el (cua--update-indications):
10709         Replace default-cursor-type with (default-value 'cursor-type).
10711         * mail/sendmail.el (mail-recover-1):
10712         * international/mule-diag.el (describe-current-coding-system-briefly)
10713         (describe-current-coding-system):
10714         * international/mule-cmds.el (select-safe-coding-system)
10715         (select-message-coding-system)
10716         (set-language-environment-coding-systems, set-locale-environment):
10717         * hexl.el (hexl-insert-multibyte-char):
10718         * dos-w32.el (find-buffer-file-type-coding-system):
10719         * simple.el (what-cursor-position):
10720         Replace uses of default-buffer-file-coding-system
10721         with (default-value 'buffer-file-coding-system).
10723         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10724         Replace uses of default-cursor-in-non-selected-windows
10725         with (default-value 'cursor-in-non-selected-windows).
10726         Use with-current-buffer.
10728         * mail/feedmail.el: Use CL macros.
10729         (feedmail-run-the-queue, feedmail-send-it-immediately):
10730         * dos-w32.el (find-buffer-file-type): Replace uses of
10731         default-buffer-file-type with (default-value 'buffer-file-type).
10733 2009-08-28  Glenn Morris  <rgm@gnu.org>
10735         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10736         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10737         Use default-value of major-mode rather than default-major-mode.
10739 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10741         * Makefile.in (update-elcfiles): Report left over elc files.
10743         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10744         expand-file-name and with-current-buffer.
10745         (mail-get-names, mail-directory): Use with-current-buffer.
10747         * vc.el (vc-read-revision): New function.
10748         (vc-version-diff, vc-merge): Use it.
10750 2009-08-27  Sam Steingold  <sds@gnu.org>
10752         * simple.el (kill-do-not-save-duplicates): New user option.
10753         (kill-new): When it is non-nil, and the new string is the same as
10754         the latest kill, set replace to t to avoid duplicates in kill-ring.
10756 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10758         * net/tramp.el (tramp-handle-process-file): Do not flush all
10759         caches when `process-file-side-effects' is set.
10760         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10761         instead of `tramp-find-file-exists-command'.
10762         Unset `process-file-side-effects'.
10764 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10766         * net/tramp.el (tramp-methods): New method "rsyncc".
10767         (top): Add completion function for "rsyncc".
10768         (tramp-message-show-message): New defvar.
10769         (tramp-message, tramp-error): Use it.
10770         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10771         remote copying.
10772         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10773         `tramp-methods' entry `copy-env' of "rsyncc".
10774         (tramp-vc-registered-read-file-names): New defconst.
10775         (tramp-vc-registered-file-names): New defvar.
10776         (tramp-handle-vc-registered): Implement optimization strategy.
10777         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10778         (tramp-vc-file-name-handler): New defun.
10779         (tramp-get-ls-command, tramp-get-test-command)
10780         (tramp-get-file-exists-command, tramp-get-remote-ln)
10781         (tramp-get-remote-perl, tramp-get-remote-stat)
10782         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10784         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10785         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10786         timestamps.
10787         (tramp-get-file-property): Check for timestamps in
10788         `tramp-cache-inhibit-cache'.
10789         (tramp-set-file-property): Write timestamp.
10791 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10793         * language/japan-util.el (japanese-symbol-table): Add entries for
10794         cp932-2-byte.
10796         * international/characters.el: Add category `j' to cp932-2-byte.
10798 2009-08-27  Kenichi Handa  <handa@m17n.org>
10800         * international/fontset.el (build-default-fontset-data): New macro.
10801         (setup-default-fontset): Use build-default-fontset-data for CJK,
10802         tibetan, ethiopic, and ipa.
10804 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10806         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10807         (enable-multibyte-characters): Not customizable any more.
10809         * subr.el (default-mode-line-format, default-header-line-format)
10810         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10811         (default-direction-reversed, default-truncate-lines)
10812         (default-left-margin, default-tab-width, default-case-fold-search)
10813         (default-left-margin-width, default-right-margin-width)
10814         (default-left-fringe-width, default-right-fringe-width)
10815         (default-fringes-outside-margins, default-scroll-bar-width)
10816         (default-vertical-scroll-bar, default-indicate-empty-lines)
10817         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10818         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10819         (default-scroll-down-aggressively, default-fill-column)
10820         (default-cursor-type, default-buffer-file-type)
10821         (default-cursor-in-non-selected-windows)
10822         (default-buffer-file-coding-system, default-major-mode)
10823         (default-enable-multibyte-characters): Mark as obsolete.
10825 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10827         * vc-dir.el (vc-dir-update): Remove debug helper.
10829         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10831 2009-08-26  Sam Steingold  <sds@gnu.org>
10833         * simple.el (save-interprogram-paste-before-kill): New user option.
10834         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10835         save the interprogram-paste into kill-ring before overriding it
10836         with the Emacs kill.
10838 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10840         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10841         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10842         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10843         and move to vc-rcs.el.
10844         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10845         move to vc-rcs.el.
10846         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10847         (vc-rcs-update-changelog): Remove.
10848         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10849         and move to vc-rcs.el.
10851         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10852         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10853         renaming.
10854         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10855         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10856         vc.el, renamed to be RCS specific.
10858         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10859         New functions.
10860         (vc-cvs-update-changelog): Move here from vc.el.
10862         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10863         New functions.
10865 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10869 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10871         * vc-git.el (vc-git-register): Use "git add" for directories.
10872         (vc-git-stash, vc-git-stash-show): New functions.
10873         (vc-git-extra-menu-map): Bind them.
10875         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10876         directory correctly in case the item is a directory itself.
10878         * vc.el: Document the desired behavior for reverted files in the
10879         `added' state.
10880         (vc-default-prettify-state-info): Remove function, unused.
10882         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10884 2009-08-26  Glenn Morris  <rgm@gnu.org>
10886         * bindings.el (standard-mode-line-format): Reposition dashes in
10887         which-func entry.  (Bug#4217)
10889         * files.el (enable-local-variables, enable-local-eval)
10890         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10891         the defcustoms.
10892         (auto-mode-alist, ignored-local-variables)
10893         (save-some-buffers-action-alist): Move risky declarations to the
10894         definitions.
10895         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10896         (font-lock-defaults, format-alist, imenu--index-alist)
10897         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10898         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10899         (mode-line-modified, mode-line-mule-info, mode-line-position)
10900         (mode-line-process, mode-line-remote, outline-level)
10901         (parse-time-rules, rmail-output-file-alist)
10902         (special-display-buffer-names, vc-mode):
10903         Move risky declarations to the relevant files.
10904         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10905         (mode-line-modified, mode-line-process, mode-line-position)
10906         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10907         * font-core.el (font-lock-defaults):
10908         * format.el (format-alist):
10909         * vc-hooks.el (vc-mode):
10910         * window.el (special-display-buffer-names):
10911         * international/mule-cmds.el (input-method-alist):
10912         Define riskiness here (dumped file) rather than in files.el.
10913         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10914         * imenu.el (imenu-generic-expression, imenu--index-alist):
10915         * outline.el (outline-level):
10916         * time.el (display-time-string):
10917         * calendar/parse-time.el (parse-time-rules):
10918         * mail/rmailout.el (rmail-output-file-alist):
10919         Autoload riskiness here, rather than placing in files.el.
10921 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10923         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10925 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10927         * simple.el (process-file-side-effects): New defvar.
10929         * dired-aux.el (dired-show-file-type):
10930         * vc.el (vc-diff-internal):
10931         * vc-arch.el (vc-arch-diff):
10932         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10933         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10934         * vc-git.el (vc-git-registered, vc-git-working-revision)
10935         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10936         (vc-git--empty-db-p):
10937         * vc-hooks.el (vc-user-login-name):
10938         * vc-svn.el (vc-svn-registered, vc-svn-state)
10939         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10940         * progmodes/grep.el (grep-probe): Let-bind
10941         `process-file-side-effects' with nil.
10943         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10945         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10946         daemon.  Replace ping by checking for running service for bluez
10947         and zeroconf.  (Bug#4239)
10949 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10951         * net/dig.el (dig): Add autoload cookie.
10953 2009-08-25  Glenn Morris  <rgm@gnu.org>
10955         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10956         load-history for absolute file-names.
10957         (byte-compile-file-form-require): Warn about use of the cl package.
10959         * format.el (format-alist): Doc fix.
10961         * play/bubbles.el (top-level): Don't require cl at run-time.
10963         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10964         run-time cl).
10966 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10968         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10969         from cl package.
10970         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10972 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10974         * calc/calc-alg.el (math-trig-rewrite)
10975         (math-hyperbolic-trig-rewrite): New functions.
10976         (calc-simplify): Simplify trig functions when asked.
10978 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10980         * diff-mode.el (diff-find-source-location): Avoid goto-line.
10982 2009-08-24  Kenichi Handa  <handa@m17n.org>
10984         * language/ind-util.el (mapthread): Delete it.
10985         (combinatorial): New function.
10986         (indian--puthash-cv): Use combinatorial instead of mapthread.
10988 2009-08-22  Kevin Ryde  <user42@zip.com.au>
10990         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
10991         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
10992         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
10993         Clarify docstring that the value is strings not symbols.
10994         (checkdoc-list-of-strings-p): New function.
10996 2009-08-22  Glenn Morris  <rgm@gnu.org>
10998         * files.el (auto-mode-alist):
10999         * hippie-exp.el (he-concat-directory-file-name):
11000         * lpr.el (lpr-windows-system, printer-name):
11001         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11002         * ps-print.el (ps-windows-system):
11003         * startup.el (command-line):
11004         * emulation/viper-ex.el (viper-glob-function):
11005         * international/mule-cmds.el (set-language-environment-coding-systems):
11006         * net/ange-ftp.el (ange-ftp-write-region):
11007         * obsolete/fast-lock.el (fast-lock-cache-name):
11008         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11009         unisoft-unix, vax-vms, win32, w32.
11011         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11012         given name if the pattern is not more specific.
11014         * calendar/lunar.el (lunar-phase-names): New option.
11015         (lunar-phase): Doc fix.
11016         (lunar-cycles-per-year): New constant.
11017         (lunar-index): New function.
11018         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11019         (lunar-phase-name): Use lunar-phase-names.
11020         (calendar-lunar-phases): Use format.
11021         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11023         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11024         Copy imenu-example--name-and-position function here for own use.
11025         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11027         * bs.el (bs--redisplay):
11028         * cus-edit.el (custom-redraw):
11029         * ibuffer.el (ibuffer-bury-buffer):
11030         * server.el (server-goto-line-column):
11031         * startup.el (command-line-1):
11032         * strokes.el (strokes-xpm-for-stroke):
11033         * term.el (term-display-buffer-line):
11034         * view.el (View-goto-line):
11035         * calc/calc.el (calc-do, calc-trail-buffer):
11036         * play/gamegrid.el (gamegrid-add-score-insecure):
11037         * progmodes/ada-mode.el (ada-compile-goto-error):
11038         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11039         (ebrowse-select-1st-to-9nth):
11040         * progmodes/cperl-mode.el (cperl-time-fontification):
11041         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11042         * progmodes/gud.el (gud-display-line):
11043         (idlwave-shell-display-line):
11044         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11045         * progmodes/make-mode.el (makefile-browser-toggle):
11046         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11047         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11048         * textmodes/picture.el (picture-draw-rectangle):
11049         * textmodes/reftex-index.el (reftex-index-goto-letter):
11050         (reftex-select-jump-to-previous):
11051         * textmodes/reftex-sel.el (reftex-find-start-point)
11052         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11053         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11054         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11055         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11056         * textmodes/two-column.el (2C-associated-buffer):
11057         Use forward-line rather than goto-line.
11059         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11060         goto-line.
11062         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11063         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11064         (quick-check-list-to-regexp): Declare.
11066         * progmodes/make-mode.el (makefile-browser-insert-selection):
11067         Use goto-char rather than goto-line.
11069         * progmodes/prolog.el (compilation-error-regexp-alist)
11070         (compilation-forget-errors): Declare.
11072 2009-08-22  Juri Linkov  <juri@jurta.org>
11074         * progmodes/grep.el (lgrep, rgrep): At the beginning
11075         set `dir' to `default-directory' unless `dir' is a non-nil
11076         readable directory.  (Bug#4052)
11077         (lgrep, rgrep): Change a weird way to report an error
11078         from using `read-string' to using `error'.
11079         Instead of using interactive arguments in the function body,
11080         add new argument `confirm'.
11082 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11084         * textmodes/remember.el (remember-buffer):
11085         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11086         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11087         (icalendar-extract-ical-from-buffer):
11088         * net/newst-treeview.el (newsticker-groups-filename):
11089         * net/newst-backend.el (newsticker-cache-filename):
11090         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11091         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11092         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11093         (speedbar-buffers-line-path, speedbar-path-line)
11094         (speedbar-buffers-line-path):
11095         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11096         (epg-sign-keys):
11097         * epa.el (epa-display-verify-result):
11098         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11100 2009-08-21  Glenn Morris  <rgm@gnu.org>
11102         * progmodes/js.el (inferior-moz-process): Fix declaration.
11104         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11106         * obsolete/rnewspost.el (news-mail-reply):
11107         Use goto-char rather than goto-line.
11109         * term/ns-win.el (ns-open-file-select-line):
11110         Use line-beginning-position rather than goto-line.
11112         * apropos.el (apropos-command):
11113         * ehelp.el (electric-helpify):
11114         * printing.el (pr-show-setup):
11115         * strokes.el (strokes-help):
11116         * tutorial.el (tutorial--describe-nonstandard-key)
11117         (tutorial--detailed-help):
11118         * woman.el (woman-mini-help, woman-display-extended-fonts):
11119         * calc/calc-help.el (calc-describe-key):
11120         * emulation/edt.el (edt-electric-helpify):
11121         * international/mule-diag.el (mule-diag):
11122         * play/yow.el (apropos-zippy):
11123         * progmodes/python.el (python-describe-symbol):
11124         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11125         * textmodes/table.el (*table--cell-describe-mode)
11126         (*table--cell-describe-bindings):
11127         Use help-print-return-message rather than the now obsolete alias.
11129         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11130         (calendar-cursor-to-visible-date):
11131         * play/5x5.el (5x5-position-cursor):
11132         * play/decipher.el (decipher):
11133         * play/gomoku.el (gomoku-goto-xy):
11134         * play/landmark.el (lm-goto-xy):
11135         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11136         (mpuz-paint-digit):
11137         Use forward-line, not goto-line.
11139         * mail/rmail.el (rmail-obsolete): Delete custom group.
11140         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11141         (rmail-remote-password, rmail-remote-password-required):
11142         Remove unneeded :set-after and :set properties.
11144 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
11146         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11148 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
11150         * loadup.el: Remove leftover macos code.
11152         * vc-git.el (vc-git-annotate-command): Run asynchronously.
11153         Explicitly pass the date format to git blame so that user local
11154         so that the output format can be parsed.
11156 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
11158         * net/dbus.el (top): Don't check for (getenv
11159         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
11161 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
11163         * log-edit.el (log-edit-strip-single-file-name): New var.
11164         (log-edit-insert-changelog): Use it.  Bug#3571
11166 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11168         * subr.el (read-passwd): Use read-key so keypad keys work as well.
11169         Bug#3287
11171         * help.el (help-print-return-message): Rename from
11172         print-help-return-message.
11174         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11175         cvs-mode-map parent hack.
11176         (log-view-mode): Derive from special-mode.
11178         * linum.el (linum-mode): window-size-change-functions is redundant.
11179         Adapt to new window-configuration-change-hook behavior.
11180         (linum-after-size, linum-after-config): Remove.
11182         * imenu.el (imenu-example--name-and-position)
11183         (imenu-example--lisp-extract-index-name)
11184         (imenu-example--create-lisp-index, imenu-example--create-c-index):
11185         Mark as obsolete.
11187         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11188         (inferior-prolog-mode): Use it.
11189         (inferior-prolog-load-file): Reset list of errors.
11191 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11193         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11195         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11197 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
11199         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11200         is running already.
11202 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11204         * subr.el (listify-key-sequence-1): Use normal syntax since those
11205         integers are nowadays always represented by the same (positive) number
11206         on all platforms.
11207         (read-key-empty-map): New const.
11208         (read-key-delay): New var.
11209         (read-key): New function.
11210         (force-mode-line-update): Use with-current-buffer.
11211         (locate-user-emacs-file): Don't forget to abbreviate the file name.
11212         (start-process-shell-command, start-file-process-shell-command):
11213         Discourage the use of command-args.
11215 2009-08-19  Glenn Morris  <rgm@gnu.org>
11217         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11219 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11221         * simple.el (choose-completion-string): Don't rely on
11222         minibuffer-completing-file-name and ad-hoc checks to decide whether
11223         to continue completion or not.
11225         * minibuffer.el (minibuffer-hide-completions): New function.
11226         (completion--do-completion): Use it.
11227         (completions-annotations): New face.
11228         (completion--insert-strings): Use it.
11229         (completion-pcm--delim-wild-regex): Add docstring.
11230         (completion-pcm--string->pattern): Add support for 0-width delimiters
11231         in completion-pcm--delim-wild-regex.
11233 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11235         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11236         Remove unused var `buffer-modified-p'.
11238         * minibuffer.el (completion--do-completion): Move point for the #b001
11239         case as well (bug#4176).
11240         (minibuffer-complete, minibuffer-complete-word): Don't move point.
11242 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11244         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11245         and :session buses.
11247 2009-08-18  Kenichi Handa  <handa@m17n.org>
11249         * international/ucs-normalize.el (ucs-normalize-version):
11250         Change to 1.1.
11251         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11252         (utf-8-hfs): Make it perform normalization on encoding too.
11254         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
11255         (sentence-end-without-space): Delete duplicated chars.
11256         (sentence-end-base): Likewise.
11258         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
11259         (html-mode): Delete duplicated chars from sentence-end-base.
11261         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11262         (texinfo-mode): Delete duplicated chars from sentence-end-base.
11264 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
11266         * files.el (hack-one-local-variable): If the mode function is for
11267         a minor mode, pass it an argument (Bug#4148).
11269 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
11271         * net/tramp.el (tramp-register-completion-file-name-handler):
11272         Check also for (member 'partial-completion completion-styles).
11274 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11276         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11277         abbrev (Bug#3943).
11279 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
11281         * progmodes/cperl-mode.el: Merge upstream 6.2.
11282         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11283         (cperl-forward-re): Check cperl-brace-recursing.
11284         (cperl-highlight-charclass): New function.
11285         (cperl-find-pods-heres): Use it.
11286         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11287         (cperl-beautify-regexp-piece): Fix column calculation.
11288         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11289         (cperl-beautify-level): Don't process entire regexp.
11290         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11291         calling man.
11292         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11293         (cperl-init-faces): Build a list in the normal way.
11295 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11297         * calendar/parse-time.el (parse-time-string-chars): Save match
11298         data.
11300 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11302         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11303         (sql-product): Use it.
11304         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11305         (sql-set-product): Add completion.
11306         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11307         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11308         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11309         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11310         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11311         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11312         (sql-highlight-db2-keywords): Remove.
11313         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11314         (sql-highlight-product): Use derived-mode-p.
11315         (sql-set-sqli-buffer): Use with-current-buffer.
11316         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11317         Simplify.
11319         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11321         * term.el: Fix commenting convention, turn comments into docstrings.
11323 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11325         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11327 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11329         * calendar/parse-time.el (parse-time-string-chars): Compute using
11330         character classes, to handle non-ascii characters (Bug#3190).
11332 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11334         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11335         another heredoc if the user adds another < (Bug#3226).
11337         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11338         Don't initialize based on window-system (Bug#4124).
11340         * facemenu.el (facemenu-read-color): Use a completion function
11341         that accepts any defined color, such as RGB triplets (Bug#3677).
11343         * files.el (get-free-disk-space): Change fallback default
11344         directory to /.  Expand DIR argument before switching to fallback.
11345         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11347 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11349         * files.el (load-library): Doc fix.
11351 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11353         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11354         (viper-if-string): Redefine C-s in the minibuffer to insert the last
11355         incremental search string.
11357         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11358         XEmacs.
11360         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11361         (ediff-merge-region-is-non-clash)
11362         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11363         Also check if the job is really a merge job.
11365         * ediff.el (ediff-current-file): New function.
11367 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11369         * progmodes/js.el: Edit docstrings throughout to follow Emacs
11370         conventions.
11371         (js-insert-and-indent): Delete function.
11372         (js-mode-map): Don't bind keys to js-insert-and-indent.
11373         (js-beginning-of-defun): Rename from js--beginning-of-defun.
11374         (js-end-of-defun): Rename from js--end-of-defun.
11375         (js-auto-indent-flag): Delete variable.
11377 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
11379         * progmodes/js.el: Remove proclaim statement.
11380         Defvar which-func-imenu-joiner-function to silence compiler.
11382         * files.el (auto-mode-alist): Use js-mode for .js files.
11384         * progmodes/js2-mode.el: Remove file.
11386         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11388         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11390         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11392 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
11393             Karl Landstrom  <karl.landstrom@brgeight.se>
11395         * progmodes/js.el: New file.
11397 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
11399         * timezone.el (timezone-parse-date): Add ability to understand ISO
11400         basic format (minimal separators) dates in addition to the
11401         already-supported extended format dates.
11403 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11405         * international/ucs-normalize.el: Add a `coding' file variable.
11407         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11409 2009-08-14  Sam Steingold  <sds@gnu.org>
11411         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11413 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11415         * faces.el (help-argument-name): Define it here instead of
11416         help-fns.el, because in daemon mode help-fns.el may be loaded when
11417         faces are still uninitialized (Bug#1078).
11419         * help-fns.el (help-argument-name): Move defface to faces.el.
11421 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11423         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11424         create buffer with a pty but no process so that GDB can make the
11425         inferior the controlling process.
11427 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11429         * international/ucs-normalize.el: New file.
11431 2009-08-13  Richard Stallman  <rms@gnu.org>
11433         * mail/rmail.el (rmail-get-attr-names):
11434         Accept an attribute header that is too short.
11436         * mail/rmail.el (rmail-forget-messages):
11437         Ignore nil elt in rmail-message-vector.  Use dotimes.
11439         * progmodes/compile.el (compilation-goto-locus):
11440         Use next-error-move-function.
11442         * simple.el (next-error-move-function): New variable.
11444 2009-08-12  Juri Linkov  <juri@jurta.org>
11446         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11447         always non-nil.  (Bug#4052)
11449         * replace.el (read-regexp): Return empty string when
11450         `default-value' is nil.
11451         (keep-lines-read-args): Don't use empty string as the
11452         default value for `read-regexp'.  (Bug#2495)
11454 2009-08-12  Juri Linkov  <juri@jurta.org>
11456         * international/mule-cmds.el (ucs-insert): Change arguments
11457         from `arg' to `character', `count', `inherit' to be the same
11458         as in `insert-char'.  Doc fix.  (Bug#4039)
11460         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11462 2009-08-12  Juri Linkov  <juri@jurta.org>
11464         * files-x.el: New file.
11466         * files.el: Move code that deals with adding/deleting
11467         file/directory-local variables to files-x.el.
11469         * Makefile.in (ELCFILES): Add files-x.elc.
11471 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
11473         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11474         to use `goto-line'.
11475         (gdb-place-breakpoints, gdb-get-location): Rewritten without
11476         `goto-line'.
11477         (gdb-invalidate-disassembly): Do not refresh upon receiving
11478         'update signal.  Instead, update all disassembly buffers only after
11479         threads list.
11480         (gdb): Send -target-detach when buffer is killed (Bug#3794).
11481         (gdb-starting): Moved -data-list-register-names...
11482         (gdb-stopped): ...here so it's sent when first thread stops.
11483         (gdb-registers-handler-custom): Do nothing if register names are
11484         unknown yet.
11486         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11487         from `gdb-mi.el' to avoid extra tangling.
11489         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11490         change which breaks `gud-def' definitions used in `gdb'.
11491         (gdb-update-gud-running): No extra fuss for updating frame number.
11493 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11495         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11496         (describe-language-environment-map, setup-language-environment-map)
11497         (set-coding-system-map): Move initialization into declaration.
11498         (set-language-info-alist): Last arg to define-key-after can be skipped.
11500         * international/quail.el (quail-completion-1): Simplify.
11501         (quail-define-rules): Use slightly more compact code.
11502         (quail-insert-decode-map): Propertize keys, compact columns.
11504         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11505         Add goto-line.
11507 2009-08-10  Miles Bader  <miles@gnu.org>
11509         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11510         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11511         (js2-instance-member, js2-private-member, js2-private-function-call)
11512         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11513         (js2-magic-paren, js2-external-variable):
11514         Remove "-face" suffix from face names.
11515         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11516         (js2-highlight-undeclared-vars, js2-peek-token)
11517         (js2-parse-function-params, js2-mode-show-errors)
11518         (js2-mode-show-warnings, js2-make-magic-delimiter)
11519         (js2-mode-highlight-magic-parens): Update to use new face names.
11521 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
11523         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11524         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
11526 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
11528         * subr.el: Provide hashtable-print-readable.
11530         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11531         hs-c-like-adjust-block-beginning.
11532         (hs-hide-block-at-point): Stop hiding at the beginning of
11533         hs-block-end-regexp (Bug#700).
11535 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
11537         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11538         a macro.
11539         (gdb-registers-handler-custom): Do not fail when register names
11540         are unavailable.
11542 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11544         * progmodes/gdb-mi.el (gdb-control-all-threads)
11545         (gdb-control-current-thread): Interactive setters for
11546         `gdb-gud-control-all-threads' to use in menu.
11547         (gdb-show-run-p): Show «Go» when process is not active.
11548         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
11549         gud/thread.xpm and gud/all.xpm.
11551 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
11553         * net/net-utils.el (net-utils-font-lock-keywords): New var.
11554         (nslookup-font-lock-keywords): Make it a variable.
11555         (net-utils-mode): New mode for viewing diagnostic network output.
11556         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11557         (net-utils-run-simple): New function.
11558         (ifconfig, iwconfig, netstat, arp, route): Use it.
11560 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11562         * progmodes/gdb-mi.el (gdb-read-memory-custom)
11563         (gdb-memory-set-address, def-gdb-set-positive-number)
11564         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11565         after changing settings.
11566         (gdb-invalidate-disassembly): Update when first shown.
11567         (gdb-edit-locals-value): Fixed.
11568         (gdb-registers-handler-custom): Print registers in right order and
11569         allow changing register values (only for current thread yet).
11570         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11571         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11572         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11573         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
11574         info in mode name.
11575         (gdb-registers-mode-map): TAB to switch to locals.
11577 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
11579         * mail/rmail.el (rmail-add-mbox-headers)
11580         (rmail-set-message-counters-counter): Search for
11581         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
11583 2009-08-08  Glenn Morris  <rgm@gnu.org>
11585         * Makefile.in (ELCFILES): Update.
11587 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11589         * mail/sendmail.el (mail-yank-original): Set
11590         buffer-file-coding-system from the one used by the message whose
11591         text is yanked.
11593         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11594         to "windows" when "pgnuplot" is used.
11595         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
11596         call accept-process-output if "pgnuplot" is used.
11597         (calc-graph-init): Don't send -display and -geometry to
11598         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
11599         running "pgnuplot -V" with shell-command-to-string.
11601         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11602         the default.
11604 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11606         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11607         org/org-latex.elc.
11609 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11611         * vc-dispatcher.el (vc-resynch-window): Update comment.
11613         * term.el (term-handle-ansi-escape): Add comments with the
11614         terminfo capabilities implemented.
11616 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11618         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11619         (gdb-var-create-handler): Rewritten using JSON parser.
11620         (gdb-propertize-header): Moved earlier.
11621         (gdb-set-header): Removed to avoid duplication.
11622         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11623         Refresh disassembly buffers only after threads list have been
11624         update.
11625         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11626         variables.
11628 2009-08-04  Juri Linkov  <juri@jurta.org>
11630         * files.el: Commands to add/delete file/directory-local variables.
11631         (read-file-local-variable, read-file-local-variable-value)
11632         (read-file-local-variable-mode, modify-file-local-variable)
11633         (modify-file-local-variable-prop-line)
11634         (modify-dir-local-variable): New functions.
11635         (add-file-local-variable, delete-file-local-variable)
11636         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11637         (add-dir-local-variable, delete-dir-local-variable)
11638         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11639         (copy-dir-locals-to-file-locals-prop-line): New commands.
11641 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11643         * abbrev.el (insert-abbrev-table-description): Prettify output.
11644         Suggested by Karl Chen.
11646 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11648         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11649         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11650         (gdb-overlay-arrow-position, gdb-thread-position)
11651         (gdb-disassembly-position): Declare variables.
11652         (gdb-wait-for-pending): Function now.
11653         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11654         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11655         compilation goes smoothly.
11656         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11657         (gdb-non-stop-setting): New customization setting which replaces
11658         `gdb-non-stop' so changing it doesn't break active GDB session.
11659         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11660         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11661         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11662         (gdb-show-threads-by-default): New customization options.
11663         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11664         routines.
11665         (gdb-get-buffer-create): Send buffers update signal when they are
11666         created.
11667         (gdb-invalidate-locals, gdb-invalidate-registers)
11668         (gdb-invalidate-breakpoints)
11669         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11670         (gdb-invalidate-memory): Accept update signal.
11671         (gdb-current-context-command): Use --frame option.
11672         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11673         Implement `gdb-frame-number' selection logic.
11674         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11675         whether to show GUD toolbar buttons.
11676         (gdb-thread-exited): Unselect current thread when it exits.
11677         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11678         (gdb-mark-line): Routine which sets overlay arrow or inverses
11679         video on fringeless displays.
11680         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11681         to build aligned columns of data in GDB buffers and set text
11682         properties line-by-line.
11683         (gdb-invalidate-breakpoints)
11684         (gdb-breakpoints-list-handler-custom)
11685         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11686         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11687         (gdb-registers-handler-custom): Align data columns.
11688         (gdb-locals-handler-custom): Now prints data like in variable
11689         declarations.
11690         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11691         Removed confusing buttons.
11692         (gdb-invalidate-threads): Append --frame.
11693         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11694         between breakpoints/threads buffers.
11695         (gdb-set-window-buffer): Now can ignore dedicated windows.
11696         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11697         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11698         (def-gdb-thread-buffer-gud-command): Replaces
11699         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11700         for fine thread control.
11701         (gdb-preempt-existing-or-display-buffer): New function used to
11702         display bound buffers without breaking window layout.
11703         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11704         (gdb-select-frame): New version of `gdb-frames-select' which now
11705         sets `gdb-frame-number' so commands may use --frame option instead
11706         of inner debugger state.
11707         (gdb-frame-handler): Do not set `gdb-frame-number'.
11708         (gdb-threads-mode-map): Select threads with mouse.
11710         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11711         avoid compilation warning.
11712         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11713         `gdb-show-stop-p`.
11715         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11716         Argument `key' renamed to `buffer-type'.
11717         (gdb-current-context-buffer-name): Do not add thread info to
11718         buffer name when no thread is selected.
11719         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11720         command (bug 3794).
11721         (gdb-thread-selected): Handle `=thread-selected' notification.
11722         (gdb-wait-for-pending): New macro to deal with congestion problems.
11723         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11724         breakpoints.
11725         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11726         This fixes problem similar to one described in bug 3947.
11727         (gud-menu-map): More menu items.
11728         (gdb-init-1): Reset `gdb-thread-number' to nil.
11730         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11731         non-stop settings.
11733         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11734         (gdb-current-context-command): Do not append --thread if
11735         `gdb-thread-number' is nil.
11736         (gdb-running-threads-count, gdb-stopped-threads-count): New
11737         variables.
11738         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11739         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11740         customization options.
11741         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11742         GUD commands.
11743         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11744         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11745         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11746         set `gdb-thread-number' and update `gud-running' properly.
11747         (gdb-running): Update threads list when new threads appear.
11748         (gdb-stopped): Support non-stop operation and new thread switching
11749         logic.
11750         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11751         (gdb-json-partial-output): New set of JSON routines.
11752         (def-gdb-auto-update-trigger): New `signal-list' optional
11753         argument.
11754         (gdb-thread-list-handler-custom): Update `gud-running',
11755         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11756         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11757         (gdb-continue-thread, gdb-step-thread): New commands for fine
11758         thread execution control.
11759         (gud-menu-map): New menu items to switch non-stop options.
11760         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11761         (gdb-send): Mimic RET properly (bug 3794).
11763         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11764         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11765         gdb-buffer-rules.
11766         (def-gdb-auto-update-handler): New nopreserve optional argument.
11767         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11769         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11770         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11771         (gdb-parent-mode): New mode to derive other GDB modes from.
11772         (gdb-display-disassembly-for-thread)
11773         (gdb-frame-disassembly-for-thread): New commands for threads
11774         buffer.
11776         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11777         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11778         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11779         (gdb-update): We now store all GDB buffers in a list so that they
11780         can be updated by traversing a list instead of calling invalidate
11781         triggers explicitly.
11782         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11783         pair for GDB buffer.
11784         (gdb-stack-buffer-name): Add thread information.
11785         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11786         handle pending triggers.
11787         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11788         (def-gdb-thread-buffer-simple-command)
11789         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11790         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11791         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11792         New commands which show buffers bound to thread.
11793         (gdb-stack-list-locals-regexp): Removed unused regexp.
11795         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11796         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11797         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11798         to (gud-comint-buffer) in *-buffer-name functions
11799         because (gdb-get-target-string) already does that.
11800         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11801         (gdb-changed-registers-handler): Rewritten without regexps.
11803         * progmodes/gdb-mi.el: Basic thread selection support.
11804         (gdb-thread-number): New variable.
11805         (gdb-current-context-command): New macro which adds --thread
11806         option to command.
11807         (gdb-threads-mode-map): Select thread with SPC.
11808         (gdb-thread-list-handler-custom): Mark current thread with overlay
11809         arrow.  Synchronize GDB thread and Emacs thread.
11810         (gdb-select-thread): New command which selects current thread.
11811         (gdb-invalidate-frames, gdb-invalidate-locals)
11812         (gdb-invalidate-registers): Use --thread option.
11814 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11816         * net/tramp.el (top): Make check for tramp-gvfs loading more
11817         robust.  (Bug#3977)
11818         (tramp-handle-insert-file-contents): `unwind-protect' must be
11819         inside `with-parsed-tramp-file-name'.
11821         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11822         fails.
11824 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11826         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11827         directory if CLASSPATH is not set.
11829 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11831         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11832         New defconst.
11833         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11835 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11837         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11838         Update freshmeat link.  Delete newsforge.com as it seems gone.
11840 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11842         * select.el (x-set-selection): Doc fix (Bug#4021).
11844         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11846         * help-fns.el (describe-variable): Treat list return values from
11847         dir-locals-find-file properly (Bug#4005).
11849 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11851         * net/tramp.el (tramp-debug-message): Print also microseconds.
11853 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11855         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11856         or END is non-nil.
11857         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11858         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11859         format.
11861         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11862         (tramp-get-file-property): Use it.
11864         * autorevert.el (auto-revert-handler): Allow
11865         `auto-revert-tail-mode' for remote files.
11867 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11869         * minibuffer.el (read-file-name): Treat confirm options to
11870         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11872 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11874         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11875         (font-lock-variable-name-face, font-lock-constant-face): Darken
11876         the colors for light backgrounds.
11878 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11880         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11881         month names.  (Bug#3987)
11883 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11885         * simple.el (line-move-finish): Pass whole number to
11886         line-move-to-column.
11887         (line-move-visual): Perform hscroll to the recorded position.
11889 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11891         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11893 2009-07-29  Alan Mackenzie  <acm@muc.de>
11895         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11897 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11899         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11900         (gdb-place-breakpoints): Use full path when setting breakpoints.
11902 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11904         * calc/calc.el (calc-mode-map): Add keybinding for
11905         `calc-transpose-lines'.
11907 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11909         * calc/calc-misc.el (calc-transpose-lines): New function.
11911 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11913         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11914         Simplify check for out-of-band methods.
11915         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11916         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11918 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11920         * vc-git.el (vc-git-checkin): Fix typo.
11922 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11924         * progmodes/js2-mode.el: New file.
11926 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11928         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11929         (gud-menu-map): Adjust tooltip accordingly.
11931 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11933         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11934         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11936         * add-log.el (change-log-mode-map): Add a menu.
11938 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11940         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11941         function returns nil.
11942         (dbus-handle-event): Handle special return value :ignore.
11943         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11945 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11947         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11948         it's not needed.
11950 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11952         Fix Bug#3888:
11954         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11956         * term/pc-win.el (x-display-name, x-colors)
11957         (x-select-enable-clipboard, x-select-text): Doc fix.
11959         * term/common-win.el (x-display-name, x-colors): Doc fix.
11961         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11962         (xw-defined-colors): Doc fix.
11964         * w32-fns.el (x-select-text, x-setup-function-keys)
11965         (x-get-selection, x-set-selection): Doc fix.
11967         * term/x-win.el (x-select-text, x-setup-function-keys)
11968         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11970         * select.el (x-set-selection): Doc fix.
11972 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11974         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11975         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11976         "IsNSSSupportAvailable" method is not available.  Reported by
11977         Steve Youngs <steve@sxemacs.org>.
11979 2009-07-24  Kenichi Handa  <handa@m17n.org>
11981         * international/characters.el: Fix setting of category ?C, ?|, ?K,
11982         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
11983         (build-unicode-category-table): Fix range checks.
11985 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
11987         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
11988         the buffer we try to sync is current when calling
11989         vc-resynch-buffer.
11991         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
11992         not show up to date files.
11994 2009-07-24  Glenn Morris  <rgm@gnu.org>
11996         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
11997         Add autoload cookies.  If necessary, initialize.
11998         (elint-log): Handle non-file buffers.
11999         (elint-initialize): Add optional argument to reinitialize.
12000         (elint-find-builtin-variables): Save excursion.
12002 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12004         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12005         for Lint.
12007 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12009         * vc.el (vc-print-log-internal): New function, split out from ...
12010         (vc-print-log): ... here.
12011         (vc-dir-move-to-goal-column): Declare.
12013         * vc-git.el (vc-git-add-signoff): New variable.
12014         (vc-git-checkin): Use it.
12015         (vc-git-toggle-signoff): New function.
12016         (vc-git-extra-menu-map): Bind it to menu.
12017         (vc-git--run-command-string): Accept a nil FILE argument.
12018         (vc-git-stash-list): New function.
12019         (vc-git-dir-extra-headers): Use it.
12021 2009-07-23  Glenn Morris  <rgm@gnu.org>
12023         * help-fns.el (describe-variable): Describe ignored and risky local
12024         variables in a similar way to that in which we describe safe ones.
12026         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12027         (byte-compile-output-file-form, byte-compile-output-docform)
12028         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12029         Give some more local variables with common names a "bytecomp-" prefix,
12030         so as not to shadow things during compilation.
12031         * emacs-lisp/cl-macs.el (load-time-value)
12032         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12033         `outbuffer' to `bytecomp-outbuffer'.
12035         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12036         since the next two variables cover them automatically now.
12037         (elint-builtin-variables, elint-autoloaded-variables): New.
12038         (elint-unknown-builtin-args): Remove all members, since they can be
12039         parsed automatically now.
12040         (elint-extra-errors): New.
12041         (elint-env-add-env, elint-env-add-macro): Use cadr.
12042         (elint-current-buffer): Use or.  Change final message.
12043         (elint-get-top-forms): Use line-end-position.
12044         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12045         and defalias.
12046         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12047         (regexp-assoc): Remove unused function.
12048         (elint-top-form): Set elint-current-pos, to record the start of the
12049         top-level form, for compilation-mode.
12050         (elint-form): Trap errors in macro expansion.  Use dolist.
12051         (elint-unbound-variable): Use elint-builtin-variables and
12052         elint-autoloaded-variables.
12053         (elint-get-args): Use cadr, or.
12054         (elint-check-cond-form): Use dolist, cadr.
12055         (elint-check-condition-case-form): Doc fix.  Use cadr.
12056         Use elint-extra-errors.
12057         (elint-log): New function.
12058         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12059         Distinguish errors and warnings.
12060         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12061         Use a bytecomp-style format.
12062         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12063         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12064         Don't truncate lines.
12065         (elint-initialize): Set builtin and autoloaded variable lists.
12066         Only process elint-unknown-builtin-args if non-nil.
12067         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12068         New functions.
12069         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12071 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12073         * net/newst-backend.el (newsticker--parse-atom-1.0)
12074         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12075         (newsticker--parse-rss-1.0):
12076         * progmodes/idlwave.el (idlwave-mode):
12077         * progmodes/idlw-shell.el (idlwave-shell-mode):
12078         * progmodes/vera-mode.el (vera-mode):
12079         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12080         * progmodes/vhdl-mode.el (vhdl-mode):
12081         * textmodes/table.el (table-generate-source)
12082         (table--warn-incompatibility):
12083         Hyperlink urls in docstrings with URL `...'.
12085 2009-07-22  Glenn Morris  <rgm@gnu.org>
12087         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12088         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12089         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12090         Remove leading * from defcustom docs.
12092         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12094         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12095         defcustom doc.
12096         (list-load-path-shadows): Optionally, just return shadows as a string.
12098         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12100 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12102         * mail/rmailedit.el (rmail-edit-mode): Use
12103         auto-save-include-big-deletions.
12105         * mail/rmail.el (rmail-variables): Use
12106         auto-save-include-big-deletions.
12108         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12109         changes.
12111 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
12113         * calc/calc.el (calc-undo-length): New variable.
12114         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12116 2009-07-21  Richard Stallman  <rms@gnu.org>
12118         * files.el (auto-save-mode): Handle buffer-save-size = -2
12119         for toggling mode.
12121 2009-07-21  Glenn Morris  <rgm@gnu.org>
12123         * textmodes/ispell.el (ispell-looking-back): Update declaration.
12125         * calendar/todo-mode.el (calendar-current-date): Update declaration.
12127         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12128         silence compiler.  Instead...
12129         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12130         (ps-print-ensure-fontified): Update for above function name changes.
12132         * printing.el (pr-mh-get-msg-num, pr-mh-show)
12133         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12134         silence compiler.  Instead...
12135         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12136         (mh-show-buffer): Only define for compiler.
12137         (pr-mh-current-message): Update for above function name changes.
12139         * files.el (abort-if-file-too-large): Explicitly pass `filename'
12140         as an argument.
12141         (find-file-noselect, insert-file-1): Update for above change.
12143         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12145         * mail/mailclient.el (mailclient-send-it): Fix message.
12147         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12148         (edebug-eval): Check cl-debug-env is bound.
12149         (print-level, print-circle): Don't redefine built-in variables.
12151         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12152         (custom-print-vectors): Remove old comments from doc.
12154         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12155         (emerge-version): Make the variable an obsolete alias for the
12156         emacs-version variable.  Make the function obsolete.
12157         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12158         Emerge options, rather than merging in into the main Options menu.
12159         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
12160         and auto advance modes.  Disable edit/fast items when not relevant.
12162 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
12164         * term/vt420.el (terminal-init-vt420): Fix typo.
12166 2009-07-20  Sam Steingold  <sds@gnu.org>
12168         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12169         variable (removed from compile.el on 2004-03-11).
12171 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
12173         * files.el (hack-local-variables-filter): Fix last change.
12175 2009-07-19  Juri Linkov  <juri@jurta.org>
12177         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12178         (dir-local-variables-alist): New buffer-local variable.
12179         (hack-local-variables-filter): If variable is not dir-local,
12180         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12181         because file-local overrides dir-local.
12182         (c-postprocess-file-styles) <declare-function>:
12183         Remove obsolete declaration.
12184         (hack-dir-local-variables): Add dir-local variable/value pair to
12185         `dir-local-variables-alist' and remove duplicates.  Doc fix.
12187         * help-fns.el (describe-variable): Add information about
12188         file-local and dir-local variables.
12190 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
12192         * files.el (hack-local-variables-filter): Rewrite.
12194 2009-07-19  Glenn Morris  <rgm@gnu.org>
12196         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12197         Silence compiler by only defining on XEmacs.
12199         * international/mule.el (auto-coding-regexp-alist): Only match
12200         BABYL... at the start of buffer, not of lines.  (Bug#3790)
12202         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12203         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
12204         (cal-menu-context-mouse-menu): Doc fix.
12206         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12208         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
12210 2009-07-18  Juri Linkov  <juri@jurta.org>
12212         * info.el: Virtual Info keyword finder.
12213         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12214         (Info-finder-file): New variable.
12215         (Info-finder-find-file): New function.
12216         (finder-known-keywords, finder-package-info)
12217         (find-library-name, lm-commentary): Use defvar and
12218         declare-function to silence compiler warnings.
12219         (Info-finder-find-node): New function.
12220         (info-finder): New command.
12222         * subr.el (process-kill-buffer-query-function): New function.
12223         (add-hook)<kill-buffer-query-functions>: Add hook
12224         `process-kill-buffer-query-function'.
12226 2009-07-18  Alan Mackenzie  <acm@muc.de>
12228         * progmodes/cc-mode.el (c-before-hack-hook)
12229         (c-postprocess-file-styles): Give invocation of `c-set-style'
12230         DONT-OVERRIDE parameter of t.  Already set style variables will
12231         thus not be overridden by style settings given by `c-file-syle'.
12233         * files.el (hack-local-variables-filter): Remove entries with
12234         duplicate keys from `file-local-variables-alist'.
12236 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12238         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12239         x-set-selection if display-selections-p returns nil for the
12240         current frame.
12242 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12244         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12246 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12248         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12249         Accept nil in addition to a regexp.
12250         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12251         Accept nil in addition to a regexp.
12252         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12253         buffers that have an associated file.  Handle nil values of
12254         desktop-buffers-not-to-save and desktop-files-not-to-save.
12255         (Bug#3833)
12257         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12258         (x-disown-selection-internal): New functions.
12260 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
12262         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12263         warning.
12264         (gdb-breakpoints-header): Move forward to avoid compiler warning.
12265         (gdb-make-header-line-mouse-map): Remove duplicate definition.
12267 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
12269         * simple.el (set-mark): Revert last change.
12271 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
12273         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12274         rendering of pngs is not possible instead of messaging a long
12275         description.
12277 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
12279         * w32-fns.el (x-selection-owner-p): New function.
12281         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12282         (mouse-yank-at-click, mouse-yank-primary): If
12283         select-active-regions is non-nil, deactivate the mark before
12284         insertion.
12286         * simple.el (deactivate-mark, set-mark): Only save selection if we
12287         own it.
12289 2009-07-17  Kenichi Handa  <handa@m17n.org>
12291         * case-table.el (describe-buffer-case-table): Fix for the case
12292         that KEY is a cons.
12294 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
12296         * vc-rcs.el (vc-rcs-find-file-hook):
12297         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12299 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
12301         * net/tramp.el (tramp-wait-for-output): Handle the case when
12302         commands do not return a newline but a null byte before the shell
12303         prompt.  (Bug#3858)
12305 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12307         * term/ns-win.el (ns-set-alpha): Don't declare.
12308         (ns-set-background-alpha): Remove function.
12310 2009-07-16  Kevin Ryde  <user42@zip.com.au>
12312         * emacs-lisp/copyright.el (copyright-update): Save match-data across
12313         y-or-n-p, for safety.
12315 2009-07-16  Richard Stallman  <rms@gnu.org>
12317         * files.el (auto-save-mode): If buffer-saved-size is -2,
12318         don't clobber it.
12320         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12321         (rmail-retry-ignored-headers): Add more uninteresting fields.
12323 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12325         * net/rcirc.el (rcirc): Use history variables.
12326         (rcirc-server-name-history, rcirc-nick-name-history)
12327         (rcirc-server-port-history): New variables.
12329 2009-07-15  Kenichi Handa  <handa@m17n.org>
12331         * international/mule-cmds.el (set-language-environment-charset):
12332         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12333         ignore them.
12335         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12336         Delete unibyte-display.
12338 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12340         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12342 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12344         * simple.el (deactivate-mark): Optional argument FORCE.
12345         (set-mark): Use deactivate-mark.
12347         * info.el (Info-search): No need to check transient-mark-mode
12348         before calling deactivate-mark.
12350         * select.el (x-set-selection): Doc fix.
12351         (x-valid-simple-selection-p): Allow buffer values.
12352         (xselect--selection-bounds): Handle buffer values.  Suggested by
12353         David De La Harpe Golden.
12355         * mouse.el (mouse-set-region, mouse-drag-track): Call
12356         copy-region-as-kill before setting the mark, to let
12357         select-active-regions work.
12359 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
12361         * simple.el (deactivate-mark): If select-active-regions is
12362         non-nil, copy the selection data into a string.
12363         (activate-mark): If select-active-regions is non-nil, set the
12364         selection to the current buffer.
12365         (set-mark): Update selection if select-active-regions is non-nil.
12367         * select.el (x-valid-simple-selection-p): Allow buffer values.
12369 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12371         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12372         and more featureful message-mode.
12374 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
12376         * select.el (x-set-selection): Doc fix.
12377         (x-valid-simple-selection-p): Disallow selection data consisting
12378         of a list or cons of integers, since that is not used.
12379         (xselect--selection-bounds, xselect--int-to-cons): New functions.
12380         (xselect-convert-to-string, xselect-convert-to-length)
12381         (xselect-convert-to-filename, xselect-convert-to-charpos)
12382         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12384 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
12386         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12387         output in -break-info command (Emacs bug #3794).
12389 2009-07-14  Glenn Morris  <rgm@gnu.org>
12391         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12392         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12393         (edebug-print-length, edebug-print-level, edebug-print-circle)
12394         (edebug-sit-for-seconds, edebug-view-outside)
12395         (edebug-bounce-point, edebug-set-global-break-condition)
12396         (edebug-Go-nonstop-mode, edebug-trace-mode)
12397         (edebug-Trace-fast-mode, edebug-continue-mode)
12398         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12399         (edebug-visit-eval-list): Doc fixes.
12401         * subr.el (def-edebug-spec): Doc fix.
12403 2009-07-14  Kenichi Handa  <handa@m17n.org>
12405         * international/characters.el: Fix setting of category ?C.
12407 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12409         * term/ns-win.el (x-select-font): defalias x-select-font to
12410         ns-popup-font-panel instead of generate-fontset-menu.
12412 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12414         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12416 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12418         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12419         the PK\003\004 header (Bug#3770).
12421 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12423         * pcomplete.el (pcomplete-comint-setup): Check for
12424         shell-dynamic-complete-filename too.
12426 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12428         * simple.el (temporary-goal-column): Change the value for
12429         line-move-visual to a cons cell.
12430         (line-move-visual): Record or set the window hscroll, if
12431         necessary (Bug#3494).
12432         (line-move-1): Handle cons value of temporary-goal-column.
12434 2009-07-11  Kenichi Handa  <handa@m17n.org>
12436         * international/mule-diag.el (describe-character-set): Don't show
12437         width.
12439 2009-07-10  Sam Steingold  <sds@gnu.org>
12441         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12442         Omake sometimes indents the errors it prints, so allow all
12443         regexps to start with spaces.
12445 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12447         * cus-edit.el (customize-changed-options-previous-release):
12448         Bump value to 22.1.  (Bug#3804)
12450 2009-07-08  Sam Steingold  <sds@gnu.org>
12452         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12453         to be a cons cell (test . ignored-directory) to selectively ignore
12454         some directories depending on the location of the search.
12456 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12458         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12459         remote user is root, on the local host.
12460         (tramp-local-host-p): Either the local user or the remote user
12461         must be root.  (Bug#3771)
12463 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12465         * progmodes/gdb-mi.el (gdb): Remove description of
12466         gdb-use-separate-io-buffer.
12467         (menu): Don't allow toggling of or enable
12468         gdb-use-separate-io-buffer from menubar.
12470 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12472         * mail/unrmail.el (unrmail): Make sure the message ends with two
12473         newlines (Bug#3769).
12475 2009-07-08  Glenn Morris  <rgm@gnu.org>
12477         * calendar/calendar.el (calendar-current-date): Rework previous change.
12479 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
12481         * calendar/calendar.el (calendar-current-date):
12482         Add an optional argument giving an offset from today.
12484 2009-07-08  Glenn Morris  <rgm@gnu.org>
12486         * tutorial.el (tutorial--describe-nonstandard-key):
12487         Adjust the message for when a key has been unbound.
12488         (help-with-tutorial): Hide the arch-tag.
12490 2009-07-08  Kenichi Handa  <handa@m17n.org>
12492         * international/fontset.el (setup-default-fontset): For each
12493         script, append (not set) font-specs.
12495         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12496         docstring.
12498 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12500         * progmodes/gdb-mi.el (gdb-init-1): Move sending
12501         -data-list-register-names to ...
12502         (gdb-starting): ... here because GDB 7.0 requires execution to
12503         have started when using this MI command.
12504         (gdb-set-header): New function to distinguish select and
12505         unselected tabs in gdb buffers.
12506         (gdb-propertize-header): New macro that uses gdb-set-header.
12507         (gdb-breakpoints-header, gdb-locals-header): Use it.
12508         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12510 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
12512         * Makefile.in (ELCFILES): Remove fadr.elc.
12514 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
12516         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12517         may contain frame information, so `string-match' should be used.
12518         (gdb-update): Disassembly is invalidated through
12519         `gdb-get-selected-frame'.
12520         (gdb-pad-string): New function to pad string with spaces.
12521         (gdb-invalidate-disassembly): Invalidate only if the buffer
12522         exists.
12523         (gdb-disassembly-handler-custom): Column alignment.
12524         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12525         placing new ones.
12526         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12527         end of line, too.
12528         (gdb-frame-handler): Match convention to for disassembly buffer
12529         mode name.
12530         (gdb-stack-list-frames-handler): Rewritten without regexps.
12531         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12532         not highlight breakpoints without line information.
12533         (gdb-input): Add trailing newline to command.
12535         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12536         buffer properly.
12537         (gdb-breakpoints-list-handler-custom): Replacement for
12538         `gdb-break-list-handler'.  Using real parser instead of regexps
12539         now.
12540         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12541         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12542         to place breakpoints.
12543         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12544         functions.
12545         (gdb-disassembly-handler-custom): Show overlay arrow.
12546         (gdb-disassembly-place-breakpoints): Show breakpoints in
12547         disassembly buffer.
12548         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12549         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12550         instead of parsing breakpoints buffer.  Fixed old menu references
12551         in `gud-menu-map'.
12553         * fadr.el: Remove.
12555         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12556         (gdb-memory-address): New variable which holds top address of
12557         memory page shown in memory buffer.
12558         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
12559         customization variables.
12560         New functions:
12561         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12562         display the memory buffer.
12563         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12564         buffer display parameters.
12565         (def-gdb-memory-format, gdb-memory-format-binary)
12566         (gdb-memory-format-octal, gdb-memory-format-unsigned)
12567         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12568         Functions for setting memory buffer format.
12569         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12570         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12571         unit size used in memory buffer.
12572         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
12573         to next/previous page of memory buffer.
12574         Now using (bindat-get-field) instead of fadr functions.
12576 2009-07-07  Sam Steingold  <sds@gnu.org>
12578         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12579         non-top-level files.
12581 2009-07-07  Kenichi Handa  <handa@m17n.org>
12583         * international/mule-cmds.el (reset-language-environment): Put
12584         the highset priority to the charset iso-8859-1.
12586 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12588         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12589         to the end of the line when locating the block (Bug#700).
12591 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
12593         * net/tramp.el (tramp-handle-write-region): Flush file properties
12594         in case of short track.
12596 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
12598         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12599         Coded custom representation of verilog error regular expressions
12600         to work with Emacs-22's new format.
12601         (verilog-error-regexp-xemacs-alist): Coded custom representation
12602         of verilog error regular expressions to work with XEmacs format.
12603         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12604         error recognition into XEmacs.
12605         (verilog-error-regexp-add-emacs): Hook routine to install verilog
12606         error recognition into Emacs-22.
12608 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12610         * woman.el: Remove stand-alone closing parentheses.
12611         (woman-file-name, woman2-format-paragraphs)
12612         (woman-leave-blank-lines): Code cleanup.
12613         (woman-use-own-frame): Change default to nil.
12614         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12615         defaults to inherit from default faces.
12616         (woman2-process-escapes): Consume the newline after a stand-alone
12617         filler character (Bug#3651).
12619 2009-07-06  Glenn Morris  <rgm@gnu.org>
12621         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12622         (top-level): Move provide to the end.
12623         (ffap): Remove defunct URL from custom group.
12625         * subr.el (eval-after-load): Doc fix.
12627 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12629         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12630         `calc-embedded-word' is called twice.
12632 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12634         * files.el (find-alternate-file-other-window, find-alternate-file):
12635         Obey confirm-nonexistent-file-or-buffer.
12637 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12639         * dired-aux.el (dired-show-file-type): Handle remote files.
12641 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12643         * desktop.el (desktop-globals-to-save):
12644         Add file-name-history (Bug#2750).
12646 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12648         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12650 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12652         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12653         property on entire argument since this is what eshell-lisp-command
12654         expects.
12656 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12658         * net/tramp-gvfs.el (tramp-gvfs-methods)
12659         (tramp-gvfs-zeroconf-domain)
12660         (tramp-bluez-discover-devices-timeout): Add version flag.
12661         (tramp-gvfs-handler-mounted-unmounted)
12662         (tramp-gvfs-connection-mounted-p): Polish handling of
12663         incompatibilities between GVFS 0.2 and 1.0.
12665 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12667         * cus-start.el (all): Add make-pointer-invisible.
12669 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12671         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12672         formatted correctly.
12674 2009-07-02  Juri Linkov  <juri@jurta.org>
12676         * info.el: Virtual Info files and nodes.
12677         (Info-virtual-files, Info-virtual-nodes): New variables.
12678         (Info-current-node-virtual): New variable.
12679         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12680         New functions.
12681         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12682         to check for a virtual file instead of checking a fixed list
12683         of node names.
12684         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12685         instead of ad-hoc processing of "dir" and (apropos history toc).
12686         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12687         instead of ad-hoc processing of "dir" and (apropos history toc).
12688         Reread a file when moving from a virtual node.
12689         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12690         (Info-directory-toc-nodes, Info-directory-find-file)
12691         (Info-directory-find-node): New functions.
12692         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12693         (Info-history): Move part of code to
12694         `Info-history-find-node'.
12695         (Info-history-toc-nodes, Info-history-find-file)
12696         (Info-history-find-node): New functions.
12697         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12698         (Info-toc): Move part of code to `Info-toc-find-node'.
12699         (Info-toc-find-node): New function.
12700         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12701         the current Info file name to references because now the node
12702         "*TOC*" belongs to the same Info manual.
12703         (Info-toc-build): Rename from `Info-build-toc'.
12704         (Info-toc-nodes): Rename input argument `file' to `filename'.
12705         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12706         instead of ad-hoc processing of ("dir" apropos history toc).
12707         (Info-index-nodes): Use Info-virtual-file-p
12708         to check for a virtual file instead of checking a fixed list
12709         of node names.
12710         (Info-index-node): Add check for `Info-current-node-virtual'.
12711         Raise `save-match-data' higher up the tree to contain
12712         `search-forward' too (bug fix).
12713         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12714         (Info-virtual-index-nodes): New variable.
12715         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12716         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12717         (Info-apropos-file, Info-apropos-nodes): New variables.
12718         (Info-apropos-toc-nodes, Info-apropos-find-file)
12719         (Info-apropos-find-node, Info-apropos-matches): New functions.
12720         (info-apropos): Move part of code to `Info-apropos-find-node' and
12721         `Info-apropos-matches'.
12722         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12723         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12724         for a virtual file instead of checking a fixed list of node names.
12726         * simple.el (async-shell-command): New command.
12728         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12730         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12731         instead of `mount-info'.
12733 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12735         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12736         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12738 2009-07-02  Kenichi Handa  <handa@m17n.org>
12740         * international/mule.el (set-keyboard-coding-system): Force *-unix
12741         coding-system to avoid eol conversion.
12743 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12745         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12746         Add handler for `process-file', `shell-command' and
12747         `start-file-process'.
12748         (tramp-gvfs-handle-shell-command)
12749         (tramp-gvfs-handle-start-file-process)
12750         (tramp-gvfs-handle-process-file): New defuns.
12751         (tramp-synce-list-devices): Simplify check for existence of property.
12753 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12755         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12757 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12759         * language/korean.el (set-language-info-alist): Add korean-cp949,
12760         cp949 to spec.
12762 2009-07-01  Kenichi Handa  <handa@m17n.org>
12764         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12766         * international/encoded-kb.el: Deleted.
12768         * international/mule.el (set-keyboard-coding-system): Perform the
12769         necessary setup here instead of calling encoded-kbd-setup-display.
12771 2009-07-01  Glenn Morris  <rgm@gnu.org>
12773         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12775 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12777         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12779 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12781         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12782         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12783         (tramp-default-file-modes): Remove execute permissions.
12785         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12786         (top): Add a default for "synce" in `tramp-default-user-alist'.
12787         Add completion function for "synce" method.
12788         (tramp-hal-service, tramp-hal-path-manager)
12789         (tramp-hal-interface-manager, tramp-hal-interface-device):
12790         New defconst.
12791         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12792         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12793         New defuns.
12795         * net/trampver.el: Update release number.
12797 2009-06-30  Kenichi Handa  <handa@m17n.org>
12799         * international/fontset.el (setup-default-fontset): Add CJK fonts
12800         for symbols and the other miscellaneous characters.
12802         * language/korea-util.el (setup-korean-environment-internal):
12803         Make char-width-table suitable for Korean environments.
12804         (exit-korean-environment): Cancel above.
12806         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12807         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12808         setup-function to make char-width-table suitable for respective
12809         environments, and an exit-function to cancel that.
12811         * language/japan-util.el (setup-japanese-environment-internal):
12812         Call use-cjk-char-width-table with arg `ja_JP'.
12814         * international/characters.el (cjk-char-width-table): Delete it.
12815         (cjk-char-width-table-list): New variable.
12816         (use-cjk-char-width-table): New arg local-name.
12817         (use-default-char-width-table): Fix for the case that Emacs is
12818         already using the default char-width-table.
12820 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12822         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12823         modes mandatory.  (Bug#3712)
12825 2009-06-29  Alan Mackenzie  <acm@muc.de>
12827         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12828         correction between the visible width of TABs and their number of bytes.
12830 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12832         * server.el (server-buffer-done): Prevent kill-buffer from
12833         prompting by clearing the buffer modification flag (Bug#3696).
12835 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12837         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12838         (verilog-endcomment-reason-re): Support unique case and priority case.
12839         (verilog-basic-complete-re): Support localparam lineup.
12840         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12841         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12842         commenting.
12843         (verilog-leap-to-case-head): Now support *nested* unique &
12844         priority case statements.
12845         (verilog-auto-lineup): Make just declarations the default (as it
12846         had been).
12847         (verilog-leap-to-case-head): Support priority/unique case statements.
12848         (verilog-auto-lineup): Rework to give users radio buttons to
12849         select the various styles of automatic lineup.
12850         (verilog-error-regexp-alist): Rework to support the XEmacs style
12851         of error regular expressions from compilers, lint tools &
12852         simulators.  Note that GNU Emacs has made it impossible for a mode
12853         to load such things.
12854         (electric-verilog-terminate-line, verilog-indent-declaration)
12855         (verilog-auto-wiure): Rework for radio button selection of
12856         auto-lineup selection of specification of auto lineup.
12857         (verilog-beg-of-statement-1): Redesign to support proper operation
12858         in additional code, based on testing with auto-lineup.
12859         (verilog-calculate-indent, assignments & declarations)
12860         (verilog-backward-token): Enhance to support auto-lineup of
12861         assignments & declarations.
12862         (verilog-in-directive-p, verilog-at-struct-p): New function for
12863         easy test of whether we are.
12864         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12865         to support safe execution at almost anyline.
12866         (verilog-calc-1): Properly support indenting deep inside generate
12867         blocks.
12868         (verilog-init-font): Remove definition & use of verilog-init-font,
12869         as it is redundant with font-lock-defaults.
12870         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12871         to avoid circular calls if syntax-ppss is a function (as is the
12872         case now in 22.x GNU Emacs) as that function would sometimes call
12873         itself, leading to (nearly) infinite recursion.
12874         (verilog-ovm-begin-re, verilog-ovm-end-re)
12875         (verilog-ovm-statement-re, verilog-leap-to-head)
12876         (verilog-backward-token): Add support for OVM macros.  Some are
12877         complete statements, and others open and close scopes like begin
12878         and end.
12879         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12880         (verilog-defun-level-generate-only-re): Really fix the defun-list
12881         compilation issue.
12882         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12883         coverpoint, constraint and cross statements.
12884         (verilog-defun-level-list, verilog-generate-defun-level-list)
12885         (verilog-all-defun-level-list): Redo these specifications - it is
12886         too hard to support eval-when compile aggregation of lists also
12887         built at when-compile time.
12888         (verilog-defun-level-list): Place defconsts of variables used in
12889         building regular expressions which are built in eval-when-compile
12890         bodies in the same eval-when-compile body to facilitate compile
12891         without load.
12892         (verilog-beg-block-re-ordered): Support indenting
12893         virtual/protected tasks and functions.
12894         (verilog-defun-level-list, verilog-in-generate-region-p)
12895         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12896         indentation of some module items (generate items).
12897         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12898         across virtual/protected tasks and functions.
12900 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12902         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12903         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12904         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12905         in concatenations.  Reported by Yishay Belkind.
12906         (verilog-auto-ascii-enum): Support one-hot state machines in
12907         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12908         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12909         modport in AUTOINST and add vl-modport for users.  Reported by
12910         David Rogoff.
12911         (verilog-auto-inout-module, verilog-auto-inst)
12912         (verilog-decls-get-interfaces, verilog-insert-definition)
12913         (verilog-insert-one-definition, verilog-read-decls)
12914         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12915         (verilog-sig-modport, verilog-signals-combine-bus)
12916         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12917         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12918         Suggested by David Rogoff.
12919         (verilog-repair-open-comma): Fix non-insertion of comma when
12920         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12921         (verilog-make-width-expression): Simplify [A-1:0] expression
12922         widths to just {A{1'b0}}.
12923         (verilog-mode): Cleanup checkdoc warnings.
12924         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12925         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12926         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12927         (next-error-last-buffer): Fix byte-compiler warning.
12928         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12929         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12930         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12931         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12932         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12933         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12934         in AUTOINOUT.  Reported by Matthew Lovell.
12935         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12936         causing use of <= assignments.  Reported by Alex Reed.
12937         (verilog-read-decls): Fix triand, trior, wand, wor to be
12938         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12939         (verilog-extended-complete-re): Support import "DPI-C" functions.
12940         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12941         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12942         (verilog-insert-date, verilog-insert-year)
12943         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12944         Windows systems.  Reported by Michael Potts.
12945         (verilog-read-module-name): Fix AUTOINST when the child module
12946         declaration's name is a tick define.  Reported by Elliot Mednick.
12947         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12948         passed to next parameter's definition.  Reported by Bruce T.
12949         (verilog-read-decls): Fix detecting "parameter int" when using
12950         AUTOINSTPARAM.  Reported by Bruce T.
12951         (verilog-goto-defun): Fix goto not finding modules unless first
12952         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12953         (verilog-mode): Expand -f flag arguments on entry to mode so
12954         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12955         (verilog-getopt): Expand environment variables in -f file
12956         arguments.  Suggested by Lawrence Butcher.
12957         (verilog-set-define): Fix "Symbol's value as variable is void"
12958         when reading enumerations.
12959         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12960         Suggested by Stephen Peltan.
12961         (verilog-read-defines): Fix reading of enumerations in include
12962         files.  Reported by Steve Peltan.
12964 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12966         * files.el (trash-directory): Fix defcustom type.
12968 2009-06-28  Juri Linkov  <juri@jurta.org>
12970         * help-fns.el (describe-function-1): Correctly locate adviced
12971         functions in hyperlink (Bug#2438).
12973 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12975         * files.el (trash-directory): Change default to nil.
12976         (move-file-to-trash): If trash-directory is nil and
12977         system-move-file-to-trash is unbound, perform freedesktop-style
12978         trashing.
12980 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12982         * files.el (move-file-to-trash): Add freedesktop trash
12983         support (Bug#973).
12985 2009-06-28  Glenn Morris  <rgm@gnu.org>
12987         * autorevert.el (global-auto-revert-non-file-buffers)
12988         (global-auto-revert-mode): Doc fixes.
12990 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
12992         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
12994 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
12996         * faces.el (x-handle-named-frame-geometry): Ensure that we have
12997         opened an X connection before calling x-get-resource (Bug#3194).
12999         * play/doctor.el: Remove reference to obsolete website.
13000         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13002 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13004         Remove find-file-not-found-hook VC method.  (Bug#2757)
13005         * vc-hooks.el (vc-file-not-found-hook)
13006         (vc-default-find-file-not-found-hook): Remove functions.
13007         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13008         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13009         * vc.el:
13010         * vc-hg.el:
13011         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13013 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13015         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13016         compatibility function for `looking-back'.
13018         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13019         Use `ispell-looking-back'.
13021 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13023         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13024         rather than `filename'.
13026 2009-06-23  Miles Bader  <miles@gnu.org>
13028         * face-remap.el (text-scale-set): New function.
13030 2009-06-23  Glenn Morris  <rgm@gnu.org>
13032         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13034         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13036         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13038         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13040         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13041         Simplify Persian conditionals.
13043         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13044         variable `filename'.
13046         * comint.el (comint-insert-input): Doc fix.
13048         * Makefile.in (ELCFILES): Fix typo in previous change.
13050 2009-06-23  Miles Bader  <miles@gnu.org>
13052         * cus-start.el: Add entry for `recenter-redisplay'.
13054 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13056         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13057         Add an optional argument for the backend, use it instead of
13058         calling vc-backend.
13059         (vc-mode-line): Add an optional argument for the backend.
13060         Pass the backend to vc-state and vc-working-revision.  Move code for
13061         special handling for vc-state being a buffer to ...
13063         * vc-rcs.el (vc-rcs-find-file-hook):
13064         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13066         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13067         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13068         vc-stay-local-p and vc-mode-line calls.
13070         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13071         (vc-cvs-diff, vc-cvs-annotate-command)
13072         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13073         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13074         vc-mode-line calls.
13076         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13077         direct comparison.
13078         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13079         backend when calling vc-mode-line.
13080         (vc-register): Do not create a closure for calling the vc register
13081         function, call it directly.
13083 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13085         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13086         to make it obvious item can be clicked.
13088         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13090 2009-06-23  Kenichi Handa  <handa@m17n.org>
13092         * language/korea-util.el (korean-key-bindings): Change the binding
13093         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13094         same command.
13096 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13098         Sync with Tramp 2.1.16.
13100         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13102         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13103         when a loading of a package fails.  Completion function for rsync
13104         is `tramp-completion-function-alist-ssh'.
13105         (all): Replace all calls of `split-string' and
13106         `tramp-split-string' by `tramp-compat-split-string'.
13107         (tramp-default-method): Use `tramp-compat-process-running-p'.
13108         (tramp-default-proxies-alist): Allow also Lisp forms.
13109         (tramp-remote-path): Add choice "Private Directories".
13110         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13111         (tramp-domain-regexp): Allow also "-", "_" and ".".
13112         (tramp-end-of-output): Remove newlines, and add "$" at the end.
13113         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13114         (tramp-debug-message): Insert header line in debug buffer.
13115         (tramp-handle-directory-files-and-attributes-with-stat):
13116         Care about filenames with spaces, or starting with "-".
13117         (tramp-handle-dired-uncache): New defun.
13118         (tramp-handle-insert-directory): Don't flush the directory from
13119         cache, this is handled by `dired-uncache' now.
13120         (tramp-handle-insert-file-contents): Improve error handling.
13121         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13122         Quote `tramp-end-of-output'.
13123         (tramp-action-password): Improve trace message.
13124         (tramp-check-for-regexp): Both echoes must be present, before removing.
13125         (tramp-open-connection-setup-interactive-shell): Trace coding system.
13126         (tramp-compute-multi-hops): Eval cons cells of
13127         `tramp-default-proxies-alist'.
13128         (tramp-maybe-open-connection): Use the same command pattern for
13129         first hop and further hops.
13130         (tramp-wait-for-output): Remove handling of newlines.
13131         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13132         (tramp-split-string): Remove function.  It is handled in
13133         tramp-compat now.
13135         * net/tramp-cmds.el (tramp-bug):
13136         Recommend `tramp-cleanup-all-connections' in the bug mail.
13138         * net/tramp-compat.el (tramp-compat-split-string)
13139         (tramp-compat-process-running-p): New defuns.
13141         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13142         for `dired-uncache'.
13144         * net/tramp-gvfs.el: New package.
13146         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13147         Add handler for `dired-uncache'.
13148         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13150         * net/trampver.el: Update release number.  Make version check fit
13151         for SXEmacs 22.
13153 2009-06-22  Jim Meyering  <meyering@redhat.com>
13155         Automatically handle .xz suffix (XZ-compressed files), too.
13156         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13157         XZ is the successor to LZMA: <http://tukaani.org/xz/>
13159 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
13160             Nick Roberts  <nickrob@snap.net.nz>
13162         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13163         repository (http://sphinx.net.ru/hg/gdb-mi/).
13165 2009-06-22  Glenn Morris  <rgm@gnu.org>
13167         * files.el (dir-locals-collect-mode-variables): Allow for any number of
13168         `mode' and `eval' entries.  (Bug#3430)
13170         * Makefile.in (ELCFILES): Add fadr.elc.
13172         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13173         differing behavior of \n and ^ in strings.  (Bug#3385)
13175         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13177         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13178         property.
13179         (lisp-indent-function): Make it a defcustom.
13181 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
13183         * progmodes/gdb-ui.el: Replace with ...
13184         * progmodes/gdb-mi.el: ... this file.
13185         * progmodes/gud.el: Modify for gdb-mi.el.
13187 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
13189         * fadr.el: New file.
13191 See ChangeLog.14 for earlier changes.
13193 ;; Local Variables:
13194 ;; coding: utf-8
13195 ;; End:
13197     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
13199   This file is part of GNU Emacs.
13201   GNU Emacs is free software: you can redistribute it and/or modify
13202   it under the terms of the GNU General Public License as published by
13203   the Free Software Foundation, either version 3 of the License, or
13204   (at your option) any later version.
13206   GNU Emacs is distributed in the hope that it will be useful,
13207   but WITHOUT ANY WARRANTY; without even the implied warranty of
13208   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13209   GNU General Public License for more details.
13211   You should have received a copy of the GNU General Public License
13212   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13214 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1