* emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
[emacs.git] / lisp / ChangeLog
blobcb0ca655188a86a4813f715da3feb21523b3d8e2
1 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
4         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5         handled in smie-next-sexp.
6         (smie-indent-calculate): Provide a starting indentation (so the
7         recursion is well-founded ;-).
9         Fix handling of non-associative equal levels.
10         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
11         when it's not needed.
12         (smie-op-left, smie-op-right): New functions.
13         (smie-next-sexp): New function, extracted from smie-backward-sexp.
14         Better handle equal levels to distinguish the associative case from
15         the "multi-keyword construct" case.
16         (smie-backward-sexp, smie-forward-sexp): Use it.
18 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
20         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
22         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
23         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
25 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
27         Provide a simple generic indentation engine and use it for Prolog.
28         * emacs-lisp/smie.el: New file.
29         * progmodes/prolog.el (prolog-smie-op-levels)
30         (prolog-smie-indent-rules): New var.
31         (prolog-mode-variables): Use them to configure SMIE.
32         (prolog-indent-line, prolog-indent-level): Remove.
34 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
36         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
37         order before computing the averages.
39 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
41         * calc/calc-vec.el (calc-histogram):
42         (calcFunc-histogram): Allow vectors as inputs.
43         (math-vector-avg): New function.
45         * calc/calc-ext.el (math-group-float): Have the number of digits
46         being grouped depend on the radix (Bug#6189).
48 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
50         * version.el (emacs-copyright, emacs-version): Don't define here,
51         now that emacs.c defines it.
53 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
55         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
56         "Describe Language Environment" menu item.
58         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
60         Bidi-sensitive movement with arrow keys.
61         * subr.el (right-arrow-command, left-arrow-command): New functions.
63         * bindings.el (global-map): Bind them to right and left arrow keys.
65         Don't override standard definition of convert-standard-filename.
66         * files.el (convert-standard-filename): Call
67         w32-convert-standard-filename and dos-convert-standard-filename on
68         the corresponding systems.
70         * w32-fns.el (w32-convert-standard-filename): Rename from
71         convert-standard-filename.  Doc fix.
73         * dos-fns.el (dos-convert-standard-filename): Doc fix.
74         (convert-standard-filename): Don't defalias.
75         (register-name-alist, make-register, register-value)
76         (set-register-value, intdos): Obsolete aliases for the
77         corresponding dos-* functions and variables.
78         (dos-intdos): Add a doc string.
80 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
82         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
83         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
84         (math-compose-tex-func):
85         * calc/calccomp.el (math-compose-expr):
86         * calc/calc-ext.el (math-format-flat-expr-fancy):
87         * calc/calc-store.el (calc-read-var-name):
88         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
90         * calc/calc.el (var-π, var-φ, var-γ): New variables.
91         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
92         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
93         (math-standard-units): Add units.
95 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * progmodes/asm-mode.el (asm-mode):
98         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
100         * pcomplete.el (pcomplete-completions-at-point): New function,
101         extracted from pcomplete-std-complete.
102         (pcomplete-std-complete): Use it.
104 2010-05-15  Glenn Morris  <rgm@gnu.org>
106         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
107         Remove references to CVS, RCS and Old directories.
109 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
111         * calc/calc-bin.el (math-format-twos-complement): Group digits when
112         appropriate.
114 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
117         (sh-mode-syntax-table): Give it a default value instead.
118         (sh-header-marker): Make buffer-local.
119         (sh-mode): Move make-local-variable to the corresponding setq.
120         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
121         Use complete-with-action.
123         * simple.el (prog-mode): New (abstract) major mode.
124         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
125         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
127 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
129         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
130         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
131         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
132         (sql-make-alternate-buffer-name, sql-placeholders-filter)
133         (sql-escape-newlines-filter, sql-input-sender)
134         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
136 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
138         Add TeX open-block and close-block keybindings to SGML, and vice versa.
140         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
141         latex-open-block and C-c / to latex-close-block.
143         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
144         and C-c C-e to sgml-close-tag.
146 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
148         * net/tramp.el (with-progress-reporter): Create reporter object
149         only when the message would be displayed.  Handled nested calls.
150         (tramp-handle-load, tramp-handle-file-local-copy)
151         (tramp-handle-insert-file-contents, tramp-handle-write-region)
152         (tramp-maybe-send-script, tramp-find-shell):
153         Use `with-progress-reporter'.
154         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
155         Fix message text.
157         * net/tramp-smb.el (tramp-smb-handle-copy-file)
158         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
159         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
160         Use `with-progress-reporter'.
162 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
164         * ispell.el (ispell-init-process): Do not kill ispell process
165         everytime when spellchecking from the minibuffer (bug#6143).
167 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
171         * dos-fns.el: Add "dos-" prefix for namespace control.
172         (convert-standard-filename): Define as alias for
173         dos-convert-standard-filename but only if applicable.
175 2010-05-12  Alan Mackenzie  <acm@muc.de>
177         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
178         Push the mark at the start of these functions when appropriate.
180 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
182         * minibuffer.el (completion-cycle-threshold): New custom var.
183         (completion--do-completion): Use it.
184         (minibuffer-complete): Use cycling if appropriate.
186 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
188         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
189         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
191 2010-05-11  Juri Linkov  <juri@jurta.org>
193         * scroll-all.el (scroll-all-check-to-scroll):
194         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
196 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
198         * iimage.el (iimage-mode-map): Move initialization into declaration.
199         (iimage-mode-buffer): Use with-silent-modifications.
200         Simplify calling convention.  Adjust callers.
201         (iimage-mode): Don't run hook redundantly.
203         * minibuffer.el (completion-pcm--pattern->regex):
204         Fix last change (bug#6160).
206 2010-05-10  Juri Linkov  <juri@jurta.org>
208         Remove nodes visited during Isearch from the Info history.
209         * info.el (Info-isearch-initial-history)
210         (Info-isearch-initial-history-list): New variables.
211         (Info-isearch-start): Record initial values of
212         Info-isearch-initial-history and Info-isearch-initial-history-list.
213         Add Info-isearch-end to isearch-mode-end-hook.
214         (Info-isearch-end): New function.
216 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
218         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
219         format string, in order to work around a bug in pdksh.
220         Reported by Gilles Pion <gpion@lfdj.com>.
221         (tramp-handle-verify-visited-file-modtime): Do not send a command
222         when the connection is not established.
223         (tramp-handle-set-file-times): Simplify the check for utc.
225 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
227         Fix use of `filter-buffer-substring' (rework previous change).
228         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
229         (cua-repeat-replace-region):
230         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
231         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
232         (cua-cut-region-to-global-mark): Use it.
234 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
236         * progmodes/sql.el: Version 2.1.
237         (sql-product-alist): Redesign structure of product info.
238         (sql-product, sql-user, sql-server, sql-database): Safe variables.
239         (sql-port, sql-port-history): New variables.
240         (sql-interactive-product): New variable.
241         (sql-send-terminator): New variable.
242         (sql-imenu-generic-expression): Add "Types" imenu entry.
243         (sql-oracle-login-params, sql-sqlite-login-params)
244         (sql-mysql-login-params, sql-solid-login-params)
245         (sql-sybase-login-params, sql-informix-login-params)
246         (sql-ingres-login-params, sql-ms-login-params)
247         (sql-postgres-login-params, sql-interbase-login-params)
248         (sql-db2-login-params, sql-linter-login-params)
249         (sql-oracle-scan-on): New variables.
250         (sql-mode-map): Add C-c C-i to start interactive mode.
251         (sql-mode-menu): Update existing menu entries.
252         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
253         (sql-mode-oracle-font-lock-keywords)
254         (sql-mode-postgres-font-lock-keywords)
255         (sql-mode-ms-font-lock-keywords)
256         (sql-mode-sybase-font-lock-keywords)
257         (sql-mode-informix-font-lock-keywords)
258         (sql-mode-interbase-font-lock-keywords)
259         (sql-mode-ingres-font-lock-keywords)
260         (sql-mode-solid-font-lock-keywords)
261         (sql-mode-mysql-font-lock-keywords)
262         (sql-mode-sqlite-font-lock-keywords)
263         (sql-mode-db2-font-lock-keywords)
264         (sql-mode-linter-font-lock-keywords): Update initialization to
265         reduce run-time complexity.
266         (sql-add-product, sql-del-product): New functions.
267         (sql-set-product-feature, sql-get-product-feature): New functions.
268         (sql-product-font-lock): Update product API.
269         (sql-add-product-keywords): New function.
270         (sql-highlight-product): Update product API.
271         (sql-help-list-products): New function.
272         (sql-help): Dynamically lists free and non-free products.
273         (sql-get-login): Correct bug in handling history and added
274         prompt for port.
275         (sql-copy-column): Copy without properties.
276         (sqli-input-sender): Apply filters to SQLi input.
277         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
278         Implement as a filter.
279         (sql-escape-newlines-filter): Implement as a filter.
280         (sql-remove-tabs-filter): New function.
281         (sql-send-magic-terminator): New function.
282         (sql-send-string): Implement magic terminator.
283         (sql-send-region): Use `sql-send-string'.
284         (sql-interactive-mode): Use product API.
285         (sql-product-interactive): Use product API.
286         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
287         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
288         (sql-db2, sql-linter): Use `sql-product-interactive'.
289         (sql-connect): New function.
290         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
291         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
292         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
293         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
294         Use `sql-connect'.
296 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
298         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
299         New custom variable.
300         (completion-pcm--string->pattern): Use it.
301         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
302         Make it handle any symbol as `any'.
303         (completion-pcm--merge-completions): Extract common suffix for the new
304         `prefix' symbol as well.
305         (completion-substring--all-completions): Use the new `prefix' symbol.
307 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
309         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
310         not bound.
311         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
312         (tramp-compat-funcall): New defmacro.
313         (tramp-compat-line-beginning-position)
314         (tramp-compat-line-end-position)
315         (tramp-compat-temporary-file-directory)
316         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
317         (tramp-compat-copy-file, tramp-compat-copy-directory)
318         (tramp-compat-delete-file, tramp-compat-delete-directory)
319         (tramp-compat-number-sequence, tramp-compat-process-running-p)
320         * net/tramp.el (top, with-progress-reporter)
321         (tramp-rfn-eshadow-setup-minibuffer)
322         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
323         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
324         (tramp-completion-mode-p, tramp-check-for-regexp)
325         (tramp-open-connection-setup-interactive-shell)
326         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
327         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
328         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
329         * net/tramp-cmds.el (tramp-cleanup-all-connections)
330         (tramp-reporter-dump-variable, tramp-load-report-modules)
331         (tramp-append-tramp-buffers)
332         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
334         * net/tramp-imap.el (top): Autoload `epg-make-context'.
336 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * progmodes/compile.el (compilation-buffer-modtime): Rename from
339         buffer-modtime.  Adjust users.
341 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
343         * international/mule.el (auto-coding-alist): Only purecopy
344         car of each item, not the whole list (Bug#6083).
346 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
348         * progmodes/js.el (js-mode): Make paragraph variables local before
349         calling c-setup-paragraph-variables (Bug#6071).
351 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
353         * composite.el (compose-region, reference-point-alist): Fix typos
354         in the doc strings.
356 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
358         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
359         gnuplot's "set" command.
361 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
363         * abbrev.el (last-abbrev-text): Doc fix.
364         (abbrev-prefix-mark): Don't escape parenthesis.
366 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
368         * composite.el (find-composition): Doc fix.
370 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
372         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
373         (sql-oracle-program, sql-sqlite-options)
374         (sql-query-placeholders-and-send): Doc fixes.
375         (sql-set-product, sql-interactive-mode): Reflow docstrings.
376         (sql-imenu-generic-expression, sql-buffer)
377         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
378         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
379         (sql-mode-sybase-font-lock-keywords)
380         (sql-mode-informix-font-lock-keywords)
381         (sql-mode-interbase-font-lock-keywords)
382         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
383         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
384         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
385         (sql-product-feature, sql-highlight-product)
386         (comint-line-beginning-position, sql-rename-buffer)
387         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
388         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
389         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
390         Fix typos in docstrings.
392 2010-05-08  Juri Linkov  <juri@jurta.org>
394         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
395         property instead of `invisible' and `after-string' (bug#5998).
397 2010-05-08  Juri Linkov  <juri@jurta.org>
399         * image-mode.el (image-mode-as-text): Fix typo in docstring.
401 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
403         * filecache.el (file-cache-add-directory-list)
404         (file-cache-add-directory-recursively): Fix typos in docstrings.
406 2010-05-08  Kenichi Handa  <handa@m17n.org>
408         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
409         (gujarati-composable-pattern): Fix typo.
411 2010-05-08  Kenichi Handa  <handa@m17n.org>
413         * language/indian.el (oriya-composable-pattern)
414         (tamil-composable-pattern, malayalam-composable-pattern):
415         Add two-part vowels to "v" (vowel sign).
417 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
419         * files.el (copy-directory): Handle symlinks (Bug#5982).
421 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
423         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
424         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
425         (Bug#5846).
427 2010-05-08  Glenn Morris  <rgm@gnu.org>
429         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
431         * minibuffer.el (completion-at-point): Doc fix.
433 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
435         * electric.el (Electric-command-loop): Minor tweak.
437         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
438         better with dedicated windows.
440 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
442         * Version 23.2 released.
444 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
445             Stefan Monnier  <monnier@iro.umontreal.ca>
447         Highlight vendor specific properties.
448         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
449         (css-proprietary-property): New face.
450         (css-font-lock-keywords): Use them.
452 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
454         * cus-start.el (all): Add native condition for tool-bar-* symbols.
456 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
458         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
459         * files.el (auto-mode-alist): Remove redundant entries.
461         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
462         * simple.el (auto-save-mode): Move from files.el.
463         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
465 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
467         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
469 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
471         * mail/binhex.el (binhex-decode-region-internal)
472         * mail/uudecode.el (uudecode-decode-region-internal)
473         * net/dns.el (dns-read-string-name, dns-write, dns-read)
474         (dns-read-type, dns-query)
475         * pgg-parse.el (pgg-parse-armor)
476         * pgg.el (pgg-verify-region)
477         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
478         XEmacs.
480         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
482 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
484         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
486         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
487         * emulation/cua-base.el (cua-repeat-replace-region):
488         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
489         (cua-cut-region-to-global-mark):
490         Remove text properties with `set-text-properties'.
492 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
494         * net/tramp.el (top, with-progress-reporter):
495         Use `symbol-function' inside `funcall'.
497         * net/tramp-compat.el (tramp-compat-file-attributes)
498         (tramp-compat-delete-file, tramp-compat-delete-directory):
499         Handle only `wrong-number-of-arguments' error.
501         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
502         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
503         inside `funcall'.
505 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
507         * minibuffer.el (completion--sreverse, completion--common-suffix):
508         New functions.
509         (completion-pcm--merge-completions): Extract common suffix when safe.
511         * emacs-lisp/easy-mmode.el (define-minor-mode):
512         Make :variable more flexible.
513         * files.el (auto-save-mode): Use it to define using define-minor-mode.
515 2010-05-05  Juri Linkov  <juri@jurta.org>
517         Add `slow' and `history' tags to the desktop data.
519         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
520         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
521         (Info-finder-find-node): Require `finder.el' to be able
522         to restore node from the desktop.
523         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
524         data `Info-history' and `slow' tag in the assoc list.
525         (Info-restore-desktop-buffer): Don't restore nodes with the
526         `slow' tag.  Restore `Info-history'.
528 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
530         Add FORCE argument to `delete-file'.
532         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
533         forcing to delete the temporary file.
534         (ange-ftp-delete-file): Add FORCE arg.
535         (ange-ftp-rename-remote-to-remote)
536         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
537         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
538         Force file deletion.
540         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
542         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
543         (tramp-handle-make-symbolic-link, tramp-handle-load)
544         (tramp-do-copy-or-rename-file-via-buffer)
545         (tramp-do-copy-or-rename-file-directly)
546         (tramp-do-copy-or-rename-file-out-of-band)
547         (tramp-handle-process-file, tramp-handle-call-process-region)
548         (tramp-handle-shell-command, tramp-handle-file-local-copy)
549         (tramp-handle-insert-file-contents, tramp-handle-write-region)
550         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
552         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
553         (tramp-fish-handle-make-symbolic-link)
554         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
556         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
557         Use `tramp-compat-delete-file'.
559         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
560         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
562         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
563         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
565         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
566         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
567         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
568         `tramp-compat-delete-file'.
570 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
572         Minor cleanups.
573         * subr.el (add-minor-mode): Use push.
574         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
575         * emulation/edt.el (edt-select-mode): Simplify.
577         Use define-minor-mode in more cases.
578         * term/tvi970.el (tvi970-set-keypad-mode):
579         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
580         (normal-erase-is-backspace-mode):
581         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
582         (set-scroll-bar-mode-1): (Re)move to its sole caller.
583         (get-scroll-bar-mode): New function.
584         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
586         Use define-minor-mode for less obvious cases.
587         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
588         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
589         * international/iso-ascii.el (iso-ascii-mode):
590         * frame.el (auto-raise-mode, auto-lower-mode):
591         * composite.el (global-auto-composition-mode): Use define-minor-mode.
593 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
595         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
596         in order to see error messages for failed logins.
598 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
600         * diff.el (diff-sentinel):
602         * epg.el (epg--make-temp-file, epg-decrypt-string)
603         (epg-verify-string, epg-sign-string, epg-encrypt-string):
605         * jka-compr.el (jka-compr-partial-uncompress)
606         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
608         * server.el (server-sentinel): Use delete-file's new FORCE arg
609         (Bug#6070).
611 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
613         Use define-minor-mode where applicable.
614         * view.el (view-mode):
615         * type-break.el (type-break-query-mode)
616         (type-break-mode-line-message-mode):
617         * textmodes/reftex.el (reftex-mode):
618         * term/vt100.el (vt100-wide-mode):
619         * tar-mode.el (tar-subfile-mode):
620         * savehist.el (savehist-mode):
621         * ibuf-ext.el (ibuffer-auto-mode):
622         * composite.el (auto-composition-mode):
623         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
624         Use define-minor-mode.
625         (vhdl-mode): Use static mode-line format.
626         (vhdl-mode-line-update): Delete.
627         (vhdl-create-mode-menu, vhdl-activate-customizations)
628         (vhdl-hs-minor-mode): Don't bother calling it.
630 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * simple.el (with-wrapper-hook): Move.
633         (buffer-substring-filters): Mark obsolete.
634         (filter-buffer-substring-functions): New variable.
635         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
637         Use a mode-line spec rather than a static string in Semantic.
638         * cedet/semantic/util-modes.el:
639         (semantic-minor-modes-format): New var to replace...
640         (semantic-minor-modes-status): Remove.
641         (semantic-mode-line-update): Construct a mode-line spec rather than
642         a static string so that mouse buttons can be used on individual minor
643         modes and so that semantic-mode-line-update only needs to be called
644         when global settings are changed.
645         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
646         Call semantic-mode-line-update.
647         (semantic-toggle-minor-mode-globally): Don't assume mode is on
648         minor-mode-alist, check semantic-minor-mode-alist as well.
649         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
650         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
651         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
652         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
653         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
654         (define-semantic-idle-service, semantic-idle-summary-mode):
655         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
656         Don't call semantic-mode-line-update any more.
658 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
660         Use define-minor-mode in CEDET where applicable.
662         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
663         Use define-minor-mode.
665         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
666         Remove unused arg `keymap' and code redundant with define-minor-mode.
667         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
668         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
669         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
670         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
671         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
672         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
673         Use define-minor-mode.
674         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
675         (semantic-show-unmatched-syntax-mode-setup)
676         (semantic-show-parser-state-mode-setup)
677         (semantic-highlight-func-mode-setup): Inline into sole caller.
679         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
680         (semantic-mru-bookmark-mode): Use define-minor-mode.
681         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
683         * cedet/semantic/idle.el (define-semantic-idle-service):
684         Use define-minor-mode and inline setup function into its sole caller.
685         (semantic-idle-scheduler-mode-setup)
686         (semantic-idle-summary-mode-setup): Inline into sole caller.
687         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
688         Use define-minor-mode.
690         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
691         (semantic-decoration-mode): Use define-minor-mode.
692         (semantic-decoration-mode-setup): Inline into sole caller.
694         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
695         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
696         (ede-dired-add-to-target): Use dolist.
698 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
699             Michael Albinus  <michael.albinus@gmx.de>
701         Implement compression for inline methods.
703         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
704         (tramp-copy-size-limit): Allow also nil.
705         (tramp-inline-compress-commands): New defconst.
706         (tramp-find-inline-compress, tramp-get-inline-compress)
707         (tramp-get-inline-coding): New defuns.
708         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
709         replaced by `tramp-get-inline-coding'.
710         (tramp-handle-file-local-copy, tramp-handle-write-region)
711         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
713 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
715         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
716         Remove unused functions.
718         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
719         Set find-tag-default-function as a variable rather than a property.
721         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
722         * progmodes/etags.el (tags-completion-at-point-function):
723         Remove left over interactive spec.  Add autoloading stub.
724         (complete-tag): Use tags-completion-at-point-function.
726 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
728         * minibuffer.el (tags-completion-at-point-function): Fix return value.
730 2010-04-30  Eli Zaretskii  <eliz@gnu.org>
732         * composite.el (compose-region, reference-point-alist): Fix typos
733         in the doc strings.
735 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
737         * ido.el (ido-init-completion-maps): Remove C-v binding.
738         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
740 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
742         * minibuffer.el (tags-completion-at-point-function): New function.
743         (completion-at-point-functions): Use it.
745         * cedet/semantic.el (semantic-completion-at-point-function): New function.
746         (semantic-mode): Use semantic-completion-at-point-function for
747         completion-at-point-functions instead.
749         * progmodes/etags.el (complete-tag): Revert last change.
751 2010-04-29  Alan Mackenzie  <acm@muc.de>
753         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
754         off-by-one error (in end of macro position).
756 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
759         firefox is absent.  Don't autoload.
760         (browse-url-galeon-program): Don't autoload.
762 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
764         * bindings.el (complete-symbol): Move into minibuffer.el.
766         * minibuffer.el (complete-tag): Move from etags.el.  If tags
767         completion cannot be performed, return nil instead of signalling
768         an error.
769         (completion-at-point): Make it an alias for complete-symbol.
770         (complete-symbol): Move from bindings.el, and replace with the
771         body of completion-at-point.
773         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
775         * cedet/semantic.el (semantic-mode): When enabled, add
776         semantic-ia-complete-symbol to completion-at-point-functions.
778         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
779         if Semantic is not active.
781 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
783         * net/tramp.el (tramp-remote-selinux-p): New defun.
784         (tramp-handle-file-selinux-context)
785         (tramp-handle-set-file-selinux-context): Use it.
787 2010-04-28  Sam Steingold  <sds@gnu.org>
789         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
790         `safe-local-variable' if the value is a string or a symbol with
791         the property `bug-reference-url-format'.
793 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
795         * progmodes/bug-reference.el (bug-reference-url-format): Revert
796         2010-04-27 change due to security risk.
798 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
800         Make it possible to locally disable a globally enabled mode.
801         * simple.el (fundamental-mode): Run fundamental-mode-hook.
802         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
803         rather than kill-all-local-variables so it runs fundamental-mode-hook.
804         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
805         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
806         that subsequent hooks get a chance to disable it.
808 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
810         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
811         Avoid re-enabling a minor mode after the user turned the minor mode
812         off if MODE-enable-in-buffers is run twice (typically once from
813         fundamental-mode's after-change-major-mode-hook and a second time from
814         run-mode-hook's own after-change-major-mode-hook).
816         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
818 2010-04-27  Sam Steingold  <sds@gnu.org>
820         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
821         `safe-local-variable' if the value is a string or a function, as
822         documented and implemented on 2010-04-02.
824 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
826         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
827         when method is 'kill.
829 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
831         * ispell.el (ispell-init-process): Fix personal dictionary condition
832         in default directory check.
833         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
834         Kill ispell process when killing its associated buffer.
836 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
838         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
839         but we aren't using it.
841 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
843         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
844         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
846 2010-04-24  Glenn Morris  <rgm@gnu.org>
848         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
849         Ignore VCS-ignore files, and deleted nextstep preferences files.
850         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
851         (authors-ambiguous-files): New list.
852         (authors-valid-file-names): Add some deleted files.
853         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
854         (authors-disambiguate-file-name): New function.  (Bug#5501)
855         (authors-canonical-file-name): Doc fix.
856         Don't warn about obsolete files.
857         (authors-canonical-file-name, authors-scan-el):
858         Use authors-disambiguate-file-name.
860         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
861         Add autoload cookies.
862         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
863         (generated-autoload-file): Set file-local value to "htmlfontify.el".
864         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
865         They have definitions / compiler macros in cl.el.
866         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
867         Replace manual autoloads with generated ones.
868         (htmlfontify-unload-rgb-file): Remove autoload.
869         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
871 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
873         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
874         (byte-compile-setq-default): Optimize for the
875         single-var case and don't call byte-compile-form in this case to avoid
876         inf-loop with byte-compile-set-default.
878         * progmodes/compile.el (compilation-start): Abbreviate default directory.
880 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
882         Implement SELINUX backends.
884         * net/tramp.el (tramp-file-name-handler-alist):
885         Add `file-selinux-context' and `set-file-selinux-context'.
886         (tramp-handle-file-selinux-context)
887         (tramp-handle-set-file-selinux-context): New defuns.
888         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
889         Handle PRESERVE-SELINUX-CONTEXT.
891         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
892         Add `file-selinux-context' and `set-file-selinux-context'.
893         (tramp-gvfs-handle-file-selinux-context)
894         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
895         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
897         * net/ange-ftp.el (ange-ftp-copy-file):
898         * net/tramp-fish.el (tramp-fish-handle-copy-file):
899         * net/tramp-imap.el (tramp-imap-handle-copy-file):
900         * net/tramp-smb.el (tramp-smb-handle-copy-file):
901         Add PRESERVE-SELINUX-CONTEXT.
903 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
905         Synchronize with Tramp repository.
907         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
908         (tramp-action-process-alive, tramp-action-out-of-band)
909         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
910         (tramp-exists-file-name-handler): Fix docstring.
911         (with-progress-reporter): New defmacro.
912         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
913         (tramp-maybe-open-connection): Use it.
915 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
917         Detect ssh 'ControlMaster' argument automatically in some cases.
919         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
920         (tramp-default-method): Use it.
922 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
924         * net/tramp.el (tramp-handle-copy-file): Add new optional
925         parameter `preserve-selinux-context'.
926         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
928 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
930         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
931         Ensure, that non remote files are still checked.  Oops.
933 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
935         Fix Bug#5840.
937         * icomplete.el (icomplete-completions): Use `non-essential'.
939         * net/tramp.el (tramp-connectable-p): New defun.
940         (tramp-handle-expand-file-name)
941         (tramp-completion-handle-file-name-all-completions)
942         (tramp-completion-handle-file-name-completion): Use it.
944 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
946         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
948 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
950         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
952         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
954         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
955         is present.
957         * info.el (info-tool-bar-map): Add labels.
959         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
961         * cus-edit.el (custom-commands): Add labels for tool bar.
962         (custom-buffer-create-internal, Custom-mode): Adjust for
963         labels in custom-commands.
965         * dynamic-setting.el: Renamed from font-setting.el.
967 2010-04-21  John Wiegley  <jwiegley@gmail.com>
969         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
970         toggles the use of virtual buffers.
971         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
972         value.
973         (ido-toggle-virtual-buffers): New function.
975 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
977         Use `define-derived-mode'; fix window selection; doc fixes.
978         * play/tetris.el (tetris, tetris-update-speed-function)
979         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
980         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
981         (tetris-rotate-next, tetris-end-game, tetris-start-game)
982         (tetris-pause-game): Fix typos in docstrings.
983         (tetris-mode-map, tetris-null-map):
984         Move initialization into declaration.
985         (tetris-mode): Define with `define-derived-mode';
986         set show-trailing-whitespace to nil.
987         (tetris): Prefer window already displaying the "*Tetris*" buffer.
989 2010-04-21  Karel Klíč  <kklic@redhat.com>
991         * files.el (backup-buffer): Handle SELinux context, and return it
992         if a backup was made by renaming.
993         (backup-buffer-copy): Set SELinux context to the target file.
994         (basic-save-buffer): Set SELinux context of the newly written file.
995         (basic-save-buffer-1): Now it also returns any SELinux context.
996         (basic-save-buffer-2): Set SELinux context of the newly created file,
997         and return it.
998         * net/tramp.el (tramp-file-name-for-operation):
999         Add file-selinux-context.
1001 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1003         Make the log-edit comments use RFC822 format throughout.
1005         * vc.el (vc-checkin, vc-modify-change-comment):
1006         Adjust to new vc-start/finish-logentry.
1007         (vc-find-conflicted-file): New command.
1008         (vc-transfer-file): Adjust to new vc-checkin.
1009         (vc-next-action): Improve scoping.
1011         * vc-hg.el (vc-hg-log-edit-mode): Remove.
1012         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
1014         * vc-git.el (vc-git-log-edit-mode): Remove.
1015         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
1016         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
1018         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
1019         (vc-start-logentry): Remove argument `extra'.
1020         (vc-finish-logentry): Remove extra args.
1022         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
1023         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
1024         (vc-bzr-conflicted-files): New function.
1026         * log-edit.el (log-edit-extra-flags)
1027         (log-edit-before-checkin-process): Remove.
1028         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
1029         (log-edit-headers-alist): New var.
1030         (log-edit-header-contents-regexp): New const.
1031         (log-edit-match-to-eoh): New function.
1032         (log-edit-font-lock-keywords): Use them.
1033         (log-edit): Insert a "Summary:" header as default.
1034         (log-edit-mode): Mark font-lock rules as case-insensitive.
1035         (log-edit-done): Cleanup headers.
1036         (log-view-process-buffer): Remove.
1037         (log-edit-extract-headers): New function to replace it.
1039 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
1041         * subr.el (default-direction-reversed): Remove obsolescence info.
1043 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1045         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
1046         windows/frames.
1048         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
1049         I.e. include text after point in the completion region.
1050         Also, return nil when we're not after/in a symbol.
1052         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
1053         default enable-multibyte-characters.
1055 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1057         * international/mule.el: Help the user choose a valid coding-system.
1058         (read-buffer-file-coding-system): New function.
1059         (set-buffer-file-coding-system): Use it.  Prompt the user if the
1060         coding-system cannot encode all the chars.
1062         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
1063         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
1064         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
1065         Don't use *vc-bzr-shelve*.
1067 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1069         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
1070         Don't destroy list before using it.
1072 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
1074         Fix the version number for added files.
1075         * vc-hg.el (vc-hg-working-revision): Check if the file is
1076         registered after hg parent fails (Bug#5961).
1078 2010-04-19  Glenn Morris  <rgm@gnu.org>
1080         * htmlfontify.el (htmlfontify-buffer)
1081         (htmlfontify-copy-and-link-dir): Autoload entry points.
1083 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
1085         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
1086         name relative to the project root (Bug#5960).
1088 2010-04-19  Glenn Morris  <rgm@gnu.org>
1090         * vc-git.el (vc-git-print-log): Doc fix.
1092 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
1094         * ido.el (ido-file-internal): Fix 2009-12-02 change.
1096 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
1098         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
1099         default settings (Bug#5928).
1101 2010-04-19  Glenn Morris  <rgm@gnu.org>
1103         * progmodes/fortran.el (fortran-match-and-skip-declaration):
1104         New function.
1105         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
1107 2010-04-19  Kenichi Handa  <handa@m17n.org>
1109         * language/indian.el (malayalam-composable-pattern): Fix previous
1110         change (add U+0D4D "SIGN VIRAMA").
1111         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
1112         (tamil-composable-pattern): Fix typo in the regexp.
1113         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
1114         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
1115         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
1117 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1119         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
1120         paragraph-separate (Bug#5821).
1122 2010-04-19  Juri Linkov  <juri@jurta.org>
1124         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
1126         * info.el (Info-find-node-2): Comment out code that skips
1127         breadcrumbs line.
1128         (Info-mouse-follow-link): New command.
1129         (Info-link-keymap): New keymap.
1130         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
1131         Return a string with links instead of inserting breadcrumbs
1132         to the Info buffer.
1133         (Info-fontify-node): Comment out code that inserts breadcrumbs.
1134         Instead of putting the `invisible' text property over the Info
1135         header, make an overlay over the Info header with the `invisible'
1136         property and `after-string' set to the string returned by
1137         `Info-breadcrumbs'.
1139 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
1141         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
1142         Reported by monkey@sandpframing.com.
1144 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
1147         (tmm-get-keymap): Add key-binding shortcuts now that they're not
1148         available in the "keyseq cache" any more.
1150         * custom.el (defcustom): Add edebug spec.
1152 2010-04-18  Juri Linkov  <juri@jurta.org>
1154         Test for special mode-class in view-buffer instead of view-file (bug#5513).
1156         * view.el (view-file, view-buffer): Move test for special mode-class
1157         from view-file to view-buffer.
1159         * tar-mode.el (tar-extract): Turn if's into one cond
1160         like in arc-mode.el.
1162 2010-04-18  Juri Linkov  <juri@jurta.org>
1164         Add 7z archive format support (bug#5475).
1166         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
1167         (archive-7z-extract): New defcustom.
1168         (archive-find-type): Add magic string for 7z.
1169         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
1170         If `stderr-file' is non-nil, use `(t stderr-file)' for the
1171         `buffer' arg of `call-process'.
1172         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
1173         call the function `archive-7z-extract' with the variable
1174         `archive-7z-extract' let-bound to `archive-zip-extract'.
1175         (archive-7z-summarize, archive-7z-extract): New functions.
1177         * international/mule.el (auto-coding-alist):
1178         * files.el (auto-mode-alist): Add 7z file extension.
1180 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1182         * loadup.el: Setup hash-cons for pure data.
1184         Fix duplicate entries in cedet's loaddefs.el files.
1185         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
1186         Should make most file-local generated-autoload-file unnecessary.
1187         (print-readably): Silence warnings.
1188         (autoload-find-destination): Take load-name as an arg to make sure
1189         it's the same as the one that will be in the file.
1190         (autoload-generate-file-autoloads): Adjust to above changes.
1191         Try to make the dataflow a bit simpler.
1193         * cvs-status.el (cvs-refontify): Remove unused.
1195 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
1197         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
1199         * calc-bin.el (calc-radix): Have the "O" option turn on
1200         twos-complement mode.
1202 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
1204         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
1205         Add `calc-option-prefix-help' to calc-help autoloads.
1206         (calc-inverse): Add "Option" to message, as appropriate.
1207         (calc-hyperbolic): Add "Option" to message, as appropriate.
1208         (calc-option, calc-is-option): New functions.
1210         * calc-help.el (calc-full-help): Add `calc-option-help'.
1211         (calc-option-prefix-help): New function.
1213         * calc-misc.el (calc-help): Add "Option" entry.
1215         * calc.el (calc-local-var-list): Add `calc-option-flag'.
1216         (calc-option-flag): New variable.
1217         (calc-do): Set `calc-option-flag to nil.
1218         (calc-set-mode-line): Add "Opt " as appropriate.
1220 2010-04-16  Juri Linkov  <juri@jurta.org>
1222         Move scrolling commands from simple.el to window.el
1223         because their primitives are implemented in window.c.
1225         * simple.el (scroll-error-top-bottom)
1226         (scroll-up-command, scroll-down-command, scroll-up-line)
1227         (scroll-down-line, scroll-other-window-down)
1228         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1229         * window.el (scroll-error-top-bottom)
1230         (scroll-up-command, scroll-down-command, scroll-up-line)
1231         (scroll-down-line, scroll-other-window-down)
1232         (beginning-of-buffer-other-window, end-of-buffer-other-window):
1233         Move from simple.el to window.el because their primitives are
1234         implemented in window.c.
1236 2010-04-16  Juri Linkov  <juri@jurta.org>
1238         * isearch.el (isearch-lookup-scroll-key): Check both
1239         `isearch-scroll' and `scroll-command' properties.
1240         (scroll-up, scroll-down): Remove `isearch-scroll' property.
1242         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
1244         * simple.el (scroll-up-command, scroll-down-command)
1245         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
1247 2010-04-15  Juri Linkov  <juri@jurta.org>
1249         * simple.el (scroll-up-command, scroll-down-command)
1250         (scroll-up-line, scroll-down-line): Put `scroll-command'
1251         property on the these symbols.  Remove them from
1252         `scroll-preserve-screen-position-commands'.
1254         * mwheel.el (mwheel-scroll): Put `scroll-command' and
1255         `isearch-scroll' properties on the `mwheel-scroll' symbol.
1256         Remove it from `scroll-preserve-screen-position-commands'.
1258         * isearch.el (isearch-allow-scroll): Doc fix.
1260 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
1262         * net/tramp.el (tramp-error-with-buffer): Don't show the
1263         connection buffer when we are in completion mode.
1264         (tramp-file-name-handler): Catch the error for some operations
1265         when we are in completion mode.  This gives the user the chance to
1266         correct the file name in the minibuffer.
1268 2010-04-15  Glenn Morris  <rgm@gnu.org>
1270         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
1272 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
1274         Simplify by using `define-derived-mode'.
1275         * info.el (Info-mode):
1276         * calendar/todo-mode.el (todo-mode):
1277         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
1278         (gomoku-mode-map): Move initialization into declaration.
1280 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
1282         Fix Bug#5840.
1283         * ido.el (ido-file-name-all-completions-1):
1284         * minibuffer.el (minibuffer-completion-help):
1285         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
1287 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1289         * simple.el (non-essential): New var.
1291         Add a new field `location' to bookmarks for non-file bookmarks.
1292         * bookmark.el (bookmark-location): Use the new field, if present.
1293         (bookmark-insert-location): Undo last change, not needed any more.
1294         * man.el (Man-bookmark-make-record):
1295         * woman.el (woman-bookmark-make-record): Add `location' field.
1297 2010-04-14  Juri Linkov  <juri@jurta.org>
1299         * simple.el (scroll-error-top-bottom): New defcustom.
1300         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
1302         * emulation/pc-select.el (pc-select-override-scroll-error):
1303         Obsolete in favor of `scroll-error-top-bottom'.
1305 2010-04-14  Juri Linkov  <juri@jurta.org>
1307         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
1308         `scroll-up-command' and `M-v' to `scroll-down-command'.
1310         * emulation/cua-rect.el (cua--init-rectangles):
1311         * forms.el (forms--change-commands):
1312         * image-mode.el (image-mode-map):
1313         Remap scroll-down-command and scroll-up-command
1314         in addition to scroll-down and scroll-up.
1316 2010-04-14  Juri Linkov  <juri@jurta.org>
1318         * mwheel.el (scroll-preserve-screen-position-commands):
1319         Add mwheel-scroll to this list of commands.
1321         * simple.el (scroll-preserve-screen-position-commands):
1322         Add scroll-up-command, scroll-down-command, scroll-up-line,
1323         scroll-down-line to this list of commands.
1325 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1327         * obsolete/complete.el: Move from lisp/complete.el.
1329         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
1331         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
1332         to the minor mode function now turns the mode ON unconditionally.
1334 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1336         * vc-dir.el (vc-dir-kill-line): New command.
1337         (vc-dir-mode-map): Bind it to C-k.
1339         * bookmark.el (bookmark-insert-location): Handle a nil filename.
1341         * woman.el: Add bookmark declarations to silence the compiler.
1342         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
1343         step to compatibility between man and woman bookmarks.
1344         Adjust for Man-default-bookmark-title renaming.
1345         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
1347         * man.el: Add bookmark declarations to silence the compiler.
1348         (Man-name-local-regexp): Make it match NAME as well.
1349         (Man-getpage-in-background): Return the buffer.
1350         (Man-notify-when-ready): Use `case'.
1351         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
1352         Don't hardcode "NAME".  Simplify.
1353         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
1354         Rename from Man-bookmark-make-record.
1355         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
1356         we have the actual man-args.  Use Man-getpage-in-background rather
1357         than `man' since the arg is already processed.  Let bookmark.el do the
1358         window handling.  Only wait for the relevant process.
1359         Don't forget to autoload.
1361         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
1363 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1365         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
1366         New functions.
1367         (woman-mode): Setup bookmark support.
1369         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
1370         (man-bookmark-jump): New functions.
1371         (Man-mode): Setup bookmark support.
1373 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
1375         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
1376         recognize ssh-keygen prompt (Bug#2817).
1378 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1380         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
1382 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
1384         Synchronize with Tramp repository.
1386         * net/tramp.el (tramp-completion-function-alist)
1387         (tramp-file-name-regexp, tramp-chunksize)
1388         (tramp-local-coding-commands, tramp-remote-coding-commands):
1389         Fix docstring.
1390         (tramp-remote-process-environment): Use `format' instead of `concat'.
1391         (tramp-handle-directory-files-and-attributes)
1392         (tramp-get-remote-path): Use `copy-tree'.
1393         (tramp-handle-file-name-all-completions): Backward/ XEmacs
1394         compatibility: Use `completion-ignore-case' if
1395         `read-file-name-completion-ignore-case' does not exist.
1396         (tramp-do-copy-or-rename-file-directly): Do not use
1397         `tramp-handle-file-remote-p'.
1398         (tramp-do-copy-or-rename-file-out-of-band):
1399         Use `tramp-compat-delete-directory'.
1400         (tramp-do-copy-or-rename-file-out-of-band)
1401         (tramp-compute-multi-hops, tramp-maybe-open-connection):
1402         Use `format-spec-make'.
1403         (tramp-find-foreign-file-name-handler)
1404         (tramp-advice-make-auto-save-file-name)
1405         (tramp-set-auto-save-file-modes): Remove superfluous check for
1406         `stringp'.  This is done inside `tramp-tramp-file-p'.
1407         (tramp-debug-outline-regexp): New defconst.
1408         (tramp-get-debug-buffer): Use it.
1409         (tramp-check-for-regexp): Use (forward-line 1).
1410         (tramp-set-auto-save-file-modes): Adapt version check.
1412         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
1413         Wrap call of `featurep' for 2nd argument.
1414         (tramp-compat-make-temp-file): Simplify fallback implementation.
1415         (tramp-compat-copy-tree): Remove function.
1416         (tramp-compat-delete-directory): Provide implementation for older
1417         Emacsen.
1419         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
1420         Do not use `tramp-fish-handle-file-attributes.
1422         * net/trampver.el: Update release number.
1424 2010-04-10  Glenn Morris  <rgm@gnu.org>
1426         * progmodes/compile.el (compilation-save-buffers-predicate):
1427         Add missing :version tag.
1429 2010-04-09  Sam Steingold  <sds@gnu.org>
1431         * progmodes/compile.el (compilation-save-buffers-predicate):
1432         Remove the "autoload" cookie.
1434         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
1435         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
1436         and `bug-reference-prog-mode' can be used in hooks directly.
1438 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
1440         Add --author support to git commit.
1441         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
1442         (vc-git-log-edit-mode): New minor mode.
1443         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
1444         New declarations.
1446 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
1448         * vc-hooks.el, vc-git.el: Improve documentation comments.
1450 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         Fix some of the problems in defsubst* (bug#5728).
1453         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
1454         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
1456 2010-04-07  Sam Steingold  <sds@gnu.org>
1458         * progmodes/compile.el (compilation-save-buffers-predicate):
1459         New custom variable.
1460         (compile, recompile): Pass it to `save-some-buffers'.
1462 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
1464         * wid-edit.el (widget-choose): Move cursor to the second line of
1465         the buffer (Bug#5695).
1467 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1469         Add new VC methods: vc-log-incoming and vc-log-outgoing.
1470         * vc.el (vc-print-log-setup-buttons): New function split out from
1471         vc-print-log-internal.
1472         (vc-log-internal-common): New function, a parametrized version of
1473         vc-print-log-internal.
1474         (vc-print-log-internal): Just call vc-log-internal-common with the
1475         right arguments.
1476         (vc-incoming-outgoing-internal):
1477         (vc-log-incoming, vc-log-outgoing): New functions.
1478         (vc-log-view-type): New permanent local variable.
1480         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
1482         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
1483         of the dynamic bound vc-short-log.
1484         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
1486         * vc-git.el (vc-git-log-outgoing): New function.
1487         (vc-git-log-view-mode): Use vc-log-view-type instead
1488         of the dynamic bound vc-short-log.
1490         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
1491         of the dynamic bound vc-short-log.  Highlight the tag.
1492         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
1493         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
1494         (vc-hg-incoming-mode): Remove.
1495         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
1497 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
1499         Fix default-directory for vc-root-diff.
1500         * vc.el (vc-root-diff): Bind default-directory to the root
1501         directory for the diff command.
1503 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
1505         * progmodes/verilog-mode.el (verilog-forward-sexp):
1506         (verilog-calc-1): Support "disable fork" and "fork wait" multi
1507         word keywords, suggested by Steve Pearlmutter.
1508         (verilog-pretty-declarations): Support lineup of declarations in
1509         port lists.
1510         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
1511         fix bug for /* / comments
1512         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
1513         Speed up and simplfy as this is never called with a bound.
1514         (verilog-pretty-declarations): Enhance to line up declarations
1515         inside a parameter list, suggested by Alan Morgan.
1516         (verilog-pretty-expr): Tune assignment regular expression match
1517         string for corner cases; also use markers instead of character
1518         number as indent changes the later.
1520 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
1522         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
1523         as missing keyword.
1524         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
1525         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
1526         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
1527         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
1528         Tennant.
1529         (verilog-keywords):
1530         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
1531         1800-2009 keywords, including "global.".
1533 2010-04-06  John Wiegley  <jwiegley@gmail.com>
1535         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
1536         appearing in buffer list (if a live buffer name matched a recentf
1537         file basename).  Should use uniquify to offer a real solution.
1539 2010-04-06  John Wiegley  <jwiegley@gmail.com>
1541         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
1542         comment to code, and add a :version tag.
1543         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
1545 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
1547         Enable recentf-mode if using virtual buffers.
1548         * ido.el (recentf-list): Declare for byte-compiler.
1549         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
1550         (ido-make-buffer-list): Simplify.
1551         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
1553 2010-04-05  Juri Linkov  <juri@jurta.org>
1555         Scrolling commands which scroll a line instead of full screen.
1556         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1558         * simple.el (scroll-up-line, scroll-down-line): New commands.
1559         Put property isearch-scroll=t on them.
1561         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
1562         Remove commands.
1564 2010-04-05  Juri Linkov  <juri@jurta.org>
1566         Scrolling commands which do not signal errors at top/bottom.
1567         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
1569         * simple.el (scroll-up-command, scroll-down-command): New commands.
1570         Put property isearch-scroll=t on them.
1572         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
1573         `scroll-down-command' and [next] from `scroll-up' to
1574         `scroll-up-command'.
1576         * emulation/cua-base.el: Put property CUA=move on
1577         `scroll-up-command' and `scroll-down-command'.
1578         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
1579         and `scroll-down-command' to `cua-scroll-down'.
1581 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
1583         * help.el (describe-mode): Return nil.
1585 2010-04-04  John Wiegley  <jwiegley@gmail.com>
1587         * ido.el (ido-use-virtual-buffers): New variable to indicate
1588         whether "virtual buffer" support is enabled for IDO.
1589         (ido-virtual): Face used to indicate virtual buffers in the list.
1590         (ido-buffer-internal): If a buffer is chosen, and no such buffer
1591         exists, but a virtual buffer of that name does (which would be why
1592         it was in the list), recreate the buffer by reopening the file.
1593         (ido-make-buffer-list): If virtual buffers are being used, call
1594         `ido-add-virtual-buffers-to-list' before the make list hook.
1595         (ido-virtual-buffers): New variable which contains a copy of the
1596         current contents of the `recentf-list', albeit pared down for the
1597         sake of speed, and with proper faces applied.
1598         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
1599         create a list of "virtual buffers" to present to the user in
1600         addition to the currently open set.  Note that this logic could
1601         get rather slow if that list is too large.  With the default
1602         `recentf-max-saved-items' of 200, there is little speed penalty.
1604 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * font-lock.el: Require CL when compiling.
1607         (font-lock-turn-on-thing-lock): Use `case'.
1609 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
1611         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
1612         Zaretskii.
1614 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
1616         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
1617         (semantic-create-imenu-directory-index): Fix typos in docstrings.
1618         (semantic-imenu-goto-function): Reflow docstring.
1620 2010-04-02  Juri Linkov  <juri@jurta.org>
1622         * ehelp.el (electric-help-orig-major-mode):
1623         New buffer-local variable.
1624         (electric-help-mode): Set it to original major-mode.  Doc fix.
1625         (with-electric-help): Use `electric-help-orig-major-mode' instead
1626         of (default-value 'major-mode).  Doc fix.
1627         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
1629 2010-04-02  Sam Steingold  <sds@gnu.org>
1631         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
1632         `vc-hg-command' with a list of flags.
1634         * progmodes/bug-reference.el (bug-reference-bug-regexp):
1635         Also accept "patch" and "RFE".
1636         (bug-reference-fontify): `bug-reference-url-format' can also be a
1637         function to be able to handle the bug kind.
1638         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
1640 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
1642         * tmm.el (tmm-get-keymap): Check with symbolp before passing
1643         value to fboundp, it may not be a symbol.
1645 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1647         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
1649 2010-03-31  Juri Linkov  <juri@jurta.org>
1651         * simple.el (next-line, previous-line): Re-throw a signal
1652         with `signal' instead of using `ding'.
1653         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
1655 2010-03-31  Juri Linkov  <juri@jurta.org>
1657         * simple.el (keyboard-escape-quit): Raise deselecting the active
1658         region higher than exiting the minibuffer.
1659         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
1661 2010-03-31  Juri Linkov  <juri@jurta.org>
1663         * image.el (image-animated-p): Use `image-metadata' instead of
1664         `image-extension-data'.  Get GIF extenstion data from metadata
1665         property `extension-data'.
1667 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1669         * simple.el (append-to-buffer): Simplify.
1671 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
1673         * textmodes/artist.el (artist-mode): Fix typo in docstring.
1674         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
1676 2010-03-31  Kenichi Handa  <handa@m17n.org>
1678         * language/sinhala.el (composition-function-table): Fix regexp for
1679         the new Unicode specification.
1681         * language/indian.el (devanagari-composable-pattern)
1682         (tamil-composable-pattern, kannada-composable-pattern)
1683         (malayalam-composable-pattern): Adjust for the new Unicode
1684         specification.
1685         (bengali-composable-pattern, gurmukhi-composable-pattern)
1686         (gujarati-composable-pattern, oriya-composable-pattern)
1687         (telugu-composable-pattern): New variables to cope with the new
1688         Unicode specification.  Use them in composition-function-table.
1690 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         Make tmm-menubar work for the Buffers menu again (bug#5726).
1693         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
1694         vectors rather than cons cells, as used in menu-bar-update-buffers.
1696 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1698         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
1699         (js-insert-and-indent): Revert 2009-08-15 change, restoring
1700         electric punctuation for "{}();,:" (Bug#5586).
1702         * mail/sendmail.el (mail-default-directory): Doc fix.
1704 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1706         * mail/sendmail.el (mail-default-directory): Doc fix.
1708 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
1710         * subr.el (version-regexp-alist, version-to-list)
1711         (version-list-<, version-list-=, version-list-<=)
1712         (version-list-not-zero, version<, version<=, version=): Doc fix.
1713         (Bug#5744).
1715 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
1717         * vc.el (vc-root-diff): Doc fix.
1719 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1721         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
1723         * simple.el (append-to-buffer): Fix last change.
1725 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
1727         * simple.el (append-to-buffer): Ensure that point is preserved if
1728         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
1729         (Bug#5749)
1731 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1733         * files.el (auto-mode-case-fold): Change default to t.
1735 2010-03-30  Juri Linkov  <juri@jurta.org>
1737         * dired-x.el (dired-omit-mode): Doc fix.
1739 2010-03-30  Juri Linkov  <juri@jurta.org>
1741         * replace.el (occur-accumulate-lines): Move occur-engine related
1742         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
1743         to be located after `occur-engine'.
1745 2010-03-30  Juri Linkov  <juri@jurta.org>
1747         Make occur handle multi-line matches cleanly with context.
1748         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
1750         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
1751         (occur-engine): Add local variables `ret', `prev-after-lines',
1752         `prev-lines'.  Use more arguments for `occur-context-lines'.
1753         Set first elem of its returned list to `data', and the second elem
1754         to `prev-after-lines'.  Don't print the separator line.
1755         In the end, print remaining context after-lines.
1756         (occur-context-lines): Add new arguments `begpt', `endpt',
1757         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
1758         after-lines of the previous match with before-lines of the
1759         current match and not overlap them.  Return a list with two
1760         values: the output line and the list of context after-lines.
1762 2010-03-30  Juri Linkov  <juri@jurta.org>
1764         * replace.el (occur-accumulate-lines): Fix a bug where the first
1765         context line at the beginning of the buffer was missing.
1767 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
1769         * files.el: Make bidi-display-reordering safe variable for boolean
1770         values.
1772 2010-03-29  Phil Hagelberg  <phil@evri.com>
1773             Chong Yidong  <cyd@stupidchicken.com>
1775         * subr.el: Extend progress reporters to perform "spinning".
1776         (progress-reporter-update, progress-reporter-do-update):
1777         Handle non-numeric value arguments.
1778         (progress-reporter--pulse-characters): New var.
1780 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
1782         * progmodes/compile.el (compilation-start): Fix regexp detection
1783         of initial cd command (Bug#5771).
1785 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
1787         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
1789 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
1791         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
1792         * lisp/progmodes/gdb-mi.el: Restore.
1793         * lisp/progmodes/gdb-ui.el: Remove.
1794         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
1796 2010-03-25  Glenn Morris  <rgm@gnu.org>
1798         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
1799         all dired buffers, even tramp ones.  (Bug#5755)
1801 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1803         Add "union tags" in mpc.el.
1804         * mpc.el: Remove backward compatibility code.
1805         (mpc-browser-tags): Change default.
1806         (mpc--find-memoize-union-tags): New var.
1807         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
1808         (mpc-cmd-find): Handle the case where the playlist does not exist.
1809         Handle union-tags.
1810         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
1811         (mpc-cmd-add): Use mpc-cmd-flush.
1812         (mpc-tagbrowser-tag-name): New fun.
1813         (mpc-tagbrowser-buf): Use it.
1814         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
1816 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         Misc cleanup.
1819         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
1820         Use replace-regexp-in-string.
1821         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
1822         (makefile-imake-mode-syntax-table): Move init into defvar.
1823         (makefile-mode): Use define-derived-mode.
1825         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
1826         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
1827         not be present any more.
1829 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1831         * faces.el (set-face-attribute): Fix typo in docstring.
1832         (face-valid-attribute-values): Reflow docstring.
1834         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
1836 2010-03-24  Glenn Morris  <rgm@gnu.org>
1838         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
1840 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1842         * indent.el (indent-for-tab-command): Doc fix.
1844 2010-03-24  Alan Mackenzie  <acm@muc.de>
1846         * progmodes/cc-engine.el (c-remove-stale-state-cache):
1847         Fix off-by-one error.  Fixes bug #5747.
1849 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1851         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
1852         (image-dired-read-comment): Doc fix.
1854         * json.el (json-object-type, json-array-type, json-key-type)
1855         (json-false, json-null, json-read-number):
1856         * minibuffer.el (completion-in-region-functions):
1857         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
1858         (cal-tex-cursor-week):
1859         * emacs-lisp/trace.el (trace-function):
1860         * eshell/em-basic.el (eshell/printnl):
1861         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
1862         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
1863         * obsolete/levents.el (allocate-event, event-key, event-object)
1864         (event-point, event-process, event-timestamp, event-to-character)
1865         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
1866         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
1867         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
1868         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
1869         (reftex-highlight-selection): Fix typos in docstrings.
1871 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
1873         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
1875 2010-03-24  Glenn Morris  <rgm@gnu.org>
1877         * mail/rmail.el (rmail-highlight-face): Restore option deleted
1878         2008-02-13 without comment; mark it obsolete.
1879         (rmail-highlight-headers): Use rmail-highlight-face once more.
1881 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
1883         * woman.el (woman2-process-escapes): Only consume the newline if
1884         the filler character is on a line by itself (Bug#5729).
1886 2010-03-24  Kenichi Handa  <handa@m17n.org>
1888         * language/indian.el (devanagari-composable-pattern): Add more
1889         consonants.
1891 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1893         * net/trampver.el: Update release number.
1895 2010-03-24  Glenn Morris  <rgm@gnu.org>
1897         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
1899 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
1901         * net/tramp.el (tramp-find-executable):
1902         Use `tramp-get-connection-buffer'.  Make the regexp for checking
1903         output of "wc -l" more robust.
1904         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
1905         (tramp-open-connection-setup-interactive-shell): Remove workaround
1906         for OpenSolaris bug, it is not needed anymore.
1908 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
1910         * cedet/semantic/imenu.el: New file, from the CEDET repository
1911         (Bug#5412).
1913 2010-03-24  Glenn Morris  <rgm@gnu.org>
1915         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
1917 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
1919         * files.el (auto-mode-alist): Accept more verilog file patterns.
1921 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1923         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
1925 2010-03-24  Glenn Morris  <rgm@gnu.org>
1927         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
1928         log-edit-before-checkin-process.
1930         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
1932         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
1934         * vc-dispatcher.el (vc-start-logentry): Doc fix.
1935         (log-view-process-buffer, log-edit-extra-flags): Declare.
1937         * log-edit.el (log-edit-before-checkin-process): Doc fix.
1939         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
1940         Consistently check ede-object is bound throughout.
1942         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
1944 2010-03-23  Sam Steingold  <sds@gnu.org>
1946         Fix bug#5620: recalculate all markers on compilation buffer
1947         modifications, not on file modifications.
1948         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
1949         the buffer modification time, for buffers not associated with files.
1950         (compilation-mode): Create it.
1951         (compilation-filter): Update it.
1952         (compilation-next-error-function): Use it instead of
1953         `visited-file-modtime' for timestamp.
1955 2010-03-23  Juri Linkov  <juri@jurta.org>
1957         Implement Occur multi-line matches.
1958         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
1960         * replace.el (occur): Doc fix.
1961         (occur-engine): Set `begpt' to the beginning of the first line.
1962         Set `endpt' to the end of the last match line.  At first, count
1963         line numbers between `origpt' and `begpt'.  Split out code from
1964         `out-line' variable to new let-bindings `match-prefix' and
1965         `match-str'.  In `out-line' add non-numeric prefix to all
1966         non-first lines of multi-line matches.  Finally, count lines
1967         between `begpt' and `endpt' and add to `lines'.
1969 2010-03-23  Juri Linkov  <juri@jurta.org>
1971         * replace.el (occur-accumulate-lines, occur-engine):
1972         Use `occur-engine-line' instead of duplicate code.
1973         (occur-engine-line): New function created from duplicate code
1974         in `occur-accumulate-lines' and `occur-engine'.
1976         * replace.el (occur-engine-line): Add optional arg `keep-props'.
1977         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
1979 2010-03-23  Juri Linkov  <juri@jurta.org>
1981         * finder.el: Remove TODO tasks.
1983         * info.el (Info-finder-find-node): Add node "all"
1984         with all package info.  Handle a list of multiple keywords
1985         separated by comma.
1986         (info-finder): In interactive use with a prefix argument,
1987         use `completing-read-multiple' to read a list of keywords
1988         separated by comma.
1990 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1992         Add a new completion style `substring'.
1993         * minibuffer.el (completion-basic--pattern): New function.
1994         (completion-basic-try-completion, completion-basic-all-completions):
1995         Use it.
1996         (completion-substring--all-completions)
1997         (completion-substring-try-completion)
1998         (completion-substring-all-completions): New functions.
1999         (completion-styles-alist): New style `substring'.
2001 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2003         Get rid of .elc files after removal of the corresponding .el.
2004         * Makefile.in (compile-clean): New target.
2005         (compile-main): Use it.
2007 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
2009         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
2010         don't do make there.  When compiling with separate object dir, there
2011         is no Makefile there.
2013 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         Get rid of the ELCFILES abomination, again.
2016         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2017         (all, compile): Don't call compile-last.
2018         (compile-main): Build the "elcfiles" list dynamically.
2019         (compile-targets): New (internal) target.
2021 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
2023         * Makefile.in (top_srcdir): Define.
2024         (abs_top_builddir): Define.
2025         (srcdir): Don't append `/..'.
2026         (EMACS): Use ${abs_top_builddir}.
2027         (all, compile, compile-always, compile-last): Don't set emacswd.
2028         (update-subdirs, update-authors): Use $(top_srcdir) instead of
2029         $(srcdir).
2030         (lisp): Use $(srcdir) instead of @srcdir@.
2032 2010-03-21  Juri Linkov  <juri@jurta.org>
2034         Fix message of multi-line occur regexps and multi-buffer header lines.
2035         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
2037         * replace.el (occur-1): Don't display regexp if it is longer
2038         than window-width.  Use `query-replace-descr' to display regexp.
2039         (occur-engine): Don't display regexp in the buffer header for
2040         multi-buffer occur.  Display a separate header line with total
2041         match count and regexp for multi-buffer occur.
2042         Use `query-replace-descr' to display regexp.
2044 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
2046         * net/secrets.el: Fix parenthesis.
2047         (secrets-enabled): Fix parenthesis.
2049 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2051         Use more relative file and directory names.
2052         * Makefile.in (EMACS): Arrange for it to work when we chdir.
2053         (setwins, setwins_almost, setwins_for_subdirs):
2054         Don't `cd'; output relative names.
2055         (all, compile, compile-always, compile-last): Set emacswd.
2056         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
2057         Just cd to the lisp source dir so we can use relative file names.
2059         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
2061 2010-03-20  Glenn Morris  <rgm@gnu.org>
2063         * textmodes/rst.el: Use faces for font-lock customization, and make the
2064         old -face variables obsolete.
2065         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
2066         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
2067         (rst-block-face, rst-external-face, rst-definition-face)
2068         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
2069         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
2070         Make obsolete.
2071         (rst-font-lock-keywords-function): Update for above changes.
2073 2010-03-20  Juri Linkov  <juri@jurta.org>
2075         * s-region.el:
2076         * obsolete/s-region.el: Move to obsolete.
2078 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
2080         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
2082 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2084         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
2086 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
2088         Add special markup processing for commit logs.
2089         * log-edit.el (log-edit-extra-flags): New variable.
2090         (log-edit): Add new argument MODE.  Use that mode when non-nil
2091         instead of the log-view-mode.
2092         (log-view-process-buffer): New function.
2094         * vc.el: Document that the checkin method takes optional
2095         arguments.  Document new backend specific method: log-view-mode.
2096         (vc-default-log-edit-mode): New function.
2097         (vc-checkin): Use a backend specific log-view-mode.
2098         Pass extra arguments to the checkin method.
2099         (vc-modify-change-comment): Pass a dummy extra argument.
2101         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
2102         log-edit.
2103         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
2104         (vc-finish-logentry): Process the log buffer before passing it
2105         down.  Pass log-edit-extra-flags.
2107         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
2108         command.
2109         (log-edit-extra-flags, log-edit-before-checkin-process):
2110         New declarations.
2112         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
2113         command.
2114         (log-edit-extra-flags, log-edit-before-checkin-process):
2115         New declarations.
2116         (vc-hg-log-edit-mode): New derived mode.
2118         * vc-arch.el (vc-arch-checkin):
2119         * vc-cvs.el (vc-cvs-checkin):
2120         * vc-git.el (vc-git-checkin):
2121         * vc-mtn.el (vc-mtn-checkin):
2122         * vc-rcs.el (vc-rcs-checkin):
2123         * vc-sccs.el (vc-sccs-checkin):
2124         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
2126 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2128         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
2129         parent typo).
2131 2010-03-19  Glenn Morris  <rgm@gnu.org>
2133         * password-cache.el (password-cache, password-cache-expiry): Autoload.
2135 2010-03-18  Glenn Morris  <rgm@gnu.org>
2137         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
2139         * replace.el (query-replace-history): Give it a doc string.
2140         (map-query-replace-regexp): Use query-replace-from-history-variable
2141         and query-replace-to-history-variable.
2143         * mail/hashcash.el (declare-function): Remove duplicate definition.
2145         * mail/emacsbug.el (report-emacs-bug-pretest-address):
2146         Make it an obsolete alias for report-emacs-bug-address.
2147         (message-strip-special-text-properties): Declare.
2148         (report-emacs-bug): Remove test for a pretest bug address.
2149         Combine message-mode-specific code.
2151         * mail/supercite.el: Don't require sendmail.
2152         (mh-in-header-p): Declare rather than using with-no-warnings.
2153         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
2154         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
2156         * calendar/cal-french.el: Convert to utf-8.
2158         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
2159         Emacs scripts.
2161 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
2163         * net/secrets.el (secrets-enabled): New variable.  Use it instead
2164         of a subfeature.
2166 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
2168         * net/secrets.el (top): Register the D-Bus signals only when the
2169         service "org.freedesktop.secrets" can be pinged.
2170         Provide subfeature `enabled'.
2172 2010-03-14  Juri Linkov  <juri@jurta.org>
2174         Add finder unknown keywords.
2176         * finder.el (finder-unknown-keywords): New function.
2178         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
2179         to create a Finder node with unknown keywords.
2181 2010-03-14  Juri Linkov  <juri@jurta.org>
2183         * finder.el (finder-compile-keywords): Replace `princ' with
2184         `prin1' on a list of symbols interned from keyword strings.
2186         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
2187         a comma, then split keywords using a comma and optional whitespace.
2188         Otherwise, split by whitespace.
2190         * complete.el:
2191         * face-remap.el:
2192         * log-view.el:
2193         * net/hmac-def.el:
2194         * net/hmac-md5.el:
2195         * net/netrc.el:
2196         * progmodes/mixal-mode.el: Fix keywords.
2198 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
2200         * Makefile.in (ELCFILES): Add net/secrets.elc.
2202         * net/secrets.el: New file.
2204 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2206         * facemenu.el (list-colors-display, list-colors-print): New arg
2207         callback.  Use it to allow selecting colors.
2209         * wid-edit.el (widget-image-insert): Insert image prop even if the
2210         current display is non-graphic.
2211         (widget-field-value-set): New fun.
2212         (editable-field): Use it.
2213         (widget-field-value-get): Clean up unused var.
2214         (widget-color-value-create, widget-color--choose-action):
2215         New funs.  Allow using list-colors-display to choose color.
2217 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2219         * cus-edit.el: Resort topmost custom groups.
2220         (custom-buffer-sort-alphabetically): Default to t.
2221         (customize-apropos): Use apropos-parse-pattern.
2222         (custom-search-field): New var.
2223         (custom-buffer-create-internal): Add custom-apropos search field.
2224         (custom-add-parent-links): Don't display parent doc.
2225         (custom-group-value-create): Don't sort top-level custom group.
2226         (custom-magic-value-create): Show visibility button before option name.
2228         (custom-variable-state): New fun, from custom-variable-state-set.
2229         (custom-variable-state-set): Use it.
2230         (custom-group-value-create): Hide options with standard values
2231         using the :hidden-states property.  Use progress reporter.
2233         (custom-show): Simplify.
2234         (custom-visibility): Disable images by default.
2235         (custom-variable): New property :hidden-states.
2236         (custom-variable-value-create): Enable images for
2237         custom-visibility widgets.  Use :hidden-states property to
2238         determine initial visibility.
2240         * wid-edit.el (widget-image-find): Give images center ascent.
2241         (visibility): Add :on-image and :off-image properties.
2242         (widget-visibility-value-create): Use them.
2244 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
2246         * cus-edit.el (processes): Remove from development group.
2247         (oop, hypermedia): Delete group.
2248         (comm): Promote to top-level group.
2250         * net/browse-url.el (browse-url):
2251         * net/xesam.el (xesam):
2252         * net/tramp.el (tramp):
2253         * net/goto-addr.el (goto-address):
2254         * net/ange-ftp.el (ange-ftp): Put in comm group.
2256         * view.el (view): Remove from editing group.
2258         * uniquify.el (uniquify): Put in files group.
2260         * net/browse-url.el (browse-url):
2261         * ps-print.el (postscript): Put in external group.
2263         * cus-edit.el (outlines):
2264         * textmodes/text-mode.el (text-mode-hook):
2265         * textmodes/table.el (table):
2266         * textmodes/picture.el (picture):
2267         * outline.el (outlines): Put in wp group.
2269         * nxml/nxml-mode.el (nxml): Remove from wp group.
2271         * net/tramp-imap.el (tramp-imap): Put in tramp group.
2273         * mail/metamail.el (metamail): Remove from hypermedia group.
2275         * cus-edit.el (abbrev):
2276         * whitespace.el (whitespace):
2277         * vcursor.el (vcursor):
2278         * reveal.el (reveal):
2279         * hl-line.el (hl-line): Put in convenience group.
2281         * epg-config.el (epg): Put in data group.
2283         * emulation/pc-select.el (pc-select): Put in emulations group.
2285         * calculator.el (calculator): Put in applications group.
2287 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2289         Add .dir-locals.el support for file-less buffers.
2290         * files.el (hack-local-variables): Split out code to apply local
2291         variable settings ...
2292         (hack-local-variables-apply): ... here.  New function.
2293         (hack-dir-local-variables): Use the default directory for when the
2294         buffer does not have an associated file.
2295         (hack-dir-local-variables-non-file-buffer): New function.
2296         * diff-mode.el (diff-mode):
2297         * vc-annotate.el (vc-annotate-mode):
2298         * vc-dir.el (vc-dir-mode):
2299         * log-edit.el (log-edit-mode):
2300         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
2302 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
2304         Add support for shelving snapshots and for showing shelves.
2305         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
2306         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
2307         New functions.
2308         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2309         (vc-bzr-extra-menu-map): Map them.
2311 2010-03-11  Glenn Morris  <rgm@gnu.org>
2313         * cus-edit.el (customize-changed-options-previous-release):
2314         Bump to 23.1.
2316         * image.el (image-animate-max-time): Fix :version tag.
2318 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
2320         * Branch for 23.2.
2322 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2324         * vc-git.el (vc-git-revision-table): Include remote branches.
2326 2010-03-10  Kim F. Storm  <storm@cua.dk>
2328         Animated image API.
2329         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
2331         * image.el (image-animate-max-time): New defcustom.
2332         (image-animated-types): New defconst.
2333         (create-animated-image, image-animate-timer)
2334         (image-animate-start, image-animate-stop, image-animate-timeout)
2335         (image-animated-p): New functions.
2337         * image-mode.el (image-toggle-display-image):
2338         Replace `create-image' with `create-animated-image'.
2340 2010-03-09  Miles Bader  <miles@gnu.org>
2342         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
2343         instead of "format:"; this ensures that the output is
2344         newline-terminated.
2346 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
2348         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
2349         that all errors are caught, and that the return value is always a
2350         list (Bug#5692).
2352 2010-03-08  Kenichi Handa  <handa@m17n.org>
2354         * language/misc-lang.el (windows-1256): New coding system.
2355         (cp1256): New alias of windows-1256 (bug#5690).
2357 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2359         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
2360         call to rfc822-bad-address.  (Bug#5692)
2362 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2364         * vc-git.el (vc-git-annotate-extract-revision-at-line):
2365         Use vc-git-root as default directory for revision path (Bug#5657).
2367 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
2369         * calculator.el (calculator): Don't bind split-window-keep-point
2370         (Bug#5674).
2372 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * vc-git.el: Re-flow to fit into 80 columns.
2375         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
2376         Remove spurious `quote' element in each case alternative.
2377         (vc-git-show-log-entry): Use prog1.
2378         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
2380 2010-03-06  Glenn Morris  <rgm@gnu.org>
2382         * cedet/semantic/grammar.el (semantic-grammar-header-template):
2383         Update template copyright to GPLv3+.
2385 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
2389 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
2391         * macros.el (insert-kbd-macro): Look up keyboard macro using the
2392         definition, not the name (Bug#5481).
2394 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
2396         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
2397         argument with a local variable.  (Bug#5670)
2399 2010-03-02  Juri Linkov  <juri@jurta.org>
2401         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
2403 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
2405         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
2406         error when FILENAME and NEWNAME are existing remote directories.
2408         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
2409         parameter DIR-FLAG.
2411 2010-03-02  Glenn Morris  <rgm@gnu.org>
2413         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
2414         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
2416 2010-03-01  Kenichi Handa  <handa@m17n.org>
2418         * language/burmese.el (burmese-composable-pattern): Rename from
2419         myanmar-composable-pattern.
2421         * international/characters.el (script-list):
2422         * international/fontset.el (script-representative-chars):
2423         Change myanmar to burmese.
2424         (otf-script-alist): Likewise.
2425         (setup-default-fontset): Likewise.  Re-fix :otf spec.
2427 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2429         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
2431 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
2433         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
2435 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2437         * net/tramp.el (tramp-handle-write-region): START can be a string.
2438         Take care in the checks.  Reported by Dan Davison
2439         <davison@stats.ox.ac.uk>.
2441 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
2443         * net/dbus.el (dbus-introspect, dbus-get-property)
2444         (dbus-set-property, dbus-get-all-properties):
2445         Use `dbus-call-method' when noninteractive.  (Bug#5645)
2447 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
2449         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
2450         * emacs-lisp/elint.el (elint-add-required-env):
2451         * cedet/semantic/db-find.el
2452         (semanticdb-find-translate-path-brutish-default):
2453         * cedet/ede/make.el (ede-make-check-version):
2454         * calendar/icalendar.el (icalendar--add-diary-entry):
2455         * calc/calcalg2.el (math-tracing-integral):
2456         * files.el (recover-session-finish): Use with-current-buffer
2457         instead of save-excursion.
2459 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2461         Fix in-buffer completion when after-change-functions modify the buffer.
2462         * minibuffer.el (completion--replace): New function.
2463         (completion--do-completion): Use it and use relative movement.
2465 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
2467         * international/fontset.el (setup-default-fontset): Fix :otf spec.
2469 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
2471         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
2472         Allow the characters _<> in the stack entry (Bug#5653).
2474 2010-02-26  Kenichi Handa  <handa@m17n.org>
2476         * language/burmese.el: Fix entries in composition-function-table.
2477         (myanmar-composable-pattern): New variable.
2479         * international/fontset.el (setup-default-fontset): Add an entry
2480         for myanmar.
2482         * international/characters.el (script-list): Add Myanmar
2483         Extended-A.
2485 2010-02-26  Glenn Morris  <rgm@gnu.org>
2487         * custom.el (custom-initialize-delay): Doc fix.
2489         * mail/sendmail.el (send-mail-function): Autoload the call
2490         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
2492 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
2494         * files.el (hack-local-variables-filter): For eval forms, also
2495         check safe-local-variable-p (Bug#5636).
2497 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
2499         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
2500         and use c(ad)r of cddr (Bug#5640).
2502 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
2504         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
2505         setting the modes by `ignore-errors'.  It might fail, for example
2506         if the file is not owned by the user but the group.
2507         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
2509 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
2511         * files.el (directory-listing-before-filename-regexp): Use
2512         stricter matching for iso-style dates, to avoid false matches with
2513         date-like filenames (Bug#5597).
2515         * htmlfontify.el (htmlfontify): Doc fix.
2517         * eshell/eshell.el (eshell): Doc fix.
2519         * startup.el (fancy-about-screen): In mode-line, apply
2520         mode-line-buffer-id face only to the buffer name (Bug#5613).
2522 2010-02-20  Kevin Ryde  <user42@zip.com.au>
2524         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2525         In `watcom' anchor regexp to start of line, to avoid slowness
2526         (Bug#5599).
2528 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
2530         * subr.el (remove-yank-excluded-properties): Explain in a comment
2531         why `category' property is removed.
2533 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
2535         * isearch.el (isearch-update-post-hook, isearch-update): Revert
2536         2010-02-17 change.
2538 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
2540         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
2541         (icalendar--convert-weekly-to-ical)
2542         (icalendar--convert-yearly-to-ical)
2543         (icalendar--convert-block-to-ical)
2544         (icalendar--convert-cyclic-to-ical)
2545         (icalendar--convert-anniversary-to-ical): Take care of time
2546         specifications where hour has 1-digit only (Bug#5549).
2548 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
2550         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
2551         of disassemble output in GDB 7.1.
2553 2010-02-19  Glenn Morris  <rgm@gnu.org>
2555         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
2556         property.  (Bug#5593)
2558 2010-02-18  Sam Steingold  <sds@gnu.org>
2560         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
2562 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2564         Use abbreviated file names in bookmarks (bug#5591).
2565         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
2566         calls to expand-file-name.
2567         (bookmark-relocate): Use abbreviated file names in bookmarks.
2568         (bookmark-load): Use abbreviated file names in messages.
2570 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2572         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
2573         expand "." and "..".  Reported by Thierry Volpiatto
2574         <thierry.volpiatto@gmail.com>.
2576 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
2578         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
2579         permissions of the temporary file to "0600".  In case the remote
2580         file has no read permissions for the owner, there might be
2581         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
2583 22010-02-18  Glenn Morris  <rgm@gnu.org>
2585         * emacs-lisp/authors.el (authors-renamed-files-alist):
2586         Add entries for INSTALL.CVS.
2588 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
2590         * vc-bzr.el: Fix typo in Known Bugs section.
2592         * isearch.el (isearch-update-post-hook): New hook.
2593         (isearch-update): Use the new hook.
2595 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
2597         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
2598         Fix errors in copying directories.
2599         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
2600         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
2601         (tramp-handle-delete-file)
2602         (tramp-handle-dired-recursive-delete-directory)
2603         (tramp-handle-write-region): Flush also the cache for the upper
2604         directory.
2606 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
2608         * simple.el (save-interprogram-paste-before-kill): Doc fix.
2610         * cus-edit.el (hardware): Doc fix.
2612         * man.el (man): Add to external custom group.
2614         * delim-col.el (columns): Move to wp custom group.
2616         * doc-view.el (doc-view): Add to data custom group.
2618         * cedet/data-debug.el (data-debug): Move to extensions group.
2620         * cedet/ede.el (ede):
2621         * cedet/srecode.el (srecode):
2622         * cedet/semantic.el (semantic): Put in tools and extensions group.
2624         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
2626         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
2627         by ispell-parse-output (Bug#5575).
2629 2010-02-16  Kenichi Handa  <handa@m17n.org>
2631         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
2632         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
2633         (skkdic-convert): Use `euc-japan' coding system for writing.
2635 2010-02-16  Glenn Morris  <rgm@gnu.org>
2637         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
2638         tex-main-file before using it.  (Bug#5562)
2640 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2642         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
2643         warnings, since it is annoying for the user to see them each time he
2644         runs the code.
2646 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
2648         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
2649         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
2650         instead of PROC for caching "first-password-request".  Otherwise,
2651         new processes would not profit from passwords already entered.
2653         * net/tramp-cache.el (tramp-dump-connection-properties):
2654         Don't save "first-password-request" property.
2656 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
2658         * outline.el (outline-head-from-level):
2659         * simple.el (with-wrapper-hook):
2660         * cedet/ede.el (ede-run-target, project-delete-target)
2661         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
2662         (ede-adebug-project, ede-adebug-project-parent)
2663         (ede-adebug-project-root):
2664         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
2665         (elint-defun, elint-buffer-env, elint-top-form-logged)
2666         (elint-unbound-variable):
2667         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
2668         Fix typos in docstrings.
2670 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
2672         * files.el (insert-directory): When WILDCARD-REGEXP and
2673         FULL-DIRECTORY-P are nil, insert the file entry instead of the
2674         whole directory.  (Bug#5551)
2676         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
2677         dired's alignment sanity.  (Bug#5516)
2679 2010-02-14  Juri Linkov  <juri@jurta.org>
2681         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
2682         Remove remaining ^H with their preceding chars.  (Bug#5566)
2684 2010-02-13  Glenn Morris  <rgm@gnu.org>
2686         * simple.el (transpose-subr): Give it a doc-string.
2688         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
2689         Doc fixes.
2691 2010-02-12  Juri Linkov  <juri@jurta.org>
2693         * arc-mode.el (archive-unique-fname): Make directories for nested
2694         archives.  (Bug#5540)
2696 2010-02-12  Juri Linkov  <juri@jurta.org>
2698         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
2700 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * subr.el (copy-overlay): Handle deleted overlays.
2704         * man.el (Man-completion-table): Don't signal an error if we can't run
2705         manual-program (bug#4056).
2707 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
2709         * textmodes/artist.el (artist-mt): Fix typos in docstring.
2711 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2713         * info.el (Info-bookmark-jump): Simplify.
2715         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
2716         (bookmark-default-handler): Accept new bookmark field `buffer'.
2718 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
2720         * iswitchb.el (iswitchb-completions): Revert last change.
2722 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
2724         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
2725         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
2726         This prevents file names like "~/" being listed literally.
2728 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
2730         * term/xterm.el (xterm-maybe-set-dark-background-mode):
2731         Remove dead code.  (Bug#5546)
2733 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
2735         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
2736         correctly (Bug#5548).
2738 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
2740         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
2741         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
2743 2010-02-08  Kenichi Handa  <handa@m17n.org>
2745         * international/mule-util.el (with-coding-priority): Add autoload
2746         cookie for putting `lisp-indent-function'.
2748 2010-02-07  Glenn Morris  <rgm@gnu.org>
2750         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
2751         Move F2003 named interfaces from keywords-2 to keywords-1, and
2752         use function-name-face rather than constant-face.
2753         Simplify "abstract interface" regexp.
2755 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
2757         * eshell/esh-util.el (eshell-file-attributes): New optional arg
2758         ID-FORMAT.  Pass it to `file-attributes'.
2760         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
2762 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
2764         * faces.el (set-face-attribute): Allow calling
2765         internal-set-lisp-face-attribute with 'unspecified family and
2766         foundry argument (Bug#5536).
2768 2010-02-07  Glenn Morris  <rgm@gnu.org>
2770         * progmodes/f90.el (f90-font-lock-keywords-2)
2771         (f90-looking-at-type-like, f90-looking-at-program-block-end):
2772         Handle F2003 named interfaces.
2774 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
2776         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
2777         beg and end before calling c-get-state-before-change-functions.
2779 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
2781         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
2783 2010-02-05  Juri Linkov  <juri@jurta.org>
2785         * doc-view.el (doc-view-mode):
2786         * image-mode.el (image-mode): Put property mode-class=special.
2787         (Bug#4896)
2789 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
2791         * vc-svn.el (vc-svn-revision-table): New function.
2793 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
2795         * net/ange-ftp.el (ange-ftp-insert-directory):
2796         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2797         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2798         Handle also directories.  (Bug#5478)
2800 2010-02-05  Glenn Morris  <rgm@gnu.org>
2802         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
2804 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
2806         * startup.el (command-line-1): Convert options beginning with a
2807         single dash as well (Bug#5519).
2809 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2811         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
2812         * minibuffer.el (completion-initials-expand): Only check the presence
2813         of delims *within* the boundaries, since otherwise the / delim is
2814         always found for files.
2816         Fix up various corner case problems.
2817         * doc-view.el (doc-view-last-page-number): New function.
2818         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
2819         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
2820         (doc-view-kill-proc): Avoid inf-loop in freak cases.
2821         (doc-view-reconvert-doc): Use the new recursive delete-directory.
2822         (doc-view-convert-current-doc): Don't create the resolution.el file
2823         here any more.
2824         (doc-view-pdf/ps->png): Do it here instead.
2825         (doc-view-already-converted-p): Check that resolution.el is present.
2826         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
2827         windows that are not yet showing images.
2829 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
2831         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
2832         `dired-uncache' for every elemnt which is an absolute file name.
2834         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
2835         directory, handle its directory component.
2836         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
2837         function is called permanently and creates noise, otherwise.
2839         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
2840         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
2841         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
2843 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
2845         * macros.el (apply-macro-to-region-lines):
2846         Minor simplification.  (Bug#5485)
2848 2010-02-04  Glenn Morris  <rgm@gnu.org>
2850         * mail/rmail.el (rmail-show-message-1): Handle malformed
2851         quoted-printable text.  (Bug#5441)
2853         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
2855         * simple.el (visual-line-mode): Capitalize lighter.
2857 2010-02-03  John Wiegley  <jwiegley@gmail.com>
2859         * iswitchb.el (iswitchb-completions): Add bookmark files to the
2860         list of files considered for "virtual buffer" completions.
2862 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
2864         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
2865         also in case of (and (not full) (not wildcard)). This is needed,
2866         when dired is called with a list of files, which are not in
2867         `default-directory'.  (Bug#5478)
2869 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2871         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
2873 2010-02-02  Juri Linkov  <juri@jurta.org>
2875         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
2876         from unidiff to allow function-line after @@.
2878 2010-02-02  Juri Linkov  <juri@jurta.org>
2880         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
2881         '(RCS SCCS) with inverted condition.
2883 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
2885         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
2886         messages.
2888 2010-02-01  Juri Linkov  <juri@jurta.org>
2890         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
2891         compare with "pkunzip" and "pkzip" instead of only "pkzip".
2892         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
2893         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
2895 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2897         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
2898         (doc-view-revert-buffer): New command.
2899         (doc-view-mode-map): Use it.
2901 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
2903         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
2904         pending merge is detected.
2906 2010-01-31  Juri Linkov  <juri@jurta.org>
2908         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
2909         beginning of interactive spec like all other grep commands do.
2910         Put "all" in front of "gz".  (Bug#5260)
2912 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
2914         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
2916 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
2918         * dirtrack.el (dirtrack): Warn instead of signalling error if the
2919         regexp is incorrect (Bug#5476).
2921 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
2923         * net/tramp.el (tramp-handle-insert-directory): Handle also
2924         symlinks, when FILENAME is not in `default-directory'.
2926 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2928         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
2929         FILE is not in `default-directory'.  (Bug#5478)
2931         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
2932         of SWITCHES.  Handle the case, FILENAME is not in
2933         `default-directory'.  (Bug#5478)
2934         (tramp-register-file-name-handlers): Add safe-magic property.
2936 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
2938         * arc-mode.el (archive-zip-extract): Quote the argument passed to
2939         unzip (Bug#5475).
2941 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
2943         * progmodes/flymake.el (flymake-allowed-file-name-masks)
2944         (flymake-master-make-header-init): Add other C++ filename masks.
2945         (flymake-find-possible-master-files)
2946         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
2948 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
2950         Fix some busybox annoyances.
2952         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
2953         not responding." string.
2954         (tramp-open-connection-setup-interactive-shell): Dump stty
2955         settings.  Enable "neveropen" arg for all `tramp-send-command'
2956         calls.  Handle "=" in variable values properly.
2957         (tramp-find-inline-encoding): Raise an error, when no encoding is
2958         found.
2959         (tramp-wait-for-output): Check, whether PROC buffer is available.
2960         Remove spurious " ^H" sequences, sent by busybox.
2961         (tramp-get-ls-command): Suppress coloring, if possible.
2963 2010-01-28  Glenn Morris  <rgm@gnu.org>
2965         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
2967         * log-edit.el (log-edit-strip-single-file-name): Add missing
2968         :safe, :group, and :version tags.
2970 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
2972         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
2973         buffers.  (Bug#5477)
2975 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
2977         * files.el (delete-directory): Handle moving to trash without
2978         first doing recursion (Bug#5436).
2980 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
2982         * vc-hooks.el (vc-path): Mark as obsolete.
2984 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
2986         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
2987         names too.
2989         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
2990         for the short log.
2991         (vc-bzr-log-view-mode): Adjust regexp for the above change.
2993 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
2995         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
2997         * vc-bzr.el (vc-bzr-revision-table): New function.
2999 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
3001         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
3002         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
3004 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
3006         Remove support for adding --signoff on commit.
3007         Future support will use an incompatible generic mechanism.
3008         * vc-git.el (vc-git-add-signoff): Remove variable.
3009         (vc-git-toggle-signoff): Remove function.
3010         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
3012         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
3013         from xterm-set-background-mode.  Return t if the background mode
3014         was set.
3015         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
3016         earlier, call it again in case the background mode has changed.
3018 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
3020         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
3021         (Bug#3541).
3023 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
3025         * emacs-lisp/assoc.el (aelement): Doc fix.
3026         (aput, adelete, amake): Use lexical-let (Bug#5450).
3028 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
3030         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
3031         is the same as subprogram call, not declaration.  (Bug#5435).
3033 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
3035         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
3036         (tramp-smb-maybe-open-connection): Use it.
3038 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
3040         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
3042 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3044         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
3045         just because we see "encoding: 8bit".
3046         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
3048 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
3050         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
3052 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
3054         * jka-compr.el (jka-compr-load): If load-file is not in
3055         load-history, try its file-truename version.  (bug#5447)
3057 2010-01-21  Alan Mackenzie  <acm@muc.de>
3059         Fix a situation where deletion of a cpp construct throws an error.
3060         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
3061         invoking c-with-all-but-one-cpps-commented-out, check that the
3062         special cpp construct is still in the buffer.
3063         (c-parse-state): Record the special cpp with markers, not numbers.
3065 2010-01-21  Kenichi Handa  <handa@m17n.org>
3067         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
3068         process last-command-event, as it is now decoded first (Bug#5380).
3070 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
3072         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
3074 2010-01-20  Glenn Morris  <rgm@gnu.org>
3076         * indent.el (tab-always-indent): Fix custom-type.
3078 2010-01-19  Alan Mackenzie  <acm@muc.de>
3080         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
3081         buffer throws "args out of range".
3082         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
3083         playing the role of delimiter.
3085 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
3087         * progmodes/ada-mode.el: Fix bug#5400.
3088         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
3089         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
3090         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
3091         Improve comments in "is" portion.  Handle null procedure declaration.
3092         (ada-move-to-end): Improve doc string.
3094 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
3096         * ido.el (ido-cur-list): Initialize to nil.
3097         Remove obsolete information from commentary.
3098         (ido-choice-list): Initialize to nil.
3099         (ido-get-bufname): Reject minibuffers.
3100         (ido-make-buffer-list): If "default" is a nonexistent
3101         buffer, ignore it, as per the function's comment.
3102         (ido-kill-buffer-internal): New function.
3103         (ido-kill-buffer-at-head): Use it.
3104         (ido-visit-buffer): Likewise.
3106 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
3108         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
3110 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
3112         * cedet/ede/locate.el (ede-locate-file-in-project)
3113         (ede-locate-file-in-project-impl): Fix typos in docstrings.
3114         (ede-enable-locate-on-project): Fix typos in error messages.
3116         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
3117         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
3118         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
3119         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
3120         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
3121         Fix typos in menu help.
3123         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
3124         Fix typos in chart titles.
3126         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
3127         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
3128         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
3129         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
3130         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
3131         (semantic-parse-stream, semantic-parse-region)
3132         (semantic-parse-region-default, semantic--set-buffer-cache)
3133         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
3134         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
3135         (semantic-default-submodes):
3136         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
3137         (semanticdb-create-ebrowse-database)
3138         (semanticdb-find-tags-for-completion-method)
3139         (semanticdb-find-tags-by-class-method)
3140         (semanticdb-deep-find-tags-by-name-method)
3141         (semanticdb-deep-find-tags-for-completion-method):
3142         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
3143         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
3144         (semanticdb-find-tags-for-completion-method)
3145         (semanticdb-find-tags-by-class-method)
3146         (semanticdb-deep-find-tags-for-completion-method):
3147         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
3148         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
3149         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
3150         (semanticdb-find-tags-by-name-method)
3151         (semanticdb-find-tags-by-name-regexp-method)
3152         (semanticdb-find-tags-for-completion-method)
3153         (semanticdb-find-tags-by-class-method)
3154         (semanticdb-find-tags-external-children-of-type-method)
3155         (semanticdb-find-tags-subclasses-of-type-method)
3156         (semanticdb-deep-find-tags-by-name-method)
3157         (semanticdb-deep-find-tags-by-name-regexp-method)
3158         (semanticdb-deep-find-tags-for-completion-method):
3159         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
3160         (semanticdb-enable-gnu-global-in-buffer)
3161         (semanticdb-find-tags-for-completion-method)
3162         (semanticdb-deep-find-tags-by-name-method)
3163         (semanticdb-deep-find-tags-for-completion-method):
3164         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
3165         (javascript-mode, semanticdb-find-translate-path)
3166         (semanticdb-find-tags-for-completion-method)
3167         (semanticdb-find-tags-by-class-method)
3168         (semanticdb-deep-find-tags-by-name-method)
3169         (semanticdb-deep-find-tags-for-completion-method)
3170         (semanticdb-find-tags-external-children-of-type-method):
3171         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
3172         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
3173         (global-semantic-idle-scheduler-mode):
3174         * cedet/srecode/dictionary.el (srecode-field-value)
3175         (srecode-dictionary-add-section-dictionary):
3176         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
3177         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
3178         (describe-class, eieio-describe-generic, describe-generic):
3179         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
3180         (eieio-speedbar-expand):
3181         * emulation/viper-cmd.el (viper-exec-form-in-vi)
3182         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
3183         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
3184         (viper-del-backward-char-in-replace, viper-backward-indent)
3185         (viper-brac-function, viper-register-to-point, viper-submit-report):
3186         * net/tramp.el (tramp-remote-coding-commands):
3187         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
3188         Fix typos in docstrings.
3190 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
3192         * mail/sendmail.el (mail-yank-original): Set the mark if the
3193         specified function for yanking does not do it.
3195 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
3197         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
3199         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
3200         resyncing a directory.
3202 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
3204         * progmodes/ada-mode.el: Fix bug#1920.
3205         (ada-ident-re): Delete ., allow multibyte characters.
3206         (ada-goto-label-re): New; matches goto labels.
3207         (ada-block-label-re): New; matches block labels.
3208         (ada-label-re): New; matches both.
3209         (ada-named-block-re): Deleted; callers changed to use
3210         `ada-block-label-re' instead.
3211         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
3212         Use `ada-block-label-re'.
3213         (ada-indent-on-previous-lines): Improve handling of goto labels.
3214         (ada-get-indent-block-start): Special-case block label.
3215         (ada-get-indent-label): Split into `ada-indent-block-label' and
3216         `ada-indent-goto-label'.
3217         (ada-goto-stmt-start, ada-goto-next-non-ws):
3218         Optionally ignore goto labels.
3219         (ada-goto-next-word): Simplify.
3220         (ada-indent-newline-indent-conditional): Insert newline before
3221         trying to fix indentation; doc fix.
3223 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
3225         * calc/calc.el (calc-command-flags): Give it an initial value.
3227 2010-01-17  Glenn Morris  <rgm@gnu.org>
3229         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
3231 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
3233         * cedet/semantic.el (semantic-mode):
3234         * files.el (minibuffer-with-setup-hook):
3235         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
3236         (artist-key-draw-continously, artist-key-do-continously-continously)
3237         (artist-key-set-point-continously, artist-mouse-draw-continously):
3238         Fix typos in docstrings.
3240 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
3242         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
3243         return t (Bug#3898).
3245 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
3247         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
3248         can parse the output of the external commands (Bug#5279).
3250 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
3252         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
3254 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
3256         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
3258         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
3260         * startup.el (command-line): Remove unused --icon-type arg.
3261         Handle --display arg, passing it to command-line-1 (Bug#5392).
3263 2010-01-16  Mario Lang  <mlang@delysid.org>
3265         * cedet/ede/cpp-root.el (ede-cpp-root-project):
3266         * cedet/ede/files.el (ede-expand-filename):
3267         * cedet/ede/simple.el (ede-simple-project):
3268         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3269         (semantic-complete-inline-tag-engine):
3270         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
3271         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
3272         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
3273         * cedet/semantic/db.el (semanticdb-equivalent-mode):
3274         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
3275         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
3276         * emacs-lisp/chart.el (chart-translate-namezone):
3277         * textmodes/artist.el (artist-compute-popup-menu-table):
3278         Remove duplicated words in doc-strings.
3280 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
3282         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
3283         to mairix-search to suppress threading (Bug#5342).
3285 2010-01-15  Kenichi Handa  <handa@m17n.org>
3287         * international/mule-cmds.el (canonicalize-coding-system-name):
3288         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
3290 2010-01-15  Glenn Morris  <rgm@gnu.org>
3292         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
3294         * wid-edit.el (widget-keymap): Doc fix.
3296         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
3297         former seems to be more widely accepted by various svn versions.
3299 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3301         * find-cmd.el (find-constituents):
3302         * vc-arch.el (vc-arch-root):
3303         * window.el (window-body-height, pop-up-frames):
3304         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
3305         (semantic-no-reparse-needed-change-hook):
3306         * cedet/srecode/insert.el (srecode-resolve-argument-list)
3307         (srecode-template-inserter-blank, srecode-template-inserter-variable)
3308         (srecode-template-inserter-ask, srecode-template-inserter-width)
3309         (srecode-template-inserter-section-start)
3310         (srecode-template-inserter-section-end, srecode-insert-method):
3311         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
3312         * progmodes/ada-stmt.el (ada-if):
3313         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
3314         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
3315         (ispell-encoding8-command, ispell-aspell-supports-utf8)
3316         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
3318         * progmodes/flymake.el (flymake-post-syntax-check):
3319         Fix typo in error message.
3321 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3323         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
3324         which is always a string.  (Bug#5313)
3326 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
3328         * progmodes/ada-xref.el (ada-default-prj-properties):
3329         Simplify previous change.
3331 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3333         * progmodes/ada-xref.el (ada-default-prj-properties):
3334         Default ada_project_path to $ADA_PROJECT_PATH.
3336 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3338         * progmodes/ada-mode.el (ada-create-keymap):
3339         Override `narrow-to-defun' with `ada-narrow-to-defun'.
3341 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3343         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
3344         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
3345         (ada-get-current-indent, ada-imenu-generic-expression)
3346         (ada-which-function): Check for it.
3348 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
3350         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
3351         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
3353 2010-01-14  Glenn Morris  <rgm@gnu.org>
3355         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
3357 2010-01-14  Kenichi Handa  <handa@m17n.org>
3359         * composite.el (auto-composition-mode): Make it a buffer local
3360         variable (permanent-local).
3361         (auto-composition-function): Set the default value to
3362         auto-compose-chars.
3363         (auto-composition-mode): Make it a simple function, not a minor mode.
3364         (global-auto-composition-mode): Likewise.
3365         (turn-on-auto-composition-if-enabled): Delete it.
3367 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
3369         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
3371 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
3373         * files.el (copy-directory): Compute target for recursive
3374         directories with identical names.  (Bug#5343)
3376 2010-01-12  Glenn Morris  <rgm@gnu.org>
3378         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
3379         it to bug-gnu-emacs rather than emacs-pretest-bug.
3381 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3383         * cedet/data-debug.el (data-debug): Fix customization group reference.
3385 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
3387         * cedet/semantic/analyze.el (semantic-analyze-push-error)
3388         (semantic-analyze-context, semantic-analyze-context-assignment)
3389         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
3390         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
3391         (semantic-java-doc-keywords-map):
3392         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
3393         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
3394         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
3395         (semantic-c-classname, semantic-format-tag-uml-prototype)
3396         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
3397         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
3398         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
3399         (semantic-get-local-variables, semantic-end-of-command)
3400         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
3401         (lisp-mode):
3402         * cedet/semantic/bovine/make.el (makefile-mode):
3403         * cedet/semantic/wisent/python.el (wisent-python-string-re)
3404         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
3405         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
3406         (semantic-lex, semantic-get-local-variables, python-mode):
3407         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
3408         * cedet/srecode/extract.el (srecode-extract-state-set)
3409         (srecode-extract-method): Fix typos in docstrings.
3411 2010-01-11  Sam Steingold  <sds@gnu.org>
3413         * imenu.el (imenu-default-create-index-function): Detect infinite
3414         loops caused by imenu-prev-index-position-function.
3416 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3418         * htmlfontify.el (htmlfontify-load-rgb-file)
3419         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
3420         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
3421         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
3422         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
3423         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
3424         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
3425         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
3426         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
3427         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
3428         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
3429         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
3430         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
3431         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
3432         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
3433         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
3434         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
3435         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
3436         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
3437         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
3438         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
3439         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
3440         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
3441         backslash-quoting from parentheses, etc.
3443 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
3445         * progmodes/js.el: Autoload javascript-mode alias.
3447 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
3449         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
3450         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
3451         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
3452         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
3453         Fix typos in docstrings.
3454         (ffap-url-regexp): Doc fix.
3455         (ffap-at-mouse): Fix typo in message.
3457 2010-01-11  Glenn Morris  <rgm@gnu.org>
3459         * version.el (emacs-copyright): Set copyright year to 2010.
3461 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         * format.el (format-annotate-function): Only set
3464         write-region-post-annotation-function after running to-fn so as not to
3465         affect nested write-region calls (bug#5273).
3467 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
3469         * cedet/semantic.el (semantic-new-buffer-setup-functions):
3470         Add python parser.
3472         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
3473         wisent/python.el.
3475 2010-01-10  Richard Kim  <emacs18@gmail.com>
3477         * cedet/semantic/wisent/python-wy.el:
3478         * cedet/semantic/wisent/python.el: New files.
3480 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3482         * man.el (Man-goto-section): Signal error if the section is not
3483         found (Bug#5317).
3485 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
3487         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
3488         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
3490 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
3492         * progmodes/compile.el: Don't treat compile-command as safe if
3493         compilation-read-command might be nil (Bug#4218).
3495 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
3497         * startup.el (command-line-1): Use orig-argi to check for ignored X and
3498         NS options.
3500 2010-01-08  Kenichi Handa  <handa@m17n.org>
3502         * international/fontset.el (build-default-fontset-data):
3503         Exclude characters in scripts kana, hangul, han, or cjk-misc.
3505 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
3507         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
3508         to `create-file-buffer' as it expects, not just a buffer name.
3509         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
3510         to help uniquify.  (Bug#3224)
3512 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
3514         * font-setting.el (font-setting-change-default-font): Use user-spec
3515         instead of name.
3517 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
3519         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
3521 2010-01-05  Tom Tromey  <tromey@redhat.com>
3523         * progmodes/python.el (python-font-lock-keywords):
3524         Handle qualified decorators (Bug#881).
3526 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3528         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
3529         in a lightweight checkout.
3531 2010-01-05  Kenichi Handa  <handa@m17n.org>
3533         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
3535 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
3537         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
3539 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
3541         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
3542         checkouts.  (Bug#618)
3543         (vc-bzr-log-view-mode): Also highlight the author.
3544         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
3545         (vc-bzr-shelve-menu-map):
3546         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
3547         (vc-bzr-shelve-apply): Make prompt more explicit.
3549 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
3551         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
3552         They are valid characters in URL paths (rfc3986), and at least
3553         Firefox does not understand the encoded version (Bug#3166).
3555 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
3557         * progmodes/octave-mod.el (octave-end-keywords)
3558         (octave-block-begin-or-end-regexp, octave-block-match-alist):
3559         Add "end" keyword (Bug#3061).
3560         (octave-end-as-array-index-p): New function.
3561         (calculate-octave-indent): Use it.
3563 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3565         * bookmark.el: Consistently put the text property on the bookmark name.
3566         (bookmark-bmenu-marks-width): Bump back to 2, to include
3567         annotation marks.
3568         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
3569         property on the bookmark name, instead of not putting it at all.
3570         (bookmark-bmenu-list): Fix where we put the text property.
3572 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3574         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
3575         for showing buffer modified state (as added in the previous change).
3577 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3579         * bookmark.el: Show modified state of bookmark buffer more accurately.
3580         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
3581         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
3582         (with-buffer-modified-unmodified): New macro.
3583         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3584         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
3585         Use new macro to preserve the buffer modified state.
3587 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3589         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
3590         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
3591         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
3592         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
3593         (bookmark-bmenu-rename, bookmark-bmenu-locate)
3594         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
3595         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
3597 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3599         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
3600         Make the lines in the generated doc string shorter.  (Bug#4668)
3602 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
3604         * net/rcirc.el: Add follow-link binding (Bug#4738).
3606 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
3608         * Makefile.in (bzr-update): Rename from cvs-update.
3609         (cvs-update): New target for backward compatibility.
3611         * makefile.w32-in (bzr-update): Rename from cvs-update.
3612         (cvs-update): New target for backward compatibility.
3614 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3616         * bookmark.el: Remove gratuitous gratitude.
3618 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3620         * bookmark.el (bookmark-bmenu-any-marks): New function
3621         (bookmark-bmenu-save): Clear buffer modification if no marks.
3623 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3625         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
3626         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
3627         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
3628         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
3630         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
3631         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
3632         To: emacs-devel {_AT_} gnu.org
3633         Subject: bookmark.el bug report
3634         Date: Mon, 28 Dec 2009 14:19:16 +0800
3635         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
3637 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
3639         * bookmark.el: Improvements suggested by Drew Adams:
3640         (bookmark-bmenu-ensure-position): New name for
3641         `bookmark-bmenu-check-position'.  Just ensure the position,
3642         don't return any meaningful value.
3643         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
3644         New constants.
3646 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
3648         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
3649         (bookmark-yank-point, bookmark-bmenu-check-position):
3650         Fix typos in docstrings.
3651         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
3652         (bookmark-name-from-full-record, bookmark-get-position)
3653         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
3654         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
3655         Remove useless quoting of parenthesis, etc. in docstrings.
3657         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
3658         (ediff-append-custom-diff): Fix typo in error message.
3659         (ediff-meta-mark-equal-files): Fix typos in messages.
3661         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
3663         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
3664         Fix typo in docstring.
3666         * net/imap-hash.el (imap-hash-make): Doc fix.
3667         (imap-hash-test): Fix typo in error message; reflow docstring.
3668         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
3669         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
3670         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
3671         Fix typos in docstrings.
3672         (imap-hash-open-connection): Fix typo in error message.
3674         * play/gomoku.el (gomoku): Fix typos in docstring.
3676         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
3677         (gdb-jsonify-buffer): Fix typos in docstring.
3678         (gdb-goto-breakpoint): Fix typo in error message.
3679         ("Display Other Windows"): Fix typo in help message.
3680         (gdb-speedbar-expand-node): Fix typo in question.
3682         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
3683         (idlwave-html-system-help-location, idlwave-html-help-location)
3684         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
3685         (idlwave-help-browser-generic-args, idlwave-help-directory)
3686         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
3687         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
3688         (idlwave-online-help, idlwave-help-html-link)
3689         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
3690         Fix typos in docstrings.
3691         (idlwave-help-with-source, idlwave-help-find-routine-definition):
3692         Reflow docstrings.
3693         (idlwave-help-assistant-start): Fix typo in error message.
3695         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
3696         (octave-electric-space): Fix typos in docstrings.
3698 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
3700         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
3702 2010-01-01  Juri Linkov  <juri@jurta.org>
3704         * comint.el (comint-input-ring-size): Make it a defcustom and
3705         increase the default to 500 (Bug#5148).
3707 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
3709         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
3710         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
3711         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
3713 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
3715         Show working revision correctly for mercurial.
3716         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
3717         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
3719 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
3721         Declare some functions for the byte-compiler.
3722         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
3723         (speedbar-timer-fn, speedbar-change-expand-button-char)
3724         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
3726 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
3728         This changeset reverts GDB Graphical Interface to use annotations.
3729         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
3731 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
3733         Make vc-dir work on subdirectories of the bzr root.
3734         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
3735         file names relative to it.
3736         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
3737         relative directory to vc-bzr-after-dir-status.
3739 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
3741         * font-lock.el (font-lock-refresh-defaults): New function, which
3742         can be used to let font-lock react to external changes in
3743         variables like font-lock-defaults and keywords.
3744         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
3746 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
3748         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
3750         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
3752 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
3754         Supersede color.diff settings in git log (bug#5211).
3756         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
3757         escape chars in its output when the user has color.diff set to `always'.
3758         This fix works on git 1.4.2 and newer (released on 2006-08-13).
3760 2009-12-26  Kevin Ryde  <user42@zip.com.au>
3762         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
3763         node.  Keep previous "Index" name to work with past coreutils too.
3765         * man.el (man): Revise docstring a bit to show -a and -l as
3766         examples.  Add -k description since support for it has otherwise
3767         been a secret.  (Further to bug#3717.)
3768         (Man-bgproc-sentinel): When "-k foo" produces no output show error
3769         "no matches" rather than "Can't find manpage", as the latter reads
3770         like -k was interpreted as a page name, which is not so.  (Bug#5431)
3772 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
3774         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
3775         switches.  Check also for //SUBDIRED// line.
3777 2009-12-25  Kenichi Handa  <handa@m17n.org>
3779         * language/indian.el (devanagari-composable-pattern): Fixed to
3780         handle ZWNJ and ZWJ.  Use it in composition-function-table for
3781         Devanagari.
3782         (malayalam-composable-pattern): Fix previous change.
3784 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3786         * ps-print.el (ps-face-attributes): It was not returning the
3787         attribute face for faces specified as string.  Reported by harven
3788         <harven@free.fr>.
3789         (ps-print-version): New version 7.3.5.
3791 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
3793         * calendar/icalendar.el (icalendar--convert-tz-offset):
3794         Fix timezone names.
3795         (icalendar--convert-tz-offset): Fix the "last-day-problem".
3796         (icalendar--add-diary-entry): Remove the trailing blank that
3797         diary-make-entry inserts.
3799 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
3801         Make `file-expand-wildcards' work for remote files.
3803         * files.el (file-expand-wildcards): In case of remote files, check
3804         only local file name part for wildcards.  Provide feature 'files
3805         and subfeature 'remote-wildcards.  (Bug#5198)
3807         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
3808         if there is already an established connection.
3809         (tramp-advice-file-expand-wildcards): Remove it.
3811         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
3812         (tramp-advice-file-expand-wildcards): Move from tramp.el.
3813         Activate advice for older GNU Emacs versions.  (Bug#5237)
3815 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
3817         Some doc fixes (more needed).
3819         * find-cmd.el (find-constituents): Reflow docstring.
3820         (find-cmd, find-prune, find-command): Fix typos in docstrings.
3821         (find-generic): Doc fix.
3823 2009-12-17  Juri Linkov  <juri@jurta.org>
3825         Fix regression from 23.1 to allow multiple modes in Local Variables.
3827         * files.el (hack-local-variables-filter): While ignoring duplicates,
3828         don't take `mode' into account.
3829         (hack-local-variables-filter, hack-dir-local-variables):
3830         Don't remove duplicate `mode' from local-variables-alist (like `eval').
3832 2009-12-17  Juri Linkov  <juri@jurta.org>
3834         Make `dired-diff' safer.  (Bug#5225)
3836         * dired-aux.el (dired-diff): Signal an error when `file' equals to
3837         `current' or when `file' is a directory of the `current' file.
3839 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
3841         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
3842         unconditionally preloaded files.
3844 2009-12-16  Juri Linkov  <juri@jurta.org>
3846         Revert to old 23.1 logic of using the file at the mark as default.
3847         * dired-aux.el (dired-diff): Use the file at the mark as default
3848         if it's not the same as the current file, and the target dir is
3849         the current dir or the mark is active.  Add the current file
3850         as the arg of `dired-dwim-target-defaults'.  Use the default file
3851         in the prompt.  (Bug#5225)
3853 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
3855         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
3856         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
3857         (tramp-check-for-regexp): Check also, when an echoing shell stops
3858         to echo sent commands.
3860 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3862         * Makefile.in: Revert last change (Bug#5191).
3864 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
3866         * vc-hg.el (vc-hg-print-log): Fix argument order.
3867         (vc-hg-working-revision): Make sure the command is executed in a
3868         known environment so that we can parse the output.  (Bug#4417)
3870 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3872         * progmodes/python.el (python-symbol-completions): Remove text
3873         properties from symbol string before calling python-send-receive.
3875 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
3877         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
3878         when there are values for both file and line.  (Bug#5060)
3880 2009-12-14  Juri Linkov  <juri@jurta.org>
3882         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
3883         whitespace after the file name of the first line of unified format,
3884         because git-diff doesn't output whitespace and file modification time
3885         after the file name.
3887 2009-12-14  David Kastrup  <dak@gnu.org>
3889         * info.el (Info-hide-cookies-node): Before hiding a cookie,
3890         check if it already has the `display' property added by
3891         `Info-display-images-node', and not put the `invisible' property
3892         in this case.
3894 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
3896         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
3897         (semantic-mru-bookmark-mode): Doc fixes.
3899         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
3900         of assert.
3902 2009-12-13  Glenn Morris  <rgm@gnu.org>
3904         * mail/emacsbug.el (message-sort-headers): Define for compiler.
3905         (report-emacs-bug): In message-mode, sort manually before storing
3906         original report text.  (Bug#5178)
3907         Remove superfluous save-excursion.
3909 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
3911         * net/dbus.el (dbus-property-handler): Filter lambda forms out
3912         when responding to "GetAll" properties.
3914 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
3916         * simple.el (compose-mail): Remove mail-setup-with-from from
3917         customization checks.
3919 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
3921         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
3922         RAR archives created on Unix systems.
3924 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3926         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
3927         the varalias that was accidentally removed by the 2009-11-19 change
3928         (bug#5186).
3930 2009-12-12  Kenichi Handa  <handa@m17n.org>
3932         * language/indian.el (indian-compose-regexp): New function.
3933         (malayalam-composable-pattern): Fix the pattern.
3934         (composition-function-table): Set malayalam-composable-pattern for
3935         Malayalam characters.
3937 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
3939         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
3940         rather than down-mouse-1, based on follow-link conventions.
3942         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
3943         are compiled.
3945 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
3947         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
3948         (verilog-vmm-statement-re, verilog-ovm-statement-re)
3949         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
3950         (verilog-leap-to-head, verilog-backward-token):
3951         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
3953 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
3955         * progmodes/verilog-mode.el (verilog-auto-lineup)
3956         (verilog-nameable-item-re): Cleanup user-visible spelling and
3957         documentation errors.  One reported by Gary Delp.
3958         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
3959         (verilog-read-decls): Fix AUTOWIRE with types declared in a
3960         package, bug195.  Reported by Pierre-David Pfister.
3962 2009-12-11  Glenn Morris  <rgm@gnu.org>
3964         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
3966         * mail/emacsbug.el: No longer require sendmail.
3967         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
3968         (report-emacs-bug-orig-text): Doc fix.
3969         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
3970         New local variables, to adapt to different mail-user-agents.
3971         (report-emacs-bug): Fix test for a gnu.org address.
3972         Use overlays for emphasis, since font-lock defeats 'face property.
3973         Pretest bugs also end up at the newsgroup these days.
3974         Stop message-mode stripping text properties.
3975         Set and use the new buffer-local variables.
3976         (report-emacs-bug-hook): Add doc-string.
3977         Remove some unnecessary save-excursions and simplify.
3978         Use the appropriate hook and send-command.
3980         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
3981         capitalization of some menu entries.
3983 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3985         * whitespace.el (whitespace-display-char-on): Ensure
3986         `buffer-display-table' is unique when two or more windows are
3987         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
3988         New version 12.1.
3990 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
3992         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
3993         characters in the Attribute field.
3995 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
3997         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
3999 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4001         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
4002         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4003         Disregard autoload-excludes.
4004         (update-directory-autoloads): Obey autoload-excludes here instead.
4005         But don't store its contents in no-autoloads and remove entries that
4006         refer to excludes files.
4008 2009-12-10  Glenn Morris  <rgm@gnu.org>
4010         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
4011         (expand-mail-aliases): Define for compiler.
4013         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
4014         Define for compiler.
4016         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4017         appropriate for the mail-user-agent in use.
4019 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
4021         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
4023 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
4025         Fix short log parsing and fontification.
4026         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
4027         Fix fontification for the [merge] label.
4029 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
4031         Drop some properties to avoid surprises (bug#5002).
4032         * htmlfontify.el (hfy-ignored-properties): New defcustom.
4033         (hfy-fontify-buffer): Use it.
4035 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         Minor cleanup.
4038         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
4039         Adjust all callers.
4040         (ffap-locate-file): Remove unused arg `dir-ok' and make other
4041         args compulsory.  Adjust callers.
4042         (ffap-gopher-at-point): Remove unused var `name'.
4044         Get rid of the ELCFILES abomination.
4045         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
4046         (compile-elcfiles): New phony target.
4047         (compile-main): Compute ELCFILES dynamically.
4048         (compile-clean): New target to remove left-over elc files.
4049         (compile, all): Use it.
4051 2009-12-09  Kenichi Handa  <handa@etlken>
4053         * international/mule-diag.el: Require help-mode instead of help-fns.
4055 2009-12-09  Kenichi Handa  <handa@m17n.org>
4057         * international/mule-cmds.el (ucs-names): Supply sufficiently
4058         fine ranges instead of pre-calculating accurate ranges.
4059         Iterate with bigger gc-cons-threshold.
4061 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
4063         Add support for stashing a snapshot of the current tree.
4064         * vc-git.el (vc-git-stash-snapshot): New function.
4065         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
4067 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
4069         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
4070         instead of `(beginning|end)-of-line'.
4072 2009-12-08  Glenn Morris  <rgm@gnu.org>
4074         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
4076         * Makefile.in (ELCFILES): Regenerate.
4078 2009-12-07  Juri Linkov  <juri@jurta.org>
4080         Don't lazy-highlight the comint output in history Isearch mode.
4082         * comint.el (comint-history-isearch-search): Instead of
4083         `comint-line-beginning-position', use `comint-after-pmark-p'
4084         to check if point if before the process mark, and go to
4085         `process-mark' in this case.
4087 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4089         * textmodes/tex-mode.el (latex-complete)
4090         (latex-indent-or-complete): Remove.
4091         (latex-mode): Set completion-at-point-functions instead.
4093         Provide a standard completion command and hook it into TAB.
4094         * minibuffer.el (completion-at-point-functions): New var.
4095         (completion-at-point): New command.
4096         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
4097         * progmodes/python.el (python-mode-map): Use completion-at-point.
4098         (python-completion-at-point): Rename from python-partial-symbol and
4099         adjust for use in completion-at-point-functions.
4100         (python-mode): Setup completion-at-point for Python completion.
4101         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
4102         extracted from lisp-complete-symbol.
4103         (lisp-complete-symbol): Use it.
4104         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
4105         setup completion-at-point for Elisp completion.
4106         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4107         Use completion-at-point.
4108         * ielm.el (ielm-map): Use completion-at-point.
4109         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
4110         * progmodes/sym-comp.el: Move to...
4111         * obsolete/sym-comp.el: Move from progmodes.
4113 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
4115         Prevent save-buffer in Rmail buffers from using the coding-system
4116         of the current message, and from clobbering the encoding mnemonics
4117         in the mode line (Bug#4623).
4119         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
4120         flag, too.
4121         (rmail-message-encoding): New variable.
4122         (rmail-write-region-annotate): Record the encoding of the current
4123         message in rmail-message-encoding.
4124         (rmail-after-save-hook): New function, restores the encoding of
4125         the current message after the message collection is saved.
4127 2009-12-07  Juri Linkov  <juri@jurta.org>
4129         * progmodes/grep.el (grep-read-files): Use `completing-read'
4130         instead of `read-string'.  Set its `collection' arg to
4131         `read-file-name-internal'.  (Bug#4301)
4133 2009-12-07  Juri Linkov  <juri@jurta.org>
4135         Correctly restore original Isearch point.  (Bug#4994)
4137         * isearch.el (isearch-mode): Move `isearch-push-state' after
4138         `(run-hooks 'isearch-mode-hook)'.
4139         (isearch-cancel): When `isearch-push-state-function' is defined,
4140         let-bind `isearch-cmds' to the first state (the last element of
4141         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
4142         function and restores the original point).  Otherwise, move point
4143         to `isearch-opoint'.
4145 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4147         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
4148         chars that don't have names, so the table can be built much faster at
4149         run-time.
4151 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
4153         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
4154         change.  Suggested by David Kastrup.
4156         * simple.el (compose-mail): Check for incompatibilities and warn.
4157         (compose-mail-user-agent-warnings): New option.
4159 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4161         Support showing a single log entry from vc-annotate.
4162         * vc.el (print-log): Add a new argument: START-REVISION.
4163         (vc-print-log-internal): Add a new optional argument and
4164         pass it to the backend.
4165         (vc-print-log, vc-print-root-log): Adjust callers.
4166         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
4167         buffer already displays the requested log entry, use it.
4168         Otherwise display only the log entry in question.
4169         * vc-svn.el (vc-svn-print-log):
4170         * vc-mtn.el (vc-mtn-print-log):
4171         * vc-hg.el (vc-hg-state):
4172         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
4173         (vc-git-show-log-entry): Return t on success.
4174         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
4175         (vc-bzr-show-log-entry): Return t on success.
4176         * vc-rcs.el (vc-rcs-print-log):
4177         * vc-sccs.el (vc-sccs-print-log):
4178         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
4180 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4182         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
4183         Add menus to the meta mode.  (Bug#5043)
4185 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
4187         * ediff-init.el (ediff-event-key): Use event-to-character instead of
4188         event-key.
4190         * ediff.el (ediff-buffers-internal): Add unwind-protect.
4192 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
4194         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
4195         Berbain <raphael.berbain@gmail.com>.
4197         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
4198         characters.
4199         (tramp-initial-end-of-output): New defconst.
4200         (tramp-methods, tramp-find-shell)
4201         (tramp-open-connection-setup-interactive-shell)
4202         (tramp-maybe-open-connection): Use it.
4203         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
4204         existence of `#' and `$'.
4206         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
4207         `tramp-initial-end-of-output'.
4209 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
4211         Get the background mode from the terminal for xterm, and set
4212         faces accordingly.
4213         * term/xterm.el (xterm-set-background-mode): New function.
4214         (terminal-init-xterm): Use it in case xterm supports background
4215         color queries.  Recompute faces after getting the background
4216         color.
4218 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
4220         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
4221         number comment back on its own line, for easier parsing.
4223 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4225         Make it work for non-file buffers (bug#5102).
4226         * doc-view.el (doc-view-current-cache-dir):
4227         Use doc-view-buffer-file-name rather than buffer-file-name.
4228         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
4230 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
4232         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4233         author field is too short.
4235 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
4237         * vc-git.el (vc-git-print-log): Handle a limit argument.
4238         Display the short log in graph form and with labels.
4239         (vc-git-log-view-mode): Handle labels.
4241         Make vc-revert change VC state from 'added to 'unregistered.
4242         * vc-git.el (vc-git-revert): Call git reset first.
4244 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4246         * net/newst-backend.el, net/newst-plainview.el:
4247         * net/newst-reader.el, net/newst-ticker.el:
4248         * net/newst-treeview.el, net/newsticker.el:
4249         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
4251 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4253         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
4255         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
4256         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
4257         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
4258         Update annotation regexp.
4260         * simple.el (beginning-of-visual-line): Constrain to field
4261         boundaries (Bug#5106).
4263 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
4265         * xml.el (xml-substitute-numeric-entities): Move
4266         newsticker--decode-numeric-entities in newst-backend.el to
4267         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4268         * net/newst-backend.el (newsticker--parse-generic-feed)
4269         (newsticker--parse-generic-items)
4270         (newsticker--decode-numeric-entities): Move
4271         newsticker--decode-numeric-entities in newst-backend.el to
4272         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
4274 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
4276         * progmodes/js.el (js--js-not): Add null to the list of values.
4278 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
4280         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
4282 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4284         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
4285         delimiter if it is at the end of the current line.
4286         (bibtex-generate-url-list): Fix docstring.
4288 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4290         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
4291         minibuffer's content with itself.
4292         Fold the confirm-after-completion case into the `confirm' case.
4293         (completion-pcm-word-delimiters): Add : and / to the delimiters.
4295 2009-12-06  Kevin Ryde  <user42@zip.com.au>
4297         * ffap.el (ffap-rfc-path): Make this a defcustom since
4298         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
4300         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
4301         manuals, similar to existing setup for help-mode.  (Bug#3913.)
4303 2009-12-05  Juri Linkov  <juri@jurta.org>
4305         Save and restore dired buffer's point positions too.  (Bug#4880)
4307         * dired.el (dired-save-positions): Return in the first element
4308         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
4309         Doc fix.
4310         (dired-restore-positions): First restore buffer's position.
4311         While restoring window's positions, check if window still displays
4312         the original buffer.
4314 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
4316         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
4317         if possible.
4319         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
4320         Make argument optional.
4322         * shell.el (shell): Require ansi-color (Bug#5113).
4324         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
4326         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
4328 2009-12-05  Alan Mackenzie  <acm@muc.de>
4330         * progmodes/cc-mode.el (c-before-hack-hook)
4331         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
4332         `c-file-style' to work again.  This reversion restores the current
4333         software to its state in Emacs 23.1.  (Bug#4146)
4335 2009-12-05  Kevin Ryde  <user42@zip.com.au>
4337         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
4338         comment-start-skip to comment-end-skip as comment (Bug#4781).
4340 2009-12-05  Juri Linkov  <juri@jurta.org>
4342         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
4343         for virtual nodes.  (Bug#4147)
4344         (Info-find-node-2): Set `Info-current-node-virtual' to nil
4345         when moving from a virtual node.
4346         (Info-mode-menu): Add `Info-virtual-index' to the menu.
4347         (Info-mode): Add `Info-virtual-index' to the docstring.
4349 2009-12-05  Eric Ludlam  <zappo@gnu.org>
4351         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
4352         Describe project macro symbols.
4354         * cedet/semantic/complete.el (semantic-complete-do-completion):
4355         Don't call semantic-collector-current-exact-match.
4357         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
4358         ede-objects as targets.
4360         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
4361         a target's object list even if compiler vars are already in the
4362         Makefile.
4364         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
4365         list of headers producing necessary macros.
4367 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4369         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
4370         track of the buffer position of the end of a BibTeX entry as this
4371         position may change during reformatting.
4372         (bibtex-format-entry): Remove whitespace before processing
4373         numerical fields so that we recognize the latter properly.
4374         (bibtex-reformat): Do not use push which changes the global value
4375         of bibtex-entry-format.
4376         (bibtex-field-braces-alist, bibtex-field-strings-alist)
4377         (bibtex-field-re-init): Replace only space characters by regexp
4378         for whitespace.
4379         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
4380         (bibtex-initialize): Also update bibtex-strings.
4381         (bibtex-kill-field): Preserve white space at end of entry.
4382         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
4383         Update bibtex-reference-keys.
4385 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4387         * minibuffer.el (completion-pcm--merge-try): Also consider placing
4388         point after a star, if that's the only place where modifications can
4389         make progress.
4391 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
4393         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
4394         in docstrings.
4396 2009-12-04  Juri Linkov  <juri@jurta.org>
4398         * proced.el (proced): Call `(proced-update t)' to update process
4399         information instead of only running proced-post-display-hook.
4400         (proced-send-signal): Add a leading space to the buffer name
4401         " *Marked Processes*" to make this buffer ephemeral.
4403 2009-12-04  Juri Linkov  <juri@jurta.org>
4405         * dired.el (dired-auto-revert-buffer): New defcustom.
4406         (dired-internal-noselect): Use it.
4408 2009-12-04  Juri Linkov  <juri@jurta.org>
4410         Change roles of modes and functions in image-mode.el (Bug#5062).
4412         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
4413         in `auto-mode-alist'.
4414         (image-mode-previous-major-mode): New variable.
4415         (image-minor-mode-map): Rename from `image-mode-text-map'.
4416         (image-mode): Move graceful error-handling code from
4417         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
4418         (image-minor-mode): Remove all image-handling code.
4419         Replace `image-mode-text-map' with `image-minor-mode-map'.
4420         Check for `image-type' in mode-line format string.
4421         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
4422         (image-mode-as-text): New function with most code from
4423         `image-mode-maybe'.
4424         (image-toggle-display-text): Move code that removes image
4425         properties from `image-toggle-display' to here.
4426         (image-toggle-display-image): New function with code that adds
4427         image properties copied from `image-toggle-display'.
4428         (image-toggle-display): Remove most code with leaving only code
4429         that toggles between `image-mode-as-text' and `image-mode'.
4431 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
4433         * net/newst-treeview.el
4434         (newsticker--treeview-list-highlight-start): Restored call to
4435         save-excursion: Selected item was stuck.
4436         (newsticker--treeview-list-select): New.
4437         (newsticker--treeview-item-show-text)
4438         (newsticker--treeview-item-show)
4439         (newsticker--treeview-item-update): Use new
4440         newsticker-treeview-item-mode.
4441         (newsticker-treeview-update): Keep current item.
4442         (newsticker-treeview-next-new-or-immortal-item): Doc change.
4443         (newsticker--treeview-first-feed): Doc change.
4444         (newsticker-treeview-list-menu)
4445         (newsticker-treeview-item-menu): Added menu entries.
4446         (newsticker-treeview-item-mode): New.
4448         * net/newst-backend.el (newsticker-customize): Delete other
4449         windows.
4451 2009-12-04  Sam Steingold  <sds@gnu.org>
4453         * log-view.el (log-view-mode-map): "q" calls quit-window,
4454         like in all the other non-self-insert buffers.
4456 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4458         Minor cleanup.
4459         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
4460         key decoding rather than do it manually via last-input-event +
4461         ascii-character.
4462         (term-exec): Use delete-and-extract-region.
4463         (term-handle-ansi-terminal-messages): Remove unused var `end'.
4464         (term-process-pager): Remove unused var `i'.
4465         (term-dynamic-simple-complete): Make obsolete.
4466         (serial-update-config-menu): Remove unused vars `y' and `str'.
4467         (term-update-mode-line): Remove unused var `temp'.
4469 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4471         Limit the number of log entries displayed by default.
4472         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
4473         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
4474         using a prefix argument.
4476 2009-12-03  Glenn Morris  <rgm@gnu.org>
4478         * progmodes/idlwave.el (class): Restore still useful declaration.
4480 2009-12-03  Alan Mackenzie  <acm@muc.de>
4482         Enhance `c-parse-state' to run efficiently in "brace deserts".
4484         * progmodes/cc-mode.el (c-basic-common-init):
4485         Call c-state-cache-init.
4486         (c-neutralize-syntax-in-and-mark-CPP): Rename from
4487         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
4488         placing `category' properties value 'c-cpp-delimiter at its boundaries.
4490         * progmodes/cc-langs.el (c-before-font-lock-function):
4491         c-extend-and-neutralize-syntax-in-CPP has been renamed
4492         c-neutralize-syntax-in-and-mark-CPP.
4494         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
4495         with `category' properties now, not `syntax-table' ones.
4497         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
4498         enhanced (but slower) version of c-end-of-macro that won't land
4499         inside a literal or on another awkward character.
4500         (c-state-cache-too-far, c-state-cache-start)
4501         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
4502         (c-state-nonlit-pos-cache-limit, c-state-point-min)
4503         (c-state-point-min-lit-type, c-state-point-min-lit-start)
4504         (c-state-min-scan-pos, c-state-brace-pair-desert)
4505         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
4506         buffer local variables.
4507         (c-state-literal-at, c-state-lit-beg)
4508         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
4509         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
4510         (c-state-cache-top-paren, c-state-cache-after-top-paren)
4511         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
4512         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
4513         (c-renarrow-state-cache)
4514         (c-append-lower-brace-pair-to-state-cache)
4515         (c-state-push-any-brace-pair, c-append-to-state-cache)
4516         (c-remove-stale-state-cache)
4517         (c-remove-stale-state-cache-backwards, c-state-cache-init)
4518         (c-invalidate-state-cache-1, c-parse-state-1)
4519         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
4520         (c-parse-state): Enhance and refactor.
4521         (c-debug-parse-state): Amend to deal with all the new variables.
4523         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
4524         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
4525         modify to use category text properties rather than syntax-table ones.
4526         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
4527         to switch off/on the syntactic paren property of C++ template
4528         delimiters using the category property.
4529         (c-with-<->-as-parens-suppressed): Macro to invoke code with
4530         template delims suppressed.
4531         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
4532         New constant/macros which apply category properties to the start
4533         and end of preprocessor constructs.
4534         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
4535         "comment out" the syntactic value of characters in preprocessor
4536         constructs.
4537         (c-with-cpps-commented-out)
4538         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
4539         with characters in all or all but one preprocessor constructs
4540         "commented out".
4542 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4544         * proced.el (proced-filter-alist): Use regexp-quote.
4546 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
4548         Cleanup.
4549         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
4550         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
4551         arguments.  Expand `default-directory'.
4553         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
4554         the benefit of returning an expanded localname.
4555         (tramp-tramp-file-p): Handle the case NAME is not a string.
4557 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4559         Add support for bzr shelve/unshelve.
4560         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
4561         (vc-bzr-extra-menu-map): New variables.
4562         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
4563         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
4564         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
4565         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
4566         (vc-bzr-dir-extra-headers): Display shelves.
4568         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
4570 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4572         * textmodes/bibtex.el (bibtex-complete-internal):
4573         Use completion-in-region.
4574         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
4576 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
4578         Support applying stashes.  Improve UI.
4579         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
4580         (vc-git-stash-apply, vc-git-stash-pop)
4581         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
4582         (vc-git-stash-menu): New functions.
4583         (vc-git-stash-menu-map): New variable.
4584         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
4586 2009-12-03  Glenn Morris  <rgm@gnu.org>
4588         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
4589         (vc-print-log-internal): Fix previous change.
4590         (vc-revert): Correct pluralization.
4592 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4594         * progmodes/make-mode.el (makefile-special-targets-list): No need for
4595         it to be an alist any more.
4596         (makefile-complete): Use completion-in-region.
4598         * progmodes/octave-mod.el (octave-complete-symbol):
4599         Use completion-in-region.
4601         Misc cleanup.
4602         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
4603         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
4604         (idlwave-complete-class): Don't quote lambda.
4605         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
4606         (idlwave-mode-map): Move initialization into declaration.
4607         (idlwave-action-and-binding): Use backquotes.
4608         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
4609         Simplify.
4610         (idlwave-is-pointer-dereference): Remove unused var `pos'.
4611         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
4612         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
4613         `parts', and `all-parts'.
4614         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
4615         (idlwave-convert-xml-system-routine-info): Remove unused string
4616         `version-string'.
4617         (idlwave-display-user-catalog-widget): Use dolist.
4618         (idlwave-scanning-lib): Declare dynamically-scoped var.
4619         (idlwave-scan-library-catalogs): Remove unused var `flags'.
4620         (completion-highlight-first-word-only): Declare to silence bytecomp.
4621         (idlwave-popup-select): Tighten scope of `resp'.
4622         (idlwave-find-struct-tag): Remove unused var `beg'.
4623         (idlwave-after-load-rinfo-hook): Declare.
4624         (idlwave-sintern-class-info): Remove unused var `taglist'.
4625         (idlwave-find-class-definition): Remove unused var `list'.
4626         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
4627         (idlwave-what-module-find-class): Remove unused var `classes'.
4629 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
4631         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
4633 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4635         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
4636         buffers visited.  Remove redundant current-buffer-saving.
4638 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4640         Use completion-in-buffer and remove uses of dynamic scoping.
4641         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
4642         (pascal-buffer-to-use, pascal-flag): Don't declare.
4643         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
4644         (pascal-get-completion-decl, pascal-keyword-completion):
4645         Add `pascal-str' argument, save-excursion,
4646         return the found completions, and don't filter with pascal-pred.
4647         (pascal-completion-cache): New var.
4648         (pascal-completion): Don't switch buffer any more (it was never
4649         necessary).  Don't save-excursion any more (it's done by the called
4650         subroutines).  Use a cache to avoid redundant computations.
4651         Use complete-with-action rather than pascal-completion-response and
4652         let it apply the predicate as well.
4653         (pascal-complete-word): Use completion-in-buffer when
4654         pascal-toggle-completions is nil.
4655         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
4656         not used any more.
4657         (pascal-comp-defun): Don't change buffer any more.
4658         Use complete-with-action rather than pascal-completion-response and
4659         let it apply the predicate as well.
4660         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
4661         when neded.
4663 2009-12-02  Kenichi Handa  <handa@m17n.org>
4665         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
4666         shape for all Indic scripts.
4668 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4670         Use completion-in-buffer.
4671         * wid-edit.el (widget-field-text-end): New function.
4672         (widget-field-value-get): Use it.
4673         (widget-string-complete, widget-file-complete)
4674         (widget-color-complete): Use it and completion-in-region.
4675         (widget-complete): Don't narrow the buffer.
4677 2009-12-02  Glenn Morris  <rgm@gnu.org>
4679         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
4680         (rmail-select-summary): Use rmail-pop-to-buffer.
4681         * mail/rmailsum.el: Replace all pop-to-buffer calls with
4682         rmail-pop-to-buffer, to prevent horizontal splits.
4684         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
4685         save-excursion with save-current-buffer.
4686         Widen before searching.  (Bug#5093)
4687         (diary-list-sexp-entries): Remove superfluous save-excursion.
4689 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
4691         * woman.el (woman-make-bufname): Handle man-pages with "." in the
4692         name.  (Bug#5038)
4694 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4696         * ido.el (ido-file-internal): Handle filenames at point that do
4697         not have a directory part.  (Bug#5049)
4699 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
4701         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
4702         (mpc-songs-jump-to, mpc-resume): Doc fixes.
4704 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
4706         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
4707         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
4708         any more.
4710 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4712         * comint.el (comint-insert-input): Ignore clicks to the right of
4713         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
4715         * vc.el (vc-print-log-internal): Don't wait for the process to
4716         terminate before setting up the major mode.
4718         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
4719         in case.
4721         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
4722         the last element.
4724         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
4726 2009-12-01  Glenn Morris  <rgm@gnu.org>
4728         * window.el (window--display-buffer-2): Fix previous changes.
4730 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
4732         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
4734 2009-12-01  Glenn Morris  <rgm@gnu.org>
4736         * Makefile.in (ELCFILES): Add mpc.elc.
4738 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4740         * mpc.el: New file.
4742 2009-12-01  Glenn Morris  <rgm@gnu.org>
4744         * window.el (window-to-use): Define for compiler.
4746         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
4747         consistent with others (no final period).
4749         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
4750         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
4752 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
4754         Make vc-print-log buttons work.
4755         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
4757 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
4759         * savehist.el (savehist-autosave-interval): Allow setting to nil
4760         through customize.  (Bug#5056)
4762 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
4764         Fix references to jit-lock properties.
4765         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4766         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
4767         (perl-font-lock-special-syntactic-constructs):
4768         Quote jit-lock-defer-multiline property.
4770 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
4772         * vc-git.el (vc-git-registered): Call vc-git-root only once.
4774 2009-11-30  Juri Linkov  <juri@jurta.org>
4776         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
4777         value `buffer' of `multi-isearch-next-buffer-current-function'.
4778         Use `(current-buffer)' when `buffer' is nil.
4779         (multi-isearch-next-buffer-from-list): Don't fallback to
4780         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
4782 2009-11-30  Juri Linkov  <juri@jurta.org>
4784         * misearch.el (multi-isearch-read-buffers): Move canonicalization
4785         of buffers with `get-buffer' to `multi-isearch-buffers'.
4786         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4787         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
4788         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
4789         FILES with `expand-file-name' converting relative file names
4790         to absolute.  Doc fix.  (Bug#4727)
4792 2009-11-30  Juri Linkov  <juri@jurta.org>
4794         * misearch.el (multi-isearch-read-buffers)
4795         (multi-isearch-read-matching-buffers): New functions.
4796         (multi-isearch-buffers, multi-isearch-buffers-regexp):
4797         Use them in the `interactive' spec.  Doc fix.
4798         (multi-isearch-read-files, multi-isearch-read-matching-files):
4799         New functions.
4800         (multi-isearch-files, multi-isearch-files-regexp):
4801         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
4803 2009-11-30  Juri Linkov  <juri@jurta.org>
4805         * doc-view.el (doc-view-continuous):
4806         Rename from `doc-view-continuous-mode'.
4807         (doc-view-menu): Move "Toggle display" to the top.
4808         Add submenu "Continuous" with radio buttons "Off"/"On"
4809         and "Save as Default".
4810         (doc-view-scroll-up-or-next-page)
4811         (doc-view-scroll-down-or-previous-page)
4812         (doc-view-next-line-or-next-page)
4813         (doc-view-previous-line-or-previous-page): Rename
4814         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
4816 2009-11-30  Juri Linkov  <juri@jurta.org>
4818         * comint.el (comint-mode-map): Rebind `M-r' from
4819         `comint-previous-matching-input' to
4820         `comint-history-isearch-backward-regexp'.
4821         Unbind `M-s' to allow global key binding `M-s'.
4822         Add menu items for `comint-history-isearch-backward' and
4823         `comint-history-isearch-backward-regexp'.  (Bug#3746)
4825 2009-11-30  Juri Linkov  <juri@jurta.org>
4827         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
4828         For def=recenter, replace `recenter' with `recenter-top-bottom'
4829         that is called with `this-command' and `last-command' let-bound
4830         to `recenter-top-bottom'.  When the last `def' was not `recenter',
4831         set `recenter-last-op' to nil.  (Bug#4981)
4833 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4835         Minor cleanup and simplification.
4836         * filecache.el (file-cache-add-directory)
4837         (file-cache-add-directory-recursively)
4838         (file-cache-add-from-file-cache-buffer)
4839         (file-cache-delete-file-regexp, file-cache-delete-directory)
4840         (file-cache-files-matching-internal, file-cache-display): Use dolist.
4841         (file-cache-temp-minibuffer-message): Delete function.
4842         (file-cache-minibuffer-complete): Use minibuffer-message instead.
4844         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
4845         Don't signal an error when bumping into EOB in tr, s, or y.
4847 2009-11-29  Juri Linkov  <juri@jurta.org>
4849         * startup.el (fancy-about-text): Fix wording of Guided Tour.
4850         (Bug#4960)
4852         * descr-text.el (describe-char-unidata-list): Use lowercase name
4853         for "Unicode name" like in other tags.
4855 2009-11-29  Juri Linkov  <juri@jurta.org>
4857         * ediff-util.el (ediff-minibuffer-with-setup-hook):
4858         New compatibility macro.
4859         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
4861 2009-11-29  Juri Linkov  <juri@jurta.org>
4863         Add defcustom to define the cycling order of `recenter-top-bottom'.
4864         (Bug#4981)
4866         * window.el (recenter-last-op): Doc fix.
4867         (recenter-positions): New defcustom.
4868         (recenter-top-bottom): Rewrite to use `recenter-positions'.
4869         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
4871 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
4873         Improve integration of Tramp and ange-ftp in eshell.
4875         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
4876         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
4877         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
4879         * eshell/esh-util.el (top): Require also Tramp when compiling.
4880         (eshell-directory-files-and-attributes): Check for FTP remote
4881         connection.
4882         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
4883         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
4884         (eshell-file-attributes): Handle ".".  Return `entry'.
4886         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
4887         (ange-ftp-directory-files-and-attributes)
4888         (ange-ftp-real-directory-files-and-attributes): New defuns.
4890         * net/tramp.el (tramp-maybe-open-connection): Open the remote
4891         shell with "exec" when possible.  This prevents trailing prompts
4892         in `start-file-process'.
4894 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4896         Try and remove assumptions about point-min==1.
4897         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
4898         (rng-compute-mode-line-string): Show the validation percentage in
4899         terms of the narrowed text, not the widened text.
4900         (rng-do-some-validation): Don't catch internal errors when debugging.
4901         (rng-first-error): Simplify.
4902         (rng-after-change-function): Remove work around.  AFAIK the bug has
4903         been fixed a while ago.
4905         * image-mode.el (image-minor-mode): Exit more gracefully when the image
4906         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
4908         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
4910         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
4911         `cd' doesn't always do it for us (bug#5067).
4913         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
4914         on 2009-10-25 as part of some other change (bug#5067).
4916 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
4919         `suspicious'.
4920         (byte-compile-warnings): Use byte-compile-warning-types.
4921         (byte-compile-save-excursion): Warn about use of set-buffer right
4922         after save-excursion.
4924         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
4925         the excursion as well.
4927 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
4929         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
4930         providing a Tramp related implementation of "su" and "sudo".
4931         (eshell-unix-initialize): Add "su" and "sudo".
4933 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
4935         * net/socks.el (socks-send-command): Convert binary request to
4936         unibyte before sending.  This fixes mishandling of some port
4937         numbers such as 129.
4939 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4941         * help.el (describe-bindings-internal): Remove `interactive'.
4943         * man.el (Man-completion-table): Trim a terminating "(".
4944         Remove the space between name page a section.
4945         Add the command's description on the `help-echo' property.
4946         Remove `process-connection-type' binding since it's unused by
4947         call-process.
4948         Provide completion for the "<section> <name>" format as well.
4949         (Man-default-man-entry): Remove spurious var shadowing the argument.
4951 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4953         * log-view.el: Add "Keywords: tools", since its other keywords
4954         aren't in finder-known-keywords, and following vc.el.
4956         * sha1.el (sha1-string-external): default-directory "/" in case
4957         otherwise non-existent.  process-connection-type pipe for touch of
4958         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4960 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4962         Misc coding convention cleanups.
4963         * htmlfontify.el (hfy-init-kludge-hook): Rename from
4964         hfy-init-kludge-hooks.
4965         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
4966         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
4967         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
4968         and push.
4969         (hfy-slant, hfy-weight): Use tables rather than code.
4970         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
4971         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
4972         (hfy-face-attr-for-class): Initialize `face-spec' directly.
4973         (hfy-face-to-css): Remove `nconc' with single arg.
4974         (hfy-p-to-face-lennart): Use `or'.
4975         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
4976         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
4977         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
4978         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
4979         (hfy-force-fontification): Use run-hooks.
4981 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
4983         Various minor fixes.
4984         * htmlfontify.el (hfy-default-header): Add toggle_invis since
4985         Javascript belongs in the header, not the body.
4986         (hfy-javascript): Remove.
4987         (hfy-fontify-buffer): Don't insert it any more.
4988         (hfy-face-at): Handle (face0 face1 face2) style face properties.
4989         Fix bug in invis handling when there were no invis props in a chunk.
4991 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4993         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
4995 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
4997         * finder.el (finder-mode-map): Add a menu.
4999 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
5001         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
5002         "unsigned" structs.
5004         (verilog-leap-to-head, verilog-backward-token): Handle "disable
5005         fork" statement better.
5007 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
5009         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
5010         (verilog-delete-auto, verilog-delete-empty-auto-pair)
5011         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
5012         Reported by Clay Douglass.
5014         (verilog-auto-inst, verilog-auto-star-safe)
5015         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
5016         Fix removing "// Interfaces" when saving .* expansions.  Reported by
5017         Pierre-David Pfister.
5019 2009-11-26  Glenn Morris  <rgm@gnu.org>
5021         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
5022         the scope.
5024 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
5026         * vc-annotate.el (vc-annotate-revision-previous-to-line):
5027         Really use previous revision.
5029 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5031         * man.el (Man-completion-table): default-directory "/" in case
5032         doesn't otherwise exist.  process-environment COLUMNS=999 so as
5033         not to truncate long names.  process-connection-type pipe to avoid
5034         any chance of hitting the pseudo-tty TIOCGWINSZ.
5035         (man): completion-ignore-case t for friendliness and since man
5036         itself is case-insensitive on the command line.
5037         Further to Bug#3717.
5039         * arc-mode.el: Add "Keywords: files", so the details in its
5040         commentary can be reached from finder-by-keyword.
5041         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
5042         editing mode, but it's comms related and sgml-mode.el has "comm"
5043         on that basis too.
5044         * textmodes/bibtex-style.el: Add "Keywords: tex".
5045         * international/isearch-x.el, international/ja-dic-cnv.el:
5046         * international/ja-dic-utl.el, international/kkc.el:
5047         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
5049 2009-11-25  Juri Linkov  <juri@jurta.org>
5051         * man.el (Man-completion-table): Modify regexp to include
5052         section names to completion strings.  (Bug#3717)
5054 2009-11-25  Juri Linkov  <juri@jurta.org>
5056         Search recursively in gzipped files.  (Bug#4982)
5058         * progmodes/grep.el (grep-highlight-matches): Add new options
5059         `always' and `auto'.  Doc fix.
5060         (grep-process-setup): Check `grep-highlight-matches' for
5061         `auto-detect' to determine the need to compute grep defaults.
5062         Move Windows/DOS specific --colors settings handling
5063         to `grep-compute-defaults'.  Check `grep-highlight-matches'
5064         to get the value of "--color=".
5065         (grep-compute-defaults): Compute `grep-highlight-matches' when it
5066         has the value `auto-detect'.  Move Windows/DOS specific settings
5067         from `grep-process-setup'.
5068         (zrgrep): New command with alias `rzgrep'.
5070 2009-11-25  Juri Linkov  <juri@jurta.org>
5072         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
5073         to nil instead of switching off view-mode.  (Bug#4896)
5075 2009-11-25  Juri Linkov  <juri@jurta.org>
5077         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
5079         * mwheel.el (mwheel-scroll-up-function)
5080         (mwheel-scroll-down-function): New defvars.
5081         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
5082         `scroll-up', and `mwheel-scroll-down-function' instead of
5083         `scroll-down'.
5085         * doc-view.el (doc-view-scroll-up-or-next-page)
5086         (doc-view-scroll-down-or-previous-page): Add optional ARG.
5087         Use this ARG in the call to image-scroll-up/image-scroll-down.
5088         Change `interactive' spec to "P".  Goto next/previous page only
5089         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
5090         SPC/DEL case).  Doc fix.
5091         (doc-view-next-line-or-next-page)
5092         (doc-view-previous-line-or-previous-page): Rename arg to ARG
5093         for consistency.
5094         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
5095         `doc-view-scroll-up-or-next-page', and buffer-local
5096         `mwheel-scroll-down-function' to
5097         `doc-view-scroll-down-or-previous-page'.
5099 2009-11-25  Juri Linkov  <juri@jurta.org>
5101         Provide additional default values (directories at other Dired
5102         windows) via M-n in the minibuffer of some Dired commands.
5104         * dired-aux.el (dired-diff, dired-compare-directories)
5105         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
5106         `minibuffer-default' in `minibuffer-with-setup-hook'.
5107         (dired-dwim-target-directory): Find a window that displays Dired
5108         buffer instead of failing when the next window is not Dired.
5109         Use `get-window-with-predicate' to find for the next Dired window.
5110         (dired-dwim-target-defaults): New function.
5112         * ediff-util.el (ediff-read-file-name):
5113         Use `dired-dwim-target-defaults' to set `minibuffer-default'
5114         in `minibuffer-with-setup-hook'.
5116 2009-11-25  Juri Linkov  <juri@jurta.org>
5118         Provide additional default values (file name at point or at the
5119         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
5121         * minibuffer.el (read-file-name-defaults): New function.
5122         (read-file-name): Reset `minibuffer-default' to nil when
5123         it duplicates initial input `insdef'.
5124         Bind `minibuffer-default-add-function' to lambda that
5125         calls `read-file-name-defaults' in `minibuffer-selected-window'.
5126         (minibuffer-insert-file-name-at-point): New command.
5128         * files.el (file-name-at-point-functions): New defcustom.
5129         (find-file-default): Remove defvar.
5130         (find-file-read-args): Don't use `find-file-default'.
5131         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5132         to `read-file-name'.
5133         (find-file-literally): Use `read-file-name' with
5134         `confirm-nonexistent-file-or-buffer'.
5136         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
5138         * dired.el (dired-read-dir-and-switches):
5139         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
5140         to `read-file-name'.
5141         (dired-file-name-at-point): New function.
5142         (dired-mode): Add hook `dired-file-name-at-point' to
5143         `file-name-at-point-functions'.
5145 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5147         Really make the *Completions* window soft-dedicated (bug#5030).
5148         * window.el (window--display-buffer-2): Add `dedicated' argument.
5149         (display-buffer): Pass it when needed so the dedicated flag is set
5150         after calling set-window-buffer, which would otherwise reset it.
5152 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5154         * progmodes/meta-mode.el (meta-complete-symbol):
5155         * progmodes/etags.el (complete-tag):
5156         * mail/mailabbrev.el (mail-abbrev-complete-alias):
5157         Use completion-in-region.
5159         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
5160         (dabbrev-completion): Use completion-in-region.
5161         (dabbrev--abbrev-at-point): Simplify regexp.
5163         * abbrev.el (abbrev--before-point): Use word-motion functions
5164         if :regexp is not specified (bug#5031).
5166         * subr.el (string-prefix-p): New function.
5168         * man.el (Man-completion-cache): New var.
5169         (Man-completion-table): Use it.
5171         * vc.el (vc-print-log-internal): Make `limit' optional for better
5172         compatibility (e.g. with vc-annotate.el).
5174 2009-11-24  Kevin Ryde  <user42@zip.com.au>
5176         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
5177         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
5179         * emacs-lisp/elint.el (elint-add-required-env): Better error message
5180         when .el source file not found or other error.
5182 2009-11-24  Markus Triska  <markus.triska@gmx.at>
5184         * linum.el (linum-update-window): Ignore intangible (bug#4996).
5186 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         Handle the [back] button properly (bug#4979).
5189         * descr-text.el (describe-text-properties): Add a `buffer' argument.
5190         Use help-setup-xref, help-buffer, and with-help-window.
5191         (describe-char): Add `buffer' argument.
5192         Pass proper command to help-setup-xref.  Don't meddle with
5193         help-xref-stack-item directly.
5194         (describe-text-category): Use with-help-window and help-buffer.
5196         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
5197         for the displayed buffer (bug#4887).
5199         * man.el (Man-completion-table): New function.
5200         (man): Use it.
5202 2009-11-24  David Reitter  <david.reitter@gmail.com>
5204         * vc-git.el (vc-git-registered): Use checkout directory (where
5205         .git is) rather than the file's directory and a relative path spec
5206         to work around a bug in git.
5208 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
5210         Improve handling of processes on remote hosts.
5212         * eshell/esh-util.el (eshell-path-env): New defvar.
5213         (eshell-parse-colon-path): New defun.
5214         (eshell-file-attributes): Use `eshell-parse-colon-path'.
5216         * eshell/esh-ext.el (eshell-search-path):
5217         Use `eshell-parse-colon-path'.
5218         (eshell-remote-command): Remove argument HANDLER.
5219         (eshell-external-command): Check for FTP remote connection.
5221         * eshell/esh-proc.el (eshell-gather-process-output):
5222         Use `file-truename', in order to start also symlinked files.
5223         Apply `start-file-process' instead of `start-process'.
5224         Shorten `command' to the local file name part.
5226         * eshell/em-cmpl.el (eshell-complete-commands-list):
5227         Use `eshell-parse-colon-path'.
5229         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
5231         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
5232         to `eshell-directory-change-hook'.
5234 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
5236         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
5237         because it could be enabled automatically if view-read-only is non-nil.
5239 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
5241         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
5242         made on 2009-11-22.
5244 2009-11-24  Glenn Morris  <rgm@gnu.org>
5246         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
5247         deleted variable bookmark-bmenu-bookmark-column.
5249         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5250         Move after definition of global-semantic-idle-tag-highlight-mode.
5252 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5254         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
5256 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5258         * net/browse-url.el (browse-url-filename-alist): On Windows, add
5259         two slashes to the "file:" prefix.
5260         (browse-url-file-url): De-munge Cygwin filenames before passing
5261         them to Windows browser.
5262         (browse-url-default-windows-browser): Use call-process.
5264 2009-11-23  Juri Linkov  <juri@jurta.org>
5266         Implement DocView Continuous mode.  (Bug#4896)
5267         * doc-view.el (doc-view-continuous-mode): New defcustom.
5268         (doc-view-mode-map): Bind C-n/<down> to
5269         `doc-view-next-line-or-next-page', C-p/<up> to
5270         `doc-view-previous-line-or-previous-page'.
5271         (doc-view-next-line-or-next-page)
5272         (doc-view-previous-line-or-previous-page): New commands.
5274 2009-11-23  Juri Linkov  <juri@jurta.org>
5276         Implement Isearch in comint input history.  (Bug#3746)
5277         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
5278         `isearch-mode-hook'.
5279         (comint-history-isearch): New defcustom.
5280         (comint-history-isearch-backward)
5281         (comint-history-isearch-backward-regexp): New commands.
5282         (comint-history-isearch-message-overlay): New buffer-local variable.
5283         (comint-history-isearch-setup, comint-history-isearch-end)
5284         (comint-goto-input, comint-history-isearch-search)
5285         (comint-history-isearch-message, comint-history-isearch-wrap)
5286         (comint-history-isearch-push-state)
5287         (comint-history-isearch-pop-state): New functions.
5289 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
5291         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
5292         return.
5293         (tramp-handle-make-symbolic-link)
5294         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
5295         Quote file names.
5296         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
5297         (tramp-handle-process-file): Use it.
5299 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         * window.el (move-to-window-line-last-op): Remove.
5302         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
5304 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
5306         Make M-r mirror the new cycling behavior of C-l.
5307         * window.el (move-to-window-line-last-op): New var.
5308         (move-to-window-line-top-bottom): New command.
5309         (global-map): Bind M-r move-to-window-line-top-bottom.
5311 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
5313         * dired-x.el (dired-guess-shell-alist-default):
5314         Support xz format.  (Bug#4953)
5316 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
5318         * cedet/srecode/map.el (srecode-get-maps):
5319         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
5320         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
5321         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
5322         (semantic-toggle-decoration-style):
5323         * cedet/semantic/decorate/include.el
5324         (semantic-decoration-include-describe)
5325         (semantic-decoration-unknown-include-describe)
5326         (semantic-decoration-unparsed-include-describe)
5327         (semantic-decoration-all-include-summary):
5328         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
5329         * cedet/semantic/analyze/complete.el
5330         (semantic-analyze-possible-completions):
5331         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
5332         (semantic-show-unmatched-syntax-mode)
5333         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
5334         (semantic-highlight-func-mode):
5335         * cedet/semantic/util.el (semantic-describe-buffer):
5336         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
5337         (semantic-symref-find-tags-by-name)
5338         (semantic-symref-find-tags-by-regexp)
5339         (semantic-symref-find-tags-by-completion)
5340         (semantic-symref-find-file-references-by-name)
5341         (semantic-symref-find-text):
5342         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
5343         (senator-yank-tag):
5344         * cedet/semantic/scope.el (semantic-calculate-scope):
5345         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
5346         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
5347         (define-semantic-idle-service):
5348         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
5349         (semantic-complete-analyze-inline-idle):
5350         * cedet/semantic/analyze.el (semantic-analyze-current-context):
5351         * cedet/mode-local.el (describe-mode-local-bindings)
5352         (describe-mode-local-bindings-in-mode):
5353         * cedet/ede/make.el (ede-make-check-version):
5354         * cedet/ede/locate.el (ede-enable-locate-on-project):
5355         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
5356         (cedet-idutils-version-check):
5357         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
5358         (cedet-gnu-global-version-check):
5359         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
5360         (cedet-cscope-version-check): Use called-interactively-p instead
5361         of interactive-p.
5363         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
5364         Use semantic-format-tag-prototype.
5366 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
5368         * emulation/viper-cmd.el: Use viper-last-command-char instead of
5369         last-command-char/last-command-event.
5370         (viper-prefix-arg-value): Do correct conversion of event-char for
5371         XEmacs.
5373         * emulation/viper-util.el, emulation/viper.el:
5374         Use viper-last-command-char instead of
5375         last-command-char/last-command-event.
5377         * ediff-init.el, ediff-mult.el, ediff-util.el:
5378         Replace last-command-char and last-command-event
5379         with (ediff-last-command-char) everywhere.
5381         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
5382         created in fundamental mode.
5384         * ediff.el (ediff-version): Revert the change of interactive-p to
5385         called-interactively-p.
5387 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
5389         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
5390         generation from word-movement command names.
5392 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
5394         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
5395         (semantic-complete-jump-local, semantic-complete-jump):
5396         Improve prompt string.
5398 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
5400         * cus-start.el (all): Add native condition for font-use-system-font.
5402 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
5404         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
5405         Correct the patch from 2009-11-18.  (Bug#3910)
5407 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
5409         * progmodes/subword.el: Rename from lisp/subword.el.
5411         * subword.el: Rename to progmodes/subword.el.
5413         * Makefile.in (ELCFILES): Adapt to subword.el move.
5415 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5416             Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
5419         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
5420         (bookmark-bmenu-show-filenames): Use push.
5421         (bookmark-bmenu-hide-filenames): Use local var instead of
5422         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
5423         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
5424         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
5425         filenames now that the bookmark names are always available.
5427 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5429         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
5430         (bookmark-search-pattern): Move and leave unbound.
5431         (bookmark-bmenu-mode-map): Change binding.
5432         (bookmark-read-search-input): Simplify.
5433         Don't use text-char-description.  Don't error on non-char events.
5434         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
5435         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
5436         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
5437         Use a local var for the timer.
5438         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
5439         (i.e. bookmark-bmenu-search).
5441 2009-11-21  Glenn Morris  <rgm@gnu.org>
5443         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
5445 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
5447         * net/browse-url.el (browse-url-default-windows-browser):
5448         Use cygstart for cygwin.
5450 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
5452         * bookmark.el: Formatting and doc fixes only:
5453         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
5454         (bookmark-bmenu-search): Wrap to fit within 80 columns.
5455         Minor grammar and punctuation fixes in doc string.
5456         (bookmark-read-search-input): Adjust to fit within 80 columns.
5458 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5460         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
5461         (c-backward-into-nomenclature): Adapt to subword renaming.
5463         * subword.el (subword-forward, subword-backward, subword-mark)
5464         (subword-kill, subword-backward-kill, subword-transpose)
5465         (subword-downcase, subword-upcase, subword-capitalize)
5466         (subword-forward-internal, subword-backward-internal):
5467         Rename from forward-subword, backward-subword, mark-subword,
5468         kill-subword, backward-kill-subword, transpose-subwords,
5469         downcase-subword, upcase-subword, capitalize-subword,
5470         forward-subword-internal, backward-subword-internal.
5472 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5474         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
5475         New options.
5476         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
5477         New vars.
5478         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
5479         (bookmark-bmenu-filter-alist-by-regexp)
5480         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
5481         (bookmark-bmenu-search): New command.
5482         (bookmark-bmenu-mode-map): Bind it.
5484 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5486         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
5488         * cedet/semantic/idle.el (define-semantic-idle-service)
5489         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
5491 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
5493         * progmodes/cc-cmds.el: declare-functioned forward-subword and
5494         backward-subword to quit the byte-compiler.
5496         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
5498         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
5500         * progmodes/cc-cmds.el (c-update-modeline)
5501         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5502         Refer to subword.el functions instead of cc-subword.el.
5504         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
5505         subword.el functions instead of cc-subword.el.
5507         * progmodes/cc-subword.el: Rename to subword.el.
5508         * subword.el: Rename from progmodes/cc-subword.el.
5509         (subword-mode-map): Rename from c-subword-mode-map.
5510         (subword-mode): Rename from c-subword-mode.
5511         (global-subword-mode): New global minor mode.
5512         (forward-subword): Rename from c-forward-subword.
5513         (backward-subword): Rename from c-backward-subword.
5514         (mark-subword): Rename from c-mark-subword.
5515         (kill-subword): Rename from c-kill-subword.
5516         (backward-kill-subword): Rename from c-backward-kill-subword.
5517         (transpose-subwords): Rename from c-tranpose-subword.
5518         (downcase-subword): Rename from c-downcase-subword.
5519         (capitalize-subword): Rename from c-capitalize-subword.
5520         (forward-subword-internal): Rename from c-forward-subword-internal.
5521         (backward-subword-internal): Rename from c-backward-subword-internal.
5523 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
5525         * vc.el (vc-deduce-fileset): Allow non-state changing operations
5526         from a dired buffer.
5527         (vc-dired-deduce-fileset): New function.
5528         (vc-root-diff, vc-print-root-log): Use it.
5530         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
5531         nil LIMIT argument to vc-print-log-internal.
5533 2009-11-20  Glenn Morris  <rgm@gnu.org>
5535         * Makefile.in (ELCFILES): Regenerate.
5537 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5539         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
5541         * cedet/semantic.el: Enable idle-mode menu items only if
5542         global-semantic-idle-scheduler-mode is enabled.
5543         (semantic-default-submodes): Doc fix.
5545         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
5546         When turning off, disable other idle modes.
5548 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
5550         * calc/calc.el (calc-set-mode-line):
5551         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5552         (math-format-number): Rename `math-format-complement-signed' to
5553         `math-format-twos-complement'.
5555         * calc/calc-bin.el (math-format-twos-complement): Rename from
5556         math-format-complement-signed.
5557         (calc-radix): Rename `calc-complement-signed-mode' to
5558         `calc-twos-complement-mode'.
5559         (calc-octal-radix, calc-hex-radix): Add an argument for
5560         two's complement.
5562         * calc/calc-embed.el (calc-embedded-mode-vars):
5563         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5565         * calc/calc-ext.el (calc-init-extensions):
5566         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
5567         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
5569         * calc/calc-units.el (math-build-units-table-buffer):
5570         Let `calc-twos-complement-mode' be nil.
5572         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
5573         entries.
5575         * calc/calc-vec.el (calcFunc-vunpack):
5576         * calc/calc-aent.el (calc-do-calc-eval):
5577         * calc/calc-forms.el (math-format-date):
5578         * calc/calc-graph.el (calc-graph-plot):
5579         * calc/calc-math.el (math-use-emacs-fn):
5580         * calc/calccomp.el (math-compose-expr):
5581         Let `calc-twos-complement-mode' be nil.
5583 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5585         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
5586         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
5587         * minibuffer.el (completion-in-region-functions): New hook.
5588         (completion-in-region): New function.
5589         * emacs-lisp/lisp.el (lisp-complete-symbol):
5590         * pcomplete.el (pcomplete-std-complete): Use it.
5592 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
5595         (latex-complete-alist): New vars.
5596         (latex-string-prefix-p, latex-complete-bibtex-keys)
5597         (latex-complete-envnames, latex-complete-refkeys)
5598         (latex-complete-data): New functions.
5599         (latex-complete, latex-indent-or-complete): New commands.
5601         * window.el (display-buffer-mark-dedicated): New var.
5602         (display-buffer): Obey it.
5603         * minibuffer.el (minibuffer-completion-help): Use it.
5605         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
5607         * filecache.el (file-cache-add-file): Use push and cons.
5608         (file-cache-delete-file-regexp): Use push.
5609         (file-cache-complete): Use completion-in-region.
5611         * simple.el (with-wrapper-hook): Fix thinko.
5613         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
5614         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
5615         Use with-current-buffer and string-to-number.
5616         (hfy-fallback-colour-values): Use assoc-string.
5617         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
5618         (hfy-face-at): Remove unused var `found-face'.
5619         (hfy-compile-stylesheet): Remove unused var `css'.
5620         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
5621         and `orig-buffer'.
5622         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
5623         Use with-current-buffer.
5624         (hfy-text-p): Use expand-file-name and fewer setq.
5626 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
5628         * htmlfontify.el, hfy-cmap.el: New files.
5630 2009-11-19  Juri Linkov  <juri@jurta.org>
5632         * minibuffer.el (completions-format): New defcustom.
5633         (completion--insert-strings): Implement vertical format.
5635         * simple.el (switch-to-completions): Move point to the first
5636         completion when point was at the beginning of the buffer.
5638 2009-11-19  Juri Linkov  <juri@jurta.org>
5640         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
5642         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
5644 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5646         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
5647         (mail-signature): Change default to t.
5648         (mail-from-style): Deprecate `system-default' value.
5649         (mail-insert-from-field): For default value of mail-from-style,
5650         default to `angles' unless `angles' needs quoting and `parens'
5651         does not.
5652         (mail-citation-prefix-regexp): Use citation regexp from
5653         message-mode.
5655 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
5657         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
5658         Set variables for computing the prompt for reading password.
5660 2009-11-19  Glenn Morris  <rgm@gnu.org>
5662         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
5664         * textmodes/flyspell.el (sgml-lexical-context): Declare.
5666         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
5667         (newsticker-treeview-listwindow-height): Fix custom type.
5669 2009-11-19  Kenichi Handa  <handa@m17n.org>
5671         * descr-text.el (describe-char-padded-string): Compose with TAB
5672         only if there's a font for CH.
5673         (describe-char): Fix the condition for detecting a trivial composition.
5675 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
5677         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
5678         more accurate version of the regexp.  (Bug#3910)
5680 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5682         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
5684 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
5686         * font-setting.el (font-use-system-font): Declare for byte-compiler.
5687         (font-setting-change-default-font): Fix typo in docstring.
5689 2009-11-18  Alan Mackenzie  <acm@muc.de>
5691         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
5693 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5695         * font-setting.el (font-use-system-font): Move ...
5697         * cus-start.el (all): ... to here.
5699 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
5701         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
5702         Don't set `ad-return-value' if `ad-do-it' doesn't.
5704         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
5705         modification time.
5707 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
5709         * menu-bar.el: Put "Use system font" in Option-menu.
5710         (menu-bar-options-save): Add font-use-system-font.
5712         * loadup.el: If feature system-font-setting or font-render-setting is
5713         there, load font-setting.
5715         * Makefile.in (ELCFILES): Add font-settings.el.
5716         * font-setting.el: New file.
5718 2009-11-17  Glenn Morris  <rgm@gnu.org>
5720         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
5722         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
5723         Preserve point in the list buffer.  (Bug#4939)
5724         Use point-at-eol.
5725         (newsticker--treeview-list-update-highlight)
5726         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
5728 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5730         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
5731         Remove.
5733         * calc/calc-ext.el (calc-init-extensions): Remove references to
5734         symclip.
5736         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
5738         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
5739         * calc/calc-help.el (calc-b-prefix-help): Remove references to
5740         `calc-symclip'.
5742 2009-11-16  Kevin Ryde  <user42@zip.com.au>
5744         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5745         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
5747         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
5748         (lm-keywords-list): Allow comma-only separator like "foo,bar".
5749         Ignore trailing spaces by omit-nulls to split-string (fixing
5750         regression from Emacs 21 due to the incompatible split-string
5751         change).  (Bug #4928.)
5753 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
5755         * vc.el (vc-log-show-limit): Default to 2000.
5756         (vc-print-log-internal): Insert buttons to request more entries
5757         when limiting the output.
5759         * vc-sccs.el (vc-sccs-print-log):
5760         * vc-rcs.el (vc-rcs-print-log):
5761         * vc-cvs.el (vc-cvs-print-log):
5762         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
5763         LIMIT is non-nil.
5765 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5767         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
5768         error when `tramp-gvfs-dbus-event-vector' is set.
5769         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
5771 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5773         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
5775 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
5777         * net/dbus.el (dbus-unregister-service): New defun.
5778         (dbus-register-property): Register the handlers of
5779         "org.freedesktop.DBus.Properties" for SERVICE.
5780         (dbus-property-handler): Fix docstring.
5782 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5784         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
5785         Quote doc string reference in defvaralias as it is not in special form.
5786         (byte-compile-output-docform): Doc fix.
5788 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
5790         * calc/calc.el (math-2-word-size, math-half-2-word-size)
5791         (calc-complement-signed-mode): New variables.
5792         (calc-set-mode-line): Add indicator for twos-complements.
5793         (math-format-number): Format twos-complement notation.
5795         * calc/calc-bin.el (calc-word-size): Reset the variables
5796         `math-2-word-size' and `math-half-2-word-size'.
5797         (math-format-complement-signed, math-symclip, calcFunc-symclip)
5798         (calc-symclip): New functions.
5800         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
5802         * calc/calc-embed.el (calc-embedded-mode-vars):
5803         Add `calc-complement-signed-mode' to the list of modes.
5805         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
5806         (calc-b-oper-keys): Add `calc-symclip' to list.
5808         * calc/calc-ext.el (math-read-number-fancy): Read complement
5809         signed numbers.
5810         (calc-init-extensions): Add binding for `calc-symclip'.
5811         Add autoload for `calcFunc-symclip' and `calc-symclip'.
5813         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
5814         `calc-symclip'.
5815         (calc-modes-menu): Add item for twos complement mode.
5817         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
5819 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5821         * register.el (jump-to-register, insert-register): Handle Semantic
5822         tags.  From commented-out advice in semantic/senator.el.
5824 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
5826         * vc.el (vc-log-show-limit): New variable.
5827         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
5828         when using a prefix argument.
5829         (vc-print-log-internal): Add new argument LIMIT.
5831         * vc-svn.el (vc-svn-print-log):
5832         * vc-mtn.el (vc-mtn-print-log):
5833         * vc-hg.el (vc-hg-print-log):
5834         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
5835         pass it to the log command when set.  Make the BUFFER argument
5836         non-optional.
5838         * vc-sccs.el (vc-sccs-print-log):
5839         * vc-rcs.el (vc-rcs-print-log):
5840         * vc-git.el (vc-git-print-log):
5841         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
5842         ignore it.  Make the BUFFER argument non-optional
5844         * bindings.el (mode-line-buffer-identification): Do not purecopy.
5846 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
5848         * dired.el (dired-mode-map): Move encryption items to "Operate"
5849         menu (Bug#4703).
5851         * strokes.el (strokes-update-window-configuration): Make strokes
5852         buffer current before erasing (Bug#4906).
5854         * cedet/semantic/idle.el (semantic-idle-summary-mode)
5855         (semantic-idle-summary-mode): Define using define-minor-mode
5856         instead of define-semantic-idle-service.
5857         (semantic-idle-summary-mode): New function.
5858         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
5859         that mouse motion does not reset the echo area.
5861 2009-11-15  Juri Linkov  <juri@jurta.org>
5863         * simple.el (set-mark-default-inactive): Add :type, :group
5864         and :version.  (Bug#4876)
5866 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
5868         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
5869         (archive-unique-fname): ... here.  (Bug#4929)
5871 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5873         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
5874         with a real fix.
5876         * novice.el (disabled-command-function): Add useful args.
5877         Setup the help buffer so that [back] works.
5878         Remove redundant call to help-mode.
5879         (disabled-command-function): Use `case'.
5880         (en/disable-command): New function extracted from enable-command.
5881         (enable-command, disable-command): Use it.
5883 2009-11-14  Glenn Morris  <rgm@gnu.org>
5885         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
5886         constants.  (Bug#4913)
5888         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
5890 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
5892         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
5893         defined in C that have no doc-strings.  (Bug#1063)
5895 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
5897         * cus-edit.el (data, files):
5898         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
5900 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
5902         * simple.el (shell-command): Doc fix (Bug#4891).
5904         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
5906 2009-11-14  Glenn Morris  <rgm@gnu.org>
5908         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
5909         statements for vc-diff, emerge-quit, and rmail-cease-edit.
5910         If they are already loaded, eval-after-load will do the right thing.
5912         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
5913         compiling.
5915         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
5917         * simple.el (x-selection-owner-p): Declare.
5918         (read-mail-command): Use custom radio type rather than choice.
5919         (completion-no-auto-exit): Doc fix.
5921         * custom.el (defgroup):
5922         * epg-config.el (epg): Doc fixes.
5924 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
5926         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
5927         * international/ccl.el (define-ccl-program): Do not purecopy the
5928         docstring, defconst does it anyway.
5930 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5932         * add-log.el (add-change-log-entry): Avoid displaying the changelog
5933         a second time.
5935         * x-dnd.el (x-dnd-maybe-call-test-function):
5936         * window.el (split-window-vertically):
5937         * whitespace.el (whitespace-help-on):
5938         * vc-rcs.el (vc-rcs-consult-headers):
5939         * userlock.el (ask-user-about-lock-help)
5940         (ask-user-about-supersession-help):
5941         * type-break.el (type-break-force-mode-line-update):
5942         * time-stamp.el (time-stamp-conv-warn):
5943         * terminal.el (te-set-output-log, te-more-break, te-filter)
5944         (te-sentinel, terminal-emulator):
5945         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
5946         (term-write-input-ring, term-check-source, term-start-output-log):
5947         (term-display-buffer-line, term-dynamic-list-completions):
5948         (term-ansi-make-term, serial-term):
5949         * subr.el (selective-display):
5950         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
5951         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
5952         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
5953         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
5954         (speedbar-remove-localized-speedbar-support)
5955         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
5956         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
5957         (speedbar-buffers-line-directory):
5958         * simple.el (shell-command-on-region, append-to-buffer)
5959         (prepend-to-buffer):
5960         * shadowfile.el (shadow-save-todo-file):
5961         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
5962         (scroll-bar-maybe-set-window-start):
5963         * sb-image.el (speedbar-image-dump):
5964         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
5965         (load-save-place-alist-from-file):
5966         * ps-samp.el (ps-print-message-from-summary):
5967         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
5968         (ps-background-image, ps-begin-job, ps-do-despool):
5969         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
5970         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
5971         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
5972         (pr-call-process, pr-file-list, pr-interface-save):
5973         * novice.el (disabled-command-function)
5974         (enable-command, disable-command):
5975         * mouse.el (mouse-buffer-menu-alist):
5976         * mouse-copy.el (mouse-kill-preserving-secondary):
5977         * macros.el (kbd-macro-query):
5978         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
5979         * informat.el (batch-info-validate):
5980         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
5981         * hippie-exp.el (try-expand-dabbrev-visible):
5982         * help-mode.el (help-make-xrefs):
5983         * help-fns.el (describe-variable):
5984         * generic-x.el (bat-generic-mode-run-as-comint):
5985         * finder.el (finder-mouse-select):
5986         * find-dired.el (find-dired-sentinel):
5987         * filesets.el (filesets-file-close):
5988         * files.el (list-directory):
5989         * faces.el (list-faces-display, describe-face):
5990         * facemenu.el (list-colors-display):
5991         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
5992         * epg.el (epg--process-filter, epg-cancel):
5993         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
5994         (epa--read-signature-type):
5995         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
5996         (emerge-file-names):
5997         * ehelp.el (electric-helpify):
5998         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
5999         * ediff-vers.el (rcs-ediff-view-revision):
6000         * ediff-util.el (ediff-setup):
6001         * ediff-mult.el (ediff-append-custom-diff):
6002         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
6003         (ediff-wordify):
6004         * echistory.el (Electric-command-history-redo-expression):
6005         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6006         * disp-table.el (describe-display-table):
6007         * dired.el (dired-find-buffer-nocreate):
6008         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
6009         * dabbrev.el (dabbrev--same-major-mode-p):
6010         * chistory.el (list-command-history):
6011         * apropos.el (apropos-documentation):
6012         * allout.el (allout-obtain-passphrase):
6013         (allout-copy-exposed-to-buffer):
6014         (allout-verify-passphrase): Use with-current-buffer.
6016 2009-11-13  Glenn Morris  <rgm@gnu.org>
6018         * Makefile.in (ELCFILES): Regenerate.
6020 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
6022         * net/dbus.el (dbus-registered-objects-table): Rename from
6023         `dbus-registered-functions-table', because it contains also properties.
6024         (dbus-unregister-object): Unregister also properties.
6025         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
6026         Use a timeout of 500 msec, in order to not block.
6027         (dbus-register-property, dbus-property-handler): New defuns.
6029 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6031         * simple.el (minibuffer-default-add-completions): Drop deprecated
6032         4th arg.
6034 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
6036         * textmodes/artist.el (artist-mouse-choose-operation):
6037         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
6038         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
6039         (artist-compute-up-event-key): New function.
6040         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
6042 2009-11-13  Kenichi Handa  <handa@m17n.org>
6044         * language/japan-util.el: Make sure that the value of jisx0208
6045         property is jisx0208 character.
6047 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
6049         * international/mule.el (auto-coding-regexp-alist): Only purecopy
6050         car or each item, not the whole list.
6052 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * minibuffer.el (minibuffer-completion-help):
6055         Use minibuffer-hide-completions.
6057 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
6059         * dired.el (dired-save-positions, dired-restore-positions): New funs.
6060         (dired-revert): Use them (bug#4880).
6062 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6064         * tooltip.el (tooltip-frame-parameters): Undo previous change.
6066 2009-11-12  Juri Linkov  <juri@jurta.org>
6068         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
6069         New functions.
6070         (find-file-literally-at-point): Alias of `ffap-literally'.
6072 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
6074         * textmodes/ispell.el (ispell-skip-region-alist):
6075         * textmodes/css-mode.el (auto-mode-alist):
6076         * progmodes/compile.el (auto-mode-alist):
6077         * international/mule.el (ctext-non-standard-encodings-alist)
6078         (ctext-non-standard-encodings-regexp):
6079         * simple.el (shell-command-switch, text-read-only):
6080         * replace.el (occur-mode-map):
6081         * paths.el (rmail-file-name):
6082         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
6083         * find-file.el (ff-special-constructs):
6084         * files.el (file-name-handler-alist):
6085         * composite.el: Purecopy strings.
6087         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
6089 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6091         * widget.el (define-widget): Purecopy the docstring.
6092         * international/mule-cmds.el (charset): Do not purecopy the
6093         docstring here, define-widget does it.
6095         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6096         * textmodes/bibtex-style.el (auto-mode-alist):
6097         * progmodes/inf-lisp.el (inferior-lisp-prompt):
6098         * progmodes/compile.el (compile-command):
6099         * language/korea-util.el (default-korean-keyboard):
6100         * international/mule-conf.el (file-coding-system-alist):
6101         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
6102         * tooltip.el (tooltip-frame-parameters):
6103         * newcomment.el (comment-end, comment-padding):
6104         * dired.el (dired-trivial-filenames):
6105         * comint.el (comint-file-name-prefix): Purecopy initial values.
6107 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
6109         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
6110         (tramp-advice-minibuffer-electric-tilde): Unload advices via
6111         `tramp-unload'.
6112         (tramp-advice-make-auto-save-file-name)
6113         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
6114         after removing the advice.
6116 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
6118         * progmodes/grep.el (grep-regexp-alist):
6119         * international/mule-cmds.el (iso-2022-control-alist):
6120         * emacs-lisp/timer.el (timer-duration-words):
6121         * subr.el (version-separator, version-regexp-alist):
6122         * minibuffer.el (completion-styles-alist):
6123         * faces.el (face-attribute-name-alist, list-faces-sample-text):
6124         Change defvars to defconsts.
6126         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
6127         * loadup.el ("international/mule-conf"): Load the byte compiled version.
6128         * international/mule-conf.el: Allow to be byte compiled.
6130         * international/mule.el (define-charset): Purecopy props.
6131         (load-with-code-conversion): Purecopy doc string and file name.
6132         (put-charset-property): Purecopy strings.
6133         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
6135         * international/mule-cmds.el (register-input-method): Purecopy arguments.
6136         (define-char-code-property): Correctly purecopy the table.
6138         * international/ccl.el (define-ccl-program): Purecopy the docstring.
6140         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
6142         * subr.el (add-hook): Purecopy strings.
6143         (eval-after-load): Purecopy load-history-regexp and the form.
6145         * custom.el (custom-declare-group): Purecopy load-file-name.
6147         * subr.el (menu-bar-separator): New defconst.
6148         * net/eudc.el (eudc-tools-menu):
6149         * international/mule-cmds.el (set-coding-system-map)
6150         (mule-menu-keymap):
6151         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6152         * vc-hooks.el (vc-menu-map):
6153         * replace.el (occur-mode-map):
6154         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
6155         (menu-bar-edit-menu, menu-bar-goto-menu)
6156         (menu-bar-custom-menu, menu-bar-showhide-menu)
6157         (menu-bar-options-menu, menu-bar-tools-menu)
6158         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
6159         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
6160         (menu-bar-help-menu):
6161         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
6162         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
6164         * term/x-win.el (x-gtk-stock-map):
6165         * progmodes/vera-mode.el (auto-mode-alist):
6166         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
6167         (inferior-lisp-program, inferior-lisp-load-command):
6168         * progmodes/hideshow.el (hs-special-modes-alist):
6169         * progmodes/gud.el (same-window-regexps):
6170         * progmodes/grep.el (grep-program, find-program, xargs-program):
6171         * net/telnet.el (same-window-regexps):
6172         * net/rlogin.el (same-window-regexps):
6173         * language/ethiopic.el (font-ccl-encoder-alist):
6174         * vc-sccs.el (vc-sccs-master-templates):
6175         * vc-rcs.el (vc-rcs-master-templates):
6176         * subr.el (cl-assertion-failed):
6177         * simple.el (next-error-overlay-arrow-position):
6178         * lpr.el (lpr-command):
6179         * locate.el (locate-ls-subdir-switches):
6180         * info.el (same-window-regexps, info)
6181         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
6182         * image-mode.el (image-mode, auto-mode-alist):
6183         * hippie-exp.el (hippie-expand-ignore-buffers):
6184         * format.el (format-alist):
6185         * find-dired.el (find-ls-subdir-switches, find-grep-options)
6186         (find-name-arg):
6187         * facemenu.el (facemenu-keybindings):
6188         * dired.el (dired-listing-switches, dired-chown-program):
6189         * diff.el (diff-switches, diff-command):
6190         * cus-edit.el (same-window-regexps):
6191         * bindings.el (mode-line-mule-info)
6192         (mode-line-buffer-identification): Purecopy strings.
6194 2009-11-11  Juri Linkov  <juri@jurta.org>
6196         * simple.el (dired-get-filename) <declare-function>:
6197         Tell the byte-compiler about dired-get-filename.
6198         (shell-command): In Dired mode, get filename from the current line
6199         as the default value.
6201 2009-11-10  Glenn Morris  <rgm@gnu.org>
6203         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
6204         * calendar/holidays.el, progmodes/cperl-mode.el:
6205         Update x-popup-menu declarations.
6207         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
6208         (list-load-path-shadows): Use dolist.
6209         (list-load-path-shadows): Use with-current-buffer.
6211 2009-11-10  Juri Linkov  <juri@jurta.org>
6213         * minibuffer.el (read-file-name): Support a list of default values
6214         in `default-filename'.  Use the first file name where only one
6215         element is required.  Doc fix.
6217 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
6219         * net/dbus.el (dbus-unregister-object): Release service, if no
6220         other method is registered for it.
6222 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
6224         * bookmark.el (bookmark-completing-read): Sort bookmark names if
6225         bookmark-sort-flag is non-nil (Bug#4653).
6227 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6229         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
6230         the progress reporter entirely.
6232         * emulation/cua-base.el: Add CUA property to some CC mode commands
6233         (Bug#4100).
6235 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6237         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
6238         at end of sentence (Bug#4818).
6240 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
6242         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6243         Handle "see declaration of" MSFT statements (Bug#4100).
6245 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
6247         * net/tramp.el (tramp-advice-make-auto-save-file-name)
6248         (tramp-advice-file-expand-wildcards): Unload via
6249         `ad-remove-advice'.
6251         * net/trampver.el: Update release number.
6253 2009-11-08  Kevin Ryde  <user42@zip.com.au>
6255         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
6256         `ad-do-it'.
6258 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
6260         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
6261         in order to keep context in SELinux.
6263 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
6265         * dired-aux.el (dired-query): Place cursor in echo area and allow
6266         C-g.
6268         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
6269         menu item if not on a directory (Bug#4701).
6271 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
6273         Sync with Tramp 2.1.17.
6275         * net/tramp.el (tramp-handle-copy-directory): Don't use
6276         `file-remote-p' (due to compatibility).
6278         * net/tramp-compat.el (tramp-compat-copy-directory)
6279         (tramp-compat-delete-directory): New defuns.
6281         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6282         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
6283         `tramp-compat-delete-directory'.
6285         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
6286         (tramp-smb-handle-delete-directory): Use
6287         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
6289         * net/trampver.el: Update release number.
6291 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
6293         * tar-mode.el (tar-copy): Call write-region on the right buffer
6294         (Bug#4857).
6296         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
6297         by hand, if necessary (Bug#4878).
6299 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
6301         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
6302         align size column (Bug#4839).
6304         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
6305         statement.
6307 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6309         * progmodes/ld-script.el (auto-mode-alist):
6310         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
6312         * cus-face.el (custom-declare-face): Purecopy face spec.
6314 2009-11-06  Kenichi Handa  <handa@m17n.org>
6316         * international/uni-bidi.el: Re-generated.
6317         * international/uni-category.el: Re-generated.
6318         * international/uni-combining.el: Re-generated.
6319         * international/uni-mirrored.el: Re-generated.
6321 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6323         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
6324         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
6325         (tex-start-options, slitex-run-command, latex-run-command)
6326         (tex-run-command, tex-directory):
6327         * textmodes/ispell.el (ispell-html-skip-alists)
6328         (ispell-tex-skip-alists, ispell-tex-skip-alists):
6329         * textmodes/fill.el (adaptive-fill-first-line-regexp):
6330         (adaptive-fill-regexp):
6331         * textmodes/dns-mode.el (auto-mode-alist):
6332         * progmodes/python.el (interpreter-mode-alist):
6333         * progmodes/etags.el (tags-compression-info-list):
6334         * progmodes/etags.el (tags-file-name):
6335         * net/browse-url.el (browse-url-galeon-program)
6336         (browse-url-firefox-program):
6337         * mail/sendmail.el (mail-signature-file)
6338         (mail-citation-prefix-regexp):
6339         * international/mule-conf.el (eight-bit):
6340         * international/latexenc.el (latex-inputenc-coding-alist):
6341         * international/fontset.el (x-pixel-size-width-font-regexp):
6342         * emacs-lisp/warnings.el (warning-type-format):
6343         * emacs-lisp/trace.el (trace-buffer):
6344         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
6345         (emacs-lisp-mode-map):
6346         * calendar/holidays.el (holiday-solar-holidays)
6347         (holiday-bahai-holidays, holiday-islamic-holidays)
6348         (holiday-christian-holidays, holiday-hebrew-holidays)
6349         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
6350         (hebrew-holidays-1, holiday-oriental-holidays)
6351         (holiday-general-holidays):
6352         * x-dnd.el (x-dnd-known-types):
6353         * tool-bar.el (tool-bar):
6354         * startup.el (site-run-file):
6355         * shell.el (shell-dumb-shell-regexp):
6356         * rfn-eshadow.el (file-name-shadow-tty-properties)
6357         (file-name-shadow-properties):
6358         * paths.el (remote-shell-program, news-directory):
6359         * mouse.el ([C-down-mouse-3]):
6360         * menu-bar.el (menu-bar-tools-menu):
6361         * jka-cmpr-hook.el (jka-compr-load-suffixes)
6362         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
6363         (jka-compr-compression-info-list):
6364         * isearch.el (search-whitespace-regexp):
6365         * image-file.el (image-file-name-extensions):
6366         * find-dired.el (find-ls-option):
6367         * files.el (directory-listing-before-filename-regexp)
6368         (directory-free-space-args, insert-directory-program)
6369         (list-directory-brief-switches, magic-fallback-mode-alist)
6370         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
6371         (automount-dir-prefix):
6372         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
6373         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
6374         (face-font-registry-alternatives, face-font-registry-alternatives)
6375         (face-font-family-alternatives):
6376         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
6377         (facemenu-foreground-menu, facemenu-face-menu):
6378         * epa-hook.el (epa-file-name-regexp):
6379         * dnd.el (dnd-protocol-alist):
6380         * textmodes/rst.el (auto-mode-alist):
6381         * button.el (default-button): Purecopy strings.
6383 2009-11-06  Glenn Morris  <rgm@gnu.org>
6385         * Makefile.in (ELCFILES): Update.
6387 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6389         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
6390         * emacs-lisp/levents.el: Move to obsolete/levents.el.
6392         * nxml/xsd-regexp.el (xsdre-gen-categories):
6393         * nxml/xmltok.el (xmltok-parse-entity):
6394         * nxml/rng-parse.el (rng-parse-validate-file):
6395         * nxml/rng-maint.el (rng-format-manual)
6396         (rng-manual-output-force-new-line):
6397         * nxml/rng-loc.el (rng-save-schema-location-1):
6398         * nxml/rng-cmpct.el (rng-c-parse-file):
6399         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
6400         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
6402 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
6404         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
6405         Remove extra save-excursions and make-variable-buffer-local's.
6406         Suggested by Stefan Monnier.
6408         (verilog-getopt-file, verilog-module-inside-filename-p)
6409         (verilog-set-define): Merge GNU 1.35 and repair changes from
6410         switching to using with-current-buffer.
6412         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
6413         being treated as a number and confusing AUTORESET.
6414         Reported by Dan Dever.
6416         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
6417         Add verilog-auto-ignore-concat to fix backward compatibility with
6418         older verilog-modes.  Reported by Dan Katz.
6420         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
6421         containing closing anchors "...$".
6423         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
6424         Reported by Wade Smith.
6426         (verilog-batch-execute-func): Comment on function usage.
6428 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
6430         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
6431         for labels.
6433         (verilog-label-re, verilog-calc-1): Support proper indent of named
6434         asserts.
6436         (verilog-backward-token, verilog-basic-complete-re)
6437         (verilog-beg-of-statement, verilog-indent-re): Support proper
6438         indent of the assert statement at the beginning of a block of text.
6440         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
6441         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
6442         tokens as begins.
6444 2009-11-05  Glenn Morris  <rgm@gnu.org>
6446         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
6447         Emacs 19.  (Bug#1531)
6448         (byte-compile-fix-header): Update for the above change.
6449         Drop test for epoch::version.
6451         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
6452         * cus-dep.el (custom-make-dependencies):
6453         * finder.el (finder-compile-keywords):
6454         Use autoload-rubric's feature argument.
6456         * calendar/diary-lib.el (top-level): Make load behave more like require.
6458         * vc-git.el (vc-git-stash-map): Move definition before use.
6460 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
6462         * custom.el (custom-declare-group): Purecopy standard-value.
6463         (custom-declare-group): Purecopy custom-prefix.
6465         * international/mule.el (load-with-code-conversion):
6466         Call do-after-load-evaluation unconditionally.
6468         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
6470 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
6474 2009-11-04  Glenn Morris  <rgm@gnu.org>
6476         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
6477         (byte-compile-compatibility): Remove option.
6478         (byte-compile-close-variables, byte-compile-fix-header)
6479         (byte-compile-insert-header, byte-compile-output-docform)
6480         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
6481         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
6482         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
6483         (byte-compile-insert, byte-compile-defun):
6484         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
6485         (byte-defop-compiler19): Remove.
6486         Without byte-compile-compatibility, the 'emacs19-opcode property is not
6487         used by anything.  Replace all calls with byte-defop-compiler.
6489 2009-11-04  Juri Linkov  <juri@jurta.org>
6491         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
6492         (menu-bar-options-menu): Don't quote the `prop' arg of
6493         `menu-bar-make-mm-toggle'.
6495 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
6497         * calendar/calendar.el (cal-loaddefs):
6498         * calendar/diary-lib.el (diary-loaddefs):
6499         * calendar/holidays.el (hol-loaddefs):
6500         * eshell/esh-module.el (esh-groups): Load rather than require.
6502 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6504         * calendar/todo-mode.el (todo-add-category): Don't hardcode
6505         point-min==1.
6506         (todo-top-priorities): Only display-buffer when called interactively.
6507         (todo-item-start): Don't save excursion point.
6508         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
6509         (todo-insert-item-here, todo-file-item, todo-remove-item):
6510         Adjust uses of todo-item-start and todo-item-end.
6512         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
6513         (autoload-rubric): Don't use any more.
6514         * cedet/semantic/fw.el (semantic/loaddefs):
6515         * cedet/srecode.el (srecode/loaddefs):
6516         * cedet/ede.el (ede/loaddefs): Load rather than require.
6517         * cedet/ede/cpp-root.el:
6518         * cedet/ede/emacs.el:
6519         * cedet/ede/files.el:
6520         * cedet/ede/linux.el:
6521         * cedet/ede/locate.el:
6522         * cedet/ede/make.el:
6523         * cedet/ede/shell.el:
6524         * cedet/ede/speedbar.el:
6525         * cedet/ede/system.el:
6526         * cedet/ede/util.el:
6527         * cedet/semantic/analyze.el:
6528         * cedet/semantic/bovine.el:
6529         * cedet/semantic/complete.el:
6530         * cedet/semantic/ctxt.el:
6531         * cedet/semantic/db-file.el:
6532         * cedet/semantic/db-find.el:
6533         * cedet/semantic/db-global.el:
6534         * cedet/semantic/db-mode.el:
6535         * cedet/semantic/db-typecache.el:
6536         * cedet/semantic/db.el:
6537         * cedet/semantic/debug.el:
6538         * cedet/semantic/dep.el:
6539         * cedet/semantic/doc.el:
6540         * cedet/semantic/edit.el:
6541         * cedet/semantic/find.el:
6542         * cedet/semantic/format.el:
6543         * cedet/semantic/html.el:
6544         * cedet/semantic/ia-sb.el:
6545         * cedet/semantic/ia.el:
6546         * cedet/semantic/idle.el:
6547         * cedet/semantic/lex-spp.el:
6548         * cedet/semantic/lex.el:
6549         * cedet/semantic/mru-bookmark.el:
6550         * cedet/semantic/scope.el:
6551         * cedet/semantic/senator.el:
6552         * cedet/semantic/sort.el:
6553         * cedet/semantic/symref.el:
6554         * cedet/semantic/tag-file.el:
6555         * cedet/semantic/tag-ls.el:
6556         * cedet/semantic/tag-write.el:
6557         * cedet/semantic/tag.el:
6558         * cedet/semantic/util-modes.el:
6559         * cedet/semantic/analyze/complete.el:
6560         * cedet/semantic/analyze/refs.el:
6561         * cedet/semantic/bovine/c.el:
6562         * cedet/semantic/bovine/gcc.el:
6563         * cedet/semantic/bovine/make.el:
6564         * cedet/semantic/bovine/scm.el:
6565         * cedet/semantic/decorate/include.el:
6566         * cedet/semantic/decorate/mode.el:
6567         * cedet/semantic/symref/cscope.el:
6568         * cedet/semantic/symref/global.el:
6569         * cedet/semantic/symref/grep.el:
6570         * cedet/semantic/symref/idutils.el:
6571         * cedet/semantic/symref/list.el:
6572         * cedet/semantic/wisent/java-tags.el:
6573         * cedet/semantic/wisent/javascript.el:
6574         * cedet/srecode/compile.el:
6575         * cedet/srecode/cpp.el:
6576         * cedet/srecode/document.el:
6577         * cedet/srecode/el.el:
6578         * cedet/srecode/expandproto.el:
6579         * cedet/srecode/getset.el:
6580         * cedet/srecode/insert.el:
6581         * cedet/srecode/java.el:
6582         * cedet/srecode/map.el:
6583         * cedet/srecode/mode.el:
6584         * cedet/srecode/template.el:
6585         * cedet/srecode/texi.el: Remove the file-local setting of
6586         generated-autoload-feature.
6588         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
6589         and only put a prop if it is non-nil.
6591 2009-11-03  Juri Linkov  <juri@jurta.org>
6593         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
6594         (menu-bar-options-menu): Fix list quoting (Bug#4429).
6596         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
6597         and "Menu" to make top-level menu item visually one unit (like
6598         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
6599         multi-word menu items).  Fix :help string for quit-window.
6601 2009-11-03  Glenn Morris  <rgm@gnu.org>
6603         * cedet/mode-local.el (with-mode-local): Doc fix.
6605         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
6606         (byte-compile-file-form-define-abbrev-table)
6607         (byte-compile-file-form-custom-declare-variable)
6608         (byte-compile-variable-ref, byte-compile-defvar):
6609         Whether or not a warning is enabled should only affect whether we issue
6610         the warning, not whether or not we collect the relevant data.
6611         Eg warnings can be turned on and off throughout the course of a file.
6613         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
6614         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
6616 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6618         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
6619         * play/mpuz.el (mpuz-create-buffer):
6620         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
6621         (lm-print-y,s,noise, lm-print-w0, lm-init):
6622         * play/gomoku.el (gomoku-prompt-for-move):
6623         * play/fortune.el (fortune-in-buffer):
6624         * play/dissociate.el (dissociated-press):
6625         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
6626         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
6627         * mail/supercite.el (sc-eref-show):
6628         * mail/smtpmail.el (smtpmail-send-it):
6629         * mail/rmailsum.el (rmail-summary-next-labeled-message)
6630         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
6631         (rmail-summary-undelete-many, rmail-summary-rmail-update)
6632         (rmail-summary-goto-msg, rmail-summary-expunge)
6633         (rmail-summary-get-new-mail, rmail-summary-search-backward)
6634         (rmail-summary-add-label, rmail-summary-output-menu)
6635         (rmail-summary-output-body):
6636         * mail/rfc822.el (rfc822-addresses):
6637         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
6638         * mail/mailpost.el (post-mail-send-it):
6639         * mail/hashcash.el (hashcash-generate-payment):
6640         * mail/feedmail.el (feedmail-run-the-queue)
6641         (feedmail-queue-send-edit-prompt-help-first)
6642         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
6643         (feedmail-deduce-address-list):
6644         * eshell/esh-ext.el (eshell-remote-command):
6645         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
6646         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
6647         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
6648         (viper-save-string-in-file, viper-valid-marker):
6649         * emulation/viper-keym.el (viper-toggle-key):
6650         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
6651         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
6652         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
6653         * emulation/viper-cmd.el (viper-exec-form-in-vi)
6654         (viper-exec-form-in-emacs, viper-brac-function):
6655         * emulation/viper.el (viper-delocalize-var):
6656         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
6657         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
6658         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
6659         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
6660         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
6661         * emulation/edt.el (edt-electric-helpify):
6662         * emulation/cua-rect.el (cua--rectangle-aux-replace):
6663         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
6664         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
6665         (cua-indent-to-global-mark-column):
6666         * calendar/diary-lib.el (calendar-mark-1):
6667         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
6668         Use with-current-buffer.
6669         * emulation/viper.el (viper-delocalize-var): Use dolist.
6671 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
6673         * comint.el (comint-replace-by-expanded-history-before-point):
6674         Replace !! with the previous input string literally (Bug#1795).
6676 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
6678         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
6679         to be made up of whitespace.
6681 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
6683         * minibuffer.el (read-file-name): Don't use file dialogs for
6684         remote directories (Bug#99).
6686 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
6688         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
6690 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
6692         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
6693         instead of deleting the window or frame.
6695 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6697         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
6698         Support face colors.
6700         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
6701         New function.  Support face colors (Bug#1168).
6702         (tex-common-initialization): Use it.
6704         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
6705         mode allows it (Bug#1168).
6707 2009-10-31  Juri Linkov  <juri@jurta.org>
6709         * facemenu.el (list-colors-display): Don't mark buffer as
6710         modified (Bug#3948).
6712 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
6714         * international/mule-diag.el (list-character-sets-1): Minor
6715         message fix (Bug#3526).
6717         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
6718         face property (Bug#4834).
6719         (etags-list-tags, etags-tags-apropos-additional)
6720         (etags-tags-apropos, tags-select-tags-table): Add follow-link
6721         property.
6723         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
6724         items.
6726         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
6727         items.
6729         * cedet/ede.el (ede-minor-mode):
6730         * cedet/semantic.el (semantic-mode): Toggle menu separators.
6732 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6734         * textmodes/two-column.el (2C-split):
6735         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
6736         * textmodes/tex-mode.el (tex-set-buffer-directory):
6737         * textmodes/spell.el (spell-region, spell-string):
6738         * textmodes/reftex.el (reftex-erase-buffer):
6739         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
6740         * textmodes/reftex-toc.el (reftex-toc-promote-action):
6741         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
6742         (reftex-select-item):
6743         * textmodes/reftex-ref.el (reftex-label-info-update)
6744         (reftex-offer-label-menu):
6745         * textmodes/reftex-index.el (reftex-index-change-entry)
6746         (reftex-index-phrases-info):
6747         * textmodes/reftex-global.el (reftex-create-tags-file)
6748         (reftex-save-all-document-buffers, reftex-ensure-write-access):
6749         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
6750         (reftex-view-crossref-from-bibtex):
6751         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
6752         (reftex-extract-bib-entries-from-thebibliography)
6753         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
6754         * textmodes/refbib.el (r2b-capitalize-title):
6755         (r2b-convert-buffer, r2b-help):
6756         * textmodes/page-ext.el (pages-directory)
6757         (pages-directory-goto-with-mouse):
6758         * textmodes/bibtex.el (bibtex-validate-globally):
6759         * textmodes/bib-mode.el (bib-capitalize-title):
6760         * textmodes/artist.el (artist-clear-buffer, artist-system):
6761         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
6762         (local-set-scheme-interaction-buffer, xscheme-process-filter)
6763         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
6764         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
6765         (xscheme-send-control-g-interrupt, xscheme-start-process)
6766         (xscheme-process-sentinel, xscheme-cd):
6767         * progmodes/verilog-mode.el (verilog-read-always-signals)
6768         (verilog-set-define, verilog-getopt-file)
6769         (verilog-module-inside-filename-p):
6770         * progmodes/sh-script.el:
6771         * progmodes/python.el (python-pdbtrack-get-source-buffer)
6772         (python-pdbtrack-grub-for-buffer, python-execute-file):
6773         * progmodes/octave-inf.el (inferior-octave):
6774         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
6775         (idlwave-shell-compile-helper-routines, idlwave-set-local)
6776         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
6777         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
6778         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
6779         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
6780         (idlwave-shell-filter, idlwave-shell-examine-highlight)
6781         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
6782         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
6783         (idlwave-shell-examine-display, idlwave-shell-run-region)
6784         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
6785         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
6786         * progmodes/idlw-help.el (idlwave-help-get-special-help)
6787         (idlwave-help-get-help-buffer):
6788         * progmodes/gud.el (gud-basic-call, gud-find-class)
6789         (gud-tooltip-activate-mouse-motions-if-enabled):
6790         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
6791         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
6792         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
6793         (ebrowse-tags-next-file):
6794         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
6795         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
6796         (ebnf-eps-finish-and-write):
6797         * progmodes/cpp.el (cpp-edit-save):
6798         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
6799         * progmodes/cc-defs.el (c-emacs-features):
6800         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
6801         (antlr-directory-dependencies):
6802         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
6803         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
6804         (ada-find-any-references, ada-make-filename-from-adaname)
6805         (ada-make-body-gnatstub):
6806         * obsolete/rnews.el (news-list-news-groups):
6807         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
6808         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
6809         * net/rcirc.el (rcirc-debug):
6810         * net/newst-treeview.el (newsticker--treeview-list-add-item)
6811         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
6812         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
6813         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
6814         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
6815         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
6816         (newsticker--treeview-list-clear-highlight)
6817         (newsticker--treeview-list-update-highlight)
6818         (newsticker--treeview-list-highlight-start)
6819         (newsticker--treeview-tree-update-highlight)
6820         (newsticker--treeview-get-selected-item)
6821         (newsticker-treeview-mark-list-items-old)
6822         (newsticker--treeview-set-current-node):
6823         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
6824         * net/newst-backend.el (newsticker--get-news-by-funcall)
6825         (newsticker--get-news-by-wget, newsticker--image-get)
6826         (newsticker--image-sentinel):
6827         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
6828         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
6829         (eudc-ph-close-session):
6830         * net/eudc.el (eudc-save-options):
6831         * language/thai-word.el (thai-update-word-table):
6832         * language/japan-util.el (japanese-string-conversion):
6833         * international/titdic-cnv.el (tsang-quick-converter)
6834         (ziranma-converter, ctlau-converter):
6835         * international/mule-cmds.el (describe-language-environment):
6836         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
6837         (skkdic-convert-postfix, skkdic-convert-prefix):
6838         (skkdic-convert-okuri-nasi, skkdic-convert):
6839         * emacs-lisp/re-builder.el (reb-update-overlays):
6840         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
6841         * emacs-lisp/gulp.el (gulp-send-requests):
6842         * emacs-lisp/find-gc.el (trace-call-tree):
6843         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
6844         (eieio-describe-generic):
6845         * emacs-lisp/eieio-base.el (eieio-persistent-read):
6846         * emacs-lisp/edebug.el (edebug-outside-excursion):
6847         * emacs-lisp/debug.el (debugger-make-xrefs):
6848         * emacs-lisp/cust-print.el (custom-prin1-to-string):
6849         * emacs-lisp/chart.el (chart-new-buffer):
6850         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
6851         Use with-current-buffer.
6852         * textmodes/artist.el (artist-system): Don't call
6853         copy-sequence on a fresh string.
6854         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
6856 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
6858         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
6859         is no item to edit.  (Bug#4820)
6860         (todo-top-priorities): Restore point and restore narrowing in Todo
6861         buffer.  (Bug#4820)
6863 2009-10-31  Glenn Morris  <rgm@gnu.org>
6865         * net/ange-ftp.el (top-level): Don't require dired when compiling.
6866         (comint-last-output-start, comint-last-input-start)
6867         (comint-last-input-end): Don't defvar when compiling.
6868         (ange-ftp-process-file): Use bound-and-true-p.
6870         * pcmpl-rpm.el (top-level): Move provide statement to end.
6871         (pcmpl-rpm): Remove unused custom group.
6873         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
6875         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
6877         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6878         (byte-compile-warnings): Add `constants' as an option.
6879         (byte-compile-callargs-warn, byte-compile-arglist-warn)
6880         (display-call-tree): Update for byte-compile-fdefinition possibly
6881         returning `(macro lambda ...)'.  (Bug#4778)
6882         (byte-compile-variable-ref, byte-compile-setq-default):
6883         Respect `constants' member of byte-compile-warnings.
6885         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
6886         Use mapc rather than mapcar because the return value is never used.
6888         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
6889         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
6890         * cedet/semantic/html.el:
6891         Suppress harmless warnings about setting up semantic-imenu (not
6892         part of Emacs) variables.
6894 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6896         * vc-bzr.el (vc-bzr-revision-keywords): New var.
6897         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
6898         to "submit:".
6900         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
6901         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
6902         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
6903         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
6904         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
6905         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
6906         (semantic-analyzer-debug-global-symbol)
6907         (semantic-analyzer-debug-missing-innertype)
6908         (semantic-analyzer-debug-insert-include-summary):
6909         * cedet/semantic/util.el (semantic-file-tag-table):
6910         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
6911         (semantic-recursive-find-nonterminal-by-name):
6912         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
6913         * cedet/semantic/tag-file.el (semantic-prototype-file):
6914         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
6915         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
6916         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
6917         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
6918         (semantic-idle-summary-maybe-highlight):
6919         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
6920         (semantic-ia-sb-tag-info):
6921         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
6922         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
6923         * cedet/semantic/ede-grammar.el (project-compile-target):
6924         (ede-proj-makefile-insert-variables):
6925         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
6926         (semantic-debug-set-source-location, semantic-debug-interface-layout)
6927         (semantic-debug-mode, semantic-debug):
6928         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
6929         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
6930         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
6931         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
6932         (semanticdb-find-translate-path-includes--internal)
6933         (semanticdb-reset-log, semanticdb-find-log-activity):
6934         * cedet/semantic/db-file.el (object-write):
6935         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
6936         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
6937         (semanticdb-create-ebrowse-database):
6938         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
6939         * cedet/semantic/complete.el (semantic-displayor-focus-request)
6940         (semantic-collector-calculate-completions-raw)
6941         (semantic-complete-read-tag-analyzer):
6942         * cedet/semantic/analyze.el (semantic-analyze-pulse):
6943         * cedet/ede/util.el (ede-update-version-in-source):
6944         * cedet/ede/proj.el (project-delete-target):
6945         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
6946         (ede-proj-flush-autoconf):
6947         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
6948         (ede-proj-configure-synchronize):
6949         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
6950         * cedet/ede/linux.el (ede-linux-version):
6951         * cedet/ede/emacs.el (ede-emacs-version):
6952         * cedet/ede/dired.el (ede-dired-add-to-target):
6953         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
6954         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
6955         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
6956         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
6957         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
6958         (cedet-idutils-version-check):
6959         * cedet/cedet-global.el (cedet-gnu-global-call):
6960         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
6961         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
6962         * cedet/cedet-cscope.el (cedet-cscope-call)
6963         (cedet-cscope-expand-filename, cedet-cscope-version-check):
6964         Use with-current-buffer.
6965         * cedet/ede.el (ede-make-project-local-variable)
6966         (ede-set-project-variables, ede-set): Use dolist.
6968 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
6970         * textmodes/ispell.el (ispell-skip-region-alist):
6971         * international/mule-conf.el (eight-bit):
6972         * international/fontset.el (font-encoding-alist):
6973         * startup.el (pure-space-overflow-message):
6974         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
6975         * paths.el (gnus-nntp-service, rmail-spool-directory)
6976         (term-file-prefix):
6977         * files.el (save-some-buffers-action-alist):
6978         * cmuscheme.el (same-window-buffer-names):
6979         * ielm.el (same-window-buffer-names):
6980         * shell.el (same-window-buffer-names):
6981         * mail/sendmail.el (same-window-buffer-names):
6982         * progmodes/inf-lisp.el (same-window-buffer-names):
6983         * bindings.el (mode-line-client)
6984         (mode-line-column-line-number-mode-map):
6985         * language/tibetan.el (tibetan-precomposition-rule-regexp)
6986         (tibetan-precomposed-regexp): Purecopy string arguments.
6988 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6990         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
6991         (calcDigit-nondigit):
6992         * calc/calc-yank.el (calc-copy-to-buffer):
6993         * calc/calc-units.el (calc-invalidate-units-table):
6994         * calc/calc-trail.el (calc-trail-yank):
6995         * calc/calc-store.el (calc-insert-variables):
6996         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
6997         * calc/calc-prog.el (calc-read-parse-table):
6998         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
6999         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
7000         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
7001         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
7002         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
7003         (calc-graph-name, calc-graph-find-command, calc-graph-view)
7004         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
7005         * calc/calc-ext.el (calc-realign):
7006         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
7007         (calc-embedded-finish-edit, calc-embedded-make-info)
7008         (calc-embedded-finish-command, calc-embedded-stack-change):
7009         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
7011         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
7012         (overload-docstring-extension): Use that info.
7013         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
7014         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
7015         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
7016         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
7017         (semantic-nonterminal-full-name): Add the new `when' info.
7018         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
7019         `assert'.
7021         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
7022         shell-dynamic-complete-filename in preference to
7023         comint-dynamic-complete-filename.
7025         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7026         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
7027         Don't consider whether the display supports colors.
7028         (bookmark-import-new-list): Use dolist.
7029         (bookmark-bmenu-mode-map): Move initialization into declaration.
7030         (bookmark-bmenu-list): Use dolist, simplify.
7031         (bookmark-show-all-annotations): Use save-selected-window and dolist.
7032         (menu-bar-final-items): Use push.
7034 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
7036         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
7037         it works on remote files.
7038         (vc-hg-diff): Don't pass any `--cwd' argument.
7040 2009-10-27  Kevin Ryde  <user42@zip.com.au>
7042         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7043         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
7044         (Further to Bug#3921).
7046 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
7048         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
7049         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
7050         calling `tramp-imap-put-file'.  Add file size to the call.
7051         (tramp-imap-get-file-entries): Compute also user name, file size,
7052         and date.
7053         (tramp-imap-handle-insert-directory): Insert uid and gid.
7054         (tramp-imap-handle-file-attributes): Transform uid and gid
7055         according to `id-format'.
7056         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
7057         size in header X-Size.
7059 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
7061         * simple.el (transpose-subr): Give clearer error when the mark
7062         is not set.  (Bug#4807)
7064 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
7066         * net/tramp.el (tramp-perl-file-truename): New defconst.
7067         Perl code contributed by yary <not.com@gmail.com> (tiny change).
7068         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
7069         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
7070         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
7072         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
7073         Ignore `dired-call-process'.
7074         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
7076 2009-10-26  Julian Scheid  <julians37@gmail.com>
7078         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
7079         (tramp-get-remote-readlink): New defun.
7080         (tramp-handle-file-truename): Use it.
7081         (tramp-handle-file-exists-p): Check file-attributes cache, assume
7082         file exists if cache value present.
7083         (tramp-check-cached-permissions): New defun.
7084         (tramp-handle-file-readable-p): Use it.
7085         (tramp-handle-file-writable-p): Likewise.
7086         (tramp-handle-file-executable-p): Likewise.
7087         (tramp-handle-file-name-all-completions): Try using Perl to get
7088         partial completions.  When perl not available, combine `cd' and
7089         `ls' into single remote operation and use shell expansion to get
7090         partial remote directory contents.  Set `file-exists-p' cache for
7091         directory and any files returned by ls.  Change cache handling to
7092         support partial directory contents.  Use error message emitted by
7093         remote `cd' or Perl code for local tramp-error.
7094         (tramp-do-copy-or-rename-file-directly): Avoid separate
7095         tramp-send-command-and-check call.
7096         (tramp-handle-process-file): Merge three remote ops into one.
7097         Do not flush all caches when `process-file-side-effects' is set.
7098         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
7099         file-attributes shows uid/gid to be set already.
7101 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
7103         * textmodes/tex-mode.el (tex-dvi-view-command)
7104         (tex-show-queue-command, tex-open-quote):
7105         * progmodes/ruby-mode.el (auto-mode-alist)
7106         (interpreter-mode-alist): Purecopy strings.
7108         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
7110         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
7111         string for the hook, keymap and abbrev table.
7113         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
7115         * x-dnd.el (x-dnd-xdnd-to-action):
7116         * startup.el (fancy-startup-text, fancy-about-text): Change to
7117         defconst from defvar.
7119         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
7121         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
7122         Purecopy initialization strings.
7124         * mail/sendmail.el (mail-header-separator)
7125         (mail-personal-alias-file):
7126         * mail/rmail.el (rmail-default-dont-reply-to-names)
7127         (rmail-ignored-headers, rmail-retry-ignored-headers)
7128         (rmail-highlighted-headers, rmail-secondary-file-directory)
7129         (rmail-secondary-file-regexp):
7130         * files.el (null-device, file-name-invalid-regexp)
7131         (locate-dominating-stop-dir-regexp)
7132         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
7133         (interpreter-mode-alist): Use mapcar instead of mapc.
7135         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
7137         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
7138         (completion-ignored-extensions):
7139         (debug-ignored-errors): Purecopy strings.
7141 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7143         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
7144         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
7145         (pcomplete--here): Use push.
7147         * subr.el (all-completions): Declare the 4th arg obsolete.
7149 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7151         * pcomplete.el (pcomplete-unquote-argument-function): New var.
7152         (pcomplete-unquote-argument): New function.
7153         (pcomplete--common-suffix): Always pay attention to case.
7154         (pcomplete--table-subvert): Quote and unquote the text.
7155         (pcomplete--common-quoted-suffix): New function.
7156         (pcomplete-std-complete): Use it and pcomplete-begin.
7158         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
7159         we're inside a dedicated or minibuffer window.
7161 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7163         * cedet/semantic/fw.el (semantic-alias-obsolete)
7164         (semantic-varalias-obsolete): Make the `when' arg mandatory.
7165         (define-mode-overload-implementation):
7166         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
7167         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
7168         * cedet/semantic/util.el (semantic-file-token-stream)
7169         (semantic-something-to-stream):
7170         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
7171         (semantic-expand-nonterminal):
7172         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
7173         (semantic-find-dependency, semantic-find-nonterminal)
7174         (semantic-find-dependency):
7175         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
7176         (semantic-flex-text, semantic-flex-make-keyword-table)
7177         (semantic-flex-keyword-p, semantic-flex-keyword-put)
7178         (semantic-flex-keyword-get, semantic-flex-map-keywords)
7179         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
7180         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
7181         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
7182         (semantic-after-idle-scheduler-reparse-hooks):
7183         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
7184         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
7185         * cedet/semantic.el (semantic-toplevel-bovine-table)
7186         (semantic-toplevel-bovine-cache)
7187         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
7188         (semantic-init-mode-hooks, semantic-init-db-hooks)
7189         (semantic-bovination-working-type): Provide the `when' arg.
7191 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
7193         * bookmark.el: Update documentation, especially documentation
7194         of `bookmark-alist' and of the bookmark file format.
7195         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
7197 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7199         * mail/emacsbug.el (report-emacs-bug): Clarify that the
7200         keybindings apply to the mail buffer (Bug#4003).  Shrink help
7201         window to buffer.
7203         * whitespace.el (whitespace-mode, whitespace-newline-mode)
7204         (global-whitespace-mode, global-whitespace-newline-mode)
7205         (whitespace-toggle-options, global-whitespace-toggle-options):
7206         Doc fix (Bug#3660).
7208         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
7209         of xmltok-start before the end tag was inserted (Bug#2840).
7211         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
7212         patterns that are preceded by an open-paren (Bug#1320).
7214 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
7216         * files.el (delete-directory): Delete symlinks to directories with
7217         delete-file (Bug#4739).
7219 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
7221         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
7222         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
7223         argument to make-obsolete.
7225         * cedet/semantic/fw.el (semantic-alias-obsolete)
7226         (semantic-varalias-obsolete): Add optional WHEN argument.
7228 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
7230         * vc.el (vc-backend-for-registration): Rename from
7231         vc-get-backend-for-registration.  Update callers.
7233         * international/mule-cmds.el (set-language-info-alist):
7234         Purecopy lang-env.
7235         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
7236         (charset): Purecopy the name.
7237         (define-char-code-property): Purecopy string arguments.
7239         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
7240         Purecopy string arguments.
7242         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7243         * ediff-hook.el (menu-bar-ediff-menu):
7244         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
7245         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
7247 2009-10-24  Glenn Morris  <rgm@gnu.org>
7249         * comint.el (comint-dynamic-list-completions):
7250         * term.el (term-dynamic-list-completions): Use choose-completion rather
7251         than obsolete alias mouse-choose-completion.
7253         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
7254         file-cache-choose-completion.
7255         (file-cache-choose-completion): Handle an optional event argument.
7256         (file-cache-mouse-choose-completion): Make it an obsolete alias.
7258         * progmodes/octave-mod.el (octave-complete-symbol):
7259         Use choose-completion if mouse-choose-completion is ever removed.
7261         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
7262         use.
7264         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
7265         compiler.
7267         * vc-hooks.el (vc-responsible-backend): Fix declaration.
7269 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7271         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
7272         Ignore `pred' now that we receive one.
7273         Handle test-completion specially.
7275 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7277         * vc.el (vc-responsible-backend): Throw an error if not backend is
7278         found.  Remove the REGISTER argument.  Move the code dealing with
7279         REGISTER ...
7280         (vc-get-backend-for-registration): ... here.  New function.
7281         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
7282         of vc-responsible-backend, pass the file name instead of the
7283         directory name.
7285 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7287         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
7288         New funs.
7289         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
7290         (pcomplete-comint-setup): Don't modify a global var via
7291         accidental side-effects.
7292         (pcomplete-shell-setup): Adjust call accordingly.
7293         (pcomplete-parse-comint-arguments): Use push.
7295 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
7297         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
7298         Allow uncapitalized info node names (Bug#3921).
7300         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
7301         to the DEBUG file (Bug#3781).
7303 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
7305         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
7306         dictionary entry (Bug#4579).
7308 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
7310         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
7311         from `rfn-eshadow-update-overlay-hook' when unloading.
7312         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
7313         "rsyncc".  Adjust doc string.
7314         (tramp-temp-buffer-file-name): New buffer-local defvar.
7315         (tramp-handle-insert-file-contents, tramp-handle-write-region):
7316         Keep temporary file when indicated by method ("rsync" and
7317         "rsyncc").
7318         (tramp-handle-write-region): Handle APPEND.
7319         (tramp-delete-temp-file-function): New defun.  Added to
7320         `kill-buffer-hook'.
7322 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
7324         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
7326 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
7328         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
7329         (color-name-rgb-alist, tty-standard-colors)
7330         (tty-color-mode-alist): Change to defconst.
7332         * simple.el (mark-inactive): Purecopy message.
7334         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
7335         (global-map, yank-menu):
7336         * textmodes/ispell.el (ispell-menu-map):
7337         * net/eudc.el (eudc-tools-menu):
7338         * international/mule-cmds.el (describe-language-environment-map)
7339         (setup-language-environment-map, set-coding-system-map)
7340         (mule-menu-keymap):
7341         * vc-hooks.el (vc-menu-entry, vc-menu-map):
7342         * replace.el (occur-mode-map):
7343         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
7345 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
7347         * calc/calc.el (math-read-number, math-read-number-simple): Use
7348         `save-match-data'.
7350 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7352         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
7353         rather than fiddling with global-map bindings, since it should only
7354         affect per-terminal settings.
7355         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
7357         * minibuffer.el (completion-table-with-terminator): Allow to specify
7358         the terminator-regexp.
7360         * simple.el (switch-to-completions): Look for *Completions* in other
7361         frames as well.
7363         * pcomplete.el: Allow the use of completion-tables.
7364         (pcomplete-std-complete): New command.
7365         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
7366         (pcomplete--here): Use a function for `form' rather than an expression,
7367         so it can be byte-compiled.
7368         (pcomplete-here, pcomplete-here*): Adjust accordingly.
7369         Add edebug declaration.
7370         (pcomplete-show-completions): Remove unused var `curbuf'.
7371         (pcomplete-do-complete, pcomplete-stub):
7372         Don't assume `completions' is a list of strings any more.
7374 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
7376         * find-dired.el (find-name-arg): Fix typo in docstring.
7378 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
7381         (pcmpl-linux-fs-types): Same, and update to new modules layout.
7383         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
7384         pcomplete-entries.
7386         * comint.el (comint-read-input-ring, comint-write-input-ring)
7387         (comint-substitute-in-file-name)
7388         (comint-dynamic-complete-as-filename)
7389         (comint-dynamic-simple-complete)
7390         (comint-dynamic-list-filename-completions)
7391         (comint-dynamic-list-completions)
7392         (comint-redirect-results-list-from-process): Minor simplifications.
7394 2009-10-21  Kevin Ryde  <user42@zip.com.au>
7396         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7397         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
7398         the first form.  And insert a blank line after ";;; Code" since
7399         that's usual style.  (Bug#4612)
7401         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
7403 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7405         * minibuffer.el (completion-table-with-terminator): Properly implement
7406         boundaries, in case `terminator' appears in the suffix.
7407         (completion--embedded-envvar-table): Don't return boundaries if
7408         there's no valid completion.  Simplify.
7409         (completion-file-name-table): New completion table extracted from
7410         completion--file-name-table.
7411         (completion--file-name-table): Use it.
7412         (read-file-name-predicate): Declare obsolete.
7413         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
7414         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
7415         completion-file-name-table, and use the `pred' argument.
7416         * files.el (locate-file-completion-table): Use the `pred' arg rather
7417         than read-file-name-predicate.
7418         (abbreviate-file-name): Use \` rather than ^ for BOS.
7420 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
7422         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
7423         vc-responsible-backend to register, it causes problems.
7425 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7427         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
7429 2009-10-21  Eric Ludlam  <zappo@gnu.org>
7431         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
7432         (semantic-c-debug-mode-init-pch): New functions.
7433         (semantic-c-debug-mode-init-last-mode): New var.
7434         (semantic-c-parse-lexical-token): Use them.
7436         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
7437         When extracting the argument list, limit only by point-max.
7439 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
7441         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
7442         (tramp-smb-handle-file-attributes): Use it.
7443         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
7444         (tramp-smb-handle-insert-directory): Use `mapc' rather than
7445         `mapcar'.  Use `tramp-smb-get-stat-capability'.
7446         Add `dired-filename' text properties.
7447         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
7448         (tramp-smb-maybe-open-connection): Simplify check for smbclient
7449         version.
7451 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7453         * subr.el (read-key-delay): Reduce to 0.01.
7454         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
7455         (bug#4751).
7457 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
7461         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
7462         (Info-menu): Remove unused vars `last' and `completions'.
7463         (Info-index-nodes): Remove unused var `node'.
7465         * info.el (Info-complete-menu-item): Use complete-with-action.
7467 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
7469         Make vc-annotate work through copies and renames.
7470         * vc-annotate.el (vc-annotate-extract-revision-at-line):
7471         Return the file name too.
7472         (vc-annotate-revision-at-line)
7473         (vc-annotate-find-revision-at-line)
7474         (vc-annotate-revision-previous-to-line)
7475         (vc-annotate-show-log-revision-at-line): Update to get the file
7476         name from vc-annotate-extract-revision-at-line.
7477         (vc-annotate-show-diff-revision-at-line-internal): Change the
7478         argument to mean whether to show a file diff or not.  Get the file
7479         name from vc-annotate-extract-revision-at-line.
7480         (vc-annotate-show-diff-revision-at-line):
7481         Update vc-annotate-show-diff-revision-at-line call.
7482         (vc-annotate-warp-revision): Add an optional file argument.
7484         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
7485         (vc-git-annotate-extract-revision-at-line): Also return the file
7486         name if found.
7488         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
7489         command.  Remove unused code.
7490         (vc-hg-annotate-re): Update to match --follow output.
7491         (vc-hg-annotate-extract-revision-at-line): Also return the file
7492         name if found.
7494         * vc.el: Update annotate-extract-revision-at-line documentation.
7496 2009-10-18  Kevin Ryde  <user42@zip.com.au>
7498         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
7499         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
7501         * net/browse-url.el (browse-url): Identify alist with "consp and
7502         not functionp" and let all other things go down the `apply' leg,
7503         as suggested by Stefan.  (Further to bug#4531.)
7505 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
7507         * minibuffer.el (read-file-name): Check for repeat before putting
7508         a default argument in file-name-history (Bug#4657).
7510         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
7511         read syntax (Bug#4737).
7513         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
7515 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
7517         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
7518         (html-tag-alist, html-tag-help): Add descriptions for undocumented
7519         entries and make note of obsolete tags.
7521 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7523         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
7525 2009-10-18  Glenn Morris  <rgm@gnu.org>
7527         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
7528         grep, so that binary files (eg international/uni-bidi.el) can match.
7529         Remove test for "UnicodeData" files, since it is hopefully unnecessary
7530         now, and in any case the file header format has changed.
7532 2009-10-17  Glenn Morris  <rgm@gnu.org>
7534         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
7535         (flyspell-get-word, flyspell-large-region)
7536         (flyspell-auto-correct-previous-word): Doc/error message fixes.
7538 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7540         * Makefile.in (ELCFILES): Add ede/shell.
7542 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
7544         * term/common-win.el (x-colors): Purecopy it.
7546 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7548         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
7549         permissive for when the buffer is empty.
7550         (tar-header-block-tokenize): Decode the username and groupname.
7551         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
7553 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
7555         * cedet/srecode/srt.el:
7556         * cedet/srecode/compile.el:
7557         * cedet/semantic/mru-bookmark.el:
7558         * cedet/semantic/debug.el:
7559         * cedet/semantic/complete.el:
7560         * cedet/semantic/analyze.el: Require CL when compiling.
7562 2009-10-17  Eric Ludlam  <zappo@gnu.org>
7564         * cedet/semantic/scope.el
7565         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
7566         tmpscope so that the regular scope will continue to work.
7568         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
7569         Use semantic-idle-summary-highlight-face as the highlighting.
7571         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
7572         contains multibyte characters, choose first applicable coding
7573         system automatically.
7575         * cedet/ede/project-am.el (project-run-target): New method.
7576         (project-run-target): New method.
7578         * cedet/ede.el (ede-target): Add run target menu item.
7579         (ede-project, ede-minor-keymap): Add ede-run-target binding.
7580         (ede-run-target): New function.
7581         (ede-target::project-run-target): New method.
7583         * cedet/ede/proj.el (project-run-target): New method.
7585         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
7586         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
7587         Add :rules.
7588         (ede-proj-target-makefile-shared-object): Only libtool compilers
7589         now available.  Add linkers for libtool.
7590         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
7591         (ede-proj-makefile-target-name): Always use .la extension.
7593         * cedet/ede/proj-prog.el (project-run-target): New method.
7595         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
7596         (ede-g++-linker): Change Change link lines.
7598         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
7599         When searching for old variables, go to the end of the buffer and
7600         search backward from there.
7601         (ede-proj-makefile-automake-insert-subdirs)
7602         (ede-proj-makefile-automake-insert-extradist): New methods.
7603         (ede-proj-makefile-create): Use them.
7605         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
7606         Force FILE to expand to the current target.  Use file-exists-p to
7607         check that it exists.
7609         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
7610         (ede-linux-load): Wrap dir in file-name-as-directory.
7611         Set :version slot.
7613         * cedet/ede/files.el (ede-get-locator-object): When enabling
7614         locate, do so on "top".
7616         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
7617         file-name-as-directory during compare.
7618         (ede-emacs-version): Return Emacs/XEmacs differentiator.
7619         Get version number from different places.  Don't call egrep.
7620         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
7621         to set the directory.
7623         * cedet/ede/shell.el: New file.
7625         * cedet/inversion.el (inversion-decoders): Allow for stray . in
7626         alpha/beta variants.
7628 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7630         * international/mule-cmds.el (select-safe-coding-system): If the file
7631         has a coding cookie, use it regardless of any other setting (bug#4712).
7633 2009-10-17  Glenn Morris  <rgm@gnu.org>
7635         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
7636         All errors should have messages.
7638         * foldout.el (foldout-mouse-swallow-events):
7639         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
7641         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
7642         (dired-keep-marker-copy, dired-keep-marker-hardlink)
7643         (dired-keep-marker-symlink, dired-dwim-target)
7644         (dired-copy-preserve-time): Do not autoload these defcustoms.
7646         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
7647         messages from messing up the file coding.  (Bug#4623)
7649 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
7651         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
7652         if no match is found for the current dictionary.  (Bug#4578)
7654         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
7655         optional, since that is how it is documented, and this is often called
7656         with a nil argument.  (Bug#4577)
7657         (flyspell-external-point-words, flyspell-auto-correct-word)
7658         (flyspell-correct-word-before-point, flyspell-word-search-forward)
7659         (flyspell-word-search-backward): Remove nil argument in calls to
7660         flyspell-get-word, since it is not needed now.
7662 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
7664         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
7666 2009-10-16  Glenn Morris  <rgm@gnu.org>
7668         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
7670 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
7672         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
7673         (ange-ftp-file-size): New function.
7674         (ange-ftp-file-attributes): Use it.
7676 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
7678         * net/tramp-smb.el (tramp-smb-version): New defvar.
7679         (tramp-smb-maybe-open-connection): Use it, in order to avoid
7680         repeated checks.
7682 2009-10-16  Glenn Morris  <rgm@gnu.org>
7684         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7685         Maybe copy some custom properties from old to new name.  (Bug#4706)
7687 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
7689         * subr.el (error, sit-for, start-process-shell-command)
7690         (start-file-process-shell-command): Set the calling convention
7691         after the function definition.
7693 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         * subr.el (error, sit-for, start-process-shell-command)
7696         (start-file-process-shell-command): Use the new
7697         set-advertised-calling-convention feature.
7699 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
7701         * international/ucs-normalize.el (ucs-normalize-version):
7702         Change to 1.2.
7703         (check-range): Adjust for Unicode 5.2.
7705 2009-10-15  Juri Linkov  <juri@jurta.org>
7707         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
7708         to the `menu-item' format.
7710 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
7712         * net/tramp.el (tramp-replace-environment-variables): Do not fail
7713         if the environment variable does not exist.
7715         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7716         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
7717         parameter.
7718         (tramp-smb-handle-add-name-to-file)
7719         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7720         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7721         (tramp-smb-handle-file-attributes)
7722         (tramp-smb-do-file-attributes-with-stat)
7723         (tramp-smb-handle-file-local-copy)
7724         (tramp-smb-handle-insert-directory)
7725         (tramp-smb-handle-make-directory)
7726         (tramp-smb-handle-make-directory-internal)
7727         (tramp-smb-handle-make-symbolic-link)
7728         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
7729         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
7730         (tramp-smb-maybe-open-connection): Apply the changed parameters.
7731         (tramp-smb-read-file-entry): Read Disk names in compressed format.
7732         Handle long file names.
7733         (tramp-smb-get-cifs-capabilities): Check, whether the connection
7734         process is running.
7735         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
7736         Read share names with "-g" option.
7738 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
7740         * net/rcirc.el (rcirc-view-log-file): New command.
7741         (rcirc-track-minor-mode-map): Remove C-c ` binding.
7742         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
7743         specified.
7745 2009-10-15  Glenn Morris  <rgm@gnu.org>
7747         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
7748         from the second command-line argument.
7749         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
7750         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
7751         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
7752         w32-batch-update-autoloads.
7753         * emacs-lisp/autoload.el (autoload-make-program): New variable.
7754         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
7756         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
7757         the headers cannot be located.  Simplify, subtracting superflous
7758         save-excursions.
7760 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7762         Replace completion-base-size by completion-base-position to fix bugs
7763         such as (bug#4699).
7764         * simple.el (completion-base-position): New var.
7765         (completion-base-size): Mark as obsolete.
7766         (choose-completion): Make it work for mouse events as well.
7767         Pass the new base-position to choose-completion-string.
7768         (choose-completion-guess-base-position): New function, extracted from
7769         choose-completion-delete-max-match.
7770         (choose-completion-delete-max-match): Use it.  Make obsolete.
7771         (choose-completion-string): Use the new base-position info.
7772         (completion-root-regexp): Delete.
7773         (completion-setup-function): Preserve completion-base-position.
7774         Eliminate obsolete base-size manipulation.
7775         * minibuffer.el (display-completion-list): Don't mess with base-size.
7776         (minibuffer-completion-help): Set completion-base-position instead.
7777         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
7778         choose-completion.
7779         * textmodes/bibtex.el (bibtex-complete):
7780         * emacs-lisp/crm.el (crm--choose-completion-string):
7781         Adjust to new calling convention.
7782         * complete.el (partial-completion-mode): Use minibufferp to avoid
7783         bumping into incompatible change to choose-completion-string-functions.
7784         * ido.el (ido-choose-completion-string): Make its calling convention
7785         more permissive.
7786         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
7787         base-size manipulation.
7788         (comint-dynamic-list-input-ring): Use dotimes and push.
7789         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
7790         fundamental-mode.  Use `or'.
7792 2009-10-14  Juri Linkov  <juri@jurta.org>
7794         * misearch.el (multi-isearch-next-buffer-from-list)
7795         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
7797 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7799         * Makefile.in (compile-onefile): Load `bytecomp' rather than
7800         `bytecomp.el'.
7802         * minibuffer.el (completion-pcm--merge-completions): Make sure the
7803         string we return is all made up of text from the completions rather
7804         than part from the completions and part from the input (bug#4219).
7806         * ido.el (ido-everywhere): Use define-minor-mode.
7808         * buff-menu.el (list-buffers, ctl-x-map):
7809         Mark the entry points with ;;;###autoload cookies.
7811 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
7813         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
7814         correctly in the detached head case.
7815         (vc-git-print-log): Remove unused binding.
7817         * vc.el (vc-responsible-backend): When a directory is passed for
7818         for registration create a VC repository if no backend is
7819         responsible for the directory argument.
7820         (vc-deduce-fileset): Tell vc-responsible-backend to register.
7822         * vc.el: Move comments about RCS and SCCS ...
7823         * vc-rcs.el:
7824         * vc-sccs.el: ... here, respectively.
7826 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * minibuffer.el (completion--file-name-table): Return nil if there's
7829         no file completion, even if substitute-in-file-name changed
7830         the string (bug#4708).
7832 2009-10-13  Juri Linkov  <juri@jurta.org>
7834         * files-x.el (read-file-local-variable-value): Don't filter out
7835         minor modes from mode name completion (bug#4664).
7837 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7839         * international/mule-cmds.el (ucs-names): Remove exclusion of
7840         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
7842 2009-10-13  Kenichi Handa  <handa@m17n.org>
7844         * international/uni-name.el: Regenerated.
7846 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
7848         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
7849         should be automatically buffer-local, but isn't.)
7851 2009-10-12  Sam Steingold  <sds@gnu.org>
7853         * progmodes/compile.el (compilation-next-error-function): Fix the
7854         timestamps if the buffer has been visited before.
7855         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
7856         non-anchored patterns, like the perl one (bug#3928).
7858 2009-10-12  Glenn Morris  <rgm@gnu.org>
7860         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
7861         Let-bind `size'.
7863 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
7865         * proced.el (proced-unload-function): New function.
7867         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
7868         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
7869         Doc fix.
7871         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
7873 2009-10-11  Juri Linkov  <juri@jurta.org>
7875         * files-x.el (read-file-local-variable-value):
7876         Provide default value only for bound variables (bug#4664).
7878 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
7880         * net/tramp.el (tramp-local-host-p): Function shall return nil for
7881         connection methods like smb.
7883         * net/tramp-cache.el (tramp-flush-connection-property): The hash
7884         can be empty.
7886         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
7887         (tramp-smb-file-name-handler-alist): Add handlers for
7888         `add-name-to-file', `make-symbolic-link'.
7889         (tramp-smb-handle-add-name-to-file)
7890         (tramp-smb-do-file-attributes-with-stat)
7891         (tramp-smb-handle-make-symbolic-link)
7892         (tramp-smb-get-cifs-capabilities): New defuns.
7893         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
7894         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
7895         (tramp-smb-handle-file-local-copy)
7896         (tramp-smb-handle-make-directory-internal)
7897         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
7898         The file name syntax depends on cifs capabilities.
7899         (tramp-smb-handle-file-attributes):
7900         Call `tramp-smb-do-file-attributes-with-stat' if possible.
7901         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
7902         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
7904 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
7906         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
7907         (eieio-defclass): Apply deftype handler and setf-method properties
7908         directly.
7909         (eieio-add-new-slot): Avoid union function from cl library.
7910         (eieio--typep): New function.
7911         (eieio-perform-slot-validation): Use it.
7913 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7915         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
7916         Update documentation to refer to the variables documented in r1.135.
7917         (Bug#4188)
7919 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
7921         * bookmark.el (Info-suffix-list): Remove this unused variable.
7922         (bookmark-current-point): Remove this obsolete variable.
7923         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
7924         Adjust for removal of bookmark-current-point.
7926         (bookmarks-already-loaded, bookmark-current-buffer)
7927         (bookmark-yank-point): Document.  (Bug#4188)
7929 2009-10-10  Glenn Morris  <rgm@gnu.org>
7931         * frame.el (frame-height): Doc fix.
7933         * calendar/calendar.el (calendar-split-width-threshold): New option.
7934         (calendar-basic-setup): Use calendar-split-width-threshold.
7936 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
7938         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
7939         Use .la for Automake.
7941 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
7943         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
7944         Use "autoreconf -i".  Suggested by Andreas Schwab.
7946 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
7948         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
7949         Ideographic Supplement" range (U+1F200..U+1F2FF).
7951 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7953         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
7954         since the list will have been rebuilt anyway.  (Bug#4349)
7956 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7958         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
7959         (bookmark-bmenu-execute-deletions): Don't save here, as
7960         bookmark-delete will now do so if necessary.
7961         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
7962         (Bug#4348)
7964 2009-10-09  Glenn Morris  <rgm@gnu.org>
7966         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
7968 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
7970         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
7971         (bookmark-jump-other-window): Just invoke bookmark-jump with new
7972         argument now, so the two function's behaviors will match.  (Bug#3645)
7974 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7976         * cedet/ede/proj.el (project-make-dist, project-compile-project):
7977         Fix filename test.
7978         (ede-proj-dist-makefile): Use expand-file-name instead of concat
7979         to expand file names.
7981 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
7983         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
7984         (tramp-file-name-real-host, tramp-file-name-port):
7985         Apply `save-match-data'.
7987         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
7988         case both directories are remote.
7989         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
7990         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
7992 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
7994         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
7995         (ede-proj-target-makefile-objectcode): Use it.
7997         * cedet/ede/source.el (ede-want-any-source-files-p)
7998         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
7999         Return search result.  This error was introduced while merging.
8001 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8003         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
8005 2009-10-07  Glenn Morris  <rgm@gnu.org>
8007         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
8008         of concat.
8010 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8012         * files-x.el (read-file-local-variable): Include some
8013         non-user-variables in the completion table (bug#4664).
8015 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
8017         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
8018         message.
8020         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8021         (tramp-smb-file-name-handler-alist): Add handler for
8022         `copy-directory', `expand-file-name', `set-file-modes'.
8023         (tramp-smb-handle-copy-directory)
8024         (tramp-smb-handle-expand-file-name)
8025         (tramp-smb-handle-set-file-modes): New defuns.
8026         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
8027         (tramp-smb-handle-file-attributes): Simplify check for retrieving
8028         entry.
8029         (tramp-smb-handle-insert-directory): Don't flush the cache.
8030         (tramp-smb-maybe-open-connection): Check for samba client and
8031         server versions.
8033 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
8035         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
8036         to not error out of search for "^lisp=" fails.
8038 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
8040         * makefile.w32-in (WINS_UPDATES): New macro.
8041         (custom-deps, finder-data, autoloads): Use it.
8043 2009-10-07  Glenn Morris  <rgm@gnu.org>
8045         * Makefile.in (autoloads): Revert previous change.
8046         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
8047         the list of preloaded files passed on the command-line, get
8048         it from src/Makefile.
8050         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
8051         show the original buffer rather than a random one.
8053 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
8055         * help.el (describe-no-warranty): Place point in a slightly better
8056         position in the GPLv3 text.
8058 2009-10-06  Sam Steingold  <sds@gnu.org>
8060         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
8061         the comm attribute is present before calling regexp-quote.
8063 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
8065         * play/animate.el (animate-string): For good effect, make sure
8066         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
8068         * play/animate.el (animate-sequence, animate-birthday-present):
8069         * misc.el (butterfly): Don't set `indent-tabs-mode'.
8071 2009-10-06  Glenn Morris  <rgm@gnu.org>
8073         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
8075         * emacs-lisp/autoload.el (autoload-excludes): New variable.
8076         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
8077         (batch-update-autoloads): Process a string value of autoload-excludes,
8078         set during the build process.
8079         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
8081         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
8082         inside with-parsed...  macro so that `v' is defined.
8084         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
8085         * progmodes/fortran.el (fortran-end-of-block)
8086         (fortran-beginning-of-block):
8087         Also push mark in the macro case.
8089         * emerge.el (emerge-show-file-name):
8090         * calc/calc.el (calc-quit):
8091         * calc/calc-misc.el (calc-big-or-small):
8092         * calc/calc-graph.el (calc-graph-view):
8093         * calc/calc-ext.el (calc-reset):
8094         * calendar/calendar.el (calendar-basic-setup):
8095         Use window-full-height-p.
8097         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
8098         header we don't understand, don't insert another.  (Bug#4624)
8099         If changing mime charset, insert the new one in the right place.
8101 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
8103         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8104         (cal-tex-cursor-month): Correctly increment the end date for diary and
8105         holiday listing.  (Bug#4626)
8107 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8109         * help-fns.el (describe-function-1): Don't burp if the function is not
8110         a symbol.
8112 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
8114         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
8115         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
8116         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
8117         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
8119         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
8120         (eieio-default-superclass): Reflow docstrings.
8121         (this, class-option-assoc, defclass, eieio-class-un-autoload)
8122         (eieio-unbind-method-implementations, defmethod)
8123         (eieio-validate-slot-value, eieio-validate-class-slot-value)
8124         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
8125         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
8126         (eieio-slot-originating-class-p, eieio-slot-name-index)
8127         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
8128         (constructor, initialize-instance, no-next-method, object-print)
8129         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
8130         Fix typos in docstrings.
8131         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
8132         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
8133         (next-method-p): Doc fixes.
8134         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
8135         Fix typos in error messages.
8136         (eieio-defmethod): Fix typo in description of generic method.
8138         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
8139         (eieio-persistent-save-interactive, slot-missing):
8140         Fix typos in docstrings.
8141         (eieio-instance-inheritor-slot-boundp): Doc fix.
8143         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
8144         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
8146         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
8147         (eieio-custom-object-apply-reset):
8148         Fix typos in docstrings and error messages.
8150         * emacs-lisp/eieio-datadebug.el (data-debug-show):
8151         Fix typo in docstring.
8153         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
8154         (eieio-browse-tree): Doc fix.
8155         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
8156         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
8157         Fix typos in docstrings.
8159         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
8160         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
8161         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
8162         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
8163         Reflow docstrings.
8165 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
8167         * vc-hg.el (log-view-vc-backend): Declare for compiler.
8168         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
8169         Set log-view-vc-backend so that diff can work.
8171         * log-view.el (log-view-diff): Use vc-diff-internal instead of
8172         vc-version-diff.
8173         (vc-diff-internal): Autoload this instead of vc-version-diff.
8175 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
8177         * simple.el (eval-expression): Doc fix.
8179         * progmodes/cwarn.el (cwarn-mode): Doc fix.
8181 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
8183         * files.el (directory-files-no-dot-files-regexp): New defconst.
8184         (delete-directory): Use it.
8185         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
8187         * net/tramp.el (tramp-verbose): Fix docstring.
8188         (tramp-methods): Add recursive option to `tramp-copy-args'.
8189         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
8190         "scp1_old", "scp2_old", "rsync", "rsyncc".
8191         (tramp-default-method): Check also for `auth-source-user-or-password'.
8192         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8193         Add handler for `copy-directory'.
8194         (tramp-handle-copy-directory): New defun.
8195         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
8196         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
8197         Optimize sent command.
8199 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8201         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
8202         window if necessary.
8204         * calendar/calendar.el (calendar-basic-setup): Don't call
8205         switch-to-buffer in a dedicated window.
8207 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
8209         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
8210         don't do anything related to relocating, just return nil.
8211         (bookmark-error-no-filename): New error.
8212         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
8213         bookmark has no file.  Don't even attempt to handle things that
8214         are not files; the whole point of custom handlers is to keep that
8215         knowledge elsewhere anyway.  Tighten some comments.
8216         (bookmark-file-or-variation-thereof): Remove now-unused function.
8217         (bookmark-location): Doc string fix.
8218         (Bug#4250)
8220 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8222         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
8223         don't use a file dialog, because they usually don't know how to read
8224         a directory target from the user.  (Bug#4230)
8225         Also, make sure the prompt can display directories as well as files.
8227 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8229         * bookmark.el (bookmark-set, bookmark-buffer-name):
8230         Improve doc strings.  (Bug#1193)
8232 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8234         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
8235         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
8236         (bookmark-get-annotation, bookmark-set-annotation)
8237         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8238         (bookmark-set-position, bookmark-get-front-context-string)
8239         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8240         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
8241         (bookmark-jump-other-window, bookmark-handle-bookmark)
8242         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
8243         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
8244         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
8245         Improve doc strings to say whether bookmark can be a string or
8246         a record or both, and make other consistency and clarity fixes.
8247         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
8248         (bookmark-default-annotation-text, bookmark-yank-word)
8249         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
8250         (bookmark-import-new-list, bookmark-maybe-rename)
8251         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
8252         (bookmark-bmenu-bookmark): Give these doc strings.
8253         (bookmark-bmenu-check-position): Give this a doc string, but also
8254         add a FIXME comment about how the function may be pointless.
8255         (bookmark-default-handler): Rework doc string and change a
8256         parameter name, to clarify that this takes a bookmark record
8257         not a bookmark name.
8258         (bookmark-set): Change a parameter name to indicate its meaning,
8259         and improve the doc string a bit.
8260         (Bug#4188)
8262 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8264         * bookmark.el (bookmark-alist): Document the new `handler' element
8265         in the param alist.
8266         (bookmark-make-record-function): Adjust documentation for above.
8267         (Bug#4193)
8269 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
8271         * info.el (Info-bookmark-make-record): Document this function.
8272         (Info-bookmark-jump): Document with a doc string, not just a comment.
8273         (Bug#4203)
8275 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8277         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
8278         (semantic-new-buffer-fcn): Call parser setup functions here.
8279         (semantic-mode): Don't call parser setup functions here, it's done
8280         in semantic-new-buffer-fcn now.
8281         (semantic-mode): Parse all existing buffers when enabled.
8283         * cedet/srecode/compile.el (srecode-compile-file):
8284         Call semantic-new-buffer-fcn if the buffer has not been parsed.
8286 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8288         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
8290         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
8291         (proj-comp-insert-variable-once): New macro, renamed from
8292         ede-pmake-insert-variable-once in ede/pmake.edl.
8293         (ede-proj-makefile-insert-variables): Use it.
8295 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
8297         * files.el (copy-directory): New defun.
8299         * dired-aux.el (dired-copy-file-recursive): Use it.
8301 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8303         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8304         (makefile-end-of-command):
8305         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8306         (semantic-end-of-context): Fix previous change.  Doc fixes.
8308 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8310         * files-x.el (modify-dir-local-variable)
8311         (copy-dir-locals-to-file-locals-prop-line):
8312         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
8313         (makefile-end-of-command):
8314         * cedet/semantic/lex.el (semantic-lex-token):
8315         * cedet/semantic/analyze/fcn.el
8316         (semantic-analyze-dereference-metatype-1):
8317         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
8318         (semantic-lex-cpp-undef):
8319         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
8320         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
8321         (semantic-end-of-context): Fix typos in docstrings.
8323         * recentf.el (recentf-unload-function): New function.
8325 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
8327         * cedet/ede.el (ede-project-placeholder-cache-file):
8328         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
8329         * cedet/srecode/map.el (srecode-map-save-file):
8330         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
8332 2009-10-04  Glenn Morris  <rgm@gnu.org>
8334         * window.el (window-full-height-p): Add doc string.
8336 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
8338         * window.el (window-full-height-p): New function.  (Bug#4543)
8340 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
8342         * cedet/srecode/insert.el: Require srecode/args.
8344         * cedet/srecode/args.el: Require srecode/dictionary instead of
8345         srecode/insert.
8347         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
8349         * files.el (auto-mode-alist): Add .srt and Project.ede.
8351         * cedet/semantic.el (semantic-mode):
8352         Handle srecode-template-mode-hook as well.
8353         (semantic-mode): Use js-mode-hook for Javascript hook.
8355         * cedet/srecode/template.el: Remove hook variable.
8357         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
8359         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
8360         projects exist.
8361         (ede-project-placeholder-cache-file): Default to a file in
8362         user-emacs-directory.
8364         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
8365         templates in data-directory.
8366         (srecode-map-save-file): Default to a file in user-emacs-directory.
8368         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
8369         directory.
8371 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8373         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
8374         Doc fix.
8376         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
8377         Only insert each variable once.
8379         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
8380         (ede-pmake-insert-variable-shared): Use it.
8382         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
8383         for lexical table iff table is nil.
8385 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
8387         * vc.el: Remove commented out code.
8388         (vc-derived-from-dir-mode): Remove, unused.
8389         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
8391 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
8393         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
8394         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
8395         there could be recursive loading when `default-directory' is a
8396         remote file name.  (Bug#4614)
8398 2009-10-03  Glenn Morris  <rgm@gnu.org>
8400         * calendar/calendar.el (calendar-basic-setup): Handle the case where
8401         the frame is wide.
8402         (calendar-generate-window): Test for shrinkability rather than width.
8404         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
8405         declaration, currently false.
8407         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
8408         reusing existing buffers, in case we happen to visit two files with the
8409         same basename.  (Bug#4593)
8411 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8413         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
8414         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
8415         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
8416         subdirs of cedet as well.
8417         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
8419 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8421         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
8422         Obey advertised-signature-table.
8424         * help-fns.el (help-function-arglist): Don't check
8425         advertised-signature-table.
8426         (describe-function-1): Do it here instead so it also applies to subrs.
8428 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
8430         * simple.el (start-file-process): Say in the doc-string, that file
8431         handlers might not support pty association, if PROGRAM is nil.
8433         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
8434         HOST and USER are strings.  They are nil, when there are
8435         incomplete entries in ~/.netrc, for example.
8436         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
8437         root directory ("device busy" error otherwise).
8439         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
8440         Flush file properties of created directory.
8442 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
8444         * makefile.w32-in (WINS_BASIC): Remove cedet.
8445         (WINS_CEDET): Add cedet.
8446         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
8448 2009-10-02  Kevin Ryde  <user42@zip.com.au>
8450         * net/browse-url.el (browse-url): Pass any symbol in
8451         browse-url-browser-function to `apply', since if you've mistakenly put
8452         an unbound symbol then the error is clearer.  (Bug#4531)
8454 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8456         * allout.el (allout-init, allout-back-to-current-heading)
8457         (allout-beginning-of-current-entry, allout-ascend-to-depth)
8458         (allout-ascend, allout-up-current-level, allout-end-of-level)
8459         (allout-previous-visible-heading, allout-forward-current-level)
8460         (allout-backward-current-level, allout-show-children):
8461         * apropos.el (apropos-describe-plist):
8462         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
8463         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
8464         * completion.el (add-completion, add-permanent-completion):
8465         * descr-text.el (describe-text-category, describe-char):
8466         * desktop.el (desktop-lazy-abort):
8467         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
8468         * dired.el (dired-build-subdir-alist):
8469         * ediff.el (ediff-version):
8470         * elide-head.el (elide-head, elide-head-show):
8471         * emerge.el (emerge-version):
8472         * env.el (getenv):
8473         * face-remap.el (variable-pitch-mode):
8474         * faces.el (describe-face):
8475         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
8476         (dired-at-point):
8477         * files.el (find-file-existing, auto-save-mode):
8478         * font-lock.el (font-lock-fontify-buffer):
8479         * help-fns.el (describe-function, describe-variable)
8480         (describe-syntax, describe-categories):
8481         * help.el (view-lossage, describe-bindings, describe-key)
8482         (describe-mode):
8483         * hexl.el (hexl-current-address):
8484         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
8485         * info.el (Info-goto-emacs-key-command-node):
8486         * log-edit.el (log-edit-insert-cvs-template)
8487         (log-edit-insert-cvs-rcstemplate):
8488         * menu-bar.el (menu-bar-mode):
8489         * mouse.el (mouse-appearance-menu):
8490         * newcomment.el (comment-indent-new-line):
8491         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
8492         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
8493         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
8494         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
8495         * recentf.el (recentf-mode):
8496         * savehist.el (savehist-mode, savehist-save):
8497         * shadowfile.el (shadow-copy-files):
8498         * simple.el (kill-ring-save, next-line, previous-line)
8499         (normal-erase-is-backspace-mode):
8500         * strokes.el (strokes-update-window-configuration)
8501         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
8502         (strokes-xpm-for-stroke):
8503         * time.el (emacs-uptime, emacs-init-time):
8504         * tutorial.el (tutorial--describe-nonstandard-key)
8505         (tutorial--detailed-help):
8506         * type-break.el (type-break-mode)
8507         (type-break-mode-line-message-mode, type-break-query-mode)
8508         (type-break-guesstimate-keystroke-threshold):
8509         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
8510         * version.el (emacs-version):
8511         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
8512         * winner.el (winner-mode):
8513         * calendar/timeclock.el (timeclock-in, timeclock-out)
8514         (timeclock-status-string, timeclock-change)
8515         (timeclock-workday-remaining-string)
8516         (timeclock-workday-elapsed-string)
8517         (timeclock-when-to-leave-string):
8518         * calendar/todo-mode.el (todo-add-category):
8519         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
8520         * emacs-lisp/autoload.el (update-file-autoloads):
8521         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
8522         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
8523         (checkdoc-message-text, checkdoc-defun):
8524         * emacs-lisp/debug.el (debugger-list-functions):
8525         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8526         * emacs-lisp/eieio-opt.el (eieio-describe-class)
8527         (eieio-describe-generic):
8528         * emacs-lisp/lisp-mnt.el (lm-synopsis):
8529         * emacs-lisp/shadow.el (list-load-path-shadows):
8530         * emulation/cua-base.el (cua-mode):
8531         * emulation/edt.el (edt-set-scroll-margins):
8532         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
8533         (tpu-toggle-regexp, tpu-toggle-search-direction)
8534         (tpu-toggle-rectangle, tpu-toggle-control-keys):
8535         * emulation/tpu-extras.el (tpu-set-scroll-margins):
8536         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
8537         (viper-set-parsing-style-toggling-macro)
8538         (viper-set-emacs-state-searchstyle-macros):
8539         * emulation/viper.el (viper-set-hooks):
8540         * eshell/esh-mode.el (eshell-truncate-buffer):
8541         * international/mule-cmds.el (prefer-coding-system)
8542         (describe-input-method, describe-language-environment):
8543         * international/mule-diag.el (list-character-sets)
8544         (describe-character-set, describe-coding-system)
8545         (describe-fontset, list-fontsets, list-input-methods):
8546         * mail/sendmail.el (mail-signature):
8547         * net/ange-ftp.el (ange-ftp-copy-file):
8548         * net/browse-url.el (browse-url):
8549         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
8550         * net/quickurl.el (quickurl-add-url):
8551         * net/rcirc.el (names, topic):
8552         * net/xesam.el (xesam-mode):
8553         * play/5x5.el (5x5-new-game):
8554         * play/yow.el (apropos-zippy):
8555         * progmodes/ada-mode.el (ada-mode-version):
8556         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
8557         (f90-end-of-block)
8558         (f90-beginning-of-block):
8559         * progmodes/fortran.el (fortran-end-of-block)
8560         (fortran-beginning-of-block):
8561         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
8562         * progmodes/python.el (python-describe-symbol, python-shell):
8563         * term/ns-win.el (ns-print-buffer):
8564         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
8565         * textmodes/flyspell.el (flyspell-mode-on):
8566         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
8567         (pages-directory-for-addresses):
8568         * textmodes/table.el (table-recognize-cell)
8569         (table-query-dimension, table-generate-source)
8570         (table-insert-sequence, table--warn-incompatibility):
8571         * textmodes/tex-mode.el (tex-validate-buffer):
8572         * textmodes/texinfmt.el (texinfmt-version)
8573         (texinfo-format-buffer):
8574         Use `called-interactively-p' instead of `interactive-p'.
8576 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
8578         * image-mode.el (image-toggle-display):
8579         * emacs-lisp/elp.el (elp-instrument-function):
8580         * emacs-lisp/advice.el (ad-make-advised-definition):
8581         * emacs-lisp/easy-mmode.el (define-minor-mode):
8582         * net/browse-url.el (browse-url-maybe-new-window):
8583         * progmodes/sh-script.el (sh-learn-buffer-indent):
8584         Pass new argument 'any to `called-interactively-p'.
8586 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8588         * international/uni-bidi.el:
8589         * international/uni-category.el:
8590         * international/uni-combining.el:
8591         * international/uni-comment.el:
8592         * international/uni-decimal.el:
8593         * international/uni-decomposition.el:
8594         * international/uni-digit.el:
8595         * international/uni-lowercase.el:
8596         * international/uni-mirrored.el:
8597         * international/uni-name.el:
8598         * international/uni-numeric.el:
8599         * international/uni-old-name.el:
8600         * international/uni-titlecase.el:
8601         * international/uni-uppercase.el:
8602         Regenerate from Unicode 5.2.0 data.
8604 2009-10-01  Glenn Morris  <rgm@gnu.org>
8606         * Makefile.in (ELCFILES): Regenerate.
8608 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8610         * subr.el (interactive-p): Mark obsolete.
8611         (called-interactively-p): Make the optional-ness of `kind' obsolete.
8612         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
8613         advertised-signature-table for subroutines as well.
8615         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
8616         (set-advertised-calling-convention): New function.
8617         (make-obsolete, define-obsolete-function-alias)
8618         (make-obsolete-variable, define-obsolete-variable-alias):
8619         Make the optional-ness of `when' obsolete.
8620         (define-obsolete-face-alias): Make `when' non-optional.
8621         * help-fns.el (help-function-arglist):
8622         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
8623         Use advertised-signature-table.
8625 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
8627         * files.el (delete-directory): New defun.  The original function
8628         in fileio.c has been renamed to `delete-directory-internal'.
8630         * dired.el (dired-delete-file): Call `delete-directory' with
8631         RECURSIVE parameter.
8633         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
8634         parameter RECURSIVE.  Implementation is missing.
8636         * net/tramp.el (tramp-handle-make-directory): Flush upper
8637         directory's file properties.
8638         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
8639         (tramp-handle-dired-recursive-delete-directory): Flush directory
8640         properties after the remove command only.
8642         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
8643         Handle optional parameter RECURSIVE.
8645         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
8646         Handle optional parameter RECURSIVE.
8648         * net/tramp-smb.el (tramp-smb-errors): Add error message for
8649         connection timeout.
8650         (tramp-smb-handle-delete-directory): Handle optional parameter
8651         RECURSIVE.
8653 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8655         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
8656         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
8657         (byte-compile-defmacro): Use backquotes.
8659         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
8661         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
8662         has no associated file.
8663         (vc-resynch-buffer): Use vc-dir-buffers.
8665 2009-10-01  Glenn Morris  <rgm@gnu.org>
8667         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
8668         (chart-file-count):
8669         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
8670         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
8671         * emacs-lisp/eieio-opt.el (eieio-describe-class):
8672         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
8673         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
8674         (eieio-copy-parents-into-subclass, make-instance, class-children)
8675         (eieio-generic-form):
8676         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
8677         * cedet/cedet-idutils.el (cedet-idutils-search)
8678         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
8679         (cedet-idutils-version-check):
8680         * cedet/cedet.el (cedet-version):
8681         * cedet/data-debug.el (data-debug-insert-overlay-button)
8682         (data-debug-insert-overlay-list-button)
8683         (data-debug-insert-buffer-button)
8684         (data-debug-insert-buffer-list-button)
8685         (data-debug-insert-process-button, data-debug-insert-ring-button)
8686         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
8687         (data-debug-insert-stuff-vector-button)
8688         (data-debug-insert-symbol-button, data-debug-insert-string)
8689         (data-debug-insert-number, data-debug-insert-lambda-expression)
8690         (data-debug-insert-nil, data-debug-insert-simple-thing)
8691         (data-debug-insert-custom, data-debug-edebug-expr):
8692         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
8693         (global-ede-mode-map, ede-new, ede-debug-target)
8694         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
8695         * cedet/semantic.el (semantic-minimum-working-buffer-size)
8696         (semantic-fetch-tags, semantic-submode-list)
8697         (semantic-default-submodes):
8698         * cedet/ede/source.el (ede-source-match):
8699         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
8700         (project-am-package-info):
8701         * cedet/ede/proj.el (ede-proj-target, project-new-target):
8702         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
8703         * cedet/ede/proj-comp.el (ede-current-build-list):
8704         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
8705         * cedet/ede/files.el (ede-toplevel-project-or-nil):
8706         * cedet/ede/cpp-root.el (initialize-instance):
8707         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
8708         (autoconf-parameter-strip, autoconf-insert-new-macro):
8709         * cedet/semantic/wisent.el (wisent-lex-eoi):
8710         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
8711         (semantic-show-parser-state-mode):
8712         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
8713         * cedet/semantic/tag.el (semantic-tag-new-variable)
8714         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
8715         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
8716         (semantic--tag-deep-copy-tag-list)
8717         (semantic-tag-components-with-overlays-default):
8718         * cedet/semantic/symref.el (semantic-symref-find-text):
8719         * cedet/semantic/senator.el (senator-yank-tag)
8720         (senator-transpose-tags-up):
8721         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
8722         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
8723         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
8724         * cedet/semantic/lex.el (semantic-lex-comment-regex)
8725         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
8726         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
8727         * cedet/semantic/lex-spp.el
8728         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
8729         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
8730         * cedet/semantic/idle.el
8731         (semantic-idle-summary-current-symbol-info-brutish)
8732         (semantic-idle-summary-current-symbol-info-default):
8733         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
8734         (semantic--grammar-macro-compl-dict):
8735         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
8736         * cedet/semantic/format.el (semantic-format-tag-custom-list)
8737         (semantic-format-tag-canonical-name-default):
8738         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
8739         (semantic-find-tags-for-completion)
8740         (semantic-find-tags-by-scope-protection-default)
8741         (semantic-deep-find-tags-for-completion):
8742         * cedet/semantic/edit.el
8743         (semantic-edits-incremental-reparse-failed-hook)
8744         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
8745         (semantic-edits-splice-remove, semantic-edits-splice-replace):
8746         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
8747         * cedet/semantic/dep.el (semantic-dependency-include-path):
8748         * cedet/semantic/db.el (semanticdb-default-find-index-class)
8749         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
8750         (semanticdb-project-roots):
8751         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
8752         (semanticdb-find-adebug-insert-scanned-tag-cons)
8753         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
8754         (semanticdb-brute-deep-find-tags-for-completion):
8755         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
8756         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
8757         (semantic-end-of-context-default)
8758         (semantic-ctxt-current-function-default)
8759         (semantic-ctxt-scoped-types-default):
8760         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
8761         (semantic-complete-inline-tag-engine)
8762         (semantic-complete-inline-custom-type)
8763         (semantic-complete-read-tag-analyzer):
8764         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
8765         (semantic-chart-database-size):
8766         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
8767         (semantic-analyze-current-context):
8768         * cedet/semantic/symref/list.el (semantic-symref)
8769         (semantic-symref-hide-buffer, semantic-symref-symbol):
8770         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
8771         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
8772         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
8773         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
8774         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
8775         (semantic-c-dereference-template):
8776         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
8777         (semantic--analyze-refs-full-lookup-with-parents)
8778         (semantic--analyze-refs-full-lookup-simple):
8779         * cedet/semantic/analyze/complete.el
8780         (semantic-analyze-possible-completions):
8781         * cedet/srecode/table.el (srecode-mode-table-new):
8782         * cedet/srecode/srt.el (srecode-read-variable-name):
8783         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
8784         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
8785         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
8786         * cedet/srecode/map.el (srecode-current-map):
8787         * cedet/srecode/insert.el (srecode-insert)
8788         (srecode-insert-variable-secondname-handler, srecode-insert-method)
8789         (srecode-template-inserter-point-override)
8790         (srecode-insert-include-lookup):
8791         * cedet/srecode/getset.el (srecode-auto-choose-class):
8792         * cedet/srecode/extract.el (srecode-inserter-extract):
8793         * cedet/srecode/document.el
8794         (srecode-document-autocomment-return-last-alist)
8795         (srecode-document-autocomment-param-type-alist)
8796         (srecode-document-insert-function-comment)
8797         (srecode-document-insert-variable-one-line-comment)
8798         (srecode-document-function-name-comment):
8799         * cedet/srecode/dictionary.el (srecode-create-dictionary)
8800         (srecode-compound-toString):
8801         * cedet/srecode/compile.el (srecode-flush-active-templates):
8802         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
8803         Doc/message fixes.
8805         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
8806         match-data.  (Bug#4555).
8808         * cedet/semantic/bovine/gcc.el
8809         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
8810         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
8812         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
8813         rather than parsing it as a regexp.  This relaxes the layout
8814         requirements and makes errors easier to detect.
8815         (check-declare-verify): Check file is regular.
8816         (check-declare-directory): Doc fix.
8817         * subr.el (declare-function): Doc fix.
8819         * ibuffer.el (ibuffer-format-qualifier):
8820         * isearch.el (hi-lock-regexp-okay):
8821         * calc/calc.el (math-zerop):
8822         * mail/uce.el (rmail-msgbeg, rmail-msgend):
8823         * term/w32-win.el (setup-default-fontset, set-fontset-font):
8824         Remove unused declarations.
8826 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
8828         * cedet/semantic/wisent/javat-wy.el
8829         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
8831 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
8833         * cedet/srecode/expandproto.el: Fix provide statement.
8835 2009-09-30  Eric Ludlam  <zappo@gnu.org>
8837         * emacs-lisp/eieio.el (boolean-p): Delete.
8839 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
8841         * cedet/ede/srecode.el: Fix provide statement.
8843 2009-09-30  Glenn Morris  <rgm@gnu.org>
8845         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
8846         * cedet/ede/proj-aux.el (ede-aux-source):
8847         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
8848         (ede-misc-source):
8849         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
8850         (semantic-mrub-switch-tags): Fix doc typos.
8852         * cedet/semantic/db-global.el (data-debug-new-buffer)
8853         (data-debug-insert-thing): Remove unneeded declarations (one broken).
8854         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
8856         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
8858         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
8859         use of CL function `remove-if-not'.
8861         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
8863         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
8864         filename is not a string.
8866 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
8868         * files.el (safe-local-eval-forms): Fix typo.
8870 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * vc-hooks.el (vc-dir-buffers): New var.
8873         (vc-state-refresh): New function.
8874         (vc-state): Use it.
8875         (vc-after-save): Always ask the backend to recompute the new state.
8876         Always call vc-dir if necessary, using vc-dir-buffers.
8877         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
8878         Use vc-dir-buffers.
8879         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
8880         (vc-dir-prepare-status-buffer, vc-dir-update)
8881         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
8882         Don't call expand-file-name on default-directory.
8884 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8886         * speedbar.el (speedbar-item-delete):
8887         * calc/calc-prog.el (calc-kbd-if):
8888         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
8890         * epa.el (epa-key-list-mode-map):
8891         * hi-lock.el (hi-lock-menu): Fix typos in menus.
8893         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
8894         (hs-show-hook): Fix typo in docstring.
8896 2009-09-29  Glenn Morris  <rgm@gnu.org>
8898         * cedet/semantic/symref/idutils.el:
8899         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
8901         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
8903         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
8904         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
8905         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
8906         Mark declarations not understood by check-declare.
8908         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
8909         file-name-nondirectory call preventing location of cedet files.
8910         (check-declare-verify): Use literal search rather than re-search.
8911         Add basic defmethod and defclass, and define-overloadable-function.
8913         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8914         Use tramp-compat-file-attributes rather than nonexistent
8915         tramp-compat-handle-file-attributes.
8917         * Makefile.in (lisptagsfiles4): New.
8918         (AUTOGENEL): Add cedet loaddefs files.
8919         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
8920         (update-elclist, compile-always, backup-compiled-files)
8921         (bootstrap-clean): Add yet another directory level.
8922         (update-elclist): Use LC_COLLATE rather than COLLATE.
8923         (ELCFILES): Update, via `make update-elclist'.
8925 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8927         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
8928         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
8929         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
8931 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
8933         * Makefile.in (lisptagsfiles3): Define.
8934         (TAGS, TAGS-LISP): Use it.
8935         (update-elclist): Add third directory level to look for elc files.
8936         (compile-always): Likewise.
8937         (backup-compiled-files): Likewise.
8938         (bootstrap-clean): Likewise.
8939         (ELCFILES): Update.
8941 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
8943         * Makefile.in (ELCFILES): Add CEDET files.
8945 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8947         CEDET (development tools) package merged.
8949         * cedet/*.el:
8950         * cedet/ede/*.el:
8951         * cedet/semantic/*.el:
8952         * cedet/srecode/*.el: New files.
8954 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
8956         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
8958         * net/tramp.el (top): Require tramp-imap.
8960         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
8961         Use `tramp-compat-handle-file-attributes'.
8963 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
8965         * net/tramp-imap.el: New package.
8967 2009-09-28  Eric Ludlam  <zappo@gnu.org>
8969         * emacs-lisp/chart.el:
8970         * emacs-lisp/eieio-base.el:
8971         * emacs-lisp/eieio-comp.el:
8972         * emacs-lisp/eieio-custom.el:
8973         * emacs-lisp/eieio-datadebug.el:
8974         * emacs-lisp/eieio-opt.el:
8975         * emacs-lisp/eieio-speedbar.el:
8976         * emacs-lisp/eieio.el: New files.
8978         * cedet/cedet-cscope.el:
8979         * cedet/cedet-files.el:
8980         * cedet/cedet-global.el:
8981         * cedet/cedet-idutils.el:
8982         * cedet/data-debug.el:
8983         * cedet/inversion.el:
8984         * cedet/mode-local.el:
8985         * cedet/pulse.el: New files.
8987 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8989         * whitespace.el (whitespace-trailing-regexp)
8990         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
8991         Fix doc string.
8993 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
8995         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
8996         menu.
8998         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
8999         menu-bar-ediff-menu.
9001         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
9002         define-overloadable-function.
9004         * progmodes/autoconf.el: Provide autoconf as well, so that this
9005         file can be `require'd.
9007         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
9009         * emacs-lisp/autoload.el (generated-autoload-feature)
9010         (generated-autoload-load-name): New vars.
9011         (autoload-rubric, autoload-generate-file-autoloads): Use them.
9012         (make-autoload): Recognize define-overloadable-function and
9013         defclass forms (for EIEIO).
9015         * Makefile.in (update-subdirs): Exclude cedet directory.
9017 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
9019         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
9021         * faces.el: Default light-background background for region face to
9022         ns_selection_color under NS.
9024 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9026         * net/imap-hash.el: New library, see NEWS.
9028         * Makefile.in (ELCFILES): Add imap-hash.el.
9030 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9032         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
9033         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
9034         * help-macro.el (make-help-screen): Avoid using an ambiguous function
9035         definition where the docstring could be taken for the return value.
9037 2009-09-26  Glenn Morris  <rgm@gnu.org>
9039         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
9040         Add option to only show images below a certain size.
9041         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
9042         save-excursion calls.
9044 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
9046         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
9047         subdirectories) and eieio.
9049 2009-09-26  Alan Mackenzie  <acm@muc.de>
9051         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
9052         buggy bracketing.  (Bug#4289)
9054         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
9055         character constants (as case labels).  (Bug#4289)
9057 2009-09-25  Juri Linkov  <juri@jurta.org>
9059         * files.el (safe-local-eval-forms): Allow time-stamp in
9060         before-save-hook (Bug#4554).
9062 2009-09-25  Drew Adams  <drew.adams@oracle.com>
9064         * menu-bar.el (list-buffers-directory): Doc fix.
9066 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9068         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
9069         Try and avoid copying twice the same paragraph.
9070         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
9071         Remove save-excursion.
9072         (log-edit-changelog-entry): Do it here instead.
9074 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
9076         * bs.el (bs--get-file-name): Use `list-buffers-directory'
9077         when available, instead of hardcoding mode names.  Doc fix.
9079         * menu-bar.el (list-buffers-directory): Add docstring.
9080         Make automatically buffer-local.
9082         * dired.el (dired-mode):
9083         * files.el (cd-absolute):
9084         * pcvs.el (cvs-temp-buffer):
9085         * pcvs-util.el (cvs-get-buffer-create):
9086         * shell.el (shell-mode):
9087         * vc-dir.el (vc-dir-mode):
9088         Don't make `list-buffers-directory' buffer local.
9090 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
9092         * comint.el (comint-exec, comint-run, make-comint):
9093         Doc fixes (Bug#4542).
9095 2009-09-25  Glenn Morris  <rgm@gnu.org>
9097         * mail/rmailmm.el (rmail-mime): New custom group.
9098         Move all defcustoms in this file into this group.
9099         (rmail-mime-media-type-handlers-alist): Revert previous change.
9100         (rmail-mime-show-images): New option.
9101         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
9102         references to it, since it wasn't actually used for anything.
9103         (rmail-mime-insert-image): New function.
9104         (rmail-mime-image): Use rmail-mime-insert-image.
9105         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
9106         obey the value of `rmail-mime-show-images' option.  Print the size of
9107         attachments.
9109 2009-09-25  David Engster  <deng@randomsample.de>
9111         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
9113 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9115         * whitespace.el: Does not highlight trailing spaces While point is
9116         at end of line.  Does not highligt spaces at beginning of buffer
9117         while point is at beginning of buffer.  Does not highlight spaces
9118         at end of buffer while point is at end of buffer.  (Bug#4177)
9119         New version 12.0.
9120         (whitespace-display-mappings): Adjust initialization.
9121         (whitespace-point, whitespace-font-lock-refontify): New vars.
9122         (whitespace-color-on, whitespace-color-off): Adjust code.
9123         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
9124         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
9125         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
9127 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
9129         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
9131         * textmodes/sgml-mode.el: Remove xml-mode alias.
9133         * files.el (auto-mode-alist, conf-mode-maybe)
9134         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
9136 2009-09-24  Alan Mackenzie  <acm@muc.de>
9138         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
9139         c-forward-conditionals, but it doesn't move point and doesn't set
9140         the mark.
9141         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
9142         (c-down-conditional-with-else, c-backward-conditional)
9143         (c-forward-conditional): Refactor to use c-scan-conditionals.
9145 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9147         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
9148         (help-default-arg-highlight): Remove.
9149         (help-highlight-arg): New function.
9150         (help-do-arg-highlight): Use it.
9151         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
9153 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9155         * term.el (term-set-scroll-region, term-handle-ansi-escape):
9156         Undo last change, which didn't fix the problem and introduced others.
9158 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
9160         * progmodes/gdb-mi.el: Don't require speedbar.
9161         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
9163 2009-09-24  Glenn Morris  <rgm@gnu.org>
9165         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
9167         * term/ns-win.el (ns-reg-to-script): Define for compiler.
9169         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
9170         there is no newline after the final mime boundary.  (Bug#4539)
9171         Move markers on insertion so that any buttons inserted don't end up in
9172         the next part of a multipart message.
9173         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
9174         (rmail-mime-bulk-handler): Optionally handle images.
9175         (rmail-mime-image): New button action.
9176         (rmail-mime-image-handler): New function.
9177         (rmail-mime-mode): New mode.
9178         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
9180 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9182         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
9183         than just dropping elements from it (bug#4504).
9185         * term.el (term-set-scroll-region): Don't move cursor any more.
9186         (term-handle-ansi-escape): Call term-goto here instead.
9187         Suggested by Ivan Kanis <apple@kanis.eu>.
9189         * term.el: Require CL.
9190         (term-ansi-reset): New function.
9191         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
9192         (term-handle-colors-array): Simplify.
9194 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
9196         * allout.el (allout-overlay-interior-modification-handler)
9197         (allout-obtain-passphrase):
9198         * epa-file.el (epa-file-write-region):
9199         * ps-print.el (ps-begin-job):
9200         * vc-hooks.el (vc-toggle-read-only):
9201         * vc-rcs.el (vc-rcs-rollback):
9202         * vc-sccs.el (vc-sccs-rollback):
9203         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
9204         (vc-version-diff, vc-revert, vc-rollback):
9205         * wdired.el (wdired-check-kill-buffer):
9206         * emacs-lisp/authors.el (authors):
9207         * net/socks.el (socks-open-connection):
9208         * net/zeroconf.el (zeroconf-service-add-hook):
9209         * obsolete/vc-mcvs.el (vc-mcvs-register):
9210         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
9211         (gdb-select-frame):
9212         * progmodes/grep.el (lgrep, rgrep):
9213         * progmodes/idlw-help.el (idlwave-help-check-locations)
9214         (idlwave-help-html-link, idlwave-help-assistant-open-link):
9215         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9216         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
9217         (reftex-toc-rename-label): Fix typos in error messages.
9219         * dired-aux.el (dired-do-shell-command): Reflow docstring.
9220         (dired-copy-how-to-fn): Doc fix.
9221         (dired-files-attributes, dired-read-shell-command):
9222         Fix typos in docstrings.
9224         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
9225         (dired-x-find-file-other-window): Reflow docstrings.
9226         (dired-omit-marker-char, dired-read-shell-command)
9227         (dired-x-submit-report): Fix typos in docstrings.
9229         * shell.el (shell-mode-hook):
9230         * view.el (View-scroll-line-forward):
9231         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
9232         Fix typos in docstrings.
9234         * net/dig.el (dig-invoke): Fix typo in docstring.
9235         (query-dig): Reflow docstring.
9237         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
9238         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
9239         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
9240         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
9241         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
9242         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
9243         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
9244         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
9245         (idlwave-completion-map, idlwave-current-indent)
9246         (idlwave-custom-ampersand-surround, idlwave-customize)
9247         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
9248         (idlwave-define-abbrev, idlwave-determine-class-special)
9249         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
9250         (idlwave-end-block-reg, idlwave-end-of-statement)
9251         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
9252         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
9253         (idlwave-explicit-class-listed, idlwave-file-header)
9254         (idlwave-fill-paragraph, idlwave-find-class-definition)
9255         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
9256         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
9257         (idlwave-in-quote, idlwave-indent-action-table)
9258         (idlwave-indent-expand-table, idlwave-indent-line)
9259         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
9260         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
9261         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
9262         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
9263         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
9264         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
9265         (idlwave-outlawed-buffers, idlwave-popup-select)
9266         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
9267         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
9268         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
9269         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
9270         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
9271         (idlwave-statement-type, idlwave-struct-skip)
9272         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
9273         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
9274         (idlwave-what-module-find-class): Fix typos in docstrings.
9275         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
9276         (idlwave-calculate-cont-indent, idlwave-expand-equal)
9277         (idlwave-find-module, idlwave-find-structure-definition)
9278         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
9279         (idlwave-list-load-path-shadows, idlwave-next-statement)
9280         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
9281         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
9282         (idlwave-template): Reflow docstrings.
9284         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
9285         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
9286         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
9287         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
9288         (idlwave-shell-display-line, idlwave-shell-display-wframe)
9289         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
9290         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
9291         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
9292         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
9293         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
9294         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
9295         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
9296         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
9297         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
9298         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
9299         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
9300         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
9301         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
9302         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
9303         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
9304         Fix typos in docstrings.
9305         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
9306         (idlwave-shell-hide-output, idlwave-shell-mode)
9307         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
9308         Reflow docstrings.
9310         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
9312 2009-09-24  Ivan Kanis  <apple@kanis.eu>
9314         * term.el (term-bold-attribute): New var.
9315         (term-handle-colors-array): Use it.
9317 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
9319         * progmodes/gdb-mi.el (gdb-version): New variable.
9320         (gdb-non-stop-handler): Set gdb-version.
9321         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
9322         Condition "--thread" option on gdb-version.
9323         (gdb-invalidate-threads): Remove unused argument.
9325 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9327         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
9328         to looking-back to avoid ridiculous slow down in large files (bug#4511).
9330 2009-09-23  Glenn Morris  <rgm@gnu.org>
9332         * mail/rmail.el (rmail-reply): Don't try to add a References header when
9333         replying to mail without References or Message-Id.  (Bug#4525)
9335 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
9337         * term/ns-win.el (ns-reg-to-script): New variable.
9339 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
9341         * epg.el (epg-wait-for-status): Preserve existing 'error results.
9343 2009-09-22  Sam Steingold  <sds@gnu.org>
9345         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
9346         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
9347         to 1 because hg returns status 1 when nothing is found.
9348         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
9350 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9352         * textmodes/fill.el: Convert to utf-8 encoding.
9353         (fill-french-nobreak-p): Remove redundant » and « inherited from our
9354         pre-unicode days.
9356         * add-log.el (change-log-fill-forward-paragraph): New function.
9357         (change-log-mode): Use it so fill-region DTRT.
9358         Set fill-indent-according-to-mode here rather than in
9359         change-log-fill-paragraph.
9360         (change-log-fill-paragraph): Remove.
9362 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
9364         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
9365         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
9367 2009-09-22  Glenn Morris  <rgm@gnu.org>
9369         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
9370         the scroll-bar scroll the calendar window rather than the buffer.
9372         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
9373         commands that move point (as opposed to scrolling).
9375         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
9377         * emacs-lisp/elint.el (elint): New custom group.
9378         (elint-log-buffer): Make it a defcustom.
9379         (elint-scan-preloaded, elint-ignored-warnings)
9380         (elint-directory-skip-re): New options.
9381         (elint-builtin-variables): Doc fix.
9382         (elint-preloaded-env): New variable.
9383         (elint-unknown-builtin-args): Add an entry for encode-time.
9384         (elint-extra-errors): Make it a variable rather than a constant.
9385         (elint-preloaded-skip-re): New constant.
9386         (elint-directory): Skip files matching elint-directory-skip-re.
9387         (elint-features): New variable, local to linted buffers.
9388         (elint-update-env): Initialize elint-features.  Possibly add
9389         elint-preloaded-env to the buffer's environment.
9390         (elint-get-top-forms): Bind elint-current-pos, for log messages.
9391         Skip quoted forms.
9392         (elint-init-form): New function, extracted from elint-init-env.
9393         Make non-list forms a warning rather than an error.
9394         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
9395         easy-menu-define, put that adds an error-condition, and provide.
9396         When requiring cl, also require cl-macs.  Really require cl, to handle
9397         some cl macros.  Store required libraries in the list elint-features,
9398         so as not to re-load them.  Treat cc-require like require.
9399         (elint-init-env): Call elint-init-form to do the work.
9400         Handle eval-and-compile and such like.
9401         (elint-add-required-env): Do not clear messages.
9402         (elint-special-forms): Add handlers for function, defalias, if, when,
9403         unless, and, or.
9404         (elint-form): Add optional argument to ignore elint-special-forms,
9405         useful to prevent recursive calls from handlers.  Doc fix.
9406         Respect elint-ignored-warnings.
9407         (elint-form): Respect elint-ignored-warnings.
9408         (elint-bound-variable, elint-bound-function): New variables.
9409         (elint-unbound-variable): Respect elint-bound-variable.
9410         (elint-get-args): Respect elint-bound-function.
9411         (elint-check-cond-form): Add some simple handling for (f)boundp and
9412         featurep tests.
9413         (elint-check-defalias-form): New handler.
9414         (elint-check-let-form): Make an empty let a warning rather than an
9415         error.
9416         (elint-check-setq-form): Make an empty setq a warning rather than an
9417         error.  Respect elint-ignored-warnings.
9418         (elint-check-defvar-form): Accept null doc-strings.
9419         (elint-check-conditional-form): New handler.  Does some simple-minded
9420         checking of featurep and (f)boundp tests.
9421         (elint-put-function-args): New function.
9422         (elint-initialize): Use elint-scan-doc-file rather than
9423         elint-find-builtin-variables.  Use elint-put-function-args.
9424         Possibly scan preloaded-file-list.
9425         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
9426         extend to handle functions as well.
9428 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
9430         * linum.el (linum-delete-overlays, linum-update-window):
9431         Do not modify the right margin.  (Bug#3971)
9433 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
9435         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
9436         nxml-mode instead of xml-mode.
9438 2009-09-21  Kevin Ryde  <user42@zip.com.au>
9440         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
9442 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9444         * net/dig.el (dig-mode): Use define-derived-mode.
9446 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
9448         * vc-dispatcher.el (vc-do-command): Return the process object in
9449         the asynchronous case.  Use when instead of if.  Do not run
9450         vc-exec-after to display a message if not enabled.  (Bug#4463)
9452         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
9453         properties to the stash strings.
9454         (vc-git-stash-list): Return a list of strings.
9455         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
9456         (vc-git-stash-show-at-point): New functions.
9457         (vc-git-stash-map): New keymap.
9459         * register.el (ctl-x-r-map): Define the keys here instead of
9460         using autoload.
9462 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
9464         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
9465         list, to workaround performance problem (bug#4485).
9467 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
9469         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
9471 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
9473         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
9474         Document that this option is not recommended to use.
9476 2009-09-19  Glenn Morris  <rgm@gnu.org>
9478         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
9479         variable `var'.
9481         * calc/calc-alg.el (var):
9482         * calc/calcalg2.el (var): Define for compiler.
9484 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
9486         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
9487         Doc fix (Bug#3932).
9489         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
9491         * time-stamp.el (time-stamp-month-dd-yyyy)
9492         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
9493         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
9494         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
9495         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
9496         Remove functions that have been obsolete since 1995 (Bug#4436).
9498         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
9499         indent buffer only if called interactively (Bug#4452).
9501 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
9502             Eli Zaretskii  <eliz@gnu.org>
9504         This fixes bug#4197 (merged to bug#865, though not identical).
9505         * server.el (server-auth-dir): Add docstring note about FAT32.
9506         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
9507         but warn against using them.
9509 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
9511         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
9512         older GDB where there is no has_more field.
9514 2009-09-19  Glenn Morris  <rgm@gnu.org>
9516         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
9518 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
9520         * files.el (auto-mode-alist): Change default for XML files to nXML
9521         mode (Bug#4169).
9523 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
9525         * server.el (server-ensure-safe-dir): Pass 'integer
9526         to `file-attributes', as suggested.
9528 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9530         * dired-aux.el (dired-query-alist): Remove spurious backslash.
9531         (dired-query): Use read-key.
9533 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
9535         * cus-start.el (ns-use-qd-smoothing): Remove.
9537 2009-09-18  Glenn Morris  <rgm@gnu.org>
9539         * allout.el (top-level): Remove unnecessary progn.
9541         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
9543         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
9544         definition of abbrev table.
9546         * speedbar.el (speedbar-track-mouse):
9547         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
9548         * net/eudc.el (eudc-expand-inline):
9549         * net/newst-backend.el (newsticker--cache-read-feed):
9550         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
9551         condition-case handlers.
9553 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
9555         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
9556         (gdb-var-list): Add an element for has_more field.
9557         (gdb-non-stop-handler): Enable pretty printing for STL containers.
9558         (gdb-var-create-handler, gdb-var-list-children-handler-1)
9559         (gdb-var-update-handler-1): Parse output of dynamic variable
9560         objects (STL containers).
9561         (gdb-var-delete-1): Pass var1 as an explicit second argument.
9562         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
9564         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
9565         gdb-var-list.
9566         (gud-speedbar-buttons): Make node expandable if expression "has more"
9567         children.
9569 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
9571         * startup.el (emacs-quick-startup): Remove variable and all uses.
9572         (command-line): Set `inhibit-x-resources' instead.
9573         (command-line-1): Use `inhibit-x-resources' instead.
9575 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
9577         * subr.el: Fix last change to avoid using the `unless' macro,
9578         which breaks bootstrapping.
9580 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9582         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
9583         extended definitions, in case we reload subr.el after having
9584         loaded CL.
9585         (eval-next-after-load): Mark as obsolete.
9587 2009-09-17  Juri Linkov  <juri@jurta.org>
9589         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
9590         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
9591         (menu-bar-showhide-menu, menu-bar-tools-menu)
9592         (menu-bar-describe-menu, menu-bar-help-menu)
9593         (minibuffer-local-completion-map, minibuffer-local-map):
9594         Fix list quoting.
9596 2009-09-17  Glenn Morris  <rgm@gnu.org>
9598         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
9599         arguments, whether or not it has a handler.
9601         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
9603         * simple.el (hard-newline): Give it a doc-string.
9605         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
9606         (lisp-mode-syntax-table): Give them doc-strings.
9608 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
9610         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
9611         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
9612         (menu-bar-options-menu, menu-bar-showhide-menu)
9613         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
9614         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
9615         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
9616         (menu-bar-options-menu, menu-bar-tools-menu)
9617         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
9618         (menu-bar-help-menu):
9619         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
9620         string arguments.
9622         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
9623         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
9624         calls for the menu names and :help.
9626 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9628         * mouse.el (minor-mode-menu-from-indicator): Pay attention
9629         to :minor-mode-function (bug#4455).
9631 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9633         * startup.el (command-line): Initialize the window-system after
9634         processing the command-line.
9636         * textmodes/page.el (what-page): Make sure we don't inf-loop if
9637         page-delimiter matches the empty string.
9639 2009-09-16  Glenn Morris  <rgm@gnu.org>
9641         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
9642         byte-compile-not-obsolete-var.  It's a list now.
9643         (byte-compile-not-obsolete-funcs): New variable.
9644         (byte-compile-warn-obsolete): Don't warn about functions if they are in
9645         byte-compile-not-obsolete-funcs.
9646         (byte-compile-variable-ref, byte-compile-defvar): Update for
9647         byte-compile-not-obsolete-vars name-change and list nature.
9648         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
9649         and variables behind (f)boundp tests.
9650         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
9652 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9654         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
9656 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9658         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
9659         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
9660         Don't autoload.
9662 2009-09-15  Stephen Eglen  <stephen@gnu.org>
9664         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
9665         the virtual-buffers, use the name of the buffer specified by
9666         find-file-noselect, as the match may be a symlink.  (This was a
9667         problem if the target and the symlink had different names.)
9669 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9671         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
9673         * desktop.el (desktop-path): Check user-emacs-directory.
9675         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
9677         * loadup.el: Use after-load-functions to GC after loading each file.
9678         Remove the explicit GC calls that used to be sprinkled around.
9680         * subr.el (after-load-functions): New hook.
9681         (do-after-load-evaluation): Run it.  Use string-match-p to detect
9682         `obsolete' packages, rather than painfully extracting the relevant
9683         directory name.
9685 2009-09-15  Glenn Morris  <rgm@gnu.org>
9687         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
9688         free variable `doc'.
9690         * dired.el (dired-mode-map): Add menu entry for async shell command.
9692         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
9693         variables, also consider the .elc files, since the .el files are
9694         normally gzipped (subsequent code locates the .el.gz from the .elc).
9696         * calc/calc-prog.el (arglist): Define for compiler.
9698         * calendar/diary-lib.el (diary-display-function): Change the default to
9699         fancy display.
9700         (body): Define for compiler.
9702         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
9703         (byte-compile-file-form, byte-compile-lambda)
9704         (byte-compile-top-level-body, byte-compile-form)
9705         (byte-compile-variable-ref, byte-compile-setq)
9706         (byte-compile-setq-default, byte-compile-body)
9707         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
9708         (batch-byte-compile): Give some more local variables with common names
9709         a "bytecomp-" prefix to avoid masking warnings about free variables.
9711         * startup.el (command-line-1): Give local variables with common names a
9712         distinguishing prefix, so as not to hide free variable warnings during
9713         bootstrap.
9715         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
9716         clever and add a suffix to make a unique name, just let the user decide
9717         whether or not to overwrite it.  If the input is a directory, write the
9718         default filename to that directory.  (Bug#4388)
9719         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
9720         is a filename-as-a-directory.
9722 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9724         * textmodes/page.el (what-page): Don't move to beginning of line.
9725         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
9727 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
9729         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
9731 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
9733         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
9734         * help.el (help-for-help-internal): Add purecopy calls for text.
9736         * vc.el (top): print-log method now takes an optional SHORTLOG
9737         argument.  Add a new method: root.
9738         (vc-root-diff, vc-print-root-log): New functions.
9739         (vc-log-short-style): New variable.
9740         (vc-print-log-internal): Add support for showing short logs.
9742         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
9743         vc-print-root-log and vc-print-root-diff.
9745         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
9746         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
9747         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
9748         short logs.
9750         * vc-cvs.el (vc-cvs-print-log):
9751         * vc-mtn.el (vc-mtn-print-log):
9752         * vc-rcs.el (vc-rcs-print-log):
9753         * vc-sccs.el (vc-sccs-print-log):
9754         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
9755         that is ignored for now.
9757         * vc-mtn.el (vc-mtn-annotate-command):
9758         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
9760 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9762         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
9763         to function-key-map, and give them ascii-character property.
9764         * term/x-win.el (x-alternatives-map):
9765         * term/ns-win.el (ns-alternatives-map):
9766         * term/internal.el (msdos-key-remapping-map):
9767         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
9769 2009-09-14  Glenn Morris  <rgm@gnu.org>
9771         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
9772         temp-buffers (2009-09-12).
9774 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9776         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
9777         the new read-key function.
9779 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9781         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
9782         is defined (Bug#4405).
9784 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
9786         * recentf.el (recentf-cleanup): Use a hash table to find
9787         duplicates (Bug#4407).
9789 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
9791         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
9792         kp-0 to ascii equivalents (Bug#4325).
9794 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
9796         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
9798         * eshell/em-hist.el:
9799         * eshell/em-dirs.el (eshell-complete-user-reference):
9800         Declare pcomplete functions and variables to avoid compiler warnings.
9802 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
9804         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
9805         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
9806         * eshell/em-alias.el (eshell-aliases-file):
9807         * eshell/em-hist.el (eshell-history-file-name):
9808         Use expand-file-name instead of concat to make file names (Bug#4308).
9810 2009-09-13  Glenn Morris  <rgm@gnu.org>
9812         * ediff-merg.el (ediff-do-merge):
9813         * filesets.el (filesets-run-cmd):
9814         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
9815         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
9816         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
9817         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
9818         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
9819         Replace empty `let's with `progn'.
9821 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9823         * mail/sendmail.el (send-mail-function):
9824         * tooltip.el (tooltip-mode):
9825         * simple.el (transient-mark-mode):
9826         * rfn-eshadow.el (file-name-shadow-mode):
9827         * frame.el (blink-cursor-mode):
9828         * font-core.el (global-font-lock-mode):
9829         * files.el (temporary-file-directory)
9830         (small-temporary-file-directory, auto-save-file-name-transforms):
9831         * epa-hook.el (auto-encryption-mode):
9832         * composite.el (global-auto-composition-mode):
9833         Use custom-initialize-delay.
9834         * startup.el (command-line): Don't explicitly call
9835         custom-reevaluate-setting for all the above vars.
9836         * custom.el (custom-initialize-safe-set)
9837         (custom-initialize-safe-default): Delete.
9839 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * term/x-win.el (x-initialize-window-system):
9842         * term/w32-win.el (w32-initialize-window-system):
9843         * term/ns-win.el (ns-initialize-window-system): Don't call
9844         mouse-wheel-mode since it's enabled globally by default already.
9846         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
9847         actually define the variable, but only silences the byte-compiler.
9848         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
9849         before looking it up.
9850         (mouse-wheel-scroll-amount): Also reset the bindings if this value
9851         is changed.
9853 2009-09-12  Glenn Morris  <rgm@gnu.org>
9855         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
9856         1000.
9857         (elint-add-required-env): Don't beep on error.
9858         (elint-forms): In case of error, return ENV unchanged.
9859         (elint-init-env): Skip non-list forms.
9860         (elint-log): Handle unknown file positions.
9862 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
9864         * epg.el (epg-make-context): Add autoload cookie.
9865         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
9866         (epg-decrypt-string, epg-start-verify, epg-verify-file)
9867         (epg-verify-string, epg-start-sign, epg-sign-file)
9868         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
9869         (epg-encrypt-string, epg-start-export-keys)
9870         (epg-export-keys-to-file, epg-export-keys-to-string)
9871         (epg-start-import-keys, epg-import-keys-from-file)
9872         (epg-import-keys-from-string, epg-start-receive-keys)
9873         (epg-receive-keys, epg-import-keys-from-server)
9874         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
9875         (epg-sign-keys, epg-start-generate-key)
9876         (epg-generate-key-from-file, epg-generate-key-from-string):
9877         Remove autoload cookie.
9879 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
9881         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
9882         reevaluation of trash-directory.
9884         * mwheel.el: Fix last change.
9885         (mouse-wheel-mode): New defvar.
9886         (mouse-wheel-mode): Remove autoload cookie.
9888 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9890         * mwheel.el (mwheel-installed-bindings): New var.
9891         (mouse-wheel-mode): Use it, so as to make sure we really remove all
9892         the bindings we set last time.  Use custom-initialize-delay.
9893         * loadup.el: Load mwheel after term/*-win.el.
9894         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
9895         and mouse-wheel-up-event now that their first evaluation is done
9896         sufficiently late to be correct.
9898         * startup.el (tutorial-directory): Make it a defcustom.
9899         Use custom-initialize-delay rather than eval-at-startup to set it.
9900         * image.el (image-load-path): Make it a defcustom.
9901         Use custom-initialize-delay rather than eval-at-startup to set it.
9902         * subr.el (eval-at-startup): Remove.
9903         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
9905         * subr.el (do-after-load-evaluation): Warn the user after loading an
9906         obsolete package.
9908 2009-09-12  Glenn Morris  <rgm@gnu.org>
9910         * proced.el (proced-mark-alt): Remove alias.
9911         (proced-mode-map): Remove proced-mark-alt.
9913         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
9914         Elint file and directory.  Remove initialization entry.
9916         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
9917         commands.
9918         (elint-current-buffer): Set mode-line-process.
9919         (elint-init-env): Handle define-derived-mode.
9920         Fix declare-function with unspecified arglist.  Guard against odd
9921         defalias statements (eg iso-insert's 8859-1-map).
9922         (elint-add-required-env): Use a temp buffer.
9923         (elint-form): Just print the function/macro name, not the whole form.
9924         Return env unchanged if we fail to parse a macro.
9925         (elint-forms): Guard against parse errors.
9926         (elint-output): New function, to handle batch mode.
9927         (elint-log-message): Add optional argument.  Use elint-output.
9928         (elint-set-mode-line): New function.
9930 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
9932         * emacs-lisp/elp.el (elp-not-profilable): Add more
9933         functions (Bug#4233).
9935 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
9937         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
9938         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
9940 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9942         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
9943         (gdb-var-list-children): Use json parsing.
9945 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
9947         * progmodes/js.el (js--proper-indentation): Handle the case where
9948         char-before is null.  Reported by Deniz Dogan.
9950 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9952         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
9954 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
9956         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
9957         (epg-digest-algorithm-alist): Add SHA224.
9958         (epg-context-set-passphrase-callback)
9959         (epg-context-set-progress-callback): Add description about
9960         callback function.
9962 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9964         * custom.el (custom-delayed-init-variables): New var.
9965         (custom-initialize-delay): New function.
9966         * startup.el (command-line): "Re"evaluate all vars in
9967         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
9968         explicitly any more.
9969         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
9970         to avoid creating a ~/.emacs.d at build-time (bug#4347).
9972         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
9974 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
9976         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
9977         (gdb-var-update-handler): Use json parsing.
9979 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
9981         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
9982         decode annotated text, regardless of language environment.  (Bug#2741)
9984 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9986         * Makefile.in (autoloads): Make rmail.el writable as well.
9988 2009-09-11  Glenn Morris  <rgm@gnu.org>
9990         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
9991         loaddefs.el.
9992         * dired.el: Regenerate with extracted autoloads.
9993         * Makefile.in (autoloads): Make dired.el writable.
9995         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
9996         * ibuffer.el: Regenerate with extracted autoloads.
9997         * Makefile.in (autoloads): Make ibuffer.el writable.
9999         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
10000         * version.el (emacs-copyright, emacs-major-version)
10001         (emacs-minor-version): Reformat doc-strings for make-docfile.
10003         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
10004         functions and variables, since they must be stuff specific to some other
10005         platform.
10006         (apropos-print): Make mouse-click message less specific about button.
10008         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
10009         that records where a macro was defined.
10010         * help-fns.el (describe-function-1): Mention if a function has a
10011         compiler-macro.
10012         * help-mode.el (help-function-cmacro): New button.
10014         * locate.el (top-level): Always require dired.
10015         (locate-mode-map): Initialize inside the defvar.
10017         * net/ange-ftp.el (dired-compress-file): Declare.
10018         (ange-ftp-dired-compress-file): Add doc string.
10020         * term/ns-win.el (x-display-name, x-setup-function-keys):
10021         Unify doc-strings with X versions.
10023 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10025         * emulation/crisp.el (crisp-mode-map): Move initialization
10026         into declaration.
10027         (crisp-mode): Use define-minor-mode.
10029         * progmodes/xscheme.el (xscheme-evaluation-commands):
10030         Put a :advertised-binding property rather than using
10031         advertised-xscheme-send-previous-expression.
10032         (advertised-xscheme-send-previous-expression): Declare obsolete.
10033         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
10034         `advertised-undo'.
10035         (crisp-mode): Add corresponding bindings to
10036         undo's :advertised-binding instead.
10037         * dired.el (dired-mode-map): Put a :advertised-binding property rather
10038         than using dired-advertised-find-file.
10039         (dired-advertised-find-file):
10040         * simple.el (advertised-undo):
10041         * wid-edit.el (advertised-widget-backward): Declare obsolete.
10042         (widget-keymap): Put a :advertised-binding property rather
10043         than using advertised-widget-backward.
10044         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
10045         than using advertised-undo.
10046         * tutorial.el (tutorial--default-keys): Adjust accordingly.
10048 2009-09-10  Simon South  <ssouth@slowcomputing.org>
10050         * progmodes/delphi.el (delphi-tab): Indent region when Transient
10051         Mark mode is enabled and region is active; otherwise indent or
10052         insert TAB as usual.
10053         (delphi-mode): Update description of TAB-key binding.
10055 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * subr.el (define-key-rebound-commands): Mark obsolete.
10058         * startup.el (precompute-menubar-bindings): Remove.
10059         (normal-top-level): Remove obsolete code that tried to precompute
10060         menubar bindings.
10061         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
10062         define-key-rebound-commands and precompute-menubar-bindings.
10064 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
10066         * net/imap.el (imap-interactive-login): Better messages.
10067         (imap-open): Fix bug with renamed buffer on reconnect.
10068         (imap-authenticate): Add buffer-local imap-last-authenticator variable
10069         for easier debugging and cleaner code.  On successful (guessed based on
10070         server capabilities) secondary authentication, set imap-state
10071         correctly.
10072         (imap-last-authenticator): Define imap-last-authenticator as a variable
10073         to avoid warnings.
10075 2009-09-10  Glenn Morris  <rgm@gnu.org>
10077         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
10079         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
10080         (byte-compile-file-form-autoload): Don't warn about unknown functions
10081         where the autoload statement comes after the use.
10082         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
10083         that any handlers inside the body (eg require) are in turn respected.
10085         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
10086         effects.
10088         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
10089         and syntax and abbrev tables basic docs, if they don't have any.
10091         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
10093         * international/mule-cmds.el (top-level): Require cl when compiling.
10094         (view-hello-file): Use default-value rather than
10095         default-enable-multibyte-characters.
10097         * progmodes/fortran.el: Move all safe and risky properties into the
10098         defcustoms.
10100         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
10101         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
10102         * mail/undigest.el:
10103         Put autoloads in rmail.el rather than loaddefs.el.
10104         * mail/rmail.el: Regenerate with extracted autoloads.
10106         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
10107         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
10109 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
10111         Reported in thread for Bug#4375.
10112         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
10113         "-data-evaluate-expression" instead of print.
10114         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
10115         (gdb-tooltip-print): Parse output from above MI command.
10116         (gdb): Revert 2009-08-11 change.  User should detach inferior
10117         manually.
10119         Remove the word "separate" from IO functions as inferior
10120         output is now never displayed in the GUD buffer.
10122 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
10124         * startup.el (command-line-normalize-file-name): On Windows and
10125         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
10127 2009-09-10  Juri Linkov  <juri@jurta.org>
10129         * isearch.el (isearch-text-char-description): Propertize escape
10130         character sequences with the `escape-glyph' face.  (Bug#4344)
10132         * simple.el (shell-command): Set asynchronous process filter to
10133         `comint-output-filter'.  (Bug#4343)
10135         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
10136         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
10137         the list.  Move "asm" to the bottom.
10138         (grep-find-ignored-directories): Add `choice' with nil value
10139         to empty the list easily.
10140         (grep-find-ignored-files): New option.
10141         (grep-files-history): Set to nil by default instead of '("ch" "el").
10142         (grep-compute-defaults): Add "<X>" to `grep-template'.
10143         (grep-read-files): Bind new local variables `default-alias' and
10144         `default-extension'.  Use a list of default values for the file prompt.
10145         (lgrep): Add `--exclude=' command line options composed from
10146         `grep-find-ignored-files'.
10147         (rgrep): Add `-name' command line options composed from
10148         `grep-find-ignored-files'.  (Bug#4301)
10150 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10152         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
10153         (bug#4368).
10155 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10157         * calendar/time-date.el (autoload):
10158         Expand define-obsolete-function-alias into defalias and make-obsolete
10159         for old Emacsen that Gnus supports.
10160         (with-no-warnings): Define it for old Emacsen.
10161         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
10162         is available.
10163         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
10164         float-time is available; suppress compile warning for time-to-seconds.
10166 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
10168         * net/imap.el (imap-message-map): Docstring fix.
10170 2009-09-09  Glenn Morris  <rgm@gnu.org>
10172         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
10173         line numbers too.  (Bug#4374)
10175 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10177         * smerge-mode.el (smerge-remove-props, smerge-refine):
10178         Use with-silent-modifications (bug#4342).
10180         * subr.el (with-silent-modifications): New macro.
10182 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
10184         * files.el (top-level): Require `cl' when compiling.
10186 2009-09-07  Glenn Morris  <rgm@gnu.org>
10188         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
10190         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
10191         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
10193 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
10195         * vc-git.el (vc-git-annotate-command): Use separator to parse
10196         arguments correctly.
10198 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
10200         * proced.el (proced-mode): Doc fix.
10202 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
10204         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
10205         lstat fails.
10206         (tramp-do-file-attributes-with-ls): Check for file existence at
10207         remote end.
10208         (tramp-do-file-attributes-with-stat): Likewise.
10209         (tramp-convert-file-attributes): Return nil when attr is nil.
10211 2009-09-05  Glenn Morris  <rgm@gnu.org>
10213         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
10214         properties to this button.
10215         (diary-fancy-display): Don't extend the button to the final newline.
10216         (diary-fancy-display-mode): Continue to define "q" as a local key.
10218         * calendar/cal-china.el (holiday-chinese): Make it slightly more
10219         efficient.
10221         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
10223         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
10224         (byte-compile-dest-file-function): New option.
10225         (byte-compile-dest-file): Doc fix.
10226         Obey byte-compile-dest-file-function.
10227         (byte-compile-cl-file-p): New function.
10228         (byte-compile-eval): Only suppress noruntime warnings about cl functions
10229         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
10230         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
10231         than for file being previously loaded.
10232         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
10233         (byte-compile-file-form-require): Handle the case where requiring a file
10234         indirectly causes CL to be loaded.
10236 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10238         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
10239         before killing the old buffer, since by the time `kill-buffer' is
10240         run so many buffer variables have been set to nil that it may not
10241         behave as expected.  (Bug#4061)
10243 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
10245         * files.el (find-alternate-file): If the old buffer is modified
10246         and visiting a file, behave similarly to `kill-buffer' when
10247         killing it, thus reverting to the pre-1.878 behavior; see
10248         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
10249         for discussion.  Also, consult `buffer-file-name' as a variable
10250         not as a function, for consistency with the rest of the code.
10252 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
10254         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
10255         also when adding a new directory.
10257         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
10258         defun.
10260 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10262         * files.el (locate-file-completion-table): Make it provide boundary
10263         information, so partial-completion works better.
10265 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
10267         * mail/footnote.el (Footnote-text-under-cursor):
10268         Check footnote-text-marker-alist before using it (bug#4324).
10270 2009-09-04  Glenn Morris  <rgm@gnu.org>
10272         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
10273         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
10274         * play/solitaire.el, play/tetris.el:
10275         Remove leading * from defcustom and defface docs.
10277         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
10278         necessary.
10279         (diary-fancy-overriding-map): New variable.
10280         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
10281         Use view-mode.
10283         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
10284         goto-line.
10286 2009-09-03  Glenn Morris  <rgm@gnu.org>
10288         * arc-mode.el (archive-mode):
10289         * dos-fns.el (set-default-process-coding-system):
10290         * man.el (Man-getpage-in-background):
10291         * menu-bar.el (menu-bar-describe-menu):
10292         * server.el (server-process-filter):
10293         * startup.el (command-line):
10294         * tar-mode.el (tar-header-block-tokenize, tar-extract):
10295         * w32-fns.el (set-default-process-coding-system):
10296         * x-dnd.el (x-dnd-handle-file-name):
10297         * international/mule-cmds.el (mule-menu-keymap)
10298         (set-default-coding-systems, language-info-alist, set-language-info)
10299         (set-language-environment, standard-display-european-internal)
10300         (set-locale-environment):
10301         * international/mule-diag.el (mule-diag):
10302         * mail/emacsbug.el (report-emacs-bug):
10303         * mail/rmail.el (rmail-mode):
10304         * mail/sendmail.el (mail-setup):
10305         Use default-value rather than default-enable-multibyte-characters.
10307         * progmodes/f90.el: Move all safe properties into the defcustoms.
10308         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
10310         * calendar/appt.el (appt-check):
10311         * calendar/diary-lib.el (diary-set-header, diary-live-p)
10312         (diary-check-diary-file, diary-list-entries)
10313         (diary-include-other-diary-files, diary-simple-display)
10314         (diary-fancy-display, diary-print-entries)
10315         (diary-mark-included-diary-files, diary-make-entry):
10316         Don't call substitute-in-file-name on diary-file.
10318 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
10319             Stefan Monnier  <monnier@iro.umontreal.ca>
10321         * mail/footnote.el (footnote-prefix): Make it a defcustom.
10322         (footnote-mode-map): Move initialization into the declaration.
10323         (footnote-minor-mode-map): Define it rather than changing global-map.
10324         (footnote-mode): Use define-minor-mode.
10326 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
10328         * net/tramp.el (tramp-handle-file-attributes-with-ls)
10329         (tramp-do-file-attributes-with-perl)
10330         (tramp-do-file-attributes-with-stat): Rename from
10331         `tramp-handle-file-attributes-with-*'.
10332         (tramp-handle-file-attributes): Use them.
10333         (tramp-do-directory-files-and-attributes-with-perl)
10334         (tramp-do-directory-files-and-attributes-with-stat): Rename from
10335         `tramp-handle-directory-files-and-attributes-with-*'.
10336         (tramp-handle-directory-files-and-attributes): Use them.
10337         (tramp-method-out-of-band-p): Additional parameter SIZE.
10338         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
10339         (tramp-handle-write-region): Use it.
10340         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
10341         (tramp-handle-vc-registered): Check, whether the first run did
10342         return files to be tested.
10343         (tramp-advice-make-auto-save-file-name): Do not call directly
10344         `tramp-handle-make-auto-save-file-name', because this would bypass
10345         the locking mechanism.
10347         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
10348         (file-remote-p, process-file, start-file-process, set-file-times)
10349         (tramp-compat-file-attributes): Compatibility functions shall not
10350         call directly `tramp-handle-*', because this would bypass the
10351         locking mechanism.
10352         (tramp-compat-number-sequence): New defun.
10354 2009-09-02  Glenn Morris  <rgm@gnu.org>
10356         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
10357         alias for float-time.
10358         (time-to-number-of-days): In Emacs, use float-time.
10359         * net/newst-backend.el (time-add): Suppress warnings from compat
10360         function.
10361         * time.el (emacs-uptime, emacs-init-time):
10362         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
10363         Use float-time rather than time-to-seconds.
10365         * minibuffer.el (completion-initials-expand): Fix typo.
10367         * faces.el (modeline, modeline-inactive, modeline-highlight)
10368         (modeline-buffer-id):
10369         * info.el (info-menu-5): Mark these face aliases as obsolete.
10371 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10373         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
10374         space ...
10375         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
10376         no "--thread" option.
10377         (gdb-stopped): Don't print "Switched to thread" message when it is
10378         unchanged.
10380 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10382         * minibuffer.el (completion-try-completion)
10383         (completion-all-completions): Remove ill-defined (and
10384         mistakenly installed and luckily never used nor documented)
10385         `completion-styles' property.
10386         (completion-initials-expand, completion-initials-all-completions)
10387         (completion-initials-try-completion): New functions.
10388         (completion-styles-alist): Add doc to each entry.
10389         Add new `initials' entry.
10391 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
10393         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
10394         MI command -var-evaluate-expression.
10395         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
10396         and tweak for case of string child.
10397         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
10399 2009-09-01  Glenn Morris  <rgm@gnu.org>
10401         * add-log.el (change-log-date-face, change-log-name-face)
10402         (change-log-email-face, change-log-file-face, change-log-list-face)
10403         (change-log-conditionals-face, change-log-function-face)
10404         (change-log-acknowledgement-face):
10405         * cus-edit.el (custom-invalid-face, custom-rogue-face)
10406         (custom-modified-face, custom-set-face, custom-changed-face)
10407         (custom-saved-face, custom-button-face, custom-button-pressed-face)
10408         (custom-documentation-face, custom-state-face, custom-comment-face)
10409         (custom-comment-tag-face, custom-variable-tag-face)
10410         (custom-variable-button-face, custom-face-tag-face)
10411         (custom-group-tag-face-1, custom-group-tag-face):
10412         * diff-mode.el (diff-header-face, diff-file-header-face)
10413         (diff-index-face, diff-hunk-header-face, diff-removed-face)
10414         (diff-added-face, diff-changed-face, diff-function-face)
10415         (diff-context-face, diff-nonexistent-face):
10416         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10417         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
10418         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10419         (Info-title-4-face):
10420         * isearch.el (isearch-lazy-highlight-face):
10421         * log-view.el (log-view-file-face, log-view-message-face):
10422         * paren.el (show-paren-match-face, show-paren-mismatch-face):
10423         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
10424         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
10425         (cvs-msg-face):
10426         * smerge-mode.el (smerge-mine-face, smerge-other-face)
10427         (smerge-base-face, smerge-markers-face):
10428         * wid-edit.el (widget-documentation-face, widget-button-face)
10429         (widget-field-face, widget-single-line-field-face)
10430         (widget-inactive-face, widget-button-pressed-face):
10431         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
10432         (woman-addition-face):
10433         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
10434         (eshell-ls-executable-face, eshell-ls-readonly-face)
10435         (eshell-ls-unreadable-face, eshell-ls-special-face)
10436         (eshell-ls-missing-face, eshell-ls-archive-face)
10437         (eshell-ls-backup-face, eshell-ls-product-face)
10438         (eshell-ls-clutter-face):
10439         * eshell/em-prompt.el (eshell-prompt-face):
10440         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
10441         * obsolete/old-whitespace.el (whitespace-highlight-face):
10442         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
10443         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
10444         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
10445         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
10446         (antlr-font-lock-literal-face):
10447         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10448         (ebrowse-root-class-face, ebrowse-file-name-face)
10449         (ebrowse-default-face, ebrowse-member-attribute-face)
10450         (ebrowse-member-class-face, ebrowse-progress-face):
10451         * progmodes/make-mode.el (makefile-space-face):
10452         * progmodes/sh-script.el (sh-heredoc-face):
10453         * textmodes/flyspell.el (flyspell-incorrect-face)
10454         (flyspell-duplicate-face):
10455         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
10456         * textmodes/texinfo.el (texinfo-heading-face):
10457         Mark face aliases with "-face" suffix as obsolete.
10459         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
10460         compiler.
10462         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
10463         (eudc-bob-sound-menu): Use defvar rather than defconst, since
10464         easy-menu-define wants to modify these.
10466         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
10468         * net/browse-url.el (browse-url-file-url):
10469         * term/internal.el (dos-codepage-setup):
10470         Use default-value rather than default-enable-multibyte-characters.
10472         * progmodes/etags.el (etags-goto-tag-location):
10473         * progmodes/flymake.el (flymake-highlight-line)
10474         (flymake-goto-file-and-line, flymake-goto-line):
10475         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
10476         (gdb-goto-breakpoint):
10477         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
10478         * progmodes/python.el (python-find-function)
10479         (python-pdbtrack-track-stack-file):
10480         * progmodes/verilog-mode.el (verilog-surelint-off):
10481         * term/ns-win.el (ns-open-file-select-line):
10482         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
10483         Use forward-line rather than goto-line.
10485         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
10486         * textmodes/reftex-index.el (reftex-display-index):
10487         * textmodes/reftex-ref.el (reftex-offer-label-menu):
10488         * textmodes/reftex-toc.el (reftex-toc):
10489         Remove unnecessary bindings of default-major-mode (all are followed by
10490         major-mode check and possible mode switch).
10492 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10494         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
10495         Handle watchpoints (bug#4282).
10496         (def-gdb-thread-buffer-command): Enable thread to be selected by
10497         clicking without selecting threads buffer first.
10498         (gdb-current-context-command): Use selected frame so that "up",
10499         "down" etc work in the GUD buffer.
10500         (gdb-update): Find selected frame before rendering stack buffer.
10501         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
10503 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
10505         * progmodes/sym-comp.el (displayed-completions): Remove.
10506         (symbol-complete): Use minibuffer-complete.
10508 2009-08-31  Glenn Morris  <rgm@gnu.org>
10510         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
10512         * apropos.el (apropos-symbols-internal):
10513         Handle (obsolete) face aliases.
10515         * faces.el (describe-face): Adjust the output format to be more like
10516         describe-variable, and to mention (obsolete) face aliases.
10517         Adjust the whitespace so that help-setup-xref works.
10519         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
10520         * calendar/diary-lib.el (diary-button-face):
10521         Mark these face aliases as obsolete.
10523         * calendar/calendar.el (calendar-today): Doc fix.
10525 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
10527         * progmodes/gdb-mi.el (gdb-control-all-threads)
10528         (gdb-control-current-thread): Force tool bar update.
10529         (gdb-non-stop-handler): New function.
10530         (gdb-init-1): Use it to test if non-stop mode is supported.
10531         Remove unused gdbmi buffer type.
10533 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
10535         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
10536         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
10538 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
10540         * comint.el (comint-exec-1): Check command is non-null first.
10541         Part of gdb-mi.el change (2009-08-28).
10543 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10545         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
10547 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
10549         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
10550         instead of `dolist' to avoid a recursive require when bootstrapping.
10552 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
10556         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
10558         * net/imap.el (imap-send-command): Simplify.
10559         (imap-wait-for-tag): point-max -> buffer-size.
10561         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
10563         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
10564         with constant argument.
10566         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
10568         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
10570         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
10571         Change default, since most of our files don't have a history.
10572         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
10573         the user.
10575         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
10576         Add comint-run.
10578         * calc/calc.el: Improve commenting convention.
10579         (calc-digit-map, toplevel): Simplify.
10581         * comint.el (comint-insert-input): Be careful to only set point if we
10582         don't delegate to some other command.
10584         * proced.el (proced-signal-list): Make it an alist.
10585         (proced-grammar-alist): Capitalize names.
10586         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
10587         Disable undo manually and make it read-only.
10588         Use completion-annotate-function.
10590         * minibuffer.el (minibuffer-message): If the current buffer is not
10591         a minibuffer, insert the message in the echo area rather than at the
10592         end of the buffer.
10593         (completion-annotate-function): New variable.
10594         (minibuffer-completion-help): Use it.
10595         (completion--embedded-envvar-table): Environment vars are
10596         always case-sensitive.
10598 2009-08-30  Glenn Morris  <rgm@gnu.org>
10600         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
10601         from fortran-current-defun.
10602         (fortran-beginning-of-subprogram): Be more precise about finding the
10603         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
10604         (fortran-end-of-subprogram): Simplify.
10605         (fortran-current-defun): Use fortran-start-prog-re.
10607 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
10609         * subr.el (do-after-load-evaluation): Simplify.
10611 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
10613         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
10615         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
10616         (vc-rcs-print-log): Use it.
10618         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
10620 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10622         * paths.el (abbrev-file-name): Move to abbrev.el.
10623         * abbrev.el (abbrev-file-name): Move from paths.el.
10624         Obey user-emacs-directory.
10625         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
10626         user-emacs-directory.
10627         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
10628         abbrev-file-name and calc-settings-file any more.
10629         * startup.el (command-line): Recompute abbrev-file-name and
10630         abbreviated-home-dir.
10631         (normal-no-mouse-startup-screen): Improve the generic code and get rid
10632         of the special code for when C-h bindings haven't been changed.
10633         (display-startup-echo-area-message): Use with-current-buffer.
10634         (command-line-1): Use a list of strings, rather than a list of lists
10635         of strings for longopts.
10637         * files.el (get-free-disk-space): Use / for default-directory.
10639         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
10640         Use with-current-buffer.
10642         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
10643         Recognize immutable variables like most-positive-fixnum.
10644         (byte-compile-setq-default): Check and warn if trying to assign
10645         to an immutable variable, or a non-variable.
10647         * progmodes/cc-vars.el (c-comment-continuation-stars):
10648         * progmodes/cc-engine.el (c-looking-at-bos):
10649         * progmodes/cc-cmds.el (c-toggle-auto-state)
10650         (c-forward-into-nomenclature, c-backward-into-nomenclature)
10651         (c-comment-line-break-function): Add version of obsolescence.
10653 2009-08-28  Juri Linkov  <juri@jurta.org>
10655         * files.el (magic-fallback-mode-alist): Add ZIP magic number
10656         associated with `archive-mode'.
10658         * image.el (image-type-header-regexps): Use only JPEG magic number
10659         to determine JPEG images, and don't use `image-jpeg-p' because
10660         Emacs can display non-JFIF non-Exif JPEG images.
10662 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10664         * arc-mode.el (archive-mode):
10665         * emacs-lisp/re-builder.el (re-builder-unload-function):
10666         Protect against the default value of `major-mode' being nil.
10668 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
10670         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
10671         Fix typos in docstrings.
10673         * progmodes/js.el (js--macro-decl-re): Doc fix.
10674         (js--plain-method-re, js--split-name): Refloc docstring.
10675         (js--class-styles, js--make-merged-item, js--splice-into-items):
10676         Fix typos in docstrings; reflow docstrings.
10677         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
10678         (js--variable-decl-matcher, js--inside-pitem-p)
10679         (js--parse-state-at-point, js--get-all-known-symbols)
10680         (js--symbol-history, js-find-symbol, js--js-references)
10681         (js--moz-interactor, js--js-encode-value, js--read-tab):
10682         Fix typos in docstrings.
10684 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10686         * textmodes/reftex.el (reftex-get-file-buffer-force):
10687         * progmodes/verilog-mode.el (verilog-batch-execute-func):
10688         * emulation/viper.el (viper-go-away, viper-set-hooks):
10689         * emacs-lisp/re-builder.el (re-builder-unload-function):
10690         * emacs-lisp/bytecomp.el (byte-compile-file):
10691         * ses.el (ses-unload-function):
10692         * hexl.el (hexl-find-file):
10693         * files.el (normal-mode):
10694         * ehelp.el (with-electric-help):
10695         * autoinsert.el (auto-insert-alist):
10696         * arc-mode.el (archive-mode):
10697         Use (default-value 'major-mode) instead of default-major-mode.
10699         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
10700         * international/mule.el (load-with-code-conversion):
10701         * emacs-lisp/debug.el (debug):
10702         * ediff-vers.el (ediff-rcs-get-output-buffer):
10703         * dired.el (dired-internal-noselect): Don't let-bind
10704         default-major-mode around code that doesn't use it.
10705         E.g. buffer creation via get-buffer-create doesn't use it.
10707 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
10709         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
10710         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
10711         when writing the temp file.  Otherwise, epa-file gets confused.
10712         (tramp-register-file-name-handlers): Make it a defun.  Move also
10713         `epa-file-handler' to the front of `file-name-handler-alist'.
10715 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10717         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
10718         start right after a ^M.
10719         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
10720         (tramp-completion-file-name-regexp-separate)
10721         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
10722         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
10723         Don't modify last-coding-system-used by accident.
10724         (tramp-completion-file-name-handler): Apply the checks here,
10725         instead during registration.
10726         (tramp-register-file-name-handlers): Renamed from
10727         `tramp-register-file-name-handler'.  Register both
10728         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
10729         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
10731 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
10733         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
10734         Remove variable ...
10735         (gdb-init-1, gdb-display-separate-io-buffer)
10736         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
10737         references to it.
10738         (gdb-inferior-io-mode): Use make-comint-in-buffer.
10739         (gdb-inferior-filter): Use comint-output-filter to stop
10740         echoing and remove ^M characters.
10742 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10744         * emulation/viper-init.el (viper-restore-cursor-type):
10745         * emulation/cua-base.el (cua--update-indications):
10746         Replace default-cursor-type with (default-value 'cursor-type).
10748         * mail/sendmail.el (mail-recover-1):
10749         * international/mule-diag.el (describe-current-coding-system-briefly)
10750         (describe-current-coding-system):
10751         * international/mule-cmds.el (select-safe-coding-system)
10752         (select-message-coding-system)
10753         (set-language-environment-coding-systems, set-locale-environment):
10754         * hexl.el (hexl-insert-multibyte-char):
10755         * dos-w32.el (find-buffer-file-type-coding-system):
10756         * simple.el (what-cursor-position):
10757         Replace uses of default-buffer-file-coding-system
10758         with (default-value 'buffer-file-coding-system).
10760         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
10761         Replace uses of default-cursor-in-non-selected-windows
10762         with (default-value 'cursor-in-non-selected-windows).
10763         Use with-current-buffer.
10765         * mail/feedmail.el: Use CL macros.
10766         (feedmail-run-the-queue, feedmail-send-it-immediately):
10767         * dos-w32.el (find-buffer-file-type): Replace uses of
10768         default-buffer-file-type with (default-value 'buffer-file-type).
10770 2009-08-28  Glenn Morris  <rgm@gnu.org>
10772         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
10773         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
10774         Use default-value of major-mode rather than default-major-mode.
10776 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10778         * Makefile.in (update-elcfiles): Report left over elc files.
10780         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
10781         expand-file-name and with-current-buffer.
10782         (mail-get-names, mail-directory): Use with-current-buffer.
10784         * vc.el (vc-read-revision): New function.
10785         (vc-version-diff, vc-merge): Use it.
10787 2009-08-27  Sam Steingold  <sds@gnu.org>
10789         * simple.el (kill-do-not-save-duplicates): New user option.
10790         (kill-new): When it is non-nil, and the new string is the same as
10791         the latest kill, set replace to t to avoid duplicates in kill-ring.
10793 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
10795         * net/tramp.el (tramp-handle-process-file): Do not flush all
10796         caches when `process-file-side-effects' is set.
10797         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
10798         instead of `tramp-find-file-exists-command'.
10799         Unset `process-file-side-effects'.
10801 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
10803         * net/tramp.el (tramp-methods): New method "rsyncc".
10804         (top): Add completion function for "rsyncc".
10805         (tramp-message-show-message): New defvar.
10806         (tramp-message, tramp-error): Use it.
10807         (tramp-do-copy-or-rename-file-directly): Extend check for direct
10808         remote copying.
10809         (tramp-do-copy-or-rename-file-out-of-band): Handle new
10810         `tramp-methods' entry `copy-env' of "rsyncc".
10811         (tramp-vc-registered-read-file-names): New defconst.
10812         (tramp-vc-registered-file-names): New defvar.
10813         (tramp-handle-vc-registered): Implement optimization strategy.
10814         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
10815         (tramp-vc-file-name-handler): New defun.
10816         (tramp-get-ls-command, tramp-get-test-command)
10817         (tramp-get-file-exists-command, tramp-get-remote-ln)
10818         (tramp-get-remote-perl, tramp-get-remote-stat)
10819         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
10821         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
10822         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
10823         timestamps.
10824         (tramp-get-file-property): Check for timestamps in
10825         `tramp-cache-inhibit-cache'.
10826         (tramp-set-file-property): Write timestamp.
10828 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
10830         * language/japan-util.el (japanese-symbol-table): Add entries for
10831         cp932-2-byte.
10833         * international/characters.el: Add category `j' to cp932-2-byte.
10835 2009-08-27  Kenichi Handa  <handa@m17n.org>
10837         * international/fontset.el (build-default-fontset-data): New macro.
10838         (setup-default-fontset): Use build-default-fontset-data for CJK,
10839         tibetan, ethiopic, and ipa.
10841 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10843         * cus-start.el (default-major-mode): Customize `major-mode' instead.
10844         (enable-multibyte-characters): Not customizable any more.
10846         * subr.el (default-mode-line-format, default-header-line-format)
10847         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
10848         (default-direction-reversed, default-truncate-lines)
10849         (default-left-margin, default-tab-width, default-case-fold-search)
10850         (default-left-margin-width, default-right-margin-width)
10851         (default-left-fringe-width, default-right-fringe-width)
10852         (default-fringes-outside-margins, default-scroll-bar-width)
10853         (default-vertical-scroll-bar, default-indicate-empty-lines)
10854         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
10855         (default-fringe-cursor-alist, default-scroll-up-aggressively)
10856         (default-scroll-down-aggressively, default-fill-column)
10857         (default-cursor-type, default-buffer-file-type)
10858         (default-cursor-in-non-selected-windows)
10859         (default-buffer-file-coding-system, default-major-mode)
10860         (default-enable-multibyte-characters): Mark as obsolete.
10862 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
10864         * vc-dir.el (vc-dir-update): Remove debug helper.
10866         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
10868 2009-08-26  Sam Steingold  <sds@gnu.org>
10870         * simple.el (save-interprogram-paste-before-kill): New user option.
10871         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
10872         save the interprogram-paste into kill-ring before overriding it
10873         with the Emacs kill.
10875 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10877         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
10878         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
10879         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
10880         and move to vc-rcs.el.
10881         (vc-default-next-revision): Rename to vc-rcs-next-revision and
10882         move to vc-rcs.el.
10883         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
10884         (vc-rcs-update-changelog): Remove.
10885         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
10886         and move to vc-rcs.el.
10888         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
10889         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
10890         renaming.
10891         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
10892         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
10893         vc.el, renamed to be RCS specific.
10895         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
10896         New functions.
10897         (vc-cvs-update-changelog): Move here from vc.el.
10899         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
10900         New functions.
10902 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10904         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
10906 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
10908         * vc-git.el (vc-git-register): Use "git add" for directories.
10909         (vc-git-stash, vc-git-stash-show): New functions.
10910         (vc-git-extra-menu-map): Bind them.
10912         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
10913         directory correctly in case the item is a directory itself.
10915         * vc.el: Document the desired behavior for reverted files in the
10916         `added' state.
10917         (vc-default-prettify-state-info): Remove function, unused.
10919         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
10921 2009-08-26  Glenn Morris  <rgm@gnu.org>
10923         * bindings.el (standard-mode-line-format): Reposition dashes in
10924         which-func entry.  (Bug#4217)
10926         * files.el (enable-local-variables, enable-local-eval)
10927         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
10928         the defcustoms.
10929         (auto-mode-alist, ignored-local-variables)
10930         (save-some-buffers-action-alist): Move risky declarations to the
10931         definitions.
10932         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
10933         (font-lock-defaults, format-alist, imenu--index-alist)
10934         (imenu-generic-expression, input-method-alist, minor-mode-alist)
10935         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
10936         (mode-line-modified, mode-line-mule-info, mode-line-position)
10937         (mode-line-process, mode-line-remote, outline-level)
10938         (parse-time-rules, rmail-output-file-alist)
10939         (special-display-buffer-names, vc-mode):
10940         Move risky declarations to the relevant files.
10941         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
10942         (mode-line-modified, mode-line-process, mode-line-position)
10943         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
10944         * font-core.el (font-lock-defaults):
10945         * format.el (format-alist):
10946         * vc-hooks.el (vc-mode):
10947         * window.el (special-display-buffer-names):
10948         * international/mule-cmds.el (input-method-alist):
10949         Define riskiness here (dumped file) rather than in files.el.
10950         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
10951         * imenu.el (imenu-generic-expression, imenu--index-alist):
10952         * outline.el (outline-level):
10953         * time.el (display-time-string):
10954         * calendar/parse-time.el (parse-time-rules):
10955         * mail/rmailout.el (rmail-output-file-alist):
10956         Autoload riskiness here, rather than placing in files.el.
10958 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
10960         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
10962 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
10964         * simple.el (process-file-side-effects): New defvar.
10966         * dired-aux.el (dired-show-file-type):
10967         * vc.el (vc-diff-internal):
10968         * vc-arch.el (vc-arch-diff):
10969         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
10970         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
10971         * vc-git.el (vc-git-registered, vc-git-working-revision)
10972         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
10973         (vc-git--empty-db-p):
10974         * vc-hooks.el (vc-user-login-name):
10975         * vc-svn.el (vc-svn-registered, vc-svn-state)
10976         (vc-svn-dir-extra-headers, vc-svn-find-revision):
10977         * progmodes/grep.el (grep-probe): Let-bind
10978         `process-file-side-effects' with nil.
10980         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
10982         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
10983         daemon.  Replace ping by checking for running service for bluez
10984         and zeroconf.  (Bug#4239)
10986 2009-08-25  Kevin Ryde  <user42@zip.com.au>
10988         * net/dig.el (dig): Add autoload cookie.
10990 2009-08-25  Glenn Morris  <rgm@gnu.org>
10992         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
10993         load-history for absolute file-names.
10994         (byte-compile-file-form-require): Warn about use of the cl package.
10996         * format.el (format-alist): Doc fix.
10998         * play/bubbles.el (top-level): Don't require cl at run-time.
11000         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
11001         run-time cl).
11003 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
11005         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
11006         from cl package.
11007         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
11009 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
11011         * calc/calc-alg.el (math-trig-rewrite)
11012         (math-hyperbolic-trig-rewrite): New functions.
11013         (calc-simplify): Simplify trig functions when asked.
11015 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11017         * diff-mode.el (diff-find-source-location): Avoid goto-line.
11019 2009-08-24  Kenichi Handa  <handa@m17n.org>
11021         * language/ind-util.el (mapthread): Delete it.
11022         (combinatorial): New function.
11023         (indian--puthash-cv): Use combinatorial instead of mapthread.
11025 2009-08-22  Kevin Ryde  <user42@zip.com.au>
11027         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
11028         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
11029         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
11030         Clarify docstring that the value is strings not symbols.
11031         (checkdoc-list-of-strings-p): New function.
11033 2009-08-22  Glenn Morris  <rgm@gnu.org>
11035         * files.el (auto-mode-alist):
11036         * hippie-exp.el (he-concat-directory-file-name):
11037         * lpr.el (lpr-windows-system, printer-name):
11038         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
11039         * ps-print.el (ps-windows-system):
11040         * startup.el (command-line):
11041         * emulation/viper-ex.el (viper-glob-function):
11042         * international/mule-cmds.el (set-language-environment-coding-systems):
11043         * net/ange-ftp.el (ange-ftp-write-region):
11044         * obsolete/fast-lock.el (fast-lock-cache-name):
11045         Remove code for defunct system-types emx, macos, mswindows, next-mach,
11046         unisoft-unix, vax-vms, win32, w32.
11048         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
11049         given name if the pattern is not more specific.
11051         * calendar/lunar.el (lunar-phase-names): New option.
11052         (lunar-phase): Doc fix.
11053         (lunar-cycles-per-year): New constant.
11054         (lunar-index): New function.
11055         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
11056         (lunar-phase-name): Use lunar-phase-names.
11057         (calendar-lunar-phases): Use format.
11058         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
11060         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
11061         Copy imenu-example--name-and-position function here for own use.
11062         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
11064         * bs.el (bs--redisplay):
11065         * cus-edit.el (custom-redraw):
11066         * ibuffer.el (ibuffer-bury-buffer):
11067         * server.el (server-goto-line-column):
11068         * startup.el (command-line-1):
11069         * strokes.el (strokes-xpm-for-stroke):
11070         * term.el (term-display-buffer-line):
11071         * view.el (View-goto-line):
11072         * calc/calc.el (calc-do, calc-trail-buffer):
11073         * play/gamegrid.el (gamegrid-add-score-insecure):
11074         * progmodes/ada-mode.el (ada-compile-goto-error):
11075         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
11076         (ebrowse-select-1st-to-9nth):
11077         * progmodes/cperl-mode.el (cperl-time-fontification):
11078         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
11079         * progmodes/gud.el (gud-display-line):
11080         (idlwave-shell-display-line):
11081         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
11082         * progmodes/make-mode.el (makefile-browser-toggle):
11083         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
11084         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
11085         * textmodes/picture.el (picture-draw-rectangle):
11086         * textmodes/reftex-index.el (reftex-index-goto-letter):
11087         (reftex-select-jump-to-previous):
11088         * textmodes/reftex-sel.el (reftex-find-start-point)
11089         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
11090         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
11091         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
11092         * textmodes/tex-mode.el (tex-compilation-parse-errors):
11093         * textmodes/two-column.el (2C-associated-buffer):
11094         Use forward-line rather than goto-line.
11096         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
11097         goto-line.
11099         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
11100         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
11101         (quick-check-list-to-regexp): Declare.
11103         * progmodes/make-mode.el (makefile-browser-insert-selection):
11104         Use goto-char rather than goto-line.
11106         * progmodes/prolog.el (compilation-error-regexp-alist)
11107         (compilation-forget-errors): Declare.
11109 2009-08-22  Juri Linkov  <juri@jurta.org>
11111         * progmodes/grep.el (lgrep, rgrep): At the beginning
11112         set `dir' to `default-directory' unless `dir' is a non-nil
11113         readable directory.  (Bug#4052)
11114         (lgrep, rgrep): Change a weird way to report an error
11115         from using `read-string' to using `error'.
11116         Instead of using interactive arguments in the function body,
11117         add new argument `confirm'.
11119 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11121         * textmodes/remember.el (remember-buffer):
11122         * progmodes/cperl-mode.el (cperl-vc-header-alist):
11123         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
11124         (icalendar-extract-ical-from-buffer):
11125         * net/newst-treeview.el (newsticker-groups-filename):
11126         * net/newst-backend.el (newsticker-cache-filename):
11127         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
11128         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
11129         (speedbar-add-ignored-path-regexp, speedbar-line-path)
11130         (speedbar-buffers-line-path, speedbar-path-line)
11131         (speedbar-buffers-line-path):
11132         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
11133         (epg-sign-keys):
11134         * epa.el (epa-display-verify-result):
11135         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
11137 2009-08-21  Glenn Morris  <rgm@gnu.org>
11139         * progmodes/js.el (inferior-moz-process): Fix declaration.
11141         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
11143         * obsolete/rnewspost.el (news-mail-reply):
11144         Use goto-char rather than goto-line.
11146         * term/ns-win.el (ns-open-file-select-line):
11147         Use line-beginning-position rather than goto-line.
11149         * apropos.el (apropos-command):
11150         * ehelp.el (electric-helpify):
11151         * printing.el (pr-show-setup):
11152         * strokes.el (strokes-help):
11153         * tutorial.el (tutorial--describe-nonstandard-key)
11154         (tutorial--detailed-help):
11155         * woman.el (woman-mini-help, woman-display-extended-fonts):
11156         * calc/calc-help.el (calc-describe-key):
11157         * emulation/edt.el (edt-electric-helpify):
11158         * international/mule-diag.el (mule-diag):
11159         * play/yow.el (apropos-zippy):
11160         * progmodes/python.el (python-describe-symbol):
11161         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
11162         * textmodes/table.el (*table--cell-describe-mode)
11163         (*table--cell-describe-bindings):
11164         Use help-print-return-message rather than the now obsolete alias.
11166         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
11167         (calendar-cursor-to-visible-date):
11168         * play/5x5.el (5x5-position-cursor):
11169         * play/decipher.el (decipher):
11170         * play/gomoku.el (gomoku-goto-xy):
11171         * play/landmark.el (lm-goto-xy):
11172         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
11173         (mpuz-paint-digit):
11174         Use forward-line, not goto-line.
11176         * mail/rmail.el (rmail-obsolete): Delete custom group.
11177         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
11178         (rmail-remote-password, rmail-remote-password-required):
11179         Remove unneeded :set-after and :set properties.
11181 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
11183         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
11185 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
11187         * loadup.el: Remove leftover macos code.
11189         * vc-git.el (vc-git-annotate-command): Run asynchronously.
11190         Explicitly pass the date format to git blame so that user local
11191         so that the output format can be parsed.
11193 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
11195         * net/dbus.el (top): Don't check for (getenv
11196         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
11198 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
11200         * log-edit.el (log-edit-strip-single-file-name): New var.
11201         (log-edit-insert-changelog): Use it.  Bug#3571
11203 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11205         * subr.el (read-passwd): Use read-key so keypad keys work as well.
11206         Bug#3287
11208         * help.el (help-print-return-message): Rename from
11209         print-help-return-message.
11211         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
11212         cvs-mode-map parent hack.
11213         (log-view-mode): Derive from special-mode.
11215         * linum.el (linum-mode): window-size-change-functions is redundant.
11216         Adapt to new window-configuration-change-hook behavior.
11217         (linum-after-size, linum-after-config): Remove.
11219         * imenu.el (imenu-example--name-and-position)
11220         (imenu-example--lisp-extract-index-name)
11221         (imenu-example--create-lisp-index, imenu-example--create-c-index):
11222         Mark as obsolete.
11224         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
11225         (inferior-prolog-mode): Use it.
11226         (inferior-prolog-load-file): Reset list of errors.
11228 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11230         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
11232         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
11234 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
11236         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
11237         is running already.
11239 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11241         * subr.el (listify-key-sequence-1): Use normal syntax since those
11242         integers are nowadays always represented by the same (positive) number
11243         on all platforms.
11244         (read-key-empty-map): New const.
11245         (read-key-delay): New var.
11246         (read-key): New function.
11247         (force-mode-line-update): Use with-current-buffer.
11248         (locate-user-emacs-file): Don't forget to abbreviate the file name.
11249         (start-process-shell-command, start-file-process-shell-command):
11250         Discourage the use of command-args.
11252 2009-08-19  Glenn Morris  <rgm@gnu.org>
11254         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
11256 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11258         * simple.el (choose-completion-string): Don't rely on
11259         minibuffer-completing-file-name and ad-hoc checks to decide whether
11260         to continue completion or not.
11262         * minibuffer.el (minibuffer-hide-completions): New function.
11263         (completion--do-completion): Use it.
11264         (completions-annotations): New face.
11265         (completion--insert-strings): Use it.
11266         (completion-pcm--delim-wild-regex): Add docstring.
11267         (completion-pcm--string->pattern): Add support for 0-width delimiters
11268         in completion-pcm--delim-wild-regex.
11270 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11272         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
11273         Remove unused var `buffer-modified-p'.
11275         * minibuffer.el (completion--do-completion): Move point for the #b001
11276         case as well (bug#4176).
11277         (minibuffer-complete, minibuffer-complete-word): Don't move point.
11279 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
11281         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
11282         and :session buses.
11284 2009-08-18  Kenichi Handa  <handa@m17n.org>
11286         * international/ucs-normalize.el (ucs-normalize-version):
11287         Change to 1.1.
11288         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
11289         (utf-8-hfs): Make it perform normalization on encoding too.
11291         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
11292         (sentence-end-without-space): Delete duplicated chars.
11293         (sentence-end-base): Likewise.
11295         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
11296         (html-mode): Delete duplicated chars from sentence-end-base.
11298         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11299         (texinfo-mode): Delete duplicated chars from sentence-end-base.
11301 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
11303         * files.el (hack-one-local-variable): If the mode function is for
11304         a minor mode, pass it an argument (Bug#4148).
11306 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
11308         * net/tramp.el (tramp-register-completion-file-name-handler):
11309         Check also for (member 'partial-completion completion-styles).
11311 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11313         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
11314         abbrev (Bug#3943).
11316 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
11318         * progmodes/cperl-mode.el: Merge upstream 6.2.
11319         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
11320         (cperl-forward-re): Check cperl-brace-recursing.
11321         (cperl-highlight-charclass): New function.
11322         (cperl-find-pods-heres): Use it.
11323         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
11324         (cperl-beautify-regexp-piece): Fix column calculation.
11325         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
11326         (cperl-beautify-level): Don't process entire regexp.
11327         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
11328         calling man.
11329         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
11330         (cperl-init-faces): Build a list in the normal way.
11332 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11334         * calendar/parse-time.el (parse-time-string-chars): Save match
11335         data.
11337 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11339         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
11340         (sql-product): Use it.
11341         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
11342         (sql-set-product): Add completion.
11343         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
11344         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
11345         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
11346         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
11347         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
11348         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
11349         (sql-highlight-db2-keywords): Remove.
11350         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
11351         (sql-highlight-product): Use derived-mode-p.
11352         (sql-set-sqli-buffer): Use with-current-buffer.
11353         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
11354         Simplify.
11356         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
11358         * term.el: Fix commenting convention, turn comments into docstrings.
11360 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
11362         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
11364 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
11366         * calendar/parse-time.el (parse-time-string-chars): Compute using
11367         character classes, to handle non-ascii characters (Bug#3190).
11369 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
11371         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
11372         another heredoc if the user adds another < (Bug#3226).
11374         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11375         Don't initialize based on window-system (Bug#4124).
11377         * facemenu.el (facemenu-read-color): Use a completion function
11378         that accepts any defined color, such as RGB triplets (Bug#3677).
11380         * files.el (get-free-disk-space): Change fallback default
11381         directory to /.  Expand DIR argument before switching to fallback.
11382         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
11384 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11386         * files.el (load-library): Doc fix.
11388 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
11390         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
11391         (viper-if-string): Redefine C-s in the minibuffer to insert the last
11392         incremental search string.
11394         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
11395         XEmacs.
11397         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
11398         (ediff-merge-region-is-non-clash)
11399         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
11400         Also check if the job is really a merge job.
11402         * ediff.el (ediff-current-file): New function.
11404 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
11406         * progmodes/js.el: Edit docstrings throughout to follow Emacs
11407         conventions.
11408         (js-insert-and-indent): Delete function.
11409         (js-mode-map): Don't bind keys to js-insert-and-indent.
11410         (js-beginning-of-defun): Rename from js--beginning-of-defun.
11411         (js-end-of-defun): Rename from js--end-of-defun.
11412         (js-auto-indent-flag): Delete variable.
11414 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
11416         * progmodes/js.el: Remove proclaim statement.
11417         Defvar which-func-imenu-joiner-function to silence compiler.
11419         * files.el (auto-mode-alist): Use js-mode for .js files.
11421         * progmodes/js2-mode.el: Remove file.
11423         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
11425         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
11427         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
11429 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
11430             Karl Landstrom  <karl.landstrom@brgeight.se>
11432         * progmodes/js.el: New file.
11434 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
11436         * timezone.el (timezone-parse-date): Add ability to understand ISO
11437         basic format (minimal separators) dates in addition to the
11438         already-supported extended format dates.
11440 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
11442         * international/ucs-normalize.el: Add a `coding' file variable.
11444         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
11446 2009-08-14  Sam Steingold  <sds@gnu.org>
11448         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
11450 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
11452         * faces.el (help-argument-name): Define it here instead of
11453         help-fns.el, because in daemon mode help-fns.el may be loaded when
11454         faces are still uninitialized (Bug#1078).
11456         * help-fns.el (help-argument-name): Move defface to faces.el.
11458 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
11460         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
11461         create buffer with a pty but no process so that GDB can make the
11462         inferior the controlling process.
11464 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
11466         * international/ucs-normalize.el: New file.
11468 2009-08-13  Richard Stallman  <rms@gnu.org>
11470         * mail/rmail.el (rmail-get-attr-names):
11471         Accept an attribute header that is too short.
11473         * mail/rmail.el (rmail-forget-messages):
11474         Ignore nil elt in rmail-message-vector.  Use dotimes.
11476         * progmodes/compile.el (compilation-goto-locus):
11477         Use next-error-move-function.
11479         * simple.el (next-error-move-function): New variable.
11481 2009-08-12  Juri Linkov  <juri@jurta.org>
11483         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
11484         always non-nil.  (Bug#4052)
11486         * replace.el (read-regexp): Return empty string when
11487         `default-value' is nil.
11488         (keep-lines-read-args): Don't use empty string as the
11489         default value for `read-regexp'.  (Bug#2495)
11491 2009-08-12  Juri Linkov  <juri@jurta.org>
11493         * international/mule-cmds.el (ucs-insert): Change arguments
11494         from `arg' to `character', `count', `inherit' to be the same
11495         as in `insert-char'.  Doc fix.  (Bug#4039)
11497         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
11499 2009-08-12  Juri Linkov  <juri@jurta.org>
11501         * files-x.el: New file.
11503         * files.el: Move code that deals with adding/deleting
11504         file/directory-local variables to files-x.el.
11506         * Makefile.in (ELCFILES): Add files-x.elc.
11508 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
11510         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
11511         to use `goto-line'.
11512         (gdb-place-breakpoints, gdb-get-location): Rewritten without
11513         `goto-line'.
11514         (gdb-invalidate-disassembly): Do not refresh upon receiving
11515         'update signal.  Instead, update all disassembly buffers only after
11516         threads list.
11517         (gdb): Send -target-detach when buffer is killed (Bug#3794).
11518         (gdb-starting): Moved -data-list-register-names...
11519         (gdb-stopped): ...here so it's sent when first thread stops.
11520         (gdb-registers-handler-custom): Do nothing if register names are
11521         unknown yet.
11523         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
11524         from `gdb-mi.el' to avoid extra tangling.
11526         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
11527         change which breaks `gud-def' definitions used in `gdb'.
11528         (gdb-update-gud-running): No extra fuss for updating frame number.
11530 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11532         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
11533         (describe-language-environment-map, setup-language-environment-map)
11534         (set-coding-system-map): Move initialization into declaration.
11535         (set-language-info-alist): Last arg to define-key-after can be skipped.
11537         * international/quail.el (quail-completion-1): Simplify.
11538         (quail-define-rules): Use slightly more compact code.
11539         (quail-insert-decode-map): Propertize keys, compact columns.
11541         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11542         Add goto-line.
11544 2009-08-10  Miles Bader  <miles@gnu.org>
11546         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
11547         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
11548         (js2-instance-member, js2-private-member, js2-private-function-call)
11549         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
11550         (js2-magic-paren, js2-external-variable):
11551         Remove "-face" suffix from face names.
11552         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
11553         (js2-highlight-undeclared-vars, js2-peek-token)
11554         (js2-parse-function-params, js2-mode-show-errors)
11555         (js2-mode-show-warnings, js2-make-magic-delimiter)
11556         (js2-mode-highlight-magic-parens): Update to use new face names.
11558 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
11560         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
11561         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
11563 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
11565         * subr.el: Provide hashtable-print-readable.
11567         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
11568         hs-c-like-adjust-block-beginning.
11569         (hs-hide-block-at-point): Stop hiding at the beginning of
11570         hs-block-end-regexp (Bug#700).
11572 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
11574         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
11575         a macro.
11576         (gdb-registers-handler-custom): Do not fail when register names
11577         are unavailable.
11579 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11581         * progmodes/gdb-mi.el (gdb-control-all-threads)
11582         (gdb-control-current-thread): Interactive setters for
11583         `gdb-gud-control-all-threads' to use in menu.
11584         (gdb-show-run-p): Show «Go» when process is not active.
11585         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
11586         gud/thread.xpm and gud/all.xpm.
11588 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
11590         * net/net-utils.el (net-utils-font-lock-keywords): New var.
11591         (nslookup-font-lock-keywords): Make it a variable.
11592         (net-utils-mode): New mode for viewing diagnostic network output.
11593         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
11594         (net-utils-run-simple): New function.
11595         (ifconfig, iwconfig, netstat, arp, route): Use it.
11597 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
11599         * progmodes/gdb-mi.el (gdb-read-memory-custom)
11600         (gdb-memory-set-address, def-gdb-set-positive-number)
11601         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
11602         after changing settings.
11603         (gdb-invalidate-disassembly): Update when first shown.
11604         (gdb-edit-locals-value): Fixed.
11605         (gdb-registers-handler-custom): Print registers in right order and
11606         allow changing register values (only for current thread yet).
11607         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
11608         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
11609         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
11610         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
11611         info in mode name.
11612         (gdb-registers-mode-map): TAB to switch to locals.
11614 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
11616         * mail/rmail.el (rmail-add-mbox-headers)
11617         (rmail-set-message-counters-counter): Search for
11618         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
11620 2009-08-08  Glenn Morris  <rgm@gnu.org>
11622         * Makefile.in (ELCFILES): Update.
11624 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11626         * mail/sendmail.el (mail-yank-original): Set
11627         buffer-file-coding-system from the one used by the message whose
11628         text is yanked.
11630         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
11631         to "windows" when "pgnuplot" is used.
11632         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
11633         call accept-process-output if "pgnuplot" is used.
11634         (calc-graph-init): Don't send -display and -geometry to
11635         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
11636         running "pgnuplot -V" with shell-command-to-string.
11638         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
11639         the default.
11641 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
11643         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
11644         org/org-latex.elc.
11646 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
11648         * vc-dispatcher.el (vc-resynch-window): Update comment.
11650         * term.el (term-handle-ansi-escape): Add comments with the
11651         terminfo capabilities implemented.
11653 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
11655         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
11656         (gdb-var-create-handler): Rewritten using JSON parser.
11657         (gdb-propertize-header): Moved earlier.
11658         (gdb-set-header): Removed to avoid duplication.
11659         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
11660         Refresh disassembly buffers only after threads list have been
11661         update.
11662         (gdb-threads-header, gdb-registers-header): Per-buffer header line
11663         variables.
11665 2009-08-04  Juri Linkov  <juri@jurta.org>
11667         * files.el: Commands to add/delete file/directory-local variables.
11668         (read-file-local-variable, read-file-local-variable-value)
11669         (read-file-local-variable-mode, modify-file-local-variable)
11670         (modify-file-local-variable-prop-line)
11671         (modify-dir-local-variable): New functions.
11672         (add-file-local-variable, delete-file-local-variable)
11673         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
11674         (add-dir-local-variable, delete-dir-local-variable)
11675         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
11676         (copy-dir-locals-to-file-locals-prop-line): New commands.
11678 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
11680         * abbrev.el (insert-abbrev-table-description): Prettify output.
11681         Suggested by Karl Chen.
11683 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
11685         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
11686         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
11687         (gdb-overlay-arrow-position, gdb-thread-position)
11688         (gdb-disassembly-position): Declare variables.
11689         (gdb-wait-for-pending): Function now.
11690         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
11691         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
11692         compilation goes smoothly.
11693         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
11694         (gdb-non-stop-setting): New customization setting which replaces
11695         `gdb-non-stop' so changing it doesn't break active GDB session.
11696         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
11697         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
11698         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
11699         (gdb-show-threads-by-default): New customization options.
11700         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
11701         routines.
11702         (gdb-get-buffer-create): Send buffers update signal when they are
11703         created.
11704         (gdb-invalidate-locals, gdb-invalidate-registers)
11705         (gdb-invalidate-breakpoints)
11706         (gdb-invalidate-threads, gdb-invalidate-disassembly)
11707         (gdb-invalidate-memory): Accept update signal.
11708         (gdb-current-context-command): Use --frame option.
11709         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
11710         Implement `gdb-frame-number' selection logic.
11711         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
11712         whether to show GUD toolbar buttons.
11713         (gdb-thread-exited): Unselect current thread when it exits.
11714         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
11715         (gdb-mark-line): Routine which sets overlay arrow or inverses
11716         video on fringeless displays.
11717         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
11718         to build aligned columns of data in GDB buffers and set text
11719         properties line-by-line.
11720         (gdb-invalidate-breakpoints)
11721         (gdb-breakpoints-list-handler-custom)
11722         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
11723         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
11724         (gdb-registers-handler-custom): Align data columns.
11725         (gdb-locals-handler-custom): Now prints data like in variable
11726         declarations.
11727         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
11728         Removed confusing buttons.
11729         (gdb-invalidate-threads): Append --frame.
11730         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
11731         between breakpoints/threads buffers.
11732         (gdb-set-window-buffer): Now can ignore dedicated windows.
11733         (gdb-propertize-header): Use `gdb-set-window-buffer'.
11734         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
11735         (def-gdb-thread-buffer-gud-command): Replaces
11736         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
11737         for fine thread control.
11738         (gdb-preempt-existing-or-display-buffer): New function used to
11739         display bound buffers without breaking window layout.
11740         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
11741         (gdb-select-frame): New version of `gdb-frames-select' which now
11742         sets `gdb-frame-number' so commands may use --frame option instead
11743         of inner debugger state.
11744         (gdb-frame-handler): Do not set `gdb-frame-number'.
11745         (gdb-threads-mode-map): Select threads with mouse.
11747         * progmodes/gud.el (gdb-gud-context-call): Declare function to
11748         avoid compilation warning.
11749         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
11750         `gdb-show-stop-p`.
11752         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
11753         Argument `key' renamed to `buffer-type'.
11754         (gdb-current-context-buffer-name): Do not add thread info to
11755         buffer name when no thread is selected.
11756         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
11757         command (bug 3794).
11758         (gdb-thread-selected): Handle `=thread-selected' notification.
11759         (gdb-wait-for-pending): New macro to deal with congestion problems.
11760         (gdb-breakpoints-list-handler-custom): Don't fail on pending
11761         breakpoints.
11762         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
11763         This fixes problem similar to one described in bug 3947.
11764         (gud-menu-map): More menu items.
11765         (gdb-init-1): Reset `gdb-thread-number' to nil.
11767         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
11768         non-stop settings.
11770         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
11771         (gdb-current-context-command): Do not append --thread if
11772         `gdb-thread-number' is nil.
11773         (gdb-running-threads-count, gdb-stopped-threads-count): New
11774         variables.
11775         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
11776         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
11777         customization options.
11778         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
11779         GUD commands.
11780         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
11781         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
11782         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
11783         set `gdb-thread-number' and update `gud-running' properly.
11784         (gdb-running): Update threads list when new threads appear.
11785         (gdb-stopped): Support non-stop operation and new thread switching
11786         logic.
11787         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
11788         (gdb-json-partial-output): New set of JSON routines.
11789         (def-gdb-auto-update-trigger): New `signal-list' optional
11790         argument.
11791         (gdb-thread-list-handler-custom): Update `gud-running',
11792         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
11793         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
11794         (gdb-continue-thread, gdb-step-thread): New commands for fine
11795         thread execution control.
11796         (gud-menu-map): New menu items to switch non-stop options.
11797         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
11798         (gdb-send): Mimic RET properly (bug 3794).
11800         * progmodes/gdb-mi.el (gdb-rules-name-maker)
11801         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
11802         gdb-buffer-rules.
11803         (def-gdb-auto-update-handler): New nopreserve optional argument.
11804         (gdb-stack-list-frames-custom): Print stack from top to bottom.
11806         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
11807         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
11808         (gdb-parent-mode): New mode to derive other GDB modes from.
11809         (gdb-display-disassembly-for-thread)
11810         (gdb-frame-disassembly-for-thread): New commands for threads
11811         buffer.
11813         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
11814         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
11815         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
11816         (gdb-update): We now store all GDB buffers in a list so that they
11817         can be updated by traversing a list instead of calling invalidate
11818         triggers explicitly.
11819         (def-gdb-trigger-and-handler): New macro to define trigger-handler
11820         pair for GDB buffer.
11821         (gdb-stack-buffer-name): Add thread information.
11822         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
11823         handle pending triggers.
11824         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
11825         (def-gdb-thread-buffer-simple-command)
11826         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
11827         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
11828         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
11829         New commands which show buffers bound to thread.
11830         (gdb-stack-list-locals-regexp): Removed unused regexp.
11832         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
11833         (gdb-locals-buffer-name, gdb-registers-buffer-name)
11834         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
11835         to (gud-comint-buffer) in *-buffer-name functions
11836         because (gdb-get-target-string) already does that.
11837         (gdb-locals-handler-custom, gdb-registers-handler-custom)
11838         (gdb-changed-registers-handler): Rewritten without regexps.
11840         * progmodes/gdb-mi.el: Basic thread selection support.
11841         (gdb-thread-number): New variable.
11842         (gdb-current-context-command): New macro which adds --thread
11843         option to command.
11844         (gdb-threads-mode-map): Select thread with SPC.
11845         (gdb-thread-list-handler-custom): Mark current thread with overlay
11846         arrow.  Synchronize GDB thread and Emacs thread.
11847         (gdb-select-thread): New command which selects current thread.
11848         (gdb-invalidate-frames, gdb-invalidate-locals)
11849         (gdb-invalidate-registers): Use --thread option.
11851 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
11853         * net/tramp.el (top): Make check for tramp-gvfs loading more
11854         robust.  (Bug#3977)
11855         (tramp-handle-insert-file-contents): `unwind-protect' must be
11856         inside `with-parsed-tramp-file-name'.
11858         * net/tramp-gvfs.el (top): Remove superfluous message when loading
11859         fails.
11861 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
11863         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
11864         directory if CLASSPATH is not set.
11866 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
11868         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
11869         New defconst.
11870         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
11872 2009-08-02  Kevin Ryde  <user42@zip.com.au>
11874         * net/newst-backend.el (newsticker--raw-url-list-defaults):
11875         Update freshmeat link.  Delete newsforge.com as it seems gone.
11877 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11879         * select.el (x-set-selection): Doc fix (Bug#4021).
11881         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
11883         * help-fns.el (describe-variable): Treat list return values from
11884         dir-locals-find-file properly (Bug#4005).
11886 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
11888         * net/tramp.el (tramp-debug-message): Print also microseconds.
11890 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
11892         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
11893         or END is non-nil.
11894         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
11895         (tramp-get-debug-buffer): Change `outline-regexp' according to new
11896         format.
11898         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
11899         (tramp-get-file-property): Use it.
11901         * autorevert.el (auto-revert-handler): Allow
11902         `auto-revert-tail-mode' for remote files.
11904 2009-08-02  Jason Rumney  <jasonr@gnu.org>
11906         * minibuffer.el (read-file-name): Treat confirm options to
11907         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
11909 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
11911         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
11912         (font-lock-variable-name-face, font-lock-constant-face): Darken
11913         the colors for light backgrounds.
11915 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
11917         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
11918         month names.  (Bug#3987)
11920 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
11922         * simple.el (line-move-finish): Pass whole number to
11923         line-move-to-column.
11924         (line-move-visual): Perform hscroll to the recorded position.
11926 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
11928         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
11930 2009-07-29  Alan Mackenzie  <acm@muc.de>
11932         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
11934 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
11936         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
11937         (gdb-place-breakpoints): Use full path when setting breakpoints.
11939 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
11941         * calc/calc.el (calc-mode-map): Add keybinding for
11942         `calc-transpose-lines'.
11944 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
11946         * calc/calc-misc.el (calc-transpose-lines): New function.
11948 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
11950         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
11951         Simplify check for out-of-band methods.
11952         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
11953         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
11955 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
11957         * vc-git.el (vc-git-checkin): Fix typo.
11959 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
11961         * progmodes/js2-mode.el: New file.
11963 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
11965         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
11966         (gud-menu-map): Adjust tooltip accordingly.
11968 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
11970         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
11971         (vc-bzr-log-view-mode): Adjust log-view-file-re.
11973         * add-log.el (change-log-mode-map): Add a menu.
11975 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
11977         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
11978         function returns nil.
11979         (dbus-handle-event): Handle special return value :ignore.
11980         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
11982 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
11984         * view.el (view-mode-enable): Don't define Helper-return-blurb if
11985         it's not needed.
11987 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
11989         Fix Bug#3888:
11991         * w32-vars.el (x-select-enable-clipboard): Doc fix.
11993         * term/pc-win.el (x-display-name, x-colors)
11994         (x-select-enable-clipboard, x-select-text): Doc fix.
11996         * term/common-win.el (x-display-name, x-colors): Doc fix.
11998         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
11999         (xw-defined-colors): Doc fix.
12001         * w32-fns.el (x-select-text, x-setup-function-keys)
12002         (x-get-selection, x-set-selection): Doc fix.
12004         * term/x-win.el (x-select-text, x-setup-function-keys)
12005         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
12007         * select.el (x-set-selection): Doc fix.
12009 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
12011         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
12012         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
12013         "IsNSSSupportAvailable" method is not available.  Reported by
12014         Steve Youngs <steve@sxemacs.org>.
12016 2009-07-24  Kenichi Handa  <handa@m17n.org>
12018         * international/characters.el: Fix setting of category ?C, ?|, ?K,
12019         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
12020         (build-unicode-category-table): Fix range checks.
12022 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
12024         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
12025         the buffer we try to sync is current when calling
12026         vc-resynch-buffer.
12028         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
12029         not show up to date files.
12031 2009-07-24  Glenn Morris  <rgm@gnu.org>
12033         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
12034         Add autoload cookies.  If necessary, initialize.
12035         (elint-log): Handle non-file buffers.
12036         (elint-initialize): Add optional argument to reinitialize.
12037         (elint-find-builtin-variables): Save excursion.
12039 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
12041         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12042         for Lint.
12044 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
12046         * vc.el (vc-print-log-internal): New function, split out from ...
12047         (vc-print-log): ... here.
12048         (vc-dir-move-to-goal-column): Declare.
12050         * vc-git.el (vc-git-add-signoff): New variable.
12051         (vc-git-checkin): Use it.
12052         (vc-git-toggle-signoff): New function.
12053         (vc-git-extra-menu-map): Bind it to menu.
12054         (vc-git--run-command-string): Accept a nil FILE argument.
12055         (vc-git-stash-list): New function.
12056         (vc-git-dir-extra-headers): Use it.
12058 2009-07-23  Glenn Morris  <rgm@gnu.org>
12060         * help-fns.el (describe-variable): Describe ignored and risky local
12061         variables in a similar way to that in which we describe safe ones.
12063         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
12064         (byte-compile-output-file-form, byte-compile-output-docform)
12065         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
12066         Give some more local variables with common names a "bytecomp-" prefix,
12067         so as not to shadow things during compilation.
12068         * emacs-lisp/cl-macs.el (load-time-value)
12069         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
12070         `outbuffer' to `bytecomp-outbuffer'.
12072         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
12073         since the next two variables cover them automatically now.
12074         (elint-builtin-variables, elint-autoloaded-variables): New.
12075         (elint-unknown-builtin-args): Remove all members, since they can be
12076         parsed automatically now.
12077         (elint-extra-errors): New.
12078         (elint-env-add-env, elint-env-add-macro): Use cadr.
12079         (elint-current-buffer): Use or.  Change final message.
12080         (elint-get-top-forms): Use line-end-position.
12081         (elint-init-env): Use cadr.  Handle autoload, declare-function,
12082         and defalias.
12083         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
12084         (regexp-assoc): Remove unused function.
12085         (elint-top-form): Set elint-current-pos, to record the start of the
12086         top-level form, for compilation-mode.
12087         (elint-form): Trap errors in macro expansion.  Use dolist.
12088         (elint-unbound-variable): Use elint-builtin-variables and
12089         elint-autoloaded-variables.
12090         (elint-get-args): Use cadr, or.
12091         (elint-check-cond-form): Use dolist, cadr.
12092         (elint-check-condition-case-form): Doc fix.  Use cadr.
12093         Use elint-extra-errors.
12094         (elint-log): New function.
12095         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
12096         Distinguish errors and warnings.
12097         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
12098         Use a bytecomp-style format.
12099         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
12100         (elint-get-log-buffer): Use compilation mode.  Disable undo.
12101         Don't truncate lines.
12102         (elint-initialize): Set builtin and autoloaded variable lists.
12103         Only process elint-unknown-builtin-args if non-nil.
12104         (elint-find-builtin-variables, elint-find-autoloaded-variables):
12105         New functions.
12106         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
12108 2009-07-22  Kevin Ryde  <user42@zip.com.au>
12110         * net/newst-backend.el (newsticker--parse-atom-1.0)
12111         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
12112         (newsticker--parse-rss-1.0):
12113         * progmodes/idlwave.el (idlwave-mode):
12114         * progmodes/idlw-shell.el (idlwave-shell-mode):
12115         * progmodes/vera-mode.el (vera-mode):
12116         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
12117         * progmodes/vhdl-mode.el (vhdl-mode):
12118         * textmodes/table.el (table-generate-source)
12119         (table--warn-incompatibility):
12120         Hyperlink urls in docstrings with URL `...'.
12122 2009-07-22  Glenn Morris  <rgm@gnu.org>
12124         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
12125         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
12126         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
12127         Remove leading * from defcustom docs.
12129         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
12131         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
12132         defcustom doc.
12133         (list-load-path-shadows): Optionally, just return shadows as a string.
12135         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
12137 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
12139         * mail/rmailedit.el (rmail-edit-mode): Use
12140         auto-save-include-big-deletions.
12142         * mail/rmail.el (rmail-variables): Use
12143         auto-save-include-big-deletions.
12145         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
12146         changes.
12148 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
12150         * calc/calc.el (calc-undo-length): New variable.
12151         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
12153 2009-07-21  Richard Stallman  <rms@gnu.org>
12155         * files.el (auto-save-mode): Handle buffer-save-size = -2
12156         for toggling mode.
12158 2009-07-21  Glenn Morris  <rgm@gnu.org>
12160         * textmodes/ispell.el (ispell-looking-back): Update declaration.
12162         * calendar/todo-mode.el (calendar-current-date): Update declaration.
12164         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
12165         silence compiler.  Instead...
12166         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
12167         (ps-print-ensure-fontified): Update for above function name changes.
12169         * printing.el (pr-mh-get-msg-num, pr-mh-show)
12170         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
12171         silence compiler.  Instead...
12172         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
12173         (mh-show-buffer): Only define for compiler.
12174         (pr-mh-current-message): Update for above function name changes.
12176         * files.el (abort-if-file-too-large): Explicitly pass `filename'
12177         as an argument.
12178         (find-file-noselect, insert-file-1): Update for above change.
12180         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
12182         * mail/mailclient.el (mailclient-send-it): Fix message.
12184         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
12185         (edebug-eval): Check cl-debug-env is bound.
12186         (print-level, print-circle): Don't redefine built-in variables.
12188         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
12189         (custom-print-vectors): Remove old comments from doc.
12191         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
12192         (emerge-version): Make the variable an obsolete alias for the
12193         emacs-version variable.  Make the function obsolete.
12194         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
12195         Emerge options, rather than merging in into the main Options menu.
12196         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
12197         and auto advance modes.  Disable edit/fast items when not relevant.
12199 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
12201         * term/vt420.el (terminal-init-vt420): Fix typo.
12203 2009-07-20  Sam Steingold  <sds@gnu.org>
12205         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
12206         variable (removed from compile.el on 2004-03-11).
12208 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
12210         * files.el (hack-local-variables-filter): Fix last change.
12212 2009-07-19  Juri Linkov  <juri@jurta.org>
12214         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
12215         (dir-local-variables-alist): New buffer-local variable.
12216         (hack-local-variables-filter): If variable is not dir-local,
12217         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
12218         because file-local overrides dir-local.
12219         (c-postprocess-file-styles) <declare-function>:
12220         Remove obsolete declaration.
12221         (hack-dir-local-variables): Add dir-local variable/value pair to
12222         `dir-local-variables-alist' and remove duplicates.  Doc fix.
12224         * help-fns.el (describe-variable): Add information about
12225         file-local and dir-local variables.
12227 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
12229         * files.el (hack-local-variables-filter): Rewrite.
12231 2009-07-19  Glenn Morris  <rgm@gnu.org>
12233         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
12234         Silence compiler by only defining on XEmacs.
12236         * international/mule.el (auto-coding-regexp-alist): Only match
12237         BABYL... at the start of buffer, not of lines.  (Bug#3790)
12239         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
12240         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
12241         (cal-menu-context-mouse-menu): Doc fix.
12243         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
12245         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
12247 2009-07-18  Juri Linkov  <juri@jurta.org>
12249         * info.el: Virtual Info keyword finder.
12250         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
12251         (Info-finder-file): New variable.
12252         (Info-finder-find-file): New function.
12253         (finder-known-keywords, finder-package-info)
12254         (find-library-name, lm-commentary): Use defvar and
12255         declare-function to silence compiler warnings.
12256         (Info-finder-find-node): New function.
12257         (info-finder): New command.
12259         * subr.el (process-kill-buffer-query-function): New function.
12260         (add-hook)<kill-buffer-query-functions>: Add hook
12261         `process-kill-buffer-query-function'.
12263 2009-07-18  Alan Mackenzie  <acm@muc.de>
12265         * progmodes/cc-mode.el (c-before-hack-hook)
12266         (c-postprocess-file-styles): Give invocation of `c-set-style'
12267         DONT-OVERRIDE parameter of t.  Already set style variables will
12268         thus not be overridden by style settings given by `c-file-syle'.
12270         * files.el (hack-local-variables-filter): Remove entries with
12271         duplicate keys from `file-local-variables-alist'.
12273 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12275         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
12276         x-set-selection if display-selections-p returns nil for the
12277         current frame.
12279 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
12281         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
12283 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
12285         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
12286         Accept nil in addition to a regexp.
12287         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
12288         Accept nil in addition to a regexp.
12289         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
12290         buffers that have an associated file.  Handle nil values of
12291         desktop-buffers-not-to-save and desktop-files-not-to-save.
12292         (Bug#3833)
12294         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
12295         (x-disown-selection-internal): New functions.
12297 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
12299         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
12300         warning.
12301         (gdb-breakpoints-header): Move forward to avoid compiler warning.
12302         (gdb-make-header-line-mouse-map): Remove duplicate definition.
12304 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
12306         * simple.el (set-mark): Revert last change.
12308 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
12310         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
12311         rendering of pngs is not possible instead of messaging a long
12312         description.
12314 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
12316         * w32-fns.el (x-selection-owner-p): New function.
12318         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
12319         (mouse-yank-at-click, mouse-yank-primary): If
12320         select-active-regions is non-nil, deactivate the mark before
12321         insertion.
12323         * simple.el (deactivate-mark, set-mark): Only save selection if we
12324         own it.
12326 2009-07-17  Kenichi Handa  <handa@m17n.org>
12328         * case-table.el (describe-buffer-case-table): Fix for the case
12329         that KEY is a cons.
12331 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
12333         * vc-rcs.el (vc-rcs-find-file-hook):
12334         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
12336 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
12338         * net/tramp.el (tramp-wait-for-output): Handle the case when
12339         commands do not return a newline but a null byte before the shell
12340         prompt.  (Bug#3858)
12342 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12344         * term/ns-win.el (ns-set-alpha): Don't declare.
12345         (ns-set-background-alpha): Remove function.
12347 2009-07-16  Kevin Ryde  <user42@zip.com.au>
12349         * emacs-lisp/copyright.el (copyright-update): Save match-data across
12350         y-or-n-p, for safety.
12352 2009-07-16  Richard Stallman  <rms@gnu.org>
12354         * files.el (auto-save-mode): If buffer-saved-size is -2,
12355         don't clobber it.
12357         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
12358         (rmail-retry-ignored-headers): Add more uninteresting fields.
12360 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
12362         * net/rcirc.el (rcirc): Use history variables.
12363         (rcirc-server-name-history, rcirc-nick-name-history)
12364         (rcirc-server-port-history): New variables.
12366 2009-07-15  Kenichi Handa  <handa@m17n.org>
12368         * international/mule-cmds.el (set-language-environment-charset):
12369         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
12370         ignore them.
12372         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
12373         Delete unibyte-display.
12375 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12377         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
12379 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
12381         * simple.el (deactivate-mark): Optional argument FORCE.
12382         (set-mark): Use deactivate-mark.
12384         * info.el (Info-search): No need to check transient-mark-mode
12385         before calling deactivate-mark.
12387         * select.el (x-set-selection): Doc fix.
12388         (x-valid-simple-selection-p): Allow buffer values.
12389         (xselect--selection-bounds): Handle buffer values.  Suggested by
12390         David De La Harpe Golden.
12392         * mouse.el (mouse-set-region, mouse-drag-track): Call
12393         copy-region-as-kill before setting the mark, to let
12394         select-active-regions work.
12396 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
12398         * simple.el (deactivate-mark): If select-active-regions is
12399         non-nil, copy the selection data into a string.
12400         (activate-mark): If select-active-regions is non-nil, set the
12401         selection to the current buffer.
12402         (set-mark): Update selection if select-active-regions is non-nil.
12404         * select.el (x-valid-simple-selection-p): Allow buffer values.
12406 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12408         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
12409         and more featureful message-mode.
12411 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
12413         * select.el (x-set-selection): Doc fix.
12414         (x-valid-simple-selection-p): Disallow selection data consisting
12415         of a list or cons of integers, since that is not used.
12416         (xselect--selection-bounds, xselect--int-to-cons): New functions.
12417         (xselect-convert-to-string, xselect-convert-to-length)
12418         (xselect-convert-to-filename, xselect-convert-to-charpos)
12419         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
12421 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
12423         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
12424         output in -break-info command (Emacs bug #3794).
12426 2009-07-14  Glenn Morris  <rgm@gnu.org>
12428         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
12429         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
12430         (edebug-print-length, edebug-print-level, edebug-print-circle)
12431         (edebug-sit-for-seconds, edebug-view-outside)
12432         (edebug-bounce-point, edebug-set-global-break-condition)
12433         (edebug-Go-nonstop-mode, edebug-trace-mode)
12434         (edebug-Trace-fast-mode, edebug-continue-mode)
12435         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
12436         (edebug-visit-eval-list): Doc fixes.
12438         * subr.el (def-edebug-spec): Doc fix.
12440 2009-07-14  Kenichi Handa  <handa@m17n.org>
12442         * international/characters.el: Fix setting of category ?C.
12444 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
12446         * term/ns-win.el (x-select-font): defalias x-select-font to
12447         ns-popup-font-panel instead of generate-fontset-menu.
12449 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
12451         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
12453 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
12455         * arc-mode.el (archive-find-type): Allow for a PK00 string before
12456         the PK\003\004 header (Bug#3770).
12458 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
12460         * pcomplete.el (pcomplete-comint-setup): Check for
12461         shell-dynamic-complete-filename too.
12463 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
12465         * simple.el (temporary-goal-column): Change the value for
12466         line-move-visual to a cons cell.
12467         (line-move-visual): Record or set the window hscroll, if
12468         necessary (Bug#3494).
12469         (line-move-1): Handle cons value of temporary-goal-column.
12471 2009-07-11  Kenichi Handa  <handa@m17n.org>
12473         * international/mule-diag.el (describe-character-set): Don't show
12474         width.
12476 2009-07-10  Sam Steingold  <sds@gnu.org>
12478         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12479         Omake sometimes indents the errors it prints, so allow all
12480         regexps to start with spaces.
12482 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
12484         * cus-edit.el (customize-changed-options-previous-release):
12485         Bump value to 22.1.  (Bug#3804)
12487 2009-07-08  Sam Steingold  <sds@gnu.org>
12489         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
12490         to be a cons cell (test . ignored-directory) to selectively ignore
12491         some directories depending on the location of the search.
12493 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
12495         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
12496         remote user is root, on the local host.
12497         (tramp-local-host-p): Either the local user or the remote user
12498         must be root.  (Bug#3771)
12500 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12502         * progmodes/gdb-mi.el (gdb): Remove description of
12503         gdb-use-separate-io-buffer.
12504         (menu): Don't allow toggling of or enable
12505         gdb-use-separate-io-buffer from menubar.
12507 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12509         * mail/unrmail.el (unrmail): Make sure the message ends with two
12510         newlines (Bug#3769).
12512 2009-07-08  Glenn Morris  <rgm@gnu.org>
12514         * calendar/calendar.el (calendar-current-date): Rework previous change.
12516 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
12518         * calendar/calendar.el (calendar-current-date):
12519         Add an optional argument giving an offset from today.
12521 2009-07-08  Glenn Morris  <rgm@gnu.org>
12523         * tutorial.el (tutorial--describe-nonstandard-key):
12524         Adjust the message for when a key has been unbound.
12525         (help-with-tutorial): Hide the arch-tag.
12527 2009-07-08  Kenichi Handa  <handa@m17n.org>
12529         * international/fontset.el (setup-default-fontset): For each
12530         script, append (not set) font-specs.
12532         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
12533         docstring.
12535 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
12537         * progmodes/gdb-mi.el (gdb-init-1): Move sending
12538         -data-list-register-names to ...
12539         (gdb-starting): ... here because GDB 7.0 requires execution to
12540         have started when using this MI command.
12541         (gdb-set-header): New function to distinguish select and
12542         unselected tabs in gdb buffers.
12543         (gdb-propertize-header): New macro that uses gdb-set-header.
12544         (gdb-breakpoints-header, gdb-locals-header): Use it.
12545         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
12547 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
12549         * Makefile.in (ELCFILES): Remove fadr.elc.
12551 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
12553         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
12554         may contain frame information, so `string-match' should be used.
12555         (gdb-update): Disassembly is invalidated through
12556         `gdb-get-selected-frame'.
12557         (gdb-pad-string): New function to pad string with spaces.
12558         (gdb-invalidate-disassembly): Invalidate only if the buffer
12559         exists.
12560         (gdb-disassembly-handler-custom): Column alignment.
12561         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
12562         placing new ones.
12563         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
12564         end of line, too.
12565         (gdb-frame-handler): Match convention to for disassembly buffer
12566         mode name.
12567         (gdb-stack-list-frames-handler): Rewritten without regexps.
12568         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
12569         not highlight breakpoints without line information.
12570         (gdb-input): Add trailing newline to command.
12572         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
12573         buffer properly.
12574         (gdb-breakpoints-list-handler-custom): Replacement for
12575         `gdb-break-list-handler'.  Using real parser instead of regexps
12576         now.
12577         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
12578         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
12579         to place breakpoints.
12580         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
12581         functions.
12582         (gdb-disassembly-handler-custom): Show overlay arrow.
12583         (gdb-disassembly-place-breakpoints): Show breakpoints in
12584         disassembly buffer.
12585         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12586         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
12587         instead of parsing breakpoints buffer.  Fixed old menu references
12588         in `gud-menu-map'.
12590         * fadr.el: Remove.
12592         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
12593         (gdb-memory-address): New variable which holds top address of
12594         memory page shown in memory buffer.
12595         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
12596         customization variables.
12597         New functions:
12598         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
12599         display the memory buffer.
12600         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
12601         buffer display parameters.
12602         (def-gdb-memory-format, gdb-memory-format-binary)
12603         (gdb-memory-format-octal, gdb-memory-format-unsigned)
12604         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
12605         Functions for setting memory buffer format.
12606         (gdb-memory-unit-word, gdb-memory-unit-halfword)
12607         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
12608         unit size used in memory buffer.
12609         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
12610         to next/previous page of memory buffer.
12611         Now using (bindat-get-field) instead of fadr functions.
12613 2009-07-07  Sam Steingold  <sds@gnu.org>
12615         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
12616         non-top-level files.
12618 2009-07-07  Kenichi Handa  <handa@m17n.org>
12620         * international/mule-cmds.el (reset-language-environment): Put
12621         the highset priority to the charset iso-8859-1.
12623 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12625         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
12626         to the end of the line when locating the block (Bug#700).
12628 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
12630         * net/tramp.el (tramp-handle-write-region): Flush file properties
12631         in case of short track.
12633 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
12635         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
12636         Coded custom representation of verilog error regular expressions
12637         to work with Emacs-22's new format.
12638         (verilog-error-regexp-xemacs-alist): Coded custom representation
12639         of verilog error regular expressions to work with XEmacs format.
12640         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
12641         error recognition into XEmacs.
12642         (verilog-error-regexp-add-emacs): Hook routine to install verilog
12643         error recognition into Emacs-22.
12645 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
12647         * woman.el: Remove stand-alone closing parentheses.
12648         (woman-file-name, woman2-format-paragraphs)
12649         (woman-leave-blank-lines): Code cleanup.
12650         (woman-use-own-frame): Change default to nil.
12651         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
12652         defaults to inherit from default faces.
12653         (woman2-process-escapes): Consume the newline after a stand-alone
12654         filler character (Bug#3651).
12656 2009-07-06  Glenn Morris  <rgm@gnu.org>
12658         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
12659         (top-level): Move provide to the end.
12660         (ffap): Remove defunct URL from custom group.
12662         * subr.el (eval-after-load): Doc fix.
12664 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
12666         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
12667         `calc-embedded-word' is called twice.
12669 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12671         * files.el (find-alternate-file-other-window, find-alternate-file):
12672         Obey confirm-nonexistent-file-or-buffer.
12674 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
12676         * dired-aux.el (dired-show-file-type): Handle remote files.
12678 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
12680         * desktop.el (desktop-globals-to-save):
12681         Add file-name-history (Bug#2750).
12683 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
12685         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
12687 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
12689         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
12690         property on entire argument since this is what eshell-lisp-command
12691         expects.
12693 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
12695         * net/tramp-gvfs.el (tramp-gvfs-methods)
12696         (tramp-gvfs-zeroconf-domain)
12697         (tramp-bluez-discover-devices-timeout): Add version flag.
12698         (tramp-gvfs-handler-mounted-unmounted)
12699         (tramp-gvfs-connection-mounted-p): Polish handling of
12700         incompatibilities between GVFS 0.2 and 1.0.
12702 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
12704         * cus-start.el (all): Add make-pointer-invisible.
12706 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
12708         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
12709         formatted correctly.
12711 2009-07-02  Juri Linkov  <juri@jurta.org>
12713         * info.el: Virtual Info files and nodes.
12714         (Info-virtual-files, Info-virtual-nodes): New variables.
12715         (Info-current-node-virtual): New variable.
12716         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
12717         New functions.
12718         (Info-file-supports-index-cookies): Use Info-virtual-file-p
12719         to check for a virtual file instead of checking a fixed list
12720         of node names.
12721         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
12722         instead of ad-hoc processing of "dir" and (apropos history toc).
12723         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
12724         instead of ad-hoc processing of "dir" and (apropos history toc).
12725         Reread a file when moving from a virtual node.
12726         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
12727         (Info-directory-toc-nodes, Info-directory-find-file)
12728         (Info-directory-find-node): New functions.
12729         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
12730         (Info-history): Move part of code to
12731         `Info-history-find-node'.
12732         (Info-history-toc-nodes, Info-history-find-file)
12733         (Info-history-find-node): New functions.
12734         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
12735         (Info-toc): Move part of code to `Info-toc-find-node'.
12736         (Info-toc-find-node): New function.
12737         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
12738         the current Info file name to references because now the node
12739         "*TOC*" belongs to the same Info manual.
12740         (Info-toc-build): Rename from `Info-build-toc'.
12741         (Info-toc-nodes): Rename input argument `file' to `filename'.
12742         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
12743         instead of ad-hoc processing of ("dir" apropos history toc).
12744         (Info-index-nodes): Use Info-virtual-file-p
12745         to check for a virtual file instead of checking a fixed list
12746         of node names.
12747         (Info-index-node): Add check for `Info-current-node-virtual'.
12748         Raise `save-match-data' higher up the tree to contain
12749         `search-forward' too (bug fix).
12750         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
12751         (Info-virtual-index-nodes): New variable.
12752         (Info-virtual-index-find-node, Info-virtual-index): New functions.
12753         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
12754         (Info-apropos-file, Info-apropos-nodes): New variables.
12755         (Info-apropos-toc-nodes, Info-apropos-find-file)
12756         (Info-apropos-find-node, Info-apropos-matches): New functions.
12757         (info-apropos): Move part of code to `Info-apropos-find-node' and
12758         `Info-apropos-matches'.
12759         (Info-mode-map): Bind "I" to `Info-virtual-index'.
12760         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
12761         for a virtual file instead of checking a fixed list of node names.
12763         * simple.el (async-shell-command): New command.
12765         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
12767         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
12768         instead of `mount-info'.
12770 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
12772         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
12773         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
12775 2009-07-02  Kenichi Handa  <handa@m17n.org>
12777         * international/mule.el (set-keyboard-coding-system): Force *-unix
12778         coding-system to avoid eol conversion.
12780 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
12782         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
12783         Add handler for `process-file', `shell-command' and
12784         `start-file-process'.
12785         (tramp-gvfs-handle-shell-command)
12786         (tramp-gvfs-handle-start-file-process)
12787         (tramp-gvfs-handle-process-file): New defuns.
12788         (tramp-synce-list-devices): Simplify check for existence of property.
12790 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
12792         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
12794 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
12796         * language/korean.el (set-language-info-alist): Add korean-cp949,
12797         cp949 to spec.
12799 2009-07-01  Kenichi Handa  <handa@m17n.org>
12801         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
12803         * international/encoded-kb.el: Deleted.
12805         * international/mule.el (set-keyboard-coding-system): Perform the
12806         necessary setup here instead of calling encoded-kbd-setup-display.
12808 2009-07-01  Glenn Morris  <rgm@gnu.org>
12810         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
12812 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
12814         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
12816 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
12818         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
12819         Handle also the 'rename case, when setting file modes.  (Bug#3712)
12820         (tramp-default-file-modes): Remove execute permissions.
12822         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
12823         (top): Add a default for "synce" in `tramp-default-user-alist'.
12824         Add completion function for "synce" method.
12825         (tramp-hal-service, tramp-hal-path-manager)
12826         (tramp-hal-interface-manager, tramp-hal-interface-device):
12827         New defconst.
12828         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
12829         (tramp-synce-list-devices, tramp-synce-parse-device-names):
12830         New defuns.
12832         * net/trampver.el: Update release number.
12834 2009-06-30  Kenichi Handa  <handa@m17n.org>
12836         * international/fontset.el (setup-default-fontset): Add CJK fonts
12837         for symbols and the other miscellaneous characters.
12839         * language/korea-util.el (setup-korean-environment-internal):
12840         Make char-width-table suitable for Korean environments.
12841         (exit-korean-environment): Cancel above.
12843         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
12844         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
12845         setup-function to make char-width-table suitable for respective
12846         environments, and an exit-function to cancel that.
12848         * language/japan-util.el (setup-japanese-environment-internal):
12849         Call use-cjk-char-width-table with arg `ja_JP'.
12851         * international/characters.el (cjk-char-width-table): Delete it.
12852         (cjk-char-width-table-list): New variable.
12853         (use-cjk-char-width-table): New arg local-name.
12854         (use-default-char-width-table): Fix for the case that Emacs is
12855         already using the default char-width-table.
12857 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
12859         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
12860         modes mandatory.  (Bug#3712)
12862 2009-06-29  Alan Mackenzie  <acm@muc.de>
12864         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
12865         correction between the visible width of TABs and their number of bytes.
12867 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
12869         * server.el (server-buffer-done): Prevent kill-buffer from
12870         prompting by clearing the buffer modification flag (Bug#3696).
12872 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
12874         * progmodes/verilog-mode.el (verilog-beg-of-statement)
12875         (verilog-endcomment-reason-re): Support unique case and priority case.
12876         (verilog-basic-complete-re): Support localparam lineup.
12877         (verilog-beg-of-statement-1): Fix for robustness, unique case.
12878         (verilog-set-auto-endcomments): Fix for unique case, always_comb
12879         commenting.
12880         (verilog-leap-to-case-head): Now support *nested* unique &
12881         priority case statements.
12882         (verilog-auto-lineup): Make just declarations the default (as it
12883         had been).
12884         (verilog-leap-to-case-head): Support priority/unique case statements.
12885         (verilog-auto-lineup): Rework to give users radio buttons to
12886         select the various styles of automatic lineup.
12887         (verilog-error-regexp-alist): Rework to support the XEmacs style
12888         of error regular expressions from compilers, lint tools &
12889         simulators.  Note that GNU Emacs has made it impossible for a mode
12890         to load such things.
12891         (electric-verilog-terminate-line, verilog-indent-declaration)
12892         (verilog-auto-wiure): Rework for radio button selection of
12893         auto-lineup selection of specification of auto lineup.
12894         (verilog-beg-of-statement-1): Redesign to support proper operation
12895         in additional code, based on testing with auto-lineup.
12896         (verilog-calculate-indent, assignments & declarations)
12897         (verilog-backward-token): Enhance to support auto-lineup of
12898         assignments & declarations.
12899         (verilog-in-directive-p, verilog-at-struct-p): New function for
12900         easy test of whether we are.
12901         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
12902         to support safe execution at almost anyline.
12903         (verilog-calc-1): Properly support indenting deep inside generate
12904         blocks.
12905         (verilog-init-font): Remove definition & use of verilog-init-font,
12906         as it is redundant with font-lock-defaults.
12907         (verilog-mode): Alter the definition of verilog-font-lock-defaults
12908         to avoid circular calls if syntax-ppss is a function (as is the
12909         case now in 22.x GNU Emacs) as that function would sometimes call
12910         itself, leading to (nearly) infinite recursion.
12911         (verilog-ovm-begin-re, verilog-ovm-end-re)
12912         (verilog-ovm-statement-re, verilog-leap-to-head)
12913         (verilog-backward-token): Add support for OVM macros.  Some are
12914         complete statements, and others open and close scopes like begin
12915         and end.
12916         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
12917         (verilog-defun-level-generate-only-re): Really fix the defun-list
12918         compilation issue.
12919         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
12920         coverpoint, constraint and cross statements.
12921         (verilog-defun-level-list, verilog-generate-defun-level-list)
12922         (verilog-all-defun-level-list): Redo these specifications - it is
12923         too hard to support eval-when compile aggregation of lists also
12924         built at when-compile time.
12925         (verilog-defun-level-list): Place defconsts of variables used in
12926         building regular expressions which are built in eval-when-compile
12927         bodies in the same eval-when-compile body to facilitate compile
12928         without load.
12929         (verilog-beg-block-re-ordered): Support indenting
12930         virtual/protected tasks and functions.
12931         (verilog-defun-level-list, verilog-in-generate-region-p)
12932         (verilog-backward-ws&directives, verilog-calc-1): Speed up
12933         indentation of some module items (generate items).
12934         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
12935         across virtual/protected tasks and functions.
12937 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
12939         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
12940         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
12941         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
12942         in concatenations.  Reported by Yishay Belkind.
12943         (verilog-auto-ascii-enum): Support one-hot state machines in
12944         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
12945         (verilog-auto-inst, verilog-auto-inst-port): Include interface
12946         modport in AUTOINST and add vl-modport for users.  Reported by
12947         David Rogoff.
12948         (verilog-auto-inout-module, verilog-auto-inst)
12949         (verilog-decls-get-interfaces, verilog-insert-definition)
12950         (verilog-insert-one-definition, verilog-read-decls)
12951         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
12952         (verilog-sig-modport, verilog-signals-combine-bus)
12953         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
12954         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
12955         Suggested by David Rogoff.
12956         (verilog-repair-open-comma): Fix non-insertion of comma when
12957         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
12958         (verilog-make-width-expression): Simplify [A-1:0] expression
12959         widths to just {A{1'b0}}.
12960         (verilog-mode): Cleanup checkdoc warnings.
12961         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
12962         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
12963         inputs/outputs or data type.  Suggested by Vasu Kandadi.
12964         (next-error-last-buffer): Fix byte-compiler warning.
12965         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
12966         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
12967         or shell command text during AUTO expansion.  Suggested by Tad Truex.
12968         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
12969         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
12970         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
12971         in AUTOINOUT.  Reported by Matthew Lovell.
12972         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
12973         causing use of <= assignments.  Reported by Alex Reed.
12974         (verilog-read-decls): Fix triand, trior, wand, wor to be
12975         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
12976         (verilog-extended-complete-re): Support import "DPI-C" functions.
12977         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
12978         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
12979         (verilog-insert-date, verilog-insert-year)
12980         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
12981         Windows systems.  Reported by Michael Potts.
12982         (verilog-read-module-name): Fix AUTOINST when the child module
12983         declaration's name is a tick define.  Reported by Elliot Mednick.
12984         (verilog-read-decls): Fix V2K parameter bit subscripts getting
12985         passed to next parameter's definition.  Reported by Bruce T.
12986         (verilog-read-decls): Fix detecting "parameter int" when using
12987         AUTOINSTPARAM.  Reported by Bruce T.
12988         (verilog-goto-defun): Fix goto not finding modules unless first
12989         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
12990         (verilog-mode): Expand -f flag arguments on entry to mode so
12991         verilog-goto-defun will work.  Reported by Lawrence Butcher.
12992         (verilog-getopt): Expand environment variables in -f file
12993         arguments.  Suggested by Lawrence Butcher.
12994         (verilog-set-define): Fix "Symbol's value as variable is void"
12995         when reading enumerations.
12996         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
12997         Suggested by Stephen Peltan.
12998         (verilog-read-defines): Fix reading of enumerations in include
12999         files.  Reported by Steve Peltan.
13001 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13003         * files.el (trash-directory): Fix defcustom type.
13005 2009-06-28  Juri Linkov  <juri@jurta.org>
13007         * help-fns.el (describe-function-1): Correctly locate adviced
13008         functions in hyperlink (Bug#2438).
13010 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
13012         * files.el (trash-directory): Change default to nil.
13013         (move-file-to-trash): If trash-directory is nil and
13014         system-move-file-to-trash is unbound, perform freedesktop-style
13015         trashing.
13017 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
13019         * files.el (move-file-to-trash): Add freedesktop trash
13020         support (Bug#973).
13022 2009-06-28  Glenn Morris  <rgm@gnu.org>
13024         * autorevert.el (global-auto-revert-non-file-buffers)
13025         (global-auto-revert-mode): Doc fixes.
13027 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
13029         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
13031 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
13033         * faces.el (x-handle-named-frame-geometry): Ensure that we have
13034         opened an X connection before calling x-get-resource (Bug#3194).
13036         * play/doctor.el: Remove reference to obsolete website.
13037         (make-doctor-variables): Correct grammar mistake (Bug#2633).
13039 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
13041         Remove find-file-not-found-hook VC method.  (Bug#2757)
13042         * vc-hooks.el (vc-file-not-found-hook)
13043         (vc-default-find-file-not-found-hook): Remove functions.
13044         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
13045         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
13046         * vc.el:
13047         * vc-hg.el:
13048         * vc-git.el: Do not mention find-file-not-found-hook VC method.
13050 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
13052         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
13053         compatibility function for `looking-back'.
13055         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
13056         Use `ispell-looking-back'.
13058 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
13060         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
13061         rather than `filename'.
13063 2009-06-23  Miles Bader  <miles@gnu.org>
13065         * face-remap.el (text-scale-set): New function.
13067 2009-06-23  Glenn Morris  <rgm@gnu.org>
13069         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
13071         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
13073         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
13075         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
13077         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
13078         Simplify Persian conditionals.
13080         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
13081         variable `filename'.
13083         * comint.el (comint-insert-input): Doc fix.
13085         * Makefile.in (ELCFILES): Fix typo in previous change.
13087 2009-06-23  Miles Bader  <miles@gnu.org>
13089         * cus-start.el: Add entry for `recenter-redisplay'.
13091 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13093         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
13094         Add an optional argument for the backend, use it instead of
13095         calling vc-backend.
13096         (vc-mode-line): Add an optional argument for the backend.
13097         Pass the backend to vc-state and vc-working-revision.  Move code for
13098         special handling for vc-state being a buffer to ...
13100         * vc-rcs.el (vc-rcs-find-file-hook):
13101         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
13103         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
13104         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
13105         vc-stay-local-p and vc-mode-line calls.
13107         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
13108         (vc-cvs-diff, vc-cvs-annotate-command)
13109         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
13110         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
13111         vc-mode-line calls.
13113         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
13114         direct comparison.
13115         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
13116         backend when calling vc-mode-line.
13117         (vc-register): Do not create a closure for calling the vc register
13118         function, call it directly.
13120 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
13122         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
13123         to make it obvious item can be clicked.
13125         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
13127 2009-06-23  Kenichi Handa  <handa@m17n.org>
13129         * language/korea-util.el (korean-key-bindings): Change the binding
13130         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
13131         same command.
13133 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
13135         Sync with Tramp 2.1.16.
13137         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
13139         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
13140         when a loading of a package fails.  Completion function for rsync
13141         is `tramp-completion-function-alist-ssh'.
13142         (all): Replace all calls of `split-string' and
13143         `tramp-split-string' by `tramp-compat-split-string'.
13144         (tramp-default-method): Use `tramp-compat-process-running-p'.
13145         (tramp-default-proxies-alist): Allow also Lisp forms.
13146         (tramp-remote-path): Add choice "Private Directories".
13147         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
13148         (tramp-domain-regexp): Allow also "-", "_" and ".".
13149         (tramp-end-of-output): Remove newlines, and add "$" at the end.
13150         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
13151         (tramp-debug-message): Insert header line in debug buffer.
13152         (tramp-handle-directory-files-and-attributes-with-stat):
13153         Care about filenames with spaces, or starting with "-".
13154         (tramp-handle-dired-uncache): New defun.
13155         (tramp-handle-insert-directory): Don't flush the directory from
13156         cache, this is handled by `dired-uncache' now.
13157         (tramp-handle-insert-file-contents): Improve error handling.
13158         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
13159         Quote `tramp-end-of-output'.
13160         (tramp-action-password): Improve trace message.
13161         (tramp-check-for-regexp): Both echoes must be present, before removing.
13162         (tramp-open-connection-setup-interactive-shell): Trace coding system.
13163         (tramp-compute-multi-hops): Eval cons cells of
13164         `tramp-default-proxies-alist'.
13165         (tramp-maybe-open-connection): Use the same command pattern for
13166         first hop and further hops.
13167         (tramp-wait-for-output): Remove handling of newlines.
13168         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
13169         (tramp-split-string): Remove function.  It is handled in
13170         tramp-compat now.
13172         * net/tramp-cmds.el (tramp-bug):
13173         Recommend `tramp-cleanup-all-connections' in the bug mail.
13175         * net/tramp-compat.el (tramp-compat-split-string)
13176         (tramp-compat-process-running-p): New defuns.
13178         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
13179         for `dired-uncache'.
13181         * net/tramp-gvfs.el: New package.
13183         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
13184         Add handler for `dired-uncache'.
13185         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
13187         * net/trampver.el: Update release number.  Make version check fit
13188         for SXEmacs 22.
13190 2009-06-22  Jim Meyering  <meyering@redhat.com>
13192         Automatically handle .xz suffix (XZ-compressed files), too.
13193         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
13194         XZ is the successor to LZMA: <http://tukaani.org/xz/>
13196 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
13197             Nick Roberts  <nickrob@snap.net.nz>
13199         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
13200         repository (http://sphinx.net.ru/hg/gdb-mi/).
13202 2009-06-22  Glenn Morris  <rgm@gnu.org>
13204         * files.el (dir-locals-collect-mode-variables): Allow for any number of
13205         `mode' and `eval' entries.  (Bug#3430)
13207         * Makefile.in (ELCFILES): Add fadr.elc.
13209         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
13210         differing behavior of \n and ^ in strings.  (Bug#3385)
13212         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
13214         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
13215         property.
13216         (lisp-indent-function): Make it a defcustom.
13218 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
13220         * progmodes/gdb-ui.el: Replace with ...
13221         * progmodes/gdb-mi.el: ... this file.
13222         * progmodes/gud.el: Modify for gdb-mi.el.
13224 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
13226         * fadr.el: New file.
13228 See ChangeLog.14 for earlier changes.
13230 ;; Local Variables:
13231 ;; coding: utf-8
13232 ;; End:
13234     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
13236   This file is part of GNU Emacs.
13238   GNU Emacs is free software: you can redistribute it and/or modify
13239   it under the terms of the GNU General Public License as published by
13240   the Free Software Foundation, either version 3 of the License, or
13241   (at your option) any later version.
13243   GNU Emacs is distributed in the hope that it will be useful,
13244   but WITHOUT ANY WARRANTY; without even the implied warranty of
13245   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13246   GNU General Public License for more details.
13248   You should have received a copy of the GNU General Public License
13249   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
13251 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1