* progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
[emacs.git] / lisp / ChangeLog
blob80e7cf7c7081cacbb6c444016da1fe880f9ac61f
1 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
3         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
6         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
8 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10         Provide a simple generic indentation engine and use it for Prolog.
11         * emacs-lisp/smie.el: New file.
12         * progmodes/prolog.el (prolog-smie-op-levels)
13         (prolog-smie-indent-rules): New var.
14         (prolog-mode-variables): Use them to configure SMIE.
15         (prolog-indent-line, prolog-indent-level): Remove.
17 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
19         * calc/calc-vec.el (math-vector-avg):  Put the vector elements in
20         order before computing the averages.
22 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
24         * calc/calc-vec.el (calc-histogram):
25         (calcFunc-histogram): Allow vectors as inputs.
26         (math-vector-avg): New function.
28         * calc/calc-ext.el (math-group-float):  Have the number of digits
29         being grouped depend on the radix (Bug#6189).
31 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
33         * version.el (emacs-copyright, emacs-version): Don't define here,
34         now that emacs.c defines it.
36 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
38         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
39         "Describe Language Environment" menu item.
41         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
43         Bidi-sensitive movement with arrow keys.
44         * subr.el (right-arrow-command, left-arrow-command): New functions.
46         * bindings.el (global-map): Bind them to right and left arrow keys.
48         Don't override standard definition of convert-standard-filename.
49         * files.el (convert-standard-filename): Call
50         w32-convert-standard-filename and dos-convert-standard-filename on
51         the corresponding systems.
53         * w32-fns.el (w32-convert-standard-filename): Rename from
54         convert-standard-filename.  Doc fix.
56         * dos-fns.el (dos-convert-standard-filename): Doc fix.
57         (convert-standard-filename): Don't defalias.
58         (register-name-alist, make-register, register-value)
59         (set-register-value, intdos): Obsolete aliases for the
60         corresponding dos-* functions and variables.
61         (dos-intdos): Add a doc string.
63 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
65         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
66         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
67         (math-compose-tex-func):
68         * calc/calccomp.el (math-compose-expr):
69         * calc/calc-ext.el (math-format-flat-expr-fancy):
70         * calc/calc-store.el (calc-read-var-name):
71         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
73         * calc/calc.el (var-π, var-φ, var-γ): New variables.
74         * calc/calc-aent.el (math-read-replacement-list):  Add "micro" symbol.
75         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
76         (math-standard-units):  Add units.
78 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * progmodes/asm-mode.el (asm-mode):
81         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
83         * pcomplete.el (pcomplete-completions-at-point): New function,
84         extracted from pcomplete-std-complete.
85         (pcomplete-std-complete): Use it.
87 2010-05-15  Glenn Morris  <rgm@gnu.org>
89         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
90         Remove references to CVS, RCS and Old directories.
92 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
94         * calc/calc-bin.el (math-format-twos-complement): Group digits when
95         appropriate.
97 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
100         (sh-mode-syntax-table): Give it a default value instead.
101         (sh-header-marker): Make buffer-local.
102         (sh-mode): Move make-local-variable to the corresponding setq.
103         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
104         Use complete-with-action.
106         * simple.el (prog-mode): New (abstract) major mode.
107         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
108         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
110 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
112         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
113         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
114         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
115         (sql-make-alternate-buffer-name, sql-placeholders-filter)
116         (sql-escape-newlines-filter, sql-input-sender)
117         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
119 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
121         Add TeX open-block and close-block keybindings to SGML, and vice
122         versa.
124         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
125         latex-open-block and C-c / to latex-close-block.
127         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
128         and C-c C-e to sgml-close-tag.
130 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
132         * net/tramp.el (with-progress-reporter): Create reporter object
133         only when the message would be displayed.  Handled nested calls.
134         (tramp-handle-load, tramp-handle-file-local-copy)
135         (tramp-handle-insert-file-contents, tramp-handle-write-region)
136         (tramp-maybe-send-script, tramp-find-shell):
137         Use `with-progress-reporter'.
138         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
139         Fix message text.
141         * net/tramp-smb.el (tramp-smb-handle-copy-file)
142         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
143         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
144         Use `with-progress-reporter'.
146 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
148         * ispell.el (ispell-init-process): Do not kill ispell process
149         everytime when spellchecking from the minibuffer (bug#6143).
151 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
153         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
155         * dos-fns.el: Add "dos-" prefix for namespace control.
156         (convert-standard-filename): Define as alias for
157         dos-convert-standard-filename but only if applicable.
159 2010-05-12  Alan Mackenzie  <acm@muc.de>
161         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
162         Push the mark at the start of these functions when appropriate.
164 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
166         * minibuffer.el (completion-cycle-threshold): New custom var.
167         (completion--do-completion): Use it.
168         (minibuffer-complete): Use cycling if appropriate.
170 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
172         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
173         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
175 2010-05-11  Juri Linkov  <juri@jurta.org>
177         * scroll-all.el (scroll-all-check-to-scroll):
178         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
180 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * iimage.el (iimage-mode-map): Move initialization into declaration.
183         (iimage-mode-buffer): Use with-silent-modifications.
184         Simplify calling convention.  Adjust callers.
185         (iimage-mode): Don't run hook redundantly.
187         * minibuffer.el (completion-pcm--pattern->regex):
188         Fix last change (bug#6160).
190 2010-05-10  Juri Linkov  <juri@jurta.org>
192         Remove nodes visited during Isearch from the Info history.
193         * info.el (Info-isearch-initial-history)
194         (Info-isearch-initial-history-list): New variables.
195         (Info-isearch-start): Record initial values of
196         Info-isearch-initial-history and Info-isearch-initial-history-list.
197         Add Info-isearch-end to isearch-mode-end-hook.
198         (Info-isearch-end): New function.
200 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
202         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
203         format string, in order to work around a bug in pdksh.
204         Reported by Gilles Pion <gpion@lfdj.com>.
205         (tramp-handle-verify-visited-file-modtime): Do not send a command
206         when the connection is not established.
207         (tramp-handle-set-file-times): Simplify the check for utc.
209 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
211         Fix use of `filter-buffer-substring' (rework previous change).
212         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
213         (cua-repeat-replace-region):
214         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
215         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
216         (cua-cut-region-to-global-mark): Use it.
218 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
220         * progmodes/sql.el: Version 2.1.
221         (sql-product-alist): Redesign structure of product info.
222         (sql-product, sql-user, sql-server, sql-database): Safe variables.
223         (sql-port, sql-port-history): New variables.
224         (sql-interactive-product): New variable.
225         (sql-send-terminator): New variable.
226         (sql-imenu-generic-expression): Add "Types" imenu entry.
227         (sql-oracle-login-params, sql-sqlite-login-params)
228         (sql-mysql-login-params, sql-solid-login-params)
229         (sql-sybase-login-params, sql-informix-login-params)
230         (sql-ingres-login-params, sql-ms-login-params)
231         (sql-postgres-login-params, sql-interbase-login-params)
232         (sql-db2-login-params, sql-linter-login-params)
233         (sql-oracle-scan-on): New variables.
234         (sql-mode-map): Add C-c C-i to start interactive mode.
235         (sql-mode-menu): Update existing menu entries.
236         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
237         (sql-mode-oracle-font-lock-keywords)
238         (sql-mode-postgres-font-lock-keywords)
239         (sql-mode-ms-font-lock-keywords)
240         (sql-mode-sybase-font-lock-keywords)
241         (sql-mode-informix-font-lock-keywords)
242         (sql-mode-interbase-font-lock-keywords)
243         (sql-mode-ingres-font-lock-keywords)
244         (sql-mode-solid-font-lock-keywords)
245         (sql-mode-mysql-font-lock-keywords)
246         (sql-mode-sqlite-font-lock-keywords)
247         (sql-mode-db2-font-lock-keywords)
248         (sql-mode-linter-font-lock-keywords): Update initialization to
249         reduce run-time complexity.
250         (sql-add-product, sql-del-product): New functions.
251         (sql-set-product-feature, sql-get-product-feature): New functions.
252         (sql-product-font-lock): Update product API.
253         (sql-add-product-keywords): New function.
254         (sql-highlight-product): Update product API.
255         (sql-help-list-products): New function.
256         (sql-help): Dynamically lists free and non-free products.
257         (sql-get-login): Correct bug in handling history and added
258         prompt for port.
259         (sql-copy-column): Copy without properties.
260         (sqli-input-sender): Apply filters to SQLi input.
261         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
262         Implement as a filter.
263         (sql-escape-newlines-filter): Implement as a filter.
264         (sql-remove-tabs-filter): New function.
265         (sql-send-magic-terminator): New function.
266         (sql-send-string): Implement magic terminator.
267         (sql-send-region): Use `sql-send-string'.
268         (sql-interactive-mode): Use product API.
269         (sql-product-interactive): Use product API.
270         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
271         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
272         (sql-db2, sql-linter): Use `sql-product-interactive'.
273         (sql-connect): New function.
274         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
275         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
276         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
277         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
278         Use `sql-connect'.
280 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
283         New custom variable.
284         (completion-pcm--string->pattern): Use it.
285         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
286         Make it handle any symbol as `any'.
287         (completion-pcm--merge-completions): Extract common suffix for the new
288         `prefix' symbol as well.
289         (completion-substring--all-completions): Use the new `prefix' symbol.
291 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
293         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
294         not bound.
295         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
296         (tramp-compat-funcall): New defmacro.
297         (tramp-compat-line-beginning-position)
298         (tramp-compat-line-end-position)
299         (tramp-compat-temporary-file-directory)
300         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
301         (tramp-compat-copy-file, tramp-compat-copy-directory)
302         (tramp-compat-delete-file, tramp-compat-delete-directory)
303         (tramp-compat-number-sequence, tramp-compat-process-running-p)
304         * net/tramp.el (top, with-progress-reporter)
305         (tramp-rfn-eshadow-setup-minibuffer)
306         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
307         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
308         (tramp-completion-mode-p, tramp-check-for-regexp)
309         (tramp-open-connection-setup-interactive-shell)
310         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
311         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
312         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
313         * net/tramp-cmds.el (tramp-cleanup-all-connections)
314         (tramp-reporter-dump-variable, tramp-load-report-modules)
315         (tramp-append-tramp-buffers)
316         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
318         * net/tramp-imap.el (top): Autoload `epg-make-context'.
320 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * progmodes/compile.el (compilation-buffer-modtime): Rename from
323         buffer-modtime.  Adjust users.
325 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
327         * international/mule.el (auto-coding-alist): Only purecopy
328         car of each item, not the whole list (Bug#6083).
330 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
332         * progmodes/js.el (js-mode): Make paragraph variables local before
333         calling c-setup-paragraph-variables (Bug#6071).
335 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
337         * composite.el (compose-region, reference-point-alist): Fix typos
338         in the doc strings.
340 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
342         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
343         gnuplot's "set" command.
345 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
347         * abbrev.el (last-abbrev-text): Doc fix.
348         (abbrev-prefix-mark): Don't escape parenthesis.
350 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
352         * composite.el (find-composition): Doc fix.
354 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
356         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
357         (sql-oracle-program, sql-sqlite-options)
358         (sql-query-placeholders-and-send): Doc fixes.
359         (sql-set-product, sql-interactive-mode): Reflow docstrings.
360         (sql-imenu-generic-expression, sql-buffer)
361         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
362         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
363         (sql-mode-sybase-font-lock-keywords)
364         (sql-mode-informix-font-lock-keywords)
365         (sql-mode-interbase-font-lock-keywords)
366         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
367         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
368         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
369         (sql-product-feature, sql-highlight-product)
370         (comint-line-beginning-position, sql-rename-buffer)
371         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
372         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
373         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
374         Fix typos in docstrings.
376 2010-05-08  Juri Linkov  <juri@jurta.org>
378         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
379         property instead of `invisible' and `after-string' (bug#5998).
381 2010-05-08  Juri Linkov  <juri@jurta.org>
383         * image-mode.el (image-mode-as-text): Fix typo in docstring.
385 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
387         * filecache.el (file-cache-add-directory-list)
388         (file-cache-add-directory-recursively): Fix typos in docstrings.
390 2010-05-08  Kenichi Handa  <handa@m17n.org>
392         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
393         (gujarati-composable-pattern): Fix typo.
395 2010-05-08  Kenichi Handa  <handa@m17n.org>
397         * language/indian.el (oriya-composable-pattern)
398         (tamil-composable-pattern, malayalam-composable-pattern):
399         Add two-part vowels to "v" (vowel sign).
401 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
403         * files.el (copy-directory): Handle symlinks (Bug#5982).
405 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
407         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
408         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
409         (Bug#5846).
411 2010-05-08  Glenn Morris  <rgm@gnu.org>
413         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
415         * minibuffer.el (completion-at-point): Doc fix.
417 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
419         * electric.el (Electric-command-loop): Minor tweak.
421         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
422         better with dedicated windows.
424 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
426         * Version 23.2 released.
428 2010-05-07  Deniz Dogan <deniz.a.m.dogan@gmail.com>  (tiny change)
429             Stefan Monnier  <monnier@iro.umontreal.ca>
431         Highlight vendor specific properties.
432         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
433         (css-proprietary-property): New face.
434         (css-font-lock-keywords): Use them.
436 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
438         * cus-start.el (all): Add native condition for tool-bar-* symbols.
440 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
442         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
443         * files.el (auto-mode-alist): Remove redundant entries.
445         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
446         * simple.el (auto-save-mode): Move from files.el.
447         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
449 2010-05-07  Christian von Roques <roques@mti.ag> (tiny change)
451         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
453 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
455         * mail/binhex.el (binhex-decode-region-internal)
456         * mail/uudecode.el (uudecode-decode-region-internal)
457         * net/dns.el (dns-read-string-name, dns-write, dns-read)
458         (dns-read-type, dns-query)
459         * pgg-parse.el (pgg-parse-armor)
460         * pgg.el (pgg-verify-region)
461         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
462         XEmacs.
464         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
466 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
468         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
470         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
471         * emulation/cua-base.el (cua-repeat-replace-region):
472         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
473         (cua-cut-region-to-global-mark):
474         Remove text properties with `set-text-properties'.
476 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
478         * net/tramp.el (top, with-progress-reporter):
479         Use `symbol-function' inside `funcall'.
481         * net/tramp-compat.el (tramp-compat-file-attributes)
482         (tramp-compat-delete-file, tramp-compat-delete-directory):
483         Handle only `wrong-number-of-arguments' error.
485         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
486         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
487         inside `funcall'.
489 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
491         * minibuffer.el (completion--sreverse, completion--common-suffix):
492         New functions.
493         (completion-pcm--merge-completions): Extract common suffix when safe.
495         * emacs-lisp/easy-mmode.el (define-minor-mode):
496         Make :variable more flexible.
497         * files.el (auto-save-mode): Use it to define using define-minor-mode.
499 2010-05-05  Juri Linkov  <juri@jurta.org>
501         Add `slow' and `history' tags to the desktop data.
503         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
504         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
505         (Info-finder-find-node): Require `finder.el' to be able
506         to restore node from the desktop.
507         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
508         data `Info-history' and `slow' tag in the assoc list.
509         (Info-restore-desktop-buffer): Don't restore nodes with the
510         `slow' tag.  Restore `Info-history'.
512 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
514         Add FORCE argument to `delete-file'.
516         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
517         forcing to delete the temporary file.
518         (ange-ftp-delete-file): Add FORCE arg.
519         (ange-ftp-rename-remote-to-remote)
520         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
521         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
522         Force file deletion.
524         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
526         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
527         (tramp-handle-make-symbolic-link, tramp-handle-load)
528         (tramp-do-copy-or-rename-file-via-buffer)
529         (tramp-do-copy-or-rename-file-directly)
530         (tramp-do-copy-or-rename-file-out-of-band)
531         (tramp-handle-process-file, tramp-handle-call-process-region)
532         (tramp-handle-shell-command, tramp-handle-file-local-copy)
533         (tramp-handle-insert-file-contents, tramp-handle-write-region)
534         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
536         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
537         (tramp-fish-handle-make-symbolic-link)
538         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
540         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
541         Use `tramp-compat-delete-file'.
543         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
544         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
546         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
547         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
549         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
550         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
551         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
552         `tramp-compat-delete-file'.
554 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
556         Minor cleanups.
557         * subr.el (add-minor-mode): Use push.
558         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
559         * emulation/edt.el (edt-select-mode): Simplify.
561         Use define-minor-mode in more cases.
562         * term/tvi970.el (tvi970-set-keypad-mode):
563         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
564         (normal-erase-is-backspace-mode):
565         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
566         (set-scroll-bar-mode-1): (Re)move to its sole caller.
567         (get-scroll-bar-mode): New function.
568         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
570         Use define-minor-mode for less obvious cases.
571         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
572         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
573         * international/iso-ascii.el (iso-ascii-mode):
574         * frame.el (auto-raise-mode, auto-lower-mode):
575         * composite.el (global-auto-composition-mode): Use define-minor-mode.
577 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
579         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
580         in order to see error messages for failed logins.
582 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
584         * diff.el (diff-sentinel):
586         * epg.el (epg--make-temp-file, epg-decrypt-string)
587         (epg-verify-string, epg-sign-string, epg-encrypt-string):
589         * jka-compr.el (jka-compr-partial-uncompress)
590         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
592         * server.el (server-sentinel): Use delete-file's new FORCE arg
593         (Bug#6070).
595 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
597         Use define-minor-mode where applicable.
598         * view.el (view-mode):
599         * type-break.el (type-break-query-mode)
600         (type-break-mode-line-message-mode):
601         * textmodes/reftex.el (reftex-mode):
602         * term/vt100.el (vt100-wide-mode):
603         * tar-mode.el (tar-subfile-mode):
604         * savehist.el (savehist-mode):
605         * ibuf-ext.el (ibuffer-auto-mode):
606         * composite.el (auto-composition-mode):
607         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
608         Use define-minor-mode.
609         (vhdl-mode): Use static mode-line format.
610         (vhdl-mode-line-update): Delete.
611         (vhdl-create-mode-menu, vhdl-activate-customizations)
612         (vhdl-hs-minor-mode): Don't bother calling it.
614 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
616         * simple.el (with-wrapper-hook): Move.
617         (buffer-substring-filters): Mark obsolete.
618         (filter-buffer-substring-functions): New variable.
619         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
621         Use a mode-line spec rather than a static string in Semantic.
622         * cedet/semantic/util-modes.el:
623         (semantic-minor-modes-format): New var to replace...
624         (semantic-minor-modes-status): Remove.
625         (semantic-mode-line-update): Construct a mode-line spec rather than
626         a static string so that mouse buttons can be used on individual minor
627         modes and so that semantic-mode-line-update only needs to be called
628         when global settings are changed.
629         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
630         Call semantic-mode-line-update.
631         (semantic-toggle-minor-mode-globally): Don't assume mode is on
632         minor-mode-alist, check semantic-minor-mode-alist as well.
633         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
634         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
635         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
636         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
637         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
638         (define-semantic-idle-service, semantic-idle-summary-mode):
639         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
640         Don't call semantic-mode-line-update any more.
642 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
644         Use define-minor-mode in CEDET where applicable.
646         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
647         Use define-minor-mode.
649         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
650         Remove unused arg `keymap' and code redundant with define-minor-mode.
651         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
652         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
653         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
654         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
655         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
656         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
657         Use define-minor-mode.
658         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
659         (semantic-show-unmatched-syntax-mode-setup)
660         (semantic-show-parser-state-mode-setup)
661         (semantic-highlight-func-mode-setup): Inline into sole caller.
663         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
664         (semantic-mru-bookmark-mode): Use define-minor-mode.
665         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
667         * cedet/semantic/idle.el (define-semantic-idle-service):
668         Use define-minor-mode and inline setup function into its sole caller.
669         (semantic-idle-scheduler-mode-setup)
670         (semantic-idle-summary-mode-setup): Inline into sole caller.
671         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
672         Use define-minor-mode.
674         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
675         (semantic-decoration-mode): Use define-minor-mode.
676         (semantic-decoration-mode-setup): Inline into sole caller.
678         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
679         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
680         (ede-dired-add-to-target): Use dolist.
682 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
683             Michael Albinus  <michael.albinus@gmx.de>
685         Implement compression for inline methods.
687         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
688         (tramp-copy-size-limit): Allow also nil.
689         (tramp-inline-compress-commands): New defconst.
690         (tramp-find-inline-compress, tramp-get-inline-compress)
691         (tramp-get-inline-coding): New defuns.
692         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
693         replaced by `tramp-get-inline-coding'.
694         (tramp-handle-file-local-copy, tramp-handle-write-region)
695         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
697 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
699         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
700         Remove unused functions.
702         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
703         Set find-tag-default-function as a variable rather than a property.
705         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
706         * progmodes/etags.el (tags-completion-at-point-function):
707         Remove left over interactive spec.  Add autoloading stub.
708         (complete-tag): Use tags-completion-at-point-function.
710 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
712         * minibuffer.el (tags-completion-at-point-function): Fix return value.
714 2010-04-30  Eli Zaretskii  <eliz@gnu.org>
716         * composite.el (compose-region, reference-point-alist): Fix typos
717         in the doc strings.
719 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
721         * ido.el (ido-init-completion-maps): Remove C-v binding.
722         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
724 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
726         * minibuffer.el (tags-completion-at-point-function): New function.
727         (completion-at-point-functions): Use it.
729         * cedet/semantic.el (semantic-completion-at-point-function): New function.
730         (semantic-mode): Use semantic-completion-at-point-function for
731         completion-at-point-functions instead.
733         * progmodes/etags.el (complete-tag): Revert last change.
735 2010-04-29  Alan Mackenzie  <acm@muc.de>
737         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
738         off-by-one error (in end of macro position).
740 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
742         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
743         firefox is absent.  Don't autoload.
744         (browse-url-galeon-program): Don't autoload.
746 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
748         * bindings.el (complete-symbol): Move into minibuffer.el.
750         * minibuffer.el (complete-tag): Move from etags.el.  If tags
751         completion cannot be performed, return nil instead of signalling
752         an error.
753         (completion-at-point): Make it an alias for complete-symbol.
754         (complete-symbol): Move from bindings.el, and replace with the
755         body of completion-at-point.
757         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
759         * cedet/semantic.el (semantic-mode): When enabled, add
760         semantic-ia-complete-symbol to completion-at-point-functions.
762         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
763         if Semantic is not active.
765 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
767         * net/tramp.el (tramp-remote-selinux-p): New defun.
768         (tramp-handle-file-selinux-context)
769         (tramp-handle-set-file-selinux-context): Use it.
771 2010-04-28  Sam Steingold  <sds@gnu.org>
773         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
774         `safe-local-variable' if the value is a string or a symbol with
775         the property `bug-reference-url-format'.
777 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
779         * progmodes/bug-reference.el (bug-reference-url-format): Revert
780         2010-04-27 change due to security risk.
782 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
784         Make it possible to locally disable a globally enabled mode.
785         * simple.el (fundamental-mode): Run fundamental-mode-hook.
786         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
787         rather than kill-all-local-variables so it runs fundamental-mode-hook.
788         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
789         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
790         that subsequent hooks get a chance to disable it.
792 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
794         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
795         Avoid re-enabling a minor mode after the user turned the minor mode
796         off if MODE-enable-in-buffers is run twice (typically once from
797         fundamental-mode's after-change-major-mode-hook and a second time from
798         run-mode-hook's own after-change-major-mode-hook).
800         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
802 2010-04-27  Sam Steingold  <sds@gnu.org>
804         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
805         `safe-local-variable' if the value is a string or a function, as
806         documented and implemented on 2010-04-02.
808 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
810         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
811         when method is 'kill.
813 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
815         * ispell.el (ispell-init-process): Fix personal dictionary condition
816         in default directory check.
817         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
818         Kill ispell process when killing its associated buffer.
820 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
822         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
823         but we aren't using it.
825 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
827         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
828         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
830 2010-04-24  Glenn Morris  <rgm@gnu.org>
832         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
833         Ignore VCS-ignore files, and deleted nextstep preferences files.
834         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
835         (authors-ambiguous-files): New list.
836         (authors-valid-file-names): Add some deleted files.
837         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
838         (authors-disambiguate-file-name): New function.  (Bug#5501)
839         (authors-canonical-file-name): Doc fix.
840         Don't warn about obsolete files.
841         (authors-canonical-file-name, authors-scan-el):
842         Use authors-disambiguate-file-name.
844         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
845         Add autoload cookies.
846         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
847         (generated-autoload-file): Set file-local value to "htmlfontify.el".
848         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
849         They have definitions / compiler macros in cl.el.
850         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
851         Replace manual autoloads with generated ones.
852         (htmlfontify-unload-rgb-file): Remove autoload.
853         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
855 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
857         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
858         (byte-compile-setq-default): Optimize for the
859         single-var case and don't call byte-compile-form in this case to avoid
860         inf-loop with byte-compile-set-default.
862         * progmodes/compile.el (compilation-start): Abbreviate default directory.
864 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
866         Implement SELINUX backends.
868         * net/tramp.el (tramp-file-name-handler-alist):
869         Add `file-selinux-context' and `set-file-selinux-context'.
870         (tramp-handle-file-selinux-context)
871         (tramp-handle-set-file-selinux-context): New defuns.
872         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
873         Handle PRESERVE-SELINUX-CONTEXT.
875         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
876         Add `file-selinux-context' and `set-file-selinux-context'.
877         (tramp-gvfs-handle-file-selinux-context)
878         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
879         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
881         * net/ange-ftp.el (ange-ftp-copy-file):
882         * net/tramp-fish.el (tramp-fish-handle-copy-file):
883         * net/tramp-imap.el (tramp-imap-handle-copy-file):
884         * net/tramp-smb.el (tramp-smb-handle-copy-file):
885         Add PRESERVE-SELINUX-CONTEXT.
887 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
889         Synchronize with Tramp repository.
891         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
892         (tramp-action-process-alive, tramp-action-out-of-band)
893         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
894         (tramp-exists-file-name-handler): Fix docstring.
895         (with-progress-reporter): New defmacro.
896         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
897         (tramp-maybe-open-connection): Use it.
899 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
901         Detect ssh 'ControlMaster' argument automatically in some cases.
903         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
904         (tramp-default-method): Use it.
906 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
908         * net/tramp.el (tramp-handle-copy-file): Add new optional
909         parameter `preserve-selinux-context'.
910         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
912 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
914         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
915         Ensure, that non remote files are still checked.  Oops.
917 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
919         Fix Bug#5840.
921         * icomplete.el (icomplete-completions): Use `non-essential'.
923         * net/tramp.el (tramp-connectable-p): New defun.
924         (tramp-handle-expand-file-name)
925         (tramp-completion-handle-file-name-all-completions)
926         (tramp-completion-handle-file-name-completion): Use it.
928 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
930         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
932 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
934         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
936         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
938         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
939         is present.
941         * info.el (info-tool-bar-map): Add labels.
943         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
945         * cus-edit.el (custom-commands): Add labels for tool bar.
946         (custom-buffer-create-internal, Custom-mode): Adjust for
947         labels in custom-commands.
949         * dynamic-setting.el: Renamed from font-setting.el.
951 2010-04-21  John Wiegley  <jwiegley@gmail.com>
953         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
954         toggles the use of virtual buffers.
955         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
956         value.
957         (ido-toggle-virtual-buffers): New function.
959 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
961         Use `define-derived-mode'; fix window selection; doc fixes.
962         * play/tetris.el (tetris, tetris-update-speed-function)
963         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
964         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
965         (tetris-rotate-next, tetris-end-game, tetris-start-game)
966         (tetris-pause-game): Fix typos in docstrings.
967         (tetris-mode-map, tetris-null-map):
968         Move initialization into declaration.
969         (tetris-mode): Define with `define-derived-mode';
970         set show-trailing-whitespace to nil.
971         (tetris): Prefer window already displaying the "*Tetris*" buffer.
973 2010-04-21  Karel Klíč  <kklic@redhat.com>
975         * files.el (backup-buffer): Handle SELinux context, and return it
976         if a backup was made by renaming.
977         (backup-buffer-copy): Set SELinux context to the target file.
978         (basic-save-buffer): Set SELinux context of the newly written file.
979         (basic-save-buffer-1): Now it also returns any SELinux context.
980         (basic-save-buffer-2): Set SELinux context of the newly created file,
981         and return it.
982         * net/tramp.el (tramp-file-name-for-operation):
983         Add file-selinux-context.
985 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
987         Make the log-edit comments use RFC822 format throughout.
989         * vc.el (vc-checkin, vc-modify-change-comment):
990         Adjust to new vc-start/finish-logentry.
991         (vc-find-conflicted-file): New command.
992         (vc-transfer-file): Adjust to new vc-checkin.
993         (vc-next-action): Improve scoping.
995         * vc-hg.el (vc-hg-log-edit-mode): Remove.
996         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
998         * vc-git.el (vc-git-log-edit-mode): Remove.
999         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1000         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1002         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1003         (vc-start-logentry): Remove argument `extra'.
1004         (vc-finish-logentry): Remove extra args.
1006         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1007         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1008         (vc-bzr-conflicted-files): New function.
1010         * log-edit.el (log-edit-extra-flags)
1011         (log-edit-before-checkin-process): Remove.
1012         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1013         (log-edit-headers-alist): New var.
1014         (log-edit-header-contents-regexp): New const.
1015         (log-edit-match-to-eoh): New function.
1016         (log-edit-font-lock-keywords): Use them.
1017         (log-edit): Insert a "Summary:" header as default.
1018         (log-edit-mode): Mark font-lock rules as case-insensitive.
1019         (log-edit-done): Cleanup headers.
1020         (log-view-process-buffer): Remove.
1021         (log-edit-extract-headers): New function to replace it.
1023 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1025         * subr.el (default-direction-reversed): Remove obsolescence info.
1027 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1030         windows/frames.
1032         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1033         I.e. include text after point in the completion region.
1034         Also, return nil when we're not after/in a symbol.
1036         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1037         default enable-multibyte-characters.
1039 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1041         * international/mule.el: Help the user choose a valid coding-system.
1042         (read-buffer-file-coding-system): New function.
1043         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1044         coding-system cannot encode all the chars.
1046         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1047         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1048         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1049         Don't use *vc-bzr-shelve*.
1051 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1053         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1054         Don't destroy list before using it.
1056 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1058         Fix the version number for added files.
1059         * vc-hg.el (vc-hg-working-revision): Check if the file is
1060         registered after hg parent fails (Bug#5961).
1062 2010-04-19  Glenn Morris  <rgm@gnu.org>
1064         * htmlfontify.el (htmlfontify-buffer)
1065         (htmlfontify-copy-and-link-dir): Autoload entry points.
1067 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1069         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1070         name relative to the project root (Bug#5960).
1072 2010-04-19  Glenn Morris  <rgm@gnu.org>
1074         * vc-git.el (vc-git-print-log): Doc fix.
1076 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1078         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1080 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1082         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1083         default settings (Bug#5928).
1085 2010-04-19  Glenn Morris  <rgm@gnu.org>
1087         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1088         New function.
1089         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1091 2010-04-19  Kenichi Handa  <handa@m17n.org>
1093         * language/indian.el (malayalam-composable-pattern): Fix previous
1094         change (add U+0D4D "SIGN VIRAMA").
1095         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1096         (tamil-composable-pattern): Fix typo in the regexp.
1097         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1098         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1099         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1101 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1103         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1104         paragraph-separate (Bug#5821).
1106 2010-04-19  Juri Linkov  <juri@jurta.org>
1108         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1110         * info.el (Info-find-node-2): Comment out code that skips
1111         breadcrumbs line.
1112         (Info-mouse-follow-link): New command.
1113         (Info-link-keymap): New keymap.
1114         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1115         Return a string with links instead of inserting breadcrumbs
1116         to the Info buffer.
1117         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1118         Instead of putting the `invisible' text property over the Info
1119         header, make an overlay over the Info header with the `invisible'
1120         property and `after-string' set to the string returned by
1121         `Info-breadcrumbs'.
1123 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1125         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1126         Reported by monkey@sandpframing.com.
1128 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1131         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1132         available in the "keyseq cache" any more.
1134         * custom.el (defcustom): Add edebug spec.
1136 2010-04-18  Juri Linkov  <juri@jurta.org>
1138         Test for special mode-class in view-buffer instead of view-file (bug#5513).
1140         * view.el (view-file, view-buffer): Move test for special mode-class
1141         from view-file to view-buffer.
1143         * tar-mode.el (tar-extract): Turn if's into one cond
1144         like in arc-mode.el.
1146 2010-04-18  Juri Linkov  <juri@jurta.org>
1148         Add 7z archive format support (bug#5475).
1150         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1151         (archive-7z-extract): New defcustom.
1152         (archive-find-type): Add magic string for 7z.
1153         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1154         If `stderr-file' is non-nil, use `(t stderr-file)' for the
1155         `buffer' arg of `call-process'.
1156         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1157         call the function `archive-7z-extract' with the variable
1158         `archive-7z-extract' let-bound to `archive-zip-extract'.
1159         (archive-7z-summarize, archive-7z-extract): New functions.
1161         * international/mule.el (auto-coding-alist):
1162         * files.el (auto-mode-alist): Add 7z file extension.
1164 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1166         * loadup.el: Setup hash-cons for pure data.
1168         Fix duplicate entries in cedet's loaddefs.el files.
1169         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1170         Should make most file-local generated-autoload-file unnecessary.
1171         (print-readably): Silence warnings.
1172         (autoload-find-destination): Take load-name as an arg to make sure
1173         it's the same as the one that will be in the file.
1174         (autoload-generate-file-autoloads): Adjust to above changes.
1175         Try to make the dataflow a bit simpler.
1177         * cvs-status.el (cvs-refontify): Remove unused.
1179 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1181         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1183         * calc-bin.el (calc-radix): Have the "O" option turn on
1184         twos-complement mode.
1186 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
1188         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1189         Add `calc-option-prefix-help' to calc-help autoloads.
1190         (calc-inverse): Add "Option" to message, as appropriate.
1191         (calc-hyperbolic): Add "Option" to message, as appropriate.
1192         (calc-option, calc-is-option): New functions.
1194         * calc-help.el (calc-full-help): Add `calc-option-help'.
1195         (calc-option-prefix-help): New function.
1197         * calc-misc.el (calc-help): Add "Option" entry.
1199         * calc.el (calc-local-var-list): Add `calc-option-flag'.
1200         (calc-option-flag): New variable.
1201         (calc-do): Set `calc-option-flag to nil.
1202         (calc-set-mode-line): Add "Opt " as appropriate.
1204 2010-04-16  Juri Linkov  <juri@jurta.org>
1206         Move scrolling commands from simple.el to window.el
1207         because their primitives are implemented in window.c.
1209         * simple.el (scroll-error-top-bottom)
1210         (scroll-up-command, scroll-down-command, scroll-up-line)
1211         (scroll-down-line, scroll-other-window-down)
1212         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1213         * window.el (scroll-error-top-bottom)
1214         (scroll-up-command, scroll-down-command, scroll-up-line)
1215         (scroll-down-line, scroll-other-window-down)
1216         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1217         Move from simple.el to window.el because their primitives are
1218         implemented in window.c.
1220 2010-04-16  Juri Linkov  <juri@jurta.org>
1222         * isearch.el (isearch-lookup-scroll-key): Check both
1223         `isearch-scroll' and `scroll-command' properties.
1224         (scroll-up, scroll-down): Remove `isearch-scroll' property.
1226         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1228         * simple.el (scroll-up-command, scroll-down-command)
1229         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1231 2010-04-15  Juri Linkov  <juri@jurta.org>
1233         * simple.el (scroll-up-command, scroll-down-command)
1234         (scroll-up-line, scroll-down-line): Put `scroll-command'
1235         property on the these symbols.  Remove them from
1236         `scroll-preserve-screen-position-commands'.
1238         * mwheel.el (mwheel-scroll): Put `scroll-command' and
1239         `isearch-scroll' properties on the `mwheel-scroll' symbol.
1240         Remove it from `scroll-preserve-screen-position-commands'.
1242         * isearch.el (isearch-allow-scroll): Doc fix.
1244 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
1246         * net/tramp.el (tramp-error-with-buffer): Don't show the
1247         connection buffer when we are in completion mode.
1248         (tramp-file-name-handler): Catch the error for some operations
1249         when we are in completion mode.  This gives the user the chance to
1250         correct the file name in the minibuffer.
1252 2010-04-15  Glenn Morris  <rgm@gnu.org>
1254         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1256 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
1258         Simplify by using `define-derived-mode'.
1259         * info.el (Info-mode):
1260         * calendar/todo-mode.el (todo-mode):
1261         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1262         (gomoku-mode-map): Move initialization into declaration.
1264 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
1266         Fix Bug#5840.
1267         * ido.el (ido-file-name-all-completions-1):
1268         * minibuffer.el (minibuffer-completion-help):
1269         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1271 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1273         * simple.el (non-essential): New var.
1275         Add a new field `location' to bookmarks for non-file bookmarks.
1276         * bookmark.el (bookmark-location): Use the new field, if present.
1277         (bookmark-insert-location): Undo last change, not needed any more.
1278         * man.el (Man-bookmark-make-record):
1279         * woman.el (woman-bookmark-make-record): Add `location' field.
1281 2010-04-14  Juri Linkov  <juri@jurta.org>
1283         * simple.el (scroll-error-top-bottom): New defcustom.
1284         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
1286         * emulation/pc-select.el (pc-select-override-scroll-error):
1287         Obsolete in favor of `scroll-error-top-bottom'.
1289 2010-04-14  Juri Linkov  <juri@jurta.org>
1291         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1292         `scroll-up-command' and `M-v' to `scroll-down-command'.
1294         * emulation/cua-rect.el (cua--init-rectangles):
1295         * forms.el (forms--change-commands):
1296         * image-mode.el (image-mode-map):
1297         Remap scroll-down-command and scroll-up-command
1298         in addition to scroll-down and scroll-up.
1300 2010-04-14  Juri Linkov  <juri@jurta.org>
1302         * mwheel.el (scroll-preserve-screen-position-commands):
1303         Add mwheel-scroll to this list of commands.
1305         * simple.el (scroll-preserve-screen-position-commands):
1306         Add scroll-up-command, scroll-down-command, scroll-up-line,
1307         scroll-down-line to this list of commands.
1309 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * obsolete/complete.el: Move from lisp/complete.el.
1313         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1315         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1316         to the minor mode function now turns the mode ON unconditionally.
1318 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1320         * vc-dir.el (vc-dir-kill-line): New command.
1321         (vc-dir-mode-map): Bind it to C-k.
1323         * bookmark.el (bookmark-insert-location): Handle a nil filename.
1325         * woman.el: Add bookmark declarations to silence the compiler.
1326         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1327         step to compatibility between man and woman bookmarks.
1328         Adjust for Man-default-bookmark-title renaming.
1329         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
1331         * man.el: Add bookmark declarations to silence the compiler.
1332         (Man-name-local-regexp): Make it match NAME as well.
1333         (Man-getpage-in-background): Return the buffer.
1334         (Man-notify-when-ready): Use `case'.
1335         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1336         Don't hardcode "NAME".  Simplify.
1337         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1338         Rename from Man-bookmark-make-record.
1339         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
1340         we have the actual man-args.  Use Man-getpage-in-background rather
1341         than `man' since the arg is already processed.  Let bookmark.el do the
1342         window handling.  Only wait for the relevant process.
1343         Don't forget to autoload.
1345         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1347 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1349         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1350         New functions.
1351         (woman-mode): Setup bookmark support.
1353         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1354         (man-bookmark-jump): New functions.
1355         (Man-mode): Setup bookmark support.
1357 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
1359         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1360         recognize ssh-keygen prompt (Bug#2817).
1362 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1364         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1366 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1368         Synchronize with Tramp repository.
1370         * net/tramp.el (tramp-completion-function-alist)
1371         (tramp-file-name-regexp, tramp-chunksize)
1372         (tramp-local-coding-commands, tramp-remote-coding-commands):
1373         Fix docstring.
1374         (tramp-remote-process-environment): Use `format' instead of `concat'.
1375         (tramp-handle-directory-files-and-attributes)
1376         (tramp-get-remote-path): Use `copy-tree'.
1377         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1378         compatibility: Use `completion-ignore-case' if
1379         `read-file-name-completion-ignore-case' does not exist.
1380         (tramp-do-copy-or-rename-file-directly): Do not use
1381         `tramp-handle-file-remote-p'.
1382         (tramp-do-copy-or-rename-file-out-of-band):
1383         Use `tramp-compat-delete-directory'.
1384         (tramp-do-copy-or-rename-file-out-of-band)
1385         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1386         Use `format-spec-make'.
1387         (tramp-find-foreign-file-name-handler)
1388         (tramp-advice-make-auto-save-file-name)
1389         (tramp-set-auto-save-file-modes): Remove superfluous check for
1390         `stringp'.  This is done inside `tramp-tramp-file-p'.
1391         (tramp-debug-outline-regexp): New defconst.
1392         (tramp-get-debug-buffer): Use it.
1393         (tramp-check-for-regexp): Use (forward-line 1).
1394         (tramp-set-auto-save-file-modes): Adapt version check.
1396         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1397         Wrap call of `featurep' for 2nd argument.
1398         (tramp-compat-make-temp-file): Simplify fallback implementation.
1399         (tramp-compat-copy-tree): Remove function.
1400         (tramp-compat-delete-directory): Provide implementation for older
1401         Emacsen.
1403         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1404         Do not use `tramp-fish-handle-file-attributes.
1406         * net/trampver.el: Update release number.
1408 2010-04-10  Glenn Morris  <rgm@gnu.org>
1410         * progmodes/compile.el (compilation-save-buffers-predicate):
1411         Add missing :version tag.
1413 2010-04-09  Sam Steingold  <sds@gnu.org>
1415         * progmodes/compile.el (compilation-save-buffers-predicate):
1416         Remove the "autoload" cookie.
1418         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1419         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1420         and `bug-reference-prog-mode' can be used in hooks directly.
1422 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1424         Add --author support to git commit.
1425         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1426         (vc-git-log-edit-mode): New minor mode.
1427         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1428         New declarations.
1430 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
1432         * vc-hooks.el, vc-git.el: Improve documentation comments.
1434 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1436         Fix some of the problems in defsubst* (bug#5728).
1437         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1438         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1440 2010-04-07  Sam Steingold  <sds@gnu.org>
1442         * progmodes/compile.el (compilation-save-buffers-predicate):
1443         New custom variable.
1444         (compile, recompile): Pass it to `save-some-buffers'.
1446 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
1448         * wid-edit.el (widget-choose): Move cursor to the second line of
1449         the buffer (Bug#5695).
1451 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1453         Add new VC methods: vc-log-incoming and vc-log-outgoing.
1454         * vc.el (vc-print-log-setup-buttons): New function split out from
1455         vc-print-log-internal.
1456         (vc-log-internal-common): New function, a parametrized version of
1457         vc-print-log-internal.
1458         (vc-print-log-internal): Just call vc-log-internal-common with the
1459         right arguments.
1460         (vc-incoming-outgoing-internal):
1461         (vc-log-incoming, vc-log-outgoing): New functions.
1462         (vc-log-view-type): New permanent local variable.
1464         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1466         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1467         of the dynamic bound vc-short-log.
1468         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1470         * vc-git.el (vc-git-log-outgoing): New function.
1471         (vc-git-log-view-mode): Use vc-log-view-type instead
1472         of the dynamic bound vc-short-log.
1474         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1475         of the dynamic bound vc-short-log.  Highlight the tag.
1476         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1477         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1478         (vc-hg-incoming-mode): Remove.
1479         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1481 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1483         Fix default-directory for vc-root-diff.
1484         * vc.el (vc-root-diff): Bind default-directory to the root
1485         directory for the diff command.
1487 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
1489         * progmodes/verilog-mode.el (verilog-forward-sexp):
1490         (verilog-calc-1): Support "disable fork" and "fork wait" multi
1491         word keywords, suggested by Steve Pearlmutter.
1492         (verilog-pretty-declarations): Support lineup of declarations in
1493         port lists.
1494         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1495         fix bug for /* / comments
1496         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1497         Speed up and simplfy as this is never called with a bound.
1498         (verilog-pretty-declarations): Enhance to line up declarations
1499         inside a parameter list, suggested by Alan Morgan.
1500         (verilog-pretty-expr): Tune assignment regular expression match
1501         string for corner cases; also use markers instead of character
1502         number as indent changes the later.
1504 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
1506         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1507         as missing keyword.
1508         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1509         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
1510         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1511         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
1512         Tennant.
1513         (verilog-keywords):
1514         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1515         1800-2009 keywords, including "global.".
1517 2010-04-06  John Wiegley  <jwiegley@gmail.com>
1519         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
1520         appearing in buffer list (if a live buffer name matched a recentf
1521         file basename).  Should use uniquify to offer a real solution.
1523 2010-04-06  John Wiegley  <jwiegley@gmail.com>
1525         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
1526         comment to code, and add a :version tag.
1527         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
1529 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
1531         Enable recentf-mode if using virtual buffers.
1532         * ido.el (recentf-list): Declare for byte-compiler.
1533         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
1534         (ido-make-buffer-list): Simplify.
1535         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
1537 2010-04-05  Juri Linkov  <juri@jurta.org>
1539         Scrolling commands which scroll a line instead of full screen.
1540         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1542         * simple.el (scroll-up-line, scroll-down-line): New commands.
1543         Put property isearch-scroll=t on them.
1545         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
1546         Remove commands.
1548 2010-04-05  Juri Linkov  <juri@jurta.org>
1550         Scrolling commands which do not signal errors at top/bottom.
1551         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1553         * simple.el (scroll-up-command, scroll-down-command): New commands.
1554         Put property isearch-scroll=t on them.
1556         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
1557         `scroll-down-command' and [next] from `scroll-up' to
1558         `scroll-up-command'.
1560         * emulation/cua-base.el: Put property CUA=move on
1561         `scroll-up-command' and `scroll-down-command'.
1562         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
1563         and `scroll-down-command' to `cua-scroll-down'.
1565 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
1567         * help.el (describe-mode): Return nil.
1569 2010-04-04  John Wiegley  <jwiegley@gmail.com>
1571         * ido.el (ido-use-virtual-buffers): New variable to indicate
1572         whether "virtual buffer" support is enabled for IDO.
1573         (ido-virtual): Face used to indicate virtual buffers in the list.
1574         (ido-buffer-internal): If a buffer is chosen, and no such buffer
1575         exists, but a virtual buffer of that name does (which would be why
1576         it was in the list), recreate the buffer by reopening the file.
1577         (ido-make-buffer-list): If virtual buffers are being used, call
1578         `ido-add-virtual-buffers-to-list' before the make list hook.
1579         (ido-virtual-buffers): New variable which contains a copy of the
1580         current contents of the `recentf-list', albeit pared down for the
1581         sake of speed, and with proper faces applied.
1582         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
1583         create a list of "virtual buffers" to present to the user in
1584         addition to the currently open set.  Note that this logic could
1585         get rather slow if that list is too large.  With the default
1586         `recentf-max-saved-items' of 200, there is little speed penalty.
1588 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1590         * font-lock.el: Require CL when compiling.
1591         (font-lock-turn-on-thing-lock): Use `case'.
1593 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
1595         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
1596         Zaretskii.
1598 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
1600         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1601         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1602         (semantic-imenu-goto-function): Reflow docstring.
1604 2010-04-02  Juri Linkov  <juri@jurta.org>
1606         * ehelp.el (electric-help-orig-major-mode):
1607         New buffer-local variable.
1608         (electric-help-mode): Set it to original major-mode.  Doc fix.
1609         (with-electric-help): Use `electric-help-orig-major-mode' instead
1610         of (default-value 'major-mode).  Doc fix.
1611         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
1613 2010-04-02  Sam Steingold  <sds@gnu.org>
1615         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1616         `vc-hg-command' with a list of flags.
1618         * progmodes/bug-reference.el (bug-reference-bug-regexp):
1619         Also accept "patch" and "RFE".
1620         (bug-reference-fontify): `bug-reference-url-format' can also be a
1621         function to be able to handle the bug kind.
1622         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
1624 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
1626         * tmm.el (tmm-get-keymap): Check with symbolp before passing
1627         value to fboundp, it may not be a symbol.
1629 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1631         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1633 2010-03-31  Juri Linkov  <juri@jurta.org>
1635         * simple.el (next-line, previous-line): Re-throw a signal
1636         with `signal' instead of using `ding'.
1637         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1639 2010-03-31  Juri Linkov  <juri@jurta.org>
1641         * simple.el (keyboard-escape-quit): Raise deselecting the active
1642         region higher than exiting the minibuffer.
1643         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1645 2010-03-31  Juri Linkov  <juri@jurta.org>
1647         * image.el (image-animated-p): Use `image-metadata' instead of
1648         `image-extension-data'.  Get GIF extenstion data from metadata
1649         property `extension-data'.
1651 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * simple.el (append-to-buffer): Simplify.
1655 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
1657         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1658         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1660 2010-03-31  Kenichi Handa  <handa@m17n.org>
1662         * language/sinhala.el (composition-function-table): Fix regexp for
1663         the new Unicode specification.
1665         * language/indian.el (devanagari-composable-pattern)
1666         (tamil-composable-pattern, kannada-composable-pattern)
1667         (malayalam-composable-pattern): Adjust for the new Unicode
1668         specification.
1669         (bengali-composable-pattern, gurmukhi-composable-pattern)
1670         (gujarati-composable-pattern, oriya-composable-pattern)
1671         (telugu-composable-pattern): New variables to cope with the new
1672         Unicode specification.  Use them in composition-function-table.
1674 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1676         Make tmm-menubar work for the Buffers menu again (bug#5726).
1677         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1678         vectors rather than cons cells, as used in menu-bar-update-buffers.
1680 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1682         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1683         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1684         electric punctuation for "{}();,:" (Bug#5586).
1686         * mail/sendmail.el (mail-default-directory): Doc fix.
1688 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1690         * mail/sendmail.el (mail-default-directory): Doc fix.
1692 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1694         * subr.el (version-regexp-alist, version-to-list)
1695         (version-list-<, version-list-=, version-list-<=)
1696         (version-list-not-zero, version<, version<=, version=): Doc fix.
1697         (Bug#5744).
1699 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
1701         * vc.el (vc-root-diff): Doc fix.
1703 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1705         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1707         * simple.el (append-to-buffer): Fix last change.
1709 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1711         * simple.el (append-to-buffer): Ensure that point is preserved if
1712         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1713         (Bug#5749)
1715 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1717         * files.el (auto-mode-case-fold): Change default to t.
1719 2010-03-30  Juri Linkov  <juri@jurta.org>
1721         * dired-x.el (dired-omit-mode): Doc fix.
1723 2010-03-30  Juri Linkov  <juri@jurta.org>
1725         * replace.el (occur-accumulate-lines): Move occur-engine related
1726         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1727         to be located after `occur-engine'.
1729 2010-03-30  Juri Linkov  <juri@jurta.org>
1731         Make occur handle multi-line matches cleanly with context.
1732         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1734         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1735         (occur-engine): Add local variables `ret', `prev-after-lines',
1736         `prev-lines'.  Use more arguments for `occur-context-lines'.
1737         Set first elem of its returned list to `data', and the second elem
1738         to `prev-after-lines'.  Don't print the separator line.
1739         In the end, print remaining context after-lines.
1740         (occur-context-lines): Add new arguments `begpt', `endpt',
1741         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
1742         after-lines of the previous match with before-lines of the
1743         current match and not overlap them.  Return a list with two
1744         values: the output line and the list of context after-lines.
1746 2010-03-30  Juri Linkov  <juri@jurta.org>
1748         * replace.el (occur-accumulate-lines): Fix a bug where the first
1749         context line at the beginning of the buffer was missing.
1751 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
1753         * files.el: Make bidi-display-reordering safe variable for boolean
1754         values.
1756 2010-03-29  Phil Hagelberg  <phil@evri.com>
1757             Chong Yidong  <cyd@stupidchicken.com>
1759         * subr.el: Extend progress reporters to perform "spinning".
1760         (progress-reporter-update, progress-reporter-do-update):
1761         Handle non-numeric value arguments.
1762         (progress-reporter--pulse-characters): New var.
1764 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1766         * progmodes/compile.el (compilation-start): Fix regexp detection
1767         of initial cd command (Bug#5771).
1769 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
1771         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1773 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
1775         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1776         * lisp/progmodes/gdb-mi.el: Restore.
1777         * lisp/progmodes/gdb-ui.el: Remove.
1778         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1780 2010-03-25  Glenn Morris  <rgm@gnu.org>
1782         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1783         all dired buffers, even tramp ones.  (Bug#5755)
1785 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1787         Add "union tags" in mpc.el.
1788         * mpc.el: Remove backward compatibility code.
1789         (mpc-browser-tags): Change default.
1790         (mpc--find-memoize-union-tags): New var.
1791         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1792         (mpc-cmd-find): Handle the case where the playlist does not exist.
1793         Handle union-tags.
1794         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
1795         (mpc-cmd-add): Use mpc-cmd-flush.
1796         (mpc-tagbrowser-tag-name): New fun.
1797         (mpc-tagbrowser-buf): Use it.
1798         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
1800 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1802         Misc cleanup.
1803         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1804         Use replace-regexp-in-string.
1805         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1806         (makefile-imake-mode-syntax-table): Move init into defvar.
1807         (makefile-mode): Use define-derived-mode.
1809         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1810         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1811         not be present any more.
1813 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1815         * faces.el (set-face-attribute): Fix typo in docstring.
1816         (face-valid-attribute-values): Reflow docstring.
1818         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1820 2010-03-24  Glenn Morris  <rgm@gnu.org>
1822         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1824 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1826         * indent.el (indent-for-tab-command): Doc fix.
1828 2010-03-24  Alan Mackenzie  <acm@muc.de>
1830         * progmodes/cc-engine.el (c-remove-stale-state-cache):
1831         Fix off-by-one error.  Fixes bug #5747.
1833 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1835         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1836         (image-dired-read-comment): Doc fix.
1838         * json.el (json-object-type, json-array-type, json-key-type)
1839         (json-false, json-null, json-read-number):
1840         * minibuffer.el (completion-in-region-functions):
1841         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1842         (cal-tex-cursor-week):
1843         * emacs-lisp/trace.el (trace-function):
1844         * eshell/em-basic.el (eshell/printnl):
1845         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1846         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1847         * obsolete/levents.el (allocate-event, event-key, event-object)
1848         (event-point, event-process, event-timestamp, event-to-character)
1849         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1850         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1851         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1852         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1853         (reftex-highlight-selection): Fix typos in docstrings.
1855 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1857         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1859 2010-03-24  Glenn Morris  <rgm@gnu.org>
1861         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1862         2008-02-13 without comment; mark it obsolete.
1863         (rmail-highlight-headers): Use rmail-highlight-face once more.
1865 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1867         * woman.el (woman2-process-escapes): Only consume the newline if
1868         the filler character is on a line by itself (Bug#5729).
1870 2010-03-24  Kenichi Handa  <handa@m17n.org>
1872         * language/indian.el (devanagari-composable-pattern): Add more
1873         consonants.
1875 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1877         * net/trampver.el: Update release number.
1879 2010-03-24  Glenn Morris  <rgm@gnu.org>
1881         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1883 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1885         * net/tramp.el (tramp-find-executable):
1886         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1887         output of "wc -l" more robust.
1888         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1889         (tramp-open-connection-setup-interactive-shell): Remove workaround
1890         for OpenSolaris bug, it is not needed anymore.
1892 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
1894         * cedet/semantic/imenu.el: New file, from the CEDET repository
1895         (Bug#5412).
1897 2010-03-24  Glenn Morris  <rgm@gnu.org>
1899         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1901 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
1903         * files.el (auto-mode-alist): Accept more verilog file patterns.
1905 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1907         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1909 2010-03-24  Glenn Morris  <rgm@gnu.org>
1911         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1912         log-edit-before-checkin-process.
1914         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1916         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1918         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1919         (log-view-process-buffer, log-edit-extra-flags): Declare.
1921         * log-edit.el (log-edit-before-checkin-process): Doc fix.
1923         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1924         Consistently check ede-object is bound throughout.
1926         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1928 2010-03-23  Sam Steingold  <sds@gnu.org>
1930         Fix bug#5620: recalculate all markers on compilation buffer
1931         modifications, not on file modifications.
1932         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1933         the buffer modification time, for buffers not associated with files.
1934         (compilation-mode): Create it.
1935         (compilation-filter): Update it.
1936         (compilation-next-error-function): Use it instead of
1937         `visited-file-modtime' for timestamp.
1939 2010-03-23  Juri Linkov  <juri@jurta.org>
1941         Implement Occur multi-line matches.
1942         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1944         * replace.el (occur): Doc fix.
1945         (occur-engine): Set `begpt' to the beginning of the first line.
1946         Set `endpt' to the end of the last match line.  At first, count
1947         line numbers between `origpt' and `begpt'.  Split out code from
1948         `out-line' variable to new let-bindings `match-prefix' and
1949         `match-str'.  In `out-line' add non-numeric prefix to all
1950         non-first lines of multi-line matches.  Finally, count lines
1951         between `begpt' and `endpt' and add to `lines'.
1953 2010-03-23  Juri Linkov  <juri@jurta.org>
1955         * replace.el (occur-accumulate-lines, occur-engine):
1956         Use `occur-engine-line' instead of duplicate code.
1957         (occur-engine-line): New function created from duplicate code
1958         in `occur-accumulate-lines' and `occur-engine'.
1960         * replace.el (occur-engine-line): Add optional arg `keep-props'.
1961         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1963 2010-03-23  Juri Linkov  <juri@jurta.org>
1965         * finder.el: Remove TODO tasks.
1967         * info.el (Info-finder-find-node): Add node "all"
1968         with all package info.  Handle a list of multiple keywords
1969         separated by comma.
1970         (info-finder): In interactive use with a prefix argument,
1971         use `completing-read-multiple' to read a list of keywords
1972         separated by comma.
1974 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1976         Add a new completion style `substring'.
1977         * minibuffer.el (completion-basic--pattern): New function.
1978         (completion-basic-try-completion, completion-basic-all-completions):
1979         Use it.
1980         (completion-substring--all-completions)
1981         (completion-substring-try-completion)
1982         (completion-substring-all-completions): New functions.
1983         (completion-styles-alist): New style `substring'.
1985 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1987         Get rid of .elc files after removal of the corresponding .el.
1988         * Makefile.in (compile-clean): New target.
1989         (compile-main): Use it.
1991 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
1993         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
1994         don't do make there.  When compiling with separate object dir, there
1995         is no Makefile there.
1997 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1999         Get rid of the ELCFILES abomination, again.
2000         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2001         (all, compile): Don't call compile-last.
2002         (compile-main): Build the "elcfiles" list dynamically.
2003         (compile-targets): New (internal) target.
2005 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2007         * Makefile.in (top_srcdir): Define.
2008         (abs_top_builddir): Define.
2009         (srcdir): Don't append `/..'.
2010         (EMACS): Use ${abs_top_builddir}.
2011         (all, compile, compile-always, compile-last): Don't set emacswd.
2012         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2013         $(srcdir).
2014         (lisp): Use $(srcdir) instead of @srcdir@.
2016 2010-03-21  Juri Linkov  <juri@jurta.org>
2018         Fix message of multi-line occur regexps and multi-buffer header lines.
2019         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2021         * replace.el (occur-1): Don't display regexp if it is longer
2022         than window-width.  Use `query-replace-descr' to display regexp.
2023         (occur-engine): Don't display regexp in the buffer header for
2024         multi-buffer occur.  Display a separate header line with total
2025         match count and regexp for multi-buffer occur.
2026         Use `query-replace-descr' to display regexp.
2028 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2030         * net/secrets.el: Fix parenthesis.
2031         (secrets-enabled): Fix parenthesis.
2033 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         Use more relative file and directory names.
2036         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2037         (setwins, setwins_almost, setwins_for_subdirs):
2038         Don't `cd'; output relative names.
2039         (all, compile, compile-always, compile-last): Set emacswd.
2040         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2041         Just cd to the lisp source dir so we can use relative file names.
2043         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2045 2010-03-20  Glenn Morris  <rgm@gnu.org>
2047         * textmodes/rst.el: Use faces for font-lock customization, and make the
2048         old -face variables obsolete.
2049         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2050         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2051         (rst-block-face, rst-external-face, rst-definition-face)
2052         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2053         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2054         Make obsolete.
2055         (rst-font-lock-keywords-function): Update for above changes.
2057 2010-03-20  Juri Linkov  <juri@jurta.org>
2059         * s-region.el:
2060         * obsolete/s-region.el: Move to obsolete.
2062 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2064         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2066 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2068         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2070 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2072         Add special markup processing for commit logs.
2073         * log-edit.el (log-edit-extra-flags): New variable.
2074         (log-edit): Add new argument MODE.  Use that mode when non-nil
2075         instead of the log-view-mode.
2076         (log-view-process-buffer): New function.
2078         * vc.el: Document that the checkin method takes optional
2079         arguments.  Document new backend specific method: log-view-mode.
2080         (vc-default-log-edit-mode): New function.
2081         (vc-checkin): Use a backend specific log-view-mode.
2082         Pass extra arguments to the checkin method.
2083         (vc-modify-change-comment): Pass a dummy extra argument.
2085         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2086         log-edit.
2087         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2088         (vc-finish-logentry): Process the log buffer before passing it
2089         down.  Pass log-edit-extra-flags.
2091         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2092         command.
2093         (log-edit-extra-flags, log-edit-before-checkin-process):
2094         New declarations.
2096         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2097         command.
2098         (log-edit-extra-flags, log-edit-before-checkin-process):
2099         New declarations.
2100         (vc-hg-log-edit-mode): New derived mode.
2102         * vc-arch.el (vc-arch-checkin):
2103         * vc-cvs.el (vc-cvs-checkin):
2104         * vc-git.el (vc-git-checkin):
2105         * vc-mtn.el (vc-mtn-checkin):
2106         * vc-rcs.el (vc-rcs-checkin):
2107         * vc-sccs.el (vc-sccs-checkin):
2108         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2110 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2112         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2113         parent typo).
2115 2010-03-19  Glenn Morris  <rgm@gnu.org>
2117         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2119 2010-03-18  Glenn Morris  <rgm@gnu.org>
2121         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2123         * replace.el (query-replace-history): Give it a doc string.
2124         (map-query-replace-regexp): Use query-replace-from-history-variable
2125         and query-replace-to-history-variable.
2127         * mail/hashcash.el (declare-function): Remove duplicate definition.
2129         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2130         Make it an obsolete alias for report-emacs-bug-address.
2131         (message-strip-special-text-properties): Declare.
2132         (report-emacs-bug): Remove test for a pretest bug address.
2133         Combine message-mode-specific code.
2135         * mail/supercite.el: Don't require sendmail.
2136         (mh-in-header-p): Declare rather than using with-no-warnings.
2137         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2138         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
2140         * calendar/cal-french.el: Convert to utf-8.
2142         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2143         Emacs scripts.
2145 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
2147         * net/secrets.el (secrets-enabled): New variable.  Use it instead
2148         of a subfeature.
2150 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
2152         * net/secrets.el (top): Register the D-Bus signals only when the
2153         service "org.freedesktop.secrets" can be pinged.
2154         Provide subfeature `enabled'.
2156 2010-03-14  Juri Linkov  <juri@jurta.org>
2158         Add finder unknown keywords.
2160         * finder.el (finder-unknown-keywords): New function.
2162         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2163         to create a Finder node with unknown keywords.
2165 2010-03-14  Juri Linkov  <juri@jurta.org>
2167         * finder.el (finder-compile-keywords): Replace `princ' with
2168         `prin1' on a list of symbols interned from keyword strings.
2170         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2171         a comma, then split keywords using a comma and optional whitespace.
2172         Otherwise, split by whitespace.
2174         * complete.el:
2175         * face-remap.el:
2176         * log-view.el:
2177         * net/hmac-def.el:
2178         * net/hmac-md5.el:
2179         * net/netrc.el:
2180         * progmodes/mixal-mode.el: Fix keywords.
2182 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2184         * Makefile.in (ELCFILES): Add net/secrets.elc.
2186         * net/secrets.el: New file.
2188 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2190         * facemenu.el (list-colors-display, list-colors-print): New arg
2191         callback.  Use it to allow selecting colors.
2193         * wid-edit.el (widget-image-insert): Insert image prop even if the
2194         current display is non-graphic.
2195         (widget-field-value-set): New fun.
2196         (editable-field): Use it.
2197         (widget-field-value-get): Clean up unused var.
2198         (widget-color-value-create, widget-color--choose-action):
2199         New funs.  Allow using list-colors-display to choose color.
2201 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2203         * cus-edit.el: Resort topmost custom groups.
2204         (custom-buffer-sort-alphabetically): Default to t.
2205         (customize-apropos): Use apropos-parse-pattern.
2206         (custom-search-field): New var.
2207         (custom-buffer-create-internal): Add custom-apropos search field.
2208         (custom-add-parent-links): Don't display parent doc.
2209         (custom-group-value-create): Don't sort top-level custom group.
2210         (custom-magic-value-create): Show visibility button before option name.
2212         (custom-variable-state): New fun, from custom-variable-state-set.
2213         (custom-variable-state-set): Use it.
2214         (custom-group-value-create): Hide options with standard values
2215         using the :hidden-states property.  Use progress reporter.
2217         (custom-show): Simplify.
2218         (custom-visibility): Disable images by default.
2219         (custom-variable): New property :hidden-states.
2220         (custom-variable-value-create): Enable images for
2221         custom-visibility widgets.  Use :hidden-states property to
2222         determine initial visibility.
2224         * wid-edit.el (widget-image-find): Give images center ascent.
2225         (visibility): Add :on-image and :off-image properties.
2226         (widget-visibility-value-create): Use them.
2228 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2230         * cus-edit.el (processes): Remove from development group.
2231         (oop, hypermedia): Delete group.
2232         (comm): Promote to top-level group.
2234         * net/browse-url.el (browse-url):
2235         * net/xesam.el (xesam):
2236         * net/tramp.el (tramp):
2237         * net/goto-addr.el (goto-address):
2238         * net/ange-ftp.el (ange-ftp): Put in comm group.
2240         * view.el (view): Remove from editing group.
2242         * uniquify.el (uniquify): Put in files group.
2244         * net/browse-url.el (browse-url):
2245         * ps-print.el (postscript): Put in external group.
2247         * cus-edit.el (outlines):
2248         * textmodes/text-mode.el (text-mode-hook):
2249         * textmodes/table.el (table):
2250         * textmodes/picture.el (picture):
2251         * outline.el (outlines): Put in wp group.
2253         * nxml/nxml-mode.el (nxml): Remove from wp group.
2255         * net/tramp-imap.el (tramp-imap): Put in tramp group.
2257         * mail/metamail.el (metamail): Remove from hypermedia group.
2259         * cus-edit.el (abbrev):
2260         * whitespace.el (whitespace):
2261         * vcursor.el (vcursor):
2262         * reveal.el (reveal):
2263         * hl-line.el (hl-line): Put in convenience group.
2265         * epg-config.el (epg): Put in data group.
2267         * emulation/pc-select.el (pc-select): Put in emulations group.
2269         * calculator.el (calculator): Put in applications group.
2271 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2273         Add .dir-locals.el support for file-less buffers.
2274         * files.el (hack-local-variables): Split out code to apply local
2275         variable settings ...
2276         (hack-local-variables-apply): ... here.  New function.
2277         (hack-dir-local-variables): Use the default directory for when the
2278         buffer does not have an associated file.
2279         (hack-dir-local-variables-non-file-buffer): New function.
2280         * diff-mode.el (diff-mode):
2281         * vc-annotate.el (vc-annotate-mode):
2282         * vc-dir.el (vc-dir-mode):
2283         * log-edit.el (log-edit-mode):
2284         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2286 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2288         Add support for shelving snapshots and for showing shelves.
2289         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2290         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2291         New functions.
2292         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2293         (vc-bzr-extra-menu-map): Map them.
2295 2010-03-11  Glenn Morris  <rgm@gnu.org>
2297         * cus-edit.el (customize-changed-options-previous-release):
2298         Bump to 23.1.
2300         * image.el (image-animate-max-time): Fix :version tag.
2302 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2304         * Branch for 23.2.
2306 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2308         * vc-git.el (vc-git-revision-table): Include remote branches.
2310 2010-03-10  Kim F. Storm  <storm@cua.dk>
2312         Animated image API.
2313         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2315         * image.el (image-animate-max-time): New defcustom.
2316         (image-animated-types): New defconst.
2317         (create-animated-image, image-animate-timer)
2318         (image-animate-start, image-animate-stop, image-animate-timeout)
2319         (image-animated-p): New functions.
2321         * image-mode.el (image-toggle-display-image):
2322         Replace `create-image' with `create-animated-image'.
2324 2010-03-09  Miles Bader  <miles@gnu.org>
2326         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2327         instead of "format:"; this ensures that the output is
2328         newline-terminated.
2330 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2332         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2333         that all errors are caught, and that the return value is always a
2334         list (Bug#5692).
2336 2010-03-08  Kenichi Handa  <handa@m17n.org>
2338         * language/misc-lang.el (windows-1256): New coding system.
2339         (cp1256): New alias of windows-1256 (bug#5690).
2341 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2343         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2344         call to rfc822-bad-address.  (Bug#5692)
2346 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2348         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2349         Use vc-git-root as default directory for revision path (Bug#5657).
2351 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2353         * calculator.el (calculator): Don't bind split-window-keep-point
2354         (Bug#5674).
2356 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * vc-git.el: Re-flow to fit into 80 columns.
2359         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2360         Remove spurious `quote' element in each case alternative.
2361         (vc-git-show-log-entry): Use prog1.
2362         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2364 2010-03-06  Glenn Morris  <rgm@gnu.org>
2366         * cedet/semantic/grammar.el (semantic-grammar-header-template):
2367         Update template copyright to GPLv3+.
2369 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2371         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2373 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2375         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2376         definition, not the name (Bug#5481).
2378 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2380         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2381         argument with a local variable.  (Bug#5670)
2383 2010-03-02  Juri Linkov  <juri@jurta.org>
2385         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2387 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2389         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2390         error when FILENAME and NEWNAME are existing remote directories.
2392         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2393         parameter DIR-FLAG.
2395 2010-03-02  Glenn Morris  <rgm@gnu.org>
2397         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2398         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2400 2010-03-01  Kenichi Handa  <handa@m17n.org>
2402         * language/burmese.el (burmese-composable-pattern): Rename from
2403         myanmar-composable-pattern.
2405         * international/characters.el (script-list):
2406         * international/fontset.el (script-representative-chars):
2407         Change myanmar to burmese.
2408         (otf-script-alist): Likewise.
2409         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2411 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2413         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2415 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2417         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2419 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2421         * net/tramp.el (tramp-handle-write-region): START can be a string.
2422         Take care in the checks.  Reported by Dan Davison
2423         <davison@stats.ox.ac.uk>.
2425 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2427         * net/dbus.el (dbus-introspect, dbus-get-property)
2428         (dbus-set-property, dbus-get-all-properties):
2429         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2431 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2433         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2434         * emacs-lisp/elint.el (elint-add-required-env):
2435         * cedet/semantic/db-find.el
2436         (semanticdb-find-translate-path-brutish-default):
2437         * cedet/ede/make.el (ede-make-check-version):
2438         * calendar/icalendar.el (icalendar--add-diary-entry):
2439         * calc/calcalg2.el (math-tracing-integral):
2440         * files.el (recover-session-finish): Use with-current-buffer
2441         instead of save-excursion.
2443 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         Fix in-buffer completion when after-change-functions modify the buffer.
2446         * minibuffer.el (completion--replace): New function.
2447         (completion--do-completion): Use it and use relative movement.
2449 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2451         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2453 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2455         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2456         Allow the characters _<> in the stack entry (Bug#5653).
2458 2010-02-26  Kenichi Handa  <handa@m17n.org>
2460         * language/burmese.el: Fix entries in composition-function-table.
2461         (myanmar-composable-pattern): New variable.
2463         * international/fontset.el (setup-default-fontset): Add an entry
2464         for myanmar.
2466         * international/characters.el (script-list): Add Myanmar
2467         Extended-A.
2469 2010-02-26  Glenn Morris  <rgm@gnu.org>
2471         * custom.el (custom-initialize-delay): Doc fix.
2473         * mail/sendmail.el (send-mail-function): Autoload the call
2474         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2476 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2478         * files.el (hack-local-variables-filter): For eval forms, also
2479         check safe-local-variable-p (Bug#5636).
2481 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2483         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2484         and use c(ad)r of cddr (Bug#5640).
2486 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2488         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2489         setting the modes by `ignore-errors'.  It might fail, for example
2490         if the file is not owned by the user but the group.
2491         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2493 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2495         * files.el (directory-listing-before-filename-regexp): Use
2496         stricter matching for iso-style dates, to avoid false matches with
2497         date-like filenames (Bug#5597).
2499         * htmlfontify.el (htmlfontify): Doc fix.
2501         * eshell/eshell.el (eshell): Doc fix.
2503         * startup.el (fancy-about-screen): In mode-line, apply
2504         mode-line-buffer-id face only to the buffer name (Bug#5613).
2506 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2508         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2509         In `watcom' anchor regexp to start of line, to avoid slowness
2510         (Bug#5599).
2512 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2514         * subr.el (remove-yank-excluded-properties): Explain in a comment
2515         why `category' property is removed.
2517 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2519         * isearch.el (isearch-update-post-hook, isearch-update): Revert
2520         2010-02-17 change.
2522 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2524         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2525         (icalendar--convert-weekly-to-ical)
2526         (icalendar--convert-yearly-to-ical)
2527         (icalendar--convert-block-to-ical)
2528         (icalendar--convert-cyclic-to-ical)
2529         (icalendar--convert-anniversary-to-ical): Take care of time
2530         specifications where hour has 1-digit only (Bug#5549).
2532 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2534         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2535         of disassemble output in GDB 7.1.
2537 2010-02-19  Glenn Morris  <rgm@gnu.org>
2539         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2540         property.  (Bug#5593)
2542 2010-02-18  Sam Steingold  <sds@gnu.org>
2544         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2546 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2548         Use abbreviated file names in bookmarks (bug#5591).
2549         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2550         calls to expand-file-name.
2551         (bookmark-relocate): Use abbreviated file names in bookmarks.
2552         (bookmark-load): Use abbreviated file names in messages.
2554 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2556         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2557         expand "." and "..".  Reported by Thierry Volpiatto
2558         <thierry.volpiatto@gmail.com>.
2560 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2562         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2563         permissions of the temporary file to "0600".  In case the remote
2564         file has no read permissions for the owner, there might be
2565         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2567 22010-02-18  Glenn Morris  <rgm@gnu.org>
2569         * emacs-lisp/authors.el (authors-renamed-files-alist):
2570         Add entries for INSTALL.CVS.
2572 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2574         * vc-bzr.el: Fix typo in Known Bugs section.
2576         * isearch.el (isearch-update-post-hook): New hook.
2577         (isearch-update): Use the new hook.
2579 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2581         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2582         Fix errors in copying directories.
2583         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2584         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2585         (tramp-handle-delete-file)
2586         (tramp-handle-dired-recursive-delete-directory)
2587         (tramp-handle-write-region): Flush also the cache for the upper
2588         directory.
2590 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2592         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2594         * cus-edit.el (hardware): Doc fix.
2596         * man.el (man): Add to external custom group.
2598         * delim-col.el (columns): Move to wp custom group.
2600         * doc-view.el (doc-view): Add to data custom group.
2602         * cedet/data-debug.el (data-debug): Move to extensions group.
2604         * cedet/ede.el (ede):
2605         * cedet/srecode.el (srecode):
2606         * cedet/semantic.el (semantic): Put in tools and extensions group.
2608         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2610         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2611         by ispell-parse-output (Bug#5575).
2613 2010-02-16  Kenichi Handa  <handa@m17n.org>
2615         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2616         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2617         (skkdic-convert): Use `euc-japan' coding system for writing.
2619 2010-02-16  Glenn Morris  <rgm@gnu.org>
2621         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2622         tex-main-file before using it.  (Bug#5562)
2624 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2626         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2627         warnings, since it is annoying for the user to see them each time he
2628         runs the code.
2630 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2632         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2633         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2634         instead of PROC for caching "first-password-request".  Otherwise,
2635         new processes would not profit from passwords already entered.
2637         * net/tramp-cache.el (tramp-dump-connection-properties):
2638         Don't save "first-password-request" property.
2640 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2642         * outline.el (outline-head-from-level):
2643         * simple.el (with-wrapper-hook):
2644         * cedet/ede.el (ede-run-target, project-delete-target)
2645         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2646         (ede-adebug-project, ede-adebug-project-parent)
2647         (ede-adebug-project-root):
2648         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2649         (elint-defun, elint-buffer-env, elint-top-form-logged)
2650         (elint-unbound-variable):
2651         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2652         Fix typos in docstrings.
2654 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2656         * files.el (insert-directory): When WILDCARD-REGEXP and
2657         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2658         whole directory.  (Bug#5551)
2660         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2661         dired's alignment sanity.  (Bug#5516)
2663 2010-02-14  Juri Linkov  <juri@jurta.org>
2665         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2666         Remove remaining ^H with their preceding chars.  (Bug#5566)
2668 2010-02-13  Glenn Morris  <rgm@gnu.org>
2670         * simple.el (transpose-subr): Give it a doc-string.
2672         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2673         Doc fixes.
2675 2010-02-12  Juri Linkov  <juri@jurta.org>
2677         * arc-mode.el (archive-unique-fname): Make directories for nested
2678         archives.  (Bug#5540)
2680 2010-02-12  Juri Linkov  <juri@jurta.org>
2682         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2684 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2686         * subr.el (copy-overlay): Handle deleted overlays.
2688         * man.el (Man-completion-table): Don't signal an error if we can't run
2689         manual-program (bug#4056).
2691 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2693         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2695 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2697         * info.el (Info-bookmark-jump): Simplify.
2699         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2700         (bookmark-default-handler): Accept new bookmark field `buffer'.
2702 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2704         * iswitchb.el (iswitchb-completions): Revert last change.
2706 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2708         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2709         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2710         This prevents file names like "~/" being listed literally.
2712 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2714         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2715         Remove dead code.  (Bug#5546)
2717 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2719         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2720         correctly (Bug#5548).
2722 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2724         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2725         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2727 2010-02-08  Kenichi Handa  <handa@m17n.org>
2729         * international/mule-util.el (with-coding-priority): Add autoload
2730         cookie for putting `lisp-indent-function'.
2732 2010-02-07  Glenn Morris  <rgm@gnu.org>
2734         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2735         Move F2003 named interfaces from keywords-2 to keywords-1, and
2736         use function-name-face rather than constant-face.
2737         Simplify "abstract interface" regexp.
2739 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2741         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2742         ID-FORMAT.  Pass it to `file-attributes'.
2744         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2746 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2748         * faces.el (set-face-attribute): Allow calling
2749         internal-set-lisp-face-attribute with 'unspecified family and
2750         foundry argument (Bug#5536).
2752 2010-02-07  Glenn Morris  <rgm@gnu.org>
2754         * progmodes/f90.el (f90-font-lock-keywords-2)
2755         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2756         Handle F2003 named interfaces.
2758 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2760         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2761         beg and end before calling c-get-state-before-change-functions.
2763 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2765         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2767 2010-02-05  Juri Linkov  <juri@jurta.org>
2769         * doc-view.el (doc-view-mode):
2770         * image-mode.el (image-mode): Put property mode-class=special.
2771         (Bug#4896)
2773 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2775         * vc-svn.el (vc-svn-revision-table): New function.
2777 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2779         * net/ange-ftp.el (ange-ftp-insert-directory):
2780         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2781         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2782         Handle also directories.  (Bug#5478)
2784 2010-02-05  Glenn Morris  <rgm@gnu.org>
2786         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2788 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2790         * startup.el (command-line-1): Convert options beginning with a
2791         single dash as well (Bug#5519).
2793 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2795         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2796         * minibuffer.el (completion-initials-expand): Only check the presence
2797         of delims *within* the boundaries, since otherwise the / delim is
2798         always found for files.
2800         Fix up various corner case problems.
2801         * doc-view.el (doc-view-last-page-number): New function.
2802         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2803         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2804         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2805         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2806         (doc-view-convert-current-doc): Don't create the resolution.el file
2807         here any more.
2808         (doc-view-pdf/ps->png): Do it here instead.
2809         (doc-view-already-converted-p): Check that resolution.el is present.
2810         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2811         windows that are not yet showing images.
2813 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2815         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2816         `dired-uncache' for every elemnt which is an absolute file name.
2818         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2819         directory, handle its directory component.
2820         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2821         function is called permanently and creates noise, otherwise.
2823         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2824         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2825         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2827 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2829         * macros.el (apply-macro-to-region-lines):
2830         Minor simplification.  (Bug#5485)
2832 2010-02-04  Glenn Morris  <rgm@gnu.org>
2834         * mail/rmail.el (rmail-show-message-1): Handle malformed
2835         quoted-printable text.  (Bug#5441)
2837         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2839         * simple.el (visual-line-mode): Capitalize lighter.
2841 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2843         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2844         list of files considered for "virtual buffer" completions.
2846 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2848         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2849         also in case of (and (not full) (not wildcard)). This is needed,
2850         when dired is called with a list of files, which are not in
2851         `default-directory'.  (Bug#5478)
2853 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2855         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2857 2010-02-02  Juri Linkov  <juri@jurta.org>
2859         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2860         from unidiff to allow function-line after @@.
2862 2010-02-02  Juri Linkov  <juri@jurta.org>
2864         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2865         '(RCS SCCS) with inverted condition.
2867 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2869         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2870         messages.
2872 2010-02-01  Juri Linkov  <juri@jurta.org>
2874         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2875         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2876         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2877         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2879 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2881         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2882         (doc-view-revert-buffer): New command.
2883         (doc-view-mode-map): Use it.
2885 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2887         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2888         pending merge is detected.
2890 2010-01-31  Juri Linkov  <juri@jurta.org>
2892         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2893         beginning of interactive spec like all other grep commands do.
2894         Put "all" in front of "gz".  (Bug#5260)
2896 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2898         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2900 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2902         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2903         regexp is incorrect (Bug#5476).
2905 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2907         * net/tramp.el (tramp-handle-insert-directory): Handle also
2908         symlinks, when FILENAME is not in `default-directory'.
2910 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2912         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2913         FILE is not in `default-directory'.  (Bug#5478)
2915         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2916         of SWITCHES.  Handle the case, FILENAME is not in
2917         `default-directory'.  (Bug#5478)
2918         (tramp-register-file-name-handlers): Add safe-magic property.
2920 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2922         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2923         unzip (Bug#5475).
2925 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2927         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2928         (flymake-master-make-header-init): Add other C++ filename masks.
2929         (flymake-find-possible-master-files)
2930         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2932 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2934         Fix some busybox annoyances.
2936         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2937         not responding." string.
2938         (tramp-open-connection-setup-interactive-shell): Dump stty
2939         settings.  Enable "neveropen" arg for all `tramp-send-command'
2940         calls.  Handle "=" in variable values properly.
2941         (tramp-find-inline-encoding): Raise an error, when no encoding is
2942         found.
2943         (tramp-wait-for-output): Check, whether PROC buffer is available.
2944         Remove spurious " ^H" sequences, sent by busybox.
2945         (tramp-get-ls-command): Suppress coloring, if possible.
2947 2010-01-28  Glenn Morris  <rgm@gnu.org>
2949         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2951         * log-edit.el (log-edit-strip-single-file-name): Add missing
2952         :safe, :group, and :version tags.
2954 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2956         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2957         buffers.  (Bug#5477)
2959 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2961         * files.el (delete-directory): Handle moving to trash without
2962         first doing recursion (Bug#5436).
2964 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2966         * vc-hooks.el (vc-path): Mark as obsolete.
2968 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2970         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2971         names too.
2973         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2974         for the short log.
2975         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2977 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2979         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2981         * vc-bzr.el (vc-bzr-revision-table): New function.
2983 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
2985         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
2986         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
2988 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
2990         Remove support for adding --signoff on commit.
2991         Future support will use an incompatible generic mechanism.
2992         * vc-git.el (vc-git-add-signoff): Remove variable.
2993         (vc-git-toggle-signoff): Remove function.
2994         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
2996         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
2997         from xterm-set-background-mode.  Return t if the background mode
2998         was set.
2999         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3000         earlier, call it again in case the background mode has changed.
3002 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3004         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3005         (Bug#3541).
3007 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3009         * emacs-lisp/assoc.el (aelement): Doc fix.
3010         (aput, adelete, amake): Use lexical-let (Bug#5450).
3012 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3014         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3015         is the same as subprogram call, not declaration.  (Bug#5435).
3017 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3019         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3020         (tramp-smb-maybe-open-connection): Use it.
3022 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3024         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3026 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3028         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3029         just because we see "encoding: 8bit".
3030         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3032 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3034         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3036 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3038         * jka-compr.el (jka-compr-load): If load-file is not in
3039         load-history, try its file-truename version.  (bug#5447)
3041 2010-01-21  Alan Mackenzie  <acm@muc.de>
3043         Fix a situation where deletion of a cpp construct throws an error.
3044         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3045         invoking c-with-all-but-one-cpps-commented-out, check that the
3046         special cpp construct is still in the buffer.
3047         (c-parse-state): Record the special cpp with markers, not numbers.
3049 2010-01-21  Kenichi Handa  <handa@m17n.org>
3051         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3052         process last-command-event, as it is now decoded first (Bug#5380).
3054 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3056         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3058 2010-01-20  Glenn Morris  <rgm@gnu.org>
3060         * indent.el (tab-always-indent): Fix custom-type.
3062 2010-01-19  Alan Mackenzie  <acm@muc.de>
3064         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3065         buffer throws "args out of range".
3066         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3067         playing the role of delimiter.
3069 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3071         * progmodes/ada-mode.el: Fix bug#5400.
3072         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3073         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3074         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3075         Improve comments in "is" portion.  Handle null procedure declaration.
3076         (ada-move-to-end): Improve doc string.
3078 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3080         * ido.el (ido-cur-list): Initialize to nil.
3081         Remove obsolete information from commentary.
3082         (ido-choice-list): Initialize to nil.
3083         (ido-get-bufname): Reject minibuffers.
3084         (ido-make-buffer-list): If "default" is a nonexistent
3085         buffer, ignore it, as per the function's comment.
3086         (ido-kill-buffer-internal): New function.
3087         (ido-kill-buffer-at-head): Use it.
3088         (ido-visit-buffer): Likewise.
3090 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3092         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3094 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3096         * cedet/ede/locate.el (ede-locate-file-in-project)
3097         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3098         (ede-enable-locate-on-project): Fix typos in error messages.
3100         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3101         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3102         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3103         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3104         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3105         Fix typos in menu help.
3107         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3108         Fix typos in chart titles.
3110         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3111         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3112         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3113         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3114         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3115         (semantic-parse-stream, semantic-parse-region)
3116         (semantic-parse-region-default, semantic--set-buffer-cache)
3117         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3118         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3119         (semantic-default-submodes):
3120         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3121         (semanticdb-create-ebrowse-database)
3122         (semanticdb-find-tags-for-completion-method)
3123         (semanticdb-find-tags-by-class-method)
3124         (semanticdb-deep-find-tags-by-name-method)
3125         (semanticdb-deep-find-tags-for-completion-method):
3126         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3127         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3128         (semanticdb-find-tags-for-completion-method)
3129         (semanticdb-find-tags-by-class-method)
3130         (semanticdb-deep-find-tags-for-completion-method):
3131         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3132         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3133         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3134         (semanticdb-find-tags-by-name-method)
3135         (semanticdb-find-tags-by-name-regexp-method)
3136         (semanticdb-find-tags-for-completion-method)
3137         (semanticdb-find-tags-by-class-method)
3138         (semanticdb-find-tags-external-children-of-type-method)
3139         (semanticdb-find-tags-subclasses-of-type-method)
3140         (semanticdb-deep-find-tags-by-name-method)
3141         (semanticdb-deep-find-tags-by-name-regexp-method)
3142         (semanticdb-deep-find-tags-for-completion-method):
3143         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3144         (semanticdb-enable-gnu-global-in-buffer)
3145         (semanticdb-find-tags-for-completion-method)
3146         (semanticdb-deep-find-tags-by-name-method)
3147         (semanticdb-deep-find-tags-for-completion-method):
3148         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3149         (javascript-mode, semanticdb-find-translate-path)
3150         (semanticdb-find-tags-for-completion-method)
3151         (semanticdb-find-tags-by-class-method)
3152         (semanticdb-deep-find-tags-by-name-method)
3153         (semanticdb-deep-find-tags-for-completion-method)
3154         (semanticdb-find-tags-external-children-of-type-method):
3155         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3156         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3157         (global-semantic-idle-scheduler-mode):
3158         * cedet/srecode/dictionary.el (srecode-field-value)
3159         (srecode-dictionary-add-section-dictionary):
3160         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3161         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3162         (describe-class, eieio-describe-generic, describe-generic):
3163         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3164         (eieio-speedbar-expand):
3165         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3166         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3167         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3168         (viper-del-backward-char-in-replace, viper-backward-indent)
3169         (viper-brac-function, viper-register-to-point, viper-submit-report):
3170         * net/tramp.el (tramp-remote-coding-commands):
3171         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3172         Fix typos in docstrings.
3174 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3176         * mail/sendmail.el (mail-yank-original): Set the mark if the
3177         specified function for yanking does not do it.
3179 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3181         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3183         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3184         resyncing a directory.
3186 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3188         * progmodes/ada-mode.el: Fix bug#1920.
3189         (ada-ident-re): Delete ., allow multibyte characters.
3190         (ada-goto-label-re): New; matches goto labels.
3191         (ada-block-label-re): New; matches block labels.
3192         (ada-label-re): New; matches both.
3193         (ada-named-block-re): Deleted; callers changed to use
3194         `ada-block-label-re' instead.
3195         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3196         Use `ada-block-label-re'.
3197         (ada-indent-on-previous-lines): Improve handling of goto labels.
3198         (ada-get-indent-block-start): Special-case block label.
3199         (ada-get-indent-label): Split into `ada-indent-block-label' and
3200         `ada-indent-goto-label'.
3201         (ada-goto-stmt-start, ada-goto-next-non-ws):
3202         Optionally ignore goto labels.
3203         (ada-goto-next-word): Simplify.
3204         (ada-indent-newline-indent-conditional): Insert newline before
3205         trying to fix indentation; doc fix.
3207 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3209         * calc/calc.el (calc-command-flags): Give it an initial value.
3211 2010-01-17  Glenn Morris  <rgm@gnu.org>
3213         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3215 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3217         * cedet/semantic.el (semantic-mode):
3218         * files.el (minibuffer-with-setup-hook):
3219         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3220         (artist-key-draw-continously, artist-key-do-continously-continously)
3221         (artist-key-set-point-continously, artist-mouse-draw-continously):
3222         Fix typos in docstrings.
3224 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3226         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3227         return t (Bug#3898).
3229 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3231         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3232         can parse the output of the external commands (Bug#5279).
3234 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3236         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3238 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3240         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3242         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3244         * startup.el (command-line): Remove unused --icon-type arg.
3245         Handle --display arg, passing it to command-line-1 (Bug#5392).
3247 2010-01-16  Mario Lang  <mlang@delysid.org>
3249         * cedet/ede/cpp-root.el (ede-cpp-root-project):
3250         * cedet/ede/files.el (ede-expand-filename):
3251         * cedet/ede/simple.el (ede-simple-project):
3252         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3253         (semantic-complete-inline-tag-engine):
3254         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3255         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3256         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3257         * cedet/semantic/db.el (semanticdb-equivalent-mode):
3258         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3259         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3260         * emacs-lisp/chart.el (chart-translate-namezone):
3261         * textmodes/artist.el (artist-compute-popup-menu-table):
3262         Remove duplicated words in doc-strings.
3264 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3266         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3267         to mairix-search to suppress threading (Bug#5342).
3269 2010-01-15  Kenichi Handa  <handa@m17n.org>
3271         * international/mule-cmds.el (canonicalize-coding-system-name):
3272         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3274 2010-01-15  Glenn Morris  <rgm@gnu.org>
3276         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3278         * wid-edit.el (widget-keymap): Doc fix.
3280         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3281         former seems to be more widely accepted by various svn versions.
3283 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3285         * find-cmd.el (find-constituents):
3286         * vc-arch.el (vc-arch-root):
3287         * window.el (window-body-height, pop-up-frames):
3288         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3289         (semantic-no-reparse-needed-change-hook):
3290         * cedet/srecode/insert.el (srecode-resolve-argument-list)
3291         (srecode-template-inserter-blank, srecode-template-inserter-variable)
3292         (srecode-template-inserter-ask, srecode-template-inserter-width)
3293         (srecode-template-inserter-section-start)
3294         (srecode-template-inserter-section-end, srecode-insert-method):
3295         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3296         * progmodes/ada-stmt.el (ada-if):
3297         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3298         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3299         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3300         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3302         * progmodes/flymake.el (flymake-post-syntax-check):
3303         Fix typo in error message.
3305 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3307         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3308         which is always a string.  (Bug#5313)
3310 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3312         * progmodes/ada-xref.el (ada-default-prj-properties):
3313         Simplify previous change.
3315 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3317         * progmodes/ada-xref.el (ada-default-prj-properties):
3318         Default ada_project_path to $ADA_PROJECT_PATH.
3320 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3322         * progmodes/ada-mode.el (ada-create-keymap):
3323         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3325 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3327         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3328         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3329         (ada-get-current-indent, ada-imenu-generic-expression)
3330         (ada-which-function): Check for it.
3332 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3334         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3335         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3337 2010-01-14  Glenn Morris  <rgm@gnu.org>
3339         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3341 2010-01-14  Kenichi Handa  <handa@m17n.org>
3343         * composite.el (auto-composition-mode): Make it a buffer local
3344         variable (permanent-local).
3345         (auto-composition-function): Set the default value to
3346         auto-compose-chars.
3347         (auto-composition-mode): Make it a simple function, not a minor mode.
3348         (global-auto-composition-mode): Likewise.
3349         (turn-on-auto-composition-if-enabled): Delete it.
3351 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3353         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3355 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3357         * files.el (copy-directory): Compute target for recursive
3358         directories with identical names.  (Bug#5343)
3360 2010-01-12  Glenn Morris  <rgm@gnu.org>
3362         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3363         it to bug-gnu-emacs rather than emacs-pretest-bug.
3365 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3367         * cedet/data-debug.el (data-debug): Fix customization group reference.
3369 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3371         * cedet/semantic/analyze.el (semantic-analyze-push-error)
3372         (semantic-analyze-context, semantic-analyze-context-assignment)
3373         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3374         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3375         (semantic-java-doc-keywords-map):
3376         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3377         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3378         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3379         (semantic-c-classname, semantic-format-tag-uml-prototype)
3380         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3381         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3382         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3383         (semantic-get-local-variables, semantic-end-of-command)
3384         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3385         (lisp-mode):
3386         * cedet/semantic/bovine/make.el (makefile-mode):
3387         * cedet/semantic/wisent/python.el (wisent-python-string-re)
3388         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3389         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3390         (semantic-lex, semantic-get-local-variables, python-mode):
3391         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3392         * cedet/srecode/extract.el (srecode-extract-state-set)
3393         (srecode-extract-method): Fix typos in docstrings.
3395 2010-01-11  Sam Steingold  <sds@gnu.org>
3397         * imenu.el (imenu-default-create-index-function): Detect infinite
3398         loops caused by imenu-prev-index-position-function.
3400 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3402         * htmlfontify.el (htmlfontify-load-rgb-file)
3403         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3404         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3405         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3406         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3407         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3408         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3409         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3410         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3411         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3412         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3413         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3414         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3415         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3416         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3417         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3418         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3419         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3420         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3421         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3422         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3423         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3424         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3425         backslash-quoting from parentheses, etc.
3427 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3429         * progmodes/js.el: Autoload javascript-mode alias.
3431 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3433         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3434         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3435         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3436         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3437         Fix typos in docstrings.
3438         (ffap-url-regexp): Doc fix.
3439         (ffap-at-mouse): Fix typo in message.
3441 2010-01-11  Glenn Morris  <rgm@gnu.org>
3443         * version.el (emacs-copyright): Set copyright year to 2010.
3445 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3447         * format.el (format-annotate-function): Only set
3448         write-region-post-annotation-function after running to-fn so as not to
3449         affect nested write-region calls (bug#5273).
3451 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3453         * cedet/semantic.el (semantic-new-buffer-setup-functions):
3454         Add python parser.
3456         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3457         wisent/python.el.
3459 2010-01-10  Richard Kim  <emacs18@gmail.com>
3461         * cedet/semantic/wisent/python-wy.el:
3462         * cedet/semantic/wisent/python.el: New files.
3464 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3466         * man.el (Man-goto-section): Signal error if the section is not
3467         found (Bug#5317).
3469 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3471         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3472         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3474 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3476         * progmodes/compile.el: Don't treat compile-command as safe if
3477         compilation-read-command might be nil (Bug#4218).
3479 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3481         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3482         NS options.
3484 2010-01-08  Kenichi Handa  <handa@m17n.org>
3486         * international/fontset.el (build-default-fontset-data):
3487         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3489 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3491         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3492         to `create-file-buffer' as it expects, not just a buffer name.
3493         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3494         to help uniquify.  (Bug#3224)
3496 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3498         * font-setting.el (font-setting-change-default-font): Use user-spec
3499         instead of name.
3501 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3505 2010-01-05  Tom Tromey  <tromey@redhat.com>
3507         * progmodes/python.el (python-font-lock-keywords):
3508         Handle qualified decorators (Bug#881).
3510 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3512         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3513         in a lightweight checkout.
3515 2010-01-05  Kenichi Handa  <handa@m17n.org>
3517         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3519 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3521         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3523 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3525         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3526         checkouts.  (Bug#618)
3527         (vc-bzr-log-view-mode): Also highlight the author.
3528         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3529         (vc-bzr-shelve-menu-map):
3530         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3531         (vc-bzr-shelve-apply): Make prompt more explicit.
3533 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3535         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3536         They are valid characters in URL paths (rfc3986), and at least
3537         Firefox does not understand the encoded version (Bug#3166).
3539 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3541         * progmodes/octave-mod.el (octave-end-keywords)
3542         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3543         Add "end" keyword (Bug#3061).
3544         (octave-end-as-array-index-p): New function.
3545         (calculate-octave-indent): Use it.
3547 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3549         * bookmark.el: Consistently put the text property on the bookmark name.
3550         (bookmark-bmenu-marks-width): Bump back to 2, to include
3551         annotation marks.
3552         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3553         property on the bookmark name, instead of not putting it at all.
3554         (bookmark-bmenu-list): Fix where we put the text property.
3556 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3558         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3559         for showing buffer modified state (as added in the previous change).
3561 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3563         * bookmark.el: Show modified state of bookmark buffer more accurately.
3564         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3565         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3566         (with-buffer-modified-unmodified): New macro.
3567         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3568         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3569         Use new macro to preserve the buffer modified state.
3571 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3573         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3574         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3575         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3576         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3577         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3578         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3579         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3581 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3583         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3584         Make the lines in the generated doc string shorter.  (Bug#4668)
3586 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3588         * net/rcirc.el: Add follow-link binding (Bug#4738).
3590 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3592         * Makefile.in (bzr-update): Rename from cvs-update.
3593         (cvs-update): New target for backward compatibility.
3595         * makefile.w32-in (bzr-update): Rename from cvs-update.
3596         (cvs-update): New target for backward compatibility.
3598 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3600         * bookmark.el: Remove gratuitous gratitude.
3602 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3604         * bookmark.el (bookmark-bmenu-any-marks): New function
3605         (bookmark-bmenu-save): Clear buffer modification if no marks.
3607 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3609         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3610         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3611         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3612         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3614         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3615         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3616         To: emacs-devel {_AT_} gnu.org
3617         Subject: bookmark.el bug report
3618         Date: Mon, 28 Dec 2009 14:19:16 +0800
3619         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3621 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3623         * bookmark.el: Improvements suggested by Drew Adams:
3624         (bookmark-bmenu-ensure-position): New name for
3625         `bookmark-bmenu-check-position'.  Just ensure the position,
3626         don't return any meaningful value.
3627         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3628         New constants.
3630 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3632         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3633         (bookmark-yank-point, bookmark-bmenu-check-position):
3634         Fix typos in docstrings.
3635         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3636         (bookmark-name-from-full-record, bookmark-get-position)
3637         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3638         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3639         Remove useless quoting of parenthesis, etc. in docstrings.
3641         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3642         (ediff-append-custom-diff): Fix typo in error message.
3643         (ediff-meta-mark-equal-files): Fix typos in messages.
3645         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3647         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3648         Fix typo in docstring.
3650         * net/imap-hash.el (imap-hash-make): Doc fix.
3651         (imap-hash-test): Fix typo in error message; reflow docstring.
3652         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3653         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3654         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3655         Fix typos in docstrings.
3656         (imap-hash-open-connection): Fix typo in error message.
3658         * play/gomoku.el (gomoku): Fix typos in docstring.
3660         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3661         (gdb-jsonify-buffer): Fix typos in docstring.
3662         (gdb-goto-breakpoint): Fix typo in error message.
3663         ("Display Other Windows"): Fix typo in help message.
3664         (gdb-speedbar-expand-node): Fix typo in question.
3666         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3667         (idlwave-html-system-help-location, idlwave-html-help-location)
3668         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3669         (idlwave-help-browser-generic-args, idlwave-help-directory)
3670         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3671         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3672         (idlwave-online-help, idlwave-help-html-link)
3673         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3674         Fix typos in docstrings.
3675         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3676         Reflow docstrings.
3677         (idlwave-help-assistant-start): Fix typo in error message.
3679         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3680         (octave-electric-space): Fix typos in docstrings.
3682 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3684         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3686 2010-01-01  Juri Linkov  <juri@jurta.org>
3688         * comint.el (comint-input-ring-size): Make it a defcustom and
3689         increase the default to 500 (Bug#5148).
3691 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3693         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3694         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3695         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3697 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3699         Show working revision correctly for mercurial.
3700         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3701         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3703 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3705         Declare some functions for the byte-compiler.
3706         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3707         (speedbar-timer-fn, speedbar-change-expand-button-char)
3708         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3710 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3712         This changeset reverts GDB Graphical Interface to use annotations.
3713         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3715 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3717         Make vc-dir work on subdirectories of the bzr root.
3718         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
3719         file names relative to it.
3720         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3721         relative directory to vc-bzr-after-dir-status.
3723 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3725         * font-lock.el (font-lock-refresh-defaults): New function, which
3726         can be used to let font-lock react to external changes in
3727         variables like font-lock-defaults and keywords.
3728         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3730 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3732         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3734         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3736 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3738         Supersede color.diff settings in git log (bug#5211).
3740         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3741         escape chars in its output when the user has color.diff set to `always'.
3742         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3744 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3746         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3747         node.  Keep previous "Index" name to work with past coreutils too.
3749         * man.el (man): Revise docstring a bit to show -a and -l as
3750         examples.  Add -k description since support for it has otherwise
3751         been a secret.  (Further to bug#3717.)
3752         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3753         "no matches" rather than "Can't find manpage", as the latter reads
3754         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3756 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3758         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3759         switches.  Check also for //SUBDIRED// line.
3761 2009-12-25  Kenichi Handa  <handa@m17n.org>
3763         * language/indian.el (devanagari-composable-pattern): Fixed to
3764         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3765         Devanagari.
3766         (malayalam-composable-pattern): Fix previous change.
3768 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3770         * ps-print.el (ps-face-attributes): It was not returning the
3771         attribute face for faces specified as string.  Reported by harven
3772         <harven@free.fr>.
3773         (ps-print-version): New version 7.3.5.
3775 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3777         * calendar/icalendar.el (icalendar--convert-tz-offset):
3778         Fix timezone names.
3779         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3780         (icalendar--add-diary-entry): Remove the trailing blank that
3781         diary-make-entry inserts.
3783 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3785         Make `file-expand-wildcards' work for remote files.
3787         * files.el (file-expand-wildcards): In case of remote files, check
3788         only local file name part for wildcards.  Provide feature 'files
3789         and subfeature 'remote-wildcards.  (Bug#5198)
3791         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3792         if there is already an established connection.
3793         (tramp-advice-file-expand-wildcards): Remove it.
3795         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3796         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3797         Activate advice for older GNU Emacs versions.  (Bug#5237)
3799 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3801         Some doc fixes (more needed).
3803         * find-cmd.el (find-constituents): Reflow docstring.
3804         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3805         (find-generic): Doc fix.
3807 2009-12-17  Juri Linkov  <juri@jurta.org>
3809         Fix regression from 23.1 to allow multiple modes in Local Variables.
3811         * files.el (hack-local-variables-filter): While ignoring duplicates,
3812         don't take `mode' into account.
3813         (hack-local-variables-filter, hack-dir-local-variables):
3814         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3816 2009-12-17  Juri Linkov  <juri@jurta.org>
3818         Make `dired-diff' safer.  (Bug#5225)
3820         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3821         `current' or when `file' is a directory of the `current' file.
3823 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3825         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3826         unconditionally preloaded files.
3828 2009-12-16  Juri Linkov  <juri@jurta.org>
3830         Revert to old 23.1 logic of using the file at the mark as default.
3831         * dired-aux.el (dired-diff): Use the file at the mark as default
3832         if it's not the same as the current file, and the target dir is
3833         the current dir or the mark is active.  Add the current file
3834         as the arg of `dired-dwim-target-defaults'.  Use the default file
3835         in the prompt.  (Bug#5225)
3837 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3839         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3840         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3841         (tramp-check-for-regexp): Check also, when an echoing shell stops
3842         to echo sent commands.
3844 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3846         * Makefile.in: Revert last change (Bug#5191).
3848 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3850         * vc-hg.el (vc-hg-print-log): Fix argument order.
3851         (vc-hg-working-revision): Make sure the command is executed in a
3852         known environment so that we can parse the output.  (Bug#4417)
3854 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3856         * progmodes/python.el (python-symbol-completions): Remove text
3857         properties from symbol string before calling python-send-receive.
3859 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3861         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3862         when there are values for both file and line.  (Bug#5060)
3864 2009-12-14  Juri Linkov  <juri@jurta.org>
3866         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3867         whitespace after the file name of the first line of unified format,
3868         because git-diff doesn't output whitespace and file modification time
3869         after the file name.
3871 2009-12-14  David Kastrup  <dak@gnu.org>
3873         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3874         check if it already has the `display' property added by
3875         `Info-display-images-node', and not put the `invisible' property
3876         in this case.
3878 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3880         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3881         (semantic-mru-bookmark-mode): Doc fixes.
3883         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3884         of assert.
3886 2009-12-13  Glenn Morris  <rgm@gnu.org>
3888         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3889         (report-emacs-bug): In message-mode, sort manually before storing
3890         original report text.  (Bug#5178)
3891         Remove superfluous save-excursion.
3893 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3895         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3896         when responding to "GetAll" properties.
3898 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3900         * simple.el (compose-mail): Remove mail-setup-with-from from
3901         customization checks.
3903 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3905         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3906         RAR archives created on Unix systems.
3908 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3910         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3911         the varalias that was accidentally removed by the 2009-11-19 change
3912         (bug#5186).
3914 2009-12-12  Kenichi Handa  <handa@m17n.org>
3916         * language/indian.el (indian-compose-regexp): New function.
3917         (malayalam-composable-pattern): Fix the pattern.
3918         (composition-function-table): Set malayalam-composable-pattern for
3919         Malayalam characters.
3921 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3923         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3924         rather than down-mouse-1, based on follow-link conventions.
3926         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3927         are compiled.
3929 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3931         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3932         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3933         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3934         (verilog-leap-to-head, verilog-backward-token):
3935         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3937 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3939         * progmodes/verilog-mode.el (verilog-auto-lineup)
3940         (verilog-nameable-item-re): Cleanup user-visible spelling and
3941         documentation errors.  One reported by Gary Delp.
3942         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3943         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3944         package, bug195.  Reported by Pierre-David Pfister.
3946 2009-12-11  Glenn Morris  <rgm@gnu.org>
3948         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3950         * mail/emacsbug.el: No longer require sendmail.
3951         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3952         (report-emacs-bug-orig-text): Doc fix.
3953         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3954         New local variables, to adapt to different mail-user-agents.
3955         (report-emacs-bug): Fix test for a gnu.org address.
3956         Use overlays for emphasis, since font-lock defeats 'face property.
3957         Pretest bugs also end up at the newsgroup these days.
3958         Stop message-mode stripping text properties.
3959         Set and use the new buffer-local variables.
3960         (report-emacs-bug-hook): Add doc-string.
3961         Remove some unnecessary save-excursions and simplify.
3962         Use the appropriate hook and send-command.
3964         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3965         capitalization of some menu entries.
3967 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3969         * whitespace.el (whitespace-display-char-on): Ensure
3970         `buffer-display-table' is unique when two or more windows are
3971         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3972         New version 12.1.
3974 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3976         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3977         characters in the Attribute field.
3979 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3981         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3983 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3985         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
3986         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
3987         Disregard autoload-excludes.
3988         (update-directory-autoloads): Obey autoload-excludes here instead.
3989         But don't store its contents in no-autoloads and remove entries that
3990         refer to excludes files.
3992 2009-12-10  Glenn Morris  <rgm@gnu.org>
3994         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
3995         (expand-mail-aliases): Define for compiler.
3997         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
3998         Define for compiler.
4000         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4001         appropriate for the mail-user-agent in use.
4003 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4005         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4007 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4009         Fix short log parsing and fontification.
4010         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4011         Fix fontification for the [merge] label.
4013 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4015         Drop some properties to avoid surprises (bug#5002).
4016         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4017         (hfy-fontify-buffer): Use it.
4019 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4021         Minor cleanup.
4022         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4023         Adjust all callers.
4024         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4025         args compulsory.  Adjust callers.
4026         (ffap-gopher-at-point): Remove unused var `name'.
4028         Get rid of the ELCFILES abomination.
4029         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4030         (compile-elcfiles): New phony target.
4031         (compile-main): Compute ELCFILES dynamically.
4032         (compile-clean): New target to remove left-over elc files.
4033         (compile, all): Use it.
4035 2009-12-09  Kenichi Handa  <handa@etlken>
4037         * international/mule-diag.el: Require help-mode instead of help-fns.
4039 2009-12-09  Kenichi Handa  <handa@m17n.org>
4041         * international/mule-cmds.el (ucs-names): Supply sufficiently
4042         fine ranges instead of pre-calculating accurate ranges.
4043         Iterate with bigger gc-cons-threshold.
4045 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4047         Add support for stashing a snapshot of the current tree.
4048         * vc-git.el (vc-git-stash-snapshot): New function.
4049         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4051 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4053         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4054         instead of `(beginning|end)-of-line'.
4056 2009-12-08  Glenn Morris  <rgm@gnu.org>
4058         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4060         * Makefile.in (ELCFILES): Regenerate.
4062 2009-12-07  Juri Linkov  <juri@jurta.org>
4064         Don't lazy-highlight the comint output in history Isearch mode.
4066         * comint.el (comint-history-isearch-search): Instead of
4067         `comint-line-beginning-position', use `comint-after-pmark-p'
4068         to check if point if before the process mark, and go to
4069         `process-mark' in this case.
4071 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4073         * textmodes/tex-mode.el (latex-complete)
4074         (latex-indent-or-complete): Remove.
4075         (latex-mode): Set completion-at-point-functions instead.
4077         Provide a standard completion command and hook it into TAB.
4078         * minibuffer.el (completion-at-point-functions): New var.
4079         (completion-at-point): New command.
4080         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4081         * progmodes/python.el (python-mode-map): Use completion-at-point.
4082         (python-completion-at-point): Rename from python-partial-symbol and
4083         adjust for use in completion-at-point-functions.
4084         (python-mode): Setup completion-at-point for Python completion.
4085         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4086         extracted from lisp-complete-symbol.
4087         (lisp-complete-symbol): Use it.
4088         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4089         setup completion-at-point for Elisp completion.
4090         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4091         Use completion-at-point.
4092         * ielm.el (ielm-map): Use completion-at-point.
4093         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4094         * progmodes/sym-comp.el: Move to...
4095         * obsolete/sym-comp.el: Move from progmodes.
4097 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4099         Prevent save-buffer in Rmail buffers from using the coding-system
4100         of the current message, and from clobbering the encoding mnemonics
4101         in the mode line (Bug#4623).
4103         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4104         flag, too.
4105         (rmail-message-encoding): New variable.
4106         (rmail-write-region-annotate): Record the encoding of the current
4107         message in rmail-message-encoding.
4108         (rmail-after-save-hook): New function, restores the encoding of
4109         the current message after the message collection is saved.
4111 2009-12-07  Juri Linkov  <juri@jurta.org>
4113         * progmodes/grep.el (grep-read-files): Use `completing-read'
4114         instead of `read-string'.  Set its `collection' arg to
4115         `read-file-name-internal'.  (Bug#4301)
4117 2009-12-07  Juri Linkov  <juri@jurta.org>
4119         Correctly restore original Isearch point.  (Bug#4994)
4121         * isearch.el (isearch-mode): Move `isearch-push-state' after
4122         `(run-hooks 'isearch-mode-hook)'.
4123         (isearch-cancel): When `isearch-push-state-function' is defined,
4124         let-bind `isearch-cmds' to the first state (the last element of
4125         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4126         function and restores the original point).  Otherwise, move point
4127         to `isearch-opoint'.
4129 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4131         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4132         chars that don't have names, so the table can be built much faster at
4133         run-time.
4135 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4137         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4138         change.  Suggested by David Kastrup.
4140         * simple.el (compose-mail): Check for incompatibilities and warn.
4141         (compose-mail-user-agent-warnings): New option.
4143 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4145         Support showing a single log entry from vc-annotate.
4146         * vc.el (print-log): Add a new argument: START-REVISION.
4147         (vc-print-log-internal): Add a new optional argument and
4148         pass it to the backend.
4149         (vc-print-log, vc-print-root-log): Adjust callers.
4150         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4151         buffer already displays the requested log entry, use it.
4152         Otherwise display only the log entry in question.
4153         * vc-svn.el (vc-svn-print-log):
4154         * vc-mtn.el (vc-mtn-print-log):
4155         * vc-hg.el (vc-hg-state):
4156         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4157         (vc-git-show-log-entry): Return t on success.
4158         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4159         (vc-bzr-show-log-entry): Return t on success.
4160         * vc-rcs.el (vc-rcs-print-log):
4161         * vc-sccs.el (vc-sccs-print-log):
4162         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4164 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4166         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4167         Add menus to the meta mode.  (Bug#5043)
4169 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4171         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4172         event-key.
4174         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4176 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4178         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4179         Berbain <raphael.berbain@gmail.com>.
4181         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4182         characters.
4183         (tramp-initial-end-of-output): New defconst.
4184         (tramp-methods, tramp-find-shell)
4185         (tramp-open-connection-setup-interactive-shell)
4186         (tramp-maybe-open-connection): Use it.
4187         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4188         existence of `#' and `$'.
4190         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4191         `tramp-initial-end-of-output'.
4193 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4195         Get the background mode from the terminal for xterm, and set
4196         faces accordingly.
4197         * term/xterm.el (xterm-set-background-mode): New function.
4198         (terminal-init-xterm): Use it in case xterm supports background
4199         color queries.  Recompute faces after getting the background
4200         color.
4202 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4204         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4205         number comment back on its own line, for easier parsing.
4207 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4209         Make it work for non-file buffers (bug#5102).
4210         * doc-view.el (doc-view-current-cache-dir):
4211         Use doc-view-buffer-file-name rather than buffer-file-name.
4212         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4214 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4216         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4217         author field is too short.
4219 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4221         * vc-git.el (vc-git-print-log): Handle a limit argument.
4222         Display the short log in graph form and with labels.
4223         (vc-git-log-view-mode): Handle labels.
4225         Make vc-revert change VC state from 'added to 'unregistered.
4226         * vc-git.el (vc-git-revert): Call git reset first.
4228 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4230         * net/newst-backend.el, net/newst-plainview.el:
4231         * net/newst-reader.el, net/newst-ticker.el:
4232         * net/newst-treeview.el, net/newsticker.el:
4233         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4235 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4237         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4239         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4240         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4241         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4242         Update annotation regexp.
4244         * simple.el (beginning-of-visual-line): Constrain to field
4245         boundaries (Bug#5106).
4247 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4249         * xml.el (xml-substitute-numeric-entities): Move
4250         newsticker--decode-numeric-entities in newst-backend.el to
4251         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4252         * net/newst-backend.el (newsticker--parse-generic-feed)
4253         (newsticker--parse-generic-items)
4254         (newsticker--decode-numeric-entities): Move
4255         newsticker--decode-numeric-entities in newst-backend.el to
4256         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4258 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4260         * progmodes/js.el (js--js-not): Add null to the list of values.
4262 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4264         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4266 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4268         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4269         delimiter if it is at the end of the current line.
4270         (bibtex-generate-url-list): Fix docstring.
4272 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4275         minibuffer's content with itself.
4276         Fold the confirm-after-completion case into the `confirm' case.
4277         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4279 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4281         * ffap.el (ffap-rfc-path): Make this a defcustom since
4282         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4284         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4285         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4287 2009-12-05  Juri Linkov  <juri@jurta.org>
4289         Save and restore dired buffer's point positions too.  (Bug#4880)
4291         * dired.el (dired-save-positions): Return in the first element
4292         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4293         Doc fix.
4294         (dired-restore-positions): First restore buffer's position.
4295         While restoring window's positions, check if window still displays
4296         the original buffer.
4298 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4300         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4301         if possible.
4303         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4304         Make argument optional.
4306         * shell.el (shell): Require ansi-color (Bug#5113).
4308         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4310         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4312 2009-12-05  Alan Mackenzie  <acm@muc.de>
4314         * progmodes/cc-mode.el (c-before-hack-hook)
4315         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4316         `c-file-style' to work again.  This reversion restores the current
4317         software to its state in Emacs 23.1.  (Bug#4146)
4319 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4321         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4322         comment-start-skip to comment-end-skip as comment (Bug#4781).
4324 2009-12-05  Juri Linkov  <juri@jurta.org>
4326         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4327         for virtual nodes.  (Bug#4147)
4328         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4329         when moving from a virtual node.
4330         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4331         (Info-mode): Add `Info-virtual-index' to the docstring.
4333 2009-12-05  Eric Ludlam  <zappo@gnu.org>
4335         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4336         Describe project macro symbols.
4338         * cedet/semantic/complete.el (semantic-complete-do-completion):
4339         Don't call semantic-collector-current-exact-match.
4341         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4342         ede-objects as targets.
4344         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4345         a target's object list even if compiler vars are already in the
4346         Makefile.
4348         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4349         list of headers producing necessary macros.
4351 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4353         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4354         track of the buffer position of the end of a BibTeX entry as this
4355         position may change during reformatting.
4356         (bibtex-format-entry): Remove whitespace before processing
4357         numerical fields so that we recognize the latter properly.
4358         (bibtex-reformat): Do not use push which changes the global value
4359         of bibtex-entry-format.
4360         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4361         (bibtex-field-re-init): Replace only space characters by regexp
4362         for whitespace.
4363         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4364         (bibtex-initialize): Also update bibtex-strings.
4365         (bibtex-kill-field): Preserve white space at end of entry.
4366         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4367         Update bibtex-reference-keys.
4369 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4371         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4372         point after a star, if that's the only place where modifications can
4373         make progress.
4375 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4377         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4378         in docstrings.
4380 2009-12-04  Juri Linkov  <juri@jurta.org>
4382         * proced.el (proced): Call `(proced-update t)' to update process
4383         information instead of only running proced-post-display-hook.
4384         (proced-send-signal): Add a leading space to the buffer name
4385         " *Marked Processes*" to make this buffer ephemeral.
4387 2009-12-04  Juri Linkov  <juri@jurta.org>
4389         * dired.el (dired-auto-revert-buffer): New defcustom.
4390         (dired-internal-noselect): Use it.
4392 2009-12-04  Juri Linkov  <juri@jurta.org>
4394         Change roles of modes and functions in image-mode.el (Bug#5062).
4396         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4397         in `auto-mode-alist'.
4398         (image-mode-previous-major-mode): New variable.
4399         (image-minor-mode-map): Rename from `image-mode-text-map'.
4400         (image-mode): Move graceful error-handling code from
4401         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4402         (image-minor-mode): Remove all image-handling code.
4403         Replace `image-mode-text-map' with `image-minor-mode-map'.
4404         Check for `image-type' in mode-line format string.
4405         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4406         (image-mode-as-text): New function with most code from
4407         `image-mode-maybe'.
4408         (image-toggle-display-text): Move code that removes image
4409         properties from `image-toggle-display' to here.
4410         (image-toggle-display-image): New function with code that adds
4411         image properties copied from `image-toggle-display'.
4412         (image-toggle-display): Remove most code with leaving only code
4413         that toggles between `image-mode-as-text' and `image-mode'.
4415 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4417         * net/newst-treeview.el
4418         (newsticker--treeview-list-highlight-start): Restored call to
4419         save-excursion: Selected item was stuck.
4420         (newsticker--treeview-list-select): New.
4421         (newsticker--treeview-item-show-text)
4422         (newsticker--treeview-item-show)
4423         (newsticker--treeview-item-update): Use new
4424         newsticker-treeview-item-mode.
4425         (newsticker-treeview-update): Keep current item.
4426         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4427         (newsticker--treeview-first-feed): Doc change.
4428         (newsticker-treeview-list-menu)
4429         (newsticker-treeview-item-menu): Added menu entries.
4430         (newsticker-treeview-item-mode): New.
4432         * net/newst-backend.el (newsticker-customize): Delete other
4433         windows.
4435 2009-12-04  Sam Steingold  <sds@gnu.org>
4437         * log-view.el (log-view-mode-map): "q" calls quit-window,
4438         like in all the other non-self-insert buffers.
4440 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4442         Minor cleanup.
4443         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4444         key decoding rather than do it manually via last-input-event +
4445         ascii-character.
4446         (term-exec): Use delete-and-extract-region.
4447         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4448         (term-process-pager): Remove unused var `i'.
4449         (term-dynamic-simple-complete): Make obsolete.
4450         (serial-update-config-menu): Remove unused vars `y' and `str'.
4451         (term-update-mode-line): Remove unused var `temp'.
4453 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4455         Limit the number of log entries displayed by default.
4456         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4457         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4458         using a prefix argument.
4460 2009-12-03  Glenn Morris  <rgm@gnu.org>
4462         * progmodes/idlwave.el (class): Restore still useful declaration.
4464 2009-12-03  Alan Mackenzie  <acm@muc.de>
4466         Enhance `c-parse-state' to run efficiently in "brace deserts".
4468         * progmodes/cc-mode.el (c-basic-common-init):
4469         Call c-state-cache-init.
4470         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4471         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4472         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4474         * progmodes/cc-langs.el (c-before-font-lock-function):
4475         c-extend-and-neutralize-syntax-in-CPP has been renamed
4476         c-neutralize-syntax-in-and-mark-CPP.
4478         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4479         with `category' properties now, not `syntax-table' ones.
4481         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4482         enhanced (but slower) version of c-end-of-macro that won't land
4483         inside a literal or on another awkward character.
4484         (c-state-cache-too-far, c-state-cache-start)
4485         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4486         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4487         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4488         (c-state-min-scan-pos, c-state-brace-pair-desert)
4489         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4490         buffer local variables.
4491         (c-state-literal-at, c-state-lit-beg)
4492         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4493         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4494         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4495         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4496         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4497         (c-renarrow-state-cache)
4498         (c-append-lower-brace-pair-to-state-cache)
4499         (c-state-push-any-brace-pair, c-append-to-state-cache)
4500         (c-remove-stale-state-cache)
4501         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4502         (c-invalidate-state-cache-1, c-parse-state-1)
4503         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4504         (c-parse-state): Enhance and refactor.
4505         (c-debug-parse-state): Amend to deal with all the new variables.
4507         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4508         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4509         modify to use category text properties rather than syntax-table ones.
4510         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4511         to switch off/on the syntactic paren property of C++ template
4512         delimiters using the category property.
4513         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4514         template delims suppressed.
4515         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4516         New constant/macros which apply category properties to the start
4517         and end of preprocessor constructs.
4518         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4519         "comment out" the syntactic value of characters in preprocessor
4520         constructs.
4521         (c-with-cpps-commented-out)
4522         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4523         with characters in all or all but one preprocessor constructs
4524         "commented out".
4526 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4528         * proced.el (proced-filter-alist): Use regexp-quote.
4530 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4532         Cleanup.
4533         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4534         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4535         arguments.  Expand `default-directory'.
4537         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4538         the benefit of returning an expanded localname.
4539         (tramp-tramp-file-p): Handle the case NAME is not a string.
4541 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4543         Add support for bzr shelve/unshelve.
4544         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4545         (vc-bzr-extra-menu-map): New variables.
4546         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4547         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4548         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4549         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4550         (vc-bzr-dir-extra-headers): Display shelves.
4552         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4554 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4556         * textmodes/bibtex.el (bibtex-complete-internal):
4557         Use completion-in-region.
4558         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4560 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4562         Support applying stashes.  Improve UI.
4563         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4564         (vc-git-stash-apply, vc-git-stash-pop)
4565         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4566         (vc-git-stash-menu): New functions.
4567         (vc-git-stash-menu-map): New variable.
4568         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4570 2009-12-03  Glenn Morris  <rgm@gnu.org>
4572         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4573         (vc-print-log-internal): Fix previous change.
4574         (vc-revert): Correct pluralization.
4576 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4578         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4579         it to be an alist any more.
4580         (makefile-complete): Use completion-in-region.
4582         * progmodes/octave-mod.el (octave-complete-symbol):
4583         Use completion-in-region.
4585         Misc cleanup.
4586         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4587         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4588         (idlwave-complete-class): Don't quote lambda.
4589         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4590         (idlwave-mode-map): Move initialization into declaration.
4591         (idlwave-action-and-binding): Use backquotes.
4592         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4593         Simplify.
4594         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4595         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4596         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4597         `parts', and `all-parts'.
4598         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4599         (idlwave-convert-xml-system-routine-info): Remove unused string
4600         `version-string'.
4601         (idlwave-display-user-catalog-widget): Use dolist.
4602         (idlwave-scanning-lib): Declare dynamically-scoped var.
4603         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4604         (completion-highlight-first-word-only): Declare to silence bytecomp.
4605         (idlwave-popup-select): Tighten scope of `resp'.
4606         (idlwave-find-struct-tag): Remove unused var `beg'.
4607         (idlwave-after-load-rinfo-hook): Declare.
4608         (idlwave-sintern-class-info): Remove unused var `taglist'.
4609         (idlwave-find-class-definition): Remove unused var `list'.
4610         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4611         (idlwave-what-module-find-class): Remove unused var `classes'.
4613 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4615         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4617 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4619         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4620         buffers visited.  Remove redundant current-buffer-saving.
4622 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4624         Use completion-in-buffer and remove uses of dynamic scoping.
4625         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4626         (pascal-buffer-to-use, pascal-flag): Don't declare.
4627         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4628         (pascal-get-completion-decl, pascal-keyword-completion):
4629         Add `pascal-str' argument, save-excursion,
4630         return the found completions, and don't filter with pascal-pred.
4631         (pascal-completion-cache): New var.
4632         (pascal-completion): Don't switch buffer any more (it was never
4633         necessary).  Don't save-excursion any more (it's done by the called
4634         subroutines).  Use a cache to avoid redundant computations.
4635         Use complete-with-action rather than pascal-completion-response and
4636         let it apply the predicate as well.
4637         (pascal-complete-word): Use completion-in-buffer when
4638         pascal-toggle-completions is nil.
4639         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4640         not used any more.
4641         (pascal-comp-defun): Don't change buffer any more.
4642         Use complete-with-action rather than pascal-completion-response and
4643         let it apply the predicate as well.
4644         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4645         when neded.
4647 2009-12-02  Kenichi Handa  <handa@m17n.org>
4649         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4650         shape for all Indic scripts.
4652 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4654         Use completion-in-buffer.
4655         * wid-edit.el (widget-field-text-end): New function.
4656         (widget-field-value-get): Use it.
4657         (widget-string-complete, widget-file-complete)
4658         (widget-color-complete): Use it and completion-in-region.
4659         (widget-complete): Don't narrow the buffer.
4661 2009-12-02  Glenn Morris  <rgm@gnu.org>
4663         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4664         (rmail-select-summary): Use rmail-pop-to-buffer.
4665         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4666         rmail-pop-to-buffer, to prevent horizontal splits.
4668         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4669         save-excursion with save-current-buffer.
4670         Widen before searching.  (Bug#5093)
4671         (diary-list-sexp-entries): Remove superfluous save-excursion.
4673 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4675         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4676         name.  (Bug#5038)
4678 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4680         * ido.el (ido-file-internal): Handle filenames at point that do
4681         not have a directory part.  (Bug#5049)
4683 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4685         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4686         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4688 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4690         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4691         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4692         any more.
4694 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4696         * comint.el (comint-insert-input): Ignore clicks to the right of
4697         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4699         * vc.el (vc-print-log-internal): Don't wait for the process to
4700         terminate before setting up the major mode.
4702         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4703         in case.
4705         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4706         the last element.
4708         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4710 2009-12-01  Glenn Morris  <rgm@gnu.org>
4712         * window.el (window--display-buffer-2): Fix previous changes.
4714 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4716         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4718 2009-12-01  Glenn Morris  <rgm@gnu.org>
4720         * Makefile.in (ELCFILES): Add mpc.elc.
4722 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4724         * mpc.el: New file.
4726 2009-12-01  Glenn Morris  <rgm@gnu.org>
4728         * window.el (window-to-use): Define for compiler.
4730         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4731         consistent with others (no final period).
4733         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4734         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4736 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4738         Make vc-print-log buttons work.
4739         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4741 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4743         * savehist.el (savehist-autosave-interval): Allow setting to nil
4744         through customize.  (Bug#5056)
4746 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4748         Fix references to jit-lock properties.
4749         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4750         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4751         (perl-font-lock-special-syntactic-constructs):
4752         Quote jit-lock-defer-multiline property.
4754 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4756         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4758 2009-11-30  Juri Linkov  <juri@jurta.org>
4760         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4761         value `buffer' of `multi-isearch-next-buffer-current-function'.
4762         Use `(current-buffer)' when `buffer' is nil.
4763         (multi-isearch-next-buffer-from-list): Don't fallback to
4764         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4766 2009-11-30  Juri Linkov  <juri@jurta.org>
4768         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4769         of buffers with `get-buffer' to `multi-isearch-buffers'.
4770         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4771         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4772         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4773         FILES with `expand-file-name' converting relative file names
4774         to absolute.  Doc fix.  (Bug#4727)
4776 2009-11-30  Juri Linkov  <juri@jurta.org>
4778         * misearch.el (multi-isearch-read-buffers)
4779         (multi-isearch-read-matching-buffers): New functions.
4780         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4781         Use them in the `interactive' spec.  Doc fix.
4782         (multi-isearch-read-files, multi-isearch-read-matching-files):
4783         New functions.
4784         (multi-isearch-files, multi-isearch-files-regexp):
4785         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4787 2009-11-30  Juri Linkov  <juri@jurta.org>
4789         * doc-view.el (doc-view-continuous):
4790         Rename from `doc-view-continuous-mode'.
4791         (doc-view-menu): Move "Toggle display" to the top.
4792         Add submenu "Continuous" with radio buttons "Off"/"On"
4793         and "Save as Default".
4794         (doc-view-scroll-up-or-next-page)
4795         (doc-view-scroll-down-or-previous-page)
4796         (doc-view-next-line-or-next-page)
4797         (doc-view-previous-line-or-previous-page): Rename
4798         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4800 2009-11-30  Juri Linkov  <juri@jurta.org>
4802         * comint.el (comint-mode-map): Rebind `M-r' from
4803         `comint-previous-matching-input' to
4804         `comint-history-isearch-backward-regexp'.
4805         Unbind `M-s' to allow global key binding `M-s'.
4806         Add menu items for `comint-history-isearch-backward' and
4807         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4809 2009-11-30  Juri Linkov  <juri@jurta.org>
4811         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4812         For def=recenter, replace `recenter' with `recenter-top-bottom'
4813         that is called with `this-command' and `last-command' let-bound
4814         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4815         set `recenter-last-op' to nil.  (Bug#4981)
4817 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4819         Minor cleanup and simplification.
4820         * filecache.el (file-cache-add-directory)
4821         (file-cache-add-directory-recursively)
4822         (file-cache-add-from-file-cache-buffer)
4823         (file-cache-delete-file-regexp, file-cache-delete-directory)
4824         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4825         (file-cache-temp-minibuffer-message): Delete function.
4826         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4828         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4829         Don't signal an error when bumping into EOB in tr, s, or y.
4831 2009-11-29  Juri Linkov  <juri@jurta.org>
4833         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4834         (Bug#4960)
4836         * descr-text.el (describe-char-unidata-list): Use lowercase name
4837         for "Unicode name" like in other tags.
4839 2009-11-29  Juri Linkov  <juri@jurta.org>
4841         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4842         New compatibility macro.
4843         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4845 2009-11-29  Juri Linkov  <juri@jurta.org>
4847         Add defcustom to define the cycling order of `recenter-top-bottom'.
4848         (Bug#4981)
4850         * window.el (recenter-last-op): Doc fix.
4851         (recenter-positions): New defcustom.
4852         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4853         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4855 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4857         Improve integration of Tramp and ange-ftp in eshell.
4859         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4860         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4861         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4863         * eshell/esh-util.el (top): Require also Tramp when compiling.
4864         (eshell-directory-files-and-attributes): Check for FTP remote
4865         connection.
4866         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4867         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4868         (eshell-file-attributes): Handle ".".  Return `entry'.
4870         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4871         (ange-ftp-directory-files-and-attributes)
4872         (ange-ftp-real-directory-files-and-attributes): New defuns.
4874         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4875         shell with "exec" when possible.  This prevents trailing prompts
4876         in `start-file-process'.
4878 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4880         Try and remove assumptions about point-min==1.
4881         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4882         (rng-compute-mode-line-string): Show the validation percentage in
4883         terms of the narrowed text, not the widened text.
4884         (rng-do-some-validation): Don't catch internal errors when debugging.
4885         (rng-first-error): Simplify.
4886         (rng-after-change-function): Remove work around.  AFAIK the bug has
4887         been fixed a while ago.
4889         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4890         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4892         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4894         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4895         `cd' doesn't always do it for us (bug#5067).
4897         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4898         on 2009-10-25 as part of some other change (bug#5067).
4900 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4902         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4903         `suspicious'.
4904         (byte-compile-warnings): Use byte-compile-warning-types.
4905         (byte-compile-save-excursion): Warn about use of set-buffer right
4906         after save-excursion.
4908         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4909         the excursion as well.
4911 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4913         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4914         providing a Tramp related implementation of "su" and "sudo".
4915         (eshell-unix-initialize): Add "su" and "sudo".
4917 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4919         * net/socks.el (socks-send-command): Convert binary request to
4920         unibyte before sending.  This fixes mishandling of some port
4921         numbers such as 129.
4923 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4925         * help.el (describe-bindings-internal): Remove `interactive'.
4927         * man.el (Man-completion-table): Trim a terminating "(".
4928         Remove the space between name page a section.
4929         Add the command's description on the `help-echo' property.
4930         Remove `process-connection-type' binding since it's unused by
4931         call-process.
4932         Provide completion for the "<section> <name>" format as well.
4933         (Man-default-man-entry): Remove spurious var shadowing the argument.
4935 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4937         * log-view.el: Add "Keywords: tools", since its other keywords
4938         aren't in finder-known-keywords, and following vc.el.
4940         * sha1.el (sha1-string-external): default-directory "/" in case
4941         otherwise non-existent.  process-connection-type pipe for touch of
4942         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4944 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4946         Misc coding convention cleanups.
4947         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4948         hfy-init-kludge-hooks.
4949         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4950         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4951         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4952         and push.
4953         (hfy-slant, hfy-weight): Use tables rather than code.
4954         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4955         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4956         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4957         (hfy-face-to-css): Remove `nconc' with single arg.
4958         (hfy-p-to-face-lennart): Use `or'.
4959         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4960         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4961         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4962         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4963         (hfy-force-fontification): Use run-hooks.
4965 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4967         Various minor fixes.
4968         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4969         Javascript belongs in the header, not the body.
4970         (hfy-javascript): Remove.
4971         (hfy-fontify-buffer): Don't insert it any more.
4972         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4973         Fix bug in invis handling when there were no invis props in a chunk.
4975 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4979 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4981         * finder.el (finder-mode-map): Add a menu.
4983 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
4985         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
4986         "unsigned" structs.
4988         (verilog-leap-to-head, verilog-backward-token): Handle "disable
4989         fork" statement better.
4991 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
4993         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
4994         (verilog-delete-auto, verilog-delete-empty-auto-pair)
4995         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
4996         Reported by Clay Douglass.
4998         (verilog-auto-inst, verilog-auto-star-safe)
4999         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5000         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5001         Pierre-David Pfister.
5003 2009-11-26  Glenn Morris  <rgm@gnu.org>
5005         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5006         the scope.
5008 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5010         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5011         Really use previous revision.
5013 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5015         * man.el (Man-completion-table): default-directory "/" in case
5016         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5017         not to truncate long names.  process-connection-type pipe to avoid
5018         any chance of hitting the pseudo-tty TIOCGWINSZ.
5019         (man): completion-ignore-case t for friendliness and since man
5020         itself is case-insensitive on the command line.
5021         Further to Bug#3717.
5023         * arc-mode.el: Add "Keywords: files", so the details in its
5024         commentary can be reached from finder-by-keyword.
5025         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5026         editing mode, but it's comms related and sgml-mode.el has "comm"
5027         on that basis too.
5028         * textmodes/bibtex-style.el: Add "Keywords: tex".
5029         * international/isearch-x.el, international/ja-dic-cnv.el:
5030         * international/ja-dic-utl.el, international/kkc.el:
5031         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5033 2009-11-25  Juri Linkov  <juri@jurta.org>
5035         * man.el (Man-completion-table): Modify regexp to include
5036         section names to completion strings.  (Bug#3717)
5038 2009-11-25  Juri Linkov  <juri@jurta.org>
5040         Search recursively in gzipped files.  (Bug#4982)
5042         * progmodes/grep.el (grep-highlight-matches): Add new options
5043         `always' and `auto'.  Doc fix.
5044         (grep-process-setup): Check `grep-highlight-matches' for
5045         `auto-detect' to determine the need to compute grep defaults.
5046         Move Windows/DOS specific --colors settings handling
5047         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5048         to get the value of "--color=".
5049         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5050         has the value `auto-detect'.  Move Windows/DOS specific settings
5051         from `grep-process-setup'.
5052         (zrgrep): New command with alias `rzgrep'.
5054 2009-11-25  Juri Linkov  <juri@jurta.org>
5056         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5057         to nil instead of switching off view-mode.  (Bug#4896)
5059 2009-11-25  Juri Linkov  <juri@jurta.org>
5061         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5063         * mwheel.el (mwheel-scroll-up-function)
5064         (mwheel-scroll-down-function): New defvars.
5065         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5066         `scroll-up', and `mwheel-scroll-down-function' instead of
5067         `scroll-down'.
5069         * doc-view.el (doc-view-scroll-up-or-next-page)
5070         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5071         Use this ARG in the call to image-scroll-up/image-scroll-down.
5072         Change `interactive' spec to "P".  Goto next/previous page only
5073         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5074         SPC/DEL case).  Doc fix.
5075         (doc-view-next-line-or-next-page)
5076         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5077         for consistency.
5078         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5079         `doc-view-scroll-up-or-next-page', and buffer-local
5080         `mwheel-scroll-down-function' to
5081         `doc-view-scroll-down-or-previous-page'.
5083 2009-11-25  Juri Linkov  <juri@jurta.org>
5085         Provide additional default values (directories at other Dired
5086         windows) via M-n in the minibuffer of some Dired commands.
5088         * dired-aux.el (dired-diff, dired-compare-directories)
5089         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5090         `minibuffer-default' in `minibuffer-with-setup-hook'.
5091         (dired-dwim-target-directory): Find a window that displays Dired
5092         buffer instead of failing when the next window is not Dired.
5093         Use `get-window-with-predicate' to find for the next Dired window.
5094         (dired-dwim-target-defaults): New function.
5096         * ediff-util.el (ediff-read-file-name):
5097         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5098         in `minibuffer-with-setup-hook'.
5100 2009-11-25  Juri Linkov  <juri@jurta.org>
5102         Provide additional default values (file name at point or at the
5103         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5105         * minibuffer.el (read-file-name-defaults): New function.
5106         (read-file-name): Reset `minibuffer-default' to nil when
5107         it duplicates initial input `insdef'.
5108         Bind `minibuffer-default-add-function' to lambda that
5109         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5110         (minibuffer-insert-file-name-at-point): New command.
5112         * files.el (file-name-at-point-functions): New defcustom.
5113         (find-file-default): Remove defvar.
5114         (find-file-read-args): Don't use `find-file-default'.
5115         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5116         to `read-file-name'.
5117         (find-file-literally): Use `read-file-name' with
5118         `confirm-nonexistent-file-or-buffer'.
5120         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5122         * dired.el (dired-read-dir-and-switches):
5123         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5124         to `read-file-name'.
5125         (dired-file-name-at-point): New function.
5126         (dired-mode): Add hook `dired-file-name-at-point' to
5127         `file-name-at-point-functions'.
5129 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5131         Really make the *Completions* window soft-dedicated (bug#5030).
5132         * window.el (window--display-buffer-2): Add `dedicated' argument.
5133         (display-buffer): Pass it when needed so the dedicated flag is set
5134         after calling set-window-buffer, which would otherwise reset it.
5136 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5138         * progmodes/meta-mode.el (meta-complete-symbol):
5139         * progmodes/etags.el (complete-tag):
5140         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5141         Use completion-in-region.
5143         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5144         (dabbrev-completion): Use completion-in-region.
5145         (dabbrev--abbrev-at-point): Simplify regexp.
5147         * abbrev.el (abbrev--before-point): Use word-motion functions
5148         if :regexp is not specified (bug#5031).
5150         * subr.el (string-prefix-p): New function.
5152         * man.el (Man-completion-cache): New var.
5153         (Man-completion-table): Use it.
5155         * vc.el (vc-print-log-internal): Make `limit' optional for better
5156         compatibility (e.g. with vc-annotate.el).
5158 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5160         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5161         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5163         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5164         when .el source file not found or other error.
5166 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5168         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5170 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5172         Handle the [back] button properly (bug#4979).
5173         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5174         Use help-setup-xref, help-buffer, and with-help-window.
5175         (describe-char): Add `buffer' argument.
5176         Pass proper command to help-setup-xref.  Don't meddle with
5177         help-xref-stack-item directly.
5178         (describe-text-category): Use with-help-window and help-buffer.
5180         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5181         for the displayed buffer (bug#4887).
5183         * man.el (Man-completion-table): New function.
5184         (man): Use it.
5186 2009-11-24  David Reitter  <david.reitter@gmail.com>
5188         * vc-git.el (vc-git-registered): Use checkout directory (where
5189         .git is) rather than the file's directory and a relative path spec
5190         to work around a bug in git.
5192 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5194         Improve handling of processes on remote hosts.
5196         * eshell/esh-util.el (eshell-path-env): New defvar.
5197         (eshell-parse-colon-path): New defun.
5198         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5200         * eshell/esh-ext.el (eshell-search-path):
5201         Use `eshell-parse-colon-path'.
5202         (eshell-remote-command): Remove argument HANDLER.
5203         (eshell-external-command): Check for FTP remote connection.
5205         * eshell/esh-proc.el (eshell-gather-process-output):
5206         Use `file-truename', in order to start also symlinked files.
5207         Apply `start-file-process' instead of `start-process'.
5208         Shorten `command' to the local file name part.
5210         * eshell/em-cmpl.el (eshell-complete-commands-list):
5211         Use `eshell-parse-colon-path'.
5213         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5215         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5216         to `eshell-directory-change-hook'.
5218 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5220         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5221         because it could be enabled automatically if view-read-only is non-nil.
5223 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5225         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5226         made on 2009-11-22.
5228 2009-11-24  Glenn Morris  <rgm@gnu.org>
5230         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5231         deleted variable bookmark-bmenu-bookmark-column.
5233         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5234         Move after definition of global-semantic-idle-tag-highlight-mode.
5236 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5240 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5242         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5243         two slashes to the "file:" prefix.
5244         (browse-url-file-url): De-munge Cygwin filenames before passing
5245         them to Windows browser.
5246         (browse-url-default-windows-browser): Use call-process.
5248 2009-11-23  Juri Linkov  <juri@jurta.org>
5250         Implement DocView Continuous mode.  (Bug#4896)
5251         * doc-view.el (doc-view-continuous-mode): New defcustom.
5252         (doc-view-mode-map): Bind C-n/<down> to
5253         `doc-view-next-line-or-next-page', C-p/<up> to
5254         `doc-view-previous-line-or-previous-page'.
5255         (doc-view-next-line-or-next-page)
5256         (doc-view-previous-line-or-previous-page): New commands.
5258 2009-11-23  Juri Linkov  <juri@jurta.org>
5260         Implement Isearch in comint input history.  (Bug#3746)
5261         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5262         `isearch-mode-hook'.
5263         (comint-history-isearch): New defcustom.
5264         (comint-history-isearch-backward)
5265         (comint-history-isearch-backward-regexp): New commands.
5266         (comint-history-isearch-message-overlay): New buffer-local variable.
5267         (comint-history-isearch-setup, comint-history-isearch-end)
5268         (comint-goto-input, comint-history-isearch-search)
5269         (comint-history-isearch-message, comint-history-isearch-wrap)
5270         (comint-history-isearch-push-state)
5271         (comint-history-isearch-pop-state): New functions.
5273 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5275         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5276         return.
5277         (tramp-handle-make-symbolic-link)
5278         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5279         Quote file names.
5280         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5281         (tramp-handle-process-file): Use it.
5283 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5285         * window.el (move-to-window-line-last-op): Remove.
5286         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5288 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5290         Make M-r mirror the new cycling behavior of C-l.
5291         * window.el (move-to-window-line-last-op): New var.
5292         (move-to-window-line-top-bottom): New command.
5293         (global-map): Bind M-r move-to-window-line-top-bottom.
5295 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5297         * dired-x.el (dired-guess-shell-alist-default):
5298         Support xz format.  (Bug#4953)
5300 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
5302         * cedet/srecode/map.el (srecode-get-maps):
5303         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5304         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5305         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5306         (semantic-toggle-decoration-style):
5307         * cedet/semantic/decorate/include.el
5308         (semantic-decoration-include-describe)
5309         (semantic-decoration-unknown-include-describe)
5310         (semantic-decoration-unparsed-include-describe)
5311         (semantic-decoration-all-include-summary):
5312         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5313         * cedet/semantic/analyze/complete.el
5314         (semantic-analyze-possible-completions):
5315         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5316         (semantic-show-unmatched-syntax-mode)
5317         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5318         (semantic-highlight-func-mode):
5319         * cedet/semantic/util.el (semantic-describe-buffer):
5320         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5321         (semantic-symref-find-tags-by-name)
5322         (semantic-symref-find-tags-by-regexp)
5323         (semantic-symref-find-tags-by-completion)
5324         (semantic-symref-find-file-references-by-name)
5325         (semantic-symref-find-text):
5326         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5327         (senator-yank-tag):
5328         * cedet/semantic/scope.el (semantic-calculate-scope):
5329         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5330         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5331         (define-semantic-idle-service):
5332         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5333         (semantic-complete-analyze-inline-idle):
5334         * cedet/semantic/analyze.el (semantic-analyze-current-context):
5335         * cedet/mode-local.el (describe-mode-local-bindings)
5336         (describe-mode-local-bindings-in-mode):
5337         * cedet/ede/make.el (ede-make-check-version):
5338         * cedet/ede/locate.el (ede-enable-locate-on-project):
5339         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5340         (cedet-idutils-version-check):
5341         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5342         (cedet-gnu-global-version-check):
5343         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5344         (cedet-cscope-version-check): Use called-interactively-p instead
5345         of interactive-p.
5347         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5348         Use semantic-format-tag-prototype.
5350 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5352         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5353         last-command-char/last-command-event.
5354         (viper-prefix-arg-value): Do correct conversion of event-char for
5355         XEmacs.
5357         * emulation/viper-util.el, emulation/viper.el:
5358         Use viper-last-command-char instead of
5359         last-command-char/last-command-event.
5361         * ediff-init.el, ediff-mult.el, ediff-util.el:
5362         Replace last-command-char and last-command-event
5363         with (ediff-last-command-char) everywhere.
5365         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5366         created in fundamental mode.
5368         * ediff.el (ediff-version): Revert the change of interactive-p to
5369         called-interactively-p.
5371 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5373         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5374         generation from word-movement command names.
5376 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
5378         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5379         (semantic-complete-jump-local, semantic-complete-jump):
5380         Improve prompt string.
5382 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5384         * cus-start.el (all): Add native condition for font-use-system-font.
5386 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5388         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5389         Correct the patch from 2009-11-18.  (Bug#3910)
5391 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5393         * progmodes/subword.el: Rename from lisp/subword.el.
5395         * subword.el: Rename to progmodes/subword.el.
5397         * Makefile.in (ELCFILES): Adapt to subword.el move.
5399 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5400             Stefan Monnier  <monnier@iro.umontreal.ca>
5402         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5403         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5404         (bookmark-bmenu-show-filenames): Use push.
5405         (bookmark-bmenu-hide-filenames): Use local var instead of
5406         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5407         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5408         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5409         filenames now that the bookmark names are always available.
5411 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5413         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5414         (bookmark-search-pattern): Move and leave unbound.
5415         (bookmark-bmenu-mode-map): Change binding.
5416         (bookmark-read-search-input): Simplify.
5417         Don't use text-char-description.  Don't error on non-char events.
5418         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5419         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5420         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5421         Use a local var for the timer.
5422         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5423         (i.e. bookmark-bmenu-search).
5425 2009-11-21  Glenn Morris  <rgm@gnu.org>
5427         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5429 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5431         * net/browse-url.el (browse-url-default-windows-browser):
5432         Use cygstart for cygwin.
5434 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5436         * bookmark.el: Formatting and doc fixes only:
5437         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5438         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5439         Minor grammar and punctuation fixes in doc string.
5440         (bookmark-read-search-input): Adjust to fit within 80 columns.
5442 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5444         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5445         (c-backward-into-nomenclature): Adapt to subword renaming.
5447         * subword.el (subword-forward, subword-backward, subword-mark)
5448         (subword-kill, subword-backward-kill, subword-transpose)
5449         (subword-downcase, subword-upcase, subword-capitalize)
5450         (subword-forward-internal, subword-backward-internal):
5451         Rename from forward-subword, backward-subword, mark-subword,
5452         kill-subword, backward-kill-subword, transpose-subwords,
5453         downcase-subword, upcase-subword, capitalize-subword,
5454         forward-subword-internal, backward-subword-internal.
5456 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5458         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5459         New options.
5460         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5461         New vars.
5462         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5463         (bookmark-bmenu-filter-alist-by-regexp)
5464         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5465         (bookmark-bmenu-search): New command.
5466         (bookmark-bmenu-mode-map): Bind it.
5468 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5470         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5472         * cedet/semantic/idle.el (define-semantic-idle-service)
5473         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5475 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5477         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5478         backward-subword to quit the byte-compiler.
5480         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5482         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5484         * progmodes/cc-cmds.el (c-update-modeline)
5485         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5486         Refer to subword.el functions instead of cc-subword.el.
5488         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5489         subword.el functions instead of cc-subword.el.
5491         * progmodes/cc-subword.el: Rename to subword.el.
5492         * subword.el: Rename from progmodes/cc-subword.el.
5493         (subword-mode-map): Rename from c-subword-mode-map.
5494         (subword-mode): Rename from c-subword-mode.
5495         (global-subword-mode): New global minor mode.
5496         (forward-subword): Rename from c-forward-subword.
5497         (backward-subword): Rename from c-backward-subword.
5498         (mark-subword): Rename from c-mark-subword.
5499         (kill-subword): Rename from c-kill-subword.
5500         (backward-kill-subword): Rename from c-backward-kill-subword.
5501         (transpose-subwords): Rename from c-tranpose-subword.
5502         (downcase-subword): Rename from c-downcase-subword.
5503         (capitalize-subword): Rename from c-capitalize-subword.
5504         (forward-subword-internal): Rename from c-forward-subword-internal.
5505         (backward-subword-internal): Rename from c-backward-subword-internal.
5507 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5509         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5510         from a dired buffer.
5511         (vc-dired-deduce-fileset): New function.
5512         (vc-root-diff, vc-print-root-log): Use it.
5514         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5515         nil LIMIT argument to vc-print-log-internal.
5517 2009-11-20  Glenn Morris  <rgm@gnu.org>
5519         * Makefile.in (ELCFILES): Regenerate.
5521 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5523         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
5525         * cedet/semantic.el: Enable idle-mode menu items only if
5526         global-semantic-idle-scheduler-mode is enabled.
5527         (semantic-default-submodes): Doc fix.
5529         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5530         When turning off, disable other idle modes.
5532 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5534         * calc/calc.el (calc-set-mode-line):
5535         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5536         (math-format-number): Rename `math-format-complement-signed' to
5537         `math-format-twos-complement'.
5539         * calc/calc-bin.el (math-format-twos-complement): Rename from
5540         math-format-complement-signed.
5541         (calc-radix): Rename `calc-complement-signed-mode' to
5542         `calc-twos-complement-mode'.
5543         (calc-octal-radix, calc-hex-radix): Add an argument for
5544         two's complement.
5546         * calc/calc-embed.el (calc-embedded-mode-vars):
5547         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5549         * calc/calc-ext.el (calc-init-extensions):
5550         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5551         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5553         * calc/calc-units.el (math-build-units-table-buffer):
5554         Let `calc-twos-complement-mode' be nil.
5556         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5557         entries.
5559         * calc/calc-vec.el (calcFunc-vunpack):
5560         * calc/calc-aent.el (calc-do-calc-eval):
5561         * calc/calc-forms.el (math-format-date):
5562         * calc/calc-graph.el (calc-graph-plot):
5563         * calc/calc-math.el (math-use-emacs-fn):
5564         * calc/calccomp.el (math-compose-expr):
5565         Let `calc-twos-complement-mode' be nil.
5567 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5569         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5570         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5571         * minibuffer.el (completion-in-region-functions): New hook.
5572         (completion-in-region): New function.
5573         * emacs-lisp/lisp.el (lisp-complete-symbol):
5574         * pcomplete.el (pcomplete-std-complete): Use it.
5576 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5578         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5579         (latex-complete-alist): New vars.
5580         (latex-string-prefix-p, latex-complete-bibtex-keys)
5581         (latex-complete-envnames, latex-complete-refkeys)
5582         (latex-complete-data): New functions.
5583         (latex-complete, latex-indent-or-complete): New commands.
5585         * window.el (display-buffer-mark-dedicated): New var.
5586         (display-buffer): Obey it.
5587         * minibuffer.el (minibuffer-completion-help): Use it.
5589         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5591         * filecache.el (file-cache-add-file): Use push and cons.
5592         (file-cache-delete-file-regexp): Use push.
5593         (file-cache-complete): Use completion-in-region.
5595         * simple.el (with-wrapper-hook): Fix thinko.
5597         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5598         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5599         Use with-current-buffer and string-to-number.
5600         (hfy-fallback-colour-values): Use assoc-string.
5601         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5602         (hfy-face-at): Remove unused var `found-face'.
5603         (hfy-compile-stylesheet): Remove unused var `css'.
5604         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5605         and `orig-buffer'.
5606         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5607         Use with-current-buffer.
5608         (hfy-text-p): Use expand-file-name and fewer setq.
5610 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5612         * htmlfontify.el, hfy-cmap.el: New files.
5614 2009-11-19  Juri Linkov  <juri@jurta.org>
5616         * minibuffer.el (completions-format): New defcustom.
5617         (completion--insert-strings): Implement vertical format.
5619         * simple.el (switch-to-completions): Move point to the first
5620         completion when point was at the beginning of the buffer.
5622 2009-11-19  Juri Linkov  <juri@jurta.org>
5624         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5626         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5628 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5630         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5631         (mail-signature): Change default to t.
5632         (mail-from-style): Deprecate `system-default' value.
5633         (mail-insert-from-field): For default value of mail-from-style,
5634         default to `angles' unless `angles' needs quoting and `parens'
5635         does not.
5636         (mail-citation-prefix-regexp): Use citation regexp from
5637         message-mode.
5639 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5641         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5642         Set variables for computing the prompt for reading password.
5644 2009-11-19  Glenn Morris  <rgm@gnu.org>
5646         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5648         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5650         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5651         (newsticker-treeview-listwindow-height): Fix custom type.
5653 2009-11-19  Kenichi Handa  <handa@m17n.org>
5655         * descr-text.el (describe-char-padded-string): Compose with TAB
5656         only if there's a font for CH.
5657         (describe-char): Fix the condition for detecting a trivial composition.
5659 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5661         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5662         more accurate version of the regexp.  (Bug#3910)
5664 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5666         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5668 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5670         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5671         (font-setting-change-default-font): Fix typo in docstring.
5673 2009-11-18  Alan Mackenzie  <acm@muc.de>
5675         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5677 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5679         * font-setting.el (font-use-system-font): Move ...
5681         * cus-start.el (all): ... to here.
5683 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5685         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5686         Don't set `ad-return-value' if `ad-do-it' doesn't.
5688         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5689         modification time.
5691 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5693         * menu-bar.el: Put "Use system font" in Option-menu.
5694         (menu-bar-options-save): Add font-use-system-font.
5696         * loadup.el: If feature system-font-setting or font-render-setting is
5697         there, load font-setting.
5699         * Makefile.in (ELCFILES): Add font-settings.el.
5700         * font-setting.el: New file.
5702 2009-11-17  Glenn Morris  <rgm@gnu.org>
5704         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5706         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5707         Preserve point in the list buffer.  (Bug#4939)
5708         Use point-at-eol.
5709         (newsticker--treeview-list-update-highlight)
5710         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5712 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5714         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5715         Remove.
5717         * calc/calc-ext.el (calc-init-extensions): Remove references to
5718         symclip.
5720         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5722         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5723         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5724         `calc-symclip'.
5726 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5728         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5729         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5731         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5732         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5733         Ignore trailing spaces by omit-nulls to split-string (fixing
5734         regression from Emacs 21 due to the incompatible split-string
5735         change).  (Bug #4928.)
5737 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5739         * vc.el (vc-log-show-limit): Default to 2000.
5740         (vc-print-log-internal): Insert buttons to request more entries
5741         when limiting the output.
5743         * vc-sccs.el (vc-sccs-print-log):
5744         * vc-rcs.el (vc-rcs-print-log):
5745         * vc-cvs.el (vc-cvs-print-log):
5746         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5747         LIMIT is non-nil.
5749 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5751         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5752         error when `tramp-gvfs-dbus-event-vector' is set.
5753         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5755 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5757         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5759 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5761         * net/dbus.el (dbus-unregister-service): New defun.
5762         (dbus-register-property): Register the handlers of
5763         "org.freedesktop.DBus.Properties" for SERVICE.
5764         (dbus-property-handler): Fix docstring.
5766 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5768         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5769         Quote doc string reference in defvaralias as it is not in special form.
5770         (byte-compile-output-docform): Doc fix.
5772 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5774         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5775         (calc-complement-signed-mode): New variables.
5776         (calc-set-mode-line): Add indicator for twos-complements.
5777         (math-format-number): Format twos-complement notation.
5779         * calc/calc-bin.el (calc-word-size): Reset the variables
5780         `math-2-word-size' and `math-half-2-word-size'.
5781         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5782         (calc-symclip): New functions.
5784         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5786         * calc/calc-embed.el (calc-embedded-mode-vars):
5787         Add `calc-complement-signed-mode' to the list of modes.
5789         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5790         (calc-b-oper-keys): Add `calc-symclip' to list.
5792         * calc/calc-ext.el (math-read-number-fancy): Read complement
5793         signed numbers.
5794         (calc-init-extensions): Add binding for `calc-symclip'.
5795         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5797         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5798         `calc-symclip'.
5799         (calc-modes-menu): Add item for twos complement mode.
5801         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5803 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5805         * register.el (jump-to-register, insert-register): Handle Semantic
5806         tags.  From commented-out advice in semantic/senator.el.
5808 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5810         * vc.el (vc-log-show-limit): New variable.
5811         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5812         when using a prefix argument.
5813         (vc-print-log-internal): Add new argument LIMIT.
5815         * vc-svn.el (vc-svn-print-log):
5816         * vc-mtn.el (vc-mtn-print-log):
5817         * vc-hg.el (vc-hg-print-log):
5818         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5819         pass it to the log command when set.  Make the BUFFER argument
5820         non-optional.
5822         * vc-sccs.el (vc-sccs-print-log):
5823         * vc-rcs.el (vc-rcs-print-log):
5824         * vc-git.el (vc-git-print-log):
5825         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5826         ignore it.  Make the BUFFER argument non-optional
5828         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5830 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5832         * dired.el (dired-mode-map): Move encryption items to "Operate"
5833         menu (Bug#4703).
5835         * strokes.el (strokes-update-window-configuration): Make strokes
5836         buffer current before erasing (Bug#4906).
5838         * cedet/semantic/idle.el (semantic-idle-summary-mode)
5839         (semantic-idle-summary-mode): Define using define-minor-mode
5840         instead of define-semantic-idle-service.
5841         (semantic-idle-summary-mode): New function.
5842         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5843         that mouse motion does not reset the echo area.
5845 2009-11-15  Juri Linkov  <juri@jurta.org>
5847         * simple.el (set-mark-default-inactive): Add :type, :group
5848         and :version.  (Bug#4876)
5850 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5852         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5853         (archive-unique-fname): ... here.  (Bug#4929)
5855 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5857         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5858         with a real fix.
5860         * novice.el (disabled-command-function): Add useful args.
5861         Setup the help buffer so that [back] works.
5862         Remove redundant call to help-mode.
5863         (disabled-command-function): Use `case'.
5864         (en/disable-command): New function extracted from enable-command.
5865         (enable-command, disable-command): Use it.
5867 2009-11-14  Glenn Morris  <rgm@gnu.org>
5869         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5870         constants.  (Bug#4913)
5872         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5874 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5876         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5877         defined in C that have no doc-strings.  (Bug#1063)
5879 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5881         * cus-edit.el (data, files):
5882         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5884 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5886         * simple.el (shell-command): Doc fix (Bug#4891).
5888         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5890 2009-11-14  Glenn Morris  <rgm@gnu.org>
5892         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5893         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5894         If they are already loaded, eval-after-load will do the right thing.
5896         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5897         compiling.
5899         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5901         * simple.el (x-selection-owner-p): Declare.
5902         (read-mail-command): Use custom radio type rather than choice.
5903         (completion-no-auto-exit): Doc fix.
5905         * custom.el (defgroup):
5906         * epg-config.el (epg): Doc fixes.
5908 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5910         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5911         * international/ccl.el (define-ccl-program): Do not purecopy the
5912         docstring, defconst does it anyway.
5914 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5916         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5917         a second time.
5919         * x-dnd.el (x-dnd-maybe-call-test-function):
5920         * window.el (split-window-vertically):
5921         * whitespace.el (whitespace-help-on):
5922         * vc-rcs.el (vc-rcs-consult-headers):
5923         * userlock.el (ask-user-about-lock-help)
5924         (ask-user-about-supersession-help):
5925         * type-break.el (type-break-force-mode-line-update):
5926         * time-stamp.el (time-stamp-conv-warn):
5927         * terminal.el (te-set-output-log, te-more-break, te-filter)
5928         (te-sentinel, terminal-emulator):
5929         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5930         (term-write-input-ring, term-check-source, term-start-output-log):
5931         (term-display-buffer-line, term-dynamic-list-completions):
5932         (term-ansi-make-term, serial-term):
5933         * subr.el (selective-display):
5934         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5935         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5936         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5937         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5938         (speedbar-remove-localized-speedbar-support)
5939         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5940         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5941         (speedbar-buffers-line-directory):
5942         * simple.el (shell-command-on-region, append-to-buffer)
5943         (prepend-to-buffer):
5944         * shadowfile.el (shadow-save-todo-file):
5945         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5946         (scroll-bar-maybe-set-window-start):
5947         * sb-image.el (speedbar-image-dump):
5948         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5949         (load-save-place-alist-from-file):
5950         * ps-samp.el (ps-print-message-from-summary):
5951         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5952         (ps-background-image, ps-begin-job, ps-do-despool):
5953         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5954         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5955         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5956         (pr-call-process, pr-file-list, pr-interface-save):
5957         * novice.el (disabled-command-function)
5958         (enable-command, disable-command):
5959         * mouse.el (mouse-buffer-menu-alist):
5960         * mouse-copy.el (mouse-kill-preserving-secondary):
5961         * macros.el (kbd-macro-query):
5962         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5963         * informat.el (batch-info-validate):
5964         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5965         * hippie-exp.el (try-expand-dabbrev-visible):
5966         * help-mode.el (help-make-xrefs):
5967         * help-fns.el (describe-variable):
5968         * generic-x.el (bat-generic-mode-run-as-comint):
5969         * finder.el (finder-mouse-select):
5970         * find-dired.el (find-dired-sentinel):
5971         * filesets.el (filesets-file-close):
5972         * files.el (list-directory):
5973         * faces.el (list-faces-display, describe-face):
5974         * facemenu.el (list-colors-display):
5975         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5976         * epg.el (epg--process-filter, epg-cancel):
5977         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5978         (epa--read-signature-type):
5979         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5980         (emerge-file-names):
5981         * ehelp.el (electric-helpify):
5982         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5983         * ediff-vers.el (rcs-ediff-view-revision):
5984         * ediff-util.el (ediff-setup):
5985         * ediff-mult.el (ediff-append-custom-diff):
5986         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
5987         (ediff-wordify):
5988         * echistory.el (Electric-command-history-redo-expression):
5989         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
5990         * disp-table.el (describe-display-table):
5991         * dired.el (dired-find-buffer-nocreate):
5992         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
5993         * dabbrev.el (dabbrev--same-major-mode-p):
5994         * chistory.el (list-command-history):
5995         * apropos.el (apropos-documentation):
5996         * allout.el (allout-obtain-passphrase):
5997         (allout-copy-exposed-to-buffer):
5998         (allout-verify-passphrase): Use with-current-buffer.
6000 2009-11-13  Glenn Morris  <rgm@gnu.org>
6002         * Makefile.in (ELCFILES): Regenerate.
6004 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6006         * net/dbus.el (dbus-registered-objects-table): Rename from
6007         `dbus-registered-functions-table', because it contains also properties.
6008         (dbus-unregister-object): Unregister also properties.
6009         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6010         Use a timeout of 500 msec, in order to not block.
6011         (dbus-register-property, dbus-property-handler): New defuns.
6013 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6015         * simple.el (minibuffer-default-add-completions): Drop deprecated
6016         4th arg.
6018 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6020         * textmodes/artist.el (artist-mouse-choose-operation):
6021         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6022         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6023         (artist-compute-up-event-key): New function.
6024         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6026 2009-11-13  Kenichi Handa  <handa@m17n.org>
6028         * language/japan-util.el: Make sure that the value of jisx0208
6029         property is jisx0208 character.
6031 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6033         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6034         car or each item, not the whole list.
6036 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * minibuffer.el (minibuffer-completion-help):
6039         Use minibuffer-hide-completions.
6041 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6043         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6044         (dired-revert): Use them (bug#4880).
6046 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6048         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6050 2009-11-12  Juri Linkov  <juri@jurta.org>
6052         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6053         New functions.
6054         (find-file-literally-at-point): Alias of `ffap-literally'.
6056 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6058         * textmodes/ispell.el (ispell-skip-region-alist):
6059         * textmodes/css-mode.el (auto-mode-alist):
6060         * progmodes/compile.el (auto-mode-alist):
6061         * international/mule.el (ctext-non-standard-encodings-alist)
6062         (ctext-non-standard-encodings-regexp):
6063         * simple.el (shell-command-switch, text-read-only):
6064         * replace.el (occur-mode-map):
6065         * paths.el (rmail-file-name):
6066         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6067         * find-file.el (ff-special-constructs):
6068         * files.el (file-name-handler-alist):
6069         * composite.el: Purecopy strings.
6071         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6073 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6075         * widget.el (define-widget): Purecopy the docstring.
6076         * international/mule-cmds.el (charset): Do not purecopy the
6077         docstring here, define-widget does it.
6079         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6080         * textmodes/bibtex-style.el (auto-mode-alist):
6081         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6082         * progmodes/compile.el (compile-command):
6083         * language/korea-util.el (default-korean-keyboard):
6084         * international/mule-conf.el (file-coding-system-alist):
6085         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6086         * tooltip.el (tooltip-frame-parameters):
6087         * newcomment.el (comment-end, comment-padding):
6088         * dired.el (dired-trivial-filenames):
6089         * comint.el (comint-file-name-prefix): Purecopy initial values.
6091 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6093         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6094         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6095         `tramp-unload'.
6096         (tramp-advice-make-auto-save-file-name)
6097         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6098         after removing the advice.
6100 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6102         * progmodes/grep.el (grep-regexp-alist):
6103         * international/mule-cmds.el (iso-2022-control-alist):
6104         * emacs-lisp/timer.el (timer-duration-words):
6105         * subr.el (version-separator, version-regexp-alist):
6106         * minibuffer.el (completion-styles-alist):
6107         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6108         Change defvars to defconsts.
6110         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6111         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6112         * international/mule-conf.el: Allow to be byte compiled.
6114         * international/mule.el (define-charset): Purecopy props.
6115         (load-with-code-conversion): Purecopy doc string and file name.
6116         (put-charset-property): Purecopy strings.
6117         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6119         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6120         (define-char-code-property): Correctly purecopy the table.
6122         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6124         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6126         * subr.el (add-hook): Purecopy strings.
6127         (eval-after-load): Purecopy load-history-regexp and the form.
6129         * custom.el (custom-declare-group): Purecopy load-file-name.
6131         * subr.el (menu-bar-separator): New defconst.
6132         * net/eudc.el (eudc-tools-menu):
6133         * international/mule-cmds.el (set-coding-system-map)
6134         (mule-menu-keymap):
6135         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6136         * vc-hooks.el (vc-menu-map):
6137         * replace.el (occur-mode-map):
6138         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6139         (menu-bar-edit-menu, menu-bar-goto-menu)
6140         (menu-bar-custom-menu, menu-bar-showhide-menu)
6141         (menu-bar-options-menu, menu-bar-tools-menu)
6142         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6143         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6144         (menu-bar-help-menu):
6145         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6146         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6148         * term/x-win.el (x-gtk-stock-map):
6149         * progmodes/vera-mode.el (auto-mode-alist):
6150         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6151         (inferior-lisp-program, inferior-lisp-load-command):
6152         * progmodes/hideshow.el (hs-special-modes-alist):
6153         * progmodes/gud.el (same-window-regexps):
6154         * progmodes/grep.el (grep-program, find-program, xargs-program):
6155         * net/telnet.el (same-window-regexps):
6156         * net/rlogin.el (same-window-regexps):
6157         * language/ethiopic.el (font-ccl-encoder-alist):
6158         * vc-sccs.el (vc-sccs-master-templates):
6159         * vc-rcs.el (vc-rcs-master-templates):
6160         * subr.el (cl-assertion-failed):
6161         * simple.el (next-error-overlay-arrow-position):
6162         * lpr.el (lpr-command):
6163         * locate.el (locate-ls-subdir-switches):
6164         * info.el (same-window-regexps, info)
6165         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6166         * image-mode.el (image-mode, auto-mode-alist):
6167         * hippie-exp.el (hippie-expand-ignore-buffers):
6168         * format.el (format-alist):
6169         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6170         (find-name-arg):
6171         * facemenu.el (facemenu-keybindings):
6172         * dired.el (dired-listing-switches, dired-chown-program):
6173         * diff.el (diff-switches, diff-command):
6174         * cus-edit.el (same-window-regexps):
6175         * bindings.el (mode-line-mule-info)
6176         (mode-line-buffer-identification): Purecopy strings.
6178 2009-11-11  Juri Linkov  <juri@jurta.org>
6180         * simple.el (dired-get-filename) <declare-function>:
6181         Tell the byte-compiler about dired-get-filename.
6182         (shell-command): In Dired mode, get filename from the current line
6183         as the default value.
6185 2009-11-10  Glenn Morris  <rgm@gnu.org>
6187         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6188         * calendar/holidays.el, progmodes/cperl-mode.el:
6189         Update x-popup-menu declarations.
6191         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6192         (list-load-path-shadows): Use dolist.
6193         (list-load-path-shadows): Use with-current-buffer.
6195 2009-11-10  Juri Linkov  <juri@jurta.org>
6197         * minibuffer.el (read-file-name): Support a list of default values
6198         in `default-filename'.  Use the first file name where only one
6199         element is required.  Doc fix.
6201 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6203         * net/dbus.el (dbus-unregister-object): Release service, if no
6204         other method is registered for it.
6206 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6208         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6209         bookmark-sort-flag is non-nil (Bug#4653).
6211 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6213         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6214         the progress reporter entirely.
6216         * emulation/cua-base.el: Add CUA property to some CC mode commands
6217         (Bug#4100).
6219 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6221         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6222         at end of sentence (Bug#4818).
6224 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6226         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6227         Handle "see declaration of" MSFT statements (Bug#4100).
6229 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6231         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6232         (tramp-advice-file-expand-wildcards): Unload via
6233         `ad-remove-advice'.
6235         * net/trampver.el: Update release number.
6237 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6239         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6240         `ad-do-it'.
6242 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6244         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6245         in order to keep context in SELinux.
6247 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6249         * dired-aux.el (dired-query): Place cursor in echo area and allow
6250         C-g.
6252         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6253         menu item if not on a directory (Bug#4701).
6255 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6257         Sync with Tramp 2.1.17.
6259         * net/tramp.el (tramp-handle-copy-directory): Don't use
6260         `file-remote-p' (due to compatibility).
6262         * net/tramp-compat.el (tramp-compat-copy-directory)
6263         (tramp-compat-delete-directory): New defuns.
6265         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6266         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6267         `tramp-compat-delete-directory'.
6269         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6270         (tramp-smb-handle-delete-directory): Use
6271         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6273         * net/trampver.el: Update release number.
6275 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6277         * tar-mode.el (tar-copy): Call write-region on the right buffer
6278         (Bug#4857).
6280         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6281         by hand, if necessary (Bug#4878).
6283 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6285         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6286         align size column (Bug#4839).
6288         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6289         statement.
6291 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6293         * progmodes/ld-script.el (auto-mode-alist):
6294         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6296         * cus-face.el (custom-declare-face): Purecopy face spec.
6298 2009-11-06  Kenichi Handa  <handa@m17n.org>
6300         * international/uni-bidi.el: Re-generated.
6301         * international/uni-category.el: Re-generated.
6302         * international/uni-combining.el: Re-generated.
6303         * international/uni-mirrored.el: Re-generated.
6305 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6307         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6308         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6309         (tex-start-options, slitex-run-command, latex-run-command)
6310         (tex-run-command, tex-directory):
6311         * textmodes/ispell.el (ispell-html-skip-alists)
6312         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6313         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6314         (adaptive-fill-regexp):
6315         * textmodes/dns-mode.el (auto-mode-alist):
6316         * progmodes/python.el (interpreter-mode-alist):
6317         * progmodes/etags.el (tags-compression-info-list):
6318         * progmodes/etags.el (tags-file-name):
6319         * net/browse-url.el (browse-url-galeon-program)
6320         (browse-url-firefox-program):
6321         * mail/sendmail.el (mail-signature-file)
6322         (mail-citation-prefix-regexp):
6323         * international/mule-conf.el (eight-bit):
6324         * international/latexenc.el (latex-inputenc-coding-alist):
6325         * international/fontset.el (x-pixel-size-width-font-regexp):
6326         * emacs-lisp/warnings.el (warning-type-format):
6327         * emacs-lisp/trace.el (trace-buffer):
6328         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6329         (emacs-lisp-mode-map):
6330         * calendar/holidays.el (holiday-solar-holidays)
6331         (holiday-bahai-holidays, holiday-islamic-holidays)
6332         (holiday-christian-holidays, holiday-hebrew-holidays)
6333         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6334         (hebrew-holidays-1, holiday-oriental-holidays)
6335         (holiday-general-holidays):
6336         * x-dnd.el (x-dnd-known-types):
6337         * tool-bar.el (tool-bar):
6338         * startup.el (site-run-file):
6339         * shell.el (shell-dumb-shell-regexp):
6340         * rfn-eshadow.el (file-name-shadow-tty-properties)
6341         (file-name-shadow-properties):
6342         * paths.el (remote-shell-program, news-directory):
6343         * mouse.el ([C-down-mouse-3]):
6344         * menu-bar.el (menu-bar-tools-menu):
6345         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6346         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6347         (jka-compr-compression-info-list):
6348         * isearch.el (search-whitespace-regexp):
6349         * image-file.el (image-file-name-extensions):
6350         * find-dired.el (find-ls-option):
6351         * files.el (directory-listing-before-filename-regexp)
6352         (directory-free-space-args, insert-directory-program)
6353         (list-directory-brief-switches, magic-fallback-mode-alist)
6354         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6355         (automount-dir-prefix):
6356         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6357         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6358         (face-font-registry-alternatives, face-font-registry-alternatives)
6359         (face-font-family-alternatives):
6360         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6361         (facemenu-foreground-menu, facemenu-face-menu):
6362         * epa-hook.el (epa-file-name-regexp):
6363         * dnd.el (dnd-protocol-alist):
6364         * textmodes/rst.el (auto-mode-alist):
6365         * button.el (default-button): Purecopy strings.
6367 2009-11-06  Glenn Morris  <rgm@gnu.org>
6369         * Makefile.in (ELCFILES): Update.
6371 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6373         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6374         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6376         * nxml/xsd-regexp.el (xsdre-gen-categories):
6377         * nxml/xmltok.el (xmltok-parse-entity):
6378         * nxml/rng-parse.el (rng-parse-validate-file):
6379         * nxml/rng-maint.el (rng-format-manual)
6380         (rng-manual-output-force-new-line):
6381         * nxml/rng-loc.el (rng-save-schema-location-1):
6382         * nxml/rng-cmpct.el (rng-c-parse-file):
6383         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6384         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6386 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6388         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6389         Remove extra save-excursions and make-variable-buffer-local's.
6390         Suggested by Stefan Monnier.
6392         (verilog-getopt-file, verilog-module-inside-filename-p)
6393         (verilog-set-define): Merge GNU 1.35 and repair changes from
6394         switching to using with-current-buffer.
6396         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6397         being treated as a number and confusing AUTORESET.
6398         Reported by Dan Dever.
6400         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6401         Add verilog-auto-ignore-concat to fix backward compatibility with
6402         older verilog-modes.  Reported by Dan Katz.
6404         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6405         containing closing anchors "...$".
6407         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6408         Reported by Wade Smith.
6410         (verilog-batch-execute-func): Comment on function usage.
6412 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6414         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6415         for labels.
6417         (verilog-label-re, verilog-calc-1): Support proper indent of named
6418         asserts.
6420         (verilog-backward-token, verilog-basic-complete-re)
6421         (verilog-beg-of-statement, verilog-indent-re): Support proper
6422         indent of the assert statement at the beginning of a block of text.
6424         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6425         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6426         tokens as begins.
6428 2009-11-05  Glenn Morris  <rgm@gnu.org>
6430         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6431         Emacs 19.  (Bug#1531)
6432         (byte-compile-fix-header): Update for the above change.
6433         Drop test for epoch::version.
6435         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6436         * cus-dep.el (custom-make-dependencies):
6437         * finder.el (finder-compile-keywords):
6438         Use autoload-rubric's feature argument.
6440         * calendar/diary-lib.el (top-level): Make load behave more like require.
6442         * vc-git.el (vc-git-stash-map): Move definition before use.
6444 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6446         * custom.el (custom-declare-group): Purecopy standard-value.
6447         (custom-declare-group): Purecopy custom-prefix.
6449         * international/mule.el (load-with-code-conversion):
6450         Call do-after-load-evaluation unconditionally.
6452         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6454 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6456         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6458 2009-11-04  Glenn Morris  <rgm@gnu.org>
6460         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6461         (byte-compile-compatibility): Remove option.
6462         (byte-compile-close-variables, byte-compile-fix-header)
6463         (byte-compile-insert-header, byte-compile-output-docform)
6464         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6465         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6466         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6467         (byte-compile-insert, byte-compile-defun):
6468         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6469         (byte-defop-compiler19): Remove.
6470         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6471         used by anything.  Replace all calls with byte-defop-compiler.
6473 2009-11-04  Juri Linkov  <juri@jurta.org>
6475         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6476         (menu-bar-options-menu): Don't quote the `prop' arg of
6477         `menu-bar-make-mm-toggle'.
6479 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6481         * calendar/calendar.el (cal-loaddefs):
6482         * calendar/diary-lib.el (diary-loaddefs):
6483         * calendar/holidays.el (hol-loaddefs):
6484         * eshell/esh-module.el (esh-groups): Load rather than require.
6486 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6488         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6489         point-min==1.
6490         (todo-top-priorities): Only display-buffer when called interactively.
6491         (todo-item-start): Don't save excursion point.
6492         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6493         (todo-insert-item-here, todo-file-item, todo-remove-item):
6494         Adjust uses of todo-item-start and todo-item-end.
6496         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6497         (autoload-rubric): Don't use any more.
6498         * cedet/semantic/fw.el (semantic/loaddefs):
6499         * cedet/srecode.el (srecode/loaddefs):
6500         * cedet/ede.el (ede/loaddefs): Load rather than require.
6501         * cedet/ede/cpp-root.el:
6502         * cedet/ede/emacs.el:
6503         * cedet/ede/files.el:
6504         * cedet/ede/linux.el:
6505         * cedet/ede/locate.el:
6506         * cedet/ede/make.el:
6507         * cedet/ede/shell.el:
6508         * cedet/ede/speedbar.el:
6509         * cedet/ede/system.el:
6510         * cedet/ede/util.el:
6511         * cedet/semantic/analyze.el:
6512         * cedet/semantic/bovine.el:
6513         * cedet/semantic/complete.el:
6514         * cedet/semantic/ctxt.el:
6515         * cedet/semantic/db-file.el:
6516         * cedet/semantic/db-find.el:
6517         * cedet/semantic/db-global.el:
6518         * cedet/semantic/db-mode.el:
6519         * cedet/semantic/db-typecache.el:
6520         * cedet/semantic/db.el:
6521         * cedet/semantic/debug.el:
6522         * cedet/semantic/dep.el:
6523         * cedet/semantic/doc.el:
6524         * cedet/semantic/edit.el:
6525         * cedet/semantic/find.el:
6526         * cedet/semantic/format.el:
6527         * cedet/semantic/html.el:
6528         * cedet/semantic/ia-sb.el:
6529         * cedet/semantic/ia.el:
6530         * cedet/semantic/idle.el:
6531         * cedet/semantic/lex-spp.el:
6532         * cedet/semantic/lex.el:
6533         * cedet/semantic/mru-bookmark.el:
6534         * cedet/semantic/scope.el:
6535         * cedet/semantic/senator.el:
6536         * cedet/semantic/sort.el:
6537         * cedet/semantic/symref.el:
6538         * cedet/semantic/tag-file.el:
6539         * cedet/semantic/tag-ls.el:
6540         * cedet/semantic/tag-write.el:
6541         * cedet/semantic/tag.el:
6542         * cedet/semantic/util-modes.el:
6543         * cedet/semantic/analyze/complete.el:
6544         * cedet/semantic/analyze/refs.el:
6545         * cedet/semantic/bovine/c.el:
6546         * cedet/semantic/bovine/gcc.el:
6547         * cedet/semantic/bovine/make.el:
6548         * cedet/semantic/bovine/scm.el:
6549         * cedet/semantic/decorate/include.el:
6550         * cedet/semantic/decorate/mode.el:
6551         * cedet/semantic/symref/cscope.el:
6552         * cedet/semantic/symref/global.el:
6553         * cedet/semantic/symref/grep.el:
6554         * cedet/semantic/symref/idutils.el:
6555         * cedet/semantic/symref/list.el:
6556         * cedet/semantic/wisent/java-tags.el:
6557         * cedet/semantic/wisent/javascript.el:
6558         * cedet/srecode/compile.el:
6559         * cedet/srecode/cpp.el:
6560         * cedet/srecode/document.el:
6561         * cedet/srecode/el.el:
6562         * cedet/srecode/expandproto.el:
6563         * cedet/srecode/getset.el:
6564         * cedet/srecode/insert.el:
6565         * cedet/srecode/java.el:
6566         * cedet/srecode/map.el:
6567         * cedet/srecode/mode.el:
6568         * cedet/srecode/template.el:
6569         * cedet/srecode/texi.el: Remove the file-local setting of
6570         generated-autoload-feature.
6572         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6573         and only put a prop if it is non-nil.
6575 2009-11-03  Juri Linkov  <juri@jurta.org>
6577         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6578         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6580         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6581         and "Menu" to make top-level menu item visually one unit (like
6582         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6583         multi-word menu items).  Fix :help string for quit-window.
6585 2009-11-03  Glenn Morris  <rgm@gnu.org>
6587         * cedet/mode-local.el (with-mode-local): Doc fix.
6589         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6590         (byte-compile-file-form-define-abbrev-table)
6591         (byte-compile-file-form-custom-declare-variable)
6592         (byte-compile-variable-ref, byte-compile-defvar):
6593         Whether or not a warning is enabled should only affect whether we issue
6594         the warning, not whether or not we collect the relevant data.
6595         Eg warnings can be turned on and off throughout the course of a file.
6597         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6598         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6600 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6602         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6603         * play/mpuz.el (mpuz-create-buffer):
6604         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6605         (lm-print-y,s,noise, lm-print-w0, lm-init):
6606         * play/gomoku.el (gomoku-prompt-for-move):
6607         * play/fortune.el (fortune-in-buffer):
6608         * play/dissociate.el (dissociated-press):
6609         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6610         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6611         * mail/supercite.el (sc-eref-show):
6612         * mail/smtpmail.el (smtpmail-send-it):
6613         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6614         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6615         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6616         (rmail-summary-goto-msg, rmail-summary-expunge)
6617         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6618         (rmail-summary-add-label, rmail-summary-output-menu)
6619         (rmail-summary-output-body):
6620         * mail/rfc822.el (rfc822-addresses):
6621         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6622         * mail/mailpost.el (post-mail-send-it):
6623         * mail/hashcash.el (hashcash-generate-payment):
6624         * mail/feedmail.el (feedmail-run-the-queue)
6625         (feedmail-queue-send-edit-prompt-help-first)
6626         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6627         (feedmail-deduce-address-list):
6628         * eshell/esh-ext.el (eshell-remote-command):
6629         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6630         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6631         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6632         (viper-save-string-in-file, viper-valid-marker):
6633         * emulation/viper-keym.el (viper-toggle-key):
6634         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6635         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6636         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6637         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6638         (viper-exec-form-in-emacs, viper-brac-function):
6639         * emulation/viper.el (viper-delocalize-var):
6640         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6641         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6642         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6643         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6644         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6645         * emulation/edt.el (edt-electric-helpify):
6646         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6647         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6648         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6649         (cua-indent-to-global-mark-column):
6650         * calendar/diary-lib.el (calendar-mark-1):
6651         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6652         Use with-current-buffer.
6653         * emulation/viper.el (viper-delocalize-var): Use dolist.
6655 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6657         * comint.el (comint-replace-by-expanded-history-before-point):
6658         Replace !! with the previous input string literally (Bug#1795).
6660 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6662         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6663         to be made up of whitespace.
6665 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6667         * minibuffer.el (read-file-name): Don't use file dialogs for
6668         remote directories (Bug#99).
6670 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6672         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6674 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6676         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6677         instead of deleting the window or frame.
6679 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6681         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6682         Support face colors.
6684         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6685         New function.  Support face colors (Bug#1168).
6686         (tex-common-initialization): Use it.
6688         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6689         mode allows it (Bug#1168).
6691 2009-10-31  Juri Linkov  <juri@jurta.org>
6693         * facemenu.el (list-colors-display): Don't mark buffer as
6694         modified (Bug#3948).
6696 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6698         * international/mule-diag.el (list-character-sets-1): Minor
6699         message fix (Bug#3526).
6701         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6702         face property (Bug#4834).
6703         (etags-list-tags, etags-tags-apropos-additional)
6704         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6705         property.
6707         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6708         items.
6710         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6711         items.
6713         * cedet/ede.el (ede-minor-mode):
6714         * cedet/semantic.el (semantic-mode): Toggle menu separators.
6716 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * textmodes/two-column.el (2C-split):
6719         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6720         * textmodes/tex-mode.el (tex-set-buffer-directory):
6721         * textmodes/spell.el (spell-region, spell-string):
6722         * textmodes/reftex.el (reftex-erase-buffer):
6723         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6724         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6725         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6726         (reftex-select-item):
6727         * textmodes/reftex-ref.el (reftex-label-info-update)
6728         (reftex-offer-label-menu):
6729         * textmodes/reftex-index.el (reftex-index-change-entry)
6730         (reftex-index-phrases-info):
6731         * textmodes/reftex-global.el (reftex-create-tags-file)
6732         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6733         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6734         (reftex-view-crossref-from-bibtex):
6735         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6736         (reftex-extract-bib-entries-from-thebibliography)
6737         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6738         * textmodes/refbib.el (r2b-capitalize-title):
6739         (r2b-convert-buffer, r2b-help):
6740         * textmodes/page-ext.el (pages-directory)
6741         (pages-directory-goto-with-mouse):
6742         * textmodes/bibtex.el (bibtex-validate-globally):
6743         * textmodes/bib-mode.el (bib-capitalize-title):
6744         * textmodes/artist.el (artist-clear-buffer, artist-system):
6745         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6746         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6747         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6748         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6749         (xscheme-send-control-g-interrupt, xscheme-start-process)
6750         (xscheme-process-sentinel, xscheme-cd):
6751         * progmodes/verilog-mode.el (verilog-read-always-signals)
6752         (verilog-set-define, verilog-getopt-file)
6753         (verilog-module-inside-filename-p):
6754         * progmodes/sh-script.el:
6755         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6756         (python-pdbtrack-grub-for-buffer, python-execute-file):
6757         * progmodes/octave-inf.el (inferior-octave):
6758         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6759         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6760         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6761         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6762         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6763         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6764         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6765         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6766         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6767         (idlwave-shell-examine-display, idlwave-shell-run-region)
6768         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6769         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6770         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6771         (idlwave-help-get-help-buffer):
6772         * progmodes/gud.el (gud-basic-call, gud-find-class)
6773         (gud-tooltip-activate-mouse-motions-if-enabled):
6774         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6775         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6776         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6777         (ebrowse-tags-next-file):
6778         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6779         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6780         (ebnf-eps-finish-and-write):
6781         * progmodes/cpp.el (cpp-edit-save):
6782         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6783         * progmodes/cc-defs.el (c-emacs-features):
6784         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6785         (antlr-directory-dependencies):
6786         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6787         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6788         (ada-find-any-references, ada-make-filename-from-adaname)
6789         (ada-make-body-gnatstub):
6790         * obsolete/rnews.el (news-list-news-groups):
6791         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6792         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6793         * net/rcirc.el (rcirc-debug):
6794         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6795         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6796         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6797         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6798         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6799         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6800         (newsticker--treeview-list-clear-highlight)
6801         (newsticker--treeview-list-update-highlight)
6802         (newsticker--treeview-list-highlight-start)
6803         (newsticker--treeview-tree-update-highlight)
6804         (newsticker--treeview-get-selected-item)
6805         (newsticker-treeview-mark-list-items-old)
6806         (newsticker--treeview-set-current-node):
6807         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6808         * net/newst-backend.el (newsticker--get-news-by-funcall)
6809         (newsticker--get-news-by-wget, newsticker--image-get)
6810         (newsticker--image-sentinel):
6811         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6812         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6813         (eudc-ph-close-session):
6814         * net/eudc.el (eudc-save-options):
6815         * language/thai-word.el (thai-update-word-table):
6816         * language/japan-util.el (japanese-string-conversion):
6817         * international/titdic-cnv.el (tsang-quick-converter)
6818         (ziranma-converter, ctlau-converter):
6819         * international/mule-cmds.el (describe-language-environment):
6820         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6821         (skkdic-convert-postfix, skkdic-convert-prefix):
6822         (skkdic-convert-okuri-nasi, skkdic-convert):
6823         * emacs-lisp/re-builder.el (reb-update-overlays):
6824         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6825         * emacs-lisp/gulp.el (gulp-send-requests):
6826         * emacs-lisp/find-gc.el (trace-call-tree):
6827         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6828         (eieio-describe-generic):
6829         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6830         * emacs-lisp/edebug.el (edebug-outside-excursion):
6831         * emacs-lisp/debug.el (debugger-make-xrefs):
6832         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6833         * emacs-lisp/chart.el (chart-new-buffer):
6834         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6835         Use with-current-buffer.
6836         * textmodes/artist.el (artist-system): Don't call
6837         copy-sequence on a fresh string.
6838         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6840 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6842         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6843         is no item to edit.  (Bug#4820)
6844         (todo-top-priorities): Restore point and restore narrowing in Todo
6845         buffer.  (Bug#4820)
6847 2009-10-31  Glenn Morris  <rgm@gnu.org>
6849         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6850         (comint-last-output-start, comint-last-input-start)
6851         (comint-last-input-end): Don't defvar when compiling.
6852         (ange-ftp-process-file): Use bound-and-true-p.
6854         * pcmpl-rpm.el (top-level): Move provide statement to end.
6855         (pcmpl-rpm): Remove unused custom group.
6857         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6859         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6861         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6862         (byte-compile-warnings): Add `constants' as an option.
6863         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6864         (display-call-tree): Update for byte-compile-fdefinition possibly
6865         returning `(macro lambda ...)'.  (Bug#4778)
6866         (byte-compile-variable-ref, byte-compile-setq-default):
6867         Respect `constants' member of byte-compile-warnings.
6869         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6870         Use mapc rather than mapcar because the return value is never used.
6872         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6873         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6874         * cedet/semantic/html.el:
6875         Suppress harmless warnings about setting up semantic-imenu (not
6876         part of Emacs) variables.
6878 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6880         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6881         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6882         to "submit:".
6884         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6885         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6886         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6887         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6888         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6889         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6890         (semantic-analyzer-debug-global-symbol)
6891         (semantic-analyzer-debug-missing-innertype)
6892         (semantic-analyzer-debug-insert-include-summary):
6893         * cedet/semantic/util.el (semantic-file-tag-table):
6894         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6895         (semantic-recursive-find-nonterminal-by-name):
6896         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6897         * cedet/semantic/tag-file.el (semantic-prototype-file):
6898         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6899         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6900         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6901         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6902         (semantic-idle-summary-maybe-highlight):
6903         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6904         (semantic-ia-sb-tag-info):
6905         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6906         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6907         * cedet/semantic/ede-grammar.el (project-compile-target):
6908         (ede-proj-makefile-insert-variables):
6909         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6910         (semantic-debug-set-source-location, semantic-debug-interface-layout)
6911         (semantic-debug-mode, semantic-debug):
6912         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6913         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6914         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6915         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6916         (semanticdb-find-translate-path-includes--internal)
6917         (semanticdb-reset-log, semanticdb-find-log-activity):
6918         * cedet/semantic/db-file.el (object-write):
6919         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6920         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6921         (semanticdb-create-ebrowse-database):
6922         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6923         * cedet/semantic/complete.el (semantic-displayor-focus-request)
6924         (semantic-collector-calculate-completions-raw)
6925         (semantic-complete-read-tag-analyzer):
6926         * cedet/semantic/analyze.el (semantic-analyze-pulse):
6927         * cedet/ede/util.el (ede-update-version-in-source):
6928         * cedet/ede/proj.el (project-delete-target):
6929         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6930         (ede-proj-flush-autoconf):
6931         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6932         (ede-proj-configure-synchronize):
6933         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6934         * cedet/ede/linux.el (ede-linux-version):
6935         * cedet/ede/emacs.el (ede-emacs-version):
6936         * cedet/ede/dired.el (ede-dired-add-to-target):
6937         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6938         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6939         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6940         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6941         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6942         (cedet-idutils-version-check):
6943         * cedet/cedet-global.el (cedet-gnu-global-call):
6944         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6945         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6946         * cedet/cedet-cscope.el (cedet-cscope-call)
6947         (cedet-cscope-expand-filename, cedet-cscope-version-check):
6948         Use with-current-buffer.
6949         * cedet/ede.el (ede-make-project-local-variable)
6950         (ede-set-project-variables, ede-set): Use dolist.
6952 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6954         * textmodes/ispell.el (ispell-skip-region-alist):
6955         * international/mule-conf.el (eight-bit):
6956         * international/fontset.el (font-encoding-alist):
6957         * startup.el (pure-space-overflow-message):
6958         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6959         * paths.el (gnus-nntp-service, rmail-spool-directory)
6960         (term-file-prefix):
6961         * files.el (save-some-buffers-action-alist):
6962         * cmuscheme.el (same-window-buffer-names):
6963         * ielm.el (same-window-buffer-names):
6964         * shell.el (same-window-buffer-names):
6965         * mail/sendmail.el (same-window-buffer-names):
6966         * progmodes/inf-lisp.el (same-window-buffer-names):
6967         * bindings.el (mode-line-client)
6968         (mode-line-column-line-number-mode-map):
6969         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6970         (tibetan-precomposed-regexp): Purecopy string arguments.
6972 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6974         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6975         (calcDigit-nondigit):
6976         * calc/calc-yank.el (calc-copy-to-buffer):
6977         * calc/calc-units.el (calc-invalidate-units-table):
6978         * calc/calc-trail.el (calc-trail-yank):
6979         * calc/calc-store.el (calc-insert-variables):
6980         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6981         * calc/calc-prog.el (calc-read-parse-table):
6982         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6983         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
6984         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
6985         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
6986         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
6987         (calc-graph-name, calc-graph-find-command, calc-graph-view)
6988         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
6989         * calc/calc-ext.el (calc-realign):
6990         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
6991         (calc-embedded-finish-edit, calc-embedded-make-info)
6992         (calc-embedded-finish-command, calc-embedded-stack-change):
6993         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
6995         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
6996         (overload-docstring-extension): Use that info.
6997         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
6998         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
6999         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7000         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7001         (semantic-nonterminal-full-name): Add the new `when' info.
7002         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7003         `assert'.
7005         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7006         shell-dynamic-complete-filename in preference to
7007         comint-dynamic-complete-filename.
7009         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7010         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7011         Don't consider whether the display supports colors.
7012         (bookmark-import-new-list): Use dolist.
7013         (bookmark-bmenu-mode-map): Move initialization into declaration.
7014         (bookmark-bmenu-list): Use dolist, simplify.
7015         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7016         (menu-bar-final-items): Use push.
7018 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7020         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7021         it works on remote files.
7022         (vc-hg-diff): Don't pass any `--cwd' argument.
7024 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7026         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7027         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7028         (Further to Bug#3921).
7030 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7032         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7033         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7034         calling `tramp-imap-put-file'.  Add file size to the call.
7035         (tramp-imap-get-file-entries): Compute also user name, file size,
7036         and date.
7037         (tramp-imap-handle-insert-directory): Insert uid and gid.
7038         (tramp-imap-handle-file-attributes): Transform uid and gid
7039         according to `id-format'.
7040         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7041         size in header X-Size.
7043 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7045         * simple.el (transpose-subr): Give clearer error when the mark
7046         is not set.  (Bug#4807)
7048 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7050         * net/tramp.el (tramp-perl-file-truename): New defconst.
7051         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7052         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7053         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7054         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7056         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7057         Ignore `dired-call-process'.
7058         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7060 2009-10-26  Julian Scheid  <julians37@gmail.com>
7062         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7063         (tramp-get-remote-readlink): New defun.
7064         (tramp-handle-file-truename): Use it.
7065         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7066         file exists if cache value present.
7067         (tramp-check-cached-permissions): New defun.
7068         (tramp-handle-file-readable-p): Use it.
7069         (tramp-handle-file-writable-p): Likewise.
7070         (tramp-handle-file-executable-p): Likewise.
7071         (tramp-handle-file-name-all-completions): Try using Perl to get
7072         partial completions.  When perl not available, combine `cd' and
7073         `ls' into single remote operation and use shell expansion to get
7074         partial remote directory contents.  Set `file-exists-p' cache for
7075         directory and any files returned by ls.  Change cache handling to
7076         support partial directory contents.  Use error message emitted by
7077         remote `cd' or Perl code for local tramp-error.
7078         (tramp-do-copy-or-rename-file-directly): Avoid separate
7079         tramp-send-command-and-check call.
7080         (tramp-handle-process-file): Merge three remote ops into one.
7081         Do not flush all caches when `process-file-side-effects' is set.
7082         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7083         file-attributes shows uid/gid to be set already.
7085 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7087         * textmodes/tex-mode.el (tex-dvi-view-command)
7088         (tex-show-queue-command, tex-open-quote):
7089         * progmodes/ruby-mode.el (auto-mode-alist)
7090         (interpreter-mode-alist): Purecopy strings.
7092         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7094         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7095         string for the hook, keymap and abbrev table.
7097         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7099         * x-dnd.el (x-dnd-xdnd-to-action):
7100         * startup.el (fancy-startup-text, fancy-about-text): Change to
7101         defconst from defvar.
7103         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7105         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7106         Purecopy initialization strings.
7108         * mail/sendmail.el (mail-header-separator)
7109         (mail-personal-alias-file):
7110         * mail/rmail.el (rmail-default-dont-reply-to-names)
7111         (rmail-ignored-headers, rmail-retry-ignored-headers)
7112         (rmail-highlighted-headers, rmail-secondary-file-directory)
7113         (rmail-secondary-file-regexp):
7114         * files.el (null-device, file-name-invalid-regexp)
7115         (locate-dominating-stop-dir-regexp)
7116         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7117         (interpreter-mode-alist): Use mapcar instead of mapc.
7119         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7121         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7122         (completion-ignored-extensions):
7123         (debug-ignored-errors): Purecopy strings.
7125 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7127         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7128         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7129         (pcomplete--here): Use push.
7131         * subr.el (all-completions): Declare the 4th arg obsolete.
7133 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7135         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7136         (pcomplete-unquote-argument): New function.
7137         (pcomplete--common-suffix): Always pay attention to case.
7138         (pcomplete--table-subvert): Quote and unquote the text.
7139         (pcomplete--common-quoted-suffix): New function.
7140         (pcomplete-std-complete): Use it and pcomplete-begin.
7142         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7143         we're inside a dedicated or minibuffer window.
7145 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7147         * cedet/semantic/fw.el (semantic-alias-obsolete)
7148         (semantic-varalias-obsolete): Make the `when' arg mandatory.
7149         (define-mode-overload-implementation):
7150         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7151         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7152         * cedet/semantic/util.el (semantic-file-token-stream)
7153         (semantic-something-to-stream):
7154         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7155         (semantic-expand-nonterminal):
7156         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7157         (semantic-find-dependency, semantic-find-nonterminal)
7158         (semantic-find-dependency):
7159         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7160         (semantic-flex-text, semantic-flex-make-keyword-table)
7161         (semantic-flex-keyword-p, semantic-flex-keyword-put)
7162         (semantic-flex-keyword-get, semantic-flex-map-keywords)
7163         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7164         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7165         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7166         (semantic-after-idle-scheduler-reparse-hooks):
7167         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7168         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7169         * cedet/semantic.el (semantic-toplevel-bovine-table)
7170         (semantic-toplevel-bovine-cache)
7171         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7172         (semantic-init-mode-hooks, semantic-init-db-hooks)
7173         (semantic-bovination-working-type): Provide the `when' arg.
7175 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7177         * bookmark.el: Update documentation, especially documentation
7178         of `bookmark-alist' and of the bookmark file format.
7179         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7181 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7183         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7184         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7185         window to buffer.
7187         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7188         (global-whitespace-mode, global-whitespace-newline-mode)
7189         (whitespace-toggle-options, global-whitespace-toggle-options):
7190         Doc fix (Bug#3660).
7192         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7193         of xmltok-start before the end tag was inserted (Bug#2840).
7195         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7196         patterns that are preceded by an open-paren (Bug#1320).
7198 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7200         * files.el (delete-directory): Delete symlinks to directories with
7201         delete-file (Bug#4739).
7203 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7205         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7206         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7207         argument to make-obsolete.
7209         * cedet/semantic/fw.el (semantic-alias-obsolete)
7210         (semantic-varalias-obsolete): Add optional WHEN argument.
7212 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7214         * vc.el (vc-backend-for-registration): Rename from
7215         vc-get-backend-for-registration.  Update callers.
7217         * international/mule-cmds.el (set-language-info-alist):
7218         Purecopy lang-env.
7219         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7220         (charset): Purecopy the name.
7221         (define-char-code-property): Purecopy string arguments.
7223         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7224         Purecopy string arguments.
7226         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7227         * ediff-hook.el (menu-bar-ediff-menu):
7228         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7229         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7231 2009-10-24  Glenn Morris  <rgm@gnu.org>
7233         * comint.el (comint-dynamic-list-completions):
7234         * term.el (term-dynamic-list-completions): Use choose-completion rather
7235         than obsolete alias mouse-choose-completion.
7237         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7238         file-cache-choose-completion.
7239         (file-cache-choose-completion): Handle an optional event argument.
7240         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7242         * progmodes/octave-mod.el (octave-complete-symbol):
7243         Use choose-completion if mouse-choose-completion is ever removed.
7245         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7246         use.
7248         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7249         compiler.
7251         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7253 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7255         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7256         Ignore `pred' now that we receive one.
7257         Handle test-completion specially.
7259 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7261         * vc.el (vc-responsible-backend): Throw an error if not backend is
7262         found.  Remove the REGISTER argument.  Move the code dealing with
7263         REGISTER ...
7264         (vc-get-backend-for-registration): ... here.  New function.
7265         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7266         of vc-responsible-backend, pass the file name instead of the
7267         directory name.
7269 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7271         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7272         New funs.
7273         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7274         (pcomplete-comint-setup): Don't modify a global var via
7275         accidental side-effects.
7276         (pcomplete-shell-setup): Adjust call accordingly.
7277         (pcomplete-parse-comint-arguments): Use push.
7279 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7281         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7282         Allow uncapitalized info node names (Bug#3921).
7284         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7285         to the DEBUG file (Bug#3781).
7287 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7289         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7290         dictionary entry (Bug#4579).
7292 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7294         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7295         from `rfn-eshadow-update-overlay-hook' when unloading.
7296         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7297         "rsyncc".  Adjust doc string.
7298         (tramp-temp-buffer-file-name): New buffer-local defvar.
7299         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7300         Keep temporary file when indicated by method ("rsync" and
7301         "rsyncc").
7302         (tramp-handle-write-region): Handle APPEND.
7303         (tramp-delete-temp-file-function): New defun.  Added to
7304         `kill-buffer-hook'.
7306 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7308         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7310 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7312         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7313         (color-name-rgb-alist, tty-standard-colors)
7314         (tty-color-mode-alist): Change to defconst.
7316         * simple.el (mark-inactive): Purecopy message.
7318         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7319         (global-map, yank-menu):
7320         * textmodes/ispell.el (ispell-menu-map):
7321         * net/eudc.el (eudc-tools-menu):
7322         * international/mule-cmds.el (describe-language-environment-map)
7323         (setup-language-environment-map, set-coding-system-map)
7324         (mule-menu-keymap):
7325         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7326         * replace.el (occur-mode-map):
7327         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7329 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7331         * calc/calc.el (math-read-number, math-read-number-simple): Use
7332         `save-match-data'.
7334 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7336         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7337         rather than fiddling with global-map bindings, since it should only
7338         affect per-terminal settings.
7339         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7341         * minibuffer.el (completion-table-with-terminator): Allow to specify
7342         the terminator-regexp.
7344         * simple.el (switch-to-completions): Look for *Completions* in other
7345         frames as well.
7347         * pcomplete.el: Allow the use of completion-tables.
7348         (pcomplete-std-complete): New command.
7349         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7350         (pcomplete--here): Use a function for `form' rather than an expression,
7351         so it can be byte-compiled.
7352         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7353         Add edebug declaration.
7354         (pcomplete-show-completions): Remove unused var `curbuf'.
7355         (pcomplete-do-complete, pcomplete-stub):
7356         Don't assume `completions' is a list of strings any more.
7358 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7360         * find-dired.el (find-name-arg): Fix typo in docstring.
7362 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7364         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7365         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7367         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7368         pcomplete-entries.
7370         * comint.el (comint-read-input-ring, comint-write-input-ring)
7371         (comint-substitute-in-file-name)
7372         (comint-dynamic-complete-as-filename)
7373         (comint-dynamic-simple-complete)
7374         (comint-dynamic-list-filename-completions)
7375         (comint-dynamic-list-completions)
7376         (comint-redirect-results-list-from-process): Minor simplifications.
7378 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7380         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7381         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7382         the first form.  And insert a blank line after ";;; Code" since
7383         that's usual style.  (Bug#4612)
7385         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7387 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7389         * minibuffer.el (completion-table-with-terminator): Properly implement
7390         boundaries, in case `terminator' appears in the suffix.
7391         (completion--embedded-envvar-table): Don't return boundaries if
7392         there's no valid completion.  Simplify.
7393         (completion-file-name-table): New completion table extracted from
7394         completion--file-name-table.
7395         (completion--file-name-table): Use it.
7396         (read-file-name-predicate): Declare obsolete.
7397         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7398         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7399         completion-file-name-table, and use the `pred' argument.
7400         * files.el (locate-file-completion-table): Use the `pred' arg rather
7401         than read-file-name-predicate.
7402         (abbreviate-file-name): Use \` rather than ^ for BOS.
7404 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7406         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7407         vc-responsible-backend to register, it causes problems.
7409 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7411         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7413 2009-10-21  Eric Ludlam  <zappo@gnu.org>
7415         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7416         (semantic-c-debug-mode-init-pch): New functions.
7417         (semantic-c-debug-mode-init-last-mode): New var.
7418         (semantic-c-parse-lexical-token): Use them.
7420         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7421         When extracting the argument list, limit only by point-max.
7423 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7425         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7426         (tramp-smb-handle-file-attributes): Use it.
7427         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7428         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7429         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7430         Add `dired-filename' text properties.
7431         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7432         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7433         version.
7435 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7437         * subr.el (read-key-delay): Reduce to 0.01.
7438         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7439         (bug#4751).
7441 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7443         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7445         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7446         (Info-menu): Remove unused vars `last' and `completions'.
7447         (Info-index-nodes): Remove unused var `node'.
7449         * info.el (Info-complete-menu-item): Use complete-with-action.
7451 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7453         Make vc-annotate work through copies and renames.
7454         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7455         Return the file name too.
7456         (vc-annotate-revision-at-line)
7457         (vc-annotate-find-revision-at-line)
7458         (vc-annotate-revision-previous-to-line)
7459         (vc-annotate-show-log-revision-at-line): Update to get the file
7460         name from vc-annotate-extract-revision-at-line.
7461         (vc-annotate-show-diff-revision-at-line-internal): Change the
7462         argument to mean whether to show a file diff or not.  Get the file
7463         name from vc-annotate-extract-revision-at-line.
7464         (vc-annotate-show-diff-revision-at-line):
7465         Update vc-annotate-show-diff-revision-at-line call.
7466         (vc-annotate-warp-revision): Add an optional file argument.
7468         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7469         (vc-git-annotate-extract-revision-at-line): Also return the file
7470         name if found.
7472         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7473         command.  Remove unused code.
7474         (vc-hg-annotate-re): Update to match --follow output.
7475         (vc-hg-annotate-extract-revision-at-line): Also return the file
7476         name if found.
7478         * vc.el: Update annotate-extract-revision-at-line documentation.
7480 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7482         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7483         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7485         * net/browse-url.el (browse-url): Identify alist with "consp and
7486         not functionp" and let all other things go down the `apply' leg,
7487         as suggested by Stefan.  (Further to bug#4531.)
7489 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7491         * minibuffer.el (read-file-name): Check for repeat before putting
7492         a default argument in file-name-history (Bug#4657).
7494         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7495         read syntax (Bug#4737).
7497         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7499 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7501         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7502         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7503         entries and make note of obsolete tags.
7505 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7507         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7509 2009-10-18  Glenn Morris  <rgm@gnu.org>
7511         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7512         grep, so that binary files (eg international/uni-bidi.el) can match.
7513         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7514         now, and in any case the file header format has changed.
7516 2009-10-17  Glenn Morris  <rgm@gnu.org>
7518         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7519         (flyspell-get-word, flyspell-large-region)
7520         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7522 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7524         * Makefile.in (ELCFILES): Add ede/shell.
7526 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7528         * term/common-win.el (x-colors): Purecopy it.
7530 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7532         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7533         permissive for when the buffer is empty.
7534         (tar-header-block-tokenize): Decode the username and groupname.
7535         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7537 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7539         * cedet/srecode/srt.el:
7540         * cedet/srecode/compile.el:
7541         * cedet/semantic/mru-bookmark.el:
7542         * cedet/semantic/debug.el:
7543         * cedet/semantic/complete.el:
7544         * cedet/semantic/analyze.el: Require CL when compiling.
7546 2009-10-17  Eric Ludlam  <zappo@gnu.org>
7548         * cedet/semantic/scope.el
7549         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
7550         tmpscope so that the regular scope will continue to work.
7552         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
7553         Use semantic-idle-summary-highlight-face as the highlighting.
7555         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
7556         contains multibyte characters, choose first applicable coding
7557         system automatically.
7559         * cedet/ede/project-am.el (project-run-target): New method.
7560         (project-run-target): New method.
7562         * cedet/ede.el (ede-target): Add run target menu item.
7563         (ede-project, ede-minor-keymap): Add ede-run-target binding.
7564         (ede-run-target): New function.
7565         (ede-target::project-run-target): New method.
7567         * cedet/ede/proj.el (project-run-target): New method.
7569         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
7570         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
7571         Add :rules.
7572         (ede-proj-target-makefile-shared-object): Only libtool compilers
7573         now available.  Add linkers for libtool.
7574         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
7575         (ede-proj-makefile-target-name): Always use .la extension.
7577         * cedet/ede/proj-prog.el (project-run-target): New method.
7579         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
7580         (ede-g++-linker): Change Change link lines.
7582         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
7583         When searching for old variables, go to the end of the buffer and
7584         search backward from there.
7585         (ede-proj-makefile-automake-insert-subdirs)
7586         (ede-proj-makefile-automake-insert-extradist): New methods.
7587         (ede-proj-makefile-create): Use them.
7589         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
7590         Force FILE to expand to the current target.  Use file-exists-p to
7591         check that it exists.
7593         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
7594         (ede-linux-load): Wrap dir in file-name-as-directory.
7595         Set :version slot.
7597         * cedet/ede/files.el (ede-get-locator-object): When enabling
7598         locate, do so on "top".
7600         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
7601         file-name-as-directory during compare.
7602         (ede-emacs-version): Return Emacs/XEmacs differentiator.
7603         Get version number from different places.  Don't call egrep.
7604         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
7605         to set the directory.
7607         * cedet/ede/shell.el: New file.
7609         * cedet/inversion.el (inversion-decoders): Allow for stray . in
7610         alpha/beta variants.
7612 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7614         * international/mule-cmds.el (select-safe-coding-system): If the file
7615         has a coding cookie, use it regardless of any other setting (bug#4712).
7617 2009-10-17  Glenn Morris  <rgm@gnu.org>
7619         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
7620         All errors should have messages.
7622         * foldout.el (foldout-mouse-swallow-events):
7623         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7625         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7626         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7627         (dired-keep-marker-symlink, dired-dwim-target)
7628         (dired-copy-preserve-time): Do not autoload these defcustoms.
7630         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7631         messages from messing up the file coding.  (Bug#4623)
7633 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7635         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7636         if no match is found for the current dictionary.  (Bug#4578)
7638         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7639         optional, since that is how it is documented, and this is often called
7640         with a nil argument.  (Bug#4577)
7641         (flyspell-external-point-words, flyspell-auto-correct-word)
7642         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7643         (flyspell-word-search-backward): Remove nil argument in calls to
7644         flyspell-get-word, since it is not needed now.
7646 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7648         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7650 2009-10-16  Glenn Morris  <rgm@gnu.org>
7652         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7654 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7656         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7657         (ange-ftp-file-size): New function.
7658         (ange-ftp-file-attributes): Use it.
7660 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7662         * net/tramp-smb.el (tramp-smb-version): New defvar.
7663         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7664         repeated checks.
7666 2009-10-16  Glenn Morris  <rgm@gnu.org>
7668         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7669         Maybe copy some custom properties from old to new name.  (Bug#4706)
7671 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7673         * subr.el (error, sit-for, start-process-shell-command)
7674         (start-file-process-shell-command): Set the calling convention
7675         after the function definition.
7677 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7679         * subr.el (error, sit-for, start-process-shell-command)
7680         (start-file-process-shell-command): Use the new
7681         set-advertised-calling-convention feature.
7683 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7685         * international/ucs-normalize.el (ucs-normalize-version):
7686         Change to 1.2.
7687         (check-range): Adjust for Unicode 5.2.
7689 2009-10-15  Juri Linkov  <juri@jurta.org>
7691         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7692         to the `menu-item' format.
7694 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7696         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7697         if the environment variable does not exist.
7699         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7700         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7701         parameter.
7702         (tramp-smb-handle-add-name-to-file)
7703         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7704         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7705         (tramp-smb-handle-file-attributes)
7706         (tramp-smb-do-file-attributes-with-stat)
7707         (tramp-smb-handle-file-local-copy)
7708         (tramp-smb-handle-insert-directory)
7709         (tramp-smb-handle-make-directory)
7710         (tramp-smb-handle-make-directory-internal)
7711         (tramp-smb-handle-make-symbolic-link)
7712         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7713         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7714         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7715         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7716         Handle long file names.
7717         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7718         process is running.
7719         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7720         Read share names with "-g" option.
7722 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7724         * net/rcirc.el (rcirc-view-log-file): New command.
7725         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7726         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7727         specified.
7729 2009-10-15  Glenn Morris  <rgm@gnu.org>
7731         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7732         from the second command-line argument.
7733         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7734         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7735         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7736         w32-batch-update-autoloads.
7737         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7738         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7740         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7741         the headers cannot be located.  Simplify, subtracting superflous
7742         save-excursions.
7744 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7746         Replace completion-base-size by completion-base-position to fix bugs
7747         such as (bug#4699).
7748         * simple.el (completion-base-position): New var.
7749         (completion-base-size): Mark as obsolete.
7750         (choose-completion): Make it work for mouse events as well.
7751         Pass the new base-position to choose-completion-string.
7752         (choose-completion-guess-base-position): New function, extracted from
7753         choose-completion-delete-max-match.
7754         (choose-completion-delete-max-match): Use it.  Make obsolete.
7755         (choose-completion-string): Use the new base-position info.
7756         (completion-root-regexp): Delete.
7757         (completion-setup-function): Preserve completion-base-position.
7758         Eliminate obsolete base-size manipulation.
7759         * minibuffer.el (display-completion-list): Don't mess with base-size.
7760         (minibuffer-completion-help): Set completion-base-position instead.
7761         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7762         choose-completion.
7763         * textmodes/bibtex.el (bibtex-complete):
7764         * emacs-lisp/crm.el (crm--choose-completion-string):
7765         Adjust to new calling convention.
7766         * complete.el (partial-completion-mode): Use minibufferp to avoid
7767         bumping into incompatible change to choose-completion-string-functions.
7768         * ido.el (ido-choose-completion-string): Make its calling convention
7769         more permissive.
7770         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7771         base-size manipulation.
7772         (comint-dynamic-list-input-ring): Use dotimes and push.
7773         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7774         fundamental-mode.  Use `or'.
7776 2009-10-14  Juri Linkov  <juri@jurta.org>
7778         * misearch.el (multi-isearch-next-buffer-from-list)
7779         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7781 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7783         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7784         `bytecomp.el'.
7786         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7787         string we return is all made up of text from the completions rather
7788         than part from the completions and part from the input (bug#4219).
7790         * ido.el (ido-everywhere): Use define-minor-mode.
7792         * buff-menu.el (list-buffers, ctl-x-map):
7793         Mark the entry points with ;;;###autoload cookies.
7795 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7797         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7798         correctly in the detached head case.
7799         (vc-git-print-log): Remove unused binding.
7801         * vc.el (vc-responsible-backend): When a directory is passed for
7802         for registration create a VC repository if no backend is
7803         responsible for the directory argument.
7804         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7806         * vc.el: Move comments about RCS and SCCS ...
7807         * vc-rcs.el:
7808         * vc-sccs.el: ... here, respectively.
7810 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7812         * minibuffer.el (completion--file-name-table): Return nil if there's
7813         no file completion, even if substitute-in-file-name changed
7814         the string (bug#4708).
7816 2009-10-13  Juri Linkov  <juri@jurta.org>
7818         * files-x.el (read-file-local-variable-value): Don't filter out
7819         minor modes from mode name completion (bug#4664).
7821 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7823         * international/mule-cmds.el (ucs-names): Remove exclusion of
7824         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7826 2009-10-13  Kenichi Handa  <handa@m17n.org>
7828         * international/uni-name.el: Regenerated.
7830 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7832         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7833         should be automatically buffer-local, but isn't.)
7835 2009-10-12  Sam Steingold  <sds@gnu.org>
7837         * progmodes/compile.el (compilation-next-error-function): Fix the
7838         timestamps if the buffer has been visited before.
7839         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7840         non-anchored patterns, like the perl one (bug#3928).
7842 2009-10-12  Glenn Morris  <rgm@gnu.org>
7844         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7845         Let-bind `size'.
7847 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7849         * proced.el (proced-unload-function): New function.
7851         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7852         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7853         Doc fix.
7855         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7857 2009-10-11  Juri Linkov  <juri@jurta.org>
7859         * files-x.el (read-file-local-variable-value):
7860         Provide default value only for bound variables (bug#4664).
7862 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7864         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7865         connection methods like smb.
7867         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7868         can be empty.
7870         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7871         (tramp-smb-file-name-handler-alist): Add handlers for
7872         `add-name-to-file', `make-symbolic-link'.
7873         (tramp-smb-handle-add-name-to-file)
7874         (tramp-smb-do-file-attributes-with-stat)
7875         (tramp-smb-handle-make-symbolic-link)
7876         (tramp-smb-get-cifs-capabilities): New defuns.
7877         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7878         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7879         (tramp-smb-handle-file-local-copy)
7880         (tramp-smb-handle-make-directory-internal)
7881         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7882         The file name syntax depends on cifs capabilities.
7883         (tramp-smb-handle-file-attributes):
7884         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7885         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7886         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7888 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7890         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7891         (eieio-defclass): Apply deftype handler and setf-method properties
7892         directly.
7893         (eieio-add-new-slot): Avoid union function from cl library.
7894         (eieio--typep): New function.
7895         (eieio-perform-slot-validation): Use it.
7897 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7899         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7900         Update documentation to refer to the variables documented in r1.135.
7901         (Bug#4188)
7903 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7905         * bookmark.el (Info-suffix-list): Remove this unused variable.
7906         (bookmark-current-point): Remove this obsolete variable.
7907         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7908         Adjust for removal of bookmark-current-point.
7910         (bookmarks-already-loaded, bookmark-current-buffer)
7911         (bookmark-yank-point): Document.  (Bug#4188)
7913 2009-10-10  Glenn Morris  <rgm@gnu.org>
7915         * frame.el (frame-height): Doc fix.
7917         * calendar/calendar.el (calendar-split-width-threshold): New option.
7918         (calendar-basic-setup): Use calendar-split-width-threshold.
7920 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
7922         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7923         Use .la for Automake.
7925 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
7927         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7928         Use "autoreconf -i".  Suggested by Andreas Schwab.
7930 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7932         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7933         Ideographic Supplement" range (U+1F200..U+1F2FF).
7935 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7937         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7938         since the list will have been rebuilt anyway.  (Bug#4349)
7940 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7942         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7943         (bookmark-bmenu-execute-deletions): Don't save here, as
7944         bookmark-delete will now do so if necessary.
7945         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7946         (Bug#4348)
7948 2009-10-09  Glenn Morris  <rgm@gnu.org>
7950         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7952 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7954         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7955         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7956         argument now, so the two function's behaviors will match.  (Bug#3645)
7958 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7960         * cedet/ede/proj.el (project-make-dist, project-compile-project):
7961         Fix filename test.
7962         (ede-proj-dist-makefile): Use expand-file-name instead of concat
7963         to expand file names.
7965 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7967         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7968         (tramp-file-name-real-host, tramp-file-name-port):
7969         Apply `save-match-data'.
7971         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7972         case both directories are remote.
7973         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7974         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7976 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7978         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7979         (ede-proj-target-makefile-objectcode): Use it.
7981         * cedet/ede/source.el (ede-want-any-source-files-p)
7982         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7983         Return search result.  This error was introduced while merging.
7985 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
7987         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
7989 2009-10-07  Glenn Morris  <rgm@gnu.org>
7991         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
7992         of concat.
7994 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7996         * files-x.el (read-file-local-variable): Include some
7997         non-user-variables in the completion table (bug#4664).
7999 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8001         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8002         message.
8004         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8005         (tramp-smb-file-name-handler-alist): Add handler for
8006         `copy-directory', `expand-file-name', `set-file-modes'.
8007         (tramp-smb-handle-copy-directory)
8008         (tramp-smb-handle-expand-file-name)
8009         (tramp-smb-handle-set-file-modes): New defuns.
8010         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8011         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8012         entry.
8013         (tramp-smb-handle-insert-directory): Don't flush the cache.
8014         (tramp-smb-maybe-open-connection): Check for samba client and
8015         server versions.
8017 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8019         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8020         to not error out of search for "^lisp=" fails.
8022 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8024         * makefile.w32-in (WINS_UPDATES): New macro.
8025         (custom-deps, finder-data, autoloads): Use it.
8027 2009-10-07  Glenn Morris  <rgm@gnu.org>
8029         * Makefile.in (autoloads): Revert previous change.
8030         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8031         the list of preloaded files passed on the command-line, get
8032         it from src/Makefile.
8034         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8035         show the original buffer rather than a random one.
8037 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8039         * help.el (describe-no-warranty): Place point in a slightly better
8040         position in the GPLv3 text.
8042 2009-10-06  Sam Steingold  <sds@gnu.org>
8044         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8045         the comm attribute is present before calling regexp-quote.
8047 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8049         * play/animate.el (animate-string): For good effect, make sure
8050         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8052         * play/animate.el (animate-sequence, animate-birthday-present):
8053         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8055 2009-10-06  Glenn Morris  <rgm@gnu.org>
8057         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8059         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8060         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8061         (batch-update-autoloads): Process a string value of autoload-excludes,
8062         set during the build process.
8063         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8065         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8066         inside with-parsed...  macro so that `v' is defined.
8068         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8069         * progmodes/fortran.el (fortran-end-of-block)
8070         (fortran-beginning-of-block):
8071         Also push mark in the macro case.
8073         * emerge.el (emerge-show-file-name):
8074         * calc/calc.el (calc-quit):
8075         * calc/calc-misc.el (calc-big-or-small):
8076         * calc/calc-graph.el (calc-graph-view):
8077         * calc/calc-ext.el (calc-reset):
8078         * calendar/calendar.el (calendar-basic-setup):
8079         Use window-full-height-p.
8081         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8082         header we don't understand, don't insert another.  (Bug#4624)
8083         If changing mime charset, insert the new one in the right place.
8085 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8087         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8088         (cal-tex-cursor-month): Correctly increment the end date for diary and
8089         holiday listing.  (Bug#4626)
8091 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * help-fns.el (describe-function-1): Don't burp if the function is not
8094         a symbol.
8096 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8098         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8099         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8100         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8101         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8103         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8104         (eieio-default-superclass): Reflow docstrings.
8105         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8106         (eieio-unbind-method-implementations, defmethod)
8107         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8108         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8109         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8110         (eieio-slot-originating-class-p, eieio-slot-name-index)
8111         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8112         (constructor, initialize-instance, no-next-method, object-print)
8113         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8114         Fix typos in docstrings.
8115         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8116         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8117         (next-method-p): Doc fixes.
8118         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8119         Fix typos in error messages.
8120         (eieio-defmethod): Fix typo in description of generic method.
8122         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8123         (eieio-persistent-save-interactive, slot-missing):
8124         Fix typos in docstrings.
8125         (eieio-instance-inheritor-slot-boundp): Doc fix.
8127         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8128         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8130         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8131         (eieio-custom-object-apply-reset):
8132         Fix typos in docstrings and error messages.
8134         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8135         Fix typo in docstring.
8137         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8138         (eieio-browse-tree): Doc fix.
8139         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8140         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8141         Fix typos in docstrings.
8143         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8144         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8145         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8146         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8147         Reflow docstrings.
8149 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8151         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8152         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8153         Set log-view-vc-backend so that diff can work.
8155         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8156         vc-version-diff.
8157         (vc-diff-internal): Autoload this instead of vc-version-diff.
8159 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8161         * simple.el (eval-expression): Doc fix.
8163         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8165 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8167         * files.el (directory-files-no-dot-files-regexp): New defconst.
8168         (delete-directory): Use it.
8169         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8171         * net/tramp.el (tramp-verbose): Fix docstring.
8172         (tramp-methods): Add recursive option to `tramp-copy-args'.
8173         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8174         "scp1_old", "scp2_old", "rsync", "rsyncc".
8175         (tramp-default-method): Check also for `auth-source-user-or-password'.
8176         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8177         Add handler for `copy-directory'.
8178         (tramp-handle-copy-directory): New defun.
8179         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8180         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8181         Optimize sent command.
8183 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8185         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8186         window if necessary.
8188         * calendar/calendar.el (calendar-basic-setup): Don't call
8189         switch-to-buffer in a dedicated window.
8191 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8193         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8194         don't do anything related to relocating, just return nil.
8195         (bookmark-error-no-filename): New error.
8196         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8197         bookmark has no file.  Don't even attempt to handle things that
8198         are not files; the whole point of custom handlers is to keep that
8199         knowledge elsewhere anyway.  Tighten some comments.
8200         (bookmark-file-or-variation-thereof): Remove now-unused function.
8201         (bookmark-location): Doc string fix.
8202         (Bug#4250)
8204 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8206         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8207         don't use a file dialog, because they usually don't know how to read
8208         a directory target from the user.  (Bug#4230)
8209         Also, make sure the prompt can display directories as well as files.
8211 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8213         * bookmark.el (bookmark-set, bookmark-buffer-name):
8214         Improve doc strings.  (Bug#1193)
8216 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8218         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8219         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8220         (bookmark-get-annotation, bookmark-set-annotation)
8221         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8222         (bookmark-set-position, bookmark-get-front-context-string)
8223         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8224         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8225         (bookmark-jump-other-window, bookmark-handle-bookmark)
8226         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8227         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8228         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8229         Improve doc strings to say whether bookmark can be a string or
8230         a record or both, and make other consistency and clarity fixes.
8231         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8232         (bookmark-default-annotation-text, bookmark-yank-word)
8233         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8234         (bookmark-import-new-list, bookmark-maybe-rename)
8235         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8236         (bookmark-bmenu-bookmark): Give these doc strings.
8237         (bookmark-bmenu-check-position): Give this a doc string, but also
8238         add a FIXME comment about how the function may be pointless.
8239         (bookmark-default-handler): Rework doc string and change a
8240         parameter name, to clarify that this takes a bookmark record
8241         not a bookmark name.
8242         (bookmark-set): Change a parameter name to indicate its meaning,
8243         and improve the doc string a bit.
8244         (Bug#4188)
8246 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8248         * bookmark.el (bookmark-alist): Document the new `handler' element
8249         in the param alist.
8250         (bookmark-make-record-function): Adjust documentation for above.
8251         (Bug#4193)
8253 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8255         * info.el (Info-bookmark-make-record): Document this function.
8256         (Info-bookmark-jump): Document with a doc string, not just a comment.
8257         (Bug#4203)
8259 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8261         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8262         (semantic-new-buffer-fcn): Call parser setup functions here.
8263         (semantic-mode): Don't call parser setup functions here, it's done
8264         in semantic-new-buffer-fcn now.
8265         (semantic-mode): Parse all existing buffers when enabled.
8267         * cedet/srecode/compile.el (srecode-compile-file):
8268         Call semantic-new-buffer-fcn if the buffer has not been parsed.
8270 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8272         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8274         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8275         (proj-comp-insert-variable-once): New macro, renamed from
8276         ede-pmake-insert-variable-once in ede/pmake.edl.
8277         (ede-proj-makefile-insert-variables): Use it.
8279 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8281         * files.el (copy-directory): New defun.
8283         * dired-aux.el (dired-copy-file-recursive): Use it.
8285 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8287         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8288         (makefile-end-of-command):
8289         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8290         (semantic-end-of-context): Fix previous change.  Doc fixes.
8292 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8294         * files-x.el (modify-dir-local-variable)
8295         (copy-dir-locals-to-file-locals-prop-line):
8296         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8297         (makefile-end-of-command):
8298         * cedet/semantic/lex.el (semantic-lex-token):
8299         * cedet/semantic/analyze/fcn.el
8300         (semantic-analyze-dereference-metatype-1):
8301         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8302         (semantic-lex-cpp-undef):
8303         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8304         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8305         (semantic-end-of-context): Fix typos in docstrings.
8307         * recentf.el (recentf-unload-function): New function.
8309 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8311         * cedet/ede.el (ede-project-placeholder-cache-file):
8312         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8313         * cedet/srecode/map.el (srecode-map-save-file):
8314         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
8316 2009-10-04  Glenn Morris  <rgm@gnu.org>
8318         * window.el (window-full-height-p): Add doc string.
8320 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8322         * window.el (window-full-height-p): New function.  (Bug#4543)
8324 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
8326         * cedet/srecode/insert.el: Require srecode/args.
8328         * cedet/srecode/args.el: Require srecode/dictionary instead of
8329         srecode/insert.
8331         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8333         * files.el (auto-mode-alist): Add .srt and Project.ede.
8335         * cedet/semantic.el (semantic-mode):
8336         Handle srecode-template-mode-hook as well.
8337         (semantic-mode): Use js-mode-hook for Javascript hook.
8339         * cedet/srecode/template.el: Remove hook variable.
8341         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8343         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8344         projects exist.
8345         (ede-project-placeholder-cache-file): Default to a file in
8346         user-emacs-directory.
8348         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8349         templates in data-directory.
8350         (srecode-map-save-file): Default to a file in user-emacs-directory.
8352         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8353         directory.
8355 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8357         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8358         Doc fix.
8360         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8361         Only insert each variable once.
8363         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8364         (ede-pmake-insert-variable-shared): Use it.
8366         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8367         for lexical table iff table is nil.
8369 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8371         * vc.el: Remove commented out code.
8372         (vc-derived-from-dir-mode): Remove, unused.
8373         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8375 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8377         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8378         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8379         there could be recursive loading when `default-directory' is a
8380         remote file name.  (Bug#4614)
8382 2009-10-03  Glenn Morris  <rgm@gnu.org>
8384         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8385         the frame is wide.
8386         (calendar-generate-window): Test for shrinkability rather than width.
8388         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8389         declaration, currently false.
8391         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8392         reusing existing buffers, in case we happen to visit two files with the
8393         same basename.  (Bug#4593)
8395 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8397         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8398         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8399         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8400         subdirs of cedet as well.
8401         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8403 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8405         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8406         Obey advertised-signature-table.
8408         * help-fns.el (help-function-arglist): Don't check
8409         advertised-signature-table.
8410         (describe-function-1): Do it here instead so it also applies to subrs.
8412 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8414         * simple.el (start-file-process): Say in the doc-string, that file
8415         handlers might not support pty association, if PROGRAM is nil.
8417         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8418         HOST and USER are strings.  They are nil, when there are
8419         incomplete entries in ~/.netrc, for example.
8420         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8421         root directory ("device busy" error otherwise).
8423         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8424         Flush file properties of created directory.
8426 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8428         * makefile.w32-in (WINS_BASIC): Remove cedet.
8429         (WINS_CEDET): Add cedet.
8430         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8432 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8434         * net/browse-url.el (browse-url): Pass any symbol in
8435         browse-url-browser-function to `apply', since if you've mistakenly put
8436         an unbound symbol then the error is clearer.  (Bug#4531)
8438 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8440         * allout.el (allout-init, allout-back-to-current-heading)
8441         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8442         (allout-ascend, allout-up-current-level, allout-end-of-level)
8443         (allout-previous-visible-heading, allout-forward-current-level)
8444         (allout-backward-current-level, allout-show-children):
8445         * apropos.el (apropos-describe-plist):
8446         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8447         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8448         * completion.el (add-completion, add-permanent-completion):
8449         * descr-text.el (describe-text-category, describe-char):
8450         * desktop.el (desktop-lazy-abort):
8451         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8452         * dired.el (dired-build-subdir-alist):
8453         * ediff.el (ediff-version):
8454         * elide-head.el (elide-head, elide-head-show):
8455         * emerge.el (emerge-version):
8456         * env.el (getenv):
8457         * face-remap.el (variable-pitch-mode):
8458         * faces.el (describe-face):
8459         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8460         (dired-at-point):
8461         * files.el (find-file-existing, auto-save-mode):
8462         * font-lock.el (font-lock-fontify-buffer):
8463         * help-fns.el (describe-function, describe-variable)
8464         (describe-syntax, describe-categories):
8465         * help.el (view-lossage, describe-bindings, describe-key)
8466         (describe-mode):
8467         * hexl.el (hexl-current-address):
8468         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8469         * info.el (Info-goto-emacs-key-command-node):
8470         * log-edit.el (log-edit-insert-cvs-template)
8471         (log-edit-insert-cvs-rcstemplate):
8472         * menu-bar.el (menu-bar-mode):
8473         * mouse.el (mouse-appearance-menu):
8474         * newcomment.el (comment-indent-new-line):
8475         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8476         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8477         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8478         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8479         * recentf.el (recentf-mode):
8480         * savehist.el (savehist-mode, savehist-save):
8481         * shadowfile.el (shadow-copy-files):
8482         * simple.el (kill-ring-save, next-line, previous-line)
8483         (normal-erase-is-backspace-mode):
8484         * strokes.el (strokes-update-window-configuration)
8485         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8486         (strokes-xpm-for-stroke):
8487         * time.el (emacs-uptime, emacs-init-time):
8488         * tutorial.el (tutorial--describe-nonstandard-key)
8489         (tutorial--detailed-help):
8490         * type-break.el (type-break-mode)
8491         (type-break-mode-line-message-mode, type-break-query-mode)
8492         (type-break-guesstimate-keystroke-threshold):
8493         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8494         * version.el (emacs-version):
8495         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8496         * winner.el (winner-mode):
8497         * calendar/timeclock.el (timeclock-in, timeclock-out)
8498         (timeclock-status-string, timeclock-change)
8499         (timeclock-workday-remaining-string)
8500         (timeclock-workday-elapsed-string)
8501         (timeclock-when-to-leave-string):
8502         * calendar/todo-mode.el (todo-add-category):
8503         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8504         * emacs-lisp/autoload.el (update-file-autoloads):
8505         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8506         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8507         (checkdoc-message-text, checkdoc-defun):
8508         * emacs-lisp/debug.el (debugger-list-functions):
8509         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8510         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8511         (eieio-describe-generic):
8512         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8513         * emacs-lisp/shadow.el (list-load-path-shadows):
8514         * emulation/cua-base.el (cua-mode):
8515         * emulation/edt.el (edt-set-scroll-margins):
8516         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8517         (tpu-toggle-regexp, tpu-toggle-search-direction)
8518         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8519         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8520         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8521         (viper-set-parsing-style-toggling-macro)
8522         (viper-set-emacs-state-searchstyle-macros):
8523         * emulation/viper.el (viper-set-hooks):
8524         * eshell/esh-mode.el (eshell-truncate-buffer):
8525         * international/mule-cmds.el (prefer-coding-system)
8526         (describe-input-method, describe-language-environment):
8527         * international/mule-diag.el (list-character-sets)
8528         (describe-character-set, describe-coding-system)
8529         (describe-fontset, list-fontsets, list-input-methods):
8530         * mail/sendmail.el (mail-signature):
8531         * net/ange-ftp.el (ange-ftp-copy-file):
8532         * net/browse-url.el (browse-url):
8533         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8534         * net/quickurl.el (quickurl-add-url):
8535         * net/rcirc.el (names, topic):
8536         * net/xesam.el (xesam-mode):
8537         * play/5x5.el (5x5-new-game):
8538         * play/yow.el (apropos-zippy):
8539         * progmodes/ada-mode.el (ada-mode-version):
8540         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8541         (f90-end-of-block)
8542         (f90-beginning-of-block):
8543         * progmodes/fortran.el (fortran-end-of-block)
8544         (fortran-beginning-of-block):
8545         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8546         * progmodes/python.el (python-describe-symbol, python-shell):
8547         * term/ns-win.el (ns-print-buffer):
8548         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8549         * textmodes/flyspell.el (flyspell-mode-on):
8550         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8551         (pages-directory-for-addresses):
8552         * textmodes/table.el (table-recognize-cell)
8553         (table-query-dimension, table-generate-source)
8554         (table-insert-sequence, table--warn-incompatibility):
8555         * textmodes/tex-mode.el (tex-validate-buffer):
8556         * textmodes/texinfmt.el (texinfmt-version)
8557         (texinfo-format-buffer):
8558         Use `called-interactively-p' instead of `interactive-p'.
8560 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8562         * image-mode.el (image-toggle-display):
8563         * emacs-lisp/elp.el (elp-instrument-function):
8564         * emacs-lisp/advice.el (ad-make-advised-definition):
8565         * emacs-lisp/easy-mmode.el (define-minor-mode):
8566         * net/browse-url.el (browse-url-maybe-new-window):
8567         * progmodes/sh-script.el (sh-learn-buffer-indent):
8568         Pass new argument 'any to `called-interactively-p'.
8570 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8572         * international/uni-bidi.el:
8573         * international/uni-category.el:
8574         * international/uni-combining.el:
8575         * international/uni-comment.el:
8576         * international/uni-decimal.el:
8577         * international/uni-decomposition.el:
8578         * international/uni-digit.el:
8579         * international/uni-lowercase.el:
8580         * international/uni-mirrored.el:
8581         * international/uni-name.el:
8582         * international/uni-numeric.el:
8583         * international/uni-old-name.el:
8584         * international/uni-titlecase.el:
8585         * international/uni-uppercase.el:
8586         Regenerate from Unicode 5.2.0 data.
8588 2009-10-01  Glenn Morris  <rgm@gnu.org>
8590         * Makefile.in (ELCFILES): Regenerate.
8592 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8594         * subr.el (interactive-p): Mark obsolete.
8595         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8596         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8597         advertised-signature-table for subroutines as well.
8599         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8600         (set-advertised-calling-convention): New function.
8601         (make-obsolete, define-obsolete-function-alias)
8602         (make-obsolete-variable, define-obsolete-variable-alias):
8603         Make the optional-ness of `when' obsolete.
8604         (define-obsolete-face-alias): Make `when' non-optional.
8605         * help-fns.el (help-function-arglist):
8606         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8607         Use advertised-signature-table.
8609 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8611         * files.el (delete-directory): New defun.  The original function
8612         in fileio.c has been renamed to `delete-directory-internal'.
8614         * dired.el (dired-delete-file): Call `delete-directory' with
8615         RECURSIVE parameter.
8617         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8618         parameter RECURSIVE.  Implementation is missing.
8620         * net/tramp.el (tramp-handle-make-directory): Flush upper
8621         directory's file properties.
8622         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8623         (tramp-handle-dired-recursive-delete-directory): Flush directory
8624         properties after the remove command only.
8626         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8627         Handle optional parameter RECURSIVE.
8629         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8630         Handle optional parameter RECURSIVE.
8632         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8633         connection timeout.
8634         (tramp-smb-handle-delete-directory): Handle optional parameter
8635         RECURSIVE.
8637 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8639         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8640         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8641         (byte-compile-defmacro): Use backquotes.
8643         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8645         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8646         has no associated file.
8647         (vc-resynch-buffer): Use vc-dir-buffers.
8649 2009-10-01  Glenn Morris  <rgm@gnu.org>
8651         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8652         (chart-file-count):
8653         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8654         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8655         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8656         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8657         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8658         (eieio-copy-parents-into-subclass, make-instance, class-children)
8659         (eieio-generic-form):
8660         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8661         * cedet/cedet-idutils.el (cedet-idutils-search)
8662         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8663         (cedet-idutils-version-check):
8664         * cedet/cedet.el (cedet-version):
8665         * cedet/data-debug.el (data-debug-insert-overlay-button)
8666         (data-debug-insert-overlay-list-button)
8667         (data-debug-insert-buffer-button)
8668         (data-debug-insert-buffer-list-button)
8669         (data-debug-insert-process-button, data-debug-insert-ring-button)
8670         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8671         (data-debug-insert-stuff-vector-button)
8672         (data-debug-insert-symbol-button, data-debug-insert-string)
8673         (data-debug-insert-number, data-debug-insert-lambda-expression)
8674         (data-debug-insert-nil, data-debug-insert-simple-thing)
8675         (data-debug-insert-custom, data-debug-edebug-expr):
8676         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8677         (global-ede-mode-map, ede-new, ede-debug-target)
8678         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8679         * cedet/semantic.el (semantic-minimum-working-buffer-size)
8680         (semantic-fetch-tags, semantic-submode-list)
8681         (semantic-default-submodes):
8682         * cedet/ede/source.el (ede-source-match):
8683         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8684         (project-am-package-info):
8685         * cedet/ede/proj.el (ede-proj-target, project-new-target):
8686         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8687         * cedet/ede/proj-comp.el (ede-current-build-list):
8688         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8689         * cedet/ede/files.el (ede-toplevel-project-or-nil):
8690         * cedet/ede/cpp-root.el (initialize-instance):
8691         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8692         (autoconf-parameter-strip, autoconf-insert-new-macro):
8693         * cedet/semantic/wisent.el (wisent-lex-eoi):
8694         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8695         (semantic-show-parser-state-mode):
8696         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8697         * cedet/semantic/tag.el (semantic-tag-new-variable)
8698         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8699         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8700         (semantic--tag-deep-copy-tag-list)
8701         (semantic-tag-components-with-overlays-default):
8702         * cedet/semantic/symref.el (semantic-symref-find-text):
8703         * cedet/semantic/senator.el (senator-yank-tag)
8704         (senator-transpose-tags-up):
8705         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8706         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8707         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8708         * cedet/semantic/lex.el (semantic-lex-comment-regex)
8709         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8710         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8711         * cedet/semantic/lex-spp.el
8712         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8713         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8714         * cedet/semantic/idle.el
8715         (semantic-idle-summary-current-symbol-info-brutish)
8716         (semantic-idle-summary-current-symbol-info-default):
8717         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8718         (semantic--grammar-macro-compl-dict):
8719         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8720         * cedet/semantic/format.el (semantic-format-tag-custom-list)
8721         (semantic-format-tag-canonical-name-default):
8722         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8723         (semantic-find-tags-for-completion)
8724         (semantic-find-tags-by-scope-protection-default)
8725         (semantic-deep-find-tags-for-completion):
8726         * cedet/semantic/edit.el
8727         (semantic-edits-incremental-reparse-failed-hook)
8728         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8729         (semantic-edits-splice-remove, semantic-edits-splice-replace):
8730         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8731         * cedet/semantic/dep.el (semantic-dependency-include-path):
8732         * cedet/semantic/db.el (semanticdb-default-find-index-class)
8733         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8734         (semanticdb-project-roots):
8735         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8736         (semanticdb-find-adebug-insert-scanned-tag-cons)
8737         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8738         (semanticdb-brute-deep-find-tags-for-completion):
8739         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8740         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8741         (semantic-end-of-context-default)
8742         (semantic-ctxt-current-function-default)
8743         (semantic-ctxt-scoped-types-default):
8744         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8745         (semantic-complete-inline-tag-engine)
8746         (semantic-complete-inline-custom-type)
8747         (semantic-complete-read-tag-analyzer):
8748         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8749         (semantic-chart-database-size):
8750         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8751         (semantic-analyze-current-context):
8752         * cedet/semantic/symref/list.el (semantic-symref)
8753         (semantic-symref-hide-buffer, semantic-symref-symbol):
8754         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8755         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8756         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8757         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8758         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8759         (semantic-c-dereference-template):
8760         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8761         (semantic--analyze-refs-full-lookup-with-parents)
8762         (semantic--analyze-refs-full-lookup-simple):
8763         * cedet/semantic/analyze/complete.el
8764         (semantic-analyze-possible-completions):
8765         * cedet/srecode/table.el (srecode-mode-table-new):
8766         * cedet/srecode/srt.el (srecode-read-variable-name):
8767         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8768         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8769         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8770         * cedet/srecode/map.el (srecode-current-map):
8771         * cedet/srecode/insert.el (srecode-insert)
8772         (srecode-insert-variable-secondname-handler, srecode-insert-method)
8773         (srecode-template-inserter-point-override)
8774         (srecode-insert-include-lookup):
8775         * cedet/srecode/getset.el (srecode-auto-choose-class):
8776         * cedet/srecode/extract.el (srecode-inserter-extract):
8777         * cedet/srecode/document.el
8778         (srecode-document-autocomment-return-last-alist)
8779         (srecode-document-autocomment-param-type-alist)
8780         (srecode-document-insert-function-comment)
8781         (srecode-document-insert-variable-one-line-comment)
8782         (srecode-document-function-name-comment):
8783         * cedet/srecode/dictionary.el (srecode-create-dictionary)
8784         (srecode-compound-toString):
8785         * cedet/srecode/compile.el (srecode-flush-active-templates):
8786         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8787         Doc/message fixes.
8789         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8790         match-data.  (Bug#4555).
8792         * cedet/semantic/bovine/gcc.el
8793         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8794         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8796         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8797         rather than parsing it as a regexp.  This relaxes the layout
8798         requirements and makes errors easier to detect.
8799         (check-declare-verify): Check file is regular.
8800         (check-declare-directory): Doc fix.
8801         * subr.el (declare-function): Doc fix.
8803         * ibuffer.el (ibuffer-format-qualifier):
8804         * isearch.el (hi-lock-regexp-okay):
8805         * calc/calc.el (math-zerop):
8806         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8807         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8808         Remove unused declarations.
8810 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8812         * cedet/semantic/wisent/javat-wy.el
8813         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8815 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
8817         * cedet/srecode/expandproto.el: Fix provide statement.
8819 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8821         * emacs-lisp/eieio.el (boolean-p): Delete.
8823 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
8825         * cedet/ede/srecode.el: Fix provide statement.
8827 2009-09-30  Glenn Morris  <rgm@gnu.org>
8829         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8830         * cedet/ede/proj-aux.el (ede-aux-source):
8831         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8832         (ede-misc-source):
8833         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8834         (semantic-mrub-switch-tags): Fix doc typos.
8836         * cedet/semantic/db-global.el (data-debug-new-buffer)
8837         (data-debug-insert-thing): Remove unneeded declarations (one broken).
8838         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8840         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8842         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8843         use of CL function `remove-if-not'.
8845         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8847         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8848         filename is not a string.
8850 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8852         * files.el (safe-local-eval-forms): Fix typo.
8854 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         * vc-hooks.el (vc-dir-buffers): New var.
8857         (vc-state-refresh): New function.
8858         (vc-state): Use it.
8859         (vc-after-save): Always ask the backend to recompute the new state.
8860         Always call vc-dir if necessary, using vc-dir-buffers.
8861         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8862         Use vc-dir-buffers.
8863         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8864         (vc-dir-prepare-status-buffer, vc-dir-update)
8865         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8866         Don't call expand-file-name on default-directory.
8868 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8870         * speedbar.el (speedbar-item-delete):
8871         * calc/calc-prog.el (calc-kbd-if):
8872         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8874         * epa.el (epa-key-list-mode-map):
8875         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8877         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8878         (hs-show-hook): Fix typo in docstring.
8880 2009-09-29  Glenn Morris  <rgm@gnu.org>
8882         * cedet/semantic/symref/idutils.el:
8883         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8885         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8887         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8888         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8889         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8890         Mark declarations not understood by check-declare.
8892         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8893         file-name-nondirectory call preventing location of cedet files.
8894         (check-declare-verify): Use literal search rather than re-search.
8895         Add basic defmethod and defclass, and define-overloadable-function.
8897         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8898         Use tramp-compat-file-attributes rather than nonexistent
8899         tramp-compat-handle-file-attributes.
8901         * Makefile.in (lisptagsfiles4): New.
8902         (AUTOGENEL): Add cedet loaddefs files.
8903         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8904         (update-elclist, compile-always, backup-compiled-files)
8905         (bootstrap-clean): Add yet another directory level.
8906         (update-elclist): Use LC_COLLATE rather than COLLATE.
8907         (ELCFILES): Update, via `make update-elclist'.
8909 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8911         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8912         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8913         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8915 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8917         * Makefile.in (lisptagsfiles3): Define.
8918         (TAGS, TAGS-LISP): Use it.
8919         (update-elclist): Add third directory level to look for elc files.
8920         (compile-always): Likewise.
8921         (backup-compiled-files): Likewise.
8922         (bootstrap-clean): Likewise.
8923         (ELCFILES): Update.
8925 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8927         * Makefile.in (ELCFILES): Add CEDET files.
8929 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8931         CEDET (development tools) package merged.
8933         * cedet/*.el:
8934         * cedet/ede/*.el:
8935         * cedet/semantic/*.el:
8936         * cedet/srecode/*.el: New files.
8938 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8940         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8942         * net/tramp.el (top): Require tramp-imap.
8944         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8945         Use `tramp-compat-handle-file-attributes'.
8947 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8949         * net/tramp-imap.el: New package.
8951 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8953         * emacs-lisp/chart.el:
8954         * emacs-lisp/eieio-base.el:
8955         * emacs-lisp/eieio-comp.el:
8956         * emacs-lisp/eieio-custom.el:
8957         * emacs-lisp/eieio-datadebug.el:
8958         * emacs-lisp/eieio-opt.el:
8959         * emacs-lisp/eieio-speedbar.el:
8960         * emacs-lisp/eieio.el: New files.
8962         * cedet/cedet-cscope.el:
8963         * cedet/cedet-files.el:
8964         * cedet/cedet-global.el:
8965         * cedet/cedet-idutils.el:
8966         * cedet/data-debug.el:
8967         * cedet/inversion.el:
8968         * cedet/mode-local.el:
8969         * cedet/pulse.el: New files.
8971 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8973         * whitespace.el (whitespace-trailing-regexp)
8974         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8975         Fix doc string.
8977 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8979         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8980         menu.
8982         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8983         menu-bar-ediff-menu.
8985         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
8986         define-overloadable-function.
8988         * progmodes/autoconf.el: Provide autoconf as well, so that this
8989         file can be `require'd.
8991         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
8993         * emacs-lisp/autoload.el (generated-autoload-feature)
8994         (generated-autoload-load-name): New vars.
8995         (autoload-rubric, autoload-generate-file-autoloads): Use them.
8996         (make-autoload): Recognize define-overloadable-function and
8997         defclass forms (for EIEIO).
8999         * Makefile.in (update-subdirs): Exclude cedet directory.
9001 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9003         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9005         * faces.el: Default light-background background for region face to
9006         ns_selection_color under NS.
9008 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9010         * net/imap-hash.el: New library, see NEWS.
9012         * Makefile.in (ELCFILES): Add imap-hash.el.
9014 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9016         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9017         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9018         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9019         definition where the docstring could be taken for the return value.
9021 2009-09-26  Glenn Morris  <rgm@gnu.org>
9023         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9024         Add option to only show images below a certain size.
9025         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9026         save-excursion calls.
9028 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9030         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9031         subdirectories) and eieio.
9033 2009-09-26  Alan Mackenzie  <acm@muc.de>
9035         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9036         buggy bracketing.  (Bug#4289)
9038         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9039         character constants (as case labels).  (Bug#4289)
9041 2009-09-25  Juri Linkov  <juri@jurta.org>
9043         * files.el (safe-local-eval-forms): Allow time-stamp in
9044         before-save-hook (Bug#4554).
9046 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9048         * menu-bar.el (list-buffers-directory): Doc fix.
9050 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9052         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9053         Try and avoid copying twice the same paragraph.
9054         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9055         Remove save-excursion.
9056         (log-edit-changelog-entry): Do it here instead.
9058 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9060         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9061         when available, instead of hardcoding mode names.  Doc fix.
9063         * menu-bar.el (list-buffers-directory): Add docstring.
9064         Make automatically buffer-local.
9066         * dired.el (dired-mode):
9067         * files.el (cd-absolute):
9068         * pcvs.el (cvs-temp-buffer):
9069         * pcvs-util.el (cvs-get-buffer-create):
9070         * shell.el (shell-mode):
9071         * vc-dir.el (vc-dir-mode):
9072         Don't make `list-buffers-directory' buffer local.
9074 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9076         * comint.el (comint-exec, comint-run, make-comint):
9077         Doc fixes (Bug#4542).
9079 2009-09-25  Glenn Morris  <rgm@gnu.org>
9081         * mail/rmailmm.el (rmail-mime): New custom group.
9082         Move all defcustoms in this file into this group.
9083         (rmail-mime-media-type-handlers-alist): Revert previous change.
9084         (rmail-mime-show-images): New option.
9085         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9086         references to it, since it wasn't actually used for anything.
9087         (rmail-mime-insert-image): New function.
9088         (rmail-mime-image): Use rmail-mime-insert-image.
9089         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9090         obey the value of `rmail-mime-show-images' option.  Print the size of
9091         attachments.
9093 2009-09-25  David Engster  <deng@randomsample.de>
9095         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9097 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9099         * whitespace.el: Does not highlight trailing spaces While point is
9100         at end of line.  Does not highligt spaces at beginning of buffer
9101         while point is at beginning of buffer.  Does not highlight spaces
9102         at end of buffer while point is at end of buffer.  (Bug#4177)
9103         New version 12.0.
9104         (whitespace-display-mappings): Adjust initialization.
9105         (whitespace-point, whitespace-font-lock-refontify): New vars.
9106         (whitespace-color-on, whitespace-color-off): Adjust code.
9107         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9108         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9109         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9111 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9113         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9115         * textmodes/sgml-mode.el: Remove xml-mode alias.
9117         * files.el (auto-mode-alist, conf-mode-maybe)
9118         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9120 2009-09-24  Alan Mackenzie  <acm@muc.de>
9122         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9123         c-forward-conditionals, but it doesn't move point and doesn't set
9124         the mark.
9125         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9126         (c-down-conditional-with-else, c-backward-conditional)
9127         (c-forward-conditional): Refactor to use c-scan-conditionals.
9129 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9131         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9132         (help-default-arg-highlight): Remove.
9133         (help-highlight-arg): New function.
9134         (help-do-arg-highlight): Use it.
9135         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
9137 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9139         * term.el (term-set-scroll-region, term-handle-ansi-escape):
9140         Undo last change, which didn't fix the problem and introduced others.
9142 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
9144         * progmodes/gdb-mi.el: Don't require speedbar.
9145         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9147 2009-09-24  Glenn Morris  <rgm@gnu.org>
9149         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9151         * term/ns-win.el (ns-reg-to-script): Define for compiler.
9153         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9154         there is no newline after the final mime boundary.  (Bug#4539)
9155         Move markers on insertion so that any buttons inserted don't end up in
9156         the next part of a multipart message.
9157         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
9158         (rmail-mime-bulk-handler): Optionally handle images.
9159         (rmail-mime-image): New button action.
9160         (rmail-mime-image-handler): New function.
9161         (rmail-mime-mode): New mode.
9162         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
9164 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9166         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9167         than just dropping elements from it (bug#4504).
9169         * term.el (term-set-scroll-region): Don't move cursor any more.
9170         (term-handle-ansi-escape): Call term-goto here instead.
9171         Suggested by Ivan Kanis <apple@kanis.eu>.
9173         * term.el: Require CL.
9174         (term-ansi-reset): New function.
9175         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9176         (term-handle-colors-array): Simplify.
9178 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9180         * allout.el (allout-overlay-interior-modification-handler)
9181         (allout-obtain-passphrase):
9182         * epa-file.el (epa-file-write-region):
9183         * ps-print.el (ps-begin-job):
9184         * vc-hooks.el (vc-toggle-read-only):
9185         * vc-rcs.el (vc-rcs-rollback):
9186         * vc-sccs.el (vc-sccs-rollback):
9187         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9188         (vc-version-diff, vc-revert, vc-rollback):
9189         * wdired.el (wdired-check-kill-buffer):
9190         * emacs-lisp/authors.el (authors):
9191         * net/socks.el (socks-open-connection):
9192         * net/zeroconf.el (zeroconf-service-add-hook):
9193         * obsolete/vc-mcvs.el (vc-mcvs-register):
9194         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9195         (gdb-select-frame):
9196         * progmodes/grep.el (lgrep, rgrep):
9197         * progmodes/idlw-help.el (idlwave-help-check-locations)
9198         (idlwave-help-html-link, idlwave-help-assistant-open-link):
9199         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9200         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9201         (reftex-toc-rename-label): Fix typos in error messages.
9203         * dired-aux.el (dired-do-shell-command): Reflow docstring.
9204         (dired-copy-how-to-fn): Doc fix.
9205         (dired-files-attributes, dired-read-shell-command):
9206         Fix typos in docstrings.
9208         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9209         (dired-x-find-file-other-window): Reflow docstrings.
9210         (dired-omit-marker-char, dired-read-shell-command)
9211         (dired-x-submit-report): Fix typos in docstrings.
9213         * shell.el (shell-mode-hook):
9214         * view.el (View-scroll-line-forward):
9215         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9216         Fix typos in docstrings.
9218         * net/dig.el (dig-invoke): Fix typo in docstring.
9219         (query-dig): Reflow docstring.
9221         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9222         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9223         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9224         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9225         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9226         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9227         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9228         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9229         (idlwave-completion-map, idlwave-current-indent)
9230         (idlwave-custom-ampersand-surround, idlwave-customize)
9231         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9232         (idlwave-define-abbrev, idlwave-determine-class-special)
9233         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9234         (idlwave-end-block-reg, idlwave-end-of-statement)
9235         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9236         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9237         (idlwave-explicit-class-listed, idlwave-file-header)
9238         (idlwave-fill-paragraph, idlwave-find-class-definition)
9239         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9240         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9241         (idlwave-in-quote, idlwave-indent-action-table)
9242         (idlwave-indent-expand-table, idlwave-indent-line)
9243         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9244         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9245         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9246         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9247         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9248         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9249         (idlwave-outlawed-buffers, idlwave-popup-select)
9250         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9251         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9252         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9253         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9254         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9255         (idlwave-statement-type, idlwave-struct-skip)
9256         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9257         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9258         (idlwave-what-module-find-class): Fix typos in docstrings.
9259         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9260         (idlwave-calculate-cont-indent, idlwave-expand-equal)
9261         (idlwave-find-module, idlwave-find-structure-definition)
9262         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9263         (idlwave-list-load-path-shadows, idlwave-next-statement)
9264         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9265         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9266         (idlwave-template): Reflow docstrings.
9268         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9269         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9270         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9271         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9272         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9273         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9274         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9275         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9276         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9277         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9278         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9279         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9280         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9281         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9282         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9283         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9284         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9285         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9286         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9287         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9288         Fix typos in docstrings.
9289         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9290         (idlwave-shell-hide-output, idlwave-shell-mode)
9291         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9292         Reflow docstrings.
9294         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9296 2009-09-24  Ivan Kanis  <apple@kanis.eu>
9298         * term.el (term-bold-attribute): New var.
9299         (term-handle-colors-array): Use it.
9301 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
9303         * progmodes/gdb-mi.el (gdb-version): New variable.
9304         (gdb-non-stop-handler): Set gdb-version.
9305         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9306         Condition "--thread" option on gdb-version.
9307         (gdb-invalidate-threads): Remove unused argument.
9309 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9311         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9312         to looking-back to avoid ridiculous slow down in large files (bug#4511).
9314 2009-09-23  Glenn Morris  <rgm@gnu.org>
9316         * mail/rmail.el (rmail-reply): Don't try to add a References header when
9317         replying to mail without References or Message-Id.  (Bug#4525)
9319 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
9321         * term/ns-win.el (ns-reg-to-script): New variable.
9323 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
9325         * epg.el (epg-wait-for-status): Preserve existing 'error results.
9327 2009-09-22  Sam Steingold  <sds@gnu.org>
9329         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9330         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9331         to 1 because hg returns status 1 when nothing is found.
9332         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9334 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9336         * textmodes/fill.el: Convert to utf-8 encoding.
9337         (fill-french-nobreak-p): Remove redundant » and « inherited from our
9338         pre-unicode days.
9340         * add-log.el (change-log-fill-forward-paragraph): New function.
9341         (change-log-mode): Use it so fill-region DTRT.
9342         Set fill-indent-according-to-mode here rather than in
9343         change-log-fill-paragraph.
9344         (change-log-fill-paragraph): Remove.
9346 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9348         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9349         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
9351 2009-09-22  Glenn Morris  <rgm@gnu.org>
9353         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9354         the scroll-bar scroll the calendar window rather than the buffer.
9356         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9357         commands that move point (as opposed to scrolling).
9359         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9361         * emacs-lisp/elint.el (elint): New custom group.
9362         (elint-log-buffer): Make it a defcustom.
9363         (elint-scan-preloaded, elint-ignored-warnings)
9364         (elint-directory-skip-re): New options.
9365         (elint-builtin-variables): Doc fix.
9366         (elint-preloaded-env): New variable.
9367         (elint-unknown-builtin-args): Add an entry for encode-time.
9368         (elint-extra-errors): Make it a variable rather than a constant.
9369         (elint-preloaded-skip-re): New constant.
9370         (elint-directory): Skip files matching elint-directory-skip-re.
9371         (elint-features): New variable, local to linted buffers.
9372         (elint-update-env): Initialize elint-features.  Possibly add
9373         elint-preloaded-env to the buffer's environment.
9374         (elint-get-top-forms): Bind elint-current-pos, for log messages.
9375         Skip quoted forms.
9376         (elint-init-form): New function, extracted from elint-init-env.
9377         Make non-list forms a warning rather than an error.
9378         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
9379         easy-menu-define, put that adds an error-condition, and provide.
9380         When requiring cl, also require cl-macs.  Really require cl, to handle
9381         some cl macros.  Store required libraries in the list elint-features,
9382         so as not to re-load them.  Treat cc-require like require.
9383         (elint-init-env): Call elint-init-form to do the work.
9384         Handle eval-and-compile and such like.
9385         (elint-add-required-env): Do not clear messages.
9386         (elint-special-forms): Add handlers for function, defalias, if, when,
9387         unless, and, or.
9388         (elint-form): Add optional argument to ignore elint-special-forms,
9389         useful to prevent recursive calls from handlers.  Doc fix.
9390         Respect elint-ignored-warnings.
9391         (elint-form): Respect elint-ignored-warnings.
9392         (elint-bound-variable, elint-bound-function): New variables.
9393         (elint-unbound-variable): Respect elint-bound-variable.
9394         (elint-get-args): Respect elint-bound-function.
9395         (elint-check-cond-form): Add some simple handling for (f)boundp and
9396         featurep tests.
9397         (elint-check-defalias-form): New handler.
9398         (elint-check-let-form): Make an empty let a warning rather than an
9399         error.
9400         (elint-check-setq-form): Make an empty setq a warning rather than an
9401         error.  Respect elint-ignored-warnings.
9402         (elint-check-defvar-form): Accept null doc-strings.
9403         (elint-check-conditional-form): New handler.  Does some simple-minded
9404         checking of featurep and (f)boundp tests.
9405         (elint-put-function-args): New function.
9406         (elint-initialize): Use elint-scan-doc-file rather than
9407         elint-find-builtin-variables.  Use elint-put-function-args.
9408         Possibly scan preloaded-file-list.
9409         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9410         extend to handle functions as well.
9412 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
9414         * linum.el (linum-delete-overlays, linum-update-window):
9415         Do not modify the right margin.  (Bug#3971)
9417 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
9419         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9420         nxml-mode instead of xml-mode.
9422 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9424         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9426 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9428         * net/dig.el (dig-mode): Use define-derived-mode.
9430 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9432         * vc-dispatcher.el (vc-do-command): Return the process object in
9433         the asynchronous case.  Use when instead of if.  Do not run
9434         vc-exec-after to display a message if not enabled.  (Bug#4463)
9436         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9437         properties to the stash strings.
9438         (vc-git-stash-list): Return a list of strings.
9439         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9440         (vc-git-stash-show-at-point): New functions.
9441         (vc-git-stash-map): New keymap.
9443         * register.el (ctl-x-r-map): Define the keys here instead of
9444         using autoload.
9446 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9448         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9449         list, to workaround performance problem (bug#4485).
9451 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9453         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9455 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9457         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9458         Document that this option is not recommended to use.
9460 2009-09-19  Glenn Morris  <rgm@gnu.org>
9462         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9463         variable `var'.
9465         * calc/calc-alg.el (var):
9466         * calc/calcalg2.el (var): Define for compiler.
9468 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9470         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9471         Doc fix (Bug#3932).
9473         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9475         * time-stamp.el (time-stamp-month-dd-yyyy)
9476         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9477         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9478         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9479         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9480         Remove functions that have been obsolete since 1995 (Bug#4436).
9482         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9483         indent buffer only if called interactively (Bug#4452).
9485 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
9486             Eli Zaretskii  <eliz@gnu.org>
9488         This fixes bug#4197 (merged to bug#865, though not identical).
9489         * server.el (server-auth-dir): Add docstring note about FAT32.
9490         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9491         but warn against using them.
9493 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
9495         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9496         older GDB where there is no has_more field.
9498 2009-09-19  Glenn Morris  <rgm@gnu.org>
9500         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9502 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
9504         * files.el (auto-mode-alist): Change default for XML files to nXML
9505         mode (Bug#4169).
9507 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
9509         * server.el (server-ensure-safe-dir): Pass 'integer
9510         to `file-attributes', as suggested.
9512 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9514         * dired-aux.el (dired-query-alist): Remove spurious backslash.
9515         (dired-query): Use read-key.
9517 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9519         * cus-start.el (ns-use-qd-smoothing): Remove.
9521 2009-09-18  Glenn Morris  <rgm@gnu.org>
9523         * allout.el (top-level): Remove unnecessary progn.
9525         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9527         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9528         definition of abbrev table.
9530         * speedbar.el (speedbar-track-mouse):
9531         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9532         * net/eudc.el (eudc-expand-inline):
9533         * net/newst-backend.el (newsticker--cache-read-feed):
9534         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9535         condition-case handlers.
9537 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
9539         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9540         (gdb-var-list): Add an element for has_more field.
9541         (gdb-non-stop-handler): Enable pretty printing for STL containers.
9542         (gdb-var-create-handler, gdb-var-list-children-handler-1)
9543         (gdb-var-update-handler-1): Parse output of dynamic variable
9544         objects (STL containers).
9545         (gdb-var-delete-1): Pass var1 as an explicit second argument.
9546         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
9548         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9549         gdb-var-list.
9550         (gud-speedbar-buttons): Make node expandable if expression "has more"
9551         children.
9553 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
9555         * startup.el (emacs-quick-startup): Remove variable and all uses.
9556         (command-line): Set `inhibit-x-resources' instead.
9557         (command-line-1): Use `inhibit-x-resources' instead.
9559 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
9561         * subr.el: Fix last change to avoid using the `unless' macro,
9562         which breaks bootstrapping.
9564 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9567         extended definitions, in case we reload subr.el after having
9568         loaded CL.
9569         (eval-next-after-load): Mark as obsolete.
9571 2009-09-17  Juri Linkov  <juri@jurta.org>
9573         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9574         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9575         (menu-bar-showhide-menu, menu-bar-tools-menu)
9576         (menu-bar-describe-menu, menu-bar-help-menu)
9577         (minibuffer-local-completion-map, minibuffer-local-map):
9578         Fix list quoting.
9580 2009-09-17  Glenn Morris  <rgm@gnu.org>
9582         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9583         arguments, whether or not it has a handler.
9585         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9587         * simple.el (hard-newline): Give it a doc-string.
9589         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9590         (lisp-mode-syntax-table): Give them doc-strings.
9592 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9594         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9595         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9596         (menu-bar-options-menu, menu-bar-showhide-menu)
9597         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9598         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9599         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9600         (menu-bar-options-menu, menu-bar-tools-menu)
9601         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9602         (menu-bar-help-menu):
9603         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9604         string arguments.
9606         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9607         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9608         calls for the menu names and :help.
9610 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9612         * mouse.el (minor-mode-menu-from-indicator): Pay attention
9613         to :minor-mode-function (bug#4455).
9615 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9617         * startup.el (command-line): Initialize the window-system after
9618         processing the command-line.
9620         * textmodes/page.el (what-page): Make sure we don't inf-loop if
9621         page-delimiter matches the empty string.
9623 2009-09-16  Glenn Morris  <rgm@gnu.org>
9625         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9626         byte-compile-not-obsolete-var.  It's a list now.
9627         (byte-compile-not-obsolete-funcs): New variable.
9628         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9629         byte-compile-not-obsolete-funcs.
9630         (byte-compile-variable-ref, byte-compile-defvar): Update for
9631         byte-compile-not-obsolete-vars name-change and list nature.
9632         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9633         and variables behind (f)boundp tests.
9634         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9636 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9638         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9640 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9642         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9643         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9644         Don't autoload.
9646 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9648         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9649         the virtual-buffers, use the name of the buffer specified by
9650         find-file-noselect, as the match may be a symlink.  (This was a
9651         problem if the target and the symlink had different names.)
9653 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9655         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9657         * desktop.el (desktop-path): Check user-emacs-directory.
9659         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9661         * loadup.el: Use after-load-functions to GC after loading each file.
9662         Remove the explicit GC calls that used to be sprinkled around.
9664         * subr.el (after-load-functions): New hook.
9665         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9666         `obsolete' packages, rather than painfully extracting the relevant
9667         directory name.
9669 2009-09-15  Glenn Morris  <rgm@gnu.org>
9671         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9672         free variable `doc'.
9674         * dired.el (dired-mode-map): Add menu entry for async shell command.
9676         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9677         variables, also consider the .elc files, since the .el files are
9678         normally gzipped (subsequent code locates the .el.gz from the .elc).
9680         * calc/calc-prog.el (arglist): Define for compiler.
9682         * calendar/diary-lib.el (diary-display-function): Change the default to
9683         fancy display.
9684         (body): Define for compiler.
9686         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9687         (byte-compile-file-form, byte-compile-lambda)
9688         (byte-compile-top-level-body, byte-compile-form)
9689         (byte-compile-variable-ref, byte-compile-setq)
9690         (byte-compile-setq-default, byte-compile-body)
9691         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9692         (batch-byte-compile): Give some more local variables with common names
9693         a "bytecomp-" prefix to avoid masking warnings about free variables.
9695         * startup.el (command-line-1): Give local variables with common names a
9696         distinguishing prefix, so as not to hide free variable warnings during
9697         bootstrap.
9699         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9700         clever and add a suffix to make a unique name, just let the user decide
9701         whether or not to overwrite it.  If the input is a directory, write the
9702         default filename to that directory.  (Bug#4388)
9703         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9704         is a filename-as-a-directory.
9706 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9708         * textmodes/page.el (what-page): Don't move to beginning of line.
9709         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9711 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9713         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9715 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9717         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9718         * help.el (help-for-help-internal): Add purecopy calls for text.
9720         * vc.el (top): print-log method now takes an optional SHORTLOG
9721         argument.  Add a new method: root.
9722         (vc-root-diff, vc-print-root-log): New functions.
9723         (vc-log-short-style): New variable.
9724         (vc-print-log-internal): Add support for showing short logs.
9726         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9727         vc-print-root-log and vc-print-root-diff.
9729         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9730         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9731         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9732         short logs.
9734         * vc-cvs.el (vc-cvs-print-log):
9735         * vc-mtn.el (vc-mtn-print-log):
9736         * vc-rcs.el (vc-rcs-print-log):
9737         * vc-sccs.el (vc-sccs-print-log):
9738         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9739         that is ignored for now.
9741         * vc-mtn.el (vc-mtn-annotate-command):
9742         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9744 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9746         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9747         to function-key-map, and give them ascii-character property.
9748         * term/x-win.el (x-alternatives-map):
9749         * term/ns-win.el (ns-alternatives-map):
9750         * term/internal.el (msdos-key-remapping-map):
9751         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9753 2009-09-14  Glenn Morris  <rgm@gnu.org>
9755         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9756         temp-buffers (2009-09-12).
9758 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9760         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9761         the new read-key function.
9763 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9765         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9766         is defined (Bug#4405).
9768 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9770         * recentf.el (recentf-cleanup): Use a hash table to find
9771         duplicates (Bug#4407).
9773 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9775         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9776         kp-0 to ascii equivalents (Bug#4325).
9778 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9780         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9782         * eshell/em-hist.el:
9783         * eshell/em-dirs.el (eshell-complete-user-reference):
9784         Declare pcomplete functions and variables to avoid compiler warnings.
9786 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9788         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9789         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9790         * eshell/em-alias.el (eshell-aliases-file):
9791         * eshell/em-hist.el (eshell-history-file-name):
9792         Use expand-file-name instead of concat to make file names (Bug#4308).
9794 2009-09-13  Glenn Morris  <rgm@gnu.org>
9796         * ediff-merg.el (ediff-do-merge):
9797         * filesets.el (filesets-run-cmd):
9798         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9799         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9800         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9801         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9802         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9803         Replace empty `let's with `progn'.
9805 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9807         * mail/sendmail.el (send-mail-function):
9808         * tooltip.el (tooltip-mode):
9809         * simple.el (transient-mark-mode):
9810         * rfn-eshadow.el (file-name-shadow-mode):
9811         * frame.el (blink-cursor-mode):
9812         * font-core.el (global-font-lock-mode):
9813         * files.el (temporary-file-directory)
9814         (small-temporary-file-directory, auto-save-file-name-transforms):
9815         * epa-hook.el (auto-encryption-mode):
9816         * composite.el (global-auto-composition-mode):
9817         Use custom-initialize-delay.
9818         * startup.el (command-line): Don't explicitly call
9819         custom-reevaluate-setting for all the above vars.
9820         * custom.el (custom-initialize-safe-set)
9821         (custom-initialize-safe-default): Delete.
9823 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * term/x-win.el (x-initialize-window-system):
9826         * term/w32-win.el (w32-initialize-window-system):
9827         * term/ns-win.el (ns-initialize-window-system): Don't call
9828         mouse-wheel-mode since it's enabled globally by default already.
9830         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9831         actually define the variable, but only silences the byte-compiler.
9832         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9833         before looking it up.
9834         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9835         is changed.
9837 2009-09-12  Glenn Morris  <rgm@gnu.org>
9839         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9840         1000.
9841         (elint-add-required-env): Don't beep on error.
9842         (elint-forms): In case of error, return ENV unchanged.
9843         (elint-init-env): Skip non-list forms.
9844         (elint-log): Handle unknown file positions.
9846 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9848         * epg.el (epg-make-context): Add autoload cookie.
9849         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9850         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9851         (epg-verify-string, epg-start-sign, epg-sign-file)
9852         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9853         (epg-encrypt-string, epg-start-export-keys)
9854         (epg-export-keys-to-file, epg-export-keys-to-string)
9855         (epg-start-import-keys, epg-import-keys-from-file)
9856         (epg-import-keys-from-string, epg-start-receive-keys)
9857         (epg-receive-keys, epg-import-keys-from-server)
9858         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9859         (epg-sign-keys, epg-start-generate-key)
9860         (epg-generate-key-from-file, epg-generate-key-from-string):
9861         Remove autoload cookie.
9863 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9865         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9866         reevaluation of trash-directory.
9868         * mwheel.el: Fix last change.
9869         (mouse-wheel-mode): New defvar.
9870         (mouse-wheel-mode): Remove autoload cookie.
9872 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9874         * mwheel.el (mwheel-installed-bindings): New var.
9875         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9876         the bindings we set last time.  Use custom-initialize-delay.
9877         * loadup.el: Load mwheel after term/*-win.el.
9878         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9879         and mouse-wheel-up-event now that their first evaluation is done
9880         sufficiently late to be correct.
9882         * startup.el (tutorial-directory): Make it a defcustom.
9883         Use custom-initialize-delay rather than eval-at-startup to set it.
9884         * image.el (image-load-path): Make it a defcustom.
9885         Use custom-initialize-delay rather than eval-at-startup to set it.
9886         * subr.el (eval-at-startup): Remove.
9887         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9889         * subr.el (do-after-load-evaluation): Warn the user after loading an
9890         obsolete package.
9892 2009-09-12  Glenn Morris  <rgm@gnu.org>
9894         * proced.el (proced-mark-alt): Remove alias.
9895         (proced-mode-map): Remove proced-mark-alt.
9897         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9898         Elint file and directory.  Remove initialization entry.
9900         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9901         commands.
9902         (elint-current-buffer): Set mode-line-process.
9903         (elint-init-env): Handle define-derived-mode.
9904         Fix declare-function with unspecified arglist.  Guard against odd
9905         defalias statements (eg iso-insert's 8859-1-map).
9906         (elint-add-required-env): Use a temp buffer.
9907         (elint-form): Just print the function/macro name, not the whole form.
9908         Return env unchanged if we fail to parse a macro.
9909         (elint-forms): Guard against parse errors.
9910         (elint-output): New function, to handle batch mode.
9911         (elint-log-message): Add optional argument.  Use elint-output.
9912         (elint-set-mode-line): New function.
9914 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9916         * emacs-lisp/elp.el (elp-not-profilable): Add more
9917         functions (Bug#4233).
9919 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9921         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9922         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9924 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9926         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9927         (gdb-var-list-children): Use json parsing.
9929 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9931         * progmodes/js.el (js--proper-indentation): Handle the case where
9932         char-before is null.  Reported by Deniz Dogan.
9934 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9936         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9938 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9940         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9941         (epg-digest-algorithm-alist): Add SHA224.
9942         (epg-context-set-passphrase-callback)
9943         (epg-context-set-progress-callback): Add description about
9944         callback function.
9946 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9948         * custom.el (custom-delayed-init-variables): New var.
9949         (custom-initialize-delay): New function.
9950         * startup.el (command-line): "Re"evaluate all vars in
9951         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9952         explicitly any more.
9953         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9954         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9956         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9958 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9960         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9961         (gdb-var-update-handler): Use json parsing.
9963 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9965         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9966         decode annotated text, regardless of language environment.  (Bug#2741)
9968 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9970         * Makefile.in (autoloads): Make rmail.el writable as well.
9972 2009-09-11  Glenn Morris  <rgm@gnu.org>
9974         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9975         loaddefs.el.
9976         * dired.el: Regenerate with extracted autoloads.
9977         * Makefile.in (autoloads): Make dired.el writable.
9979         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9980         * ibuffer.el: Regenerate with extracted autoloads.
9981         * Makefile.in (autoloads): Make ibuffer.el writable.
9983         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
9984         * version.el (emacs-copyright, emacs-major-version)
9985         (emacs-minor-version): Reformat doc-strings for make-docfile.
9987         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
9988         functions and variables, since they must be stuff specific to some other
9989         platform.
9990         (apropos-print): Make mouse-click message less specific about button.
9992         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
9993         that records where a macro was defined.
9994         * help-fns.el (describe-function-1): Mention if a function has a
9995         compiler-macro.
9996         * help-mode.el (help-function-cmacro): New button.
9998         * locate.el (top-level): Always require dired.
9999         (locate-mode-map): Initialize inside the defvar.
10001         * net/ange-ftp.el (dired-compress-file): Declare.
10002         (ange-ftp-dired-compress-file): Add doc string.
10004         * term/ns-win.el (x-display-name, x-setup-function-keys):
10005         Unify doc-strings with X versions.
10007 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10009         * emulation/crisp.el (crisp-mode-map): Move initialization
10010         into declaration.
10011         (crisp-mode): Use define-minor-mode.
10013         * progmodes/xscheme.el (xscheme-evaluation-commands):
10014         Put a :advertised-binding property rather than using
10015         advertised-xscheme-send-previous-expression.
10016         (advertised-xscheme-send-previous-expression): Declare obsolete.
10017         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10018         `advertised-undo'.
10019         (crisp-mode): Add corresponding bindings to
10020         undo's :advertised-binding instead.
10021         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10022         than using dired-advertised-find-file.
10023         (dired-advertised-find-file):
10024         * simple.el (advertised-undo):
10025         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10026         (widget-keymap): Put a :advertised-binding property rather
10027         than using advertised-widget-backward.
10028         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10029         than using advertised-undo.
10030         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10032 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10034         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10035         Mark mode is enabled and region is active; otherwise indent or
10036         insert TAB as usual.
10037         (delphi-mode): Update description of TAB-key binding.
10039 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10041         * subr.el (define-key-rebound-commands): Mark obsolete.
10042         * startup.el (precompute-menubar-bindings): Remove.
10043         (normal-top-level): Remove obsolete code that tried to precompute
10044         menubar bindings.
10045         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10046         define-key-rebound-commands and precompute-menubar-bindings.
10048 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10050         * net/imap.el (imap-interactive-login): Better messages.
10051         (imap-open): Fix bug with renamed buffer on reconnect.
10052         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10053         for easier debugging and cleaner code.  On successful (guessed based on
10054         server capabilities) secondary authentication, set imap-state
10055         correctly.
10056         (imap-last-authenticator): Define imap-last-authenticator as a variable
10057         to avoid warnings.
10059 2009-09-10  Glenn Morris  <rgm@gnu.org>
10061         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10063         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10064         (byte-compile-file-form-autoload): Don't warn about unknown functions
10065         where the autoload statement comes after the use.
10066         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10067         that any handlers inside the body (eg require) are in turn respected.
10069         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10070         effects.
10072         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10073         and syntax and abbrev tables basic docs, if they don't have any.
10075         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10077         * international/mule-cmds.el (top-level): Require cl when compiling.
10078         (view-hello-file): Use default-value rather than
10079         default-enable-multibyte-characters.
10081         * progmodes/fortran.el: Move all safe and risky properties into the
10082         defcustoms.
10084         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10085         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10086         * mail/undigest.el:
10087         Put autoloads in rmail.el rather than loaddefs.el.
10088         * mail/rmail.el: Regenerate with extracted autoloads.
10090         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10091         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10093 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10095         Reported in thread for Bug#4375.
10096         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10097         "-data-evaluate-expression" instead of print.
10098         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10099         (gdb-tooltip-print): Parse output from above MI command.
10100         (gdb): Revert 2009-08-11 change.  User should detach inferior
10101         manually.
10103         Remove the word "separate" from IO functions as inferior
10104         output is now never displayed in the GUD buffer.
10106 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10108         * startup.el (command-line-normalize-file-name): On Windows and
10109         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10111 2009-09-10  Juri Linkov  <juri@jurta.org>
10113         * isearch.el (isearch-text-char-description): Propertize escape
10114         character sequences with the `escape-glyph' face.  (Bug#4344)
10116         * simple.el (shell-command): Set asynchronous process filter to
10117         `comint-output-filter'.  (Bug#4343)
10119         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10120         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10121         the list.  Move "asm" to the bottom.
10122         (grep-find-ignored-directories): Add `choice' with nil value
10123         to empty the list easily.
10124         (grep-find-ignored-files): New option.
10125         (grep-files-history): Set to nil by default instead of '("ch" "el").
10126         (grep-compute-defaults): Add "<X>" to `grep-template'.
10127         (grep-read-files): Bind new local variables `default-alias' and
10128         `default-extension'.  Use a list of default values for the file prompt.
10129         (lgrep): Add `--exclude=' command line options composed from
10130         `grep-find-ignored-files'.
10131         (rgrep): Add `-name' command line options composed from
10132         `grep-find-ignored-files'.  (Bug#4301)
10134 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10136         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10137         (bug#4368).
10139 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10141         * calendar/time-date.el (autoload):
10142         Expand define-obsolete-function-alias into defalias and make-obsolete
10143         for old Emacsen that Gnus supports.
10144         (with-no-warnings): Define it for old Emacsen.
10145         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10146         is available.
10147         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10148         float-time is available; suppress compile warning for time-to-seconds.
10150 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10152         * net/imap.el (imap-message-map): Docstring fix.
10154 2009-09-09  Glenn Morris  <rgm@gnu.org>
10156         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10157         line numbers too.  (Bug#4374)
10159 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10161         * smerge-mode.el (smerge-remove-props, smerge-refine):
10162         Use with-silent-modifications (bug#4342).
10164         * subr.el (with-silent-modifications): New macro.
10166 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
10168         * files.el (top-level): Require `cl' when compiling.
10170 2009-09-07  Glenn Morris  <rgm@gnu.org>
10172         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10174         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10175         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
10177 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
10179         * vc-git.el (vc-git-annotate-command): Use separator to parse
10180         arguments correctly.
10182 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
10184         * proced.el (proced-mode): Doc fix.
10186 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
10188         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10189         lstat fails.
10190         (tramp-do-file-attributes-with-ls): Check for file existence at
10191         remote end.
10192         (tramp-do-file-attributes-with-stat): Likewise.
10193         (tramp-convert-file-attributes): Return nil when attr is nil.
10195 2009-09-05  Glenn Morris  <rgm@gnu.org>
10197         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10198         properties to this button.
10199         (diary-fancy-display): Don't extend the button to the final newline.
10200         (diary-fancy-display-mode): Continue to define "q" as a local key.
10202         * calendar/cal-china.el (holiday-chinese): Make it slightly more
10203         efficient.
10205         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10207         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10208         (byte-compile-dest-file-function): New option.
10209         (byte-compile-dest-file): Doc fix.
10210         Obey byte-compile-dest-file-function.
10211         (byte-compile-cl-file-p): New function.
10212         (byte-compile-eval): Only suppress noruntime warnings about cl functions
10213         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
10214         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10215         than for file being previously loaded.
10216         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10217         (byte-compile-file-form-require): Handle the case where requiring a file
10218         indirectly causes CL to be loaded.
10220 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10222         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10223         before killing the old buffer, since by the time `kill-buffer' is
10224         run so many buffer variables have been set to nil that it may not
10225         behave as expected.  (Bug#4061)
10227 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10229         * files.el (find-alternate-file): If the old buffer is modified
10230         and visiting a file, behave similarly to `kill-buffer' when
10231         killing it, thus reverting to the pre-1.878 behavior; see
10232         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10233         for discussion.  Also, consult `buffer-file-name' as a variable
10234         not as a function, for consistency with the rest of the code.
10236 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
10238         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10239         also when adding a new directory.
10241         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10242         defun.
10244 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10246         * files.el (locate-file-completion-table): Make it provide boundary
10247         information, so partial-completion works better.
10249 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
10251         * mail/footnote.el (Footnote-text-under-cursor):
10252         Check footnote-text-marker-alist before using it (bug#4324).
10254 2009-09-04  Glenn Morris  <rgm@gnu.org>
10256         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10257         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10258         * play/solitaire.el, play/tetris.el:
10259         Remove leading * from defcustom and defface docs.
10261         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10262         necessary.
10263         (diary-fancy-overriding-map): New variable.
10264         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10265         Use view-mode.
10267         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10268         goto-line.
10270 2009-09-03  Glenn Morris  <rgm@gnu.org>
10272         * arc-mode.el (archive-mode):
10273         * dos-fns.el (set-default-process-coding-system):
10274         * man.el (Man-getpage-in-background):
10275         * menu-bar.el (menu-bar-describe-menu):
10276         * server.el (server-process-filter):
10277         * startup.el (command-line):
10278         * tar-mode.el (tar-header-block-tokenize, tar-extract):
10279         * w32-fns.el (set-default-process-coding-system):
10280         * x-dnd.el (x-dnd-handle-file-name):
10281         * international/mule-cmds.el (mule-menu-keymap)
10282         (set-default-coding-systems, language-info-alist, set-language-info)
10283         (set-language-environment, standard-display-european-internal)
10284         (set-locale-environment):
10285         * international/mule-diag.el (mule-diag):
10286         * mail/emacsbug.el (report-emacs-bug):
10287         * mail/rmail.el (rmail-mode):
10288         * mail/sendmail.el (mail-setup):
10289         Use default-value rather than default-enable-multibyte-characters.
10291         * progmodes/f90.el: Move all safe properties into the defcustoms.
10292         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10294         * calendar/appt.el (appt-check):
10295         * calendar/diary-lib.el (diary-set-header, diary-live-p)
10296         (diary-check-diary-file, diary-list-entries)
10297         (diary-include-other-diary-files, diary-simple-display)
10298         (diary-fancy-display, diary-print-entries)
10299         (diary-mark-included-diary-files, diary-make-entry):
10300         Don't call substitute-in-file-name on diary-file.
10302 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
10303             Stefan Monnier  <monnier@iro.umontreal.ca>
10305         * mail/footnote.el (footnote-prefix): Make it a defcustom.
10306         (footnote-mode-map): Move initialization into the declaration.
10307         (footnote-minor-mode-map): Define it rather than changing global-map.
10308         (footnote-mode): Use define-minor-mode.
10310 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
10312         * net/tramp.el (tramp-handle-file-attributes-with-ls)
10313         (tramp-do-file-attributes-with-perl)
10314         (tramp-do-file-attributes-with-stat): Rename from
10315         `tramp-handle-file-attributes-with-*'.
10316         (tramp-handle-file-attributes): Use them.
10317         (tramp-do-directory-files-and-attributes-with-perl)
10318         (tramp-do-directory-files-and-attributes-with-stat): Rename from
10319         `tramp-handle-directory-files-and-attributes-with-*'.
10320         (tramp-handle-directory-files-and-attributes): Use them.
10321         (tramp-method-out-of-band-p): Additional parameter SIZE.
10322         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10323         (tramp-handle-write-region): Use it.
10324         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10325         (tramp-handle-vc-registered): Check, whether the first run did
10326         return files to be tested.
10327         (tramp-advice-make-auto-save-file-name): Do not call directly
10328         `tramp-handle-make-auto-save-file-name', because this would bypass
10329         the locking mechanism.
10331         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10332         (file-remote-p, process-file, start-file-process, set-file-times)
10333         (tramp-compat-file-attributes): Compatibility functions shall not
10334         call directly `tramp-handle-*', because this would bypass the
10335         locking mechanism.
10336         (tramp-compat-number-sequence): New defun.
10338 2009-09-02  Glenn Morris  <rgm@gnu.org>
10340         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10341         alias for float-time.
10342         (time-to-number-of-days): In Emacs, use float-time.
10343         * net/newst-backend.el (time-add): Suppress warnings from compat
10344         function.
10345         * time.el (emacs-uptime, emacs-init-time):
10346         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10347         Use float-time rather than time-to-seconds.
10349         * minibuffer.el (completion-initials-expand): Fix typo.
10351         * faces.el (modeline, modeline-inactive, modeline-highlight)
10352         (modeline-buffer-id):
10353         * info.el (info-menu-5): Mark these face aliases as obsolete.
10355 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10357         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10358         space ...
10359         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10360         no "--thread" option.
10361         (gdb-stopped): Don't print "Switched to thread" message when it is
10362         unchanged.
10364 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10366         * minibuffer.el (completion-try-completion)
10367         (completion-all-completions): Remove ill-defined (and
10368         mistakenly installed and luckily never used nor documented)
10369         `completion-styles' property.
10370         (completion-initials-expand, completion-initials-all-completions)
10371         (completion-initials-try-completion): New functions.
10372         (completion-styles-alist): Add doc to each entry.
10373         Add new `initials' entry.
10375 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10377         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10378         MI command -var-evaluate-expression.
10379         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10380         and tweak for case of string child.
10381         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10383 2009-09-01  Glenn Morris  <rgm@gnu.org>
10385         * add-log.el (change-log-date-face, change-log-name-face)
10386         (change-log-email-face, change-log-file-face, change-log-list-face)
10387         (change-log-conditionals-face, change-log-function-face)
10388         (change-log-acknowledgement-face):
10389         * cus-edit.el (custom-invalid-face, custom-rogue-face)
10390         (custom-modified-face, custom-set-face, custom-changed-face)
10391         (custom-saved-face, custom-button-face, custom-button-pressed-face)
10392         (custom-documentation-face, custom-state-face, custom-comment-face)
10393         (custom-comment-tag-face, custom-variable-tag-face)
10394         (custom-variable-button-face, custom-face-tag-face)
10395         (custom-group-tag-face-1, custom-group-tag-face):
10396         * diff-mode.el (diff-header-face, diff-file-header-face)
10397         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10398         (diff-added-face, diff-changed-face, diff-function-face)
10399         (diff-context-face, diff-nonexistent-face):
10400         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10401         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10402         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10403         (Info-title-4-face):
10404         * isearch.el (isearch-lazy-highlight-face):
10405         * log-view.el (log-view-file-face, log-view-message-face):
10406         * paren.el (show-paren-match-face, show-paren-mismatch-face):
10407         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10408         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10409         (cvs-msg-face):
10410         * smerge-mode.el (smerge-mine-face, smerge-other-face)
10411         (smerge-base-face, smerge-markers-face):
10412         * wid-edit.el (widget-documentation-face, widget-button-face)
10413         (widget-field-face, widget-single-line-field-face)
10414         (widget-inactive-face, widget-button-pressed-face):
10415         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10416         (woman-addition-face):
10417         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10418         (eshell-ls-executable-face, eshell-ls-readonly-face)
10419         (eshell-ls-unreadable-face, eshell-ls-special-face)
10420         (eshell-ls-missing-face, eshell-ls-archive-face)
10421         (eshell-ls-backup-face, eshell-ls-product-face)
10422         (eshell-ls-clutter-face):
10423         * eshell/em-prompt.el (eshell-prompt-face):
10424         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10425         * obsolete/old-whitespace.el (whitespace-highlight-face):
10426         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10427         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10428         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10429         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10430         (antlr-font-lock-literal-face):
10431         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10432         (ebrowse-root-class-face, ebrowse-file-name-face)
10433         (ebrowse-default-face, ebrowse-member-attribute-face)
10434         (ebrowse-member-class-face, ebrowse-progress-face):
10435         * progmodes/make-mode.el (makefile-space-face):
10436         * progmodes/sh-script.el (sh-heredoc-face):
10437         * textmodes/flyspell.el (flyspell-incorrect-face)
10438         (flyspell-duplicate-face):
10439         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10440         * textmodes/texinfo.el (texinfo-heading-face):
10441         Mark face aliases with "-face" suffix as obsolete.
10443         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10444         compiler.
10446         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10447         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10448         easy-menu-define wants to modify these.
10450         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10452         * net/browse-url.el (browse-url-file-url):
10453         * term/internal.el (dos-codepage-setup):
10454         Use default-value rather than default-enable-multibyte-characters.
10456         * progmodes/etags.el (etags-goto-tag-location):
10457         * progmodes/flymake.el (flymake-highlight-line)
10458         (flymake-goto-file-and-line, flymake-goto-line):
10459         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10460         (gdb-goto-breakpoint):
10461         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10462         * progmodes/python.el (python-find-function)
10463         (python-pdbtrack-track-stack-file):
10464         * progmodes/verilog-mode.el (verilog-surelint-off):
10465         * term/ns-win.el (ns-open-file-select-line):
10466         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10467         Use forward-line rather than goto-line.
10469         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10470         * textmodes/reftex-index.el (reftex-display-index):
10471         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10472         * textmodes/reftex-toc.el (reftex-toc):
10473         Remove unnecessary bindings of default-major-mode (all are followed by
10474         major-mode check and possible mode switch).
10476 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10478         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10479         Handle watchpoints (bug#4282).
10480         (def-gdb-thread-buffer-command): Enable thread to be selected by
10481         clicking without selecting threads buffer first.
10482         (gdb-current-context-command): Use selected frame so that "up",
10483         "down" etc work in the GUD buffer.
10484         (gdb-update): Find selected frame before rendering stack buffer.
10485         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10487 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10489         * progmodes/sym-comp.el (displayed-completions): Remove.
10490         (symbol-complete): Use minibuffer-complete.
10492 2009-08-31  Glenn Morris  <rgm@gnu.org>
10494         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10496         * apropos.el (apropos-symbols-internal):
10497         Handle (obsolete) face aliases.
10499         * faces.el (describe-face): Adjust the output format to be more like
10500         describe-variable, and to mention (obsolete) face aliases.
10501         Adjust the whitespace so that help-setup-xref works.
10503         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10504         * calendar/diary-lib.el (diary-button-face):
10505         Mark these face aliases as obsolete.
10507         * calendar/calendar.el (calendar-today): Doc fix.
10509 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10511         * progmodes/gdb-mi.el (gdb-control-all-threads)
10512         (gdb-control-current-thread): Force tool bar update.
10513         (gdb-non-stop-handler): New function.
10514         (gdb-init-1): Use it to test if non-stop mode is supported.
10515         Remove unused gdbmi buffer type.
10517 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10519         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10520         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
10522 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10524         * comint.el (comint-exec-1): Check command is non-null first.
10525         Part of gdb-mi.el change (2009-08-28).
10527 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10529         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10531 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
10533         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10534         instead of `dolist' to avoid a recursive require when bootstrapping.
10536 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10538         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10540         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10542         * net/imap.el (imap-send-command): Simplify.
10543         (imap-wait-for-tag): point-max -> buffer-size.
10545         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10547         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10548         with constant argument.
10550         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10552         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10554         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10555         Change default, since most of our files don't have a history.
10556         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10557         the user.
10559         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10560         Add comint-run.
10562         * calc/calc.el: Improve commenting convention.
10563         (calc-digit-map, toplevel): Simplify.
10565         * comint.el (comint-insert-input): Be careful to only set point if we
10566         don't delegate to some other command.
10568         * proced.el (proced-signal-list): Make it an alist.
10569         (proced-grammar-alist): Capitalize names.
10570         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10571         Disable undo manually and make it read-only.
10572         Use completion-annotate-function.
10574         * minibuffer.el (minibuffer-message): If the current buffer is not
10575         a minibuffer, insert the message in the echo area rather than at the
10576         end of the buffer.
10577         (completion-annotate-function): New variable.
10578         (minibuffer-completion-help): Use it.
10579         (completion--embedded-envvar-table): Environment vars are
10580         always case-sensitive.
10582 2009-08-30  Glenn Morris  <rgm@gnu.org>
10584         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10585         from fortran-current-defun.
10586         (fortran-beginning-of-subprogram): Be more precise about finding the
10587         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
10588         (fortran-end-of-subprogram): Simplify.
10589         (fortran-current-defun): Use fortran-start-prog-re.
10591 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
10593         * subr.el (do-after-load-evaluation): Simplify.
10595 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10597         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10599         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
10600         (vc-rcs-print-log): Use it.
10602         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10604 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10606         * paths.el (abbrev-file-name): Move to abbrev.el.
10607         * abbrev.el (abbrev-file-name): Move from paths.el.
10608         Obey user-emacs-directory.
10609         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10610         user-emacs-directory.
10611         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10612         abbrev-file-name and calc-settings-file any more.
10613         * startup.el (command-line): Recompute abbrev-file-name and
10614         abbreviated-home-dir.
10615         (normal-no-mouse-startup-screen): Improve the generic code and get rid
10616         of the special code for when C-h bindings haven't been changed.
10617         (display-startup-echo-area-message): Use with-current-buffer.
10618         (command-line-1): Use a list of strings, rather than a list of lists
10619         of strings for longopts.
10621         * files.el (get-free-disk-space): Use / for default-directory.
10623         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10624         Use with-current-buffer.
10626         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10627         Recognize immutable variables like most-positive-fixnum.
10628         (byte-compile-setq-default): Check and warn if trying to assign
10629         to an immutable variable, or a non-variable.
10631         * progmodes/cc-vars.el (c-comment-continuation-stars):
10632         * progmodes/cc-engine.el (c-looking-at-bos):
10633         * progmodes/cc-cmds.el (c-toggle-auto-state)
10634         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10635         (c-comment-line-break-function): Add version of obsolescence.
10637 2009-08-28  Juri Linkov  <juri@jurta.org>
10639         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10640         associated with `archive-mode'.
10642         * image.el (image-type-header-regexps): Use only JPEG magic number
10643         to determine JPEG images, and don't use `image-jpeg-p' because
10644         Emacs can display non-JFIF non-Exif JPEG images.
10646 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10648         * arc-mode.el (archive-mode):
10649         * emacs-lisp/re-builder.el (re-builder-unload-function):
10650         Protect against the default value of `major-mode' being nil.
10652 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10654         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10655         Fix typos in docstrings.
10657         * progmodes/js.el (js--macro-decl-re): Doc fix.
10658         (js--plain-method-re, js--split-name): Refloc docstring.
10659         (js--class-styles, js--make-merged-item, js--splice-into-items):
10660         Fix typos in docstrings; reflow docstrings.
10661         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10662         (js--variable-decl-matcher, js--inside-pitem-p)
10663         (js--parse-state-at-point, js--get-all-known-symbols)
10664         (js--symbol-history, js-find-symbol, js--js-references)
10665         (js--moz-interactor, js--js-encode-value, js--read-tab):
10666         Fix typos in docstrings.
10668 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10670         * textmodes/reftex.el (reftex-get-file-buffer-force):
10671         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10672         * emulation/viper.el (viper-go-away, viper-set-hooks):
10673         * emacs-lisp/re-builder.el (re-builder-unload-function):
10674         * emacs-lisp/bytecomp.el (byte-compile-file):
10675         * ses.el (ses-unload-function):
10676         * hexl.el (hexl-find-file):
10677         * files.el (normal-mode):
10678         * ehelp.el (with-electric-help):
10679         * autoinsert.el (auto-insert-alist):
10680         * arc-mode.el (archive-mode):
10681         Use (default-value 'major-mode) instead of default-major-mode.
10683         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10684         * international/mule.el (load-with-code-conversion):
10685         * emacs-lisp/debug.el (debug):
10686         * ediff-vers.el (ediff-rcs-get-output-buffer):
10687         * dired.el (dired-internal-noselect): Don't let-bind
10688         default-major-mode around code that doesn't use it.
10689         E.g. buffer creation via get-buffer-create doesn't use it.
10691 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10693         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10694         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10695         when writing the temp file.  Otherwise, epa-file gets confused.
10696         (tramp-register-file-name-handlers): Make it a defun.  Move also
10697         `epa-file-handler' to the front of `file-name-handler-alist'.
10699 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10701         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10702         start right after a ^M.
10703         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10704         (tramp-completion-file-name-regexp-separate)
10705         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10706         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10707         Don't modify last-coding-system-used by accident.
10708         (tramp-completion-file-name-handler): Apply the checks here,
10709         instead during registration.
10710         (tramp-register-file-name-handlers): Renamed from
10711         `tramp-register-file-name-handler'.  Register both
10712         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10713         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10715 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10717         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10718         Remove variable ...
10719         (gdb-init-1, gdb-display-separate-io-buffer)
10720         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10721         references to it.
10722         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10723         (gdb-inferior-filter): Use comint-output-filter to stop
10724         echoing and remove ^M characters.
10726 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10728         * emulation/viper-init.el (viper-restore-cursor-type):
10729         * emulation/cua-base.el (cua--update-indications):
10730         Replace default-cursor-type with (default-value 'cursor-type).
10732         * mail/sendmail.el (mail-recover-1):
10733         * international/mule-diag.el (describe-current-coding-system-briefly)
10734         (describe-current-coding-system):
10735         * international/mule-cmds.el (select-safe-coding-system)
10736         (select-message-coding-system)
10737         (set-language-environment-coding-systems, set-locale-environment):
10738         * hexl.el (hexl-insert-multibyte-char):
10739         * dos-w32.el (find-buffer-file-type-coding-system):
10740         * simple.el (what-cursor-position):
10741         Replace uses of default-buffer-file-coding-system
10742         with (default-value 'buffer-file-coding-system).
10744         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10745         Replace uses of default-cursor-in-non-selected-windows
10746         with (default-value 'cursor-in-non-selected-windows).
10747         Use with-current-buffer.
10749         * mail/feedmail.el: Use CL macros.
10750         (feedmail-run-the-queue, feedmail-send-it-immediately):
10751         * dos-w32.el (find-buffer-file-type): Replace uses of
10752         default-buffer-file-type with (default-value 'buffer-file-type).
10754 2009-08-28  Glenn Morris  <rgm@gnu.org>
10756         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10757         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10758         Use default-value of major-mode rather than default-major-mode.
10760 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10762         * Makefile.in (update-elcfiles): Report left over elc files.
10764         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10765         expand-file-name and with-current-buffer.
10766         (mail-get-names, mail-directory): Use with-current-buffer.
10768         * vc.el (vc-read-revision): New function.
10769         (vc-version-diff, vc-merge): Use it.
10771 2009-08-27  Sam Steingold  <sds@gnu.org>
10773         * simple.el (kill-do-not-save-duplicates): New user option.
10774         (kill-new): When it is non-nil, and the new string is the same as
10775         the latest kill, set replace to t to avoid duplicates in kill-ring.
10777 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10779         * net/tramp.el (tramp-handle-process-file): Do not flush all
10780         caches when `process-file-side-effects' is set.
10781         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10782         instead of `tramp-find-file-exists-command'.
10783         Unset `process-file-side-effects'.
10785 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10787         * net/tramp.el (tramp-methods): New method "rsyncc".
10788         (top): Add completion function for "rsyncc".
10789         (tramp-message-show-message): New defvar.
10790         (tramp-message, tramp-error): Use it.
10791         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10792         remote copying.
10793         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10794         `tramp-methods' entry `copy-env' of "rsyncc".
10795         (tramp-vc-registered-read-file-names): New defconst.
10796         (tramp-vc-registered-file-names): New defvar.
10797         (tramp-handle-vc-registered): Implement optimization strategy.
10798         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10799         (tramp-vc-file-name-handler): New defun.
10800         (tramp-get-ls-command, tramp-get-test-command)
10801         (tramp-get-file-exists-command, tramp-get-remote-ln)
10802         (tramp-get-remote-perl, tramp-get-remote-stat)
10803         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10805         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10806         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10807         timestamps.
10808         (tramp-get-file-property): Check for timestamps in
10809         `tramp-cache-inhibit-cache'.
10810         (tramp-set-file-property): Write timestamp.
10812 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10814         * language/japan-util.el (japanese-symbol-table): Add entries for
10815         cp932-2-byte.
10817         * international/characters.el: Add category `j' to cp932-2-byte.
10819 2009-08-27  Kenichi Handa  <handa@m17n.org>
10821         * international/fontset.el (build-default-fontset-data): New macro.
10822         (setup-default-fontset): Use build-default-fontset-data for CJK,
10823         tibetan, ethiopic, and ipa.
10825 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10827         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10828         (enable-multibyte-characters): Not customizable any more.
10830         * subr.el (default-mode-line-format, default-header-line-format)
10831         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10832         (default-direction-reversed, default-truncate-lines)
10833         (default-left-margin, default-tab-width, default-case-fold-search)
10834         (default-left-margin-width, default-right-margin-width)
10835         (default-left-fringe-width, default-right-fringe-width)
10836         (default-fringes-outside-margins, default-scroll-bar-width)
10837         (default-vertical-scroll-bar, default-indicate-empty-lines)
10838         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10839         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10840         (default-scroll-down-aggressively, default-fill-column)
10841         (default-cursor-type, default-buffer-file-type)
10842         (default-cursor-in-non-selected-windows)
10843         (default-buffer-file-coding-system, default-major-mode)
10844         (default-enable-multibyte-characters): Mark as obsolete.
10846 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10848         * vc-dir.el (vc-dir-update): Remove debug helper.
10850         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10852 2009-08-26  Sam Steingold  <sds@gnu.org>
10854         * simple.el (save-interprogram-paste-before-kill): New user option.
10855         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10856         save the interprogram-paste into kill-ring before overriding it
10857         with the Emacs kill.
10859 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10861         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10862         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10863         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10864         and move to vc-rcs.el.
10865         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10866         move to vc-rcs.el.
10867         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10868         (vc-rcs-update-changelog): Remove.
10869         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10870         and move to vc-rcs.el.
10872         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10873         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10874         renaming.
10875         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10876         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10877         vc.el, renamed to be RCS specific.
10879         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10880         New functions.
10881         (vc-cvs-update-changelog): Move here from vc.el.
10883         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10884         New functions.
10886 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10888         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10890 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10892         * vc-git.el (vc-git-register): Use "git add" for directories.
10893         (vc-git-stash, vc-git-stash-show): New functions.
10894         (vc-git-extra-menu-map): Bind them.
10896         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10897         directory correctly in case the item is a directory itself.
10899         * vc.el: Document the desired behavior for reverted files in the
10900         `added' state.
10901         (vc-default-prettify-state-info): Remove function, unused.
10903         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10905 2009-08-26  Glenn Morris  <rgm@gnu.org>
10907         * bindings.el (standard-mode-line-format): Reposition dashes in
10908         which-func entry.  (Bug#4217)
10910         * files.el (enable-local-variables, enable-local-eval)
10911         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10912         the defcustoms.
10913         (auto-mode-alist, ignored-local-variables)
10914         (save-some-buffers-action-alist): Move risky declarations to the
10915         definitions.
10916         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10917         (font-lock-defaults, format-alist, imenu--index-alist)
10918         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10919         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10920         (mode-line-modified, mode-line-mule-info, mode-line-position)
10921         (mode-line-process, mode-line-remote, outline-level)
10922         (parse-time-rules, rmail-output-file-alist)
10923         (special-display-buffer-names, vc-mode):
10924         Move risky declarations to the relevant files.
10925         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10926         (mode-line-modified, mode-line-process, mode-line-position)
10927         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10928         * font-core.el (font-lock-defaults):
10929         * format.el (format-alist):
10930         * vc-hooks.el (vc-mode):
10931         * window.el (special-display-buffer-names):
10932         * international/mule-cmds.el (input-method-alist):
10933         Define riskiness here (dumped file) rather than in files.el.
10934         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10935         * imenu.el (imenu-generic-expression, imenu--index-alist):
10936         * outline.el (outline-level):
10937         * time.el (display-time-string):
10938         * calendar/parse-time.el (parse-time-rules):
10939         * mail/rmailout.el (rmail-output-file-alist):
10940         Autoload riskiness here, rather than placing in files.el.
10942 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10944         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10946 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10948         * simple.el (process-file-side-effects): New defvar.
10950         * dired-aux.el (dired-show-file-type):
10951         * vc.el (vc-diff-internal):
10952         * vc-arch.el (vc-arch-diff):
10953         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10954         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10955         * vc-git.el (vc-git-registered, vc-git-working-revision)
10956         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10957         (vc-git--empty-db-p):
10958         * vc-hooks.el (vc-user-login-name):
10959         * vc-svn.el (vc-svn-registered, vc-svn-state)
10960         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10961         * progmodes/grep.el (grep-probe): Let-bind
10962         `process-file-side-effects' with nil.
10964         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10966         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10967         daemon.  Replace ping by checking for running service for bluez
10968         and zeroconf.  (Bug#4239)
10970 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10972         * net/dig.el (dig): Add autoload cookie.
10974 2009-08-25  Glenn Morris  <rgm@gnu.org>
10976         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10977         load-history for absolute file-names.
10978         (byte-compile-file-form-require): Warn about use of the cl package.
10980         * format.el (format-alist): Doc fix.
10982         * play/bubbles.el (top-level): Don't require cl at run-time.
10984         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
10985         run-time cl).
10987 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
10989         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
10990         from cl package.
10991         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
10993 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
10995         * calc/calc-alg.el (math-trig-rewrite)
10996         (math-hyperbolic-trig-rewrite): New functions.
10997         (calc-simplify): Simplify trig functions when asked.
10999 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11001         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11003 2009-08-24  Kenichi Handa  <handa@m17n.org>
11005         * language/ind-util.el (mapthread): Delete it.
11006         (combinatorial): New function.
11007         (indian--puthash-cv): Use combinatorial instead of mapthread.
11009 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11011         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11012         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11013         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11014         Clarify docstring that the value is strings not symbols.
11015         (checkdoc-list-of-strings-p): New function.
11017 2009-08-22  Glenn Morris  <rgm@gnu.org>
11019         * files.el (auto-mode-alist):
11020         * hippie-exp.el (he-concat-directory-file-name):
11021         * lpr.el (lpr-windows-system, printer-name):
11022         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11023         * ps-print.el (ps-windows-system):
11024         * startup.el (command-line):
11025         * emulation/viper-ex.el (viper-glob-function):
11026         * international/mule-cmds.el (set-language-environment-coding-systems):
11027         * net/ange-ftp.el (ange-ftp-write-region):
11028         * obsolete/fast-lock.el (fast-lock-cache-name):
11029         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11030         unisoft-unix, vax-vms, win32, w32.
11032         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11033         given name if the pattern is not more specific.
11035         * calendar/lunar.el (lunar-phase-names): New option.
11036         (lunar-phase): Doc fix.
11037         (lunar-cycles-per-year): New constant.
11038         (lunar-index): New function.
11039         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11040         (lunar-phase-name): Use lunar-phase-names.
11041         (calendar-lunar-phases): Use format.
11042         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11044         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11045         Copy imenu-example--name-and-position function here for own use.
11046         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11048         * bs.el (bs--redisplay):
11049         * cus-edit.el (custom-redraw):
11050         * ibuffer.el (ibuffer-bury-buffer):
11051         * server.el (server-goto-line-column):
11052         * startup.el (command-line-1):
11053         * strokes.el (strokes-xpm-for-stroke):
11054         * term.el (term-display-buffer-line):
11055         * view.el (View-goto-line):
11056         * calc/calc.el (calc-do, calc-trail-buffer):
11057         * play/gamegrid.el (gamegrid-add-score-insecure):
11058         * progmodes/ada-mode.el (ada-compile-goto-error):
11059         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11060         (ebrowse-select-1st-to-9nth):
11061         * progmodes/cperl-mode.el (cperl-time-fontification):
11062         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11063         * progmodes/gud.el (gud-display-line):
11064         (idlwave-shell-display-line):
11065         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11066         * progmodes/make-mode.el (makefile-browser-toggle):
11067         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11068         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11069         * textmodes/picture.el (picture-draw-rectangle):
11070         * textmodes/reftex-index.el (reftex-index-goto-letter):
11071         (reftex-select-jump-to-previous):
11072         * textmodes/reftex-sel.el (reftex-find-start-point)
11073         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11074         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11075         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11076         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11077         * textmodes/two-column.el (2C-associated-buffer):
11078         Use forward-line rather than goto-line.
11080         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11081         goto-line.
11083         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11084         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11085         (quick-check-list-to-regexp): Declare.
11087         * progmodes/make-mode.el (makefile-browser-insert-selection):
11088         Use goto-char rather than goto-line.
11090         * progmodes/prolog.el (compilation-error-regexp-alist)
11091         (compilation-forget-errors): Declare.
11093 2009-08-22  Juri Linkov  <juri@jurta.org>
11095         * progmodes/grep.el (lgrep, rgrep): At the beginning
11096         set `dir' to `default-directory' unless `dir' is a non-nil
11097         readable directory.  (Bug#4052)
11098         (lgrep, rgrep): Change a weird way to report an error
11099         from using `read-string' to using `error'.
11100         Instead of using interactive arguments in the function body,
11101         add new argument `confirm'.
11103 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11105         * textmodes/remember.el (remember-buffer):
11106         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11107         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11108         (icalendar-extract-ical-from-buffer):
11109         * net/newst-treeview.el (newsticker-groups-filename):
11110         * net/newst-backend.el (newsticker-cache-filename):
11111         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11112         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11113         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11114         (speedbar-buffers-line-path, speedbar-path-line)
11115         (speedbar-buffers-line-path):
11116         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11117         (epg-sign-keys):
11118         * epa.el (epa-display-verify-result):
11119         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11121 2009-08-21  Glenn Morris  <rgm@gnu.org>
11123         * progmodes/js.el (inferior-moz-process): Fix declaration.
11125         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11127         * obsolete/rnewspost.el (news-mail-reply):
11128         Use goto-char rather than goto-line.
11130         * term/ns-win.el (ns-open-file-select-line):
11131         Use line-beginning-position rather than goto-line.
11133         * apropos.el (apropos-command):
11134         * ehelp.el (electric-helpify):
11135         * printing.el (pr-show-setup):
11136         * strokes.el (strokes-help):
11137         * tutorial.el (tutorial--describe-nonstandard-key)
11138         (tutorial--detailed-help):
11139         * woman.el (woman-mini-help, woman-display-extended-fonts):
11140         * calc/calc-help.el (calc-describe-key):
11141         * emulation/edt.el (edt-electric-helpify):
11142         * international/mule-diag.el (mule-diag):
11143         * play/yow.el (apropos-zippy):
11144         * progmodes/python.el (python-describe-symbol):
11145         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11146         * textmodes/table.el (*table--cell-describe-mode)
11147         (*table--cell-describe-bindings):
11148         Use help-print-return-message rather than the now obsolete alias.
11150         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11151         (calendar-cursor-to-visible-date):
11152         * play/5x5.el (5x5-position-cursor):
11153         * play/decipher.el (decipher):
11154         * play/gomoku.el (gomoku-goto-xy):
11155         * play/landmark.el (lm-goto-xy):
11156         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11157         (mpuz-paint-digit):
11158         Use forward-line, not goto-line.
11160         * mail/rmail.el (rmail-obsolete): Delete custom group.
11161         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11162         (rmail-remote-password, rmail-remote-password-required):
11163         Remove unneeded :set-after and :set properties.
11165 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
11167         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11169 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
11171         * loadup.el: Remove leftover macos code.
11173         * vc-git.el (vc-git-annotate-command): Run asynchronously.
11174         Explicitly pass the date format to git blame so that user local
11175         so that the output format can be parsed.
11177 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
11179         * net/dbus.el (top): Don't check for (getenv
11180         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
11182 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
11184         * log-edit.el (log-edit-strip-single-file-name): New var.
11185         (log-edit-insert-changelog): Use it.  Bug#3571
11187 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11189         * subr.el (read-passwd): Use read-key so keypad keys work as well.
11190         Bug#3287
11192         * help.el (help-print-return-message): Rename from
11193         print-help-return-message.
11195         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11196         cvs-mode-map parent hack.
11197         (log-view-mode): Derive from special-mode.
11199         * linum.el (linum-mode): window-size-change-functions is redundant.
11200         Adapt to new window-configuration-change-hook behavior.
11201         (linum-after-size, linum-after-config): Remove.
11203         * imenu.el (imenu-example--name-and-position)
11204         (imenu-example--lisp-extract-index-name)
11205         (imenu-example--create-lisp-index, imenu-example--create-c-index):
11206         Mark as obsolete.
11208         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11209         (inferior-prolog-mode): Use it.
11210         (inferior-prolog-load-file): Reset list of errors.
11212 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11214         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11216         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11218 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
11220         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11221         is running already.
11223 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11225         * subr.el (listify-key-sequence-1): Use normal syntax since those
11226         integers are nowadays always represented by the same (positive) number
11227         on all platforms.
11228         (read-key-empty-map): New const.
11229         (read-key-delay): New var.
11230         (read-key): New function.
11231         (force-mode-line-update): Use with-current-buffer.
11232         (locate-user-emacs-file): Don't forget to abbreviate the file name.
11233         (start-process-shell-command, start-file-process-shell-command):
11234         Discourage the use of command-args.
11236 2009-08-19  Glenn Morris  <rgm@gnu.org>
11238         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11240 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11242         * simple.el (choose-completion-string): Don't rely on
11243         minibuffer-completing-file-name and ad-hoc checks to decide whether
11244         to continue completion or not.
11246         * minibuffer.el (minibuffer-hide-completions): New function.
11247         (completion--do-completion): Use it.
11248         (completions-annotations): New face.
11249         (completion--insert-strings): Use it.
11250         (completion-pcm--delim-wild-regex): Add docstring.
11251         (completion-pcm--string->pattern): Add support for 0-width delimiters
11252         in completion-pcm--delim-wild-regex.
11254 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11256         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11257         Remove unused var `buffer-modified-p'.
11259         * minibuffer.el (completion--do-completion): Move point for the #b001
11260         case as well (bug#4176).
11261         (minibuffer-complete, minibuffer-complete-word): Don't move point.
11263 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11265         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11266         and :session buses.
11268 2009-08-18  Kenichi Handa  <handa@m17n.org>
11270         * international/ucs-normalize.el (ucs-normalize-version):
11271         Change to 1.1.
11272         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11273         (utf-8-hfs): Make it perform normalization on encoding too.
11275         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
11276         (sentence-end-without-space): Delete duplicated chars.
11277         (sentence-end-base): Likewise.
11279         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
11280         (html-mode): Delete duplicated chars from sentence-end-base.
11282         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11283         (texinfo-mode): Delete duplicated chars from sentence-end-base.
11285 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
11287         * files.el (hack-one-local-variable): If the mode function is for
11288         a minor mode, pass it an argument (Bug#4148).
11290 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
11292         * net/tramp.el (tramp-register-completion-file-name-handler):
11293         Check also for (member 'partial-completion completion-styles).
11295 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11297         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11298         abbrev (Bug#3943).
11300 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
11302         * progmodes/cperl-mode.el: Merge upstream 6.2.
11303         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11304         (cperl-forward-re): Check cperl-brace-recursing.
11305         (cperl-highlight-charclass): New function.
11306         (cperl-find-pods-heres): Use it.
11307         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11308         (cperl-beautify-regexp-piece): Fix column calculation.
11309         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11310         (cperl-beautify-level): Don't process entire regexp.
11311         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11312         calling man.
11313         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11314         (cperl-init-faces): Build a list in the normal way.
11316 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11318         * calendar/parse-time.el (parse-time-string-chars): Save match
11319         data.
11321 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11323         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11324         (sql-product): Use it.
11325         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11326         (sql-set-product): Add completion.
11327         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11328         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11329         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11330         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11331         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11332         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11333         (sql-highlight-db2-keywords): Remove.
11334         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11335         (sql-highlight-product): Use derived-mode-p.
11336         (sql-set-sqli-buffer): Use with-current-buffer.
11337         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11338         Simplify.
11340         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11342         * term.el: Fix commenting convention, turn comments into docstrings.
11344 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11346         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11348 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11350         * calendar/parse-time.el (parse-time-string-chars): Compute using
11351         character classes, to handle non-ascii characters (Bug#3190).
11353 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11355         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11356         another heredoc if the user adds another < (Bug#3226).
11358         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11359         Don't initialize based on window-system (Bug#4124).
11361         * facemenu.el (facemenu-read-color): Use a completion function
11362         that accepts any defined color, such as RGB triplets (Bug#3677).
11364         * files.el (get-free-disk-space): Change fallback default
11365         directory to /.  Expand DIR argument before switching to fallback.
11366         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11368 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11370         * files.el (load-library): Doc fix.
11372 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11374         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11375         (viper-if-string): Redefine C-s in the minibuffer to insert the last
11376         incremental search string.
11378         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11379         XEmacs.
11381         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11382         (ediff-merge-region-is-non-clash)
11383         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11384         Also check if the job is really a merge job.
11386         * ediff.el (ediff-current-file): New function.
11388 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11390         * progmodes/js.el: Edit docstrings throughout to follow Emacs
11391         conventions.
11392         (js-insert-and-indent): Delete function.
11393         (js-mode-map): Don't bind keys to js-insert-and-indent.
11394         (js-beginning-of-defun): Rename from js--beginning-of-defun.
11395         (js-end-of-defun): Rename from js--end-of-defun.
11396         (js-auto-indent-flag): Delete variable.
11398 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
11400         * progmodes/js.el: Remove proclaim statement.
11401         Defvar which-func-imenu-joiner-function to silence compiler.
11403         * files.el (auto-mode-alist): Use js-mode for .js files.
11405         * progmodes/js2-mode.el: Remove file.
11407         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11409         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11411         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11413 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
11414             Karl Landstrom  <karl.landstrom@brgeight.se>
11416         * progmodes/js.el: New file.
11418 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
11420         * timezone.el (timezone-parse-date): Add ability to understand ISO
11421         basic format (minimal separators) dates in addition to the
11422         already-supported extended format dates.
11424 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11426         * international/ucs-normalize.el: Add a `coding' file variable.
11428         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11430 2009-08-14  Sam Steingold  <sds@gnu.org>
11432         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11434 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11436         * faces.el (help-argument-name): Define it here instead of
11437         help-fns.el, because in daemon mode help-fns.el may be loaded when
11438         faces are still uninitialized (Bug#1078).
11440         * help-fns.el (help-argument-name): Move defface to faces.el.
11442 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11444         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11445         create buffer with a pty but no process so that GDB can make the
11446         inferior the controlling process.
11448 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11450         * international/ucs-normalize.el: New file.
11452 2009-08-13  Richard Stallman  <rms@gnu.org>
11454         * mail/rmail.el (rmail-get-attr-names):
11455         Accept an attribute header that is too short.
11457         * mail/rmail.el (rmail-forget-messages):
11458         Ignore nil elt in rmail-message-vector.  Use dotimes.
11460         * progmodes/compile.el (compilation-goto-locus):
11461         Use next-error-move-function.
11463         * simple.el (next-error-move-function): New variable.
11465 2009-08-12  Juri Linkov  <juri@jurta.org>
11467         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11468         always non-nil.  (Bug#4052)
11470         * replace.el (read-regexp): Return empty string when
11471         `default-value' is nil.
11472         (keep-lines-read-args): Don't use empty string as the
11473         default value for `read-regexp'.  (Bug#2495)
11475 2009-08-12  Juri Linkov  <juri@jurta.org>
11477         * international/mule-cmds.el (ucs-insert): Change arguments
11478         from `arg' to `character', `count', `inherit' to be the same
11479         as in `insert-char'.  Doc fix.  (Bug#4039)
11481         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11483 2009-08-12  Juri Linkov  <juri@jurta.org>
11485         * files-x.el: New file.
11487         * files.el: Move code that deals with adding/deleting
11488         file/directory-local variables to files-x.el.
11490         * Makefile.in (ELCFILES): Add files-x.elc.
11492 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
11494         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11495         to use `goto-line'.
11496         (gdb-place-breakpoints, gdb-get-location): Rewritten without
11497         `goto-line'.
11498         (gdb-invalidate-disassembly): Do not refresh upon receiving
11499         'update signal.  Instead, update all disassembly buffers only after
11500         threads list.
11501         (gdb): Send -target-detach when buffer is killed (Bug#3794).
11502         (gdb-starting): Moved -data-list-register-names...
11503         (gdb-stopped): ...here so it's sent when first thread stops.
11504         (gdb-registers-handler-custom): Do nothing if register names are
11505         unknown yet.
11507         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11508         from `gdb-mi.el' to avoid extra tangling.
11510         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11511         change which breaks `gud-def' definitions used in `gdb'.
11512         (gdb-update-gud-running): No extra fuss for updating frame number.
11514 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11516         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11517         (describe-language-environment-map, setup-language-environment-map)
11518         (set-coding-system-map): Move initialization into declaration.
11519         (set-language-info-alist): Last arg to define-key-after can be skipped.
11521         * international/quail.el (quail-completion-1): Simplify.
11522         (quail-define-rules): Use slightly more compact code.
11523         (quail-insert-decode-map): Propertize keys, compact columns.
11525         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11526         Add goto-line.
11528 2009-08-10  Miles Bader  <miles@gnu.org>
11530         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11531         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11532         (js2-instance-member, js2-private-member, js2-private-function-call)
11533         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11534         (js2-magic-paren, js2-external-variable):
11535         Remove "-face" suffix from face names.
11536         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11537         (js2-highlight-undeclared-vars, js2-peek-token)
11538         (js2-parse-function-params, js2-mode-show-errors)
11539         (js2-mode-show-warnings, js2-make-magic-delimiter)
11540         (js2-mode-highlight-magic-parens): Update to use new face names.
11542 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
11544         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11545         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
11547 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
11549         * subr.el: Provide hashtable-print-readable.
11551         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11552         hs-c-like-adjust-block-beginning.
11553         (hs-hide-block-at-point): Stop hiding at the beginning of
11554         hs-block-end-regexp (Bug#700).
11556 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
11558         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11559         a macro.
11560         (gdb-registers-handler-custom): Do not fail when register names
11561         are unavailable.
11563 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11565         * progmodes/gdb-mi.el (gdb-control-all-threads)
11566         (gdb-control-current-thread): Interactive setters for
11567         `gdb-gud-control-all-threads' to use in menu.
11568         (gdb-show-run-p): Show «Go» when process is not active.
11569         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
11570         gud/thread.xpm and gud/all.xpm.
11572 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
11574         * net/net-utils.el (net-utils-font-lock-keywords): New var.
11575         (nslookup-font-lock-keywords): Make it a variable.
11576         (net-utils-mode): New mode for viewing diagnostic network output.
11577         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11578         (net-utils-run-simple): New function.
11579         (ifconfig, iwconfig, netstat, arp, route): Use it.
11581 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11583         * progmodes/gdb-mi.el (gdb-read-memory-custom)
11584         (gdb-memory-set-address, def-gdb-set-positive-number)
11585         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11586         after changing settings.
11587         (gdb-invalidate-disassembly): Update when first shown.
11588         (gdb-edit-locals-value): Fixed.
11589         (gdb-registers-handler-custom): Print registers in right order and
11590         allow changing register values (only for current thread yet).
11591         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11592         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11593         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11594         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
11595         info in mode name.
11596         (gdb-registers-mode-map): TAB to switch to locals.
11598 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
11600         * mail/rmail.el (rmail-add-mbox-headers)
11601         (rmail-set-message-counters-counter): Search for
11602         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
11604 2009-08-08  Glenn Morris  <rgm@gnu.org>
11606         * Makefile.in (ELCFILES): Update.
11608 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11610         * mail/sendmail.el (mail-yank-original): Set
11611         buffer-file-coding-system from the one used by the message whose
11612         text is yanked.
11614         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11615         to "windows" when "pgnuplot" is used.
11616         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
11617         call accept-process-output if "pgnuplot" is used.
11618         (calc-graph-init): Don't send -display and -geometry to
11619         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
11620         running "pgnuplot -V" with shell-command-to-string.
11622         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11623         the default.
11625 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11627         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11628         org/org-latex.elc.
11630 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11632         * vc-dispatcher.el (vc-resynch-window): Update comment.
11634         * term.el (term-handle-ansi-escape): Add comments with the
11635         terminfo capabilities implemented.
11637 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11639         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11640         (gdb-var-create-handler): Rewritten using JSON parser.
11641         (gdb-propertize-header): Moved earlier.
11642         (gdb-set-header): Removed to avoid duplication.
11643         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11644         Refresh disassembly buffers only after threads list have been
11645         update.
11646         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11647         variables.
11649 2009-08-04  Juri Linkov  <juri@jurta.org>
11651         * files.el: Commands to add/delete file/directory-local variables.
11652         (read-file-local-variable, read-file-local-variable-value)
11653         (read-file-local-variable-mode, modify-file-local-variable)
11654         (modify-file-local-variable-prop-line)
11655         (modify-dir-local-variable): New functions.
11656         (add-file-local-variable, delete-file-local-variable)
11657         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11658         (add-dir-local-variable, delete-dir-local-variable)
11659         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11660         (copy-dir-locals-to-file-locals-prop-line): New commands.
11662 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11664         * abbrev.el (insert-abbrev-table-description): Prettify output.
11665         Suggested by Karl Chen.
11667 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11669         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11670         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11671         (gdb-overlay-arrow-position, gdb-thread-position)
11672         (gdb-disassembly-position): Declare variables.
11673         (gdb-wait-for-pending): Function now.
11674         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11675         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11676         compilation goes smoothly.
11677         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11678         (gdb-non-stop-setting): New customization setting which replaces
11679         `gdb-non-stop' so changing it doesn't break active GDB session.
11680         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11681         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11682         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11683         (gdb-show-threads-by-default): New customization options.
11684         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11685         routines.
11686         (gdb-get-buffer-create): Send buffers update signal when they are
11687         created.
11688         (gdb-invalidate-locals, gdb-invalidate-registers)
11689         (gdb-invalidate-breakpoints)
11690         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11691         (gdb-invalidate-memory): Accept update signal.
11692         (gdb-current-context-command): Use --frame option.
11693         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11694         Implement `gdb-frame-number' selection logic.
11695         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11696         whether to show GUD toolbar buttons.
11697         (gdb-thread-exited): Unselect current thread when it exits.
11698         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11699         (gdb-mark-line): Routine which sets overlay arrow or inverses
11700         video on fringeless displays.
11701         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11702         to build aligned columns of data in GDB buffers and set text
11703         properties line-by-line.
11704         (gdb-invalidate-breakpoints)
11705         (gdb-breakpoints-list-handler-custom)
11706         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11707         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11708         (gdb-registers-handler-custom): Align data columns.
11709         (gdb-locals-handler-custom): Now prints data like in variable
11710         declarations.
11711         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11712         Removed confusing buttons.
11713         (gdb-invalidate-threads): Append --frame.
11714         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11715         between breakpoints/threads buffers.
11716         (gdb-set-window-buffer): Now can ignore dedicated windows.
11717         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11718         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11719         (def-gdb-thread-buffer-gud-command): Replaces
11720         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11721         for fine thread control.
11722         (gdb-preempt-existing-or-display-buffer): New function used to
11723         display bound buffers without breaking window layout.
11724         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11725         (gdb-select-frame): New version of `gdb-frames-select' which now
11726         sets `gdb-frame-number' so commands may use --frame option instead
11727         of inner debugger state.
11728         (gdb-frame-handler): Do not set `gdb-frame-number'.
11729         (gdb-threads-mode-map): Select threads with mouse.
11731         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11732         avoid compilation warning.
11733         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11734         `gdb-show-stop-p`.
11736         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11737         Argument `key' renamed to `buffer-type'.
11738         (gdb-current-context-buffer-name): Do not add thread info to
11739         buffer name when no thread is selected.
11740         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11741         command (bug 3794).
11742         (gdb-thread-selected): Handle `=thread-selected' notification.
11743         (gdb-wait-for-pending): New macro to deal with congestion problems.
11744         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11745         breakpoints.
11746         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11747         This fixes problem similar to one described in bug 3947.
11748         (gud-menu-map): More menu items.
11749         (gdb-init-1): Reset `gdb-thread-number' to nil.
11751         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11752         non-stop settings.
11754         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11755         (gdb-current-context-command): Do not append --thread if
11756         `gdb-thread-number' is nil.
11757         (gdb-running-threads-count, gdb-stopped-threads-count): New
11758         variables.
11759         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11760         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11761         customization options.
11762         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11763         GUD commands.
11764         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11765         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11766         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11767         set `gdb-thread-number' and update `gud-running' properly.
11768         (gdb-running): Update threads list when new threads appear.
11769         (gdb-stopped): Support non-stop operation and new thread switching
11770         logic.
11771         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11772         (gdb-json-partial-output): New set of JSON routines.
11773         (def-gdb-auto-update-trigger): New `signal-list' optional
11774         argument.
11775         (gdb-thread-list-handler-custom): Update `gud-running',
11776         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11777         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11778         (gdb-continue-thread, gdb-step-thread): New commands for fine
11779         thread execution control.
11780         (gud-menu-map): New menu items to switch non-stop options.
11781         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11782         (gdb-send): Mimic RET properly (bug 3794).
11784         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11785         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11786         gdb-buffer-rules.
11787         (def-gdb-auto-update-handler): New nopreserve optional argument.
11788         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11790         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11791         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11792         (gdb-parent-mode): New mode to derive other GDB modes from.
11793         (gdb-display-disassembly-for-thread)
11794         (gdb-frame-disassembly-for-thread): New commands for threads
11795         buffer.
11797         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11798         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11799         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11800         (gdb-update): We now store all GDB buffers in a list so that they
11801         can be updated by traversing a list instead of calling invalidate
11802         triggers explicitly.
11803         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11804         pair for GDB buffer.
11805         (gdb-stack-buffer-name): Add thread information.
11806         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11807         handle pending triggers.
11808         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11809         (def-gdb-thread-buffer-simple-command)
11810         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11811         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11812         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11813         New commands which show buffers bound to thread.
11814         (gdb-stack-list-locals-regexp): Removed unused regexp.
11816         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11817         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11818         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11819         to (gud-comint-buffer) in *-buffer-name functions
11820         because (gdb-get-target-string) already does that.
11821         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11822         (gdb-changed-registers-handler): Rewritten without regexps.
11824         * progmodes/gdb-mi.el: Basic thread selection support.
11825         (gdb-thread-number): New variable.
11826         (gdb-current-context-command): New macro which adds --thread
11827         option to command.
11828         (gdb-threads-mode-map): Select thread with SPC.
11829         (gdb-thread-list-handler-custom): Mark current thread with overlay
11830         arrow.  Synchronize GDB thread and Emacs thread.
11831         (gdb-select-thread): New command which selects current thread.
11832         (gdb-invalidate-frames, gdb-invalidate-locals)
11833         (gdb-invalidate-registers): Use --thread option.
11835 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11837         * net/tramp.el (top): Make check for tramp-gvfs loading more
11838         robust.  (Bug#3977)
11839         (tramp-handle-insert-file-contents): `unwind-protect' must be
11840         inside `with-parsed-tramp-file-name'.
11842         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11843         fails.
11845 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11847         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11848         directory if CLASSPATH is not set.
11850 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11852         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11853         New defconst.
11854         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11856 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11858         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11859         Update freshmeat link.  Delete newsforge.com as it seems gone.
11861 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11863         * select.el (x-set-selection): Doc fix (Bug#4021).
11865         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11867         * help-fns.el (describe-variable): Treat list return values from
11868         dir-locals-find-file properly (Bug#4005).
11870 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11872         * net/tramp.el (tramp-debug-message): Print also microseconds.
11874 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11876         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11877         or END is non-nil.
11878         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11879         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11880         format.
11882         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11883         (tramp-get-file-property): Use it.
11885         * autorevert.el (auto-revert-handler): Allow
11886         `auto-revert-tail-mode' for remote files.
11888 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11890         * minibuffer.el (read-file-name): Treat confirm options to
11891         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11893 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11895         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11896         (font-lock-variable-name-face, font-lock-constant-face): Darken
11897         the colors for light backgrounds.
11899 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11901         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11902         month names.  (Bug#3987)
11904 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11906         * simple.el (line-move-finish): Pass whole number to
11907         line-move-to-column.
11908         (line-move-visual): Perform hscroll to the recorded position.
11910 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11912         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11914 2009-07-29  Alan Mackenzie  <acm@muc.de>
11916         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11918 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11920         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11921         (gdb-place-breakpoints): Use full path when setting breakpoints.
11923 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11925         * calc/calc.el (calc-mode-map): Add keybinding for
11926         `calc-transpose-lines'.
11928 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11930         * calc/calc-misc.el (calc-transpose-lines): New function.
11932 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11934         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11935         Simplify check for out-of-band methods.
11936         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11937         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11939 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11941         * vc-git.el (vc-git-checkin): Fix typo.
11943 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11945         * progmodes/js2-mode.el: New file.
11947 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11949         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11950         (gud-menu-map): Adjust tooltip accordingly.
11952 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11954         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11955         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11957         * add-log.el (change-log-mode-map): Add a menu.
11959 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11961         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11962         function returns nil.
11963         (dbus-handle-event): Handle special return value :ignore.
11964         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11966 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11968         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11969         it's not needed.
11971 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11973         Fix Bug#3888:
11975         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11977         * term/pc-win.el (x-display-name, x-colors)
11978         (x-select-enable-clipboard, x-select-text): Doc fix.
11980         * term/common-win.el (x-display-name, x-colors): Doc fix.
11982         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11983         (xw-defined-colors): Doc fix.
11985         * w32-fns.el (x-select-text, x-setup-function-keys)
11986         (x-get-selection, x-set-selection): Doc fix.
11988         * term/x-win.el (x-select-text, x-setup-function-keys)
11989         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
11991         * select.el (x-set-selection): Doc fix.
11993 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
11995         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
11996         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
11997         "IsNSSSupportAvailable" method is not available.  Reported by
11998         Steve Youngs <steve@sxemacs.org>.
12000 2009-07-24  Kenichi Handa  <handa@m17n.org>
12002         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12003         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12004         (build-unicode-category-table): Fix range checks.
12006 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12008         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12009         the buffer we try to sync is current when calling
12010         vc-resynch-buffer.
12012         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12013         not show up to date files.
12015 2009-07-24  Glenn Morris  <rgm@gnu.org>
12017         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12018         Add autoload cookies.  If necessary, initialize.
12019         (elint-log): Handle non-file buffers.
12020         (elint-initialize): Add optional argument to reinitialize.
12021         (elint-find-builtin-variables): Save excursion.
12023 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12025         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12026         for Lint.
12028 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12030         * vc.el (vc-print-log-internal): New function, split out from ...
12031         (vc-print-log): ... here.
12032         (vc-dir-move-to-goal-column): Declare.
12034         * vc-git.el (vc-git-add-signoff): New variable.
12035         (vc-git-checkin): Use it.
12036         (vc-git-toggle-signoff): New function.
12037         (vc-git-extra-menu-map): Bind it to menu.
12038         (vc-git--run-command-string): Accept a nil FILE argument.
12039         (vc-git-stash-list): New function.
12040         (vc-git-dir-extra-headers): Use it.
12042 2009-07-23  Glenn Morris  <rgm@gnu.org>
12044         * help-fns.el (describe-variable): Describe ignored and risky local
12045         variables in a similar way to that in which we describe safe ones.
12047         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12048         (byte-compile-output-file-form, byte-compile-output-docform)
12049         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12050         Give some more local variables with common names a "bytecomp-" prefix,
12051         so as not to shadow things during compilation.
12052         * emacs-lisp/cl-macs.el (load-time-value)
12053         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12054         `outbuffer' to `bytecomp-outbuffer'.
12056         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12057         since the next two variables cover them automatically now.
12058         (elint-builtin-variables, elint-autoloaded-variables): New.
12059         (elint-unknown-builtin-args): Remove all members, since they can be
12060         parsed automatically now.
12061         (elint-extra-errors): New.
12062         (elint-env-add-env, elint-env-add-macro): Use cadr.
12063         (elint-current-buffer): Use or.  Change final message.
12064         (elint-get-top-forms): Use line-end-position.
12065         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12066         and defalias.
12067         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12068         (regexp-assoc): Remove unused function.
12069         (elint-top-form): Set elint-current-pos, to record the start of the
12070         top-level form, for compilation-mode.
12071         (elint-form): Trap errors in macro expansion.  Use dolist.
12072         (elint-unbound-variable): Use elint-builtin-variables and
12073         elint-autoloaded-variables.
12074         (elint-get-args): Use cadr, or.
12075         (elint-check-cond-form): Use dolist, cadr.
12076         (elint-check-condition-case-form): Doc fix.  Use cadr.
12077         Use elint-extra-errors.
12078         (elint-log): New function.
12079         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12080         Distinguish errors and warnings.
12081         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12082         Use a bytecomp-style format.
12083         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12084         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12085         Don't truncate lines.
12086         (elint-initialize): Set builtin and autoloaded variable lists.
12087         Only process elint-unknown-builtin-args if non-nil.
12088         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12089         New functions.
12090         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12092 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12094         * net/newst-backend.el (newsticker--parse-atom-1.0)
12095         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12096         (newsticker--parse-rss-1.0):
12097         * progmodes/idlwave.el (idlwave-mode):
12098         * progmodes/idlw-shell.el (idlwave-shell-mode):
12099         * progmodes/vera-mode.el (vera-mode):
12100         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12101         * progmodes/vhdl-mode.el (vhdl-mode):
12102         * textmodes/table.el (table-generate-source)
12103         (table--warn-incompatibility):
12104         Hyperlink urls in docstrings with URL `...'.
12106 2009-07-22  Glenn Morris  <rgm@gnu.org>
12108         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12109         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12110         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12111         Remove leading * from defcustom docs.
12113         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12115         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12116         defcustom doc.
12117         (list-load-path-shadows): Optionally, just return shadows as a string.
12119         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12121 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12123         * mail/rmailedit.el (rmail-edit-mode): Use
12124         auto-save-include-big-deletions.
12126         * mail/rmail.el (rmail-variables): Use
12127         auto-save-include-big-deletions.
12129         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12130         changes.
12132 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
12134         * calc/calc.el (calc-undo-length): New variable.
12135         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12137 2009-07-21  Richard Stallman  <rms@gnu.org>
12139         * files.el (auto-save-mode): Handle buffer-save-size = -2
12140         for toggling mode.
12142 2009-07-21  Glenn Morris  <rgm@gnu.org>
12144         * textmodes/ispell.el (ispell-looking-back): Update declaration.
12146         * calendar/todo-mode.el (calendar-current-date): Update declaration.
12148         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12149         silence compiler.  Instead...
12150         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12151         (ps-print-ensure-fontified): Update for above function name changes.
12153         * printing.el (pr-mh-get-msg-num, pr-mh-show)
12154         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12155         silence compiler.  Instead...
12156         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12157         (mh-show-buffer): Only define for compiler.
12158         (pr-mh-current-message): Update for above function name changes.
12160         * files.el (abort-if-file-too-large): Explicitly pass `filename'
12161         as an argument.
12162         (find-file-noselect, insert-file-1): Update for above change.
12164         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12166         * mail/mailclient.el (mailclient-send-it): Fix message.
12168         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12169         (edebug-eval): Check cl-debug-env is bound.
12170         (print-level, print-circle): Don't redefine built-in variables.
12172         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12173         (custom-print-vectors): Remove old comments from doc.
12175         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12176         (emerge-version): Make the variable an obsolete alias for the
12177         emacs-version variable.  Make the function obsolete.
12178         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12179         Emerge options, rather than merging in into the main Options menu.
12180         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
12181         and auto advance modes.  Disable edit/fast items when not relevant.
12183 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
12185         * term/vt420.el (terminal-init-vt420): Fix typo.
12187 2009-07-20  Sam Steingold  <sds@gnu.org>
12189         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12190         variable (removed from compile.el on 2004-03-11).
12192 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
12194         * files.el (hack-local-variables-filter): Fix last change.
12196 2009-07-19  Juri Linkov  <juri@jurta.org>
12198         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12199         (dir-local-variables-alist): New buffer-local variable.
12200         (hack-local-variables-filter): If variable is not dir-local,
12201         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12202         because file-local overrides dir-local.
12203         (c-postprocess-file-styles) <declare-function>:
12204         Remove obsolete declaration.
12205         (hack-dir-local-variables): Add dir-local variable/value pair to
12206         `dir-local-variables-alist' and remove duplicates.  Doc fix.
12208         * help-fns.el (describe-variable): Add information about
12209         file-local and dir-local variables.
12211 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
12213         * files.el (hack-local-variables-filter): Rewrite.
12215 2009-07-19  Glenn Morris  <rgm@gnu.org>
12217         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12218         Silence compiler by only defining on XEmacs.
12220         * international/mule.el (auto-coding-regexp-alist): Only match
12221         BABYL... at the start of buffer, not of lines.  (Bug#3790)
12223         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12224         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
12225         (cal-menu-context-mouse-menu): Doc fix.
12227         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12229         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
12231 2009-07-18  Juri Linkov  <juri@jurta.org>
12233         * info.el: Virtual Info keyword finder.
12234         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12235         (Info-finder-file): New variable.
12236         (Info-finder-find-file): New function.
12237         (finder-known-keywords, finder-package-info)
12238         (find-library-name, lm-commentary): Use defvar and
12239         declare-function to silence compiler warnings.
12240         (Info-finder-find-node): New function.
12241         (info-finder): New command.
12243         * subr.el (process-kill-buffer-query-function): New function.
12244         (add-hook)<kill-buffer-query-functions>: Add hook
12245         `process-kill-buffer-query-function'.
12247 2009-07-18  Alan Mackenzie  <acm@muc.de>
12249         * progmodes/cc-mode.el (c-before-hack-hook)
12250         (c-postprocess-file-styles): Give invocation of `c-set-style'
12251         DONT-OVERRIDE parameter of t.  Already set style variables will
12252         thus not be overridden by style settings given by `c-file-syle'.
12254         * files.el (hack-local-variables-filter): Remove entries with
12255         duplicate keys from `file-local-variables-alist'.
12257 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12259         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12260         x-set-selection if display-selections-p returns nil for the
12261         current frame.
12263 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12265         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12267 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12269         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12270         Accept nil in addition to a regexp.
12271         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12272         Accept nil in addition to a regexp.
12273         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12274         buffers that have an associated file.  Handle nil values of
12275         desktop-buffers-not-to-save and desktop-files-not-to-save.
12276         (Bug#3833)
12278         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12279         (x-disown-selection-internal): New functions.
12281 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
12283         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12284         warning.
12285         (gdb-breakpoints-header): Move forward to avoid compiler warning.
12286         (gdb-make-header-line-mouse-map): Remove duplicate definition.
12288 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
12290         * simple.el (set-mark): Revert last change.
12292 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
12294         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12295         rendering of pngs is not possible instead of messaging a long
12296         description.
12298 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
12300         * w32-fns.el (x-selection-owner-p): New function.
12302         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12303         (mouse-yank-at-click, mouse-yank-primary): If
12304         select-active-regions is non-nil, deactivate the mark before
12305         insertion.
12307         * simple.el (deactivate-mark, set-mark): Only save selection if we
12308         own it.
12310 2009-07-17  Kenichi Handa  <handa@m17n.org>
12312         * case-table.el (describe-buffer-case-table): Fix for the case
12313         that KEY is a cons.
12315 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
12317         * vc-rcs.el (vc-rcs-find-file-hook):
12318         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12320 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
12322         * net/tramp.el (tramp-wait-for-output): Handle the case when
12323         commands do not return a newline but a null byte before the shell
12324         prompt.  (Bug#3858)
12326 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12328         * term/ns-win.el (ns-set-alpha): Don't declare.
12329         (ns-set-background-alpha): Remove function.
12331 2009-07-16  Kevin Ryde  <user42@zip.com.au>
12333         * emacs-lisp/copyright.el (copyright-update): Save match-data across
12334         y-or-n-p, for safety.
12336 2009-07-16  Richard Stallman  <rms@gnu.org>
12338         * files.el (auto-save-mode): If buffer-saved-size is -2,
12339         don't clobber it.
12341         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12342         (rmail-retry-ignored-headers): Add more uninteresting fields.
12344 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12346         * net/rcirc.el (rcirc): Use history variables.
12347         (rcirc-server-name-history, rcirc-nick-name-history)
12348         (rcirc-server-port-history): New variables.
12350 2009-07-15  Kenichi Handa  <handa@m17n.org>
12352         * international/mule-cmds.el (set-language-environment-charset):
12353         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12354         ignore them.
12356         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12357         Delete unibyte-display.
12359 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12361         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12363 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12365         * simple.el (deactivate-mark): Optional argument FORCE.
12366         (set-mark): Use deactivate-mark.
12368         * info.el (Info-search): No need to check transient-mark-mode
12369         before calling deactivate-mark.
12371         * select.el (x-set-selection): Doc fix.
12372         (x-valid-simple-selection-p): Allow buffer values.
12373         (xselect--selection-bounds): Handle buffer values.  Suggested by
12374         David De La Harpe Golden.
12376         * mouse.el (mouse-set-region, mouse-drag-track): Call
12377         copy-region-as-kill before setting the mark, to let
12378         select-active-regions work.
12380 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
12382         * simple.el (deactivate-mark): If select-active-regions is
12383         non-nil, copy the selection data into a string.
12384         (activate-mark): If select-active-regions is non-nil, set the
12385         selection to the current buffer.
12386         (set-mark): Update selection if select-active-regions is non-nil.
12388         * select.el (x-valid-simple-selection-p): Allow buffer values.
12390 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12392         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12393         and more featureful message-mode.
12395 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
12397         * select.el (x-set-selection): Doc fix.
12398         (x-valid-simple-selection-p): Disallow selection data consisting
12399         of a list or cons of integers, since that is not used.
12400         (xselect--selection-bounds, xselect--int-to-cons): New functions.
12401         (xselect-convert-to-string, xselect-convert-to-length)
12402         (xselect-convert-to-filename, xselect-convert-to-charpos)
12403         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12405 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
12407         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12408         output in -break-info command (Emacs bug #3794).
12410 2009-07-14  Glenn Morris  <rgm@gnu.org>
12412         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12413         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12414         (edebug-print-length, edebug-print-level, edebug-print-circle)
12415         (edebug-sit-for-seconds, edebug-view-outside)
12416         (edebug-bounce-point, edebug-set-global-break-condition)
12417         (edebug-Go-nonstop-mode, edebug-trace-mode)
12418         (edebug-Trace-fast-mode, edebug-continue-mode)
12419         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12420         (edebug-visit-eval-list): Doc fixes.
12422         * subr.el (def-edebug-spec): Doc fix.
12424 2009-07-14  Kenichi Handa  <handa@m17n.org>
12426         * international/characters.el: Fix setting of category ?C.
12428 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12430         * term/ns-win.el (x-select-font): defalias x-select-font to
12431         ns-popup-font-panel instead of generate-fontset-menu.
12433 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12435         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12437 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12439         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12440         the PK\003\004 header (Bug#3770).
12442 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12444         * pcomplete.el (pcomplete-comint-setup): Check for
12445         shell-dynamic-complete-filename too.
12447 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12449         * simple.el (temporary-goal-column): Change the value for
12450         line-move-visual to a cons cell.
12451         (line-move-visual): Record or set the window hscroll, if
12452         necessary (Bug#3494).
12453         (line-move-1): Handle cons value of temporary-goal-column.
12455 2009-07-11  Kenichi Handa  <handa@m17n.org>
12457         * international/mule-diag.el (describe-character-set): Don't show
12458         width.
12460 2009-07-10  Sam Steingold  <sds@gnu.org>
12462         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12463         Omake sometimes indents the errors it prints, so allow all
12464         regexps to start with spaces.
12466 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12468         * cus-edit.el (customize-changed-options-previous-release):
12469         Bump value to 22.1.  (Bug#3804)
12471 2009-07-08  Sam Steingold  <sds@gnu.org>
12473         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12474         to be a cons cell (test . ignored-directory) to selectively ignore
12475         some directories depending on the location of the search.
12477 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12479         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12480         remote user is root, on the local host.
12481         (tramp-local-host-p): Either the local user or the remote user
12482         must be root.  (Bug#3771)
12484 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12486         * progmodes/gdb-mi.el (gdb): Remove description of
12487         gdb-use-separate-io-buffer.
12488         (menu): Don't allow toggling of or enable
12489         gdb-use-separate-io-buffer from menubar.
12491 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12493         * mail/unrmail.el (unrmail): Make sure the message ends with two
12494         newlines (Bug#3769).
12496 2009-07-08  Glenn Morris  <rgm@gnu.org>
12498         * calendar/calendar.el (calendar-current-date): Rework previous change.
12500 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
12502         * calendar/calendar.el (calendar-current-date):
12503         Add an optional argument giving an offset from today.
12505 2009-07-08  Glenn Morris  <rgm@gnu.org>
12507         * tutorial.el (tutorial--describe-nonstandard-key):
12508         Adjust the message for when a key has been unbound.
12509         (help-with-tutorial): Hide the arch-tag.
12511 2009-07-08  Kenichi Handa  <handa@m17n.org>
12513         * international/fontset.el (setup-default-fontset): For each
12514         script, append (not set) font-specs.
12516         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12517         docstring.
12519 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12521         * progmodes/gdb-mi.el (gdb-init-1): Move sending
12522         -data-list-register-names to ...
12523         (gdb-starting): ... here because GDB 7.0 requires execution to
12524         have started when using this MI command.
12525         (gdb-set-header): New function to distinguish select and
12526         unselected tabs in gdb buffers.
12527         (gdb-propertize-header): New macro that uses gdb-set-header.
12528         (gdb-breakpoints-header, gdb-locals-header): Use it.
12529         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12531 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
12533         * Makefile.in (ELCFILES): Remove fadr.elc.
12535 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
12537         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12538         may contain frame information, so `string-match' should be used.
12539         (gdb-update): Disassembly is invalidated through
12540         `gdb-get-selected-frame'.
12541         (gdb-pad-string): New function to pad string with spaces.
12542         (gdb-invalidate-disassembly): Invalidate only if the buffer
12543         exists.
12544         (gdb-disassembly-handler-custom): Column alignment.
12545         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12546         placing new ones.
12547         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12548         end of line, too.
12549         (gdb-frame-handler): Match convention to for disassembly buffer
12550         mode name.
12551         (gdb-stack-list-frames-handler): Rewritten without regexps.
12552         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12553         not highlight breakpoints without line information.
12554         (gdb-input): Add trailing newline to command.
12556         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12557         buffer properly.
12558         (gdb-breakpoints-list-handler-custom): Replacement for
12559         `gdb-break-list-handler'.  Using real parser instead of regexps
12560         now.
12561         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12562         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12563         to place breakpoints.
12564         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12565         functions.
12566         (gdb-disassembly-handler-custom): Show overlay arrow.
12567         (gdb-disassembly-place-breakpoints): Show breakpoints in
12568         disassembly buffer.
12569         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12570         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12571         instead of parsing breakpoints buffer.  Fixed old menu references
12572         in `gud-menu-map'.
12574         * fadr.el: Remove.
12576         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12577         (gdb-memory-address): New variable which holds top address of
12578         memory page shown in memory buffer.
12579         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
12580         customization variables.
12581         New functions:
12582         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12583         display the memory buffer.
12584         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12585         buffer display parameters.
12586         (def-gdb-memory-format, gdb-memory-format-binary)
12587         (gdb-memory-format-octal, gdb-memory-format-unsigned)
12588         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12589         Functions for setting memory buffer format.
12590         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12591         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12592         unit size used in memory buffer.
12593         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
12594         to next/previous page of memory buffer.
12595         Now using (bindat-get-field) instead of fadr functions.
12597 2009-07-07  Sam Steingold  <sds@gnu.org>
12599         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12600         non-top-level files.
12602 2009-07-07  Kenichi Handa  <handa@m17n.org>
12604         * international/mule-cmds.el (reset-language-environment): Put
12605         the highset priority to the charset iso-8859-1.
12607 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12609         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12610         to the end of the line when locating the block (Bug#700).
12612 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
12614         * net/tramp.el (tramp-handle-write-region): Flush file properties
12615         in case of short track.
12617 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
12619         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12620         Coded custom representation of verilog error regular expressions
12621         to work with Emacs-22's new format.
12622         (verilog-error-regexp-xemacs-alist): Coded custom representation
12623         of verilog error regular expressions to work with XEmacs format.
12624         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12625         error recognition into XEmacs.
12626         (verilog-error-regexp-add-emacs): Hook routine to install verilog
12627         error recognition into Emacs-22.
12629 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12631         * woman.el: Remove stand-alone closing parentheses.
12632         (woman-file-name, woman2-format-paragraphs)
12633         (woman-leave-blank-lines): Code cleanup.
12634         (woman-use-own-frame): Change default to nil.
12635         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12636         defaults to inherit from default faces.
12637         (woman2-process-escapes): Consume the newline after a stand-alone
12638         filler character (Bug#3651).
12640 2009-07-06  Glenn Morris  <rgm@gnu.org>
12642         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12643         (top-level): Move provide to the end.
12644         (ffap): Remove defunct URL from custom group.
12646         * subr.el (eval-after-load): Doc fix.
12648 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12650         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12651         `calc-embedded-word' is called twice.
12653 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12655         * files.el (find-alternate-file-other-window, find-alternate-file):
12656         Obey confirm-nonexistent-file-or-buffer.
12658 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12660         * dired-aux.el (dired-show-file-type): Handle remote files.
12662 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12664         * desktop.el (desktop-globals-to-save):
12665         Add file-name-history (Bug#2750).
12667 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12669         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12671 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12673         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12674         property on entire argument since this is what eshell-lisp-command
12675         expects.
12677 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12679         * net/tramp-gvfs.el (tramp-gvfs-methods)
12680         (tramp-gvfs-zeroconf-domain)
12681         (tramp-bluez-discover-devices-timeout): Add version flag.
12682         (tramp-gvfs-handler-mounted-unmounted)
12683         (tramp-gvfs-connection-mounted-p): Polish handling of
12684         incompatibilities between GVFS 0.2 and 1.0.
12686 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12688         * cus-start.el (all): Add make-pointer-invisible.
12690 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12692         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12693         formatted correctly.
12695 2009-07-02  Juri Linkov  <juri@jurta.org>
12697         * info.el: Virtual Info files and nodes.
12698         (Info-virtual-files, Info-virtual-nodes): New variables.
12699         (Info-current-node-virtual): New variable.
12700         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12701         New functions.
12702         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12703         to check for a virtual file instead of checking a fixed list
12704         of node names.
12705         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12706         instead of ad-hoc processing of "dir" and (apropos history toc).
12707         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12708         instead of ad-hoc processing of "dir" and (apropos history toc).
12709         Reread a file when moving from a virtual node.
12710         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12711         (Info-directory-toc-nodes, Info-directory-find-file)
12712         (Info-directory-find-node): New functions.
12713         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12714         (Info-history): Move part of code to
12715         `Info-history-find-node'.
12716         (Info-history-toc-nodes, Info-history-find-file)
12717         (Info-history-find-node): New functions.
12718         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12719         (Info-toc): Move part of code to `Info-toc-find-node'.
12720         (Info-toc-find-node): New function.
12721         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12722         the current Info file name to references because now the node
12723         "*TOC*" belongs to the same Info manual.
12724         (Info-toc-build): Rename from `Info-build-toc'.
12725         (Info-toc-nodes): Rename input argument `file' to `filename'.
12726         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12727         instead of ad-hoc processing of ("dir" apropos history toc).
12728         (Info-index-nodes): Use Info-virtual-file-p
12729         to check for a virtual file instead of checking a fixed list
12730         of node names.
12731         (Info-index-node): Add check for `Info-current-node-virtual'.
12732         Raise `save-match-data' higher up the tree to contain
12733         `search-forward' too (bug fix).
12734         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12735         (Info-virtual-index-nodes): New variable.
12736         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12737         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12738         (Info-apropos-file, Info-apropos-nodes): New variables.
12739         (Info-apropos-toc-nodes, Info-apropos-find-file)
12740         (Info-apropos-find-node, Info-apropos-matches): New functions.
12741         (info-apropos): Move part of code to `Info-apropos-find-node' and
12742         `Info-apropos-matches'.
12743         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12744         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12745         for a virtual file instead of checking a fixed list of node names.
12747         * simple.el (async-shell-command): New command.
12749         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12751         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12752         instead of `mount-info'.
12754 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12756         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12757         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12759 2009-07-02  Kenichi Handa  <handa@m17n.org>
12761         * international/mule.el (set-keyboard-coding-system): Force *-unix
12762         coding-system to avoid eol conversion.
12764 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12766         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12767         Add handler for `process-file', `shell-command' and
12768         `start-file-process'.
12769         (tramp-gvfs-handle-shell-command)
12770         (tramp-gvfs-handle-start-file-process)
12771         (tramp-gvfs-handle-process-file): New defuns.
12772         (tramp-synce-list-devices): Simplify check for existence of property.
12774 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12776         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12778 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12780         * language/korean.el (set-language-info-alist): Add korean-cp949,
12781         cp949 to spec.
12783 2009-07-01  Kenichi Handa  <handa@m17n.org>
12785         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12787         * international/encoded-kb.el: Deleted.
12789         * international/mule.el (set-keyboard-coding-system): Perform the
12790         necessary setup here instead of calling encoded-kbd-setup-display.
12792 2009-07-01  Glenn Morris  <rgm@gnu.org>
12794         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12796 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12798         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12800 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12802         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12803         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12804         (tramp-default-file-modes): Remove execute permissions.
12806         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12807         (top): Add a default for "synce" in `tramp-default-user-alist'.
12808         Add completion function for "synce" method.
12809         (tramp-hal-service, tramp-hal-path-manager)
12810         (tramp-hal-interface-manager, tramp-hal-interface-device):
12811         New defconst.
12812         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12813         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12814         New defuns.
12816         * net/trampver.el: Update release number.
12818 2009-06-30  Kenichi Handa  <handa@m17n.org>
12820         * international/fontset.el (setup-default-fontset): Add CJK fonts
12821         for symbols and the other miscellaneous characters.
12823         * language/korea-util.el (setup-korean-environment-internal):
12824         Make char-width-table suitable for Korean environments.
12825         (exit-korean-environment): Cancel above.
12827         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12828         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12829         setup-function to make char-width-table suitable for respective
12830         environments, and an exit-function to cancel that.
12832         * language/japan-util.el (setup-japanese-environment-internal):
12833         Call use-cjk-char-width-table with arg `ja_JP'.
12835         * international/characters.el (cjk-char-width-table): Delete it.
12836         (cjk-char-width-table-list): New variable.
12837         (use-cjk-char-width-table): New arg local-name.
12838         (use-default-char-width-table): Fix for the case that Emacs is
12839         already using the default char-width-table.
12841 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12843         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12844         modes mandatory.  (Bug#3712)
12846 2009-06-29  Alan Mackenzie  <acm@muc.de>
12848         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12849         correction between the visible width of TABs and their number of bytes.
12851 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12853         * server.el (server-buffer-done): Prevent kill-buffer from
12854         prompting by clearing the buffer modification flag (Bug#3696).
12856 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12858         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12859         (verilog-endcomment-reason-re): Support unique case and priority case.
12860         (verilog-basic-complete-re): Support localparam lineup.
12861         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12862         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12863         commenting.
12864         (verilog-leap-to-case-head): Now support *nested* unique &
12865         priority case statements.
12866         (verilog-auto-lineup): Make just declarations the default (as it
12867         had been).
12868         (verilog-leap-to-case-head): Support priority/unique case statements.
12869         (verilog-auto-lineup): Rework to give users radio buttons to
12870         select the various styles of automatic lineup.
12871         (verilog-error-regexp-alist): Rework to support the XEmacs style
12872         of error regular expressions from compilers, lint tools &
12873         simulators.  Note that GNU Emacs has made it impossible for a mode
12874         to load such things.
12875         (electric-verilog-terminate-line, verilog-indent-declaration)
12876         (verilog-auto-wiure): Rework for radio button selection of
12877         auto-lineup selection of specification of auto lineup.
12878         (verilog-beg-of-statement-1): Redesign to support proper operation
12879         in additional code, based on testing with auto-lineup.
12880         (verilog-calculate-indent, assignments & declarations)
12881         (verilog-backward-token): Enhance to support auto-lineup of
12882         assignments & declarations.
12883         (verilog-in-directive-p, verilog-at-struct-p): New function for
12884         easy test of whether we are.
12885         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12886         to support safe execution at almost anyline.
12887         (verilog-calc-1): Properly support indenting deep inside generate
12888         blocks.
12889         (verilog-init-font): Remove definition & use of verilog-init-font,
12890         as it is redundant with font-lock-defaults.
12891         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12892         to avoid circular calls if syntax-ppss is a function (as is the
12893         case now in 22.x GNU Emacs) as that function would sometimes call
12894         itself, leading to (nearly) infinite recursion.
12895         (verilog-ovm-begin-re, verilog-ovm-end-re)
12896         (verilog-ovm-statement-re, verilog-leap-to-head)
12897         (verilog-backward-token): Add support for OVM macros.  Some are
12898         complete statements, and others open and close scopes like begin
12899         and end.
12900         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12901         (verilog-defun-level-generate-only-re): Really fix the defun-list
12902         compilation issue.
12903         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12904         coverpoint, constraint and cross statements.
12905         (verilog-defun-level-list, verilog-generate-defun-level-list)
12906         (verilog-all-defun-level-list): Redo these specifications - it is
12907         too hard to support eval-when compile aggregation of lists also
12908         built at when-compile time.
12909         (verilog-defun-level-list): Place defconsts of variables used in
12910         building regular expressions which are built in eval-when-compile
12911         bodies in the same eval-when-compile body to facilitate compile
12912         without load.
12913         (verilog-beg-block-re-ordered): Support indenting
12914         virtual/protected tasks and functions.
12915         (verilog-defun-level-list, verilog-in-generate-region-p)
12916         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12917         indentation of some module items (generate items).
12918         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12919         across virtual/protected tasks and functions.
12921 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12923         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12924         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12925         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12926         in concatenations.  Reported by Yishay Belkind.
12927         (verilog-auto-ascii-enum): Support one-hot state machines in
12928         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12929         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12930         modport in AUTOINST and add vl-modport for users.  Reported by
12931         David Rogoff.
12932         (verilog-auto-inout-module, verilog-auto-inst)
12933         (verilog-decls-get-interfaces, verilog-insert-definition)
12934         (verilog-insert-one-definition, verilog-read-decls)
12935         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12936         (verilog-sig-modport, verilog-signals-combine-bus)
12937         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12938         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12939         Suggested by David Rogoff.
12940         (verilog-repair-open-comma): Fix non-insertion of comma when
12941         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12942         (verilog-make-width-expression): Simplify [A-1:0] expression
12943         widths to just {A{1'b0}}.
12944         (verilog-mode): Cleanup checkdoc warnings.
12945         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12946         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12947         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12948         (next-error-last-buffer): Fix byte-compiler warning.
12949         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12950         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12951         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12952         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12953         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12954         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12955         in AUTOINOUT.  Reported by Matthew Lovell.
12956         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12957         causing use of <= assignments.  Reported by Alex Reed.
12958         (verilog-read-decls): Fix triand, trior, wand, wor to be
12959         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12960         (verilog-extended-complete-re): Support import "DPI-C" functions.
12961         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12962         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12963         (verilog-insert-date, verilog-insert-year)
12964         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12965         Windows systems.  Reported by Michael Potts.
12966         (verilog-read-module-name): Fix AUTOINST when the child module
12967         declaration's name is a tick define.  Reported by Elliot Mednick.
12968         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12969         passed to next parameter's definition.  Reported by Bruce T.
12970         (verilog-read-decls): Fix detecting "parameter int" when using
12971         AUTOINSTPARAM.  Reported by Bruce T.
12972         (verilog-goto-defun): Fix goto not finding modules unless first
12973         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12974         (verilog-mode): Expand -f flag arguments on entry to mode so
12975         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12976         (verilog-getopt): Expand environment variables in -f file
12977         arguments.  Suggested by Lawrence Butcher.
12978         (verilog-set-define): Fix "Symbol's value as variable is void"
12979         when reading enumerations.
12980         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12981         Suggested by Stephen Peltan.
12982         (verilog-read-defines): Fix reading of enumerations in include
12983         files.  Reported by Steve Peltan.
12985 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
12987         * files.el (trash-directory): Fix defcustom type.
12989 2009-06-28  Juri Linkov  <juri@jurta.org>
12991         * help-fns.el (describe-function-1): Correctly locate adviced
12992         functions in hyperlink (Bug#2438).
12994 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
12996         * files.el (trash-directory): Change default to nil.
12997         (move-file-to-trash): If trash-directory is nil and
12998         system-move-file-to-trash is unbound, perform freedesktop-style
12999         trashing.
13001 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13003         * files.el (move-file-to-trash): Add freedesktop trash
13004         support (Bug#973).
13006 2009-06-28  Glenn Morris  <rgm@gnu.org>
13008         * autorevert.el (global-auto-revert-non-file-buffers)
13009         (global-auto-revert-mode): Doc fixes.
13011 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13013         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13015 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13017         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13018         opened an X connection before calling x-get-resource (Bug#3194).
13020         * play/doctor.el: Remove reference to obsolete website.
13021         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13023 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13025         Remove find-file-not-found-hook VC method.  (Bug#2757)
13026         * vc-hooks.el (vc-file-not-found-hook)
13027         (vc-default-find-file-not-found-hook): Remove functions.
13028         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13029         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13030         * vc.el:
13031         * vc-hg.el:
13032         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13034 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13036         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13037         compatibility function for `looking-back'.
13039         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13040         Use `ispell-looking-back'.
13042 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13044         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13045         rather than `filename'.
13047 2009-06-23  Miles Bader  <miles@gnu.org>
13049         * face-remap.el (text-scale-set): New function.
13051 2009-06-23  Glenn Morris  <rgm@gnu.org>
13053         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13055         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13057         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13059         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13061         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13062         Simplify Persian conditionals.
13064         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13065         variable `filename'.
13067         * comint.el (comint-insert-input): Doc fix.
13069         * Makefile.in (ELCFILES): Fix typo in previous change.
13071 2009-06-23  Miles Bader  <miles@gnu.org>
13073         * cus-start.el: Add entry for `recenter-redisplay'.
13075 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13077         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13078         Add an optional argument for the backend, use it instead of
13079         calling vc-backend.
13080         (vc-mode-line): Add an optional argument for the backend.
13081         Pass the backend to vc-state and vc-working-revision.  Move code for
13082         special handling for vc-state being a buffer to ...
13084         * vc-rcs.el (vc-rcs-find-file-hook):
13085         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13087         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13088         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13089         vc-stay-local-p and vc-mode-line calls.
13091         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13092         (vc-cvs-diff, vc-cvs-annotate-command)
13093         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13094         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13095         vc-mode-line calls.
13097         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13098         direct comparison.
13099         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13100         backend when calling vc-mode-line.
13101         (vc-register): Do not create a closure for calling the vc register
13102         function, call it directly.
13104 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13106         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13107         to make it obvious item can be clicked.
13109         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13111 2009-06-23  Kenichi Handa  <handa@m17n.org>
13113         * language/korea-util.el (korean-key-bindings): Change the binding
13114         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13115         same command.
13117 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13119         Sync with Tramp 2.1.16.
13121         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13123         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13124         when a loading of a package fails.  Completion function for rsync
13125         is `tramp-completion-function-alist-ssh'.
13126         (all): Replace all calls of `split-string' and
13127         `tramp-split-string' by `tramp-compat-split-string'.
13128         (tramp-default-method): Use `tramp-compat-process-running-p'.
13129         (tramp-default-proxies-alist): Allow also Lisp forms.
13130         (tramp-remote-path): Add choice "Private Directories".
13131         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13132         (tramp-domain-regexp): Allow also "-", "_" and ".".
13133         (tramp-end-of-output): Remove newlines, and add "$" at the end.
13134         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13135         (tramp-debug-message): Insert header line in debug buffer.
13136         (tramp-handle-directory-files-and-attributes-with-stat):
13137         Care about filenames with spaces, or starting with "-".
13138         (tramp-handle-dired-uncache): New defun.
13139         (tramp-handle-insert-directory): Don't flush the directory from
13140         cache, this is handled by `dired-uncache' now.
13141         (tramp-handle-insert-file-contents): Improve error handling.
13142         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13143         Quote `tramp-end-of-output'.
13144         (tramp-action-password): Improve trace message.
13145         (tramp-check-for-regexp): Both echoes must be present, before removing.
13146         (tramp-open-connection-setup-interactive-shell): Trace coding system.
13147         (tramp-compute-multi-hops): Eval cons cells of
13148         `tramp-default-proxies-alist'.
13149         (tramp-maybe-open-connection): Use the same command pattern for
13150         first hop and further hops.
13151         (tramp-wait-for-output): Remove handling of newlines.
13152         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13153         (tramp-split-string): Remove function.  It is handled in
13154         tramp-compat now.
13156         * net/tramp-cmds.el (tramp-bug):
13157         Recommend `tramp-cleanup-all-connections' in the bug mail.
13159         * net/tramp-compat.el (tramp-compat-split-string)
13160         (tramp-compat-process-running-p): New defuns.
13162         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13163         for `dired-uncache'.
13165         * net/tramp-gvfs.el: New package.
13167         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13168         Add handler for `dired-uncache'.
13169         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13171         * net/trampver.el: Update release number.  Make version check fit
13172         for SXEmacs 22.
13174 2009-06-22  Jim Meyering  <meyering@redhat.com>
13176         Automatically handle .xz suffix (XZ-compressed files), too.
13177         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13178         XZ is the successor to LZMA: <http://tukaani.org/xz/>
13180 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
13181             Nick Roberts  <nickrob@snap.net.nz>
13183         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13184         repository (http://sphinx.net.ru/hg/gdb-mi/).
13186 2009-06-22  Glenn Morris  <rgm@gnu.org>
13188         * files.el (dir-locals-collect-mode-variables): Allow for any number of
13189         `mode' and `eval' entries.  (Bug#3430)
13191         * Makefile.in (ELCFILES): Add fadr.elc.
13193         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13194         differing behavior of \n and ^ in strings.  (Bug#3385)
13196         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13198         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13199         property.
13200         (lisp-indent-function): Make it a defcustom.
13202 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
13204         * progmodes/gdb-ui.el: Replace with ...
13205         * progmodes/gdb-mi.el: ... this file.
13206         * progmodes/gud.el: Modify for gdb-mi.el.
13208 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
13210         * fadr.el: New file.
13212 See ChangeLog.14 for earlier changes.
13214 ;; Local Variables:
13215 ;; coding: utf-8
13216 ;; End:
13218     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
13220   This file is part of GNU Emacs.
13222   GNU Emacs is free software: you can redistribute it and/or modify
13223   it under the terms of the GNU General Public License as published by
13224   the Free Software Foundation, either version 3 of the License, or
13225   (at your option) any later version.
13227   GNU Emacs is distributed in the hope that it will be useful,
13228   but WITHOUT ANY WARRANTY; without even the implied warranty of
13229   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13230   GNU General Public License for more details.
13232   You should have received a copy of the GNU General Public License
13233   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13235 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1