* simple.el (next-line, previous-line): Re-throw a signal
[emacs.git] / lisp / ChangeLog
blob35e9f44d6c3ce05143505498464344bbaad74925
1 2010-03-31  Juri Linkov  <juri@jurta.org>
3         * simple.el (next-line, previous-line): Re-throw a signal
4         with `signal' instead of using `ding'.
5         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7 2010-03-31  Juri Linkov  <juri@jurta.org>
9         * simple.el (keyboard-escape-quit): Raise deselecting the active
10         region higher than exiting the minibuffer.
11         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
13 2010-03-31  Juri Linkov  <juri@jurta.org>
15         * image.el (image-animated-p): Use `image-metadata' instead of
16         `image-extension-data'.  Get GIF extenstion data from metadata
17         property `extension-data'.
19 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * simple.el (append-to-buffer): Simplify.
23 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
25         * textmodes/artist.el (artist-mode): Fix typo in docstring.
26         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
28 2010-03-31  Kenichi Handa  <handa@m17n.org>
30         * language/sinhala.el (composition-function-table): Fix regexp for
31         the new Unicode specification.
33         * language/indian.el (devanagari-composable-pattern)
34         (tamil-composable-pattern, kannada-composable-pattern)
35         (malayalam-composable-pattern): Adjust for the new Unicode
36         specification.
37         (bengali-composable-pattern, gurmukhi-composable-pattern)
38         (gujarati-composable-pattern, oriya-composable-pattern)
39         (telugu-composable-pattern): New variables to cope with the new
40         Unicode specification.  Use them in composition-function-table.
42 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
44         Make tmm-menubar work for the Buffers menu again.
45         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
46         vectors rather than cons cells, as used in menu-bar-update-buffers.
48 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
50         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
51         (js-insert-and-indent): Revert 2009-08-15 change, restoring
52         electric punctuation for "{}();,:" (Bug#5586).
54         * mail/sendmail.el (mail-default-directory): Doc fix.
56 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
58         * mail/sendmail.el (mail-default-directory): Doc fix.
60 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
62         * subr.el (version-regexp-alist, version-to-list)
63         (version-list-<, version-list-=, version-list-<=)
64         (version-list-not-zero, version<, version<=, version=): Doc fix.
65         (Bug#5744).
67 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
69         * vc.el (vc-root-diff): Doc fix.
71 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
73         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
75         * simple.el (append-to-buffer): Fix last change.
77 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
79         * simple.el (append-to-buffer): Ensure that point is preserved if
80         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
81         (Bug#5749)
83 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
85         * files.el (auto-mode-case-fold): Change default to t.
87 2010-03-30  Juri Linkov  <juri@jurta.org>
89         * dired-x.el (dired-omit-mode): Doc fix.
91 2010-03-30  Juri Linkov  <juri@jurta.org>
93         * replace.el (occur-accumulate-lines): Move occur-engine related
94         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
95         to be located after `occur-engine'.
97 2010-03-30  Juri Linkov  <juri@jurta.org>
99         Make occur handle multi-line matches cleanly with context.
100         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
102         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
103         (occur-engine): Add local variables `ret', `prev-after-lines',
104         `prev-lines'.  Use more arguments for `occur-context-lines'.
105         Set first elem of its returned list to `data', and the second elem
106         to `prev-after-lines'.  Don't print the separator line.
107         In the end, print remaining context after-lines.
108         (occur-context-lines): Add new arguments `begpt', `endpt',
109         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
110         after-lines of the previous match with before-lines of the
111         current match and not overlap them.  Return a list with two
112         values: the output line and the list of context after-lines.
114 2010-03-30  Juri Linkov  <juri@jurta.org>
116         * replace.el (occur-accumulate-lines): Fix a bug where the first
117         context line at the beginning of the buffer was missing.
119 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
121         * files.el: Make bidi-display-reordering safe variable for boolean
122         values.
124 2010-03-29  Phil Hagelberg  <phil@evri.com>
125             Chong Yidong  <cyd@stupidchicken.com>
127         * subr.el: Extend progress reporters to perform "spinning".
128         (progress-reporter-update, progress-reporter-do-update):
129         Handle non-numeric value arguments.
130         (progress-reporter--pulse-characters): New var.
132 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
134         * progmodes/compile.el (compilation-start): Fix regexp detection
135         of initial cd command (Bug#5771).
137 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
139         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
141 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
143         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
144         * lisp/progmodes/gdb-mi.el: Restore.
145         * lisp/progmodes/gdb-ui.el: Remove.
146         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
148 2010-03-25  Glenn Morris  <rgm@gnu.org>
150         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
151         all dired buffers, even tramp ones.  (Bug#5755)
153 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
155         Add "union tags" in mpc.el.
156         * mpc.el: Remove backward compatibility code.
157         (mpc-browser-tags): Change default.
158         (mpc--find-memoize-union-tags): New var.
159         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
160         (mpc-cmd-find): Handle the case where the playlist does not exist.
161         Handle union-tags.
162         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
163         (mpc-cmd-add): Use mpc-cmd-flush.
164         (mpc-tagbrowser-tag-name): New fun.
165         (mpc-tagbrowser-buf): Use it.
166         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
168 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
170         Misc cleanup.
171         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
172         Use replace-regexp-in-string.
173         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
174         (makefile-imake-mode-syntax-table): Move init into defvar.
175         (makefile-mode): Use define-derived-mode.
177         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
178         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
179         not be present any more.
181 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
183         * faces.el (set-face-attribute): Fix typo in docstring.
184         (face-valid-attribute-values): Reflow docstring.
186         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
188 2010-03-24  Glenn Morris  <rgm@gnu.org>
190         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
192 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
194         * indent.el (indent-for-tab-command): Doc fix.
196 2010-03-24  Alan Mackenzie  <acm@muc.de>
198         * progmodes/cc-engine.el (c-remove-stale-state-cache):
199         Fix off-by-one error.  Fixes bug #5747.
201 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
203         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
204         (image-dired-read-comment): Doc fix.
206         * json.el (json-object-type, json-array-type, json-key-type)
207         (json-false, json-null, json-read-number):
208         * minibuffer.el (completion-in-region-functions):
209         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
210         (cal-tex-cursor-week):
211         * emacs-lisp/trace.el (trace-function):
212         * eshell/em-basic.el (eshell/printnl):
213         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
214         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
215         * obsolete/levents.el (allocate-event, event-key, event-object)
216         (event-point, event-process, event-timestamp, event-to-character)
217         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
218         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
219         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
220         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
221         (reftex-highlight-selection): Fix typos in docstrings.
223 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
225         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
227 2010-03-24  Glenn Morris  <rgm@gnu.org>
229         * mail/rmail.el (rmail-highlight-face): Restore option deleted
230         2008-02-13 without comment; mark it obsolete.
231         (rmail-highlight-headers): Use rmail-highlight-face once more.
233 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
235         * woman.el (woman2-process-escapes): Only consume the newline if
236         the filler character is on a line by itself (Bug#5729).
238 2010-03-24  Kenichi Handa  <handa@m17n.org>
240         * language/indian.el (devanagari-composable-pattern): Add more
241         consonants.
243 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
245         * net/trampver.el: Update release number.
247 2010-03-24  Glenn Morris  <rgm@gnu.org>
249         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
251 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp.el (tramp-find-executable):
254         Use `tramp-get-connection-buffer'.  Make the regexp for checking
255         output of "wc -l" more robust.
256         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
257         (tramp-open-connection-setup-interactive-shell): Remove workaround
258         for OpenSolaris bug, it is not needed anymore.
260 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
262         * cedet/semantic/imenu.el: New file, from the CEDET repository
263         (Bug#5412).
265 2010-03-24  Glenn Morris  <rgm@gnu.org>
267         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
269 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
271         * files.el (auto-mode-alist): Accept more verilog file patterns.
273 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
275         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
277 2010-03-24  Glenn Morris  <rgm@gnu.org>
279         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
280         log-edit-before-checkin-process.
282         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
284         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
286         * vc-dispatcher.el (vc-start-logentry): Doc fix.
287         (log-view-process-buffer, log-edit-extra-flags): Declare.
289         * log-edit.el (log-edit-before-checkin-process): Doc fix.
291         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
292         Consistently check ede-object is bound throughout.
294         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
296 2010-03-23  Sam Steingold  <sds@gnu.org>
298         Fix bug#5620: recalculate all markers on compilation buffer
299         modifications, not on file modifications.
300         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
301         the buffer modification time, for buffers not associated with files.
302         (compilation-mode): Create it.
303         (compilation-filter): Update it.
304         (compilation-next-error-function): Use it instead of
305         `visited-file-modtime' for timestamp.
307 2010-03-23  Juri Linkov  <juri@jurta.org>
309         Implement Occur multi-line matches.
310         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
312         * replace.el (occur): Doc fix.
313         (occur-engine): Set `begpt' to the beginning of the first line.
314         Set `endpt' to the end of the last match line.  At first, count
315         line numbers between `origpt' and `begpt'.  Split out code from
316         `out-line' variable to new let-bindings `match-prefix' and
317         `match-str'.  In `out-line' add non-numeric prefix to all
318         non-first lines of multi-line matches.  Finally, count lines
319         between `begpt' and `endpt' and add to `lines'.
321 2010-03-23  Juri Linkov  <juri@jurta.org>
323         * replace.el (occur-accumulate-lines, occur-engine):
324         Use `occur-engine-line' instead of duplicate code.
325         (occur-engine-line): New function created from duplicate code
326         in `occur-accumulate-lines' and `occur-engine'.
328         * replace.el (occur-engine-line): Add optional arg `keep-props'.
329         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
331 2010-03-23  Juri Linkov  <juri@jurta.org>
333         * finder.el: Remove TODO tasks.
335         * info.el (Info-finder-find-node): Add node "all"
336         with all package info.  Handle a list of multiple keywords
337         separated by comma.
338         (info-finder): In interactive use with a prefix argument,
339         use `completing-read-multiple' to read a list of keywords
340         separated by comma.
342 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
344         Add a new completion style `substring'.
345         * minibuffer.el (completion-basic--pattern): New function.
346         (completion-basic-try-completion, completion-basic-all-completions):
347         Use it.
348         (completion-substring--all-completions)
349         (completion-substring-try-completion)
350         (completion-substring-all-completions): New functions.
351         (completion-styles-alist): New style `substring'.
353 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
355         Get rid of .elc files after removal of the corresponding .el.
356         * Makefile.in (compile-clean): New target.
357         (compile-main): Use it.
359 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
361         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
362         don't do make there.  When compiling with separate object dir, there
363         is no Makefile there.
365 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
367         Get rid of the ELCFILES abomination, again.
368         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
369         (all, compile): Don't call compile-last.
370         (compile-main): Build the "elcfiles" list dynamically.
371         (compile-targets): New (internal) target.
373 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
375         * Makefile.in (top_srcdir): Define.
376         (abs_top_builddir): Define.
377         (srcdir): Don't append `/..'.
378         (EMACS): Use ${abs_top_builddir}.
379         (all, compile, compile-always, compile-last): Don't set emacswd.
380         (update-subdirs, update-authors): Use $(top_srcdir) instead of
381         $(srcdir).
382         (lisp): Use $(srcdir) instead of @srcdir@.
384 2010-03-21  Juri Linkov  <juri@jurta.org>
386         Fix message of multi-line occur regexps and multi-buffer header lines.
387         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
389         * replace.el (occur-1): Don't display regexp if it is longer
390         than window-width.  Use `query-replace-descr' to display regexp.
391         (occur-engine): Don't display regexp in the buffer header for
392         multi-buffer occur.  Display a separate header line with total
393         match count and regexp for multi-buffer occur.
394         Use `query-replace-descr' to display regexp.
396 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
398         * net/secrets.el: Fix parenthesis.
399         (secrets-enabled): Fix parenthesis.
401 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
403         Use more relative file and directory names.
404         * Makefile.in (EMACS): Arrange for it to work when we chdir.
405         (setwins, setwins_almost, setwins_for_subdirs):
406         Don't `cd'; output relative names.
407         (all, compile, compile-always, compile-last): Set emacswd.
408         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
409         Just cd to the lisp source dir so we can use relative file names.
411         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
413 2010-03-20  Glenn Morris  <rgm@gnu.org>
415         * textmodes/rst.el: Use faces for font-lock customization, and make the
416         old -face variables obsolete.
417         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
418         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
419         (rst-block-face, rst-external-face, rst-definition-face)
420         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
421         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
422         Make obsolete.
423         (rst-font-lock-keywords-function): Update for above changes.
425 2010-03-20  Juri Linkov  <juri@jurta.org>
427         * s-region.el:
428         * obsolete/s-region.el: Move to obsolete.
430 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
432         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
434 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
436         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
438 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
440         Add special markup processing for commit logs.
441         * log-edit.el (log-edit-extra-flags): New variable.
442         (log-edit): Add new argument MODE.  Use that mode when non-nil
443         instead of the log-view-mode.
444         (log-view-process-buffer): New function.
446         * vc.el: Document that the checkin method takes optional
447         arguments.  Document new backend specific method: log-view-mode.
448         (vc-default-log-edit-mode): New function.
449         (vc-checkin): Use a backend specific log-view-mode.
450         Pass extra arguments to the checkin method.
451         (vc-modify-change-comment): Pass a dummy extra argument.
453         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
454         log-edit.
455         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
456         (vc-finish-logentry): Process the log buffer before passing it
457         down.  Pass log-edit-extra-flags.
459         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
460         command.
461         (log-edit-extra-flags, log-edit-before-checkin-process):
462         New declarations.
464         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
465         command.
466         (log-edit-extra-flags, log-edit-before-checkin-process):
467         New declarations.
468         (vc-hg-log-edit-mode): New derived mode.
470         * vc-arch.el (vc-arch-checkin):
471         * vc-cvs.el (vc-cvs-checkin):
472         * vc-git.el (vc-git-checkin):
473         * vc-mtn.el (vc-mtn-checkin):
474         * vc-rcs.el (vc-rcs-checkin):
475         * vc-sccs.el (vc-sccs-checkin):
476         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
478 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
481         parent typo).
483 2010-03-19  Glenn Morris  <rgm@gnu.org>
485         * password-cache.el (password-cache, password-cache-expiry): Autoload.
487 2010-03-18  Glenn Morris  <rgm@gnu.org>
489         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
491         * replace.el (query-replace-history): Give it a doc string.
492         (map-query-replace-regexp): Use query-replace-from-history-variable
493         and query-replace-to-history-variable.
495         * mail/hashcash.el (declare-function): Remove duplicate definition.
497         * mail/emacsbug.el (report-emacs-bug-pretest-address):
498         Make it an obsolete alias for report-emacs-bug-address.
499         (message-strip-special-text-properties): Declare.
500         (report-emacs-bug): Remove test for a pretest bug address.
501         Combine message-mode-specific code.
503         * mail/supercite.el: Don't require sendmail.
504         (mh-in-header-p): Declare rather than using with-no-warnings.
505         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
506         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
508         * calendar/cal-french.el: Convert to utf-8.
510         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
511         Emacs scripts.
513 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
515         * net/secrets.el (secrets-enabled): New variable.  Use it instead
516         of a subfeature.
518 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
520         * net/secrets.el (top): Register the D-Bus signals only when the
521         service "org.freedesktop.secrets" can be pinged.
522         Provide subfeature `enabled'.
524 2010-03-14  Juri Linkov  <juri@jurta.org>
526         Add finder unknown keywords.
528         * finder.el (finder-unknown-keywords): New function.
530         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
531         to create a Finder node with unknown keywords.
533 2010-03-14  Juri Linkov  <juri@jurta.org>
535         * finder.el (finder-compile-keywords): Replace `princ' with
536         `prin1' on a list of symbols interned from keyword strings.
538         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
539         a comma, then split keywords using a comma and optional whitespace.
540         Otherwise, split by whitespace.
542         * complete.el:
543         * face-remap.el:
544         * log-view.el:
545         * net/hmac-def.el:
546         * net/hmac-md5.el:
547         * net/netrc.el:
548         * progmodes/mixal-mode.el: Fix keywords.
550 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
552         * Makefile.in (ELCFILES): Add net/secrets.elc.
554         * net/secrets.el: New file.
556 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
558         * facemenu.el (list-colors-display, list-colors-print): New arg
559         callback.  Use it to allow selecting colors.
561         * wid-edit.el (widget-image-insert): Insert image prop even if the
562         current display is non-graphic.
563         (widget-field-value-set): New fun.
564         (editable-field): Use it.
565         (widget-field-value-get): Clean up unused var.
566         (widget-color-value-create, widget-color--choose-action):
567         New funs.  Allow using list-colors-display to choose color.
569 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
571         * cus-edit.el: Resort topmost custom groups.
572         (custom-buffer-sort-alphabetically): Default to t.
573         (customize-apropos): Use apropos-parse-pattern.
574         (custom-search-field): New var.
575         (custom-buffer-create-internal): Add custom-apropos search field.
576         (custom-add-parent-links): Don't display parent doc.
577         (custom-group-value-create): Don't sort top-level custom group.
578         (custom-magic-value-create): Show visibility button before option name.
580         (custom-variable-state): New fun, from custom-variable-state-set.
581         (custom-variable-state-set): Use it.
582         (custom-group-value-create): Hide options with standard values
583         using the :hidden-states property.  Use progress reporter.
585         (custom-show): Simplify.
586         (custom-visibility): Disable images by default.
587         (custom-variable): New property :hidden-states.
588         (custom-variable-value-create): Enable images for
589         custom-visibility widgets.  Use :hidden-states property to
590         determine initial visibility.
592         * wid-edit.el (widget-image-find): Give images center ascent.
593         (visibility): Add :on-image and :off-image properties.
594         (widget-visibility-value-create): Use them.
596 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
598         * cus-edit.el (processes): Remove from development group.
599         (oop, hypermedia): Delete group.
600         (comm): Promote to top-level group.
602         * net/browse-url.el (browse-url):
603         * net/xesam.el (xesam):
604         * net/tramp.el (tramp):
605         * net/goto-addr.el (goto-address):
606         * net/ange-ftp.el (ange-ftp): Put in comm group.
608         * view.el (view): Remove from editing group.
610         * uniquify.el (uniquify): Put in files group.
612         * net/browse-url.el (browse-url):
613         * ps-print.el (postscript): Put in external group.
615         * cus-edit.el (outlines):
616         * textmodes/text-mode.el (text-mode-hook):
617         * textmodes/table.el (table):
618         * textmodes/picture.el (picture):
619         * outline.el (outlines): Put in wp group.
621         * nxml/nxml-mode.el (nxml): Remove from wp group.
623         * net/tramp-imap.el (tramp-imap): Put in tramp group.
625         * mail/metamail.el (metamail): Remove from hypermedia group.
627         * cus-edit.el (abbrev):
628         * whitespace.el (whitespace):
629         * vcursor.el (vcursor):
630         * reveal.el (reveal):
631         * hl-line.el (hl-line): Put in convenience group.
633         * epg-config.el (epg): Put in data group.
635         * emulation/pc-select.el (pc-select): Put in emulations group.
637         * calculator.el (calculator): Put in applications group.
639 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
641         Add .dir-locals.el support for file-less buffers.
642         * files.el (hack-local-variables): Split out code to apply local
643         variable settings ...
644         (hack-local-variables-apply): ... here.  New function.
645         (hack-dir-local-variables): Use the default directory for when the
646         buffer does not have an associated file.
647         (hack-dir-local-variables-non-file-buffer): New function.
648         * diff-mode.el (diff-mode):
649         * vc-annotate.el (vc-annotate-mode):
650         * vc-dir.el (vc-dir-mode):
651         * log-edit.el (log-edit-mode):
652         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
654 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
656         Add support for shelving snapshots and for showing shelves.
657         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
658         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
659         New functions.
660         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
661         (vc-bzr-extra-menu-map): Map them.
663 2010-03-11  Glenn Morris  <rgm@gnu.org>
665         * cus-edit.el (customize-changed-options-previous-release):
666         Bump to 23.1.
668         * image.el (image-animate-max-time): Fix :version tag.
670 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
672         * Branch for 23.2.
674 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
676         * vc-git.el (vc-git-revision-table): Include remote branches.
678 2010-03-10  Kim F. Storm  <storm@cua.dk>
680         Animated image API.
681         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
683         * image.el (image-animate-max-time): New defcustom.
684         (image-animated-types): New defconst.
685         (create-animated-image, image-animate-timer)
686         (image-animate-start, image-animate-stop, image-animate-timeout)
687         (image-animated-p): New functions.
689         * image-mode.el (image-toggle-display-image):
690         Replace `create-image' with `create-animated-image'.
692 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
694         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
695         instead of "format:"; this ensures that the output is
696         newline-terminated.
698 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
700         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
701         that all errors are caught, and that the return value is always a
702         list (Bug#5692).
704 2010-03-08  Kenichi Handa  <handa@m17n.org>
706         * language/misc-lang.el (windows-1256): New coding system.
707         (cp1256): New alias of windows-1256 (bug#5690).
709 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
711         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
712         call to rfc822-bad-address.  (Bug#5692)
714 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
716         * vc-git.el (vc-git-annotate-extract-revision-at-line):
717         Use vc-git-root as default directory for revision path (Bug#5657).
719 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
721         * calculator.el (calculator): Don't bind split-window-keep-point
722         (Bug#5674).
724 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
726         * vc-git.el: Re-flow to fit into 80 columns.
727         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
728         Remove spurious `quote' element in each case alternative.
729         (vc-git-show-log-entry): Use prog1.
730         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
732 2010-03-06  Glenn Morris  <rgm@gnu.org>
734         * cedet/semantic/grammar.el (semantic-grammar-header-template):
735         Update template copyright to GPLv3+.
737 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
739         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
741 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
743         * macros.el (insert-kbd-macro): Look up keyboard macro using the
744         definition, not the name (Bug#5481).
746 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
748         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
749         argument with a local variable.  (Bug#5670)
751 2010-03-02  Juri Linkov  <juri@jurta.org>
753         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
755 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
757         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
758         error when FILENAME and NEWNAME are existing remote directories.
760         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
761         parameter DIR-FLAG.
763 2010-03-02  Glenn Morris  <rgm@gnu.org>
765         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
766         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
768 2010-03-01  Alan Mackenzie  <acm@muc.de>
770         * progmodes/cc-engine.el (c-remove-stale-state-cache):
771         Correct previous patch.
773 2010-03-01  Kenichi Handa  <handa@m17n.org>
775         * language/burmese.el (burmese-composable-pattern): Rename from
776         myanmar-composable-pattern.
778         * international/characters.el (script-list):
779         * international/fontset.el (script-representative-chars):
780         Change myanmar to burmese.
781         (otf-script-alist): Likewise.
782         (setup-default-fontset): Likewise.  Re-fix :otf spec.
784 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
786         * cc-engine.el (c-remove-stale-state-cache): Take account of when
787         `good-pos' is in the same macro as `here'.  Fixes bug#5649.
789 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
791         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
793 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
795         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
797 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
799         * net/tramp.el (tramp-handle-write-region): START can be a string.
800         Take care in the checks.  Reported by Dan Davison
801         <davison@stats.ox.ac.uk>.
803 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
805         * net/dbus.el (dbus-introspect, dbus-get-property)
806         (dbus-set-property, dbus-get-all-properties):
807         Use `dbus-call-method' when noninteractive.  (Bug#5645)
809 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
811         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
812         * emacs-lisp/elint.el (elint-add-required-env):
813         * cedet/semantic/db-find.el
814         (semanticdb-find-translate-path-brutish-default):
815         * cedet/ede/make.el (ede-make-check-version):
816         * calendar/icalendar.el (icalendar--add-diary-entry):
817         * calc/calcalg2.el (math-tracing-integral):
818         * files.el (recover-session-finish): Use with-current-buffer
819         instead of save-excursion.
821 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
823         Fix in-buffer completion when after-change-functions modify the buffer.
824         * minibuffer.el (completion--replace): New function.
825         (completion--do-completion): Use it and use relative movement.
827 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
829         * international/fontset.el (setup-default-fontset): Fix :otf spec.
831 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
833         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
834         Allow the characters _<> in the stack entry (Bug#5653).
836 2010-02-26  Kenichi Handa  <handa@m17n.org>
838         * language/burmese.el: Fix entries in composition-function-table.
839         (myanmar-composable-pattern): New variable.
841         * international/fontset.el (setup-default-fontset): Add an entry
842         for myanmar.
844         * international/characters.el (script-list): Add Myanmar
845         Extended-A.
847 2010-02-26  Glenn Morris  <rgm@gnu.org>
849         * custom.el (custom-initialize-delay): Doc fix.
851         * mail/sendmail.el (send-mail-function): Autoload the call
852         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
854 2010-02-25  Alan Mackenzie  <acm@muc.de>
856         * progmodes/cc-engine.el (c-clear-<-pair-props)
857         (c-clear->-pair-props): Correct to wipe category text props, not
858         syntax-table ones.
860         * progmodes/cc-mode.el (c-after-change): Remove any hard
861         syntax-table properties for <, > which, e.g., C-y has
862         inopportunely converted from category properties.
864 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
866         * files.el (hack-local-variables-filter): For eval forms, also
867         check safe-local-variable-p (Bug#5636).
869 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
871         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
872         and use c(ad)r of cddr (Bug#5640).
874 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
876         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
877         setting the modes by `ignore-errors'.  It might fail, for example
878         if the file is not owned by the user but the group.
879         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
881 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
883         * files.el (directory-listing-before-filename-regexp): Use
884         stricter matching for iso-style dates, to avoid false matches with
885         date-like filenames (Bug#5597).
887         * htmlfontify.el (htmlfontify): Doc fix.
889         * eshell/eshell.el (eshell): Doc fix.
891         * startup.el (fancy-about-screen): In mode-line, apply
892         mode-line-buffer-id face only to the buffer name (Bug#5613).
894 2010-02-20  Kevin Ryde  <user42@zip.com.au>
896         * progmodes/compile.el (compilation-error-regexp-alist-alist):
897         In `watcom' anchor regexp to start of line, to avoid slowness
898         (Bug#5599).
900 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
902         * subr.el (remove-yank-excluded-properties): Explain in a comment
903         why `category' property is removed.
905 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
907         * isearch.el (isearch-update-post-hook, isearch-update): Revert
908         2010-02-17 change.
910 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
912         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
913         (icalendar--convert-weekly-to-ical)
914         (icalendar--convert-yearly-to-ical)
915         (icalendar--convert-block-to-ical)
916         (icalendar--convert-cyclic-to-ical)
917         (icalendar--convert-anniversary-to-ical): Take care of time
918         specifications where hour has 1-digit only (Bug#5549).
920 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
922         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
923         of disassemble output in GDB 7.1.
925 2010-02-19  Glenn Morris  <rgm@gnu.org>
927         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
928         property.  (Bug#5593)
930 2010-02-18  Sam Steingold  <sds@gnu.org>
932         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
934 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
936         Use abbreviated file names in bookmarks (bug#5591).
937         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
938         calls to expand-file-name.
939         (bookmark-relocate): Use abbreviated file names in bookmarks.
940         (bookmark-load): Use abbreviated file names in messages.
942 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
944         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
945         expand "." and "..".  Reported by Thierry Volpiatto
946         <thierry.volpiatto@gmail.com>.
948 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
950         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
951         permissions of the temporary file to "0600".  In case the remote
952         file has no read permissions for the owner, there might be
953         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
955 22010-02-18  Glenn Morris  <rgm@gnu.org>
957         * emacs-lisp/authors.el (authors-renamed-files-alist):
958         Add entries for INSTALL.CVS.
960 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
962         * vc-bzr.el: Fix typo in Known Bugs section.
964         * isearch.el (isearch-update-post-hook): New hook.
965         (isearch-update): Use the new hook.
967 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
969         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
970         Fix errors in copying directories.
971         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
972         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
973         (tramp-handle-delete-file)
974         (tramp-handle-dired-recursive-delete-directory)
975         (tramp-handle-write-region): Flush also the cache for the upper
976         directory.
978 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
980         * simple.el (save-interprogram-paste-before-kill): Doc fix.
982         * cus-edit.el (hardware): Doc fix.
984         * man.el (man): Add to external custom group.
986         * delim-col.el (columns): Move to wp custom group.
988         * doc-view.el (doc-view): Add to data custom group.
990         * cedet/data-debug.el (data-debug): Move to extensions group.
992         * cedet/ede.el (ede):
993         * cedet/srecode.el (srecode):
994         * cedet/semantic.el (semantic): Put in tools and extensions group.
996         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
998         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
999         by ispell-parse-output (Bug#5575).
1001 2010-02-16  Kenichi Handa  <handa@m17n.org>
1003         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
1004         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
1005         (skkdic-convert): Use `euc-japan' coding system for writing.
1007 2010-02-16  Glenn Morris  <rgm@gnu.org>
1009         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
1010         tex-main-file before using it.  (Bug#5562)
1012 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1014         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
1015         warnings, since it is annoying for the user to see them each time he
1016         runs the code.
1018 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
1020         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1021         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
1022         instead of PROC for caching "first-password-request".  Otherwise,
1023         new processes would not profit from passwords already entered.
1025         * net/tramp-cache.el (tramp-dump-connection-properties):
1026         Don't save "first-password-request" property.
1028 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
1030         * outline.el (outline-head-from-level):
1031         * simple.el (with-wrapper-hook):
1032         * cedet/ede.el (ede-run-target, project-delete-target)
1033         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
1034         (ede-adebug-project, ede-adebug-project-parent)
1035         (ede-adebug-project-root):
1036         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
1037         (elint-defun, elint-buffer-env, elint-top-form-logged)
1038         (elint-unbound-variable):
1039         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
1040         Fix typos in docstrings.
1042 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
1044         * files.el (insert-directory): When WILDCARD-REGEXP and
1045         FULL-DIRECTORY-P are nil, insert the file entry instead of the
1046         whole directory.  (Bug#5551)
1048         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
1049         dired's alignment sanity.  (Bug#5516)
1051 2010-02-14  Juri Linkov  <juri@jurta.org>
1053         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
1054         Remove remaining ^H with their preceding chars.  (Bug#5566)
1056 2010-02-13  Glenn Morris  <rgm@gnu.org>
1058         * simple.el (transpose-subr): Give it a doc-string.
1060         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
1061         Doc fixes.
1063 2010-02-12  Juri Linkov  <juri@jurta.org>
1065         * arc-mode.el (archive-unique-fname): Make directories for nested
1066         archives.  (Bug#5540)
1068 2010-02-12  Juri Linkov  <juri@jurta.org>
1070         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
1072 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1074         * subr.el (copy-overlay): Handle deleted overlays.
1076         * man.el (Man-completion-table): Don't signal an error if we can't run
1077         manual-program (bug#4056).
1079 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
1081         * textmodes/artist.el (artist-mt): Fix typos in docstring.
1083 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1085         * info.el (Info-bookmark-jump): Simplify.
1087         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1088         (bookmark-default-handler): Accept new bookmark field `buffer'.
1090 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1092         * iswitchb.el (iswitchb-completions): Revert last change.
1094 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1096         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1097         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1098         This prevents file names like "~/" being listed literally.
1100 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1102         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1103         Remove dead code.  (Bug#5546)
1105 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1107         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1108         correctly (Bug#5548).
1110 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1112         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1113         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1115 2010-02-08  Kenichi Handa  <handa@m17n.org>
1117         * international/mule-util.el (with-coding-priority): Add autoload
1118         cookie for putting `lisp-indent-function'.
1120 2010-02-07  Glenn Morris  <rgm@gnu.org>
1122         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1123         Move F2003 named interfaces from keywords-2 to keywords-1, and
1124         use function-name-face rather than constant-face.
1125         Simplify "abstract interface" regexp.
1127 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1129         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1130         ID-FORMAT.  Pass it to `file-attributes'.
1132         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1134 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1136         * faces.el (set-face-attribute): Allow calling
1137         internal-set-lisp-face-attribute with 'unspecified family and
1138         foundry argument (Bug#5536).
1140 2010-02-07  Glenn Morris  <rgm@gnu.org>
1142         * progmodes/f90.el (f90-font-lock-keywords-2)
1143         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1144         Handle F2003 named interfaces.
1146 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1148         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1149         beg and end before calling c-get-state-before-change-functions.
1151 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1153         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1155 2010-02-05  Juri Linkov  <juri@jurta.org>
1157         * doc-view.el (doc-view-mode):
1158         * image-mode.el (image-mode): Put property mode-class=special.
1159         (Bug#4896)
1161 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1163         * vc-svn.el (vc-svn-revision-table): New function.
1165 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1167         * net/ange-ftp.el (ange-ftp-insert-directory):
1168         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1169         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1170         Handle also directories.  (Bug#5478)
1172 2010-02-05  Glenn Morris  <rgm@gnu.org>
1174         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1176 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1178         * startup.el (command-line-1): Convert options beginning with a
1179         single dash as well (Bug#5519).
1181 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1184         * minibuffer.el (completion-initials-expand): Only check the presence
1185         of delims *within* the boundaries, since otherwise the / delim is
1186         always found for files.
1188         Fix up various corner case problems.
1189         * doc-view.el (doc-view-last-page-number): New function.
1190         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1191         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1192         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1193         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1194         (doc-view-convert-current-doc): Don't create the resolution.el file
1195         here any more.
1196         (doc-view-pdf/ps->png): Do it here instead.
1197         (doc-view-already-converted-p): Check that resolution.el is present.
1198         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1199         windows that are not yet showing images.
1201 2010-02-04  Alan Mackenzie  <acm@muc.de>
1203         Change strategy for marking < and > as template delimiters: mark
1204         them strictly in matching pairs.
1206         * cc-mode.el (c-before-change):
1207         Use c-get-state-before-change-functions.
1208         (c-common-init): Adapt to use
1209         c-get-state-before-change-functions (note plural).
1211         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1212         for searching syntactically for matching <s and >s.
1213         (c-get-state-before-change-functions): New language variable (note
1214         the plural) which supersedes c-get-state-before-change-function.
1216         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1217         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1218         (c-clear->-pair-props-if-match-before)
1219         (c-before-change-check-<>-operators): New functions.
1220         (c-after-change-check-<>-operators): Use macro
1221         c-unmark-<->-as-paren.
1223         * cc-defs.el (c-search-backward-char-property): New macro.
1225         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1226         and > any more.  (These will be handled by font locking.)
1228 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1230         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1231         `dired-uncache' for every elemnt which is an absolute file name.
1233         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1234         directory, handle its directory component.
1235         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1236         function is called permanently and creates noise, otherwise.
1238         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1239         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1240         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1242 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1244         * macros.el (apply-macro-to-region-lines):
1245         Minor simplification.  (Bug#5485)
1247 2010-02-04  Glenn Morris  <rgm@gnu.org>
1249         * mail/rmail.el (rmail-show-message-1): Handle malformed
1250         quoted-printable text.  (Bug#5441)
1252         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1254         * simple.el (visual-line-mode): Capitalize lighter.
1256 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1258         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1259         list of files considered for "virtual buffer" completions.
1261 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1263         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1264         also in case of (and (not full) (not wildcard)). This is needed,
1265         when dired is called with a list of files, which are not in
1266         `default-directory'.  (Bug#5478)
1268 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1270         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1272 2010-02-02  Juri Linkov  <juri@jurta.org>
1274         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1275         from unidiff to allow function-line after @@.
1277 2010-02-02  Juri Linkov  <juri@jurta.org>
1279         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1280         '(RCS SCCS) with inverted condition.
1282 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1284         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1285         messages.
1287 2010-02-01  Juri Linkov  <juri@jurta.org>
1289         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1290         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1291         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1292         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1294 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1296         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1297         (doc-view-revert-buffer): New command.
1298         (doc-view-mode-map): Use it.
1300 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1302         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1303         pending merge is detected.
1305 2010-01-31  Juri Linkov  <juri@jurta.org>
1307         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1308         beginning of interactive spec like all other grep commands do.
1309         Put "all" in front of "gz".  (Bug#5260)
1311 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1313         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1315 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1317         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1318         regexp is incorrect (Bug#5476).
1320 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1322         * net/tramp.el (tramp-handle-insert-directory): Handle also
1323         symlinks, when FILENAME is not in `default-directory'.
1325 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1327         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1328         FILE is not in `default-directory'.  (Bug#5478)
1330         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1331         of SWITCHES.  Handle the case, FILENAME is not in
1332         `default-directory'.  (Bug#5478)
1333         (tramp-register-file-name-handlers): Add safe-magic property.
1335 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1337         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1338         unzip (Bug#5475).
1340 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1342         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1343         (flymake-master-make-header-init): Add other C++ filename masks.
1344         (flymake-find-possible-master-files)
1345         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1347 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1349         Fix some busybox annoyances.
1351         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1352         not responding." string.
1353         (tramp-open-connection-setup-interactive-shell): Dump stty
1354         settings.  Enable "neveropen" arg for all `tramp-send-command'
1355         calls.  Handle "=" in variable values properly.
1356         (tramp-find-inline-encoding): Raise an error, when no encoding is
1357         found.
1358         (tramp-wait-for-output): Check, whether PROC buffer is available.
1359         Remove spurious " ^H" sequences, sent by busybox.
1360         (tramp-get-ls-command): Suppress coloring, if possible.
1362 2010-01-28  Glenn Morris  <rgm@gnu.org>
1364         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1366         * log-edit.el (log-edit-strip-single-file-name): Add missing
1367         :safe, :group, and :version tags.
1369 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1371         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1372         buffers.  (Bug#5477)
1374 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1376         * files.el (delete-directory): Handle moving to trash without
1377         first doing recursion (Bug#5436).
1379 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1381         * vc-hooks.el (vc-path): Mark as obsolete.
1383 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1385         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1386         names too.
1388         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1389         for the short log.
1390         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1392 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1394         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1396         * vc-bzr.el (vc-bzr-revision-table): New function.
1398 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1400         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1401         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1403 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1405         Remove support for adding --signoff on commit.
1406         Future support will use an incompatible generic mechanism.
1407         * vc-git.el (vc-git-add-signoff): Remove variable.
1408         (vc-git-toggle-signoff): Remove function.
1409         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1411         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1412         from xterm-set-background-mode.  Return t if the background mode
1413         was set.
1414         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1415         earlier, call it again in case the background mode has changed.
1417 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1419         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1420         (Bug#3541).
1422 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1424         * emacs-lisp/assoc.el (aelement): Doc fix.
1425         (aput, adelete, amake): Use lexical-let (Bug#5450).
1427 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1429         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1430         is the same as subprogram call, not declaration.  (Bug#5435).
1432 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1434         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1435         (tramp-smb-maybe-open-connection): Use it.
1437 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1439         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1441 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1443         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1444         just because we see "encoding: 8bit".
1445         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1447 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1449         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1451 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1453         * jka-compr.el (jka-compr-load): If load-file is not in
1454         load-history, try its file-truename version.  (bug#5447)
1456 2010-01-21  Alan Mackenzie  <acm@muc.de>
1458         Fix a situation where deletion of a cpp construct throws an error.
1459         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1460         invoking c-with-all-but-one-cpps-commented-out, check that the
1461         special cpp construct is still in the buffer.
1462         (c-parse-state): Record the special cpp with markers, not numbers.
1464 2010-01-21  Kenichi Handa  <handa@m17n.org>
1466         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1467         process last-command-event, as it is now decoded first (Bug#5380).
1469 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1471         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1473 2010-01-20  Glenn Morris  <rgm@gnu.org>
1475         * indent.el (tab-always-indent): Fix custom-type.
1477 2010-01-19  Alan Mackenzie  <acm@muc.de>
1479         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1480         buffer throws "args out of range".
1481         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1482         playing the role of delimiter.
1484 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1486         * progmodes/ada-mode.el: Fix bug#5400.
1487         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1488         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1489         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1490         Improve comments in "is" portion.  Handle null procedure declaration.
1491         (ada-move-to-end): Improve doc string.
1493 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1495         * ido.el (ido-cur-list): Initialize to nil.
1496         Remove obsolete information from commentary.
1497         (ido-choice-list): Initialize to nil.
1498         (ido-get-bufname): Reject minibuffers.
1499         (ido-make-buffer-list): If "default" is a nonexistent
1500         buffer, ignore it, as per the function's comment.
1501         (ido-kill-buffer-internal): New function.
1502         (ido-kill-buffer-at-head): Use it.
1503         (ido-visit-buffer): Likewise.
1505 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1507         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1509 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1511         * cedet/ede/locate.el (ede-locate-file-in-project)
1512         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1513         (ede-enable-locate-on-project): Fix typos in error messages.
1515         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1516         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1517         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1518         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1519         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1520         Fix typos in menu help.
1522         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1523         Fix typos in chart titles.
1525         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1526         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1527         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1528         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1529         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1530         (semantic-parse-stream, semantic-parse-region)
1531         (semantic-parse-region-default, semantic--set-buffer-cache)
1532         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1533         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1534         (semantic-default-submodes):
1535         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1536         (semanticdb-create-ebrowse-database)
1537         (semanticdb-find-tags-for-completion-method)
1538         (semanticdb-find-tags-by-class-method)
1539         (semanticdb-deep-find-tags-by-name-method)
1540         (semanticdb-deep-find-tags-for-completion-method):
1541         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1542         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1543         (semanticdb-find-tags-for-completion-method)
1544         (semanticdb-find-tags-by-class-method)
1545         (semanticdb-deep-find-tags-for-completion-method):
1546         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1547         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1548         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1549         (semanticdb-find-tags-by-name-method)
1550         (semanticdb-find-tags-by-name-regexp-method)
1551         (semanticdb-find-tags-for-completion-method)
1552         (semanticdb-find-tags-by-class-method)
1553         (semanticdb-find-tags-external-children-of-type-method)
1554         (semanticdb-find-tags-subclasses-of-type-method)
1555         (semanticdb-deep-find-tags-by-name-method)
1556         (semanticdb-deep-find-tags-by-name-regexp-method)
1557         (semanticdb-deep-find-tags-for-completion-method):
1558         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1559         (semanticdb-enable-gnu-global-in-buffer)
1560         (semanticdb-find-tags-for-completion-method)
1561         (semanticdb-deep-find-tags-by-name-method)
1562         (semanticdb-deep-find-tags-for-completion-method):
1563         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1564         (javascript-mode, semanticdb-find-translate-path)
1565         (semanticdb-find-tags-for-completion-method)
1566         (semanticdb-find-tags-by-class-method)
1567         (semanticdb-deep-find-tags-by-name-method)
1568         (semanticdb-deep-find-tags-for-completion-method)
1569         (semanticdb-find-tags-external-children-of-type-method):
1570         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1571         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1572         (global-semantic-idle-scheduler-mode):
1573         * cedet/srecode/dictionary.el (srecode-field-value)
1574         (srecode-dictionary-add-section-dictionary):
1575         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1576         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1577         (describe-class, eieio-describe-generic, describe-generic):
1578         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1579         (eieio-speedbar-expand):
1580         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1581         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1582         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1583         (viper-del-backward-char-in-replace, viper-backward-indent)
1584         (viper-brac-function, viper-register-to-point, viper-submit-report):
1585         * net/tramp.el (tramp-remote-coding-commands):
1586         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1587         Fix typos in docstrings.
1589 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1591         * mail/sendmail.el (mail-yank-original): Set the mark if the
1592         specified function for yanking does not do it.
1594 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1596         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1598         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1599         resyncing a directory.
1601 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1603         * progmodes/ada-mode.el: Fix bug#1920.
1604         (ada-ident-re): Delete ., allow multibyte characters.
1605         (ada-goto-label-re): New; matches goto labels.
1606         (ada-block-label-re): New; matches block labels.
1607         (ada-label-re): New; matches both.
1608         (ada-named-block-re): Deleted; callers changed to use
1609         `ada-block-label-re' instead.
1610         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1611         Use `ada-block-label-re'.
1612         (ada-indent-on-previous-lines): Improve handling of goto labels.
1613         (ada-get-indent-block-start): Special-case block label.
1614         (ada-get-indent-label): Split into `ada-indent-block-label' and
1615         `ada-indent-goto-label'.
1616         (ada-goto-stmt-start, ada-goto-next-non-ws):
1617         Optionally ignore goto labels.
1618         (ada-goto-next-word): Simplify.
1619         (ada-indent-newline-indent-conditional): Insert newline before
1620         trying to fix indentation; doc fix.
1622 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1624         * calc/calc.el (calc-command-flags): Give it an initial value.
1626 2010-01-17  Glenn Morris  <rgm@gnu.org>
1628         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1630 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1632         * cedet/semantic.el (semantic-mode):
1633         * files.el (minibuffer-with-setup-hook):
1634         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1635         (artist-key-draw-continously, artist-key-do-continously-continously)
1636         (artist-key-set-point-continously, artist-mouse-draw-continously):
1637         Fix typos in docstrings.
1639 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1641         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1642         return t (Bug#3898).
1644 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1646         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1647         can parse the output of the external commands (Bug#5279).
1649 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1651         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1653 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1655         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1657         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1659         * startup.el (command-line): Remove unused --icon-type arg.
1660         Handle --display arg, passing it to command-line-1 (Bug#5392).
1662 2010-01-16  Mario Lang  <mlang@delysid.org>
1664         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1665         * cedet/ede/files.el (ede-expand-filename):
1666         * cedet/ede/simple.el (ede-simple-project):
1667         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1668         (semantic-complete-inline-tag-engine):
1669         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1670         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1671         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1672         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1673         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1674         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1675         * emacs-lisp/chart.el (chart-translate-namezone):
1676         * textmodes/artist.el (artist-compute-popup-menu-table):
1677         Remove duplicated words in doc-strings.
1679 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1681         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1682         to mairix-search to suppress threading (Bug#5342).
1684 2010-01-15  Kenichi Handa  <handa@m17n.org>
1686         * international/mule-cmds.el (canonicalize-coding-system-name):
1687         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1689 2010-01-15  Glenn Morris  <rgm@gnu.org>
1691         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1693         * wid-edit.el (widget-keymap): Doc fix.
1695         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1696         former seems to be more widely accepted by various svn versions.
1698 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1700         * find-cmd.el (find-constituents):
1701         * vc-arch.el (vc-arch-root):
1702         * window.el (window-body-height, pop-up-frames):
1703         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1704         (semantic-no-reparse-needed-change-hook):
1705         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1706         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1707         (srecode-template-inserter-ask, srecode-template-inserter-width)
1708         (srecode-template-inserter-section-start)
1709         (srecode-template-inserter-section-end, srecode-insert-method):
1710         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1711         * progmodes/ada-stmt.el (ada-if):
1712         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1713         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1714         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1715         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1717         * progmodes/flymake.el (flymake-post-syntax-check):
1718         Fix typo in error message.
1720 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1722         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1723         which is always a string.  (Bug#5313)
1725 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1727         * progmodes/ada-xref.el (ada-default-prj-properties):
1728         Simplify previous change.
1730 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1732         * progmodes/ada-xref.el (ada-default-prj-properties):
1733         Default ada_project_path to $ADA_PROJECT_PATH.
1735 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1737         * progmodes/ada-mode.el (ada-create-keymap):
1738         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1740 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1742         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1743         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1744         (ada-get-current-indent, ada-imenu-generic-expression)
1745         (ada-which-function): Check for it.
1747 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1749         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1750         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1752 2010-01-14  Glenn Morris  <rgm@gnu.org>
1754         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1756 2010-01-14  Kenichi Handa  <handa@m17n.org>
1758         * composite.el (auto-composition-mode): Make it a buffer local
1759         variable (permanent-local).
1760         (auto-composition-function): Set the default value to
1761         auto-compose-chars.
1762         (auto-composition-mode): Make it a simple function, not a minor mode.
1763         (global-auto-composition-mode): Likewise.
1764         (turn-on-auto-composition-if-enabled): Delete it.
1766 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1768         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1770 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1772         * files.el (copy-directory): Compute target for recursive
1773         directories with identical names.  (Bug#5343)
1775 2010-01-12  Glenn Morris  <rgm@gnu.org>
1777         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1778         it to bug-gnu-emacs rather than emacs-pretest-bug.
1780 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1782         * cedet/data-debug.el (data-debug): Fix customization group reference.
1784 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1786         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1787         (semantic-analyze-context, semantic-analyze-context-assignment)
1788         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1789         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1790         (semantic-java-doc-keywords-map):
1791         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1792         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1793         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1794         (semantic-c-classname, semantic-format-tag-uml-prototype)
1795         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1796         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1797         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1798         (semantic-get-local-variables, semantic-end-of-command)
1799         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1800         (lisp-mode):
1801         * cedet/semantic/bovine/make.el (makefile-mode):
1802         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1803         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1804         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1805         (semantic-lex, semantic-get-local-variables, python-mode):
1806         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1807         * cedet/srecode/extract.el (srecode-extract-state-set)
1808         (srecode-extract-method): Fix typos in docstrings.
1810 2010-01-11  Sam Steingold  <sds@gnu.org>
1812         * imenu.el (imenu-default-create-index-function): Detect infinite
1813         loops caused by imenu-prev-index-position-function.
1815 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1817         * htmlfontify.el (htmlfontify-load-rgb-file)
1818         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1819         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1820         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1821         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1822         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1823         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1824         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1825         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1826         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1827         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1828         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1829         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1830         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1831         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1832         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1833         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1834         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1835         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1836         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1837         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1838         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1839         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1840         backslash-quoting from parentheses, etc.
1842 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1844         * progmodes/js.el: Autoload javascript-mode alias.
1846 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1848         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1849         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1850         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1851         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1852         Fix typos in docstrings.
1853         (ffap-url-regexp): Doc fix.
1854         (ffap-at-mouse): Fix typo in message.
1856 2010-01-11  Glenn Morris  <rgm@gnu.org>
1858         * version.el (emacs-copyright): Set copyright year to 2010.
1860 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1862         * format.el (format-annotate-function): Only set
1863         write-region-post-annotation-function after running to-fn so as not to
1864         affect nested write-region calls (bug#5273).
1866 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1868         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1869         Add python parser.
1871         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1872         wisent/python.el.
1874 2010-01-10  Richard Kim  <emacs18@gmail.com>
1876         * cedet/semantic/wisent/python-wy.el:
1877         * cedet/semantic/wisent/python.el: New files.
1879 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1881         * man.el (Man-goto-section): Signal error if the section is not
1882         found (Bug#5317).
1884 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1886         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1887         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1889 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1891         * progmodes/compile.el: Don't treat compile-command as safe if
1892         compilation-read-command might be nil (Bug#4218).
1894 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1896         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1897         NS options.
1899 2010-01-08  Kenichi Handa  <handa@m17n.org>
1901         * international/fontset.el (build-default-fontset-data):
1902         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1904 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1906         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1907         to `create-file-buffer' as it expects, not just a buffer name.
1908         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1909         to help uniquify.  (Bug#3224)
1911 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1913         * font-setting.el (font-setting-change-default-font): Use user-spec
1914         instead of name.
1916 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1918         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1920 2010-01-05  Tom Tromey  <tromey@redhat.com>
1922         * progmodes/python.el (python-font-lock-keywords):
1923         Handle qualified decorators (Bug#881).
1925 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1927         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1928         in a lightweight checkout.
1930 2010-01-05  Kenichi Handa  <handa@m17n.org>
1932         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1934 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1936         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1938 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1940         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1941         checkouts.  (Bug#618)
1942         (vc-bzr-log-view-mode): Also highlight the author.
1943         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1944         (vc-bzr-shelve-menu-map):
1945         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1946         (vc-bzr-shelve-apply): Make prompt more explicit.
1948 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1950         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1951         They are valid characters in URL paths (rfc3986), and at least
1952         Firefox does not understand the encoded version (Bug#3166).
1954 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1956         * progmodes/octave-mod.el (octave-end-keywords)
1957         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1958         Add "end" keyword (Bug#3061).
1959         (octave-end-as-array-index-p): New function.
1960         (calculate-octave-indent): Use it.
1962 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1964         * bookmark.el: Consistently put the text property on the bookmark name.
1965         (bookmark-bmenu-marks-width): Bump back to 2, to include
1966         annotation marks.
1967         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1968         property on the bookmark name, instead of not putting it at all.
1969         (bookmark-bmenu-list): Fix where we put the text property.
1971 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1973         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1974         for showing buffer modified state (as added in the previous change).
1976 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1978         * bookmark.el: Show modified state of bookmark buffer more accurately.
1979         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1980         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1981         (with-buffer-modified-unmodified): New macro.
1982         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1983         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1984         Use new macro to preserve the buffer modified state.
1986 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1988         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1989         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1990         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1991         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1992         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1993         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1994         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1996 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1998         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1999         Make the lines in the generated doc string shorter.  (Bug#4668)
2001 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
2003         * net/rcirc.el: Add follow-link binding (Bug#4738).
2005 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
2007         * Makefile.in (bzr-update): Rename from cvs-update.
2008         (cvs-update): New target for backward compatibility.
2010         * makefile.w32-in (bzr-update): Rename from cvs-update.
2011         (cvs-update): New target for backward compatibility.
2013 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2015         * bookmark.el: Remove gratuitous gratitude.
2017 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2019         * bookmark.el (bookmark-bmenu-any-marks): New function
2020         (bookmark-bmenu-save): Clear buffer modification if no marks.
2022 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2024         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
2025         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
2026         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
2027         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
2029         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
2030         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
2031         To: emacs-devel {_AT_} gnu.org
2032         Subject: bookmark.el bug report
2033         Date: Mon, 28 Dec 2009 14:19:16 +0800
2034         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
2036 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
2038         * bookmark.el: Improvements suggested by Drew Adams:
2039         (bookmark-bmenu-ensure-position): New name for
2040         `bookmark-bmenu-check-position'.  Just ensure the position,
2041         don't return any meaningful value.
2042         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
2043         New constants.
2045 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
2047         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
2048         (bookmark-yank-point, bookmark-bmenu-check-position):
2049         Fix typos in docstrings.
2050         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
2051         (bookmark-name-from-full-record, bookmark-get-position)
2052         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
2053         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
2054         Remove useless quoting of parenthesis, etc. in docstrings.
2056         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
2057         (ediff-append-custom-diff): Fix typo in error message.
2058         (ediff-meta-mark-equal-files): Fix typos in messages.
2060         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
2062         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
2063         Fix typo in docstring.
2065         * net/imap-hash.el (imap-hash-make): Doc fix.
2066         (imap-hash-test): Fix typo in error message; reflow docstring.
2067         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
2068         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
2069         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
2070         Fix typos in docstrings.
2071         (imap-hash-open-connection): Fix typo in error message.
2073         * play/gomoku.el (gomoku): Fix typos in docstring.
2075         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
2076         (gdb-jsonify-buffer): Fix typos in docstring.
2077         (gdb-goto-breakpoint): Fix typo in error message.
2078         ("Display Other Windows"): Fix typo in help message.
2079         (gdb-speedbar-expand-node): Fix typo in question.
2081         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
2082         (idlwave-html-system-help-location, idlwave-html-help-location)
2083         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
2084         (idlwave-help-browser-generic-args, idlwave-help-directory)
2085         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
2086         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2087         (idlwave-online-help, idlwave-help-html-link)
2088         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2089         Fix typos in docstrings.
2090         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2091         Reflow docstrings.
2092         (idlwave-help-assistant-start): Fix typo in error message.
2094         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2095         (octave-electric-space): Fix typos in docstrings.
2097 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2099         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2101 2010-01-01  Juri Linkov  <juri@jurta.org>
2103         * comint.el (comint-input-ring-size): Make it a defcustom and
2104         increase the default to 500 (Bug#5148).
2106 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2108         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2109         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2110         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2112 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2114         Show working revision correctly for mercurial.
2115         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2116         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2118 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2120         Declare some functions for the byte-compiler.
2121         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2122         (speedbar-timer-fn, speedbar-change-expand-button-char)
2123         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2125 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2127         This changeset reverts GDB Graphical Interface to use annotations.
2128         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2130 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2132         Make vc-dir work on subdirectories of the bzr root.
2133         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2134         file names relative to it.
2135         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2136         relative directory to vc-bzr-after-dir-status.
2138 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2140         * font-lock.el (font-lock-refresh-defaults): New function, which
2141         can be used to let font-lock react to external changes in
2142         variables like font-lock-defaults and keywords.
2143         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2145 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2147         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2149         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2151 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2153         Supersede color.diff settings in git log (bug#5211).
2155         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2156         escape chars in its output when the user has color.diff set to `always'.
2157         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2159 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2161         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2162         node.  Keep previous "Index" name to work with past coreutils too.
2164         * man.el (man): Revise docstring a bit to show -a and -l as
2165         examples.  Add -k description since support for it has otherwise
2166         been a secret.  (Further to bug#3717.)
2167         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2168         "no matches" rather than "Can't find manpage", as the latter reads
2169         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2171 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2173         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2174         switches.  Check also for //SUBDIRED// line.
2176 2009-12-25  Kenichi Handa  <handa@m17n.org>
2178         * language/indian.el (devanagari-composable-pattern): Fixed to
2179         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2180         Devanagari.
2181         (malayalam-composable-pattern): Fix previous change.
2183 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2185         * ps-print.el (ps-face-attributes): It was not returning the
2186         attribute face for faces specified as string.  Reported by harven
2187         <harven@free.fr>.
2188         (ps-print-version): New version 7.3.5.
2190 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2192         * calendar/icalendar.el (icalendar--convert-tz-offset):
2193         Fix timezone names.
2194         (icalendar--convert-tz-offset): Fix the "last-day-problem".
2195         (icalendar--add-diary-entry): Remove the trailing blank that
2196         diary-make-entry inserts.
2198 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2200         Make `file-expand-wildcards' work for remote files.
2202         * files.el (file-expand-wildcards): In case of remote files, check
2203         only local file name part for wildcards.  Provide feature 'files
2204         and subfeature 'remote-wildcards.  (Bug#5198)
2206         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2207         if there is already an established connection.
2208         (tramp-advice-file-expand-wildcards): Remove it.
2210         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2211         (tramp-advice-file-expand-wildcards): Move from tramp.el.
2212         Activate advice for older GNU Emacs versions.  (Bug#5237)
2214 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2216         Some doc fixes (more needed).
2218         * find-cmd.el (find-constituents): Reflow docstring.
2219         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2220         (find-generic): Doc fix.
2222 2009-12-17  Juri Linkov  <juri@jurta.org>
2224         Fix regression from 23.1 to allow multiple modes in Local Variables.
2226         * files.el (hack-local-variables-filter): While ignoring duplicates,
2227         don't take `mode' into account.
2228         (hack-local-variables-filter, hack-dir-local-variables):
2229         Don't remove duplicate `mode' from local-variables-alist (like `eval').
2231 2009-12-17  Juri Linkov  <juri@jurta.org>
2233         Make `dired-diff' safer.  (Bug#5225)
2235         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2236         `current' or when `file' is a directory of the `current' file.
2238 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2240         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2241         unconditionally preloaded files.
2243 2009-12-16  Juri Linkov  <juri@jurta.org>
2245         Revert to old 23.1 logic of using the file at the mark as default.
2246         * dired-aux.el (dired-diff): Use the file at the mark as default
2247         if it's not the same as the current file, and the target dir is
2248         the current dir or the mark is active.  Add the current file
2249         as the arg of `dired-dwim-target-defaults'.  Use the default file
2250         in the prompt.  (Bug#5225)
2252 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2254         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2255         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2256         (tramp-check-for-regexp): Check also, when an echoing shell stops
2257         to echo sent commands.
2259 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2261         * Makefile.in: Revert last change (Bug#5191).
2263 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2265         * vc-hg.el (vc-hg-print-log): Fix argument order.
2266         (vc-hg-working-revision): Make sure the command is executed in a
2267         known environment so that we can parse the output.  (Bug#4417)
2269 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2271         * progmodes/python.el (python-symbol-completions): Remove text
2272         properties from symbol string before calling python-send-receive.
2274 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2276         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2277         when there are values for both file and line.  (Bug#5060)
2279 2009-12-14  Juri Linkov  <juri@jurta.org>
2281         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2282         whitespace after the file name of the first line of unified format,
2283         because git-diff doesn't output whitespace and file modification time
2284         after the file name.
2286 2009-12-14  David Kastrup  <dak@gnu.org>
2288         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2289         check if it already has the `display' property added by
2290         `Info-display-images-node', and not put the `invisible' property
2291         in this case.
2293 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2295         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2296         (semantic-mru-bookmark-mode): Doc fixes.
2298         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2299         of assert.
2301 2009-12-13  Glenn Morris  <rgm@gnu.org>
2303         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2304         (report-emacs-bug): In message-mode, sort manually before storing
2305         original report text.  (Bug#5178)
2306         Remove superfluous save-excursion.
2308 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2310         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2311         when responding to "GetAll" properties.
2313 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2315         * simple.el (compose-mail): Remove mail-setup-with-from from
2316         customization checks.
2318 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2320         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2321         RAR archives created on Unix systems.
2323 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2326         the varalias that was accidentally removed by the 2009-11-19 change
2327         (bug#5186).
2329 2009-12-12  Kenichi Handa  <handa@m17n.org>
2331         * language/indian.el (indian-compose-regexp): New function.
2332         (malayalam-composable-pattern): Fix the pattern.
2333         (composition-function-table): Set malayalam-composable-pattern for
2334         Malayalam characters.
2336 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2338         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2339         rather than down-mouse-1, based on follow-link conventions.
2341         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2342         are compiled.
2344 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2346         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2347         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2348         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2349         (verilog-leap-to-head, verilog-backward-token):
2350         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2352 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2354         * progmodes/verilog-mode.el (verilog-auto-lineup)
2355         (verilog-nameable-item-re): Cleanup user-visible spelling and
2356         documentation errors.  One reported by Gary Delp.
2357         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2358         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2359         package, bug195.  Reported by Pierre-David Pfister.
2361 2009-12-11  Glenn Morris  <rgm@gnu.org>
2363         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2365         * mail/emacsbug.el: No longer require sendmail.
2366         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2367         (report-emacs-bug-orig-text): Doc fix.
2368         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2369         New local variables, to adapt to different mail-user-agents.
2370         (report-emacs-bug): Fix test for a gnu.org address.
2371         Use overlays for emphasis, since font-lock defeats 'face property.
2372         Pretest bugs also end up at the newsgroup these days.
2373         Stop message-mode stripping text properties.
2374         Set and use the new buffer-local variables.
2375         (report-emacs-bug-hook): Add doc-string.
2376         Remove some unnecessary save-excursions and simplify.
2377         Use the appropriate hook and send-command.
2379         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2380         capitalization of some menu entries.
2382 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2384         * whitespace.el (whitespace-display-char-on): Ensure
2385         `buffer-display-table' is unique when two or more windows are
2386         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2387         New version 12.1.
2389 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2391         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2392         characters in the Attribute field.
2394 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2396         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2398 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2400         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2401         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2402         Disregard autoload-excludes.
2403         (update-directory-autoloads): Obey autoload-excludes here instead.
2404         But don't store its contents in no-autoloads and remove entries that
2405         refer to excludes files.
2407 2009-12-10  Glenn Morris  <rgm@gnu.org>
2409         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2410         (expand-mail-aliases): Define for compiler.
2412         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2413         Define for compiler.
2415         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2416         appropriate for the mail-user-agent in use.
2418 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2420         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2422 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2424         Fix short log parsing and fontification.
2425         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2426         Fix fontification for the [merge] label.
2428 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2430         Drop some properties to avoid surprises (bug#5002).
2431         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2432         (hfy-fontify-buffer): Use it.
2434 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2436         Minor cleanup.
2437         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2438         Adjust all callers.
2439         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2440         args compulsory.  Adjust callers.
2441         (ffap-gopher-at-point): Remove unused var `name'.
2443         Get rid of the ELCFILES abomination.
2444         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2445         (compile-elcfiles): New phony target.
2446         (compile-main): Compute ELCFILES dynamically.
2447         (compile-clean): New target to remove left-over elc files.
2448         (compile, all): Use it.
2450 2009-12-09  Kenichi Handa  <handa@etlken>
2452         * international/mule-diag.el: Require help-mode instead of help-fns.
2454 2009-12-09  Kenichi Handa  <handa@m17n.org>
2456         * international/mule-cmds.el (ucs-names): Supply sufficiently
2457         fine ranges instead of pre-calculating accurate ranges.
2458         Iterate with bigger gc-cons-threshold.
2460 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2462         Add support for stashing a snapshot of the current tree.
2463         * vc-git.el (vc-git-stash-snapshot): New function.
2464         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2466 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2468         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2469         instead of `(beginning|end)-of-line'.
2471 2009-12-08  Glenn Morris  <rgm@gnu.org>
2473         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2475         * Makefile.in (ELCFILES): Regenerate.
2477 2009-12-07  Juri Linkov  <juri@jurta.org>
2479         Don't lazy-highlight the comint output in history Isearch mode.
2481         * comint.el (comint-history-isearch-search): Instead of
2482         `comint-line-beginning-position', use `comint-after-pmark-p'
2483         to check if point if before the process mark, and go to
2484         `process-mark' in this case.
2486 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2488         * textmodes/tex-mode.el (latex-complete)
2489         (latex-indent-or-complete): Remove.
2490         (latex-mode): Set completion-at-point-functions instead.
2492         Provide a standard completion command and hook it into TAB.
2493         * minibuffer.el (completion-at-point-functions): New var.
2494         (completion-at-point): New command.
2495         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2496         * progmodes/python.el (python-mode-map): Use completion-at-point.
2497         (python-completion-at-point): Rename from python-partial-symbol and
2498         adjust for use in completion-at-point-functions.
2499         (python-mode): Setup completion-at-point for Python completion.
2500         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2501         extracted from lisp-complete-symbol.
2502         (lisp-complete-symbol): Use it.
2503         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2504         setup completion-at-point for Elisp completion.
2505         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2506         Use completion-at-point.
2507         * ielm.el (ielm-map): Use completion-at-point.
2508         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2509         * progmodes/sym-comp.el: Move to...
2510         * obsolete/sym-comp.el: Move from progmodes.
2512 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2514         Prevent save-buffer in Rmail buffers from using the coding-system
2515         of the current message, and from clobbering the encoding mnemonics
2516         in the mode line (Bug#4623).
2518         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2519         flag, too.
2520         (rmail-message-encoding): New variable.
2521         (rmail-write-region-annotate): Record the encoding of the current
2522         message in rmail-message-encoding.
2523         (rmail-after-save-hook): New function, restores the encoding of
2524         the current message after the message collection is saved.
2526 2009-12-07  Juri Linkov  <juri@jurta.org>
2528         * progmodes/grep.el (grep-read-files): Use `completing-read'
2529         instead of `read-string'.  Set its `collection' arg to
2530         `read-file-name-internal'.  (Bug#4301)
2532 2009-12-07  Juri Linkov  <juri@jurta.org>
2534         Correctly restore original Isearch point.  (Bug#4994)
2536         * isearch.el (isearch-mode): Move `isearch-push-state' after
2537         `(run-hooks 'isearch-mode-hook)'.
2538         (isearch-cancel): When `isearch-push-state-function' is defined,
2539         let-bind `isearch-cmds' to the first state (the last element of
2540         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2541         function and restores the original point).  Otherwise, move point
2542         to `isearch-opoint'.
2544 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2547         chars that don't have names, so the table can be built much faster at
2548         run-time.
2550 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2552         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2553         change.  Suggested by David Kastrup.
2555         * simple.el (compose-mail): Check for incompatibilities and warn.
2556         (compose-mail-user-agent-warnings): New option.
2558 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2560         Support showing a single log entry from vc-annotate.
2561         * vc.el (print-log): Add a new argument: START-REVISION.
2562         (vc-print-log-internal): Add a new optional argument and
2563         pass it to the backend.
2564         (vc-print-log, vc-print-root-log): Adjust callers.
2565         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2566         buffer already displays the requested log entry, use it.
2567         Otherwise display only the log entry in question.
2568         * vc-svn.el (vc-svn-print-log):
2569         * vc-mtn.el (vc-mtn-print-log):
2570         * vc-hg.el (vc-hg-state):
2571         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2572         (vc-git-show-log-entry): Return t on success.
2573         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2574         (vc-bzr-show-log-entry): Return t on success.
2575         * vc-rcs.el (vc-rcs-print-log):
2576         * vc-sccs.el (vc-sccs-print-log):
2577         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2579 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2581         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2582         Add menus to the meta mode.  (Bug#5043)
2584 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2586         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2587         event-key.
2589         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2591 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2593         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2594         Berbain <raphael.berbain@gmail.com>.
2596         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2597         characters.
2598         (tramp-initial-end-of-output): New defconst.
2599         (tramp-methods, tramp-find-shell)
2600         (tramp-open-connection-setup-interactive-shell)
2601         (tramp-maybe-open-connection): Use it.
2602         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2603         existence of `#' and `$'.
2605         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2606         `tramp-initial-end-of-output'.
2608 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2610         Get the background mode from the terminal for xterm, and set
2611         faces accordingly.
2612         * term/xterm.el (xterm-set-background-mode): New function.
2613         (terminal-init-xterm): Use it in case xterm supports background
2614         color queries.  Recompute faces after getting the background
2615         color.
2617 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2619         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2620         number comment back on its own line, for easier parsing.
2622 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2624         Make it work for non-file buffers (bug#5102).
2625         * doc-view.el (doc-view-current-cache-dir):
2626         Use doc-view-buffer-file-name rather than buffer-file-name.
2627         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2629 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2631         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2632         author field is too short.
2634 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2636         * vc-git.el (vc-git-print-log): Handle a limit argument.
2637         Display the short log in graph form and with labels.
2638         (vc-git-log-view-mode): Handle labels.
2640         Make vc-revert change VC state from 'added to 'unregistered.
2641         * vc-git.el (vc-git-revert): Call git reset first.
2643 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2645         * net/newst-backend.el, net/newst-plainview.el:
2646         * net/newst-reader.el, net/newst-ticker.el:
2647         * net/newst-treeview.el, net/newsticker.el:
2648         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2650 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2652         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2654         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2655         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2656         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2657         Update annotation regexp.
2659         * simple.el (beginning-of-visual-line): Constrain to field
2660         boundaries (Bug#5106).
2662 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2664         * xml.el (xml-substitute-numeric-entities): Move
2665         newsticker--decode-numeric-entities in newst-backend.el to
2666         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2667         * net/newst-backend.el (newsticker--parse-generic-feed)
2668         (newsticker--parse-generic-items)
2669         (newsticker--decode-numeric-entities): Move
2670         newsticker--decode-numeric-entities in newst-backend.el to
2671         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2673 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2675         * progmodes/js.el (js--js-not): Add null to the list of values.
2677 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2679         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2681 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2683         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2684         delimiter if it is at the end of the current line.
2685         (bibtex-generate-url-list): Fix docstring.
2687 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2689         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2690         minibuffer's content with itself.
2691         Fold the confirm-after-completion case into the `confirm' case.
2692         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2694 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2696         * ffap.el (ffap-rfc-path): Make this a defcustom since
2697         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2699         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2700         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2702 2009-12-05  Juri Linkov  <juri@jurta.org>
2704         Save and restore dired buffer's point positions too.  (Bug#4880)
2706         * dired.el (dired-save-positions): Return in the first element
2707         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2708         Doc fix.
2709         (dired-restore-positions): First restore buffer's position.
2710         While restoring window's positions, check if window still displays
2711         the original buffer.
2713 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2715         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2716         if possible.
2718         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2719         Make argument optional.
2721         * shell.el (shell): Require ansi-color (Bug#5113).
2723         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2725         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2727 2009-12-05  Alan Mackenzie  <acm@muc.de>
2729         * progmodes/cc-mode.el (c-before-hack-hook)
2730         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2731         `c-file-style' to work again.  This reversion restores the current
2732         software to its state in Emacs 23.1.  (Bug#4146)
2734 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2736         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2737         comment-start-skip to comment-end-skip as comment (Bug#4781).
2739 2009-12-05  Juri Linkov  <juri@jurta.org>
2741         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2742         for virtual nodes.  (Bug#4147)
2743         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2744         when moving from a virtual node.
2745         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2746         (Info-mode): Add `Info-virtual-index' to the docstring.
2748 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2750         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2751         Describe project macro symbols.
2753         * cedet/semantic/complete.el (semantic-complete-do-completion):
2754         Don't call semantic-collector-current-exact-match.
2756         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2757         ede-objects as targets.
2759         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2760         a target's object list even if compiler vars are already in the
2761         Makefile.
2763         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2764         list of headers producing necessary macros.
2766 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2768         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2769         track of the buffer position of the end of a BibTeX entry as this
2770         position may change during reformatting.
2771         (bibtex-format-entry): Remove whitespace before processing
2772         numerical fields so that we recognize the latter properly.
2773         (bibtex-reformat): Do not use push which changes the global value
2774         of bibtex-entry-format.
2775         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2776         (bibtex-field-re-init): Replace only space characters by regexp
2777         for whitespace.
2778         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2779         (bibtex-initialize): Also update bibtex-strings.
2780         (bibtex-kill-field): Preserve white space at end of entry.
2781         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2782         Update bibtex-reference-keys.
2784 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2787         point after a star, if that's the only place where modifications can
2788         make progress.
2790 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2792         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2793         in docstrings.
2795 2009-12-04  Juri Linkov  <juri@jurta.org>
2797         * proced.el (proced): Call `(proced-update t)' to update process
2798         information instead of only running proced-post-display-hook.
2799         (proced-send-signal): Add a leading space to the buffer name
2800         " *Marked Processes*" to make this buffer ephemeral.
2802 2009-12-04  Juri Linkov  <juri@jurta.org>
2804         * dired.el (dired-auto-revert-buffer): New defcustom.
2805         (dired-internal-noselect): Use it.
2807 2009-12-04  Juri Linkov  <juri@jurta.org>
2809         Change roles of modes and functions in image-mode.el (Bug#5062).
2811         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2812         in `auto-mode-alist'.
2813         (image-mode-previous-major-mode): New variable.
2814         (image-minor-mode-map): Rename from `image-mode-text-map'.
2815         (image-mode): Move graceful error-handling code from
2816         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2817         (image-minor-mode): Remove all image-handling code.
2818         Replace `image-mode-text-map' with `image-minor-mode-map'.
2819         Check for `image-type' in mode-line format string.
2820         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2821         (image-mode-as-text): New function with most code from
2822         `image-mode-maybe'.
2823         (image-toggle-display-text): Move code that removes image
2824         properties from `image-toggle-display' to here.
2825         (image-toggle-display-image): New function with code that adds
2826         image properties copied from `image-toggle-display'.
2827         (image-toggle-display): Remove most code with leaving only code
2828         that toggles between `image-mode-as-text' and `image-mode'.
2830 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2832         * net/newst-treeview.el
2833         (newsticker--treeview-list-highlight-start): Restored call to
2834         save-excursion: Selected item was stuck.
2835         (newsticker--treeview-list-select): New.
2836         (newsticker--treeview-item-show-text)
2837         (newsticker--treeview-item-show)
2838         (newsticker--treeview-item-update): Use new
2839         newsticker-treeview-item-mode.
2840         (newsticker-treeview-update): Keep current item.
2841         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2842         (newsticker--treeview-first-feed): Doc change.
2843         (newsticker-treeview-list-menu)
2844         (newsticker-treeview-item-menu): Added menu entries.
2845         (newsticker-treeview-item-mode): New.
2847         * net/newst-backend.el (newsticker-customize): Delete other
2848         windows.
2850 2009-12-04  Sam Steingold  <sds@gnu.org>
2852         * log-view.el (log-view-mode-map): "q" calls quit-window,
2853         like in all the other non-self-insert buffers.
2855 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2857         Minor cleanup.
2858         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2859         key decoding rather than do it manually via last-input-event +
2860         ascii-character.
2861         (term-exec): Use delete-and-extract-region.
2862         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2863         (term-process-pager): Remove unused var `i'.
2864         (term-dynamic-simple-complete): Make obsolete.
2865         (serial-update-config-menu): Remove unused vars `y' and `str'.
2866         (term-update-mode-line): Remove unused var `temp'.
2868 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2870         Limit the number of log entries displayed by default.
2871         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2872         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2873         using a prefix argument.
2875 2009-12-03  Glenn Morris  <rgm@gnu.org>
2877         * progmodes/idlwave.el (class): Restore still useful declaration.
2879 2009-12-03  Alan Mackenzie  <acm@muc.de>
2881         Enhance `c-parse-state' to run efficiently in "brace deserts".
2883         * progmodes/cc-mode.el (c-basic-common-init):
2884         Call c-state-cache-init.
2885         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2886         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2887         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2889         * progmodes/cc-langs.el (c-before-font-lock-function):
2890         c-extend-and-neutralize-syntax-in-CPP has been renamed
2891         c-neutralize-syntax-in-and-mark-CPP.
2893         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2894         with `category' properties now, not `syntax-table' ones.
2896         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2897         enhanced (but slower) version of c-end-of-macro that won't land
2898         inside a literal or on another awkward character.
2899         (c-state-cache-too-far, c-state-cache-start)
2900         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2901         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2902         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2903         (c-state-min-scan-pos, c-state-brace-pair-desert)
2904         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2905         buffer local variables.
2906         (c-state-literal-at, c-state-lit-beg)
2907         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2908         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2909         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2910         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2911         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2912         (c-renarrow-state-cache)
2913         (c-append-lower-brace-pair-to-state-cache)
2914         (c-state-push-any-brace-pair, c-append-to-state-cache)
2915         (c-remove-stale-state-cache)
2916         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2917         (c-invalidate-state-cache-1, c-parse-state-1)
2918         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2919         (c-parse-state): Enhance and refactor.
2920         (c-debug-parse-state): Amend to deal with all the new variables.
2922         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2923         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2924         modify to use category text properties rather than syntax-table ones.
2925         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2926         to switch off/on the syntactic paren property of C++ template
2927         delimiters using the category property.
2928         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2929         template delims suppressed.
2930         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2931         New constant/macros which apply category properties to the start
2932         and end of preprocessor constructs.
2933         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2934         "comment out" the syntactic value of characters in preprocessor
2935         constructs.
2936         (c-with-cpps-commented-out)
2937         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2938         with characters in all or all but one preprocessor constructs
2939         "commented out".
2941 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2943         * proced.el (proced-filter-alist): Use regexp-quote.
2945 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2947         Cleanup.
2948         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2949         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2950         arguments.  Expand `default-directory'.
2952         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2953         the benefit of returning an expanded localname.
2954         (tramp-tramp-file-p): Handle the case NAME is not a string.
2956 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2958         Add support for bzr shelve/unshelve.
2959         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2960         (vc-bzr-extra-menu-map): New variables.
2961         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2962         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2963         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2964         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2965         (vc-bzr-dir-extra-headers): Display shelves.
2967         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2969 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2971         * textmodes/bibtex.el (bibtex-complete-internal):
2972         Use completion-in-region.
2973         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2975 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2977         Support applying stashes.  Improve UI.
2978         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2979         (vc-git-stash-apply, vc-git-stash-pop)
2980         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2981         (vc-git-stash-menu): New functions.
2982         (vc-git-stash-menu-map): New variable.
2983         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2985 2009-12-03  Glenn Morris  <rgm@gnu.org>
2987         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2988         (vc-print-log-internal): Fix previous change.
2989         (vc-revert): Correct pluralization.
2991 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2993         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2994         it to be an alist any more.
2995         (makefile-complete): Use completion-in-region.
2997         * progmodes/octave-mod.el (octave-complete-symbol):
2998         Use completion-in-region.
3000         Misc cleanup.
3001         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
3002         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
3003         (idlwave-complete-class): Don't quote lambda.
3004         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
3005         (idlwave-mode-map): Move initialization into declaration.
3006         (idlwave-action-and-binding): Use backquotes.
3007         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
3008         Simplify.
3009         (idlwave-is-pointer-dereference): Remove unused var `pos'.
3010         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
3011         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
3012         `parts', and `all-parts'.
3013         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
3014         (idlwave-convert-xml-system-routine-info): Remove unused string
3015         `version-string'.
3016         (idlwave-display-user-catalog-widget): Use dolist.
3017         (idlwave-scanning-lib): Declare dynamically-scoped var.
3018         (idlwave-scan-library-catalogs): Remove unused var `flags'.
3019         (completion-highlight-first-word-only): Declare to silence bytecomp.
3020         (idlwave-popup-select): Tighten scope of `resp'.
3021         (idlwave-find-struct-tag): Remove unused var `beg'.
3022         (idlwave-after-load-rinfo-hook): Declare.
3023         (idlwave-sintern-class-info): Remove unused var `taglist'.
3024         (idlwave-find-class-definition): Remove unused var `list'.
3025         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
3026         (idlwave-what-module-find-class): Remove unused var `classes'.
3028 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
3030         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
3032 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
3035         buffers visited.  Remove redundant current-buffer-saving.
3037 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3039         Use completion-in-buffer and remove uses of dynamic scoping.
3040         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
3041         (pascal-buffer-to-use, pascal-flag): Don't declare.
3042         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
3043         (pascal-get-completion-decl, pascal-keyword-completion):
3044         Add `pascal-str' argument, save-excursion,
3045         return the found completions, and don't filter with pascal-pred.
3046         (pascal-completion-cache): New var.
3047         (pascal-completion): Don't switch buffer any more (it was never
3048         necessary).  Don't save-excursion any more (it's done by the called
3049         subroutines).  Use a cache to avoid redundant computations.
3050         Use complete-with-action rather than pascal-completion-response and
3051         let it apply the predicate as well.
3052         (pascal-complete-word): Use completion-in-buffer when
3053         pascal-toggle-completions is nil.
3054         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
3055         not used any more.
3056         (pascal-comp-defun): Don't change buffer any more.
3057         Use complete-with-action rather than pascal-completion-response and
3058         let it apply the predicate as well.
3059         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
3060         when neded.
3062 2009-12-02  Kenichi Handa  <handa@m17n.org>
3064         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
3065         shape for all Indic scripts.
3067 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3069         Use completion-in-buffer.
3070         * wid-edit.el (widget-field-text-end): New function.
3071         (widget-field-value-get): Use it.
3072         (widget-string-complete, widget-file-complete)
3073         (widget-color-complete): Use it and completion-in-region.
3074         (widget-complete): Don't narrow the buffer.
3076 2009-12-02  Glenn Morris  <rgm@gnu.org>
3078         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
3079         (rmail-select-summary): Use rmail-pop-to-buffer.
3080         * mail/rmailsum.el: Replace all pop-to-buffer calls with
3081         rmail-pop-to-buffer, to prevent horizontal splits.
3083         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
3084         save-excursion with save-current-buffer.
3085         Widen before searching.  (Bug#5093)
3086         (diary-list-sexp-entries): Remove superfluous save-excursion.
3088 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3090         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3091         name.  (Bug#5038)
3093 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3095         * ido.el (ido-file-internal): Handle filenames at point that do
3096         not have a directory part.  (Bug#5049)
3098 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3100         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3101         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3103 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3105         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3106         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3107         any more.
3109 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3111         * comint.el (comint-insert-input): Ignore clicks to the right of
3112         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3114         * vc.el (vc-print-log-internal): Don't wait for the process to
3115         terminate before setting up the major mode.
3117         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3118         in case.
3120         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3121         the last element.
3123         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3125 2009-12-01  Glenn Morris  <rgm@gnu.org>
3127         * window.el (window--display-buffer-2): Fix previous changes.
3129 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3131         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3133 2009-12-01  Glenn Morris  <rgm@gnu.org>
3135         * Makefile.in (ELCFILES): Add mpc.elc.
3137 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3139         * mpc.el: New file.
3141 2009-12-01  Glenn Morris  <rgm@gnu.org>
3143         * window.el (window-to-use): Define for compiler.
3145         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3146         consistent with others (no final period).
3148         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3149         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3151 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3153         Make vc-print-log buttons work.
3154         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3156 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3158         * savehist.el (savehist-autosave-interval): Allow setting to nil
3159         through customize.  (Bug#5056)
3161 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3163         Fix references to jit-lock properties.
3164         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3165         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3166         (perl-font-lock-special-syntactic-constructs):
3167         Quote jit-lock-defer-multiline property.
3169 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3171         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3173 2009-11-30  Juri Linkov  <juri@jurta.org>
3175         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3176         value `buffer' of `multi-isearch-next-buffer-current-function'.
3177         Use `(current-buffer)' when `buffer' is nil.
3178         (multi-isearch-next-buffer-from-list): Don't fallback to
3179         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3181 2009-11-30  Juri Linkov  <juri@jurta.org>
3183         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3184         of buffers with `get-buffer' to `multi-isearch-buffers'.
3185         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3186         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3187         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3188         FILES with `expand-file-name' converting relative file names
3189         to absolute.  Doc fix.  (Bug#4727)
3191 2009-11-30  Juri Linkov  <juri@jurta.org>
3193         * misearch.el (multi-isearch-read-buffers)
3194         (multi-isearch-read-matching-buffers): New functions.
3195         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3196         Use them in the `interactive' spec.  Doc fix.
3197         (multi-isearch-read-files, multi-isearch-read-matching-files):
3198         New functions.
3199         (multi-isearch-files, multi-isearch-files-regexp):
3200         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3202 2009-11-30  Juri Linkov  <juri@jurta.org>
3204         * doc-view.el (doc-view-continuous):
3205         Rename from `doc-view-continuous-mode'.
3206         (doc-view-menu): Move "Toggle display" to the top.
3207         Add submenu "Continuous" with radio buttons "Off"/"On"
3208         and "Save as Default".
3209         (doc-view-scroll-up-or-next-page)
3210         (doc-view-scroll-down-or-previous-page)
3211         (doc-view-next-line-or-next-page)
3212         (doc-view-previous-line-or-previous-page): Rename
3213         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3215 2009-11-30  Juri Linkov  <juri@jurta.org>
3217         * comint.el (comint-mode-map): Rebind `M-r' from
3218         `comint-previous-matching-input' to
3219         `comint-history-isearch-backward-regexp'.
3220         Unbind `M-s' to allow global key binding `M-s'.
3221         Add menu items for `comint-history-isearch-backward' and
3222         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3224 2009-11-30  Juri Linkov  <juri@jurta.org>
3226         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3227         For def=recenter, replace `recenter' with `recenter-top-bottom'
3228         that is called with `this-command' and `last-command' let-bound
3229         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3230         set `recenter-last-op' to nil.  (Bug#4981)
3232 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3234         Minor cleanup and simplification.
3235         * filecache.el (file-cache-add-directory)
3236         (file-cache-add-directory-recursively)
3237         (file-cache-add-from-file-cache-buffer)
3238         (file-cache-delete-file-regexp, file-cache-delete-directory)
3239         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3240         (file-cache-temp-minibuffer-message): Delete function.
3241         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3243         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3244         Don't signal an error when bumping into EOB in tr, s, or y.
3246 2009-11-29  Juri Linkov  <juri@jurta.org>
3248         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3249         (Bug#4960)
3251         * descr-text.el (describe-char-unidata-list): Use lowercase name
3252         for "Unicode name" like in other tags.
3254 2009-11-29  Juri Linkov  <juri@jurta.org>
3256         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3257         New compatibility macro.
3258         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3260 2009-11-29  Juri Linkov  <juri@jurta.org>
3262         Add defcustom to define the cycling order of `recenter-top-bottom'.
3263         (Bug#4981)
3265         * window.el (recenter-last-op): Doc fix.
3266         (recenter-positions): New defcustom.
3267         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3268         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3270 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3272         Improve integration of Tramp and ange-ftp in eshell.
3274         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3275         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3276         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3278         * eshell/esh-util.el (top): Require also Tramp when compiling.
3279         (eshell-directory-files-and-attributes): Check for FTP remote
3280         connection.
3281         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3282         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3283         (eshell-file-attributes): Handle ".".  Return `entry'.
3285         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3286         (ange-ftp-directory-files-and-attributes)
3287         (ange-ftp-real-directory-files-and-attributes): New defuns.
3289         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3290         shell with "exec" when possible.  This prevents trailing prompts
3291         in `start-file-process'.
3293 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3295         Try and remove assumptions about point-min==1.
3296         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3297         (rng-compute-mode-line-string): Show the validation percentage in
3298         terms of the narrowed text, not the widened text.
3299         (rng-do-some-validation): Don't catch internal errors when debugging.
3300         (rng-first-error): Simplify.
3301         (rng-after-change-function): Remove work around.  AFAIK the bug has
3302         been fixed a while ago.
3304         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3305         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3307         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3309         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3310         `cd' doesn't always do it for us (bug#5067).
3312         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3313         on 2009-10-25 as part of some other change (bug#5067).
3315 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3317         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3318         `suspicious'.
3319         (byte-compile-warnings): Use byte-compile-warning-types.
3320         (byte-compile-save-excursion): Warn about use of set-buffer right
3321         after save-excursion.
3323         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3324         the excursion as well.
3326 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3328         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3329         providing a Tramp related implementation of "su" and "sudo".
3330         (eshell-unix-initialize): Add "su" and "sudo".
3332 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3334         * net/socks.el (socks-send-command): Convert binary request to
3335         unibyte before sending.  This fixes mishandling of some port
3336         numbers such as 129.
3338 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3340         * help.el (describe-bindings-internal): Remove `interactive'.
3342         * man.el (Man-completion-table): Trim a terminating "(".
3343         Remove the space between name page a section.
3344         Add the command's description on the `help-echo' property.
3345         Remove `process-connection-type' binding since it's unused by
3346         call-process.
3347         Provide completion for the "<section> <name>" format as well.
3348         (Man-default-man-entry): Remove spurious var shadowing the argument.
3350 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3352         * log-view.el: Add "Keywords: tools", since its other keywords
3353         aren't in finder-known-keywords, and following vc.el.
3355         * sha1.el (sha1-string-external): default-directory "/" in case
3356         otherwise non-existent.  process-connection-type pipe for touch of
3357         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3359 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3361         Misc coding convention cleanups.
3362         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3363         hfy-init-kludge-hooks.
3364         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3365         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3366         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3367         and push.
3368         (hfy-slant, hfy-weight): Use tables rather than code.
3369         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3370         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3371         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3372         (hfy-face-to-css): Remove `nconc' with single arg.
3373         (hfy-p-to-face-lennart): Use `or'.
3374         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3375         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3376         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3377         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3378         (hfy-force-fontification): Use run-hooks.
3380 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3382         Various minor fixes.
3383         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3384         Javascript belongs in the header, not the body.
3385         (hfy-javascript): Remove.
3386         (hfy-fontify-buffer): Don't insert it any more.
3387         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3388         Fix bug in invis handling when there were no invis props in a chunk.
3390 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3392         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3394 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3396         * finder.el (finder-mode-map): Add a menu.
3398 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3400         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3401         "unsigned" structs.
3403         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3404         fork" statement better.
3406 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3408         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3409         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3410         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3411         Reported by Clay Douglass.
3413         (verilog-auto-inst, verilog-auto-star-safe)
3414         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3415         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3416         Pierre-David Pfister.
3418 2009-11-26  Glenn Morris  <rgm@gnu.org>
3420         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3421         the scope.
3423 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3425         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3426         Really use previous revision.
3428 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3430         * man.el (Man-completion-table): default-directory "/" in case
3431         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3432         not to truncate long names.  process-connection-type pipe to avoid
3433         any chance of hitting the pseudo-tty TIOCGWINSZ.
3434         (man): completion-ignore-case t for friendliness and since man
3435         itself is case-insensitive on the command line.
3436         Further to Bug#3717.
3438         * arc-mode.el: Add "Keywords: files", so the details in its
3439         commentary can be reached from finder-by-keyword.
3440         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3441         editing mode, but it's comms related and sgml-mode.el has "comm"
3442         on that basis too.
3443         * textmodes/bibtex-style.el: Add "Keywords: tex".
3444         * international/isearch-x.el, international/ja-dic-cnv.el:
3445         * international/ja-dic-utl.el, international/kkc.el:
3446         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3448 2009-11-25  Juri Linkov  <juri@jurta.org>
3450         * man.el (Man-completion-table): Modify regexp to include
3451         section names to completion strings.  (Bug#3717)
3453 2009-11-25  Juri Linkov  <juri@jurta.org>
3455         Search recursively in gzipped files.  (Bug#4982)
3457         * progmodes/grep.el (grep-highlight-matches): Add new options
3458         `always' and `auto'.  Doc fix.
3459         (grep-process-setup): Check `grep-highlight-matches' for
3460         `auto-detect' to determine the need to compute grep defaults.
3461         Move Windows/DOS specific --colors settings handling
3462         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3463         to get the value of "--color=".
3464         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3465         has the value `auto-detect'.  Move Windows/DOS specific settings
3466         from `grep-process-setup'.
3467         (zrgrep): New command with alias `rzgrep'.
3469 2009-11-25  Juri Linkov  <juri@jurta.org>
3471         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3472         to nil instead of switching off view-mode.  (Bug#4896)
3474 2009-11-25  Juri Linkov  <juri@jurta.org>
3476         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3478         * mwheel.el (mwheel-scroll-up-function)
3479         (mwheel-scroll-down-function): New defvars.
3480         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3481         `scroll-up', and `mwheel-scroll-down-function' instead of
3482         `scroll-down'.
3484         * doc-view.el (doc-view-scroll-up-or-next-page)
3485         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3486         Use this ARG in the call to image-scroll-up/image-scroll-down.
3487         Change `interactive' spec to "P".  Goto next/previous page only
3488         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3489         SPC/DEL case).  Doc fix.
3490         (doc-view-next-line-or-next-page)
3491         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3492         for consistency.
3493         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3494         `doc-view-scroll-up-or-next-page', and buffer-local
3495         `mwheel-scroll-down-function' to
3496         `doc-view-scroll-down-or-previous-page'.
3498 2009-11-25  Juri Linkov  <juri@jurta.org>
3500         Provide additional default values (directories at other Dired
3501         windows) via M-n in the minibuffer of some Dired commands.
3503         * dired-aux.el (dired-diff, dired-compare-directories)
3504         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3505         `minibuffer-default' in `minibuffer-with-setup-hook'.
3506         (dired-dwim-target-directory): Find a window that displays Dired
3507         buffer instead of failing when the next window is not Dired.
3508         Use `get-window-with-predicate' to find for the next Dired window.
3509         (dired-dwim-target-defaults): New function.
3511         * ediff-util.el (ediff-read-file-name):
3512         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3513         in `minibuffer-with-setup-hook'.
3515 2009-11-25  Juri Linkov  <juri@jurta.org>
3517         Provide additional default values (file name at point or at the
3518         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3520         * minibuffer.el (read-file-name-defaults): New function.
3521         (read-file-name): Reset `minibuffer-default' to nil when
3522         it duplicates initial input `insdef'.
3523         Bind `minibuffer-default-add-function' to lambda that
3524         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3525         (minibuffer-insert-file-name-at-point): New command.
3527         * files.el (file-name-at-point-functions): New defcustom.
3528         (find-file-default): Remove defvar.
3529         (find-file-read-args): Don't use `find-file-default'.
3530         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3531         to `read-file-name'.
3532         (find-file-literally): Use `read-file-name' with
3533         `confirm-nonexistent-file-or-buffer'.
3535         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3537         * dired.el (dired-read-dir-and-switches):
3538         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3539         to `read-file-name'.
3540         (dired-file-name-at-point): New function.
3541         (dired-mode): Add hook `dired-file-name-at-point' to
3542         `file-name-at-point-functions'.
3544 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3546         Really make the *Completions* window soft-dedicated (bug#5030).
3547         * window.el (window--display-buffer-2): Add `dedicated' argument.
3548         (display-buffer): Pass it when needed so the dedicated flag is set
3549         after calling set-window-buffer, which would otherwise reset it.
3551 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * progmodes/meta-mode.el (meta-complete-symbol):
3554         * progmodes/etags.el (complete-tag):
3555         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3556         Use completion-in-region.
3558         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3559         (dabbrev-completion): Use completion-in-region.
3560         (dabbrev--abbrev-at-point): Simplify regexp.
3562         * abbrev.el (abbrev--before-point): Use word-motion functions
3563         if :regexp is not specified (bug#5031).
3565         * subr.el (string-prefix-p): New function.
3567         * man.el (Man-completion-cache): New var.
3568         (Man-completion-table): Use it.
3570         * vc.el (vc-print-log-internal): Make `limit' optional for better
3571         compatibility (e.g. with vc-annotate.el).
3573 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3575         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3576         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3578         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3579         when .el source file not found or other error.
3581 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3583         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3585 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3587         Handle the [back] button properly (bug#4979).
3588         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3589         Use help-setup-xref, help-buffer, and with-help-window.
3590         (describe-char): Add `buffer' argument.
3591         Pass proper command to help-setup-xref.  Don't meddle with
3592         help-xref-stack-item directly.
3593         (describe-text-category): Use with-help-window and help-buffer.
3595         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3596         for the displayed buffer (bug#4887).
3598         * man.el (Man-completion-table): New function.
3599         (man): Use it.
3601 2009-11-24  David Reitter  <david.reitter@gmail.com>
3603         * vc-git.el (vc-git-registered): Use checkout directory (where
3604         .git is) rather than the file's directory and a relative path spec
3605         to work around a bug in git.
3607 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3609         Improve handling of processes on remote hosts.
3611         * eshell/esh-util.el (eshell-path-env): New defvar.
3612         (eshell-parse-colon-path): New defun.
3613         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3615         * eshell/esh-ext.el (eshell-search-path):
3616         Use `eshell-parse-colon-path'.
3617         (eshell-remote-command): Remove argument HANDLER.
3618         (eshell-external-command): Check for FTP remote connection.
3620         * eshell/esh-proc.el (eshell-gather-process-output):
3621         Use `file-truename', in order to start also symlinked files.
3622         Apply `start-file-process' instead of `start-process'.
3623         Shorten `command' to the local file name part.
3625         * eshell/em-cmpl.el (eshell-complete-commands-list):
3626         Use `eshell-parse-colon-path'.
3628         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3630         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3631         to `eshell-directory-change-hook'.
3633 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3635         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3636         because it could be enabled automatically if view-read-only is non-nil.
3638 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3640         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3641         made on 2009-11-22.
3643 2009-11-24  Glenn Morris  <rgm@gnu.org>
3645         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3646         deleted variable bookmark-bmenu-bookmark-column.
3648         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3649         Move after definition of global-semantic-idle-tag-highlight-mode.
3651 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3653         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3655 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3657         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3658         two slashes to the "file:" prefix.
3659         (browse-url-file-url): De-munge Cygwin filenames before passing
3660         them to Windows browser.
3661         (browse-url-default-windows-browser): Use call-process.
3663 2009-11-23  Juri Linkov  <juri@jurta.org>
3665         Implement DocView Continuous mode.  (Bug#4896)
3666         * doc-view.el (doc-view-continuous-mode): New defcustom.
3667         (doc-view-mode-map): Bind C-n/<down> to
3668         `doc-view-next-line-or-next-page', C-p/<up> to
3669         `doc-view-previous-line-or-previous-page'.
3670         (doc-view-next-line-or-next-page)
3671         (doc-view-previous-line-or-previous-page): New commands.
3673 2009-11-23  Juri Linkov  <juri@jurta.org>
3675         Implement Isearch in comint input history.  (Bug#3746)
3676         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3677         `isearch-mode-hook'.
3678         (comint-history-isearch): New defcustom.
3679         (comint-history-isearch-backward)
3680         (comint-history-isearch-backward-regexp): New commands.
3681         (comint-history-isearch-message-overlay): New buffer-local variable.
3682         (comint-history-isearch-setup, comint-history-isearch-end)
3683         (comint-goto-input, comint-history-isearch-search)
3684         (comint-history-isearch-message, comint-history-isearch-wrap)
3685         (comint-history-isearch-push-state)
3686         (comint-history-isearch-pop-state): New functions.
3688 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3690         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3691         return.
3692         (tramp-handle-make-symbolic-link)
3693         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3694         Quote file names.
3695         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3696         (tramp-handle-process-file): Use it.
3698 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3700         * window.el (move-to-window-line-last-op): Remove.
3701         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3703 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3705         Make M-r mirror the new cycling behavior of C-l.
3706         * window.el (move-to-window-line-last-op): New var.
3707         (move-to-window-line-top-bottom): New command.
3708         (global-map): Bind M-r move-to-window-line-top-bottom.
3710 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3712         * dired-x.el (dired-guess-shell-alist-default):
3713         Support xz format.  (Bug#4953)
3715 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3717         * cedet/srecode/map.el (srecode-get-maps):
3718         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3719         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3720         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3721         (semantic-toggle-decoration-style):
3722         * cedet/semantic/decorate/include.el
3723         (semantic-decoration-include-describe)
3724         (semantic-decoration-unknown-include-describe)
3725         (semantic-decoration-unparsed-include-describe)
3726         (semantic-decoration-all-include-summary):
3727         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3728         * cedet/semantic/analyze/complete.el
3729         (semantic-analyze-possible-completions):
3730         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3731         (semantic-show-unmatched-syntax-mode)
3732         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3733         (semantic-highlight-func-mode):
3734         * cedet/semantic/util.el (semantic-describe-buffer):
3735         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3736         (semantic-symref-find-tags-by-name)
3737         (semantic-symref-find-tags-by-regexp)
3738         (semantic-symref-find-tags-by-completion)
3739         (semantic-symref-find-file-references-by-name)
3740         (semantic-symref-find-text):
3741         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3742         (senator-yank-tag):
3743         * cedet/semantic/scope.el (semantic-calculate-scope):
3744         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3745         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3746         (define-semantic-idle-service):
3747         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3748         (semantic-complete-analyze-inline-idle):
3749         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3750         * cedet/mode-local.el (describe-mode-local-bindings)
3751         (describe-mode-local-bindings-in-mode):
3752         * cedet/ede/make.el (ede-make-check-version):
3753         * cedet/ede/locate.el (ede-enable-locate-on-project):
3754         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3755         (cedet-idutils-version-check):
3756         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3757         (cedet-gnu-global-version-check):
3758         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3759         (cedet-cscope-version-check): Use called-interactively-p instead
3760         of interactive-p.
3762         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3763         Use semantic-format-tag-prototype.
3765 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3767         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3768         last-command-char/last-command-event.
3769         (viper-prefix-arg-value): Do correct conversion of event-char for
3770         XEmacs.
3772         * emulation/viper-util.el, emulation/viper.el:
3773         Use viper-last-command-char instead of
3774         last-command-char/last-command-event.
3776         * ediff-init.el, ediff-mult.el, ediff-util.el:
3777         Replace last-command-char and last-command-event
3778         with (ediff-last-command-char) everywhere.
3780         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3781         created in fundamental mode.
3783         * ediff.el (ediff-version): Revert the change of interactive-p to
3784         called-interactively-p.
3786 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3788         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3789         generation from word-movement command names.
3791 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3793         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3794         (semantic-complete-jump-local, semantic-complete-jump):
3795         Improve prompt string.
3797 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3799         * cus-start.el (all): Add native condition for font-use-system-font.
3801 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3803         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3804         Correct the patch from 2009-11-18.  (Bug#3910)
3806 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3808         * progmodes/subword.el: Rename from lisp/subword.el.
3810         * subword.el: Rename to progmodes/subword.el.
3812         * Makefile.in (ELCFILES): Adapt to subword.el move.
3814 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3815             Stefan Monnier  <monnier@iro.umontreal.ca>
3817         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3818         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3819         (bookmark-bmenu-show-filenames): Use push.
3820         (bookmark-bmenu-hide-filenames): Use local var instead of
3821         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3822         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3823         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3824         filenames now that the bookmark names are always available.
3826 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3828         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3829         (bookmark-search-pattern): Move and leave unbound.
3830         (bookmark-bmenu-mode-map): Change binding.
3831         (bookmark-read-search-input): Simplify.
3832         Don't use text-char-description.  Don't error on non-char events.
3833         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3834         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3835         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3836         Use a local var for the timer.
3837         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3838         (i.e. bookmark-bmenu-search).
3840 2009-11-21  Glenn Morris  <rgm@gnu.org>
3842         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3844 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3846         * net/browse-url.el (browse-url-default-windows-browser):
3847         Use cygstart for cygwin.
3849 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3851         * bookmark.el: Formatting and doc fixes only:
3852         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3853         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3854           Minor grammar and punctuation fixes in doc string.
3855         (bookmark-read-search-input): Adjust to fit within 80 columns.
3857 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3859         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3860         (c-backward-into-nomenclature): Adapt to subword renaming.
3862         * subword.el (subword-forward, subword-backward, subword-mark)
3863         (subword-kill, subword-backward-kill, subword-transpose)
3864         (subword-downcase, subword-upcase, subword-capitalize)
3865         (subword-forward-internal, subword-backward-internal):
3866         Rename from forward-subword, backward-subword, mark-subword,
3867         kill-subword, backward-kill-subword, transpose-subwords,
3868         downcase-subword, upcase-subword, capitalize-subword,
3869         forward-subword-internal, backward-subword-internal.
3871 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3873         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3874         New options.
3875         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3876         New vars.
3877         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3878         (bookmark-bmenu-filter-alist-by-regexp)
3879         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3880         (bookmark-bmenu-search): New command.
3881         (bookmark-bmenu-mode-map): Bind it.
3883 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3885         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3887         * cedet/semantic/idle.el (define-semantic-idle-service)
3888         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3890 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3892         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3893         backward-subword to quit the byte-compiler.
3895         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3897         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3899         * progmodes/cc-cmds.el (c-update-modeline)
3900         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3901         Refer to subword.el functions instead of cc-subword.el.
3903         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3904         subword.el functions instead of cc-subword.el.
3906         * progmodes/cc-subword.el: Rename to subword.el.
3907         * subword.el: Rename from progmodes/cc-subword.el.
3908         (subword-mode-map): Rename from c-subword-mode-map.
3909         (subword-mode): Rename from c-subword-mode.
3910         (global-subword-mode): New global minor mode.
3911         (forward-subword): Rename from c-forward-subword.
3912         (backward-subword): Rename from c-backward-subword.
3913         (mark-subword): Rename from c-mark-subword.
3914         (kill-subword): Rename from c-kill-subword.
3915         (backward-kill-subword): Rename from c-backward-kill-subword.
3916         (transpose-subwords): Rename from c-tranpose-subword.
3917         (downcase-subword): Rename from c-downcase-subword.
3918         (capitalize-subword): Rename from c-capitalize-subword.
3919         (forward-subword-internal): Rename from c-forward-subword-internal.
3920         (backward-subword-internal): Rename from c-backward-subword-internal.
3922 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3924         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3925         from a dired buffer.
3926         (vc-dired-deduce-fileset): New function.
3927         (vc-root-diff, vc-print-root-log): Use it.
3929         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3930         nil LIMIT argument to vc-print-log-internal.
3932 2009-11-20  Glenn Morris  <rgm@gnu.org>
3934         * Makefile.in (ELCFILES): Regenerate.
3936 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3938         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3940         * cedet/semantic.el: Enable idle-mode menu items only if
3941         global-semantic-idle-scheduler-mode is enabled.
3942         (semantic-default-submodes): Doc fix.
3944         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3945         When turning off, disable other idle modes.
3947 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3949         * calc/calc.el (calc-set-mode-line):
3950         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3951         (math-format-number): Rename `math-format-complement-signed' to
3952         `math-format-twos-complement'.
3954         * calc/calc-bin.el (math-format-twos-complement): Rename from
3955         math-format-complement-signed.
3956         (calc-radix): Rename `calc-complement-signed-mode' to
3957         `calc-twos-complement-mode'.
3958         (calc-octal-radix, calc-hex-radix): Add an argument for
3959         two's complement.
3961         * calc/calc-embed.el (calc-embedded-mode-vars):
3962         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3964         * calc/calc-ext.el (calc-init-extensions):
3965         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3966         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3968         * calc/calc-units.el (math-build-units-table-buffer):
3969         Let `calc-twos-complement-mode' be nil.
3971         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3972         entries.
3974         * calc/calc-vec.el (calcFunc-vunpack):
3975         * calc/calc-aent.el (calc-do-calc-eval):
3976         * calc/calc-forms.el (math-format-date):
3977         * calc/calc-graph.el (calc-graph-plot):
3978         * calc/calc-math.el (math-use-emacs-fn):
3979         * calc/calccomp.el (math-compose-expr):
3980         Let `calc-twos-complement-mode' be nil.
3982 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3984         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3985         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3986         * minibuffer.el (completion-in-region-functions): New hook.
3987         (completion-in-region): New function.
3988         * emacs-lisp/lisp.el (lisp-complete-symbol):
3989         * pcomplete.el (pcomplete-std-complete): Use it.
3991 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3993         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3994         (latex-complete-alist): New vars.
3995         (latex-string-prefix-p, latex-complete-bibtex-keys)
3996         (latex-complete-envnames, latex-complete-refkeys)
3997         (latex-complete-data): New functions.
3998         (latex-complete, latex-indent-or-complete): New commands.
4000         * window.el (display-buffer-mark-dedicated): New var.
4001         (display-buffer): Obey it.
4002         * minibuffer.el (minibuffer-completion-help): Use it.
4004         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
4006         * filecache.el (file-cache-add-file): Use push and cons.
4007         (file-cache-delete-file-regexp): Use push.
4008         (file-cache-complete): Use completion-in-region.
4010         * simple.el (with-wrapper-hook): Fix thinko.
4012         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
4013         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
4014         Use with-current-buffer and string-to-number.
4015         (hfy-fallback-colour-values): Use assoc-string.
4016         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
4017         (hfy-face-at): Remove unused var `found-face'.
4018         (hfy-compile-stylesheet): Remove unused var `css'.
4019         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
4020         and `orig-buffer'.
4021         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
4022         Use with-current-buffer.
4023         (hfy-text-p): Use expand-file-name and fewer setq.
4025 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
4027         * htmlfontify.el, hfy-cmap.el: New files.
4029 2009-11-19  Juri Linkov  <juri@jurta.org>
4031         * minibuffer.el (completions-format): New defcustom.
4032         (completion--insert-strings): Implement vertical format.
4034         * simple.el (switch-to-completions): Move point to the first
4035         completion when point was at the beginning of the buffer.
4037 2009-11-19  Juri Linkov  <juri@jurta.org>
4039         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
4041         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
4043 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4045         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
4046         (mail-signature): Change default to t.
4047         (mail-from-style): Deprecate `system-default' value.
4048         (mail-insert-from-field): For default value of mail-from-style,
4049         default to `angles' unless `angles' needs quoting and `parens'
4050         does not.
4051         (mail-citation-prefix-regexp): Use citation regexp from
4052         message-mode.
4054 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
4056         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
4057         Set variables for computing the prompt for reading password.
4059 2009-11-19  Glenn Morris  <rgm@gnu.org>
4061         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
4063         * textmodes/flyspell.el (sgml-lexical-context): Declare.
4065         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
4066         (newsticker-treeview-listwindow-height): Fix custom type.
4068 2009-11-19  Kenichi Handa  <handa@m17n.org>
4070         * descr-text.el (describe-char-padded-string): Compose with TAB
4071         only if there's a font for CH.
4072         (describe-char): Fix the condition for detecting a trivial composition.
4074 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
4076         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
4077         more accurate version of the regexp.  (Bug#3910)
4079 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
4081         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
4083 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
4085         * font-setting.el (font-use-system-font): Declare for byte-compiler.
4086         (font-setting-change-default-font): Fix typo in docstring.
4088 2009-11-18  Alan Mackenzie  <acm@muc.de>
4090         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4092 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4094         * font-setting.el (font-use-system-font): Move ...
4096         * cus-start.el (all): ... to here.
4098 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4100         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4101         Don't set `ad-return-value' if `ad-do-it' doesn't.
4103         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4104         modification time.
4106 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4108         * menu-bar.el: Put "Use system font" in Option-menu.
4109         (menu-bar-options-save): Add font-use-system-font.
4111         * loadup.el: If feature system-font-setting or font-render-setting is
4112         there, load font-setting.
4114         * Makefile.in (ELCFILES): Add font-settings.el.
4115         * font-setting.el: New file.
4117 2009-11-17  Glenn Morris  <rgm@gnu.org>
4119         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4121         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4122         Preserve point in the list buffer.  (Bug#4939)
4123         Use point-at-eol.
4124         (newsticker--treeview-list-update-highlight)
4125         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4127 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4129         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4130         Remove.
4132         * calc/calc-ext.el (calc-init-extensions): Remove references to
4133         symclip.
4135         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4137         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4138         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4139         `calc-symclip'.
4141 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4143         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4144         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4146         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4147         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4148         Ignore trailing spaces by omit-nulls to split-string (fixing
4149         regression from Emacs 21 due to the incompatible split-string
4150         change).  (Bug #4928.)
4152 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4154         * vc.el (vc-log-show-limit): Default to 2000.
4155         (vc-print-log-internal): Insert buttons to request more entries
4156         when limiting the output.
4158         * vc-sccs.el (vc-sccs-print-log):
4159         * vc-rcs.el (vc-rcs-print-log):
4160         * vc-cvs.el (vc-cvs-print-log):
4161         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4162         LIMIT is non-nil.
4164 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4166         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4167         error when `tramp-gvfs-dbus-event-vector' is set.
4168         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4170 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4172         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4174 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4176         * net/dbus.el (dbus-unregister-service): New defun.
4177         (dbus-register-property): Register the handlers of
4178         "org.freedesktop.DBus.Properties" for SERVICE.
4179         (dbus-property-handler): Fix docstring.
4181 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4183         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4184         Quote doc string reference in defvaralias as it is not in special form.
4185         (byte-compile-output-docform): Doc fix.
4187 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4189         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4190         (calc-complement-signed-mode): New variables.
4191         (calc-set-mode-line): Add indicator for twos-complements.
4192         (math-format-number): Format twos-complement notation.
4194         * calc/calc-bin.el (calc-word-size): Reset the variables
4195         `math-2-word-size' and `math-half-2-word-size'.
4196         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4197         (calc-symclip): New functions.
4199         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4201         * calc/calc-embed.el (calc-embedded-mode-vars):
4202         Add `calc-complement-signed-mode' to the list of modes.
4204         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4205         (calc-b-oper-keys): Add `calc-symclip' to list.
4207         * calc/calc-ext.el (math-read-number-fancy): Read complement
4208         signed numbers.
4209         (calc-init-extensions): Add binding for `calc-symclip'.
4210         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4212         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4213         `calc-symclip'.
4214         (calc-modes-menu): Add item for twos complement mode.
4216         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4218 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4220         * register.el (jump-to-register, insert-register): Handle Semantic
4221         tags.  From commented-out advice in semantic/senator.el.
4223 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4225         * vc.el (vc-log-show-limit): New variable.
4226         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4227         when using a prefix argument.
4228         (vc-print-log-internal): Add new argument LIMIT.
4230         * vc-svn.el (vc-svn-print-log):
4231         * vc-mtn.el (vc-mtn-print-log):
4232         * vc-hg.el (vc-hg-print-log):
4233         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4234         pass it to the log command when set.  Make the BUFFER argument
4235         non-optional.
4237         * vc-sccs.el (vc-sccs-print-log):
4238         * vc-rcs.el (vc-rcs-print-log):
4239         * vc-git.el (vc-git-print-log):
4240         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4241         ignore it.  Make the BUFFER argument non-optional
4243         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4245 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4247         * dired.el (dired-mode-map): Move encryption items to "Operate"
4248         menu (Bug#4703).
4250         * strokes.el (strokes-update-window-configuration): Make strokes
4251         buffer current before erasing (Bug#4906).
4253         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4254         (semantic-idle-summary-mode): Define using define-minor-mode
4255         instead of define-semantic-idle-service.
4256         (semantic-idle-summary-mode): New function.
4257         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4258         that mouse motion does not reset the echo area.
4260 2009-11-15  Juri Linkov  <juri@jurta.org>
4262         * simple.el (set-mark-default-inactive): Add :type, :group
4263         and :version.  (Bug#4876)
4265 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4267         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4268         (archive-unique-fname): ... here.  (Bug#4929)
4270 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4272         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4273         with a real fix.
4275         * novice.el (disabled-command-function): Add useful args.
4276         Setup the help buffer so that [back] works.
4277         Remove redundant call to help-mode.
4278         (disabled-command-function): Use `case'.
4279         (en/disable-command): New function extracted from enable-command.
4280         (enable-command, disable-command): Use it.
4282 2009-11-14  Glenn Morris  <rgm@gnu.org>
4284         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4285         constants.  (Bug#4913)
4287         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4289 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4291         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4292         defined in C that have no doc-strings.  (Bug#1063)
4294 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4296         * cus-edit.el (data, files):
4297         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4299 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4301         * simple.el (shell-command): Doc fix (Bug#4891).
4303         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4305 2009-11-14  Glenn Morris  <rgm@gnu.org>
4307         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4308         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4309         If they are already loaded, eval-after-load will do the right thing.
4311         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4312         compiling.
4314         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4316         * simple.el (x-selection-owner-p): Declare.
4317         (read-mail-command): Use custom radio type rather than choice.
4318         (completion-no-auto-exit): Doc fix.
4320         * custom.el (defgroup):
4321         * epg-config.el (epg): Doc fixes.
4323 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4325         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4326         * international/ccl.el (define-ccl-program): Do not purecopy the
4327         docstring, defconst does it anyway.
4329 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4331         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4332         a second time.
4334         * x-dnd.el (x-dnd-maybe-call-test-function):
4335         * window.el (split-window-vertically):
4336         * whitespace.el (whitespace-help-on):
4337         * vc-rcs.el (vc-rcs-consult-headers):
4338         * userlock.el (ask-user-about-lock-help)
4339         (ask-user-about-supersession-help):
4340         * type-break.el (type-break-force-mode-line-update):
4341         * time-stamp.el (time-stamp-conv-warn):
4342         * terminal.el (te-set-output-log, te-more-break, te-filter)
4343         (te-sentinel, terminal-emulator):
4344         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4345         (term-write-input-ring, term-check-source, term-start-output-log):
4346         (term-display-buffer-line, term-dynamic-list-completions):
4347         (term-ansi-make-term, serial-term):
4348         * subr.el (selective-display):
4349         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4350         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4351         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4352         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4353         (speedbar-remove-localized-speedbar-support)
4354         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4355         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4356         (speedbar-buffers-line-directory):
4357         * simple.el (shell-command-on-region, append-to-buffer)
4358         (prepend-to-buffer):
4359         * shadowfile.el (shadow-save-todo-file):
4360         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4361         (scroll-bar-maybe-set-window-start):
4362         * sb-image.el (speedbar-image-dump):
4363         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4364         (load-save-place-alist-from-file):
4365         * ps-samp.el (ps-print-message-from-summary):
4366         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4367         (ps-background-image, ps-begin-job, ps-do-despool):
4368         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4369         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4370         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4371         (pr-call-process, pr-file-list, pr-interface-save):
4372         * novice.el (disabled-command-function)
4373         (enable-command, disable-command):
4374         * mouse.el (mouse-buffer-menu-alist):
4375         * mouse-copy.el (mouse-kill-preserving-secondary):
4376         * macros.el (kbd-macro-query):
4377         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4378         * informat.el (batch-info-validate):
4379         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4380         * hippie-exp.el (try-expand-dabbrev-visible):
4381         * help-mode.el (help-make-xrefs):
4382         * help-fns.el (describe-variable):
4383         * generic-x.el (bat-generic-mode-run-as-comint):
4384         * finder.el (finder-mouse-select):
4385         * find-dired.el (find-dired-sentinel):
4386         * filesets.el (filesets-file-close):
4387         * files.el (list-directory):
4388         * faces.el (list-faces-display, describe-face):
4389         * facemenu.el (list-colors-display):
4390         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4391         * epg.el (epg--process-filter, epg-cancel):
4392         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4393         (epa--read-signature-type):
4394         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4395         (emerge-file-names):
4396         * ehelp.el (electric-helpify):
4397         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4398         * ediff-vers.el (rcs-ediff-view-revision):
4399         * ediff-util.el (ediff-setup):
4400         * ediff-mult.el (ediff-append-custom-diff):
4401         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4402         (ediff-wordify):
4403         * echistory.el (Electric-command-history-redo-expression):
4404         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4405         * disp-table.el (describe-display-table):
4406         * dired.el (dired-find-buffer-nocreate):
4407         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4408         * dabbrev.el (dabbrev--same-major-mode-p):
4409         * chistory.el (list-command-history):
4410         * apropos.el (apropos-documentation):
4411         * allout.el (allout-obtain-passphrase):
4412         (allout-copy-exposed-to-buffer):
4413         (allout-verify-passphrase): Use with-current-buffer.
4415 2009-11-13  Glenn Morris  <rgm@gnu.org>
4417         * Makefile.in (ELCFILES): Regenerate.
4419 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4421         * net/dbus.el (dbus-registered-objects-table): Rename from
4422         `dbus-registered-functions-table', because it contains also properties.
4423         (dbus-unregister-object): Unregister also properties.
4424         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4425         Use a timeout of 500 msec, in order to not block.
4426         (dbus-register-property, dbus-property-handler): New defuns.
4428 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4430         * simple.el (minibuffer-default-add-completions): Drop deprecated
4431         4th arg.
4433 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4435         * textmodes/artist.el (artist-mouse-choose-operation):
4436         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4437         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4438         (artist-compute-up-event-key): New function.
4439         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4441 2009-11-13  Kenichi Handa  <handa@m17n.org>
4443         * language/japan-util.el: Make sure that the value of jisx0208
4444         property is jisx0208 character.
4446 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4448         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4449         car or each item, not the whole list.
4451 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4453         * minibuffer.el (minibuffer-completion-help):
4454         Use minibuffer-hide-completions.
4456 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4458         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4459         (dired-revert): Use them (bug#4880).
4461 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4463         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4465 2009-11-12  Juri Linkov  <juri@jurta.org>
4467         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4468         New functions.
4469         (find-file-literally-at-point): Alias of `ffap-literally'.
4471 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4473         * textmodes/ispell.el (ispell-skip-region-alist):
4474         * textmodes/css-mode.el (auto-mode-alist):
4475         * progmodes/compile.el (auto-mode-alist):
4476         * international/mule.el (ctext-non-standard-encodings-alist)
4477         (ctext-non-standard-encodings-regexp):
4478         * simple.el (shell-command-switch, text-read-only):
4479         * replace.el (occur-mode-map):
4480         * paths.el (rmail-file-name):
4481         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4482         * find-file.el (ff-special-constructs):
4483         * files.el (file-name-handler-alist):
4484         * composite.el: Purecopy strings.
4486         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4488 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4490         * widget.el (define-widget): Purecopy the docstring.
4491         * international/mule-cmds.el (charset): Do not purecopy the
4492         docstring here, define-widget does it.
4494         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4495         * textmodes/bibtex-style.el (auto-mode-alist):
4496         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4497         * progmodes/compile.el (compile-command):
4498         * language/korea-util.el (default-korean-keyboard):
4499         * international/mule-conf.el (file-coding-system-alist):
4500         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4501         * tooltip.el (tooltip-frame-parameters):
4502         * newcomment.el (comment-end, comment-padding):
4503         * dired.el (dired-trivial-filenames):
4504         * comint.el (comint-file-name-prefix): Purecopy initial values.
4506 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4508         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4509         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4510         `tramp-unload'.
4511         (tramp-advice-make-auto-save-file-name)
4512         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4513         after removing the advice.
4515 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4517         * progmodes/grep.el (grep-regexp-alist):
4518         * international/mule-cmds.el (iso-2022-control-alist):
4519         * emacs-lisp/timer.el (timer-duration-words):
4520         * subr.el (version-separator, version-regexp-alist):
4521         * minibuffer.el (completion-styles-alist):
4522         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4523         Change defvars to defconsts.
4525         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4526         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4527         * international/mule-conf.el: Allow to be byte compiled.
4529         * international/mule.el (define-charset): Purecopy props.
4530         (load-with-code-conversion): Purecopy doc string and file name.
4531         (put-charset-property): Purecopy strings.
4532         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4534         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4535         (define-char-code-property): Correctly purecopy the table.
4537         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4539         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4541         * subr.el (add-hook): Purecopy strings.
4542         (eval-after-load): Purecopy load-history-regexp and the form.
4544         * custom.el (custom-declare-group): Purecopy load-file-name.
4546         * subr.el (menu-bar-separator): New defconst.
4547         * net/eudc.el (eudc-tools-menu):
4548         * international/mule-cmds.el (set-coding-system-map)
4549         (mule-menu-keymap):
4550         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4551         * vc-hooks.el (vc-menu-map):
4552         * replace.el (occur-mode-map):
4553         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4554         (menu-bar-edit-menu, menu-bar-goto-menu)
4555         (menu-bar-custom-menu, menu-bar-showhide-menu)
4556         (menu-bar-options-menu, menu-bar-tools-menu)
4557         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4558         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4559         (menu-bar-help-menu):
4560         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4561         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4563         * term/x-win.el (x-gtk-stock-map):
4564         * progmodes/vera-mode.el (auto-mode-alist):
4565         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4566         (inferior-lisp-program, inferior-lisp-load-command):
4567         * progmodes/hideshow.el (hs-special-modes-alist):
4568         * progmodes/gud.el (same-window-regexps):
4569         * progmodes/grep.el (grep-program, find-program, xargs-program):
4570         * net/telnet.el (same-window-regexps):
4571         * net/rlogin.el (same-window-regexps):
4572         * language/ethiopic.el (font-ccl-encoder-alist):
4573         * vc-sccs.el (vc-sccs-master-templates):
4574         * vc-rcs.el (vc-rcs-master-templates):
4575         * subr.el (cl-assertion-failed):
4576         * simple.el (next-error-overlay-arrow-position):
4577         * lpr.el (lpr-command):
4578         * locate.el (locate-ls-subdir-switches):
4579         * info.el (same-window-regexps, info)
4580         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4581         * image-mode.el (image-mode, auto-mode-alist):
4582         * hippie-exp.el (hippie-expand-ignore-buffers):
4583         * format.el (format-alist):
4584         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4585         (find-name-arg):
4586         * facemenu.el (facemenu-keybindings):
4587         * dired.el (dired-listing-switches, dired-chown-program):
4588         * diff.el (diff-switches, diff-command):
4589         * cus-edit.el (same-window-regexps):
4590         * bindings.el (mode-line-mule-info)
4591         (mode-line-buffer-identification): Purecopy strings.
4593 2009-11-11  Juri Linkov  <juri@jurta.org>
4595         * simple.el (dired-get-filename) <declare-function>:
4596         Tell the byte-compiler about dired-get-filename.
4597         (shell-command): In Dired mode, get filename from the current line
4598         as the default value.
4600 2009-11-10  Glenn Morris  <rgm@gnu.org>
4602         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4603         * calendar/holidays.el, progmodes/cperl-mode.el:
4604         Update x-popup-menu declarations.
4606         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4607         (list-load-path-shadows): Use dolist.
4608         (list-load-path-shadows): Use with-current-buffer.
4610 2009-11-10  Juri Linkov  <juri@jurta.org>
4612         * minibuffer.el (read-file-name): Support a list of default values
4613         in `default-filename'.  Use the first file name where only one
4614         element is required.  Doc fix.
4616 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4618         * net/dbus.el (dbus-unregister-object): Release service, if no
4619         other method is registered for it.
4621 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4623         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4624         bookmark-sort-flag is non-nil (Bug#4653).
4626 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4628         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4629         the progress reporter entirely.
4631         * emulation/cua-base.el: Add CUA property to some CC mode commands
4632         (Bug#4100).
4634 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4636         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4637         at end of sentence (Bug#4818).
4639 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4641         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4642         Handle "see declaration of" MSFT statements (Bug#4100).
4644 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4646         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4647         (tramp-advice-file-expand-wildcards): Unload via
4648         `ad-remove-advice'.
4650         * net/trampver.el: Update release number.
4652 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4654         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4655         `ad-do-it'.
4657 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4659         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4660         in order to keep context in SELinux.
4662 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4664         * dired-aux.el (dired-query): Place cursor in echo area and allow
4665         C-g.
4667         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4668         menu item if not on a directory (Bug#4701).
4670 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4672         Sync with Tramp 2.1.17.
4674         * net/tramp.el (tramp-handle-copy-directory): Don't use
4675         `file-remote-p' (due to compatibility).
4677         * net/tramp-compat.el (tramp-compat-copy-directory)
4678         (tramp-compat-delete-directory): New defuns.
4680         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4681         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4682         `tramp-compat-delete-directory'.
4684         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4685         (tramp-smb-handle-delete-directory): Use
4686         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4688         * net/trampver.el: Update release number.
4690 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4692         * tar-mode.el (tar-copy): Call write-region on the right buffer
4693         (Bug#4857).
4695         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4696         by hand, if necessary (Bug#4878).
4698 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4700         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4701         align size column (Bug#4839).
4703         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4704         statement.
4706 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4708         * progmodes/ld-script.el (auto-mode-alist):
4709         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4711         * cus-face.el (custom-declare-face): Purecopy face spec.
4713 2009-11-06  Kenichi Handa  <handa@m17n.org>
4715         * international/uni-bidi.el: Re-generated.
4716         * international/uni-category.el: Re-generated.
4717         * international/uni-combining.el: Re-generated.
4718         * international/uni-mirrored.el: Re-generated.
4720 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4722         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4723         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4724         (tex-start-options, slitex-run-command, latex-run-command)
4725         (tex-run-command, tex-directory):
4726         * textmodes/ispell.el (ispell-html-skip-alists)
4727         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4728         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4729         (adaptive-fill-regexp):
4730         * textmodes/dns-mode.el (auto-mode-alist):
4731         * progmodes/python.el (interpreter-mode-alist):
4732         * progmodes/etags.el (tags-compression-info-list):
4733         * progmodes/etags.el (tags-file-name):
4734         * net/browse-url.el (browse-url-galeon-program)
4735         (browse-url-firefox-program):
4736         * mail/sendmail.el (mail-signature-file)
4737         (mail-citation-prefix-regexp):
4738         * international/mule-conf.el (eight-bit):
4739         * international/latexenc.el (latex-inputenc-coding-alist):
4740         * international/fontset.el (x-pixel-size-width-font-regexp):
4741         * emacs-lisp/warnings.el (warning-type-format):
4742         * emacs-lisp/trace.el (trace-buffer):
4743         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4744         (emacs-lisp-mode-map):
4745         * calendar/holidays.el (holiday-solar-holidays)
4746         (holiday-bahai-holidays, holiday-islamic-holidays)
4747         (holiday-christian-holidays, holiday-hebrew-holidays)
4748         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4749         (hebrew-holidays-1, holiday-oriental-holidays)
4750         (holiday-general-holidays):
4751         * x-dnd.el (x-dnd-known-types):
4752         * tool-bar.el (tool-bar):
4753         * startup.el (site-run-file):
4754         * shell.el (shell-dumb-shell-regexp):
4755         * rfn-eshadow.el (file-name-shadow-tty-properties)
4756         (file-name-shadow-properties):
4757         * paths.el (remote-shell-program, news-directory):
4758         * mouse.el ([C-down-mouse-3]):
4759         * menu-bar.el (menu-bar-tools-menu):
4760         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4761         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4762         (jka-compr-compression-info-list):
4763         * isearch.el (search-whitespace-regexp):
4764         * image-file.el (image-file-name-extensions):
4765         * find-dired.el (find-ls-option):
4766         * files.el (directory-listing-before-filename-regexp)
4767         (directory-free-space-args, insert-directory-program)
4768         (list-directory-brief-switches, magic-fallback-mode-alist)
4769         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4770         (automount-dir-prefix):
4771         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4772         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4773         (face-font-registry-alternatives, face-font-registry-alternatives)
4774         (face-font-family-alternatives):
4775         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4776         (facemenu-foreground-menu, facemenu-face-menu):
4777         * epa-hook.el (epa-file-name-regexp):
4778         * dnd.el (dnd-protocol-alist):
4779         * textmodes/rst.el (auto-mode-alist):
4780         * button.el (default-button): Purecopy strings.
4782 2009-11-06  Glenn Morris  <rgm@gnu.org>
4784         * Makefile.in (ELCFILES): Update.
4786 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4788         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4789         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4791         * nxml/xsd-regexp.el (xsdre-gen-categories):
4792         * nxml/xmltok.el (xmltok-parse-entity):
4793         * nxml/rng-parse.el (rng-parse-validate-file):
4794         * nxml/rng-maint.el (rng-format-manual)
4795         (rng-manual-output-force-new-line):
4796         * nxml/rng-loc.el (rng-save-schema-location-1):
4797         * nxml/rng-cmpct.el (rng-c-parse-file):
4798         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4799         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4801 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4803         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4804         Remove extra save-excursions and make-variable-buffer-local's.
4805         Suggested by Stefan Monnier.
4807         (verilog-getopt-file, verilog-module-inside-filename-p)
4808         (verilog-set-define): Merge GNU 1.35 and repair changes from
4809         switching to using with-current-buffer.
4811         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4812         being treated as a number and confusing AUTORESET.
4813         Reported by Dan Dever.
4815         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4816         Add verilog-auto-ignore-concat to fix backward compatibility with
4817         older verilog-modes.  Reported by Dan Katz.
4819         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4820         containing closing anchors "...$".
4822         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4823         Reported by Wade Smith.
4825         (verilog-batch-execute-func): Comment on function usage.
4827 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4829         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4830         for labels.
4832         (verilog-label-re, verilog-calc-1): Support proper indent of named
4833         asserts.
4835         (verilog-backward-token, verilog-basic-complete-re)
4836         (verilog-beg-of-statement, verilog-indent-re): Support proper
4837         indent of the assert statement at the beginning of a block of text.
4839         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4840         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4841         tokens as begins.
4843 2009-11-05  Glenn Morris  <rgm@gnu.org>
4845         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4846         Emacs 19.  (Bug#1531)
4847         (byte-compile-fix-header): Update for the above change.
4848         Drop test for epoch::version.
4850         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4851         * cus-dep.el (custom-make-dependencies):
4852         * finder.el (finder-compile-keywords):
4853         Use autoload-rubric's feature argument.
4855         * calendar/diary-lib.el (top-level): Make load behave more like require.
4857         * vc-git.el (vc-git-stash-map): Move definition before use.
4859 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4861         * custom.el (custom-declare-group): Purecopy standard-value.
4862         (custom-declare-group): Purecopy custom-prefix.
4864         * international/mule.el (load-with-code-conversion):
4865         Call do-after-load-evaluation unconditionally.
4867         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4869 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4871         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4873 2009-11-04  Glenn Morris  <rgm@gnu.org>
4875         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4876         (byte-compile-compatibility): Remove option.
4877         (byte-compile-close-variables, byte-compile-fix-header)
4878         (byte-compile-insert-header, byte-compile-output-docform)
4879         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4880         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4881         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4882         (byte-compile-insert, byte-compile-defun):
4883         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4884         (byte-defop-compiler19): Remove.
4885         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4886         used by anything.  Replace all calls with byte-defop-compiler.
4888 2009-11-04  Juri Linkov  <juri@jurta.org>
4890         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4891         (menu-bar-options-menu): Don't quote the `prop' arg of
4892         `menu-bar-make-mm-toggle'.
4894 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4896         * calendar/calendar.el (cal-loaddefs):
4897         * calendar/diary-lib.el (diary-loaddefs):
4898         * calendar/holidays.el (hol-loaddefs):
4899         * eshell/esh-module.el (esh-groups): Load rather than require.
4901 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4903         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4904         point-min==1.
4905         (todo-top-priorities): Only display-buffer when called interactively.
4906         (todo-item-start): Don't save excursion point.
4907         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4908         (todo-insert-item-here, todo-file-item, todo-remove-item):
4909         Adjust uses of todo-item-start and todo-item-end.
4911         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4912         (autoload-rubric): Don't use any more.
4913         * cedet/semantic/fw.el (semantic/loaddefs):
4914         * cedet/srecode.el (srecode/loaddefs):
4915         * cedet/ede.el (ede/loaddefs): Load rather than require.
4916         * cedet/ede/cpp-root.el:
4917         * cedet/ede/emacs.el:
4918         * cedet/ede/files.el:
4919         * cedet/ede/linux.el:
4920         * cedet/ede/locate.el:
4921         * cedet/ede/make.el:
4922         * cedet/ede/shell.el:
4923         * cedet/ede/speedbar.el:
4924         * cedet/ede/system.el:
4925         * cedet/ede/util.el:
4926         * cedet/semantic/analyze.el:
4927         * cedet/semantic/bovine.el:
4928         * cedet/semantic/complete.el:
4929         * cedet/semantic/ctxt.el:
4930         * cedet/semantic/db-file.el:
4931         * cedet/semantic/db-find.el:
4932         * cedet/semantic/db-global.el:
4933         * cedet/semantic/db-mode.el:
4934         * cedet/semantic/db-typecache.el:
4935         * cedet/semantic/db.el:
4936         * cedet/semantic/debug.el:
4937         * cedet/semantic/dep.el:
4938         * cedet/semantic/doc.el:
4939         * cedet/semantic/edit.el:
4940         * cedet/semantic/find.el:
4941         * cedet/semantic/format.el:
4942         * cedet/semantic/html.el:
4943         * cedet/semantic/ia-sb.el:
4944         * cedet/semantic/ia.el:
4945         * cedet/semantic/idle.el:
4946         * cedet/semantic/lex-spp.el:
4947         * cedet/semantic/lex.el:
4948         * cedet/semantic/mru-bookmark.el:
4949         * cedet/semantic/scope.el:
4950         * cedet/semantic/senator.el:
4951         * cedet/semantic/sort.el:
4952         * cedet/semantic/symref.el:
4953         * cedet/semantic/tag-file.el:
4954         * cedet/semantic/tag-ls.el:
4955         * cedet/semantic/tag-write.el:
4956         * cedet/semantic/tag.el:
4957         * cedet/semantic/util-modes.el:
4958         * cedet/semantic/analyze/complete.el:
4959         * cedet/semantic/analyze/refs.el:
4960         * cedet/semantic/bovine/c.el:
4961         * cedet/semantic/bovine/gcc.el:
4962         * cedet/semantic/bovine/make.el:
4963         * cedet/semantic/bovine/scm.el:
4964         * cedet/semantic/decorate/include.el:
4965         * cedet/semantic/decorate/mode.el:
4966         * cedet/semantic/symref/cscope.el:
4967         * cedet/semantic/symref/global.el:
4968         * cedet/semantic/symref/grep.el:
4969         * cedet/semantic/symref/idutils.el:
4970         * cedet/semantic/symref/list.el:
4971         * cedet/semantic/wisent/java-tags.el:
4972         * cedet/semantic/wisent/javascript.el:
4973         * cedet/srecode/compile.el:
4974         * cedet/srecode/cpp.el:
4975         * cedet/srecode/document.el:
4976         * cedet/srecode/el.el:
4977         * cedet/srecode/expandproto.el:
4978         * cedet/srecode/getset.el:
4979         * cedet/srecode/insert.el:
4980         * cedet/srecode/java.el:
4981         * cedet/srecode/map.el:
4982         * cedet/srecode/mode.el:
4983         * cedet/srecode/template.el:
4984         * cedet/srecode/texi.el: Remove the file-local setting of
4985         generated-autoload-feature.
4987         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4988         and only put a prop if it is non-nil.
4990 2009-11-03  Juri Linkov  <juri@jurta.org>
4992         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4993         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4995         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4996         and "Menu" to make top-level menu item visually one unit (like
4997         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4998         multi-word menu items).  Fix :help string for quit-window.
5000 2009-11-03  Glenn Morris  <rgm@gnu.org>
5002         * cedet/mode-local.el (with-mode-local): Doc fix.
5004         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5005         (byte-compile-file-form-define-abbrev-table)
5006         (byte-compile-file-form-custom-declare-variable)
5007         (byte-compile-variable-ref, byte-compile-defvar):
5008         Whether or not a warning is enabled should only affect whether we issue
5009         the warning, not whether or not we collect the relevant data.
5010         Eg warnings can be turned on and off throughout the course of a file.
5012         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
5013         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
5015 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
5018         * play/mpuz.el (mpuz-create-buffer):
5019         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
5020         (lm-print-y,s,noise, lm-print-w0, lm-init):
5021         * play/gomoku.el (gomoku-prompt-for-move):
5022         * play/fortune.el (fortune-in-buffer):
5023         * play/dissociate.el (dissociated-press):
5024         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
5025         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
5026         * mail/supercite.el (sc-eref-show):
5027         * mail/smtpmail.el (smtpmail-send-it):
5028         * mail/rmailsum.el (rmail-summary-next-labeled-message)
5029         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
5030         (rmail-summary-undelete-many, rmail-summary-rmail-update)
5031         (rmail-summary-goto-msg, rmail-summary-expunge)
5032         (rmail-summary-get-new-mail, rmail-summary-search-backward)
5033         (rmail-summary-add-label, rmail-summary-output-menu)
5034         (rmail-summary-output-body):
5035         * mail/rfc822.el (rfc822-addresses):
5036         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
5037         * mail/mailpost.el (post-mail-send-it):
5038         * mail/hashcash.el (hashcash-generate-payment):
5039         * mail/feedmail.el (feedmail-run-the-queue)
5040         (feedmail-queue-send-edit-prompt-help-first)
5041         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
5042         (feedmail-deduce-address-list):
5043         * eshell/esh-ext.el (eshell-remote-command):
5044         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
5045         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
5046         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
5047         (viper-save-string-in-file, viper-valid-marker):
5048         * emulation/viper-keym.el (viper-toggle-key):
5049         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
5050         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
5051         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
5052         * emulation/viper-cmd.el (viper-exec-form-in-vi)
5053         (viper-exec-form-in-emacs, viper-brac-function):
5054         * emulation/viper.el (viper-delocalize-var):
5055         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
5056         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
5057         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
5058         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
5059         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
5060         * emulation/edt.el (edt-electric-helpify):
5061         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5062         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
5063         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
5064         (cua-indent-to-global-mark-column):
5065         * calendar/diary-lib.el (calendar-mark-1):
5066         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
5067         Use with-current-buffer.
5068         * emulation/viper.el (viper-delocalize-var): Use dolist.
5070 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
5072         * comint.el (comint-replace-by-expanded-history-before-point):
5073         Replace !! with the previous input string literally (Bug#1795).
5075 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
5077         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
5078         to be made up of whitespace.
5080 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
5082         * minibuffer.el (read-file-name): Don't use file dialogs for
5083         remote directories (Bug#99).
5085 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5087         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5089 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5091         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5092         instead of deleting the window or frame.
5094 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5096         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5097         Support face colors.
5099         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5100         New function.  Support face colors (Bug#1168).
5101         (tex-common-initialization): Use it.
5103         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5104         mode allows it (Bug#1168).
5106 2009-10-31  Juri Linkov  <juri@jurta.org>
5108         * facemenu.el (list-colors-display): Don't mark buffer as
5109         modified (Bug#3948).
5111 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5113         * international/mule-diag.el (list-character-sets-1): Minor
5114         message fix (Bug#3526).
5116         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5117         face property (Bug#4834).
5118         (etags-list-tags, etags-tags-apropos-additional)
5119         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5120         property.
5122         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5123         items.
5125         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5126         items.
5128         * cedet/ede.el (ede-minor-mode):
5129         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5131 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5133         * textmodes/two-column.el (2C-split):
5134         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5135         * textmodes/tex-mode.el (tex-set-buffer-directory):
5136         * textmodes/spell.el (spell-region, spell-string):
5137         * textmodes/reftex.el (reftex-erase-buffer):
5138         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5139         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5140         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5141         (reftex-select-item):
5142         * textmodes/reftex-ref.el (reftex-label-info-update)
5143         (reftex-offer-label-menu):
5144         * textmodes/reftex-index.el (reftex-index-change-entry)
5145         (reftex-index-phrases-info):
5146         * textmodes/reftex-global.el (reftex-create-tags-file)
5147         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5148         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5149         (reftex-view-crossref-from-bibtex):
5150         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5151         (reftex-extract-bib-entries-from-thebibliography)
5152         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5153         * textmodes/refbib.el (r2b-capitalize-title):
5154         (r2b-convert-buffer, r2b-help):
5155         * textmodes/page-ext.el (pages-directory)
5156         (pages-directory-goto-with-mouse):
5157         * textmodes/bibtex.el (bibtex-validate-globally):
5158         * textmodes/bib-mode.el (bib-capitalize-title):
5159         * textmodes/artist.el (artist-clear-buffer, artist-system):
5160         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5161         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5162         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5163         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5164         (xscheme-send-control-g-interrupt, xscheme-start-process)
5165         (xscheme-process-sentinel, xscheme-cd):
5166         * progmodes/verilog-mode.el (verilog-read-always-signals)
5167         (verilog-set-define, verilog-getopt-file)
5168         (verilog-module-inside-filename-p):
5169         * progmodes/sh-script.el:
5170         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5171         (python-pdbtrack-grub-for-buffer, python-execute-file):
5172         * progmodes/octave-inf.el (inferior-octave):
5173         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5174         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5175         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5176         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5177         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5178         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5179         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5180         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5181         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5182         (idlwave-shell-examine-display, idlwave-shell-run-region)
5183         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5184         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5185         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5186         (idlwave-help-get-help-buffer):
5187         * progmodes/gud.el (gud-basic-call, gud-find-class)
5188         (gud-tooltip-activate-mouse-motions-if-enabled):
5189         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5190         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5191         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5192         (ebrowse-tags-next-file):
5193         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5194         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5195         (ebnf-eps-finish-and-write):
5196         * progmodes/cpp.el (cpp-edit-save):
5197         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5198         * progmodes/cc-defs.el (c-emacs-features):
5199         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5200         (antlr-directory-dependencies):
5201         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5202         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5203         (ada-find-any-references, ada-make-filename-from-adaname)
5204         (ada-make-body-gnatstub):
5205         * obsolete/rnews.el (news-list-news-groups):
5206         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5207         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5208         * net/rcirc.el (rcirc-debug):
5209         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5210         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5211         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5212         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5213         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5214         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5215         (newsticker--treeview-list-clear-highlight)
5216         (newsticker--treeview-list-update-highlight)
5217         (newsticker--treeview-list-highlight-start)
5218         (newsticker--treeview-tree-update-highlight)
5219         (newsticker--treeview-get-selected-item)
5220         (newsticker-treeview-mark-list-items-old)
5221         (newsticker--treeview-set-current-node):
5222         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5223         * net/newst-backend.el (newsticker--get-news-by-funcall)
5224         (newsticker--get-news-by-wget, newsticker--image-get)
5225         (newsticker--image-sentinel):
5226         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5227         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5228         (eudc-ph-close-session):
5229         * net/eudc.el (eudc-save-options):
5230         * language/thai-word.el (thai-update-word-table):
5231         * language/japan-util.el (japanese-string-conversion):
5232         * international/titdic-cnv.el (tsang-quick-converter)
5233         (ziranma-converter, ctlau-converter):
5234         * international/mule-cmds.el (describe-language-environment):
5235         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5236         (skkdic-convert-postfix, skkdic-convert-prefix):
5237         (skkdic-convert-okuri-nasi, skkdic-convert):
5238         * emacs-lisp/re-builder.el (reb-update-overlays):
5239         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5240         * emacs-lisp/gulp.el (gulp-send-requests):
5241         * emacs-lisp/find-gc.el (trace-call-tree):
5242         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5243         (eieio-describe-generic):
5244         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5245         * emacs-lisp/edebug.el (edebug-outside-excursion):
5246         * emacs-lisp/debug.el (debugger-make-xrefs):
5247         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5248         * emacs-lisp/chart.el (chart-new-buffer):
5249         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5250         Use with-current-buffer.
5251         * textmodes/artist.el (artist-system): Don't call
5252         copy-sequence on a fresh string.
5253         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5255 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5257         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5258         is no item to edit.  (Bug#4820)
5259         (todo-top-priorities): Restore point and restore narrowing in Todo
5260         buffer.  (Bug#4820)
5262 2009-10-31  Glenn Morris  <rgm@gnu.org>
5264         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5265         (comint-last-output-start, comint-last-input-start)
5266         (comint-last-input-end): Don't defvar when compiling.
5267         (ange-ftp-process-file): Use bound-and-true-p.
5269         * pcmpl-rpm.el (top-level): Move provide statement to end.
5270         (pcmpl-rpm): Remove unused custom group.
5272         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5274         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5276         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5277         (byte-compile-warnings): Add `constants' as an option.
5278         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5279         (display-call-tree): Update for byte-compile-fdefinition possibly
5280         returning `(macro lambda ...)'.  (Bug#4778)
5281         (byte-compile-variable-ref, byte-compile-setq-default):
5282         Respect `constants' member of byte-compile-warnings.
5284         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5285         Use mapc rather than mapcar because the return value is never used.
5287         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5288         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5289         * cedet/semantic/html.el:
5290         Suppress harmless warnings about setting up semantic-imenu (not
5291         part of Emacs) variables.
5293 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5295         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5296         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5297         to "submit:".
5299         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5300         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5301         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5302         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5303         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5304         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5305         (semantic-analyzer-debug-global-symbol)
5306         (semantic-analyzer-debug-missing-innertype)
5307         (semantic-analyzer-debug-insert-include-summary):
5308         * cedet/semantic/util.el (semantic-file-tag-table):
5309         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5310         (semantic-recursive-find-nonterminal-by-name):
5311         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5312         * cedet/semantic/tag-file.el (semantic-prototype-file):
5313         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5314         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5315         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5316         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5317         (semantic-idle-summary-maybe-highlight):
5318         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5319         (semantic-ia-sb-tag-info):
5320         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5321         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5322         * cedet/semantic/ede-grammar.el (project-compile-target):
5323         (ede-proj-makefile-insert-variables):
5324         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5325         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5326         (semantic-debug-mode, semantic-debug):
5327         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5328         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5329         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5330         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5331         (semanticdb-find-translate-path-includes--internal)
5332         (semanticdb-reset-log, semanticdb-find-log-activity):
5333         * cedet/semantic/db-file.el (object-write):
5334         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5335         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5336         (semanticdb-create-ebrowse-database):
5337         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5338         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5339         (semantic-collector-calculate-completions-raw)
5340         (semantic-complete-read-tag-analyzer):
5341         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5342         * cedet/ede/util.el (ede-update-version-in-source):
5343         * cedet/ede/proj.el (project-delete-target):
5344         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5345         (ede-proj-flush-autoconf):
5346         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5347         (ede-proj-configure-synchronize):
5348         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5349         * cedet/ede/linux.el (ede-linux-version):
5350         * cedet/ede/emacs.el (ede-emacs-version):
5351         * cedet/ede/dired.el (ede-dired-add-to-target):
5352         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5353         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5354         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5355         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5356         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5357         (cedet-idutils-version-check):
5358         * cedet/cedet-global.el (cedet-gnu-global-call):
5359         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5360         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5361         * cedet/cedet-cscope.el (cedet-cscope-call)
5362         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5363         Use with-current-buffer.
5364         * cedet/ede.el (ede-make-project-local-variable)
5365         (ede-set-project-variables, ede-set): Use dolist.
5367 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5369         * textmodes/ispell.el (ispell-skip-region-alist):
5370         * international/mule-conf.el (eight-bit):
5371         * international/fontset.el (font-encoding-alist):
5372         * startup.el (pure-space-overflow-message):
5373         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5374         * paths.el (gnus-nntp-service, rmail-spool-directory)
5375         (term-file-prefix):
5376         * files.el (save-some-buffers-action-alist):
5377         * cmuscheme.el (same-window-buffer-names):
5378         * ielm.el (same-window-buffer-names):
5379         * shell.el (same-window-buffer-names):
5380         * mail/sendmail.el (same-window-buffer-names):
5381         * progmodes/inf-lisp.el (same-window-buffer-names):
5382         * bindings.el (mode-line-client)
5383         (mode-line-column-line-number-mode-map):
5384         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5385         (tibetan-precomposed-regexp): Purecopy string arguments.
5387 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5389         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5390         (calcDigit-nondigit):
5391         * calc/calc-yank.el (calc-copy-to-buffer):
5392         * calc/calc-units.el (calc-invalidate-units-table):
5393         * calc/calc-trail.el (calc-trail-yank):
5394         * calc/calc-store.el (calc-insert-variables):
5395         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5396         * calc/calc-prog.el (calc-read-parse-table):
5397         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5398         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5399         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5400         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5401         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5402         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5403         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5404         * calc/calc-ext.el (calc-realign):
5405         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5406         (calc-embedded-finish-edit, calc-embedded-make-info)
5407         (calc-embedded-finish-command, calc-embedded-stack-change):
5408         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5410         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5411         (overload-docstring-extension): Use that info.
5412         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5413         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5414         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5415         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5416         (semantic-nonterminal-full-name): Add the new `when' info.
5417         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5418         `assert'.
5420         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5421         shell-dynamic-complete-filename in preference to
5422         comint-dynamic-complete-filename.
5424         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5425         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5426         Don't consider whether the display supports colors.
5427         (bookmark-import-new-list): Use dolist.
5428         (bookmark-bmenu-mode-map): Move initialization into declaration.
5429         (bookmark-bmenu-list): Use dolist, simplify.
5430         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5431         (menu-bar-final-items): Use push.
5433 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5435         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5436         it works on remote files.
5437         (vc-hg-diff): Don't pass any `--cwd' argument.
5439 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5441         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5442         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5443         (Further to Bug#3921).
5445 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5447         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5448         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5449         calling `tramp-imap-put-file'.  Add file size to the call.
5450         (tramp-imap-get-file-entries): Compute also user name, file size,
5451         and date.
5452         (tramp-imap-handle-insert-directory): Insert uid and gid.
5453         (tramp-imap-handle-file-attributes): Transform uid and gid
5454         according to `id-format'.
5455         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5456         size in header X-Size.
5458 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5460         * simple.el (transpose-subr): Give clearer error when the mark
5461         is not set.  (Bug#4807)
5463 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5465         * net/tramp.el (tramp-perl-file-truename): New defconst.
5466         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5467         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5468         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5469         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5471         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5472         Ignore `dired-call-process'.
5473         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5475 2009-10-26  Julian Scheid  <julians37@gmail.com>
5477         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5478         (tramp-get-remote-readlink): New defun.
5479         (tramp-handle-file-truename): Use it.
5480         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5481         file exists if cache value present.
5482         (tramp-check-cached-permissions): New defun.
5483         (tramp-handle-file-readable-p): Use it.
5484         (tramp-handle-file-writable-p): Likewise.
5485         (tramp-handle-file-executable-p): Likewise.
5486         (tramp-handle-file-name-all-completions): Try using Perl to get
5487         partial completions.  When perl not available, combine `cd' and
5488         `ls' into single remote operation and use shell expansion to get
5489         partial remote directory contents.  Set `file-exists-p' cache for
5490         directory and any files returned by ls.  Change cache handling to
5491         support partial directory contents.  Use error message emitted by
5492         remote `cd' or Perl code for local tramp-error.
5493         (tramp-do-copy-or-rename-file-directly): Avoid separate
5494         tramp-send-command-and-check call.
5495         (tramp-handle-process-file): Merge three remote ops into one.
5496         Do not flush all caches when `process-file-side-effects' is set.
5497         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5498         file-attributes shows uid/gid to be set already.
5500 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5502         * textmodes/tex-mode.el (tex-dvi-view-command)
5503         (tex-show-queue-command, tex-open-quote):
5504         * progmodes/ruby-mode.el (auto-mode-alist)
5505         (interpreter-mode-alist): Purecopy strings.
5507         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5509         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5510         string for the hook, keymap and abbrev table.
5512         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5514         * x-dnd.el (x-dnd-xdnd-to-action):
5515         * startup.el (fancy-startup-text, fancy-about-text): Change to
5516         defconst from defvar.
5518         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5520         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5521         Purecopy initialization strings.
5523         * mail/sendmail.el (mail-header-separator)
5524         (mail-personal-alias-file):
5525         * mail/rmail.el (rmail-default-dont-reply-to-names)
5526         (rmail-ignored-headers, rmail-retry-ignored-headers)
5527         (rmail-highlighted-headers, rmail-secondary-file-directory)
5528         (rmail-secondary-file-regexp):
5529         * files.el (null-device, file-name-invalid-regexp)
5530         (locate-dominating-stop-dir-regexp)
5531         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5532         (interpreter-mode-alist): Use mapcar instead of mapc.
5534         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5536         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5537         (completion-ignored-extensions):
5538         (debug-ignored-errors): Purecopy strings.
5540 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5543         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5544         (pcomplete--here): Use push.
5546         * subr.el (all-completions): Declare the 4th arg obsolete.
5548 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5550         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5551         (pcomplete-unquote-argument): New function.
5552         (pcomplete--common-suffix): Always pay attention to case.
5553         (pcomplete--table-subvert): Quote and unquote the text.
5554         (pcomplete--common-quoted-suffix): New function.
5555         (pcomplete-std-complete): Use it and pcomplete-begin.
5557         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5558         we're inside a dedicated or minibuffer window.
5560 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * cedet/semantic/fw.el (semantic-alias-obsolete)
5563         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5564         (define-mode-overload-implementation):
5565         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5566         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5567         * cedet/semantic/util.el (semantic-file-token-stream)
5568         (semantic-something-to-stream):
5569         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5570         (semantic-expand-nonterminal):
5571         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5572         (semantic-find-dependency, semantic-find-nonterminal)
5573         (semantic-find-dependency):
5574         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5575         (semantic-flex-text, semantic-flex-make-keyword-table)
5576         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5577         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5578         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5579         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5580         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5581         (semantic-after-idle-scheduler-reparse-hooks):
5582         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5583         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5584         * cedet/semantic.el (semantic-toplevel-bovine-table)
5585         (semantic-toplevel-bovine-cache)
5586         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5587         (semantic-init-mode-hooks, semantic-init-db-hooks)
5588         (semantic-bovination-working-type): Provide the `when' arg.
5590 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5592         * bookmark.el: Update documentation, especially documentation
5593         of `bookmark-alist' and of the bookmark file format.
5594         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5596 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5598         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5599         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5600         window to buffer.
5602         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5603         (global-whitespace-mode, global-whitespace-newline-mode)
5604         (whitespace-toggle-options, global-whitespace-toggle-options):
5605         Doc fix (Bug#3660).
5607         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5608         of xmltok-start before the end tag was inserted (Bug#2840).
5610         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5611         patterns that are preceded by an open-paren (Bug#1320).
5613 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5615         * files.el (delete-directory): Delete symlinks to directories with
5616         delete-file (Bug#4739).
5618 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5620         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5621         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5622         argument to make-obsolete.
5624         * cedet/semantic/fw.el (semantic-alias-obsolete)
5625         (semantic-varalias-obsolete): Add optional WHEN argument.
5627 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5629         * vc.el (vc-backend-for-registration): Rename from
5630         vc-get-backend-for-registration.  Update callers.
5632         * international/mule-cmds.el (set-language-info-alist):
5633         Purecopy lang-env.
5634         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5635         (charset): Purecopy the name.
5636         (define-char-code-property): Purecopy string arguments.
5638         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5639         Purecopy string arguments.
5641         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5642         * ediff-hook.el (menu-bar-ediff-menu):
5643         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5644         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5646 2009-10-24  Glenn Morris  <rgm@gnu.org>
5648         * comint.el (comint-dynamic-list-completions):
5649         * term.el (term-dynamic-list-completions): Use choose-completion rather
5650         than obsolete alias mouse-choose-completion.
5652         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5653         file-cache-choose-completion.
5654         (file-cache-choose-completion): Handle an optional event argument.
5655         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5657         * progmodes/octave-mod.el (octave-complete-symbol):
5658         Use choose-completion if mouse-choose-completion is ever removed.
5660         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5661         use.
5663         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5664         compiler.
5666         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5668 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5670         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5671         Ignore `pred' now that we receive one.
5672         Handle test-completion specially.
5674 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5676         * vc.el (vc-responsible-backend): Throw an error if not backend is
5677         found.  Remove the REGISTER argument.  Move the code dealing with
5678         REGISTER ...
5679         (vc-get-backend-for-registration): ... here.  New function.
5680         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5681         of vc-responsible-backend, pass the file name instead of the
5682         directory name.
5684 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5686         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5687         New funs.
5688         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5689         (pcomplete-comint-setup): Don't modify a global var via
5690         accidental side-effects.
5691         (pcomplete-shell-setup): Adjust call accordingly.
5692         (pcomplete-parse-comint-arguments): Use push.
5694 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5696         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5697         Allow uncapitalized info node names (Bug#3921).
5699         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5700         to the DEBUG file (Bug#3781).
5702 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5704         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5705         dictionary entry (Bug#4579).
5707 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5709         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5710         from `rfn-eshadow-update-overlay-hook' when unloading.
5711         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5712         "rsyncc".  Adjust doc string.
5713         (tramp-temp-buffer-file-name): New buffer-local defvar.
5714         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5715         Keep temporary file when indicated by method ("rsync" and
5716         "rsyncc").
5717         (tramp-handle-write-region): Handle APPEND.
5718         (tramp-delete-temp-file-function): New defun.  Added to
5719         `kill-buffer-hook'.
5721 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5723         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5725 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5727         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5728         (color-name-rgb-alist, tty-standard-colors)
5729         (tty-color-mode-alist): Change to defconst.
5731         * simple.el (mark-inactive): Purecopy message.
5733         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5734         (global-map, yank-menu):
5735         * textmodes/ispell.el (ispell-menu-map):
5736         * net/eudc.el (eudc-tools-menu):
5737         * international/mule-cmds.el (describe-language-environment-map)
5738         (setup-language-environment-map, set-coding-system-map)
5739         (mule-menu-keymap):
5740         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5741         * replace.el (occur-mode-map):
5742         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5744 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5746         * calc/calc.el (math-read-number, math-read-number-simple): Use
5747         `save-match-data'.
5749 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5751         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5752         rather than fiddling with global-map bindings, since it should only
5753         affect per-terminal settings.
5754         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5756         * minibuffer.el (completion-table-with-terminator): Allow to specify
5757         the terminator-regexp.
5759         * simple.el (switch-to-completions): Look for *Completions* in other
5760         frames as well.
5762         * pcomplete.el: Allow the use of completion-tables.
5763         (pcomplete-std-complete): New command.
5764         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5765         (pcomplete--here): Use a function for `form' rather than an expression,
5766         so it can be byte-compiled.
5767         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5768         Add edebug declaration.
5769         (pcomplete-show-completions): Remove unused var `curbuf'.
5770         (pcomplete-do-complete, pcomplete-stub):
5771         Don't assume `completions' is a list of strings any more.
5773 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5775         * find-dired.el (find-name-arg): Fix typo in docstring.
5777 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5779         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5780         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5782         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5783         pcomplete-entries.
5785         * comint.el (comint-read-input-ring, comint-write-input-ring)
5786         (comint-substitute-in-file-name)
5787         (comint-dynamic-complete-as-filename)
5788         (comint-dynamic-simple-complete)
5789         (comint-dynamic-list-filename-completions)
5790         (comint-dynamic-list-completions)
5791         (comint-redirect-results-list-from-process): Minor simplifications.
5793 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5795         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5796         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5797         the first form.  And insert a blank line after ";;; Code" since
5798         that's usual style.  (Bug#4612)
5800         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5802 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5804         * minibuffer.el (completion-table-with-terminator): Properly implement
5805         boundaries, in case `terminator' appears in the suffix.
5806         (completion--embedded-envvar-table): Don't return boundaries if
5807         there's no valid completion.  Simplify.
5808         (completion-file-name-table): New completion table extracted from
5809         completion--file-name-table.
5810         (completion--file-name-table): Use it.
5811         (read-file-name-predicate): Declare obsolete.
5812         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5813         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5814         completion-file-name-table, and use the `pred' argument.
5815         * files.el (locate-file-completion-table): Use the `pred' arg rather
5816         than read-file-name-predicate.
5817         (abbreviate-file-name): Use \` rather than ^ for BOS.
5819 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5821         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5822         vc-responsible-backend to register, it causes problems.
5824 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5828 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5830         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5831         (semantic-c-debug-mode-init-pch): New functions.
5832         (semantic-c-debug-mode-init-last-mode): New var.
5833         (semantic-c-parse-lexical-token): Use them.
5835         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5836         When extracting the argument list, limit only by point-max.
5838 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5840         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5841         (tramp-smb-handle-file-attributes): Use it.
5842         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5843         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5844         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5845         Add `dired-filename' text properties.
5846         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5847         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5848         version.
5850 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5852         * subr.el (read-key-delay): Reduce to 0.01.
5853         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5854         (bug#4751).
5856 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5858         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5860         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5861         (Info-menu): Remove unused vars `last' and `completions'.
5862         (Info-index-nodes): Remove unused var `node'.
5864         * info.el (Info-complete-menu-item): Use complete-with-action.
5866 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5868         Make vc-annotate work through copies and renames.
5869         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5870         Return the file name too.
5871         (vc-annotate-revision-at-line)
5872         (vc-annotate-find-revision-at-line)
5873         (vc-annotate-revision-previous-to-line)
5874         (vc-annotate-show-log-revision-at-line): Update to get the file
5875         name from vc-annotate-extract-revision-at-line.
5876         (vc-annotate-show-diff-revision-at-line-internal): Change the
5877         argument to mean whether to show a file diff or not.  Get the file
5878         name from vc-annotate-extract-revision-at-line.
5879         (vc-annotate-show-diff-revision-at-line):
5880         Update vc-annotate-show-diff-revision-at-line call.
5881         (vc-annotate-warp-revision): Add an optional file argument.
5883         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5884         (vc-git-annotate-extract-revision-at-line): Also return the file
5885         name if found.
5887         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5888         command.  Remove unused code.
5889         (vc-hg-annotate-re): Update to match --follow output.
5890         (vc-hg-annotate-extract-revision-at-line): Also return the file
5891         name if found.
5893         * vc.el: Update annotate-extract-revision-at-line documentation.
5895 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5897         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5898         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5900         * net/browse-url.el (browse-url): Identify alist with "consp and
5901         not functionp" and let all other things go down the `apply' leg,
5902         as suggested by Stefan.  (Further to bug#4531.)
5904 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5906         * minibuffer.el (read-file-name): Check for repeat before putting
5907         a default argument in file-name-history (Bug#4657).
5909         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5910         read syntax (Bug#4737).
5912         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5914 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5916         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5917         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5918         entries and make note of obsolete tags.
5920 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5922         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5924 2009-10-18  Glenn Morris  <rgm@gnu.org>
5926         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5927         grep, so that binary files (eg international/uni-bidi.el) can match.
5928         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5929         now, and in any case the file header format has changed.
5931 2009-10-17  Glenn Morris  <rgm@gnu.org>
5933         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5934         (flyspell-get-word, flyspell-large-region)
5935         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5937 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5939         * Makefile.in (ELCFILES): Add ede/shell.
5941 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5943         * term/common-win.el (x-colors): Purecopy it.
5945 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5947         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5948         permissive for when the buffer is empty.
5949         (tar-header-block-tokenize): Decode the username and groupname.
5950         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5952 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5954         * cedet/srecode/srt.el:
5955         * cedet/srecode/compile.el:
5956         * cedet/semantic/mru-bookmark.el:
5957         * cedet/semantic/debug.el:
5958         * cedet/semantic/complete.el:
5959         * cedet/semantic/analyze.el: Require CL when compiling.
5961 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5963         * cedet/semantic/scope.el
5964         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5965         tmpscope so that the regular scope will continue to work.
5967         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5968         Use semantic-idle-summary-highlight-face as the highlighting.
5970         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5971         contains multibyte characters, choose first applicable coding
5972         system automatically.
5974         * cedet/ede/project-am.el (project-run-target): New method.
5975         (project-run-target): New method.
5977         * cedet/ede.el (ede-target): Add run target menu item.
5978         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5979         (ede-run-target): New function.
5980         (ede-target::project-run-target): New method.
5982         * cedet/ede/proj.el (project-run-target): New method.
5984         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5985         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5986         Add :rules.
5987         (ede-proj-target-makefile-shared-object): Only libtool compilers
5988         now available.  Add linkers for libtool.
5989         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5990         (ede-proj-makefile-target-name): Always use .la extension.
5992         * cedet/ede/proj-prog.el (project-run-target): New method.
5994         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5995         (ede-g++-linker): Change Change link lines.
5997         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5998         When searching for old variables, go to the end of the buffer and
5999         search backward from there.
6000         (ede-proj-makefile-automake-insert-subdirs)
6001         (ede-proj-makefile-automake-insert-extradist): New methods.
6002         (ede-proj-makefile-create): Use them.
6004         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
6005         Force FILE to expand to the current target.  Use file-exists-p to
6006         check that it exists.
6008         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
6009         (ede-linux-load): Wrap dir in file-name-as-directory.
6010         Set :version slot.
6012         * cedet/ede/files.el (ede-get-locator-object): When enabling
6013         locate, do so on "top".
6015         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
6016         file-name-as-directory during compare.
6017         (ede-emacs-version): Return Emacs/XEmacs differentiator.
6018         Get version number from different places.  Don't call egrep.
6019         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
6020         to set the directory.
6022         * cedet/ede/shell.el: New file.
6024         * cedet/inversion.el (inversion-decoders): Allow for stray . in
6025         alpha/beta variants.
6027 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6029         * international/mule-cmds.el (select-safe-coding-system): If the file
6030         has a coding cookie, use it regardless of any other setting (bug#4712).
6032 2009-10-17  Glenn Morris  <rgm@gnu.org>
6034         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
6035         All errors should have messages.
6037         * foldout.el (foldout-mouse-swallow-events):
6038         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
6040         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
6041         (dired-keep-marker-copy, dired-keep-marker-hardlink)
6042         (dired-keep-marker-symlink, dired-dwim-target)
6043         (dired-copy-preserve-time): Do not autoload these defcustoms.
6045         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
6046         messages from messing up the file coding.  (Bug#4623)
6048 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
6050         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
6051         if no match is found for the current dictionary.  (Bug#4578)
6053         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
6054         optional, since that is how it is documented, and this is often called
6055         with a nil argument.  (Bug#4577)
6056         (flyspell-external-point-words, flyspell-auto-correct-word)
6057         (flyspell-correct-word-before-point, flyspell-word-search-forward)
6058         (flyspell-word-search-backward): Remove nil argument in calls to
6059         flyspell-get-word, since it is not needed now.
6061 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
6063         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
6065 2009-10-16  Glenn Morris  <rgm@gnu.org>
6067         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
6069 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6071         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
6072         (ange-ftp-file-size): New function.
6073         (ange-ftp-file-attributes): Use it.
6075 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
6077         * net/tramp-smb.el (tramp-smb-version): New defvar.
6078         (tramp-smb-maybe-open-connection): Use it, in order to avoid
6079         repeated checks.
6081 2009-10-16  Glenn Morris  <rgm@gnu.org>
6083         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6084         Maybe copy some custom properties from old to new name.  (Bug#4706)
6086 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6088         * subr.el (error, sit-for, start-process-shell-command)
6089         (start-file-process-shell-command): Set the calling convention
6090         after the function definition.
6092 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6094         * subr.el (error, sit-for, start-process-shell-command)
6095         (start-file-process-shell-command): Use the new
6096         set-advertised-calling-convention feature.
6098 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6100         * international/ucs-normalize.el (ucs-normalize-version):
6101         Change to 1.2.
6102         (check-range): Adjust for Unicode 5.2.
6104 2009-10-15  Juri Linkov  <juri@jurta.org>
6106         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6107         to the `menu-item' format.
6109 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6111         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6112         if the environment variable does not exist.
6114         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6115         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6116         parameter.
6117         (tramp-smb-handle-add-name-to-file)
6118         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6119         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6120         (tramp-smb-handle-file-attributes)
6121         (tramp-smb-do-file-attributes-with-stat)
6122         (tramp-smb-handle-file-local-copy)
6123         (tramp-smb-handle-insert-directory)
6124         (tramp-smb-handle-make-directory)
6125         (tramp-smb-handle-make-directory-internal)
6126         (tramp-smb-handle-make-symbolic-link)
6127         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6128         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6129         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6130         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6131         Handle long file names.
6132         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6133         process is running.
6134         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6135         Read share names with "-g" option.
6137 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6139         * net/rcirc.el (rcirc-view-log-file): New command.
6140         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6141         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6142         specified.
6144 2009-10-15  Glenn Morris  <rgm@gnu.org>
6146         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6147         from the second command-line argument.
6148         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6149         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6150         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6151         w32-batch-update-autoloads.
6152         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6153         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6155         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6156         the headers cannot be located.  Simplify, subtracting superflous
6157         save-excursions.
6159 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6161         Replace completion-base-size by completion-base-position to fix bugs
6162         such as (bug#4699).
6163         * simple.el (completion-base-position): New var.
6164         (completion-base-size): Mark as obsolete.
6165         (choose-completion): Make it work for mouse events as well.
6166         Pass the new base-position to choose-completion-string.
6167         (choose-completion-guess-base-position): New function, extracted from
6168         choose-completion-delete-max-match.
6169         (choose-completion-delete-max-match): Use it.  Make obsolete.
6170         (choose-completion-string): Use the new base-position info.
6171         (completion-root-regexp): Delete.
6172         (completion-setup-function): Preserve completion-base-position.
6173         Eliminate obsolete base-size manipulation.
6174         * minibuffer.el (display-completion-list): Don't mess with base-size.
6175         (minibuffer-completion-help): Set completion-base-position instead.
6176         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6177         choose-completion.
6178         * textmodes/bibtex.el (bibtex-complete):
6179         * emacs-lisp/crm.el (crm--choose-completion-string):
6180         Adjust to new calling convention.
6181         * complete.el (partial-completion-mode): Use minibufferp to avoid
6182         bumping into incompatible change to choose-completion-string-functions.
6183         * ido.el (ido-choose-completion-string): Make its calling convention
6184         more permissive.
6185         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6186         base-size manipulation.
6187         (comint-dynamic-list-input-ring): Use dotimes and push.
6188         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6189         fundamental-mode.  Use `or'.
6191 2009-10-14  Juri Linkov  <juri@jurta.org>
6193         * misearch.el (multi-isearch-next-buffer-from-list)
6194         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6196 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6198         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6199         `bytecomp.el'.
6201         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6202         string we return is all made up of text from the completions rather
6203         than part from the completions and part from the input (bug#4219).
6205         * ido.el (ido-everywhere): Use define-minor-mode.
6207         * buff-menu.el (list-buffers, ctl-x-map):
6208         Mark the entry points with ;;;###autoload cookies.
6210 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6212         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6213         correctly in the detached head case.
6214         (vc-git-print-log): Remove unused binding.
6216         * vc.el (vc-responsible-backend): When a directory is passed for
6217         for registration create a VC repository if no backend is
6218         responsible for the directory argument.
6219         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6221         * vc.el: Move comments about RCS and SCCS ...
6222         * vc-rcs.el:
6223         * vc-sccs.el: ... here, respectively.
6225 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * minibuffer.el (completion--file-name-table): Return nil if there's
6228         no file completion, even if substitute-in-file-name changed
6229         the string (bug#4708).
6231 2009-10-13  Juri Linkov  <juri@jurta.org>
6233         * files-x.el (read-file-local-variable-value): Don't filter out
6234         minor modes from mode name completion (bug#4664).
6236 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6238         * international/mule-cmds.el (ucs-names): Remove exclusion of
6239         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6241 2009-10-13  Kenichi Handa  <handa@m17n.org>
6243         * international/uni-name.el: Regenerated.
6245 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6247         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6248         should be automatically buffer-local, but isn't.)
6250 2009-10-12  Sam Steingold  <sds@gnu.org>
6252         * progmodes/compile.el (compilation-next-error-function): Fix the
6253         timestamps if the buffer has been visited before.
6254         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6255         non-anchored patterns, like the perl one (bug#3928).
6257 2009-10-12  Glenn Morris  <rgm@gnu.org>
6259         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6260         Let-bind `size'.
6262 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6264         * proced.el (proced-unload-function): New function.
6266         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6267         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6268         Doc fix.
6270         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6272 2009-10-11  Juri Linkov  <juri@jurta.org>
6274         * files-x.el (read-file-local-variable-value):
6275         Provide default value only for bound variables (bug#4664).
6277 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6279         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6280         connection methods like smb.
6282         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6283         can be empty.
6285         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6286         (tramp-smb-file-name-handler-alist): Add handlers for
6287         `add-name-to-file', `make-symbolic-link'.
6288         (tramp-smb-handle-add-name-to-file)
6289         (tramp-smb-do-file-attributes-with-stat)
6290         (tramp-smb-handle-make-symbolic-link)
6291         (tramp-smb-get-cifs-capabilities): New defuns.
6292         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6293         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6294         (tramp-smb-handle-file-local-copy)
6295         (tramp-smb-handle-make-directory-internal)
6296         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6297         The file name syntax depends on cifs capabilities.
6298         (tramp-smb-handle-file-attributes):
6299         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6300         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6301         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6303 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6305         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6306         (eieio-defclass): Apply deftype handler and setf-method properties
6307         directly.
6308         (eieio-add-new-slot): Avoid union function from cl library.
6309         (eieio--typep): New function.
6310         (eieio-perform-slot-validation): Use it.
6312 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6314         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6315         Update documentation to refer to the variables documented in r1.135.
6316         (Bug#4188)
6318 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6320         * bookmark.el (Info-suffix-list): Remove this unused variable.
6321         (bookmark-current-point): Remove this obsolete variable.
6322         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6323         Adjust for removal of bookmark-current-point.
6325         (bookmarks-already-loaded, bookmark-current-buffer)
6326         (bookmark-yank-point): Document.  (Bug#4188)
6328 2009-10-10  Glenn Morris  <rgm@gnu.org>
6330         * frame.el (frame-height): Doc fix.
6332         * calendar/calendar.el (calendar-split-width-threshold): New option.
6333         (calendar-basic-setup): Use calendar-split-width-threshold.
6335 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6337         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6338         Use .la for Automake.
6340 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6342         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6343         Use "autoreconf -i".  Suggested by Andreas Schwab.
6345 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6347         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6348         Ideographic Supplement" range (U+1F200..U+1F2FF).
6350 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6352         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6353         since the list will have been rebuilt anyway.  (Bug#4349)
6355 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6357         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6358         (bookmark-bmenu-execute-deletions): Don't save here, as
6359         bookmark-delete will now do so if necessary.
6360         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6361         (Bug#4348)
6363 2009-10-09  Glenn Morris  <rgm@gnu.org>
6365         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6367 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6369         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6370         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6371         argument now, so the two function's behaviors will match.  (Bug#3645)
6373 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6375         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6376         Fix filename test.
6377         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6378         to expand file names.
6380 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6382         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6383         (tramp-file-name-real-host, tramp-file-name-port):
6384         Apply `save-match-data'.
6386         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6387         case both directories are remote.
6388         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6389         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6391 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6393         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6394         (ede-proj-target-makefile-objectcode): Use it.
6396         * cedet/ede/source.el (ede-want-any-source-files-p)
6397         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6398         Return search result.  This error was introduced while merging.
6400 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6402         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6404 2009-10-07  Glenn Morris  <rgm@gnu.org>
6406         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6407         of concat.
6409 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6411         * files-x.el (read-file-local-variable): Include some
6412         non-user-variables in the completion table (bug#4664).
6414 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6416         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6417         message.
6419         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6420         (tramp-smb-file-name-handler-alist): Add handler for
6421         `copy-directory', `expand-file-name', `set-file-modes'.
6422         (tramp-smb-handle-copy-directory)
6423         (tramp-smb-handle-expand-file-name)
6424         (tramp-smb-handle-set-file-modes): New defuns.
6425         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6426         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6427         entry.
6428         (tramp-smb-handle-insert-directory): Don't flush the cache.
6429         (tramp-smb-maybe-open-connection): Check for samba client and
6430         server versions.
6432 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6434         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6435         to not error out of search for "^lisp=" fails.
6437 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6439         * makefile.w32-in (WINS_UPDATES): New macro.
6440         (custom-deps, finder-data, autoloads): Use it.
6442 2009-10-07  Glenn Morris  <rgm@gnu.org>
6444         * Makefile.in (autoloads): Revert previous change.
6445         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6446         the list of preloaded files passed on the command-line, get
6447         it from src/Makefile.
6449         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6450         show the original buffer rather than a random one.
6452 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6454         * help.el (describe-no-warranty): Place point in a slightly better
6455         position in the GPLv3 text.
6457 2009-10-06  Sam Steingold  <sds@gnu.org>
6459         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6460         the comm attribute is present before calling regexp-quote.
6462 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6464         * play/animate.el (animate-string): For good effect, make sure
6465         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6467         * play/animate.el (animate-sequence, animate-birthday-present):
6468         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6470 2009-10-06  Glenn Morris  <rgm@gnu.org>
6472         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6474         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6475         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6476         (batch-update-autoloads): Process a string value of autoload-excludes,
6477         set during the build process.
6478         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6480         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6481         inside with-parsed...  macro so that `v' is defined.
6483         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6484         * progmodes/fortran.el (fortran-end-of-block)
6485         (fortran-beginning-of-block):
6486         Also push mark in the macro case.
6488         * emerge.el (emerge-show-file-name):
6489         * calc/calc.el (calc-quit):
6490         * calc/calc-misc.el (calc-big-or-small):
6491         * calc/calc-graph.el (calc-graph-view):
6492         * calc/calc-ext.el (calc-reset):
6493         * calendar/calendar.el (calendar-basic-setup):
6494         Use window-full-height-p.
6496         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6497         header we don't understand, don't insert another.  (Bug#4624)
6498         If changing mime charset, insert the new one in the right place.
6500 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6502         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6503         (cal-tex-cursor-month): Correctly increment the end date for diary and
6504         holiday listing.  (Bug#4626)
6506 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6508         * help-fns.el (describe-function-1): Don't burp if the function is not
6509         a symbol.
6511 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6513         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6514         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6515         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6516         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6518         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6519         (eieio-default-superclass): Reflow docstrings.
6520         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6521         (eieio-unbind-method-implementations, defmethod)
6522         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6523         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6524         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6525         (eieio-slot-originating-class-p, eieio-slot-name-index)
6526         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6527         (constructor, initialize-instance, no-next-method, object-print)
6528         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6529         Fix typos in docstrings.
6530         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6531         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6532         (next-method-p): Doc fixes.
6533         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6534         Fix typos in error messages.
6535         (eieio-defmethod): Fix typo in description of generic method.
6537         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6538         (eieio-persistent-save-interactive, slot-missing):
6539         Fix typos in docstrings.
6540         (eieio-instance-inheritor-slot-boundp): Doc fix.
6542         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6543         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6545         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6546         (eieio-custom-object-apply-reset):
6547         Fix typos in docstrings and error messages.
6549         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6550         Fix typo in docstring.
6552         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6553         (eieio-browse-tree): Doc fix.
6554         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6555         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6556         Fix typos in docstrings.
6558         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6559         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6560         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6561         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6562         Reflow docstrings.
6564 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6566         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6567         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6568         Set log-view-vc-backend so that diff can work.
6570         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6571         vc-version-diff.
6572         (vc-diff-internal): Autoload this instead of vc-version-diff.
6574 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6576         * simple.el (eval-expression): Doc fix.
6578         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6580 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6582         * files.el (directory-files-no-dot-files-regexp): New defconst.
6583         (delete-directory): Use it.
6584         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6586         * net/tramp.el (tramp-verbose): Fix docstring.
6587         (tramp-methods): Add recursive option to `tramp-copy-args'.
6588         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6589         "scp1_old", "scp2_old", "rsync", "rsyncc".
6590         (tramp-default-method): Check also for `auth-source-user-or-password'.
6591         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6592         Add handler for `copy-directory'.
6593         (tramp-handle-copy-directory): New defun.
6594         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6595         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6596         Optimize sent command.
6598 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6601         window if necessary.
6603         * calendar/calendar.el (calendar-basic-setup): Don't call
6604         switch-to-buffer in a dedicated window.
6606 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6608         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6609           don't do anything related to relocating, just return nil.
6610         (bookmark-error-no-filename): New error.
6611         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6612           bookmark has no file.  Don't even attempt to handle things that
6613           are not files; the whole point of custom handlers is to keep that
6614           knowledge elsewhere anyway.  Tighten some comments.
6615         (bookmark-file-or-variation-thereof): Remove now-unused function.
6616         (bookmark-location): Doc string fix.
6617         (Bug#4250)
6619 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6621         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6622         don't use a file dialog, because they usually don't know how to read
6623         a directory target from the user.  (Bug#4230)
6624         Also, make sure the prompt can display directories as well as files.
6626 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6628         * bookmark.el (bookmark-set, bookmark-buffer-name):
6629         Improve doc strings.  (Bug#1193)
6631 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6633         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6634         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6635         (bookmark-get-annotation, bookmark-set-annotation)
6636         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6637         (bookmark-set-position, bookmark-get-front-context-string)
6638         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6639         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6640         (bookmark-jump-other-window, bookmark-handle-bookmark)
6641         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6642         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6643         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6644            Improve doc strings to say whether bookmark can be a string or
6645            a record or both, and make other consistency and clarity fixes.
6646         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6647         (bookmark-default-annotation-text, bookmark-yank-word)
6648         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6649         (bookmark-import-new-list, bookmark-maybe-rename)
6650         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6651         (bookmark-bmenu-bookmark): Give these doc strings.
6652         (bookmark-bmenu-check-position): Give this a doc string, but also
6653            add a FIXME comment about how the function may be pointless.
6654         (bookmark-default-handler): Rework doc string and change a
6655            parameter name, to clarify that this takes a bookmark record
6656            not a bookmark name.
6657         (bookmark-set): Change a parameter name to indicate its meaning,
6658            and improve the doc string a bit.
6659         (Bug#4188)
6661 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6663         * bookmark.el (bookmark-alist): Document the new `handler' element
6664         in the param alist.
6665         (bookmark-make-record-function): Adjust documentation for above.
6666         (Bug#4193)
6668 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6670         * info.el (Info-bookmark-make-record): Document this function.
6671         (Info-bookmark-jump): Document with a doc string, not just a comment.
6672         (Bug#4203)
6674 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6676         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6677         (semantic-new-buffer-fcn): Call parser setup functions here.
6678         (semantic-mode): Don't call parser setup functions here, it's done
6679         in semantic-new-buffer-fcn now.
6680         (semantic-mode): Parse all existing buffers when enabled.
6682         * cedet/srecode/compile.el (srecode-compile-file):
6683         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6685 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6687         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6689         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6690         (proj-comp-insert-variable-once): New macro, renamed from
6691         ede-pmake-insert-variable-once in ede/pmake.edl.
6692         (ede-proj-makefile-insert-variables): Use it.
6694 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6696         * files.el (copy-directory): New defun.
6698         * dired-aux.el (dired-copy-file-recursive): Use it.
6700 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6702         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6703         (makefile-end-of-command):
6704         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6705         (semantic-end-of-context): Fix previous change.  Doc fixes.
6707 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6709         * files-x.el (modify-dir-local-variable)
6710         (copy-dir-locals-to-file-locals-prop-line):
6711         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6712         (makefile-end-of-command):
6713         * cedet/semantic/lex.el (semantic-lex-token):
6714         * cedet/semantic/analyze/fcn.el
6715         (semantic-analyze-dereference-metatype-1):
6716         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6717         (semantic-lex-cpp-undef):
6718         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6719         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6720         (semantic-end-of-context): Fix typos in docstrings.
6722         * recentf.el (recentf-unload-function): New function.
6724 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6726         * cedet/ede.el (ede-project-placeholder-cache-file):
6727         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6728         * cedet/srecode/map.el (srecode-map-save-file):
6729         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6731 2009-10-04  Glenn Morris  <rgm@gnu.org>
6733         * window.el (window-full-height-p): Add doc string.
6735 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6737         * window.el (window-full-height-p): New function.  (Bug#4543)
6739 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6741         * cedet/srecode/insert.el: Require srecode/args.
6743         * cedet/srecode/args.el: Require srecode/dictionary instead of
6744         srecode/insert.
6746         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6748         * files.el (auto-mode-alist): Add .srt and Project.ede.
6750         * cedet/semantic.el (semantic-mode):
6751         Handle srecode-template-mode-hook as well.
6752         (semantic-mode): Use js-mode-hook for Javascript hook.
6754         * cedet/srecode/template.el: Remove hook variable.
6756         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6758         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6759         projects exist.
6760         (ede-project-placeholder-cache-file): Default to a file in
6761         user-emacs-directory.
6763         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6764         templates in data-directory.
6765         (srecode-map-save-file): Default to a file in user-emacs-directory.
6767         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6768         directory.
6770 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6772         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6773         Doc fix.
6775         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6776         Only insert each variable once.
6778         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6779         (ede-pmake-insert-variable-shared): Use it.
6781         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6782         for lexical table iff table is nil.
6784 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6786         * vc.el: Remove commented out code.
6787         (vc-derived-from-dir-mode): Remove, unused.
6788         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6790 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6792         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6793         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6794         there could be recursive loading when `default-directory' is a
6795         remote file name.  (Bug#4614)
6797 2009-10-03  Glenn Morris  <rgm@gnu.org>
6799         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6800         the frame is wide.
6801         (calendar-generate-window): Test for shrinkability rather than width.
6803         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6804         declaration, currently false.
6806         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6807         reusing existing buffers, in case we happen to visit two files with the
6808         same basename.  (Bug#4593)
6810 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6812         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6813         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6814         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6815         subdirs of cedet as well.
6816         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6818 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6820         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6821         Obey advertised-signature-table.
6823         * help-fns.el (help-function-arglist): Don't check
6824         advertised-signature-table.
6825         (describe-function-1): Do it here instead so it also applies to subrs.
6827 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6829         * simple.el (start-file-process): Say in the doc-string, that file
6830         handlers might not support pty association, if PROGRAM is nil.
6832         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6833         HOST and USER are strings.  They are nil, when there are
6834         incomplete entries in ~/.netrc, for example.
6835         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6836         root directory ("device busy" error otherwise).
6838         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6839         Flush file properties of created directory.
6841 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6843         * makefile.w32-in (WINS_BASIC): Remove cedet.
6844         (WINS_CEDET): Add cedet.
6845         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6847 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6849         * net/browse-url.el (browse-url): Pass any symbol in
6850         browse-url-browser-function to `apply', since if you've mistakenly put
6851         an unbound symbol then the error is clearer.  (Bug#4531)
6853 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6855         * allout.el (allout-init, allout-back-to-current-heading)
6856         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6857         (allout-ascend, allout-up-current-level, allout-end-of-level)
6858         (allout-previous-visible-heading, allout-forward-current-level)
6859         (allout-backward-current-level, allout-show-children):
6860         * apropos.el (apropos-describe-plist):
6861         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6862         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6863         * completion.el (add-completion, add-permanent-completion):
6864         * descr-text.el (describe-text-category, describe-char):
6865         * desktop.el (desktop-lazy-abort):
6866         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6867         * dired.el (dired-build-subdir-alist):
6868         * ediff.el (ediff-version):
6869         * elide-head.el (elide-head, elide-head-show):
6870         * emerge.el (emerge-version):
6871         * env.el (getenv):
6872         * face-remap.el (variable-pitch-mode):
6873         * faces.el (describe-face):
6874         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6875         (dired-at-point):
6876         * files.el (find-file-existing, auto-save-mode):
6877         * font-lock.el (font-lock-fontify-buffer):
6878         * help-fns.el (describe-function, describe-variable)
6879         (describe-syntax, describe-categories):
6880         * help.el (view-lossage, describe-bindings, describe-key)
6881         (describe-mode):
6882         * hexl.el (hexl-current-address):
6883         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6884         * info.el (Info-goto-emacs-key-command-node):
6885         * log-edit.el (log-edit-insert-cvs-template)
6886         (log-edit-insert-cvs-rcstemplate):
6887         * menu-bar.el (menu-bar-mode):
6888         * mouse.el (mouse-appearance-menu):
6889         * newcomment.el (comment-indent-new-line):
6890         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6891         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6892         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6893         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6894         * recentf.el (recentf-mode):
6895         * savehist.el (savehist-mode, savehist-save):
6896         * shadowfile.el (shadow-copy-files):
6897         * simple.el (kill-ring-save, next-line, previous-line)
6898         (normal-erase-is-backspace-mode):
6899         * strokes.el (strokes-update-window-configuration)
6900         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6901         (strokes-xpm-for-stroke):
6902         * time.el (emacs-uptime, emacs-init-time):
6903         * tutorial.el (tutorial--describe-nonstandard-key)
6904         (tutorial--detailed-help):
6905         * type-break.el (type-break-mode)
6906         (type-break-mode-line-message-mode, type-break-query-mode)
6907         (type-break-guesstimate-keystroke-threshold):
6908         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6909         * version.el (emacs-version):
6910         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6911         * winner.el (winner-mode):
6912         * calendar/timeclock.el (timeclock-in, timeclock-out)
6913         (timeclock-status-string, timeclock-change)
6914         (timeclock-workday-remaining-string)
6915         (timeclock-workday-elapsed-string)
6916         (timeclock-when-to-leave-string):
6917         * calendar/todo-mode.el (todo-add-category):
6918         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6919         * emacs-lisp/autoload.el (update-file-autoloads):
6920         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6921         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6922         (checkdoc-message-text, checkdoc-defun):
6923         * emacs-lisp/debug.el (debugger-list-functions):
6924         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6925         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6926         (eieio-describe-generic):
6927         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6928         * emacs-lisp/shadow.el (list-load-path-shadows):
6929         * emulation/cua-base.el (cua-mode):
6930         * emulation/edt.el (edt-set-scroll-margins):
6931         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6932         (tpu-toggle-regexp, tpu-toggle-search-direction)
6933         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6934         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6935         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6936         (viper-set-parsing-style-toggling-macro)
6937         (viper-set-emacs-state-searchstyle-macros):
6938         * emulation/viper.el (viper-set-hooks):
6939         * eshell/esh-mode.el (eshell-truncate-buffer):
6940         * international/mule-cmds.el (prefer-coding-system)
6941         (describe-input-method, describe-language-environment):
6942         * international/mule-diag.el (list-character-sets)
6943         (describe-character-set, describe-coding-system)
6944         (describe-fontset, list-fontsets, list-input-methods):
6945         * mail/sendmail.el (mail-signature):
6946         * net/ange-ftp.el (ange-ftp-copy-file):
6947         * net/browse-url.el (browse-url):
6948         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6949         * net/quickurl.el (quickurl-add-url):
6950         * net/rcirc.el (names, topic):
6951         * net/xesam.el (xesam-mode):
6952         * play/5x5.el (5x5-new-game):
6953         * play/yow.el (apropos-zippy):
6954         * progmodes/ada-mode.el (ada-mode-version):
6955         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6956         (f90-end-of-block)
6957         (f90-beginning-of-block):
6958         * progmodes/fortran.el (fortran-end-of-block)
6959         (fortran-beginning-of-block):
6960         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6961         * progmodes/python.el (python-describe-symbol, python-shell):
6962         * term/ns-win.el (ns-print-buffer):
6963         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6964         * textmodes/flyspell.el (flyspell-mode-on):
6965         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6966         (pages-directory-for-addresses):
6967         * textmodes/table.el (table-recognize-cell)
6968         (table-query-dimension, table-generate-source)
6969         (table-insert-sequence, table--warn-incompatibility):
6970         * textmodes/tex-mode.el (tex-validate-buffer):
6971         * textmodes/texinfmt.el (texinfmt-version)
6972         (texinfo-format-buffer):
6973         Use `called-interactively-p' instead of `interactive-p'.
6975 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6977         * image-mode.el (image-toggle-display):
6978         * emacs-lisp/elp.el (elp-instrument-function):
6979         * emacs-lisp/advice.el (ad-make-advised-definition):
6980         * emacs-lisp/easy-mmode.el (define-minor-mode):
6981         * net/browse-url.el (browse-url-maybe-new-window):
6982         * progmodes/sh-script.el (sh-learn-buffer-indent):
6983         Pass new argument 'any to `called-interactively-p'.
6985 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6987         * international/uni-bidi.el:
6988         * international/uni-category.el:
6989         * international/uni-combining.el:
6990         * international/uni-comment.el:
6991         * international/uni-decimal.el:
6992         * international/uni-decomposition.el:
6993         * international/uni-digit.el:
6994         * international/uni-lowercase.el:
6995         * international/uni-mirrored.el:
6996         * international/uni-name.el:
6997         * international/uni-numeric.el:
6998         * international/uni-old-name.el:
6999         * international/uni-titlecase.el:
7000         * international/uni-uppercase.el:
7001         Regenerate from Unicode 5.2.0 data.
7003 2009-10-01  Glenn Morris  <rgm@gnu.org>
7005         * Makefile.in (ELCFILES): Regenerate.
7007 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7009         * subr.el (interactive-p): Mark obsolete.
7010         (called-interactively-p): Make the optional-ness of `kind' obsolete.
7011         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
7012         advertised-signature-table for subroutines as well.
7014         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
7015         (set-advertised-calling-convention): New function.
7016         (make-obsolete, define-obsolete-function-alias)
7017         (make-obsolete-variable, define-obsolete-variable-alias):
7018         Make the optional-ness of `when' obsolete.
7019         (define-obsolete-face-alias): Make `when' non-optional.
7020         * help-fns.el (help-function-arglist):
7021         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
7022         Use advertised-signature-table.
7024 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
7026         * files.el (delete-directory): New defun.  The original function
7027         in fileio.c has been renamed to `delete-directory-internal'.
7029         * dired.el (dired-delete-file): Call `delete-directory' with
7030         RECURSIVE parameter.
7032         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
7033         parameter RECURSIVE.  Implementation is missing.
7035         * net/tramp.el (tramp-handle-make-directory): Flush upper
7036         directory's file properties.
7037         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
7038         (tramp-handle-dired-recursive-delete-directory): Flush directory
7039         properties after the remove command only.
7041         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7042         Handle optional parameter RECURSIVE.
7044         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
7045         Handle optional parameter RECURSIVE.
7047         * net/tramp-smb.el (tramp-smb-errors): Add error message for
7048         connection timeout.
7049         (tramp-smb-handle-delete-directory): Handle optional parameter
7050         RECURSIVE.
7052 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7054         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
7055         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
7056         (byte-compile-defmacro): Use backquotes.
7058         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
7060         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
7061         has no associated file.
7062         (vc-resynch-buffer): Use vc-dir-buffers.
7064 2009-10-01  Glenn Morris  <rgm@gnu.org>
7066         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
7067         (chart-file-count):
7068         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
7069         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
7070         * emacs-lisp/eieio-opt.el (eieio-describe-class):
7071         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
7072         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
7073         (eieio-copy-parents-into-subclass, make-instance, class-children)
7074         (eieio-generic-form):
7075         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
7076         * cedet/cedet-idutils.el (cedet-idutils-search)
7077         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
7078         (cedet-idutils-version-check):
7079         * cedet/cedet.el (cedet-version):
7080         * cedet/data-debug.el (data-debug-insert-overlay-button)
7081         (data-debug-insert-overlay-list-button)
7082         (data-debug-insert-buffer-button)
7083         (data-debug-insert-buffer-list-button)
7084         (data-debug-insert-process-button, data-debug-insert-ring-button)
7085         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
7086         (data-debug-insert-stuff-vector-button)
7087         (data-debug-insert-symbol-button, data-debug-insert-string)
7088         (data-debug-insert-number, data-debug-insert-lambda-expression)
7089         (data-debug-insert-nil, data-debug-insert-simple-thing)
7090         (data-debug-insert-custom, data-debug-edebug-expr):
7091         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7092         (global-ede-mode-map, ede-new, ede-debug-target)
7093         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7094         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7095         (semantic-fetch-tags, semantic-submode-list)
7096         (semantic-default-submodes):
7097         * cedet/ede/source.el (ede-source-match):
7098         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7099         (project-am-package-info):
7100         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7101         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7102         * cedet/ede/proj-comp.el (ede-current-build-list):
7103         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7104         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7105         * cedet/ede/cpp-root.el (initialize-instance):
7106         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7107         (autoconf-parameter-strip, autoconf-insert-new-macro):
7108         * cedet/semantic/wisent.el (wisent-lex-eoi):
7109         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7110         (semantic-show-parser-state-mode):
7111         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7112         * cedet/semantic/tag.el (semantic-tag-new-variable)
7113         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7114         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7115         (semantic--tag-deep-copy-tag-list)
7116         (semantic-tag-components-with-overlays-default):
7117         * cedet/semantic/symref.el (semantic-symref-find-text):
7118         * cedet/semantic/senator.el (senator-yank-tag)
7119         (senator-transpose-tags-up):
7120         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7121         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7122         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7123         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7124         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7125         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7126         * cedet/semantic/lex-spp.el
7127         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7128         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7129         * cedet/semantic/idle.el
7130         (semantic-idle-summary-current-symbol-info-brutish)
7131         (semantic-idle-summary-current-symbol-info-default):
7132         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7133         (semantic--grammar-macro-compl-dict):
7134         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7135         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7136         (semantic-format-tag-canonical-name-default):
7137         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7138         (semantic-find-tags-for-completion)
7139         (semantic-find-tags-by-scope-protection-default)
7140         (semantic-deep-find-tags-for-completion):
7141         * cedet/semantic/edit.el
7142         (semantic-edits-incremental-reparse-failed-hook)
7143         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7144         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7145         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7146         * cedet/semantic/dep.el (semantic-dependency-include-path):
7147         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7148         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7149         (semanticdb-project-roots):
7150         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7151         (semanticdb-find-adebug-insert-scanned-tag-cons)
7152         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7153         (semanticdb-brute-deep-find-tags-for-completion):
7154         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7155         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7156         (semantic-end-of-context-default)
7157         (semantic-ctxt-current-function-default)
7158         (semantic-ctxt-scoped-types-default):
7159         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7160         (semantic-complete-inline-tag-engine)
7161         (semantic-complete-inline-custom-type)
7162         (semantic-complete-read-tag-analyzer):
7163         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7164         (semantic-chart-database-size):
7165         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7166         (semantic-analyze-current-context):
7167         * cedet/semantic/symref/list.el (semantic-symref)
7168         (semantic-symref-hide-buffer, semantic-symref-symbol):
7169         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7170         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7171         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7172         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7173         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7174         (semantic-c-dereference-template):
7175         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7176         (semantic--analyze-refs-full-lookup-with-parents)
7177         (semantic--analyze-refs-full-lookup-simple):
7178         * cedet/semantic/analyze/complete.el
7179         (semantic-analyze-possible-completions):
7180         * cedet/srecode/table.el (srecode-mode-table-new):
7181         * cedet/srecode/srt.el (srecode-read-variable-name):
7182         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7183         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7184         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7185         * cedet/srecode/map.el (srecode-current-map):
7186         * cedet/srecode/insert.el (srecode-insert)
7187         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7188         (srecode-template-inserter-point-override)
7189         (srecode-insert-include-lookup):
7190         * cedet/srecode/getset.el (srecode-auto-choose-class):
7191         * cedet/srecode/extract.el (srecode-inserter-extract):
7192         * cedet/srecode/document.el
7193         (srecode-document-autocomment-return-last-alist)
7194         (srecode-document-autocomment-param-type-alist)
7195         (srecode-document-insert-function-comment)
7196         (srecode-document-insert-variable-one-line-comment)
7197         (srecode-document-function-name-comment):
7198         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7199         (srecode-compound-toString):
7200         * cedet/srecode/compile.el (srecode-flush-active-templates):
7201         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7202         Doc/message fixes.
7204         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7205         match-data.  (Bug#4555).
7207         * cedet/semantic/bovine/gcc.el
7208         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7209         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7211         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7212         rather than parsing it as a regexp.  This relaxes the layout
7213         requirements and makes errors easier to detect.
7214         (check-declare-verify): Check file is regular.
7215         (check-declare-directory): Doc fix.
7216         * subr.el (declare-function): Doc fix.
7218         * ibuffer.el (ibuffer-format-qualifier):
7219         * isearch.el (hi-lock-regexp-okay):
7220         * calc/calc.el (math-zerop):
7221         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7222         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7223         Remove unused declarations.
7225 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7227         * cedet/semantic/wisent/javat-wy.el
7228         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7230 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7232         * cedet/srecode/expandproto.el: Fix provide statement.
7234 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7236         * emacs-lisp/eieio.el (boolean-p): Delete.
7238 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7240         * cedet/ede/srecode.el: Fix provide statement.
7242 2009-09-30  Glenn Morris  <rgm@gnu.org>
7244         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7245         * cedet/ede/proj-aux.el (ede-aux-source):
7246         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7247         (ede-misc-source):
7248         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7249         (semantic-mrub-switch-tags): Fix doc typos.
7251         * cedet/semantic/db-global.el (data-debug-new-buffer)
7252         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7253         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7255         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7257         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7258         use of CL function `remove-if-not'.
7260         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7262         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7263         filename is not a string.
7265 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7267         * files.el (safe-local-eval-forms): Fix typo.
7269 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7271         * vc-hooks.el (vc-dir-buffers): New var.
7272         (vc-state-refresh): New function.
7273         (vc-state): Use it.
7274         (vc-after-save): Always ask the backend to recompute the new state.
7275         Always call vc-dir if necessary, using vc-dir-buffers.
7276         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7277         Use vc-dir-buffers.
7278         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7279         (vc-dir-prepare-status-buffer, vc-dir-update)
7280         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7281         Don't call expand-file-name on default-directory.
7283 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7285         * speedbar.el (speedbar-item-delete):
7286         * calc/calc-prog.el (calc-kbd-if):
7287         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7289         * epa.el (epa-key-list-mode-map):
7290         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7292         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7293         (hs-show-hook): Fix typo in docstring.
7295 2009-09-29  Glenn Morris  <rgm@gnu.org>
7297         * cedet/semantic/symref/idutils.el:
7298         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7300         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7302         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7303         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7304         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7305         Mark declarations not understood by check-declare.
7307         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7308         file-name-nondirectory call preventing location of cedet files.
7309         (check-declare-verify): Use literal search rather than re-search.
7310         Add basic defmethod and defclass, and define-overloadable-function.
7312         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7313         Use tramp-compat-file-attributes rather than nonexistent
7314         tramp-compat-handle-file-attributes.
7316         * Makefile.in (lisptagsfiles4): New.
7317         (AUTOGENEL): Add cedet loaddefs files.
7318         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7319         (update-elclist, compile-always, backup-compiled-files)
7320         (bootstrap-clean): Add yet another directory level.
7321         (update-elclist): Use LC_COLLATE rather than COLLATE.
7322         (ELCFILES): Update, via `make update-elclist'.
7324 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7326         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7327         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7328         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7330 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7332         * Makefile.in (lisptagsfiles3): Define.
7333         (TAGS, TAGS-LISP): Use it.
7334         (update-elclist): Add third directory level to look for elc files.
7335         (compile-always): Likewise.
7336         (backup-compiled-files): Likewise.
7337         (bootstrap-clean): Likewise.
7338         (ELCFILES): Update.
7340 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7342         * Makefile.in (ELCFILES): Add CEDET files.
7344 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7346         CEDET (development tools) package merged.
7348         * cedet/*.el:
7349         * cedet/ede/*.el:
7350         * cedet/semantic/*.el:
7351         * cedet/srecode/*.el: New files.
7353 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7355         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7357         * net/tramp.el (top): Require tramp-imap.
7359         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7360         Use `tramp-compat-handle-file-attributes'.
7362 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7364         * net/tramp-imap.el: New package.
7366 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7368         * emacs-lisp/chart.el:
7369         * emacs-lisp/eieio-base.el:
7370         * emacs-lisp/eieio-comp.el:
7371         * emacs-lisp/eieio-custom.el:
7372         * emacs-lisp/eieio-datadebug.el:
7373         * emacs-lisp/eieio-opt.el:
7374         * emacs-lisp/eieio-speedbar.el:
7375         * emacs-lisp/eieio.el: New files.
7377         * cedet/cedet-cscope.el:
7378         * cedet/cedet-files.el:
7379         * cedet/cedet-global.el:
7380         * cedet/cedet-idutils.el:
7381         * cedet/data-debug.el:
7382         * cedet/inversion.el:
7383         * cedet/mode-local.el:
7384         * cedet/pulse.el: New files.
7386 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7388         * whitespace.el (whitespace-trailing-regexp)
7389         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7390         Fix doc string.
7392 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7394         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7395         menu.
7397         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7398         menu-bar-ediff-menu.
7400         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7401         define-overloadable-function.
7403         * progmodes/autoconf.el: Provide autoconf as well, so that this
7404         file can be `require'd.
7406         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7408         * emacs-lisp/autoload.el (generated-autoload-feature)
7409         (generated-autoload-load-name): New vars.
7410         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7411         (make-autoload): Recognize define-overloadable-function and
7412         defclass forms (for EIEIO).
7414         * Makefile.in (update-subdirs): Exclude cedet directory.
7416 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7418         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7420         * faces.el: Default light-background background for region face to
7421         ns_selection_color under NS.
7423 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7425         * net/imap-hash.el: New library, see NEWS.
7427         * Makefile.in (ELCFILES): Add imap-hash.el.
7429 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7431         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7432         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7433         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7434         definition where the docstring could be taken for the return value.
7436 2009-09-26  Glenn Morris  <rgm@gnu.org>
7438         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7439         Add option to only show images below a certain size.
7440         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7441         save-excursion calls.
7443 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7445         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7446         subdirectories) and eieio.
7448 2009-09-26  Alan Mackenzie  <acm@muc.de>
7450         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7451         buggy bracketing.  (Bug#4289)
7453         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7454         character constants (as case labels).  (Bug#4289)
7456 2009-09-25  Juri Linkov  <juri@jurta.org>
7458         * files.el (safe-local-eval-forms): Allow time-stamp in
7459         before-save-hook (Bug#4554).
7461 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7463         * menu-bar.el (list-buffers-directory): Doc fix.
7465 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7468         Try and avoid copying twice the same paragraph.
7469         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7470         Remove save-excursion.
7471         (log-edit-changelog-entry): Do it here instead.
7473 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7475         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7476         when available, instead of hardcoding mode names.  Doc fix.
7478         * menu-bar.el (list-buffers-directory): Add docstring.
7479         Make automatically buffer-local.
7481         * dired.el (dired-mode):
7482         * files.el (cd-absolute):
7483         * pcvs.el (cvs-temp-buffer):
7484         * pcvs-util.el (cvs-get-buffer-create):
7485         * shell.el (shell-mode):
7486         * vc-dir.el (vc-dir-mode):
7487         Don't make `list-buffers-directory' buffer local.
7489 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7491         * comint.el (comint-exec, comint-run, make-comint):
7492         Doc fixes (Bug#4542).
7494 2009-09-25  Glenn Morris  <rgm@gnu.org>
7496         * mail/rmailmm.el (rmail-mime): New custom group.
7497         Move all defcustoms in this file into this group.
7498         (rmail-mime-media-type-handlers-alist): Revert previous change.
7499         (rmail-mime-show-images): New option.
7500         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7501         references to it, since it wasn't actually used for anything.
7502         (rmail-mime-insert-image): New function.
7503         (rmail-mime-image): Use rmail-mime-insert-image.
7504         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7505         obey the value of `rmail-mime-show-images' option.  Print the size of
7506         attachments.
7508 2009-09-25  David Engster  <deng@randomsample.de>
7510         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7512 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7514         * whitespace.el: Does not highlight trailing spaces While point is
7515         at end of line.  Does not highligt spaces at beginning of buffer
7516         while point is at beginning of buffer.  Does not highlight spaces
7517         at end of buffer while point is at end of buffer.  (Bug#4177)
7518         New version 12.0.
7519         (whitespace-display-mappings): Adjust initialization.
7520         (whitespace-point, whitespace-font-lock-refontify): New vars.
7521         (whitespace-color-on, whitespace-color-off): Adjust code.
7522         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7523         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7524         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7526 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7528         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7530         * textmodes/sgml-mode.el: Remove xml-mode alias.
7532         * files.el (auto-mode-alist, conf-mode-maybe)
7533         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7535 2009-09-24  Alan Mackenzie  <acm@muc.de>
7537         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7538         c-forward-conditionals, but it doesn't move point and doesn't set
7539         the mark.
7540         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7541         (c-down-conditional-with-else, c-backward-conditional)
7542         (c-forward-conditional): Refactor to use c-scan-conditionals.
7544 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7546         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7547         (help-default-arg-highlight): Remove.
7548         (help-highlight-arg): New function.
7549         (help-do-arg-highlight): Use it.
7550         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7552 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7554         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7555         Undo last change, which didn't fix the problem and introduced others.
7557 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7559         * progmodes/gdb-mi.el: Don't require speedbar.
7560         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7562 2009-09-24  Glenn Morris  <rgm@gnu.org>
7564         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7566         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7568         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7569         there is no newline after the final mime boundary.  (Bug#4539)
7570         Move markers on insertion so that any buttons inserted don't end up in
7571         the next part of a multipart message.
7572         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7573         (rmail-mime-bulk-handler): Optionally handle images.
7574         (rmail-mime-image): New button action.
7575         (rmail-mime-image-handler): New function.
7576         (rmail-mime-mode): New mode.
7577         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7579 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7581         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7582         than just dropping elements from it (bug#4504).
7584         * term.el (term-set-scroll-region): Don't move cursor any more.
7585         (term-handle-ansi-escape): Call term-goto here instead.
7586         Suggested by Ivan Kanis <apple@kanis.eu>.
7588         * term.el: Require CL.
7589         (term-ansi-reset): New function.
7590         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7591         (term-handle-colors-array): Simplify.
7593 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7595         * allout.el (allout-overlay-interior-modification-handler)
7596         (allout-obtain-passphrase):
7597         * epa-file.el (epa-file-write-region):
7598         * ps-print.el (ps-begin-job):
7599         * vc-hooks.el (vc-toggle-read-only):
7600         * vc-rcs.el (vc-rcs-rollback):
7601         * vc-sccs.el (vc-sccs-rollback):
7602         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7603         (vc-version-diff, vc-revert, vc-rollback):
7604         * wdired.el (wdired-check-kill-buffer):
7605         * emacs-lisp/authors.el (authors):
7606         * net/socks.el (socks-open-connection):
7607         * net/zeroconf.el (zeroconf-service-add-hook):
7608         * obsolete/vc-mcvs.el (vc-mcvs-register):
7609         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7610         (gdb-select-frame):
7611         * progmodes/grep.el (lgrep, rgrep):
7612         * progmodes/idlw-help.el (idlwave-help-check-locations)
7613         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7614         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7615         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7616         (reftex-toc-rename-label): Fix typos in error messages.
7618         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7619         (dired-copy-how-to-fn): Doc fix.
7620         (dired-files-attributes, dired-read-shell-command):
7621         Fix typos in docstrings.
7623         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7624         (dired-x-find-file-other-window): Reflow docstrings.
7625         (dired-omit-marker-char, dired-read-shell-command)
7626         (dired-x-submit-report): Fix typos in docstrings.
7628         * shell.el (shell-mode-hook):
7629         * view.el (View-scroll-line-forward):
7630         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7631         Fix typos in docstrings.
7633         * net/dig.el (dig-invoke): Fix typo in docstring.
7634         (query-dig): Reflow docstring.
7636         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7637         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7638         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7639         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7640         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7641         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7642         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7643         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7644         (idlwave-completion-map, idlwave-current-indent)
7645         (idlwave-custom-ampersand-surround, idlwave-customize)
7646         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7647         (idlwave-define-abbrev, idlwave-determine-class-special)
7648         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7649         (idlwave-end-block-reg, idlwave-end-of-statement)
7650         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7651         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7652         (idlwave-explicit-class-listed, idlwave-file-header)
7653         (idlwave-fill-paragraph, idlwave-find-class-definition)
7654         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7655         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7656         (idlwave-in-quote, idlwave-indent-action-table)
7657         (idlwave-indent-expand-table, idlwave-indent-line)
7658         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7659         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7660         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7661         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7662         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7663         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7664         (idlwave-outlawed-buffers, idlwave-popup-select)
7665         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7666         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7667         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7668         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7669         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7670         (idlwave-statement-type, idlwave-struct-skip)
7671         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7672         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7673         (idlwave-what-module-find-class): Fix typos in docstrings.
7674         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7675         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7676         (idlwave-find-module, idlwave-find-structure-definition)
7677         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7678         (idlwave-list-load-path-shadows, idlwave-next-statement)
7679         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7680         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7681         (idlwave-template): Reflow docstrings.
7683         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7684         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7685         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7686         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7687         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7688         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7689         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7690         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7691         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7692         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7693         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7694         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7695         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7696         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7697         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7698         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7699         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7700         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7701         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7702         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7703         Fix typos in docstrings.
7704         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7705         (idlwave-shell-hide-output, idlwave-shell-mode)
7706         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7707         Reflow docstrings.
7709         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7711 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7713         * term.el (term-bold-attribute): New var.
7714         (term-handle-colors-array): Use it.
7716 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7718         * progmodes/gdb-mi.el (gdb-version): New variable.
7719         (gdb-non-stop-handler): Set gdb-version.
7720         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7721         Condition "--thread" option on gdb-version.
7722         (gdb-invalidate-threads): Remove unused argument.
7724 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7727         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7729 2009-09-23  Glenn Morris  <rgm@gnu.org>
7731         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7732         replying to mail without References or Message-Id.  (Bug#4525)
7734 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7736         * term/ns-win.el (ns-reg-to-script): New variable.
7738 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7740         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7742 2009-09-22  Sam Steingold  <sds@gnu.org>
7744         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7745         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7746         to 1 because hg returns status 1 when nothing is found.
7747         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7749 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7751         * textmodes/fill.el: Convert to utf-8 encoding.
7752         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7753         pre-unicode days.
7755         * add-log.el (change-log-fill-forward-paragraph): New function.
7756         (change-log-mode): Use it so fill-region DTRT.
7757         Set fill-indent-according-to-mode here rather than in
7758         change-log-fill-paragraph.
7759         (change-log-fill-paragraph): Remove.
7761 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7763         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7764         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7766 2009-09-22  Glenn Morris  <rgm@gnu.org>
7768         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7769         the scroll-bar scroll the calendar window rather than the buffer.
7771         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7772         commands that move point (as opposed to scrolling).
7774         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7776         * emacs-lisp/elint.el (elint): New custom group.
7777         (elint-log-buffer): Make it a defcustom.
7778         (elint-scan-preloaded, elint-ignored-warnings)
7779         (elint-directory-skip-re): New options.
7780         (elint-builtin-variables): Doc fix.
7781         (elint-preloaded-env): New variable.
7782         (elint-unknown-builtin-args): Add an entry for encode-time.
7783         (elint-extra-errors): Make it a variable rather than a constant.
7784         (elint-preloaded-skip-re): New constant.
7785         (elint-directory): Skip files matching elint-directory-skip-re.
7786         (elint-features): New variable, local to linted buffers.
7787         (elint-update-env): Initialize elint-features.  Possibly add
7788         elint-preloaded-env to the buffer's environment.
7789         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7790         Skip quoted forms.
7791         (elint-init-form): New function, extracted from elint-init-env.
7792         Make non-list forms a warning rather than an error.
7793         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7794         easy-menu-define, put that adds an error-condition, and provide.
7795         When requiring cl, also require cl-macs.  Really require cl, to handle
7796         some cl macros.  Store required libraries in the list elint-features,
7797         so as not to re-load them.  Treat cc-require like require.
7798         (elint-init-env): Call elint-init-form to do the work.
7799         Handle eval-and-compile and such like.
7800         (elint-add-required-env): Do not clear messages.
7801         (elint-special-forms): Add handlers for function, defalias, if, when,
7802         unless, and, or.
7803         (elint-form): Add optional argument to ignore elint-special-forms,
7804         useful to prevent recursive calls from handlers.  Doc fix.
7805         Respect elint-ignored-warnings.
7806         (elint-form): Respect elint-ignored-warnings.
7807         (elint-bound-variable, elint-bound-function): New variables.
7808         (elint-unbound-variable): Respect elint-bound-variable.
7809         (elint-get-args): Respect elint-bound-function.
7810         (elint-check-cond-form): Add some simple handling for (f)boundp and
7811         featurep tests.
7812         (elint-check-defalias-form): New handler.
7813         (elint-check-let-form): Make an empty let a warning rather than an
7814         error.
7815         (elint-check-setq-form): Make an empty setq a warning rather than an
7816         error.  Respect elint-ignored-warnings.
7817         (elint-check-defvar-form): Accept null doc-strings.
7818         (elint-check-conditional-form): New handler.  Does some simple-minded
7819         checking of featurep and (f)boundp tests.
7820         (elint-put-function-args): New function.
7821         (elint-initialize): Use elint-scan-doc-file rather than
7822         elint-find-builtin-variables.  Use elint-put-function-args.
7823         Possibly scan preloaded-file-list.
7824         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7825         extend to handle functions as well.
7827 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7829         * linum.el (linum-delete-overlays, linum-update-window):
7830         Do not modify the right margin.  (Bug#3971)
7832 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7834         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7835         nxml-mode instead of xml-mode.
7837 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7839         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7841 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7843         * net/dig.el (dig-mode): Use define-derived-mode.
7845 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7847         * vc-dispatcher.el (vc-do-command): Return the process object in
7848         the asynchronous case.  Use when instead of if.  Do not run
7849         vc-exec-after to display a message if not enabled.  (Bug#4463)
7851         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7852         properties to the stash strings.
7853         (vc-git-stash-list): Return a list of strings.
7854         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7855         (vc-git-stash-show-at-point): New functions.
7856         (vc-git-stash-map): New keymap.
7858         * register.el (ctl-x-r-map): Define the keys here instead of
7859         using autoload.
7861 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7863         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7864         list, to workaround performance problem (bug#4485).
7866 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7868         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7870 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7872         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7873         Document that this option is not recommended to use.
7875 2009-09-19  Glenn Morris  <rgm@gnu.org>
7877         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7878         variable `var'.
7880         * calc/calc-alg.el (var):
7881         * calc/calcalg2.el (var): Define for compiler.
7883 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7885         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7886         Doc fix (Bug#3932).
7888         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7890         * time-stamp.el (time-stamp-month-dd-yyyy)
7891         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7892         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7893         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7894         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7895         Remove functions that have been obsolete since 1995 (Bug#4436).
7897         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7898         indent buffer only if called interactively (Bug#4452).
7900 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7901             Eli Zaretskii  <eliz@gnu.org>
7903         This fixes bug#4197 (merged to bug#865, though not identical).
7904         * server.el (server-auth-dir): Add docstring note about FAT32.
7905         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7906         but warn against using them.
7908 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7910         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7911         older GDB where there is no has_more field.
7913 2009-09-19  Glenn Morris  <rgm@gnu.org>
7915         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7917 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7919         * files.el (auto-mode-alist): Change default for XML files to nXML
7920         mode (Bug#4169).
7922 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7924         * server.el (server-ensure-safe-dir): Pass 'integer
7925         to `file-attributes', as suggested.
7927 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7930         (dired-query): Use read-key.
7932 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7934         * cus-start.el (ns-use-qd-smoothing): Remove.
7936 2009-09-18  Glenn Morris  <rgm@gnu.org>
7938         * allout.el (top-level): Remove unnecessary progn.
7940         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7942         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7943         definition of abbrev table.
7945         * speedbar.el (speedbar-track-mouse):
7946         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7947         * net/eudc.el (eudc-expand-inline):
7948         * net/newst-backend.el (newsticker--cache-read-feed):
7949         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7950         condition-case handlers.
7952 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7954         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7955         (gdb-var-list): Add an element for has_more field.
7956         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7957         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7958         (gdb-var-update-handler-1): Parse output of dynamic variable
7959         objects (STL containers).
7960         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7961         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7963         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7964         gdb-var-list.
7965         (gud-speedbar-buttons): Make node expandable if expression "has more"
7966         children.
7968 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7970         * startup.el (emacs-quick-startup): Remove variable and all uses.
7971         (command-line): Set `inhibit-x-resources' instead.
7972         (command-line-1): Use `inhibit-x-resources' instead.
7974 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7976         * subr.el: Fix last change to avoid using the `unless' macro,
7977         which breaks bootstrapping.
7979 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7981         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7982         extended definitions, in case we reload subr.el after having
7983         loaded CL.
7984         (eval-next-after-load): Mark as obsolete.
7986 2009-09-17  Juri Linkov  <juri@jurta.org>
7988         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7989         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7990         (menu-bar-showhide-menu, menu-bar-tools-menu)
7991         (menu-bar-describe-menu, menu-bar-help-menu)
7992         (minibuffer-local-completion-map, minibuffer-local-map):
7993         Fix list quoting.
7995 2009-09-17  Glenn Morris  <rgm@gnu.org>
7997         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7998         arguments, whether or not it has a handler.
8000         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
8002         * simple.el (hard-newline): Give it a doc-string.
8004         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
8005         (lisp-mode-syntax-table): Give them doc-strings.
8007 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
8009         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
8010         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
8011         (menu-bar-options-menu, menu-bar-showhide-menu)
8012         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
8013         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
8014         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
8015         (menu-bar-options-menu, menu-bar-tools-menu)
8016         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
8017         (menu-bar-help-menu):
8018         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
8019         string arguments.
8021         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
8022         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
8023         calls for the menu names and :help.
8025 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * mouse.el (minor-mode-menu-from-indicator): Pay attention
8028         to :minor-mode-function (bug#4455).
8030 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8032         * startup.el (command-line): Initialize the window-system after
8033         processing the command-line.
8035         * textmodes/page.el (what-page): Make sure we don't inf-loop if
8036         page-delimiter matches the empty string.
8038 2009-09-16  Glenn Morris  <rgm@gnu.org>
8040         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
8041         byte-compile-not-obsolete-var.  It's a list now.
8042         (byte-compile-not-obsolete-funcs): New variable.
8043         (byte-compile-warn-obsolete): Don't warn about functions if they are in
8044         byte-compile-not-obsolete-funcs.
8045         (byte-compile-variable-ref, byte-compile-defvar): Update for
8046         byte-compile-not-obsolete-vars name-change and list nature.
8047         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
8048         and variables behind (f)boundp tests.
8049         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
8051 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8053         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
8055 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8057         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
8058         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
8059         Don't autoload.
8061 2009-09-15  Stephen Eglen  <stephen@gnu.org>
8063         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
8064         the virtual-buffers, use the name of the buffer specified by
8065         find-file-noselect, as the match may be a symlink.  (This was a
8066         problem if the target and the symlink had different names.)
8068 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8070         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
8072         * desktop.el (desktop-path): Check user-emacs-directory.
8074         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
8076         * loadup.el: Use after-load-functions to GC after loading each file.
8077         Remove the explicit GC calls that used to be sprinkled around.
8079         * subr.el (after-load-functions): New hook.
8080         (do-after-load-evaluation): Run it.  Use string-match-p to detect
8081         `obsolete' packages, rather than painfully extracting the relevant
8082         directory name.
8084 2009-09-15  Glenn Morris  <rgm@gnu.org>
8086         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8087         free variable `doc'.
8089         * dired.el (dired-mode-map): Add menu entry for async shell command.
8091         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8092         variables, also consider the .elc files, since the .el files are
8093         normally gzipped (subsequent code locates the .el.gz from the .elc).
8095         * calc/calc-prog.el (arglist): Define for compiler.
8097         * calendar/diary-lib.el (diary-display-function): Change the default to
8098         fancy display.
8099         (body): Define for compiler.
8101         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8102         (byte-compile-file-form, byte-compile-lambda)
8103         (byte-compile-top-level-body, byte-compile-form)
8104         (byte-compile-variable-ref, byte-compile-setq)
8105         (byte-compile-setq-default, byte-compile-body)
8106         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8107         (batch-byte-compile): Give some more local variables with common names
8108         a "bytecomp-" prefix to avoid masking warnings about free variables.
8110         * startup.el (command-line-1): Give local variables with common names a
8111         distinguishing prefix, so as not to hide free variable warnings during
8112         bootstrap.
8114         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8115         clever and add a suffix to make a unique name, just let the user decide
8116         whether or not to overwrite it.  If the input is a directory, write the
8117         default filename to that directory.  (Bug#4388)
8118         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8119         is a filename-as-a-directory.
8121 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8123         * textmodes/page.el (what-page): Don't move to beginning of line.
8124         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8126 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8128         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8130 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8132         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8133         * help.el (help-for-help-internal): Add purecopy calls for text.
8135         * vc.el (top): print-log method now takes an optional SHORTLOG
8136         argument.  Add a new method: root.
8137         (vc-root-diff, vc-print-root-log): New functions.
8138         (vc-log-short-style): New variable.
8139         (vc-print-log-internal): Add support for showing short logs.
8141         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8142         vc-print-root-log and vc-print-root-diff.
8144         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8145         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8146         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8147         short logs.
8149         * vc-cvs.el (vc-cvs-print-log):
8150         * vc-mtn.el (vc-mtn-print-log):
8151         * vc-rcs.el (vc-rcs-print-log):
8152         * vc-sccs.el (vc-sccs-print-log):
8153         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8154         that is ignored for now.
8156         * vc-mtn.el (vc-mtn-annotate-command):
8157         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8159 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8161         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8162         to function-key-map, and give them ascii-character property.
8163         * term/x-win.el (x-alternatives-map):
8164         * term/ns-win.el (ns-alternatives-map):
8165         * term/internal.el (msdos-key-remapping-map):
8166         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8168 2009-09-14  Glenn Morris  <rgm@gnu.org>
8170         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8171         temp-buffers (2009-09-12).
8173 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8175         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8176         the new read-key function.
8178 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8180         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8181         is defined (Bug#4405).
8183 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8185         * recentf.el (recentf-cleanup): Use a hash table to find
8186         duplicates (Bug#4407).
8188 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8190         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8191         kp-0 to ascii equivalents (Bug#4325).
8193 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8195         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8197         * eshell/em-hist.el:
8198         * eshell/em-dirs.el (eshell-complete-user-reference):
8199         Declare pcomplete functions and variables to avoid compiler warnings.
8201 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8203         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8204         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8205         * eshell/em-alias.el (eshell-aliases-file):
8206         * eshell/em-hist.el (eshell-history-file-name):
8207         Use expand-file-name instead of concat to make file names (Bug#4308).
8209 2009-09-13  Glenn Morris  <rgm@gnu.org>
8211         * ediff-merg.el (ediff-do-merge):
8212         * filesets.el (filesets-run-cmd):
8213         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8214         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8215         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8216         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8217         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8218         Replace empty `let's with `progn'.
8220 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8222         * mail/sendmail.el (send-mail-function):
8223         * tooltip.el (tooltip-mode):
8224         * simple.el (transient-mark-mode):
8225         * rfn-eshadow.el (file-name-shadow-mode):
8226         * frame.el (blink-cursor-mode):
8227         * font-core.el (global-font-lock-mode):
8228         * files.el (temporary-file-directory)
8229         (small-temporary-file-directory, auto-save-file-name-transforms):
8230         * epa-hook.el (auto-encryption-mode):
8231         * composite.el (global-auto-composition-mode):
8232         Use custom-initialize-delay.
8233         * startup.el (command-line): Don't explicitly call
8234         custom-reevaluate-setting for all the above vars.
8235         * custom.el (custom-initialize-safe-set)
8236         (custom-initialize-safe-default): Delete.
8238 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8240         * term/x-win.el (x-initialize-window-system):
8241         * term/w32-win.el (w32-initialize-window-system):
8242         * term/ns-win.el (ns-initialize-window-system): Don't call
8243         mouse-wheel-mode since it's enabled globally by default already.
8245         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8246         actually define the variable, but only silences the byte-compiler.
8247         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8248         before looking it up.
8249         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8250         is changed.
8252 2009-09-12  Glenn Morris  <rgm@gnu.org>
8254         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8255         1000.
8256         (elint-add-required-env): Don't beep on error.
8257         (elint-forms): In case of error, return ENV unchanged.
8258         (elint-init-env): Skip non-list forms.
8259         (elint-log): Handle unknown file positions.
8261 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8263         * epg.el (epg-make-context): Add autoload cookie.
8264         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8265         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8266         (epg-verify-string, epg-start-sign, epg-sign-file)
8267         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8268         (epg-encrypt-string, epg-start-export-keys)
8269         (epg-export-keys-to-file, epg-export-keys-to-string)
8270         (epg-start-import-keys, epg-import-keys-from-file)
8271         (epg-import-keys-from-string, epg-start-receive-keys)
8272         (epg-receive-keys, epg-import-keys-from-server)
8273         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8274         (epg-sign-keys, epg-start-generate-key)
8275         (epg-generate-key-from-file, epg-generate-key-from-string):
8276         Remove autoload cookie.
8278 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8280         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8281         reevaluation of trash-directory.
8283         * mwheel.el: Fix last change.
8284         (mouse-wheel-mode): New defvar.
8285         (mouse-wheel-mode): Remove autoload cookie.
8287 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * mwheel.el (mwheel-installed-bindings): New var.
8290         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8291         the bindings we set last time.  Use custom-initialize-delay.
8292         * loadup.el: Load mwheel after term/*-win.el.
8293         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8294         and mouse-wheel-up-event now that their first evaluation is done
8295         sufficiently late to be correct.
8297         * startup.el (tutorial-directory): Make it a defcustom.
8298         Use custom-initialize-delay rather than eval-at-startup to set it.
8299         * image.el (image-load-path): Make it a defcustom.
8300         Use custom-initialize-delay rather than eval-at-startup to set it.
8301         * subr.el (eval-at-startup): Remove.
8302         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8304         * subr.el (do-after-load-evaluation): Warn the user after loading an
8305         obsolete package.
8307 2009-09-12  Glenn Morris  <rgm@gnu.org>
8309         * proced.el (proced-mark-alt): Remove alias.
8310         (proced-mode-map): Remove proced-mark-alt.
8312         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8313         Elint file and directory.  Remove initialization entry.
8315         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8316         commands.
8317         (elint-current-buffer): Set mode-line-process.
8318         (elint-init-env): Handle define-derived-mode.
8319         Fix declare-function with unspecified arglist.  Guard against odd
8320         defalias statements (eg iso-insert's 8859-1-map).
8321         (elint-add-required-env): Use a temp buffer.
8322         (elint-form): Just print the function/macro name, not the whole form.
8323         Return env unchanged if we fail to parse a macro.
8324         (elint-forms): Guard against parse errors.
8325         (elint-output): New function, to handle batch mode.
8326         (elint-log-message): Add optional argument.  Use elint-output.
8327         (elint-set-mode-line): New function.
8329 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8331         * emacs-lisp/elp.el (elp-not-profilable): Add more
8332         functions (Bug#4233).
8334 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8336         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8337         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8339 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8341         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8342         (gdb-var-list-children): Use json parsing.
8344 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8346         * progmodes/js.el (js--proper-indentation): Handle the case where
8347         char-before is null.  Reported by Deniz Dogan.
8349 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8351         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8353 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8355         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8356         (epg-digest-algorithm-alist): Add SHA224.
8357         (epg-context-set-passphrase-callback)
8358         (epg-context-set-progress-callback): Add description about
8359         callback function.
8361 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8363         * custom.el (custom-delayed-init-variables): New var.
8364         (custom-initialize-delay): New function.
8365         * startup.el (command-line): "Re"evaluate all vars in
8366         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8367         explicitly any more.
8368         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8369         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8371         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8373 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8375         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8376         (gdb-var-update-handler): Use json parsing.
8378 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8380         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8381         decode annotated text, regardless of language environment.  (Bug#2741)
8383 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8385         * Makefile.in (autoloads): Make rmail.el writable as well.
8387 2009-09-11  Glenn Morris  <rgm@gnu.org>
8389         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8390         loaddefs.el.
8391         * dired.el: Regenerate with extracted autoloads.
8392         * Makefile.in (autoloads): Make dired.el writable.
8394         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8395         * ibuffer.el: Regenerate with extracted autoloads.
8396         * Makefile.in (autoloads): Make ibuffer.el writable.
8398         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8399         * version.el (emacs-copyright, emacs-major-version)
8400         (emacs-minor-version): Reformat doc-strings for make-docfile.
8402         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8403         functions and variables, since they must be stuff specific to some other
8404         platform.
8405         (apropos-print): Make mouse-click message less specific about button.
8407         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8408         that records where a macro was defined.
8409         * help-fns.el (describe-function-1): Mention if a function has a
8410         compiler-macro.
8411         * help-mode.el (help-function-cmacro): New button.
8413         * locate.el (top-level): Always require dired.
8414         (locate-mode-map): Initialize inside the defvar.
8416         * net/ange-ftp.el (dired-compress-file): Declare.
8417         (ange-ftp-dired-compress-file): Add doc string.
8419         * term/ns-win.el (x-display-name, x-setup-function-keys):
8420         Unify doc-strings with X versions.
8422 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8424         * emulation/crisp.el (crisp-mode-map): Move initialization
8425         into declaration.
8426         (crisp-mode): Use define-minor-mode.
8428         * progmodes/xscheme.el (xscheme-evaluation-commands):
8429         Put a :advertised-binding property rather than using
8430         advertised-xscheme-send-previous-expression.
8431         (advertised-xscheme-send-previous-expression): Declare obsolete.
8432         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8433         `advertised-undo'.
8434         (crisp-mode): Add corresponding bindings to
8435         undo's :advertised-binding instead.
8436         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8437         than using dired-advertised-find-file.
8438         (dired-advertised-find-file):
8439         * simple.el (advertised-undo):
8440         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8441         (widget-keymap): Put a :advertised-binding property rather
8442         than using advertised-widget-backward.
8443         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8444         than using advertised-undo.
8445         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8447 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8449         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8450         Mark mode is enabled and region is active; otherwise indent or
8451         insert TAB as usual.
8452         (delphi-mode): Update description of TAB-key binding.
8454 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8456         * subr.el (define-key-rebound-commands): Mark obsolete.
8457         * startup.el (precompute-menubar-bindings): Remove.
8458         (normal-top-level): Remove obsolete code that tried to precompute
8459         menubar bindings.
8460         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8461         define-key-rebound-commands and precompute-menubar-bindings.
8463 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8465         * net/imap.el (imap-interactive-login): Better messages.
8466         (imap-open): Fix bug with renamed buffer on reconnect.
8467         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8468         for easier debugging and cleaner code.  On successful (guessed based on
8469         server capabilities) secondary authentication, set imap-state
8470         correctly.
8471         (imap-last-authenticator): Define imap-last-authenticator as a variable
8472         to avoid warnings.
8474 2009-09-10  Glenn Morris  <rgm@gnu.org>
8476         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8478         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8479         (byte-compile-file-form-autoload): Don't warn about unknown functions
8480         where the autoload statement comes after the use.
8481         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8482         that any handlers inside the body (eg require) are in turn respected.
8484         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8485         effects.
8487         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8488         and syntax and abbrev tables basic docs, if they don't have any.
8490         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8492         * international/mule-cmds.el (top-level): Require cl when compiling.
8493         (view-hello-file): Use default-value rather than
8494         default-enable-multibyte-characters.
8496         * progmodes/fortran.el: Move all safe and risky properties into the
8497         defcustoms.
8499         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8500         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8501         * mail/undigest.el:
8502         Put autoloads in rmail.el rather than loaddefs.el.
8503         * mail/rmail.el: Regenerate with extracted autoloads.
8505         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8506         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8508 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8510         Reported in thread for Bug#4375.
8511         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8512         "-data-evaluate-expression" instead of print.
8513         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8514         (gdb-tooltip-print): Parse output from above MI command.
8515         (gdb): Revert 2009-08-11 change.  User should detach inferior
8516         manually.
8518         Remove the word "separate" from IO functions as inferior
8519         output is now never displayed in the GUD buffer.
8521 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8523         * startup.el (command-line-normalize-file-name): On Windows and
8524         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8526 2009-09-10  Juri Linkov  <juri@jurta.org>
8528         * isearch.el (isearch-text-char-description): Propertize escape
8529         character sequences with the `escape-glyph' face.  (Bug#4344)
8531         * simple.el (shell-command): Set asynchronous process filter to
8532         `comint-output-filter'.  (Bug#4343)
8534         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8535         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8536         the list.  Move "asm" to the bottom.
8537         (grep-find-ignored-directories): Add `choice' with nil value
8538         to empty the list easily.
8539         (grep-find-ignored-files): New option.
8540         (grep-files-history): Set to nil by default instead of '("ch" "el").
8541         (grep-compute-defaults): Add "<X>" to `grep-template'.
8542         (grep-read-files): Bind new local variables `default-alias' and
8543         `default-extension'.  Use a list of default values for the file prompt.
8544         (lgrep): Add `--exclude=' command line options composed from
8545         `grep-find-ignored-files'.
8546         (rgrep): Add `-name' command line options composed from
8547         `grep-find-ignored-files'.  (Bug#4301)
8549 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8552         (bug#4368).
8554 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8556         * calendar/time-date.el (autoload):
8557         Expand define-obsolete-function-alias into defalias and make-obsolete
8558         for old Emacsen that Gnus supports.
8559         (with-no-warnings): Define it for old Emacsen.
8560         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8561         is available.
8562         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8563         float-time is available; suppress compile warning for time-to-seconds.
8565 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8567         * net/imap.el (imap-message-map): Docstring fix.
8569 2009-09-09  Glenn Morris  <rgm@gnu.org>
8571         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8572         line numbers too.  (Bug#4374)
8574 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8576         * smerge-mode.el (smerge-remove-props, smerge-refine):
8577         Use with-silent-modifications (bug#4342).
8579         * subr.el (with-silent-modifications): New macro.
8581 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8583         * files.el (top-level): Require `cl' when compiling.
8585 2009-09-07  Glenn Morris  <rgm@gnu.org>
8587         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8589         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8590         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8592 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8594         * vc-git.el (vc-git-annotate-command): Use separator to parse
8595         arguments correctly.
8597 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8599         * proced.el (proced-mode): Doc fix.
8601 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8603         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8604         lstat fails.
8605         (tramp-do-file-attributes-with-ls): Check for file existence at
8606         remote end.
8607         (tramp-do-file-attributes-with-stat): Likewise.
8608         (tramp-convert-file-attributes): Return nil when attr is nil.
8610 2009-09-05  Glenn Morris  <rgm@gnu.org>
8612         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8613         properties to this button.
8614         (diary-fancy-display): Don't extend the button to the final newline.
8615         (diary-fancy-display-mode): Continue to define "q" as a local key.
8617         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8618         efficient.
8620         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8622         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8623         (byte-compile-dest-file-function): New option.
8624         (byte-compile-dest-file): Doc fix.
8625         Obey byte-compile-dest-file-function.
8626         (byte-compile-cl-file-p): New function.
8627         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8628         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8629         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8630         than for file being previously loaded.
8631         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8632         (byte-compile-file-form-require): Handle the case where requiring a file
8633         indirectly causes CL to be loaded.
8635 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8637         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8638         before killing the old buffer, since by the time `kill-buffer' is
8639         run so many buffer variables have been set to nil that it may not
8640         behave as expected.  (Bug#4061)
8642 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8644         * files.el (find-alternate-file): If the old buffer is modified
8645         and visiting a file, behave similarly to `kill-buffer' when
8646         killing it, thus reverting to the pre-1.878 behavior; see
8647         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8648         for discussion.  Also, consult `buffer-file-name' as a variable
8649         not as a function, for consistency with the rest of the code.
8651 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8653         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8654         also when adding a new directory.
8656         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8657         defun.
8659 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8661         * files.el (locate-file-completion-table): Make it provide boundary
8662         information, so partial-completion works better.
8664 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8666         * mail/footnote.el (Footnote-text-under-cursor):
8667         Check footnote-text-marker-alist before using it (bug#4324).
8669 2009-09-04  Glenn Morris  <rgm@gnu.org>
8671         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8672         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8673         * play/solitaire.el, play/tetris.el:
8674         Remove leading * from defcustom and defface docs.
8676         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8677         necessary.
8678         (diary-fancy-overriding-map): New variable.
8679         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8680         Use view-mode.
8682         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8683         goto-line.
8685 2009-09-03  Glenn Morris  <rgm@gnu.org>
8687         * arc-mode.el (archive-mode):
8688         * dos-fns.el (set-default-process-coding-system):
8689         * man.el (Man-getpage-in-background):
8690         * menu-bar.el (menu-bar-describe-menu):
8691         * server.el (server-process-filter):
8692         * startup.el (command-line):
8693         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8694         * w32-fns.el (set-default-process-coding-system):
8695         * x-dnd.el (x-dnd-handle-file-name):
8696         * international/mule-cmds.el (mule-menu-keymap)
8697         (set-default-coding-systems, language-info-alist, set-language-info)
8698         (set-language-environment, standard-display-european-internal)
8699         (set-locale-environment):
8700         * international/mule-diag.el (mule-diag):
8701         * mail/emacsbug.el (report-emacs-bug):
8702         * mail/rmail.el (rmail-mode):
8703         * mail/sendmail.el (mail-setup):
8704         Use default-value rather than default-enable-multibyte-characters.
8706         * progmodes/f90.el: Move all safe properties into the defcustoms.
8707         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8709         * calendar/appt.el (appt-check):
8710         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8711         (diary-check-diary-file, diary-list-entries)
8712         (diary-include-other-diary-files, diary-simple-display)
8713         (diary-fancy-display, diary-print-entries)
8714         (diary-mark-included-diary-files, diary-make-entry):
8715         Don't call substitute-in-file-name on diary-file.
8717 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8718             Stefan Monnier  <monnier@iro.umontreal.ca>
8720         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8721         (footnote-mode-map): Move initialization into the declaration.
8722         (footnote-minor-mode-map): Define it rather than changing global-map.
8723         (footnote-mode): Use define-minor-mode.
8725 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8727         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8728         (tramp-do-file-attributes-with-perl)
8729         (tramp-do-file-attributes-with-stat): Rename from
8730         `tramp-handle-file-attributes-with-*'.
8731         (tramp-handle-file-attributes): Use them.
8732         (tramp-do-directory-files-and-attributes-with-perl)
8733         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8734         `tramp-handle-directory-files-and-attributes-with-*'.
8735         (tramp-handle-directory-files-and-attributes): Use them.
8736         (tramp-method-out-of-band-p): Additional parameter SIZE.
8737         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8738         (tramp-handle-write-region): Use it.
8739         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8740         (tramp-handle-vc-registered): Check, whether the first run did
8741         return files to be tested.
8742         (tramp-advice-make-auto-save-file-name): Do not call directly
8743         `tramp-handle-make-auto-save-file-name', because this would bypass
8744         the locking mechanism.
8746         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8747         (file-remote-p, process-file, start-file-process, set-file-times)
8748         (tramp-compat-file-attributes): Compatibility functions shall not
8749         call directly `tramp-handle-*', because this would bypass the
8750         locking mechanism.
8751         (tramp-compat-number-sequence): New defun.
8753 2009-09-02  Glenn Morris  <rgm@gnu.org>
8755         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8756         alias for float-time.
8757         (time-to-number-of-days): In Emacs, use float-time.
8758         * net/newst-backend.el (time-add): Suppress warnings from compat
8759         function.
8760         * time.el (emacs-uptime, emacs-init-time):
8761         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8762         Use float-time rather than time-to-seconds.
8764         * minibuffer.el (completion-initials-expand): Fix typo.
8766         * faces.el (modeline, modeline-inactive, modeline-highlight)
8767         (modeline-buffer-id):
8768         * info.el (info-menu-5): Mark these face aliases as obsolete.
8770 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8772         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8773         space ...
8774         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8775         no "--thread" option.
8776         (gdb-stopped): Don't print "Switched to thread" message when it is
8777         unchanged.
8779 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8781         * minibuffer.el (completion-try-completion)
8782         (completion-all-completions): Remove ill-defined (and
8783         mistakenly installed and luckily never used nor documented)
8784         `completion-styles' property.
8785         (completion-initials-expand, completion-initials-all-completions)
8786         (completion-initials-try-completion): New functions.
8787         (completion-styles-alist): Add doc to each entry.
8788         Add new `initials' entry.
8790 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8792         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8793         MI command -var-evaluate-expression.
8794         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8795         and tweak for case of string child.
8796         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8798 2009-09-01  Glenn Morris  <rgm@gnu.org>
8800         * add-log.el (change-log-date-face, change-log-name-face)
8801         (change-log-email-face, change-log-file-face, change-log-list-face)
8802         (change-log-conditionals-face, change-log-function-face)
8803         (change-log-acknowledgement-face):
8804         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8805         (custom-modified-face, custom-set-face, custom-changed-face)
8806         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8807         (custom-documentation-face, custom-state-face, custom-comment-face)
8808         (custom-comment-tag-face, custom-variable-tag-face)
8809         (custom-variable-button-face, custom-face-tag-face)
8810         (custom-group-tag-face-1, custom-group-tag-face):
8811         * diff-mode.el (diff-header-face, diff-file-header-face)
8812         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8813         (diff-added-face, diff-changed-face, diff-function-face)
8814         (diff-context-face, diff-nonexistent-face):
8815         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8816         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8817         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8818         (Info-title-4-face):
8819         * isearch.el (isearch-lazy-highlight-face):
8820         * log-view.el (log-view-file-face, log-view-message-face):
8821         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8822         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8823         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8824         (cvs-msg-face):
8825         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8826         (smerge-base-face, smerge-markers-face):
8827         * wid-edit.el (widget-documentation-face, widget-button-face)
8828         (widget-field-face, widget-single-line-field-face)
8829         (widget-inactive-face, widget-button-pressed-face):
8830         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8831         (woman-addition-face):
8832         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8833         (eshell-ls-executable-face, eshell-ls-readonly-face)
8834         (eshell-ls-unreadable-face, eshell-ls-special-face)
8835         (eshell-ls-missing-face, eshell-ls-archive-face)
8836         (eshell-ls-backup-face, eshell-ls-product-face)
8837         (eshell-ls-clutter-face):
8838         * eshell/em-prompt.el (eshell-prompt-face):
8839         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8840         * obsolete/old-whitespace.el (whitespace-highlight-face):
8841         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8842         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8843         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8844         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8845         (antlr-font-lock-literal-face):
8846         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8847         (ebrowse-root-class-face, ebrowse-file-name-face)
8848         (ebrowse-default-face, ebrowse-member-attribute-face)
8849         (ebrowse-member-class-face, ebrowse-progress-face):
8850         * progmodes/make-mode.el (makefile-space-face):
8851         * progmodes/sh-script.el (sh-heredoc-face):
8852         * textmodes/flyspell.el (flyspell-incorrect-face)
8853         (flyspell-duplicate-face):
8854         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8855         * textmodes/texinfo.el (texinfo-heading-face):
8856         Mark face aliases with "-face" suffix as obsolete.
8858         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8859         compiler.
8861         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8862         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8863         easy-menu-define wants to modify these.
8865         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8867         * net/browse-url.el (browse-url-file-url):
8868         * term/internal.el (dos-codepage-setup):
8869         Use default-value rather than default-enable-multibyte-characters.
8871         * progmodes/etags.el (etags-goto-tag-location):
8872         * progmodes/flymake.el (flymake-highlight-line)
8873         (flymake-goto-file-and-line, flymake-goto-line):
8874         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8875         (gdb-goto-breakpoint):
8876         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8877         * progmodes/python.el (python-find-function)
8878         (python-pdbtrack-track-stack-file):
8879         * progmodes/verilog-mode.el (verilog-surelint-off):
8880         * term/ns-win.el (ns-open-file-select-line):
8881         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8882         Use forward-line rather than goto-line.
8884         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8885         * textmodes/reftex-index.el (reftex-display-index):
8886         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8887         * textmodes/reftex-toc.el (reftex-toc):
8888         Remove unnecessary bindings of default-major-mode (all are followed by
8889         major-mode check and possible mode switch).
8891 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8893         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8894         Handle watchpoints (bug#4282).
8895         (def-gdb-thread-buffer-command): Enable thread to be selected by
8896         clicking without selecting threads buffer first.
8897         (gdb-current-context-command): Use selected frame so that "up",
8898         "down" etc work in the GUD buffer.
8899         (gdb-update): Find selected frame before rendering stack buffer.
8900         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8902 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8904         * progmodes/sym-comp.el (displayed-completions): Remove.
8905         (symbol-complete): Use minibuffer-complete.
8907 2009-08-31  Glenn Morris  <rgm@gnu.org>
8909         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8911         * apropos.el (apropos-symbols-internal):
8912         Handle (obsolete) face aliases.
8914         * faces.el (describe-face): Adjust the output format to be more like
8915         describe-variable, and to mention (obsolete) face aliases.
8916         Adjust the whitespace so that help-setup-xref works.
8918         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8919         * calendar/diary-lib.el (diary-button-face):
8920         Mark these face aliases as obsolete.
8922         * calendar/calendar.el (calendar-today): Doc fix.
8924 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8926         * progmodes/gdb-mi.el (gdb-control-all-threads)
8927         (gdb-control-current-thread): Force tool bar update.
8928         (gdb-non-stop-handler): New function.
8929         (gdb-init-1): Use it to test if non-stop mode is supported.
8930         Remove unused gdbmi buffer type.
8932 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8934         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8935         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8937 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8939         * comint.el (comint-exec-1): Check command is non-null first.
8940         Part of gdb-mi.el change (2009-08-28).
8942 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8944         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8946 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8948         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8949         instead of `dolist' to avoid a recursive require when bootstrapping.
8951 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8953         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8955         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8957         * net/imap.el (imap-send-command): Simplify.
8958         (imap-wait-for-tag): point-max -> buffer-size.
8960         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8962         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8963         with constant argument.
8965         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8967         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8969         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8970         Change default, since most of our files don't have a history.
8971         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8972         the user.
8974         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8975         Add comint-run.
8977         * calc/calc.el: Improve commenting convention.
8978         (calc-digit-map, toplevel): Simplify.
8980         * comint.el (comint-insert-input): Be careful to only set point if we
8981         don't delegate to some other command.
8983         * proced.el (proced-signal-list): Make it an alist.
8984         (proced-grammar-alist): Capitalize names.
8985         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8986         Disable undo manually and make it read-only.
8987         Use completion-annotate-function.
8989         * minibuffer.el (minibuffer-message): If the current buffer is not
8990         a minibuffer, insert the message in the echo area rather than at the
8991         end of the buffer.
8992         (completion-annotate-function): New variable.
8993         (minibuffer-completion-help): Use it.
8994         (completion--embedded-envvar-table): Environment vars are
8995         always case-sensitive.
8997 2009-08-30  Glenn Morris  <rgm@gnu.org>
8999         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
9000         from fortran-current-defun.
9001         (fortran-beginning-of-subprogram): Be more precise about finding the
9002         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
9003         (fortran-end-of-subprogram): Simplify.
9004         (fortran-current-defun): Use fortran-start-prog-re.
9006 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
9008         * subr.el (do-after-load-evaluation): Simplify.
9010 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
9012         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
9014         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
9015         (vc-rcs-print-log): Use it.
9017         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
9019 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9021         * paths.el (abbrev-file-name): Move to abbrev.el.
9022         * abbrev.el (abbrev-file-name): Move from paths.el.
9023         Obey user-emacs-directory.
9024         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
9025         user-emacs-directory.
9026         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
9027         abbrev-file-name and calc-settings-file any more.
9028         * startup.el (command-line): Recompute abbrev-file-name and
9029         abbreviated-home-dir.
9030         (normal-no-mouse-startup-screen): Improve the generic code and get rid
9031         of the special code for when C-h bindings haven't been changed.
9032         (display-startup-echo-area-message): Use with-current-buffer.
9033         (command-line-1): Use a list of strings, rather than a list of lists
9034         of strings for longopts.
9036         * files.el (get-free-disk-space): Use / for default-directory.
9038         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
9039         Use with-current-buffer.
9041         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
9042         Recognize immutable variables like most-positive-fixnum.
9043         (byte-compile-setq-default): Check and warn if trying to assign
9044         to an immutable variable, or a non-variable.
9046         * progmodes/cc-vars.el (c-comment-continuation-stars):
9047         * progmodes/cc-engine.el (c-looking-at-bos):
9048         * progmodes/cc-cmds.el (c-toggle-auto-state)
9049         (c-forward-into-nomenclature, c-backward-into-nomenclature)
9050         (c-comment-line-break-function): Add version of obsolescence.
9052 2009-08-28  Juri Linkov  <juri@jurta.org>
9054         * files.el (magic-fallback-mode-alist): Add ZIP magic number
9055         associated with `archive-mode'.
9057         * image.el (image-type-header-regexps): Use only JPEG magic number
9058         to determine JPEG images, and don't use `image-jpeg-p' because
9059         Emacs can display non-JFIF non-Exif JPEG images.
9061 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9063         * arc-mode.el (archive-mode):
9064         * emacs-lisp/re-builder.el (re-builder-unload-function):
9065         Protect against the default value of `major-mode' being nil.
9067 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
9069         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
9070         Fix typos in docstrings.
9072         * progmodes/js.el (js--macro-decl-re): Doc fix.
9073         (js--plain-method-re, js--split-name): Refloc docstring.
9074         (js--class-styles, js--make-merged-item, js--splice-into-items):
9075         Fix typos in docstrings; reflow docstrings.
9076         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
9077         (js--variable-decl-matcher, js--inside-pitem-p)
9078         (js--parse-state-at-point, js--get-all-known-symbols)
9079         (js--symbol-history, js-find-symbol, js--js-references)
9080         (js--moz-interactor, js--js-encode-value, js--read-tab):
9081         Fix typos in docstrings.
9083 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9085         * textmodes/reftex.el (reftex-get-file-buffer-force):
9086         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9087         * emulation/viper.el (viper-go-away, viper-set-hooks):
9088         * emacs-lisp/re-builder.el (re-builder-unload-function):
9089         * emacs-lisp/bytecomp.el (byte-compile-file):
9090         * ses.el (ses-unload-function):
9091         * hexl.el (hexl-find-file):
9092         * files.el (normal-mode):
9093         * ehelp.el (with-electric-help):
9094         * autoinsert.el (auto-insert-alist):
9095         * arc-mode.el (archive-mode):
9096         Use (default-value 'major-mode) instead of default-major-mode.
9098         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9099         * international/mule.el (load-with-code-conversion):
9100         * emacs-lisp/debug.el (debug):
9101         * ediff-vers.el (ediff-rcs-get-output-buffer):
9102         * dired.el (dired-internal-noselect): Don't let-bind
9103         default-major-mode around code that doesn't use it.
9104         E.g. buffer creation via get-buffer-create doesn't use it.
9106 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9108         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9109         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9110         when writing the temp file.  Otherwise, epa-file gets confused.
9111         (tramp-register-file-name-handlers): Make it a defun.  Move also
9112         `epa-file-handler' to the front of `file-name-handler-alist'.
9114 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9116         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9117         start right after a ^M.
9118         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9119         (tramp-completion-file-name-regexp-separate)
9120         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9121         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9122         Don't modify last-coding-system-used by accident.
9123         (tramp-completion-file-name-handler): Apply the checks here,
9124         instead during registration.
9125         (tramp-register-file-name-handlers): Renamed from
9126         `tramp-register-file-name-handler'.  Register both
9127         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9128         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9130 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9132         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9133         Remove variable ...
9134         (gdb-init-1, gdb-display-separate-io-buffer)
9135         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9136         references to it.
9137         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9138         (gdb-inferior-filter): Use comint-output-filter to stop
9139         echoing and remove ^M characters.
9141 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9143         * emulation/viper-init.el (viper-restore-cursor-type):
9144         * emulation/cua-base.el (cua--update-indications):
9145         Replace default-cursor-type with (default-value 'cursor-type).
9147         * mail/sendmail.el (mail-recover-1):
9148         * international/mule-diag.el (describe-current-coding-system-briefly)
9149         (describe-current-coding-system):
9150         * international/mule-cmds.el (select-safe-coding-system)
9151         (select-message-coding-system)
9152         (set-language-environment-coding-systems, set-locale-environment):
9153         * hexl.el (hexl-insert-multibyte-char):
9154         * dos-w32.el (find-buffer-file-type-coding-system):
9155         * simple.el (what-cursor-position):
9156         Replace uses of default-buffer-file-coding-system
9157         with (default-value 'buffer-file-coding-system).
9159         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9160         Replace uses of default-cursor-in-non-selected-windows
9161         with (default-value 'cursor-in-non-selected-windows).
9162         Use with-current-buffer.
9164         * mail/feedmail.el: Use CL macros.
9165         (feedmail-run-the-queue, feedmail-send-it-immediately):
9166         * dos-w32.el (find-buffer-file-type): Replace uses of
9167         default-buffer-file-type with (default-value 'buffer-file-type).
9169 2009-08-28  Glenn Morris  <rgm@gnu.org>
9171         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9172         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9173         Use default-value of major-mode rather than default-major-mode.
9175 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9177         * Makefile.in (update-elcfiles): Report left over elc files.
9179         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9180         expand-file-name and with-current-buffer.
9181         (mail-get-names, mail-directory): Use with-current-buffer.
9183         * vc.el (vc-read-revision): New function.
9184         (vc-version-diff, vc-merge): Use it.
9186 2009-08-27  Sam Steingold  <sds@gnu.org>
9188         * simple.el (kill-do-not-save-duplicates): New user option.
9189         (kill-new): When it is non-nil, and the new string is the same as
9190         the latest kill, set replace to t to avoid duplicates in kill-ring.
9192 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9194         * net/tramp.el (tramp-handle-process-file): Do not flush all
9195         caches when `process-file-side-effects' is set.
9196         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9197         instead of `tramp-find-file-exists-command'.
9198         Unset `process-file-side-effects'.
9200 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9202         * net/tramp.el (tramp-methods): New method "rsyncc".
9203         (top): Add completion function for "rsyncc".
9204         (tramp-message-show-message): New defvar.
9205         (tramp-message, tramp-error): Use it.
9206         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9207         remote copying.
9208         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9209         `tramp-methods' entry `copy-env' of "rsyncc".
9210         (tramp-vc-registered-read-file-names): New defconst.
9211         (tramp-vc-registered-file-names): New defvar.
9212         (tramp-handle-vc-registered): Implement optimization strategy.
9213         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9214         (tramp-vc-file-name-handler): New defun.
9215         (tramp-get-ls-command, tramp-get-test-command)
9216         (tramp-get-file-exists-command, tramp-get-remote-ln)
9217         (tramp-get-remote-perl, tramp-get-remote-stat)
9218         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9220         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9221         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9222         timestamps.
9223         (tramp-get-file-property): Check for timestamps in
9224         `tramp-cache-inhibit-cache'.
9225         (tramp-set-file-property): Write timestamp.
9227 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9229         * language/japan-util.el (japanese-symbol-table): Add entries for
9230         cp932-2-byte.
9232         * international/characters.el: Add category `j' to cp932-2-byte.
9234 2009-08-27  Kenichi Handa  <handa@m17n.org>
9236         * international/fontset.el (build-default-fontset-data): New macro.
9237         (setup-default-fontset): Use build-default-fontset-data for CJK,
9238         tibetan, ethiopic, and ipa.
9240 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9242         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9243         (enable-multibyte-characters): Not customizable any more.
9245         * subr.el (default-mode-line-format, default-header-line-format)
9246         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9247         (default-direction-reversed, default-truncate-lines)
9248         (default-left-margin, default-tab-width, default-case-fold-search)
9249         (default-left-margin-width, default-right-margin-width)
9250         (default-left-fringe-width, default-right-fringe-width)
9251         (default-fringes-outside-margins, default-scroll-bar-width)
9252         (default-vertical-scroll-bar, default-indicate-empty-lines)
9253         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9254         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9255         (default-scroll-down-aggressively, default-fill-column)
9256         (default-cursor-type, default-buffer-file-type)
9257         (default-cursor-in-non-selected-windows)
9258         (default-buffer-file-coding-system, default-major-mode)
9259         (default-enable-multibyte-characters): Mark as obsolete.
9261 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9263         * vc-dir.el (vc-dir-update): Remove debug helper.
9265         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9267 2009-08-26  Sam Steingold  <sds@gnu.org>
9269         * simple.el (save-interprogram-paste-before-kill): New user option.
9270         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9271         save the interprogram-paste into kill-ring before overriding it
9272         with the Emacs kill.
9274 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9276         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9277         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9278         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9279         and move to vc-rcs.el.
9280         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9281         move to vc-rcs.el.
9282         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9283         (vc-rcs-update-changelog): Remove.
9284         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9285         and move to vc-rcs.el.
9287         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9288         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9289         renaming.
9290         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9291         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9292         vc.el, renamed to be RCS specific.
9294         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9295         New functions.
9296         (vc-cvs-update-changelog): Move here from vc.el.
9298         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9299         New functions.
9301 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9303         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9305 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9307         * vc-git.el (vc-git-register): Use "git add" for directories.
9308         (vc-git-stash, vc-git-stash-show): New functions.
9309         (vc-git-extra-menu-map): Bind them.
9311         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9312         directory correctly in case the item is a directory itself.
9314         * vc.el: Document the desired behavior for reverted files in the
9315         `added' state.
9316         (vc-default-prettify-state-info): Remove function, unused.
9318         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9320 2009-08-26  Glenn Morris  <rgm@gnu.org>
9322         * bindings.el (standard-mode-line-format): Reposition dashes in
9323         which-func entry.  (Bug#4217)
9325         * files.el (enable-local-variables, enable-local-eval)
9326         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9327         the defcustoms.
9328         (auto-mode-alist, ignored-local-variables)
9329         (save-some-buffers-action-alist): Move risky declarations to the
9330         definitions.
9331         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9332         (font-lock-defaults, format-alist, imenu--index-alist)
9333         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9334         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9335         (mode-line-modified, mode-line-mule-info, mode-line-position)
9336         (mode-line-process, mode-line-remote, outline-level)
9337         (parse-time-rules, rmail-output-file-alist)
9338         (special-display-buffer-names, vc-mode):
9339         Move risky declarations to the relevant files.
9340         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9341         (mode-line-modified, mode-line-process, mode-line-position)
9342         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9343         * font-core.el (font-lock-defaults):
9344         * format.el (format-alist):
9345         * vc-hooks.el (vc-mode):
9346         * window.el (special-display-buffer-names):
9347         * international/mule-cmds.el (input-method-alist):
9348         Define riskiness here (dumped file) rather than in files.el.
9349         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9350         * imenu.el (imenu-generic-expression, imenu--index-alist):
9351         * outline.el (outline-level):
9352         * time.el (display-time-string):
9353         * calendar/parse-time.el (parse-time-rules):
9354         * mail/rmailout.el (rmail-output-file-alist):
9355         Autoload riskiness here, rather than placing in files.el.
9357 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9359         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9361 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9363         * simple.el (process-file-side-effects): New defvar.
9365         * dired-aux.el (dired-show-file-type):
9366         * vc.el (vc-diff-internal):
9367         * vc-arch.el (vc-arch-diff):
9368         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9369         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9370         * vc-git.el (vc-git-registered, vc-git-working-revision)
9371         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9372         (vc-git--empty-db-p):
9373         * vc-hooks.el (vc-user-login-name):
9374         * vc-svn.el (vc-svn-registered, vc-svn-state)
9375         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9376         * progmodes/grep.el (grep-probe): Let-bind
9377         `process-file-side-effects' with nil.
9379         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9381         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9382         daemon.  Replace ping by checking for running service for bluez
9383         and zeroconf.  (Bug#4239)
9385 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9387         * net/dig.el (dig): Add autoload cookie.
9389 2009-08-25  Glenn Morris  <rgm@gnu.org>
9391         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9392         load-history for absolute file-names.
9393         (byte-compile-file-form-require): Warn about use of the cl package.
9395         * format.el (format-alist): Doc fix.
9397         * play/bubbles.el (top-level): Don't require cl at run-time.
9399         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9400         run-time cl).
9402 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9404         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9405         from cl package.
9406         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9408 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9410         * calc/calc-alg.el (math-trig-rewrite)
9411         (math-hyperbolic-trig-rewrite): New functions.
9412         (calc-simplify): Simplify trig functions when asked.
9414 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9416         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9418 2009-08-24  Kenichi Handa  <handa@m17n.org>
9420         * language/ind-util.el (mapthread): Delete it.
9421         (combinatorial): New function.
9422         (indian--puthash-cv): Use combinatorial instead of mapthread.
9424 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9426         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9427         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9428         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9429         Clarify docstring that the value is strings not symbols.
9430         (checkdoc-list-of-strings-p): New function.
9432 2009-08-22  Glenn Morris  <rgm@gnu.org>
9434         * files.el (auto-mode-alist):
9435         * hippie-exp.el (he-concat-directory-file-name):
9436         * lpr.el (lpr-windows-system, printer-name):
9437         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9438         * ps-print.el (ps-windows-system):
9439         * startup.el (command-line):
9440         * emulation/viper-ex.el (viper-glob-function):
9441         * international/mule-cmds.el (set-language-environment-coding-systems):
9442         * net/ange-ftp.el (ange-ftp-write-region):
9443         * obsolete/fast-lock.el (fast-lock-cache-name):
9444         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9445         unisoft-unix, vax-vms, win32, w32.
9447         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9448         given name if the pattern is not more specific.
9450         * calendar/lunar.el (lunar-phase-names): New option.
9451         (lunar-phase): Doc fix.
9452         (lunar-cycles-per-year): New constant.
9453         (lunar-index): New function.
9454         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9455         (lunar-phase-name): Use lunar-phase-names.
9456         (calendar-lunar-phases): Use format.
9457         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9459         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9460         Copy imenu-example--name-and-position function here for own use.
9461         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9463         * bs.el (bs--redisplay):
9464         * cus-edit.el (custom-redraw):
9465         * ibuffer.el (ibuffer-bury-buffer):
9466         * server.el (server-goto-line-column):
9467         * startup.el (command-line-1):
9468         * strokes.el (strokes-xpm-for-stroke):
9469         * term.el (term-display-buffer-line):
9470         * view.el (View-goto-line):
9471         * calc/calc.el (calc-do, calc-trail-buffer):
9472         * play/gamegrid.el (gamegrid-add-score-insecure):
9473         * progmodes/ada-mode.el (ada-compile-goto-error):
9474         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9475         (ebrowse-select-1st-to-9nth):
9476         * progmodes/cperl-mode.el (cperl-time-fontification):
9477         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9478         * progmodes/gud.el (gud-display-line):
9479         (idlwave-shell-display-line):
9480         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9481         * progmodes/make-mode.el (makefile-browser-toggle):
9482         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9483         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9484         * textmodes/picture.el (picture-draw-rectangle):
9485         * textmodes/reftex-index.el (reftex-index-goto-letter):
9486         (reftex-select-jump-to-previous):
9487         * textmodes/reftex-sel.el (reftex-find-start-point)
9488         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9489         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9490         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9491         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9492         * textmodes/two-column.el (2C-associated-buffer):
9493         Use forward-line rather than goto-line.
9495         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9496         goto-line.
9498         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9499         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9500         (quick-check-list-to-regexp): Declare.
9502         * progmodes/make-mode.el (makefile-browser-insert-selection):
9503         Use goto-char rather than goto-line.
9505         * progmodes/prolog.el (compilation-error-regexp-alist)
9506         (compilation-forget-errors): Declare.
9508 2009-08-22  Juri Linkov  <juri@jurta.org>
9510         * progmodes/grep.el (lgrep, rgrep): At the beginning
9511         set `dir' to `default-directory' unless `dir' is a non-nil
9512         readable directory.  (Bug#4052)
9513         (lgrep, rgrep): Change a weird way to report an error
9514         from using `read-string' to using `error'.
9515         Instead of using interactive arguments in the function body,
9516         add new argument `confirm'.
9518 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9520         * textmodes/remember.el (remember-buffer):
9521         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9522         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9523         (icalendar-extract-ical-from-buffer):
9524         * net/newst-treeview.el (newsticker-groups-filename):
9525         * net/newst-backend.el (newsticker-cache-filename):
9526         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9527         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9528         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9529         (speedbar-buffers-line-path, speedbar-path-line)
9530         (speedbar-buffers-line-path):
9531         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9532         (epg-sign-keys):
9533         * epa.el (epa-display-verify-result):
9534         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9536 2009-08-21  Glenn Morris  <rgm@gnu.org>
9538         * progmodes/js.el (inferior-moz-process): Fix declaration.
9540         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9542         * obsolete/rnewspost.el (news-mail-reply):
9543         Use goto-char rather than goto-line.
9545         * term/ns-win.el (ns-open-file-select-line):
9546         Use line-beginning-position rather than goto-line.
9548         * apropos.el (apropos-command):
9549         * ehelp.el (electric-helpify):
9550         * printing.el (pr-show-setup):
9551         * strokes.el (strokes-help):
9552         * tutorial.el (tutorial--describe-nonstandard-key)
9553         (tutorial--detailed-help):
9554         * woman.el (woman-mini-help, woman-display-extended-fonts):
9555         * calc/calc-help.el (calc-describe-key):
9556         * emulation/edt.el (edt-electric-helpify):
9557         * international/mule-diag.el (mule-diag):
9558         * play/yow.el (apropos-zippy):
9559         * progmodes/python.el (python-describe-symbol):
9560         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9561         * textmodes/table.el (*table--cell-describe-mode)
9562         (*table--cell-describe-bindings):
9563         Use help-print-return-message rather than the now obsolete alias.
9565         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9566         (calendar-cursor-to-visible-date):
9567         * play/5x5.el (5x5-position-cursor):
9568         * play/decipher.el (decipher):
9569         * play/gomoku.el (gomoku-goto-xy):
9570         * play/landmark.el (lm-goto-xy):
9571         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9572         (mpuz-paint-digit):
9573         Use forward-line, not goto-line.
9575         * mail/rmail.el (rmail-obsolete): Delete custom group.
9576         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9577         (rmail-remote-password, rmail-remote-password-required):
9578         Remove unneeded :set-after and :set properties.
9580 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9582         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9584 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9586         * loadup.el: Remove leftover macos code.
9588         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9589         Explicitly pass the date format to git blame so that user local
9590         so that the output format can be parsed.
9592 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9594         * net/dbus.el (top): Don't check for (getenv
9595         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9597 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9599         * log-edit.el (log-edit-strip-single-file-name): New var.
9600         (log-edit-insert-changelog): Use it.  Bug#3571
9602 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9604         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9605         Bug#3287
9607         * help.el (help-print-return-message): Rename from
9608         print-help-return-message.
9610         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9611         cvs-mode-map parent hack.
9612         (log-view-mode): Derive from special-mode.
9614         * linum.el (linum-mode): window-size-change-functions is redundant.
9615         Adapt to new window-configuration-change-hook behavior.
9616         (linum-after-size, linum-after-config): Remove.
9618         * imenu.el (imenu-example--name-and-position)
9619         (imenu-example--lisp-extract-index-name)
9620         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9621         Mark as obsolete.
9623         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9624         (inferior-prolog-mode): Use it.
9625         (inferior-prolog-load-file): Reset list of errors.
9627 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9629         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9631         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9633 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9635         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9636         is running already.
9638 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9640         * subr.el (listify-key-sequence-1): Use normal syntax since those
9641         integers are nowadays always represented by the same (positive) number
9642         on all platforms.
9643         (read-key-empty-map): New const.
9644         (read-key-delay): New var.
9645         (read-key): New function.
9646         (force-mode-line-update): Use with-current-buffer.
9647         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9648         (start-process-shell-command, start-file-process-shell-command):
9649         Discourage the use of command-args.
9651 2009-08-19  Glenn Morris  <rgm@gnu.org>
9653         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9655 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9657         * simple.el (choose-completion-string): Don't rely on
9658         minibuffer-completing-file-name and ad-hoc checks to decide whether
9659         to continue completion or not.
9661         * minibuffer.el (minibuffer-hide-completions): New function.
9662         (completion--do-completion): Use it.
9663         (completions-annotations): New face.
9664         (completion--insert-strings): Use it.
9665         (completion-pcm--delim-wild-regex): Add docstring.
9666         (completion-pcm--string->pattern): Add support for 0-width delimiters
9667         in completion-pcm--delim-wild-regex.
9669 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9671         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9672         Remove unused var `buffer-modified-p'.
9674         * minibuffer.el (completion--do-completion): Move point for the #b001
9675         case as well (bug#4176).
9676         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9678 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9680         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9681         and :session buses.
9683 2009-08-18  Kenichi Handa  <handa@m17n.org>
9685         * international/ucs-normalize.el (ucs-normalize-version):
9686         Change to 1.1.
9687         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9688         (utf-8-hfs): Make it perform normalization on encoding too.
9690         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9691         (sentence-end-without-space): Delete duplicated chars.
9692         (sentence-end-base): Likewise.
9694         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9695         (html-mode): Delete duplicated chars from sentence-end-base.
9697         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9698         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9700 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9702         * files.el (hack-one-local-variable): If the mode function is for
9703         a minor mode, pass it an argument (Bug#4148).
9705 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9707         * net/tramp.el (tramp-register-completion-file-name-handler):
9708         Check also for (member 'partial-completion completion-styles).
9710 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9712         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9713         abbrev (Bug#3943).
9715 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9717         * progmodes/cperl-mode.el: Merge upstream 6.2.
9718         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9719         (cperl-forward-re): Check cperl-brace-recursing.
9720         (cperl-highlight-charclass): New function.
9721         (cperl-find-pods-heres): Use it.
9722         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9723         (cperl-beautify-regexp-piece): Fix column calculation.
9724         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9725         (cperl-beautify-level): Don't process entire regexp.
9726         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9727         calling man.
9728         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9729         (cperl-init-faces): Build a list in the normal way.
9731 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9733         * calendar/parse-time.el (parse-time-string-chars): Save match
9734         data.
9736 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9739         (sql-product): Use it.
9740         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9741         (sql-set-product): Add completion.
9742         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9743         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9744         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9745         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9746         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9747         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9748         (sql-highlight-db2-keywords): Remove.
9749         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9750         (sql-highlight-product): Use derived-mode-p.
9751         (sql-set-sqli-buffer): Use with-current-buffer.
9752         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9753         Simplify.
9755         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9757         * term.el: Fix commenting convention, turn comments into docstrings.
9759 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9761         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9763 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9765         * calendar/parse-time.el (parse-time-string-chars): Compute using
9766         character classes, to handle non-ascii characters (Bug#3190).
9768 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9770         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9771         another heredoc if the user adds another < (Bug#3226).
9773         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9774         Don't initialize based on window-system (Bug#4124).
9776         * facemenu.el (facemenu-read-color): Use a completion function
9777         that accepts any defined color, such as RGB triplets (Bug#3677).
9779         * files.el (get-free-disk-space): Change fallback default
9780         directory to /.  Expand DIR argument before switching to fallback.
9781         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9783 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9785         * files.el (load-library): Doc fix.
9787 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9789         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9790         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9791         incremental search string.
9793         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9794         XEmacs.
9796         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9797         (ediff-merge-region-is-non-clash)
9798         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9799         Also check if the job is really a merge job.
9801         * ediff.el (ediff-current-file): New function.
9803 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9805         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9806         conventions.
9807         (js-insert-and-indent): Delete function.
9808         (js-mode-map): Don't bind keys to js-insert-and-indent.
9809         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9810         (js-end-of-defun): Rename from js--end-of-defun.
9811         (js-auto-indent-flag): Delete variable.
9813 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9815         * progmodes/js.el: Remove proclaim statement.
9816         Defvar which-func-imenu-joiner-function to silence compiler.
9818         * files.el (auto-mode-alist): Use js-mode for .js files.
9820         * progmodes/js2-mode.el: Remove file.
9822         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9824         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9826         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9828 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9829             Karl Landstrom  <karl.landstrom@brgeight.se>
9831         * progmodes/js.el: New file.
9833 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9835         * timezone.el (timezone-parse-date): Add ability to understand ISO
9836         basic format (minimal separators) dates in addition to the
9837         already-supported extended format dates.
9839 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9841         * international/ucs-normalize.el: Add a `coding' file variable.
9843         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9845 2009-08-14  Sam Steingold  <sds@gnu.org>
9847         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9849 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9851         * faces.el (help-argument-name): Define it here instead of
9852         help-fns.el, because in daemon mode help-fns.el may be loaded when
9853         faces are still uninitialized (Bug#1078).
9855         * help-fns.el (help-argument-name): Move defface to faces.el.
9857 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9859         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9860         create buffer with a pty but no process so that GDB can make the
9861         inferior the controlling process.
9863 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9865         * international/ucs-normalize.el: New file.
9867 2009-08-13  Richard Stallman  <rms@gnu.org>
9869         * mail/rmail.el (rmail-get-attr-names):
9870         Accept an attribute header that is too short.
9872         * mail/rmail.el (rmail-forget-messages):
9873         Ignore nil elt in rmail-message-vector.  Use dotimes.
9875         * progmodes/compile.el (compilation-goto-locus):
9876         Use next-error-move-function.
9878         * simple.el (next-error-move-function): New variable.
9880 2009-08-12  Juri Linkov  <juri@jurta.org>
9882         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9883         always non-nil.  (Bug#4052)
9885         * replace.el (read-regexp): Return empty string when
9886         `default-value' is nil.
9887         (keep-lines-read-args): Don't use empty string as the
9888         default value for `read-regexp'.  (Bug#2495)
9890 2009-08-12  Juri Linkov  <juri@jurta.org>
9892         * international/mule-cmds.el (ucs-insert): Change arguments
9893         from `arg' to `character', `count', `inherit' to be the same
9894         as in `insert-char'.  Doc fix.  (Bug#4039)
9896         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9898 2009-08-12  Juri Linkov  <juri@jurta.org>
9900         * files-x.el: New file.
9902         * files.el: Move code that deals with adding/deleting
9903         file/directory-local variables to files-x.el.
9905         * Makefile.in (ELCFILES): Add files-x.elc.
9907 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9909         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9910         to use `goto-line'.
9911         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9912         `goto-line'.
9913         (gdb-invalidate-disassembly): Do not refresh upon receiving
9914         'update signal.  Instead, update all disassembly buffers only after
9915         threads list.
9916         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9917         (gdb-starting): Moved -data-list-register-names...
9918         (gdb-stopped): ...here so it's sent when first thread stops.
9919         (gdb-registers-handler-custom): Do nothing if register names are
9920         unknown yet.
9922         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9923         from `gdb-mi.el' to avoid extra tangling.
9925         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9926         change which breaks `gud-def' definitions used in `gdb'.
9927         (gdb-update-gud-running): No extra fuss for updating frame number.
9929 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9931         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9932         (describe-language-environment-map, setup-language-environment-map)
9933         (set-coding-system-map): Move initialization into declaration.
9934         (set-language-info-alist): Last arg to define-key-after can be skipped.
9936         * international/quail.el (quail-completion-1): Simplify.
9937         (quail-define-rules): Use slightly more compact code.
9938         (quail-insert-decode-map): Propertize keys, compact columns.
9940         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9941         Add goto-line.
9943 2009-08-10  Miles Bader  <miles@gnu.org>
9945         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9946         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9947         (js2-instance-member, js2-private-member, js2-private-function-call)
9948         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9949         (js2-magic-paren, js2-external-variable):
9950         Remove "-face" suffix from face names.
9951         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9952         (js2-highlight-undeclared-vars, js2-peek-token)
9953         (js2-parse-function-params, js2-mode-show-errors)
9954         (js2-mode-show-warnings, js2-make-magic-delimiter)
9955         (js2-mode-highlight-magic-parens): Update to use new face names.
9957 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9959         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9960         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9962 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9964         * subr.el: Provide hashtable-print-readable.
9966         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9967         hs-c-like-adjust-block-beginning.
9968         (hs-hide-block-at-point): Stop hiding at the beginning of
9969         hs-block-end-regexp (Bug#700).
9971 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9973         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9974         a macro.
9975         (gdb-registers-handler-custom): Do not fail when register names
9976         are unavailable.
9978 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9980         * progmodes/gdb-mi.el (gdb-control-all-threads)
9981         (gdb-control-current-thread): Interactive setters for
9982         `gdb-gud-control-all-threads' to use in menu.
9983         (gdb-show-run-p): Show «Go» when process is not active.
9984         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9985         gud/thread.xpm and gud/all.xpm.
9987 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9989         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9990         (nslookup-font-lock-keywords): Make it a variable.
9991         (net-utils-mode): New mode for viewing diagnostic network output.
9992         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9993         (net-utils-run-simple): New function.
9994         (ifconfig, iwconfig, netstat, arp, route): Use it.
9996 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9998         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9999         (gdb-memory-set-address, def-gdb-set-positive-number)
10000         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
10001         after changing settings.
10002         (gdb-invalidate-disassembly): Update when first shown.
10003         (gdb-edit-locals-value): Fixed.
10004         (gdb-registers-handler-custom): Print registers in right order and
10005         allow changing register values (only for current thread yet).
10006         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
10007         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
10008         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
10009         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
10010         info in mode name.
10011         (gdb-registers-mode-map): TAB to switch to locals.
10013 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
10015         * mail/rmail.el (rmail-add-mbox-headers)
10016         (rmail-set-message-counters-counter): Search for
10017         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
10019 2009-08-08  Glenn Morris  <rgm@gnu.org>
10021         * Makefile.in (ELCFILES): Update.
10023 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10025         * mail/sendmail.el (mail-yank-original): Set
10026         buffer-file-coding-system from the one used by the message whose
10027         text is yanked.
10029         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
10030         to "windows" when "pgnuplot" is used.
10031         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
10032         call accept-process-output if "pgnuplot" is used.
10033         (calc-graph-init): Don't send -display and -geometry to
10034         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
10035         running "pgnuplot -V" with shell-command-to-string.
10037         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
10038         the default.
10040 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
10042         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
10043         org/org-latex.elc.
10045 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
10047         * vc-dispatcher.el (vc-resynch-window): Update comment.
10049         * term.el (term-handle-ansi-escape): Add comments with the
10050         terminfo capabilities implemented.
10052 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
10054         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
10055         (gdb-var-create-handler): Rewritten using JSON parser.
10056         (gdb-propertize-header): Moved earlier.
10057         (gdb-set-header): Removed to avoid duplication.
10058         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
10059         Refresh disassembly buffers only after threads list have been
10060         update.
10061         (gdb-threads-header, gdb-registers-header): Per-buffer header line
10062         variables.
10064 2009-08-04  Juri Linkov  <juri@jurta.org>
10066         * files.el: Commands to add/delete file/directory-local variables.
10067         (read-file-local-variable, read-file-local-variable-value)
10068         (read-file-local-variable-mode, modify-file-local-variable)
10069         (modify-file-local-variable-prop-line)
10070         (modify-dir-local-variable): New functions.
10071         (add-file-local-variable, delete-file-local-variable)
10072         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
10073         (add-dir-local-variable, delete-dir-local-variable)
10074         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
10075         (copy-dir-locals-to-file-locals-prop-line): New commands.
10077 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
10079         * abbrev.el (insert-abbrev-table-description): Prettify output.
10080         Suggested by Karl Chen.
10082 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
10084         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
10085         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
10086         (gdb-overlay-arrow-position, gdb-thread-position)
10087         (gdb-disassembly-position): Declare variables.
10088         (gdb-wait-for-pending): Function now.
10089         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10090         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10091         compilation goes smoothly.
10092         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10093         (gdb-non-stop-setting): New customization setting which replaces
10094         `gdb-non-stop' so changing it doesn't break active GDB session.
10095         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10096         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10097         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10098         (gdb-show-threads-by-default): New customization options.
10099         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10100         routines.
10101         (gdb-get-buffer-create): Send buffers update signal when they are
10102         created.
10103         (gdb-invalidate-locals, gdb-invalidate-registers)
10104         (gdb-invalidate-breakpoints)
10105         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10106         (gdb-invalidate-memory): Accept update signal.
10107         (gdb-current-context-command): Use --frame option.
10108         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10109         Implement `gdb-frame-number' selection logic.
10110         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10111         whether to show GUD toolbar buttons.
10112         (gdb-thread-exited): Unselect current thread when it exits.
10113         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10114         (gdb-mark-line): Routine which sets overlay arrow or inverses
10115         video on fringeless displays.
10116         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10117         to build aligned columns of data in GDB buffers and set text
10118         properties line-by-line.
10119         (gdb-invalidate-breakpoints)
10120         (gdb-breakpoints-list-handler-custom)
10121         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10122         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10123         (gdb-registers-handler-custom): Align data columns.
10124         (gdb-locals-handler-custom): Now prints data like in variable
10125         declarations.
10126         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10127         Removed confusing buttons.
10128         (gdb-invalidate-threads): Append --frame.
10129         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10130         between breakpoints/threads buffers.
10131         (gdb-set-window-buffer): Now can ignore dedicated windows.
10132         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10133         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10134         (def-gdb-thread-buffer-gud-command): Replaces
10135         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10136         for fine thread control.
10137         (gdb-preempt-existing-or-display-buffer): New function used to
10138         display bound buffers without breaking window layout.
10139         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10140         (gdb-select-frame): New version of `gdb-frames-select' which now
10141         sets `gdb-frame-number' so commands may use --frame option instead
10142         of inner debugger state.
10143         (gdb-frame-handler): Do not set `gdb-frame-number'.
10144         (gdb-threads-mode-map): Select threads with mouse.
10146         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10147         avoid compilation warning.
10148         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10149         `gdb-show-stop-p`.
10151         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10152         Argument `key' renamed to `buffer-type'.
10153         (gdb-current-context-buffer-name): Do not add thread info to
10154         buffer name when no thread is selected.
10155         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10156         command (bug 3794).
10157         (gdb-thread-selected): Handle `=thread-selected' notification.
10158         (gdb-wait-for-pending): New macro to deal with congestion problems.
10159         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10160         breakpoints.
10161         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10162         This fixes problem similar to one described in bug 3947.
10163         (gud-menu-map): More menu items.
10164         (gdb-init-1): Reset `gdb-thread-number' to nil.
10166         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10167         non-stop settings.
10169         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10170         (gdb-current-context-command): Do not append --thread if
10171         `gdb-thread-number' is nil.
10172         (gdb-running-threads-count, gdb-stopped-threads-count): New
10173         variables.
10174         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10175         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10176         customization options.
10177         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10178         GUD commands.
10179         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10180         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10181         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10182         set `gdb-thread-number' and update `gud-running' properly.
10183         (gdb-running): Update threads list when new threads appear.
10184         (gdb-stopped): Support non-stop operation and new thread switching
10185         logic.
10186         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10187         (gdb-json-partial-output): New set of JSON routines.
10188         (def-gdb-auto-update-trigger): New `signal-list' optional
10189         argument.
10190         (gdb-thread-list-handler-custom): Update `gud-running',
10191         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10192         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10193         (gdb-continue-thread, gdb-step-thread): New commands for fine
10194         thread execution control.
10195         (gud-menu-map): New menu items to switch non-stop options.
10196         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10197         (gdb-send): Mimic RET properly (bug 3794).
10199         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10200         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10201         gdb-buffer-rules.
10202         (def-gdb-auto-update-handler): New nopreserve optional argument.
10203         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10205         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10206         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10207         (gdb-parent-mode): New mode to derive other GDB modes from.
10208         (gdb-display-disassembly-for-thread)
10209         (gdb-frame-disassembly-for-thread): New commands for threads
10210         buffer.
10212         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10213         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10214         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10215         (gdb-update): We now store all GDB buffers in a list so that they
10216         can be updated by traversing a list instead of calling invalidate
10217         triggers explicitly.
10218         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10219         pair for GDB buffer.
10220         (gdb-stack-buffer-name): Add thread information.
10221         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10222         handle pending triggers.
10223         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10224         (def-gdb-thread-buffer-simple-command)
10225         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10226         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10227         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10228         New commands which show buffers bound to thread.
10229         (gdb-stack-list-locals-regexp): Removed unused regexp.
10231         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10232         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10233         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10234         to (gud-comint-buffer) in *-buffer-name functions
10235         because (gdb-get-target-string) already does that.
10236         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10237         (gdb-changed-registers-handler): Rewritten without regexps.
10239         * progmodes/gdb-mi.el: Basic thread selection support.
10240         (gdb-thread-number): New variable.
10241         (gdb-current-context-command): New macro which adds --thread
10242         option to command.
10243         (gdb-threads-mode-map): Select thread with SPC.
10244         (gdb-thread-list-handler-custom): Mark current thread with overlay
10245         arrow.  Synchronize GDB thread and Emacs thread.
10246         (gdb-select-thread): New command which selects current thread.
10247         (gdb-invalidate-frames, gdb-invalidate-locals)
10248         (gdb-invalidate-registers): Use --thread option.
10250 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10252         * net/tramp.el (top): Make check for tramp-gvfs loading more
10253         robust.  (Bug#3977)
10254         (tramp-handle-insert-file-contents): `unwind-protect' must be
10255         inside `with-parsed-tramp-file-name'.
10257         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10258         fails.
10260 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10262         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10263         directory if CLASSPATH is not set.
10265 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10267         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10268         New defconst.
10269         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10271 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10273         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10274         Update freshmeat link.  Delete newsforge.com as it seems gone.
10276 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10278         * select.el (x-set-selection): Doc fix (Bug#4021).
10280         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10282         * help-fns.el (describe-variable): Treat list return values from
10283         dir-locals-find-file properly (Bug#4005).
10285 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10287         * net/tramp.el (tramp-debug-message): Print also microseconds.
10289 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10291         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10292         or END is non-nil.
10293         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10294         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10295         format.
10297         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10298         (tramp-get-file-property): Use it.
10300         * autorevert.el (auto-revert-handler): Allow
10301         `auto-revert-tail-mode' for remote files.
10303 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10305         * minibuffer.el (read-file-name): Treat confirm options to
10306         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10308 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10310         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10311         (font-lock-variable-name-face, font-lock-constant-face): Darken
10312         the colors for light backgrounds.
10314 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10316         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10317         month names.  (Bug#3987)
10319 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10321         * simple.el (line-move-finish): Pass whole number to
10322         line-move-to-column.
10323         (line-move-visual): Perform hscroll to the recorded position.
10325 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10327         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10329 2009-07-29  Alan Mackenzie  <acm@muc.de>
10331         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10333 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10335         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10336         (gdb-place-breakpoints): Use full path when setting breakpoints.
10338 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10340         * calc/calc.el (calc-mode-map): Add keybinding for
10341         `calc-transpose-lines'.
10343 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10345         * calc/calc-misc.el (calc-transpose-lines): New function.
10347 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10349         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10350         Simplify check for out-of-band methods.
10351         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10352         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10354 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10356         * vc-git.el (vc-git-checkin): Fix typo.
10358 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10360         * progmodes/js2-mode.el: New file.
10362 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10364         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10365         (gud-menu-map): Adjust tooltip accordingly.
10367 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10369         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10370         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10372         * add-log.el (change-log-mode-map): Add a menu.
10374 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10376         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10377         function returns nil.
10378         (dbus-handle-event): Handle special return value :ignore.
10379         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10381 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10383         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10384         it's not needed.
10386 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10388         Fix Bug#3888:
10390         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10392         * term/pc-win.el (x-display-name, x-colors)
10393         (x-select-enable-clipboard, x-select-text): Doc fix.
10395         * term/common-win.el (x-display-name, x-colors): Doc fix.
10397         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10398         (xw-defined-colors): Doc fix.
10400         * w32-fns.el (x-select-text, x-setup-function-keys)
10401         (x-get-selection, x-set-selection): Doc fix.
10403         * term/x-win.el (x-select-text, x-setup-function-keys)
10404         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10406         * select.el (x-set-selection): Doc fix.
10408 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10410         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10411         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10412         "IsNSSSupportAvailable" method is not available.  Reported by
10413         Steve Youngs <steve@sxemacs.org>.
10415 2009-07-24  Kenichi Handa  <handa@m17n.org>
10417         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10418         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10419         (build-unicode-category-table): Fix range checks.
10421 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10423         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10424         the buffer we try to sync is current when calling
10425         vc-resynch-buffer.
10427         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10428         not show up to date files.
10430 2009-07-24  Glenn Morris  <rgm@gnu.org>
10432         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10433         Add autoload cookies.  If necessary, initialize.
10434         (elint-log): Handle non-file buffers.
10435         (elint-initialize): Add optional argument to reinitialize.
10436         (elint-find-builtin-variables): Save excursion.
10438 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10440         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10441         for Lint.
10443 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10445         * vc.el (vc-print-log-internal): New function, split out from ...
10446         (vc-print-log): ... here.
10447         (vc-dir-move-to-goal-column): Declare.
10449         * vc-git.el (vc-git-add-signoff): New variable.
10450         (vc-git-checkin): Use it.
10451         (vc-git-toggle-signoff): New function.
10452         (vc-git-extra-menu-map): Bind it to menu.
10453         (vc-git--run-command-string): Accept a nil FILE argument.
10454         (vc-git-stash-list): New function.
10455         (vc-git-dir-extra-headers): Use it.
10457 2009-07-23  Glenn Morris  <rgm@gnu.org>
10459         * help-fns.el (describe-variable): Describe ignored and risky local
10460         variables in a similar way to that in which we describe safe ones.
10462         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10463         (byte-compile-output-file-form, byte-compile-output-docform)
10464         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10465         Give some more local variables with common names a "bytecomp-" prefix,
10466         so as not to shadow things during compilation.
10467         * emacs-lisp/cl-macs.el (load-time-value)
10468         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10469         `outbuffer' to `bytecomp-outbuffer'.
10471         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10472         since the next two variables cover them automatically now.
10473         (elint-builtin-variables, elint-autoloaded-variables): New.
10474         (elint-unknown-builtin-args): Remove all members, since they can be
10475         parsed automatically now.
10476         (elint-extra-errors): New.
10477         (elint-env-add-env, elint-env-add-macro): Use cadr.
10478         (elint-current-buffer): Use or.  Change final message.
10479         (elint-get-top-forms): Use line-end-position.
10480         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10481         and defalias.
10482         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10483         (regexp-assoc): Remove unused function.
10484         (elint-top-form): Set elint-current-pos, to record the start of the
10485         top-level form, for compilation-mode.
10486         (elint-form): Trap errors in macro expansion.  Use dolist.
10487         (elint-unbound-variable): Use elint-builtin-variables and
10488         elint-autoloaded-variables.
10489         (elint-get-args): Use cadr, or.
10490         (elint-check-cond-form): Use dolist, cadr.
10491         (elint-check-condition-case-form): Doc fix.  Use cadr.
10492         Use elint-extra-errors.
10493         (elint-log): New function.
10494         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10495         Distinguish errors and warnings.
10496         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10497         Use a bytecomp-style format.
10498         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10499         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10500         Don't truncate lines.
10501         (elint-initialize): Set builtin and autoloaded variable lists.
10502         Only process elint-unknown-builtin-args if non-nil.
10503         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10504         New functions.
10505         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10507 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10509         * net/newst-backend.el (newsticker--parse-atom-1.0)
10510         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10511         (newsticker--parse-rss-1.0):
10512         * progmodes/idlwave.el (idlwave-mode):
10513         * progmodes/idlw-shell.el (idlwave-shell-mode):
10514         * progmodes/vera-mode.el (vera-mode):
10515         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10516         * progmodes/vhdl-mode.el (vhdl-mode):
10517         * textmodes/table.el (table-generate-source)
10518         (table--warn-incompatibility):
10519         Hyperlink urls in docstrings with URL `...'.
10521 2009-07-22  Glenn Morris  <rgm@gnu.org>
10523         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10524         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10525         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10526         Remove leading * from defcustom docs.
10528         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10530         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10531         defcustom doc.
10532         (list-load-path-shadows): Optionally, just return shadows as a string.
10534         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10536 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10538         * mail/rmailedit.el (rmail-edit-mode): Use
10539         auto-save-include-big-deletions.
10541         * mail/rmail.el (rmail-variables): Use
10542         auto-save-include-big-deletions.
10544         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10545         changes.
10547 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10549         * calc/calc.el (calc-undo-length): New variable.
10550         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10552 2009-07-21  Richard Stallman  <rms@gnu.org>
10554         * files.el (auto-save-mode): Handle buffer-save-size = -2
10555         for toggling mode.
10557 2009-07-21  Glenn Morris  <rgm@gnu.org>
10559         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10561         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10563         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10564         silence compiler.  Instead...
10565         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10566         (ps-print-ensure-fontified): Update for above function name changes.
10568         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10569         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10570         silence compiler.  Instead...
10571         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10572         (mh-show-buffer): Only define for compiler.
10573         (pr-mh-current-message): Update for above function name changes.
10575         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10576         as an argument.
10577         (find-file-noselect, insert-file-1): Update for above change.
10579         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10581         * mail/mailclient.el (mailclient-send-it): Fix message.
10583         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10584         (edebug-eval): Check cl-debug-env is bound.
10585         (print-level, print-circle): Don't redefine built-in variables.
10587         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10588         (custom-print-vectors): Remove old comments from doc.
10590         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10591         (emerge-version): Make the variable an obsolete alias for the
10592         emacs-version variable.  Make the function obsolete.
10593         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10594         Emerge options, rather than merging in into the main Options menu.
10595         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10596         and auto advance modes.  Disable edit/fast items when not relevant.
10598 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10600         * term/vt420.el (terminal-init-vt420): Fix typo.
10602 2009-07-20  Sam Steingold  <sds@gnu.org>
10604         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10605         variable (removed from compile.el on 2004-03-11).
10607 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10609         * files.el (hack-local-variables-filter): Fix last change.
10611 2009-07-19  Juri Linkov  <juri@jurta.org>
10613         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10614         (dir-local-variables-alist): New buffer-local variable.
10615         (hack-local-variables-filter): If variable is not dir-local,
10616         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10617         because file-local overrides dir-local.
10618         (c-postprocess-file-styles) <declare-function>:
10619         Remove obsolete declaration.
10620         (hack-dir-local-variables): Add dir-local variable/value pair to
10621         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10623         * help-fns.el (describe-variable): Add information about
10624         file-local and dir-local variables.
10626 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10628         * files.el (hack-local-variables-filter): Rewrite.
10630 2009-07-19  Glenn Morris  <rgm@gnu.org>
10632         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10633         Silence compiler by only defining on XEmacs.
10635         * international/mule.el (auto-coding-regexp-alist): Only match
10636         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10638         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10639         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10640         (cal-menu-context-mouse-menu): Doc fix.
10642         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10644         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10646 2009-07-18  Juri Linkov  <juri@jurta.org>
10648         * info.el: Virtual Info keyword finder.
10649         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10650         (Info-finder-file): New variable.
10651         (Info-finder-find-file): New function.
10652         (finder-known-keywords, finder-package-info)
10653         (find-library-name, lm-commentary): Use defvar and
10654         declare-function to silence compiler warnings.
10655         (Info-finder-find-node): New function.
10656         (info-finder): New command.
10658         * subr.el (process-kill-buffer-query-function): New function.
10659         (add-hook)<kill-buffer-query-functions>: Add hook
10660         `process-kill-buffer-query-function'.
10662 2009-07-18  Alan Mackenzie  <acm@muc.de>
10664         * progmodes/cc-mode.el (c-before-hack-hook)
10665         (c-postprocess-file-styles): Give invocation of `c-set-style'
10666         DONT-OVERRIDE parameter of t.  Already set style variables will
10667         thus not be overridden by style settings given by `c-file-syle'.
10669         * files.el (hack-local-variables-filter): Remove entries with
10670         duplicate keys from `file-local-variables-alist'.
10672 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10674         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10675         x-set-selection if display-selections-p returns nil for the
10676         current frame.
10678 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10680         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10682 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10684         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10685         Accept nil in addition to a regexp.
10686         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10687         Accept nil in addition to a regexp.
10688         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10689         buffers that have an associated file.  Handle nil values of
10690         desktop-buffers-not-to-save and desktop-files-not-to-save.
10691         (Bug#3833)
10693         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10694         (x-disown-selection-internal): New functions.
10696 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10698         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10699         warning.
10700         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10701         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10703 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10705         * simple.el (set-mark): Revert last change.
10707 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10709         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10710         rendering of pngs is not possible instead of messaging a long
10711         description.
10713 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10715         * w32-fns.el (x-selection-owner-p): New function.
10717         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10718         (mouse-yank-at-click, mouse-yank-primary): If
10719         select-active-regions is non-nil, deactivate the mark before
10720         insertion.
10722         * simple.el (deactivate-mark, set-mark): Only save selection if we
10723         own it.
10725 2009-07-17  Kenichi Handa  <handa@m17n.org>
10727         * case-table.el (describe-buffer-case-table): Fix for the case
10728         that KEY is a cons.
10730 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10732         * vc-rcs.el (vc-rcs-find-file-hook):
10733         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10735 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10737         * net/tramp.el (tramp-wait-for-output): Handle the case when
10738         commands do not return a newline but a null byte before the shell
10739         prompt.  (Bug#3858)
10741 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10743         * term/ns-win.el (ns-set-alpha): Don't declare.
10744         (ns-set-background-alpha): Remove function.
10746 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10748         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10749         y-or-n-p, for safety.
10751 2009-07-16  Richard Stallman  <rms@gnu.org>
10753         * files.el (auto-save-mode): If buffer-saved-size is -2,
10754         don't clobber it.
10756         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10757         (rmail-retry-ignored-headers): Add more uninteresting fields.
10759 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10761         * net/rcirc.el (rcirc): Use history variables.
10762         (rcirc-server-name-history, rcirc-nick-name-history)
10763         (rcirc-server-port-history): New variables.
10765 2009-07-15  Kenichi Handa  <handa@m17n.org>
10767         * international/mule-cmds.el (set-language-environment-charset):
10768         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10769         ignore them.
10771         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10772         Delete unibyte-display.
10774 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10776         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10778 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10780         * simple.el (deactivate-mark): Optional argument FORCE.
10781         (set-mark): Use deactivate-mark.
10783         * info.el (Info-search): No need to check transient-mark-mode
10784         before calling deactivate-mark.
10786         * select.el (x-set-selection): Doc fix.
10787         (x-valid-simple-selection-p): Allow buffer values.
10788         (xselect--selection-bounds): Handle buffer values.  Suggested by
10789         David De La Harpe Golden.
10791         * mouse.el (mouse-set-region, mouse-drag-track): Call
10792         copy-region-as-kill before setting the mark, to let
10793         select-active-regions work.
10795 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10797         * simple.el (deactivate-mark): If select-active-regions is
10798         non-nil, copy the selection data into a string.
10799         (activate-mark): If select-active-regions is non-nil, set the
10800         selection to the current buffer.
10801         (set-mark): Update selection if select-active-regions is non-nil.
10803         * select.el (x-valid-simple-selection-p): Allow buffer values.
10805 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10807         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10808         and more featureful message-mode.
10810 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10812         * select.el (x-set-selection): Doc fix.
10813         (x-valid-simple-selection-p): Disallow selection data consisting
10814         of a list or cons of integers, since that is not used.
10815         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10816         (xselect-convert-to-string, xselect-convert-to-length)
10817         (xselect-convert-to-filename, xselect-convert-to-charpos)
10818         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10820 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10822         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10823         output in -break-info command (Emacs bug #3794).
10825 2009-07-14  Glenn Morris  <rgm@gnu.org>
10827         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10828         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10829         (edebug-print-length, edebug-print-level, edebug-print-circle)
10830         (edebug-sit-for-seconds, edebug-view-outside)
10831         (edebug-bounce-point, edebug-set-global-break-condition)
10832         (edebug-Go-nonstop-mode, edebug-trace-mode)
10833         (edebug-Trace-fast-mode, edebug-continue-mode)
10834         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10835         (edebug-visit-eval-list): Doc fixes.
10837         * subr.el (def-edebug-spec): Doc fix.
10839 2009-07-14  Kenichi Handa  <handa@m17n.org>
10841         * international/characters.el: Fix setting of category ?C.
10843 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10845         * term/ns-win.el (x-select-font): defalias x-select-font to
10846         ns-popup-font-panel instead of generate-fontset-menu.
10848 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10850         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10852 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10854         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10855         the PK\003\004 header (Bug#3770).
10857 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10859         * pcomplete.el (pcomplete-comint-setup): Check for
10860         shell-dynamic-complete-filename too.
10862 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10864         * simple.el (temporary-goal-column): Change the value for
10865         line-move-visual to a cons cell.
10866         (line-move-visual): Record or set the window hscroll, if
10867         necessary (Bug#3494).
10868         (line-move-1): Handle cons value of temporary-goal-column.
10870 2009-07-11  Kenichi Handa  <handa@m17n.org>
10872         * international/mule-diag.el (describe-character-set): Don't show
10873         width.
10875 2009-07-10  Sam Steingold  <sds@gnu.org>
10877         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10878         Omake sometimes indents the errors it prints, so allow all
10879         regexps to start with spaces.
10881 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10883         * cus-edit.el (customize-changed-options-previous-release):
10884         Bump value to 22.1.  (Bug#3804)
10886 2009-07-08  Sam Steingold  <sds@gnu.org>
10888         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10889         to be a cons cell (test . ignored-directory) to selectively ignore
10890         some directories depending on the location of the search.
10892 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10894         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10895         remote user is root, on the local host.
10896         (tramp-local-host-p): Either the local user or the remote user
10897         must be root.  (Bug#3771)
10899 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10901         * progmodes/gdb-mi.el (gdb): Remove description of
10902         gdb-use-separate-io-buffer.
10903         (menu): Don't allow toggling of or enable
10904         gdb-use-separate-io-buffer from menubar.
10906 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10908         * mail/unrmail.el (unrmail): Make sure the message ends with two
10909         newlines (Bug#3769).
10911 2009-07-08  Glenn Morris  <rgm@gnu.org>
10913         * calendar/calendar.el (calendar-current-date): Rework previous change.
10915 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10917         * calendar/calendar.el (calendar-current-date):
10918         Add an optional argument giving an offset from today.
10920 2009-07-08  Glenn Morris  <rgm@gnu.org>
10922         * tutorial.el (tutorial--describe-nonstandard-key):
10923         Adjust the message for when a key has been unbound.
10924         (help-with-tutorial): Hide the arch-tag.
10926 2009-07-08  Kenichi Handa  <handa@m17n.org>
10928         * international/fontset.el (setup-default-fontset): For each
10929         script, append (not set) font-specs.
10931         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10932         docstring.
10934 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10936         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10937         -data-list-register-names to ...
10938         (gdb-starting): ... here because GDB 7.0 requires execution to
10939         have started when using this MI command.
10940         (gdb-set-header): New function to distinguish select and
10941         unselected tabs in gdb buffers.
10942         (gdb-propertize-header): New macro that uses gdb-set-header.
10943         (gdb-breakpoints-header, gdb-locals-header): Use it.
10944         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10946 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10948         * Makefile.in (ELCFILES): Remove fadr.elc.
10950 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10952         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10953         may contain frame information, so `string-match' should be used.
10954         (gdb-update): Disassembly is invalidated through
10955         `gdb-get-selected-frame'.
10956         (gdb-pad-string): New function to pad string with spaces.
10957         (gdb-invalidate-disassembly): Invalidate only if the buffer
10958         exists.
10959         (gdb-disassembly-handler-custom): Column alignment.
10960         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10961         placing new ones.
10962         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10963         end of line, too.
10964         (gdb-frame-handler): Match convention to for disassembly buffer
10965         mode name.
10966         (gdb-stack-list-frames-handler): Rewritten without regexps.
10967         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10968         not highlight breakpoints without line information.
10969         (gdb-input): Add trailing newline to command.
10971         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10972         buffer properly.
10973         (gdb-breakpoints-list-handler-custom): Replacement for
10974         `gdb-break-list-handler'.  Using real parser instead of regexps
10975         now.
10976         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10977         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10978         to place breakpoints.
10979         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10980         functions.
10981         (gdb-disassembly-handler-custom): Show overlay arrow.
10982         (gdb-disassembly-place-breakpoints): Show breakpoints in
10983         disassembly buffer.
10984         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10985         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10986         instead of parsing breakpoints buffer.  Fixed old menu references
10987         in `gud-menu-map'.
10989         * fadr.el: Remove.
10991         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10992         (gdb-memory-address): New variable which holds top address of
10993         memory page shown in memory buffer.
10994         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10995         customization variables.
10996         New functions:
10997         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10998         display the memory buffer.
10999         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
11000         buffer display parameters.
11001         (def-gdb-memory-format, gdb-memory-format-binary)
11002         (gdb-memory-format-octal, gdb-memory-format-unsigned)
11003         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
11004         Functions for setting memory buffer format.
11005         (gdb-memory-unit-word, gdb-memory-unit-halfword)
11006         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
11007         unit size used in memory buffer.
11008         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
11009         to next/previous page of memory buffer.
11010         Now using (bindat-get-field) instead of fadr functions.
11012 2009-07-07  Sam Steingold  <sds@gnu.org>
11014         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
11015         non-top-level files.
11017 2009-07-07  Kenichi Handa  <handa@m17n.org>
11019         * international/mule-cmds.el (reset-language-environment): Put
11020         the highset priority to the charset iso-8859-1.
11022 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11024         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
11025         to the end of the line when locating the block (Bug#700).
11027 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
11029         * net/tramp.el (tramp-handle-write-region): Flush file properties
11030         in case of short track.
11032 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
11034         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
11035         Coded custom representation of verilog error regular expressions
11036         to work with Emacs-22's new format.
11037         (verilog-error-regexp-xemacs-alist): Coded custom representation
11038         of verilog error regular expressions to work with XEmacs format.
11039         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
11040         error recognition into XEmacs.
11041         (verilog-error-regexp-add-emacs): Hook routine to install verilog
11042         error recognition into Emacs-22.
11044 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
11046         * woman.el: Remove stand-alone closing parentheses.
11047         (woman-file-name, woman2-format-paragraphs)
11048         (woman-leave-blank-lines): Code cleanup.
11049         (woman-use-own-frame): Change default to nil.
11050         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
11051         defaults to inherit from default faces.
11052         (woman2-process-escapes): Consume the newline after a stand-alone
11053         filler character (Bug#3651).
11055 2009-07-06  Glenn Morris  <rgm@gnu.org>
11057         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
11058         (top-level): Move provide to the end.
11059         (ffap): Remove defunct URL from custom group.
11061         * subr.el (eval-after-load): Doc fix.
11063 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
11065         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
11066         `calc-embedded-word' is called twice.
11068 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11070         * files.el (find-alternate-file-other-window, find-alternate-file):
11071         Obey confirm-nonexistent-file-or-buffer.
11073 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
11075         * dired-aux.el (dired-show-file-type): Handle remote files.
11077 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
11079         * desktop.el (desktop-globals-to-save):
11080         Add file-name-history (Bug#2750).
11082 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
11084         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
11086 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11088         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11089         property on entire argument since this is what eshell-lisp-command
11090         expects.
11092 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11094         * net/tramp-gvfs.el (tramp-gvfs-methods)
11095         (tramp-gvfs-zeroconf-domain)
11096         (tramp-bluez-discover-devices-timeout): Add version flag.
11097         (tramp-gvfs-handler-mounted-unmounted)
11098         (tramp-gvfs-connection-mounted-p): Polish handling of
11099         incompatibilities between GVFS 0.2 and 1.0.
11101 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11103         * cus-start.el (all): Add make-pointer-invisible.
11105 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11107         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11108         formatted correctly.
11110 2009-07-02  Juri Linkov  <juri@jurta.org>
11112         * info.el: Virtual Info files and nodes.
11113         (Info-virtual-files, Info-virtual-nodes): New variables.
11114         (Info-current-node-virtual): New variable.
11115         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11116         New functions.
11117         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11118         to check for a virtual file instead of checking a fixed list
11119         of node names.
11120         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11121         instead of ad-hoc processing of "dir" and (apropos history toc).
11122         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11123         instead of ad-hoc processing of "dir" and (apropos history toc).
11124         Reread a file when moving from a virtual node.
11125         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11126         (Info-directory-toc-nodes, Info-directory-find-file)
11127         (Info-directory-find-node): New functions.
11128         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11129         (Info-history): Move part of code to
11130         `Info-history-find-node'.
11131         (Info-history-toc-nodes, Info-history-find-file)
11132         (Info-history-find-node): New functions.
11133         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11134         (Info-toc): Move part of code to `Info-toc-find-node'.
11135         (Info-toc-find-node): New function.
11136         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11137         the current Info file name to references because now the node
11138         "*TOC*" belongs to the same Info manual.
11139         (Info-toc-build): Rename from `Info-build-toc'.
11140         (Info-toc-nodes): Rename input argument `file' to `filename'.
11141         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11142         instead of ad-hoc processing of ("dir" apropos history toc).
11143         (Info-index-nodes): Use Info-virtual-file-p
11144         to check for a virtual file instead of checking a fixed list
11145         of node names.
11146         (Info-index-node): Add check for `Info-current-node-virtual'.
11147         Raise `save-match-data' higher up the tree to contain
11148         `search-forward' too (bug fix).
11149         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11150         (Info-virtual-index-nodes): New variable.
11151         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11152         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11153         (Info-apropos-file, Info-apropos-nodes): New variables.
11154         (Info-apropos-toc-nodes, Info-apropos-find-file)
11155         (Info-apropos-find-node, Info-apropos-matches): New functions.
11156         (info-apropos): Move part of code to `Info-apropos-find-node' and
11157         `Info-apropos-matches'.
11158         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11159         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11160         for a virtual file instead of checking a fixed list of node names.
11162         * simple.el (async-shell-command): New command.
11164         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11166         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11167         instead of `mount-info'.
11169 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11171         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11172         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11174 2009-07-02  Kenichi Handa  <handa@m17n.org>
11176         * international/mule.el (set-keyboard-coding-system): Force *-unix
11177         coding-system to avoid eol conversion.
11179 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11181         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11182         Add handler for `process-file', `shell-command' and
11183         `start-file-process'.
11184         (tramp-gvfs-handle-shell-command)
11185         (tramp-gvfs-handle-start-file-process)
11186         (tramp-gvfs-handle-process-file): New defuns.
11187         (tramp-synce-list-devices): Simplify check for existence of property.
11189 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11191         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11193 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11195         * language/korean.el (set-language-info-alist): Add korean-cp949,
11196         cp949 to spec.
11198 2009-07-01  Kenichi Handa  <handa@m17n.org>
11200         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11202         * international/encoded-kb.el: Deleted.
11204         * international/mule.el (set-keyboard-coding-system): Perform the
11205         necessary setup here instead of calling encoded-kbd-setup-display.
11207 2009-07-01  Glenn Morris  <rgm@gnu.org>
11209         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11211 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11213         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11215 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11217         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11218         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11219         (tramp-default-file-modes): Remove execute permissions.
11221         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11222         (top): Add a default for "synce" in `tramp-default-user-alist'.
11223         Add completion function for "synce" method.
11224         (tramp-hal-service, tramp-hal-path-manager)
11225         (tramp-hal-interface-manager, tramp-hal-interface-device):
11226         New defconst.
11227         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11228         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11229         New defuns.
11231         * net/trampver.el: Update release number.
11233 2009-06-30  Kenichi Handa  <handa@m17n.org>
11235         * international/fontset.el (setup-default-fontset): Add CJK fonts
11236         for symbols and the other miscellaneous characters.
11238         * language/korea-util.el (setup-korean-environment-internal):
11239         Make char-width-table suitable for Korean environments.
11240         (exit-korean-environment): Cancel above.
11242         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11243         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11244         setup-function to make char-width-table suitable for respective
11245         environments, and an exit-function to cancel that.
11247         * language/japan-util.el (setup-japanese-environment-internal):
11248         Call use-cjk-char-width-table with arg `ja_JP'.
11250         * international/characters.el (cjk-char-width-table): Delete it.
11251         (cjk-char-width-table-list): New variable.
11252         (use-cjk-char-width-table): New arg local-name.
11253         (use-default-char-width-table): Fix for the case that Emacs is
11254         already using the default char-width-table.
11256 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11258         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11259         modes mandatory.  (Bug#3712)
11261 2009-06-29  Alan Mackenzie  <acm@muc.de>
11263         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11264         correction between the visible width of TABs and their number of bytes.
11266 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11268         * server.el (server-buffer-done): Prevent kill-buffer from
11269         prompting by clearing the buffer modification flag (Bug#3696).
11271 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11273         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11274         (verilog-endcomment-reason-re): Support unique case and priority case.
11275         (verilog-basic-complete-re): Support localparam lineup.
11276         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11277         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11278         commenting.
11279         (verilog-leap-to-case-head): Now support *nested* unique &
11280         priority case statements.
11281         (verilog-auto-lineup): Make just declarations the default (as it
11282         had been).
11283         (verilog-leap-to-case-head): Support priority/unique case statements.
11284         (verilog-auto-lineup): Rework to give users radio buttons to
11285         select the various styles of automatic lineup.
11286         (verilog-error-regexp-alist): Rework to support the XEmacs style
11287         of error regular expressions from compilers, lint tools &
11288         simulators.  Note that GNU Emacs has made it impossible for a mode
11289         to load such things.
11290         (electric-verilog-terminate-line, verilog-indent-declaration)
11291         (verilog-auto-wiure): Rework for radio button selection of
11292         auto-lineup selection of specification of auto lineup.
11293         (verilog-beg-of-statement-1): Redesign to support proper operation
11294         in additional code, based on testing with auto-lineup.
11295         (verilog-calculate-indent, assignments & declarations)
11296         (verilog-backward-token): Enhance to support auto-lineup of
11297         assignments & declarations.
11298         (verilog-in-directive-p, verilog-at-struct-p): New function for
11299         easy test of whether we are.
11300         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11301         to support safe execution at almost anyline.
11302         (verilog-calc-1): Properly support indenting deep inside generate
11303         blocks.
11304         (verilog-init-font): Remove definition & use of verilog-init-font,
11305         as it is redundant with font-lock-defaults.
11306         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11307         to avoid circular calls if syntax-ppss is a function (as is the
11308         case now in 22.x GNU Emacs) as that function would sometimes call
11309         itself, leading to (nearly) infinite recursion.
11310         (verilog-ovm-begin-re, verilog-ovm-end-re)
11311         (verilog-ovm-statement-re, verilog-leap-to-head)
11312         (verilog-backward-token): Add support for OVM macros.  Some are
11313         complete statements, and others open and close scopes like begin
11314         and end.
11315         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11316         (verilog-defun-level-generate-only-re): Really fix the defun-list
11317         compilation issue.
11318         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11319         coverpoint, constraint and cross statements.
11320         (verilog-defun-level-list, verilog-generate-defun-level-list)
11321         (verilog-all-defun-level-list): Redo these specifications - it is
11322         too hard to support eval-when compile aggregation of lists also
11323         built at when-compile time.
11324         (verilog-defun-level-list): Place defconsts of variables used in
11325         building regular expressions which are built in eval-when-compile
11326         bodies in the same eval-when-compile body to facilitate compile
11327         without load.
11328         (verilog-beg-block-re-ordered): Support indenting
11329         virtual/protected tasks and functions.
11330         (verilog-defun-level-list, verilog-in-generate-region-p)
11331         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11332         indentation of some module items (generate items).
11333         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11334         across virtual/protected tasks and functions.
11336 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11338         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11339         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11340         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11341         in concatenations.  Reported by Yishay Belkind.
11342         (verilog-auto-ascii-enum): Support one-hot state machines in
11343         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11344         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11345         modport in AUTOINST and add vl-modport for users.  Reported by
11346         David Rogoff.
11347         (verilog-auto-inout-module, verilog-auto-inst)
11348         (verilog-decls-get-interfaces, verilog-insert-definition)
11349         (verilog-insert-one-definition, verilog-read-decls)
11350         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11351         (verilog-sig-modport, verilog-signals-combine-bus)
11352         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11353         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11354         Suggested by David Rogoff.
11355         (verilog-repair-open-comma): Fix non-insertion of comma when
11356         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11357         (verilog-make-width-expression): Simplify [A-1:0] expression
11358         widths to just {A{1'b0}}.
11359         (verilog-mode): Cleanup checkdoc warnings.
11360         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11361         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11362         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11363         (next-error-last-buffer): Fix byte-compiler warning.
11364         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11365         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11366         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11367         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11368         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11369         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11370         in AUTOINOUT.  Reported by Matthew Lovell.
11371         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11372         causing use of <= assignments.  Reported by Alex Reed.
11373         (verilog-read-decls): Fix triand, trior, wand, wor to be
11374         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11375         (verilog-extended-complete-re): Support import "DPI-C" functions.
11376         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11377         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11378         (verilog-insert-date, verilog-insert-year)
11379         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11380         Windows systems.  Reported by Michael Potts.
11381         (verilog-read-module-name): Fix AUTOINST when the child module
11382         declaration's name is a tick define.  Reported by Elliot Mednick.
11383         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11384         passed to next parameter's definition.  Reported by Bruce T.
11385         (verilog-read-decls): Fix detecting "parameter int" when using
11386         AUTOINSTPARAM.  Reported by Bruce T.
11387         (verilog-goto-defun): Fix goto not finding modules unless first
11388         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11389         (verilog-mode): Expand -f flag arguments on entry to mode so
11390         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11391         (verilog-getopt): Expand environment variables in -f file
11392         arguments.  Suggested by Lawrence Butcher.
11393         (verilog-set-define): Fix "Symbol's value as variable is void"
11394         when reading enumerations.
11395         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11396         Suggested by Stephen Peltan.
11397         (verilog-read-defines): Fix reading of enumerations in include
11398         files.  Reported by Steve Peltan.
11400 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11402         * files.el (trash-directory): Fix defcustom type.
11404 2009-06-28  Juri Linkov  <juri@jurta.org>
11406         * help-fns.el (describe-function-1): Correctly locate adviced
11407         functions in hyperlink (Bug#2438).
11409 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11411         * files.el (trash-directory): Change default to nil.
11412         (move-file-to-trash): If trash-directory is nil and
11413         system-move-file-to-trash is unbound, perform freedesktop-style
11414         trashing.
11416 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11418         * files.el (move-file-to-trash): Add freedesktop trash
11419         support (Bug#973).
11421 2009-06-28  Glenn Morris  <rgm@gnu.org>
11423         * autorevert.el (global-auto-revert-non-file-buffers)
11424         (global-auto-revert-mode): Doc fixes.
11426 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11428         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11430 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11432         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11433         opened an X connection before calling x-get-resource (Bug#3194).
11435         * play/doctor.el: Remove reference to obsolete website.
11436         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11438 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11440         Remove find-file-not-found-hook VC method.  (Bug#2757)
11441         * vc-hooks.el (vc-file-not-found-hook)
11442         (vc-default-find-file-not-found-hook): Remove functions.
11443         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11444         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11445         * vc.el:
11446         * vc-hg.el:
11447         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11449 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11451         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11452         compatibility function for `looking-back'.
11454         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11455         Use `ispell-looking-back'.
11457 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11459         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11460         rather than `filename'.
11462 2009-06-23  Miles Bader  <miles@gnu.org>
11464         * face-remap.el (text-scale-set): New function.
11466 2009-06-23  Glenn Morris  <rgm@gnu.org>
11468         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11470         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11472         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11474         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11476         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11477         Simplify Persian conditionals.
11479         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11480         variable `filename'.
11482         * comint.el (comint-insert-input): Doc fix.
11484         * Makefile.in (ELCFILES): Fix typo in previous change.
11486 2009-06-23  Miles Bader  <miles@gnu.org>
11488         * cus-start.el: Add entry for `recenter-redisplay'.
11490 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11492         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11493         Add an optional argument for the backend, use it instead of
11494         calling vc-backend.
11495         (vc-mode-line): Add an optional argument for the backend.
11496         Pass the backend to vc-state and vc-working-revision.  Move code for
11497         special handling for vc-state being a buffer to ...
11499         * vc-rcs.el (vc-rcs-find-file-hook):
11500         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11502         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11503         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11504         vc-stay-local-p and vc-mode-line calls.
11506         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11507         (vc-cvs-diff, vc-cvs-annotate-command)
11508         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11509         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11510         vc-mode-line calls.
11512         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11513         direct comparison.
11514         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11515         backend when calling vc-mode-line.
11516         (vc-register): Do not create a closure for calling the vc register
11517         function, call it directly.
11519 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11521         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11522         to make it obvious item can be clicked.
11524         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11526 2009-06-23  Kenichi Handa  <handa@m17n.org>
11528         * language/korea-util.el (korean-key-bindings): Change the binding
11529         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11530         same command.
11532 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11534         Sync with Tramp 2.1.16.
11536         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11538         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11539         when a loading of a package fails.  Completion function for rsync
11540         is `tramp-completion-function-alist-ssh'.
11541         (all): Replace all calls of `split-string' and
11542         `tramp-split-string' by `tramp-compat-split-string'.
11543         (tramp-default-method): Use `tramp-compat-process-running-p'.
11544         (tramp-default-proxies-alist): Allow also Lisp forms.
11545         (tramp-remote-path): Add choice "Private Directories".
11546         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11547         (tramp-domain-regexp): Allow also "-", "_" and ".".
11548         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11549         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11550         (tramp-debug-message): Insert header line in debug buffer.
11551         (tramp-handle-directory-files-and-attributes-with-stat):
11552         Care about filenames with spaces, or starting with "-".
11553         (tramp-handle-dired-uncache): New defun.
11554         (tramp-handle-insert-directory): Don't flush the directory from
11555         cache, this is handled by `dired-uncache' now.
11556         (tramp-handle-insert-file-contents): Improve error handling.
11557         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11558         Quote `tramp-end-of-output'.
11559         (tramp-action-password): Improve trace message.
11560         (tramp-check-for-regexp): Both echoes must be present, before removing.
11561         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11562         (tramp-compute-multi-hops): Eval cons cells of
11563         `tramp-default-proxies-alist'.
11564         (tramp-maybe-open-connection): Use the same command pattern for
11565         first hop and further hops.
11566         (tramp-wait-for-output): Remove handling of newlines.
11567         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11568         (tramp-split-string): Remove function.  It is handled in
11569         tramp-compat now.
11571         * net/tramp-cmds.el (tramp-bug):
11572         Recommend `tramp-cleanup-all-connections' in the bug mail.
11574         * net/tramp-compat.el (tramp-compat-split-string)
11575         (tramp-compat-process-running-p): New defuns.
11577         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11578         for `dired-uncache'.
11580         * net/tramp-gvfs.el: New package.
11582         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11583         Add handler for `dired-uncache'.
11584         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11586         * net/trampver.el: Update release number.  Make version check fit
11587         for SXEmacs 22.
11589 2009-06-22  Jim Meyering  <meyering@redhat.com>
11591         Automatically handle .xz suffix (XZ-compressed files), too.
11592         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11593         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11595 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11596             Nick Roberts  <nickrob@snap.net.nz>
11598         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11599         repository (http://sphinx.net.ru/hg/gdb-mi/).
11601 2009-06-22  Glenn Morris  <rgm@gnu.org>
11603         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11604         `mode' and `eval' entries.  (Bug#3430)
11606         * Makefile.in (ELCFILES): Add fadr.elc.
11608         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11609         differing behavior of \n and ^ in strings.  (Bug#3385)
11611         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11613         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11614         property.
11615         (lisp-indent-function): Make it a defcustom.
11617 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11619         * progmodes/gdb-ui.el: Replace with ...
11620         * progmodes/gdb-mi.el: ... this file.
11621         * progmodes/gud.el: Modify for gdb-mi.el.
11623 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11625         * fadr.el: New file.
11627 See ChangeLog.14 for earlier changes.
11629 ;; Local Variables:
11630 ;; coding: utf-8
11631 ;; End:
11633     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11635   This file is part of GNU Emacs.
11637   GNU Emacs is free software: you can redistribute it and/or modify
11638   it under the terms of the GNU General Public License as published by
11639   the Free Software Foundation, either version 3 of the License, or
11640   (at your option) any later version.
11642   GNU Emacs is distributed in the hope that it will be useful,
11643   but WITHOUT ANY WARRANTY; without even the implied warranty of
11644   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11645   GNU General Public License for more details.
11647   You should have received a copy of the GNU General Public License
11648   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11650 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1