* replace.el (occur-accumulate-lines): Move occur-engine related
[emacs.git] / lisp / ChangeLog
blob426db447d51d648ef4fb801724b618e2b1044d74
1 2010-03-30  Juri Linkov  <juri@jurta.org>
3         * dired-x.el (dired-omit-mode): Doc fix.
5 2010-03-30  Juri Linkov  <juri@jurta.org>
7         * replace.el (occur-accumulate-lines): Move occur-engine related
8         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
9         to be located after `occur-engine'.
11 2010-03-30  Juri Linkov  <juri@jurta.org>
13         Make occur handle multi-line matches cleanly with context.
14         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
16         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
17         (occur-engine): Add local variables `ret', `prev-after-lines',
18         `prev-lines'.  Use more arguments for `occur-context-lines'.
19         Set first elem of its returned list to `data', and the second elem
20         to `prev-after-lines'.  Don't print the separator line.
21         In the end, print remaining context after-lines.
22         (occur-context-lines): Add new arguments `begpt', `endpt',
23         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
24         after-lines of the previous match with before-lines of the
25         current match and not overlap them.  Return a list with two
26         values: the output line and the list of context after-lines.
28 2010-03-30  Juri Linkov  <juri@jurta.org>
30         * replace.el (occur-accumulate-lines): Fix a bug where the first
31         context line at the beginning of the buffer was missing.
33 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
35         * files.el: Make bidi-display-reordering safe variable for boolean
36         values.
38 2010-03-29  Phil Hagelberg  <phil@evri.com>
39             Chong Yidong  <cyd@stupidchicken.com>
41         * subr.el: Extend progress reporters to perform "spinning".
42         (progress-reporter-update, progress-reporter-do-update): Handle
43         non-numeric value arguments.
44         (progress-reporter--pulse-characters): New var.
46 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
48         * progmodes/compile.el (compilation-start): Fix regexp detection
49         of initial cd command (Bug#5771).
51 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
53         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
55 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
57         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
58         * lisp/progmodes/gdb-mi.el: Restored.
59         * lisp/progmodes/gdb-ui.el: Removed.
60         * lisp/progmodes/gud.el: Re-accommodated for gdb-mi.el.
62 2010-03-25  Glenn Morris  <rgm@gnu.org>
64         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
65         all dired buffers, even tramp ones.  (Bug#5755)
67 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
69         Add "union tags" in mpc.el.
70         * mpc.el: Remove backward compatibility code.
71         (mpc-browser-tags): Change default.
72         (mpc--find-memoize-union-tags): New var.
73         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
74         (mpc-cmd-find): Handle the case where the playlist does not exist.
75         Handle union-tags.
76         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
77         (mpc-cmd-add): Use mpc-cmd-flush.
78         (mpc-tagbrowser-tag-name): New fun.
79         (mpc-tagbrowser-buf): Use it.
80         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
82 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
84         Misc cleanup.
85         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
86         Use replace-regexp-in-string.
87         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
88         (makefile-imake-mode-syntax-table): Move init into defvar.
89         (makefile-mode): Use define-derived-mode.
91         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
92         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
93         not be present any more.
95 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
97         * faces.el (set-face-attribute): Fix typo in docstring.
98         (face-valid-attribute-values): Reflow docstring.
100         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
102 2010-03-24  Glenn Morris  <rgm@gnu.org>
104         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
106 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
108         * indent.el (indent-for-tab-command): Doc fix.
110 2010-03-24  Alan Mackenzie  <acm@muc.de>
112         * progmodes/cc-engine.el (c-remove-stale-state-cache):
113         Fix off-by-one error.  Fixes bug #5747.
115 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
117         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
118         (image-dired-read-comment): Doc fix.
120         * json.el (json-object-type, json-array-type, json-key-type)
121         (json-false, json-null, json-read-number):
122         * minibuffer.el (completion-in-region-functions):
123         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
124         (cal-tex-cursor-week):
125         * emacs-lisp/trace.el (trace-function):
126         * eshell/em-basic.el (eshell/printnl):
127         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
128         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
129         * obsolete/levents.el (allocate-event, event-key, event-object)
130         (event-point, event-process, event-timestamp, event-to-character)
131         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
132         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
133         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
134         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
135         (reftex-highlight-selection): Fix typos in docstrings.
137 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
139         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
141 2010-03-24  Glenn Morris  <rgm@gnu.org>
143         * mail/rmail.el (rmail-highlight-face): Restore option deleted
144         2008-02-13 without comment; mark it obsolete.
145         (rmail-highlight-headers): Use rmail-highlight-face once more.
147 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
149         * woman.el (woman2-process-escapes): Only consume the newline if
150         the filler character is on a line by itself (Bug#5729).
152 2010-03-24  Kenichi Handa  <handa@m17n.org>
154         * language/indian.el (devanagari-composable-pattern): Add more
155         consonants.
157 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
159         * net/trampver.el: Update release number.
161 2010-03-24  Glenn Morris  <rgm@gnu.org>
163         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
165 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
167         * net/tramp.el (tramp-find-executable):
168         Use `tramp-get-connection-buffer'.  Make the regexp for checking
169         output of "wc -l" more robust.
170         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
171         (tramp-open-connection-setup-interactive-shell): Remove workaround
172         for OpenSolaris bug, it is not needed anymore.
174 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
176         * cedet/semantic/imenu.el: New file, from the CEDET repository
177         (Bug#5412).
179 2010-03-24  Glenn Morris  <rgm@gnu.org>
181         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
183 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
185         * files.el (auto-mode-alist): Accept more verilog file patterns.
187 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
189         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
191 2010-03-24  Glenn Morris  <rgm@gnu.org>
193         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
194         log-edit-before-checkin-process.
196         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
198         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
200         * vc-dispatcher.el (vc-start-logentry): Doc fix.
201         (log-view-process-buffer, log-edit-extra-flags): Declare.
203         * log-edit.el (log-edit-before-checkin-process): Doc fix.
205         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
206         Consistently check ede-object is bound throughout.
208         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
210 2010-03-23  Sam Steingold  <sds@gnu.org>
212         Fix bug#5620: recalculate all markers on compilation buffer
213         modifications, not on file modifications.
214         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
215         the buffer modification time, for buffers not associated with files.
216         (compilation-mode): Create it.
217         (compilation-filter): Update it.
218         (compilation-next-error-function): Use it instead of
219         `visited-file-modtime' for timestamp.
221 2010-03-23  Juri Linkov  <juri@jurta.org>
223         Implement Occur multi-line matches.
224         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
226         * replace.el (occur): Doc fix.
227         (occur-engine): Set `begpt' to the beginning of the first line.
228         Set `endpt' to the end of the last match line.  At first, count
229         line numbers between `origpt' and `begpt'.  Split out code from
230         `out-line' variable to new let-bindings `match-prefix' and
231         `match-str'.  In `out-line' add non-numeric prefix to all
232         non-first lines of multi-line matches.  Finally, count lines
233         between `begpt' and `endpt' and add to `lines'.
235 2010-03-23  Juri Linkov  <juri@jurta.org>
237         * replace.el (occur-accumulate-lines, occur-engine):
238         Use `occur-engine-line' instead of duplicate code.
239         (occur-engine-line): New function created from duplicate code
240         in `occur-accumulate-lines' and `occur-engine'.
242         * replace.el (occur-engine-line): Add optional arg `keep-props'.
243         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
245 2010-03-23  Juri Linkov  <juri@jurta.org>
247         * finder.el: Remove TODO tasks.
249         * info.el (Info-finder-find-node): Add node "all"
250         with all package info.  Handle a list of multiple keywords
251         separated by comma.
252         (info-finder): In interactive use with a prefix argument,
253         use `completing-read-multiple' to read a list of keywords
254         separated by comma.
256 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
258         Add a new completion style `substring'.
259         * minibuffer.el (completion-basic--pattern): New function.
260         (completion-basic-try-completion, completion-basic-all-completions):
261         Use it.
262         (completion-substring--all-completions)
263         (completion-substring-try-completion)
264         (completion-substring-all-completions): New functions.
265         (completion-styles-alist): New style `substring'.
267 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
269         Get rid of .elc files after removal of the corresponding .el.
270         * Makefile.in (compile-clean): New target.
271         (compile-main): Use it.
273 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
275         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
276         don't do make there.  When compiling with separate object dir, there
277         is no Makefile there.
279 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
281         Get rid of the ELCFILES abomination, again.
282         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
283         (all, compile): Don't call compile-last.
284         (compile-main): Build the "elcfiles" list dynamically.
285         (compile-targets): New (internal) target.
287 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
289         * Makefile.in (top_srcdir): Define.
290         (abs_top_builddir): Define.
291         (srcdir): Don't append `/..'.
292         (EMACS): Use ${abs_top_builddir}.
293         (all, compile, compile-always, compile-last): Don't set emacswd.
294         (update-subdirs, update-authors): Use $(top_srcdir) instead of
295         $(srcdir).
296         (lisp): Use $(srcdir) instead of @srcdir@.
298 2010-03-21  Juri Linkov  <juri@jurta.org>
300         Fix message of multi-line occur regexps and multi-buffer header lines.
301         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
303         * replace.el (occur-1): Don't display regexp if it is longer
304         than window-width.  Use `query-replace-descr' to display regexp.
305         (occur-engine): Don't display regexp in the buffer header for
306         multi-buffer occur.  Display a separate header line with total
307         match count and regexp for multi-buffer occur.
308         Use `query-replace-descr' to display regexp.
310 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
312         * net/secrets.el: Fix parenthesis.
313         (secrets-enabled): Fix parenthesis.
315 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
317         Use more relative file and directory names.
318         * Makefile.in (EMACS): Arrange for it to work when we chdir.
319         (setwins, setwins_almost, setwins_for_subdirs):
320         Don't `cd'; output relative names.
321         (all, compile, compile-always, compile-last): Set emacswd.
322         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
323         Just cd to the lisp source dir so we can use relative file names.
325         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
327 2010-03-20  Glenn Morris  <rgm@gnu.org>
329         * textmodes/rst.el: Use faces for font-lock customization, and make the
330         old -face variables obsolete.
331         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
332         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
333         (rst-block-face, rst-external-face, rst-definition-face)
334         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
335         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
336         Make obsolete.
337         (rst-font-lock-keywords-function): Update for above changes.
339 2010-03-20  Juri Linkov  <juri@jurta.org>
341         * s-region.el:
342         * obsolete/s-region.el: Move to obsolete.
344 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
346         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
348 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
350         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
352 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
354         Add special markup processing for commit logs.
355         * log-edit.el (log-edit-extra-flags): New variable.
356         (log-edit): Add new argument MODE.  Use that mode when non-nil
357         instead of the log-view-mode.
358         (log-view-process-buffer): New function.
360         * vc.el: Document that the checkin method takes optional
361         arguments.  Document new backend specific method: log-view-mode.
362         (vc-default-log-edit-mode): New function.
363         (vc-checkin): Use a backend specific log-view-mode.
364         Pass extra arguments to the checkin method.
365         (vc-modify-change-comment): Pass a dummy extra argument.
367         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
368         log-edit.
369         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
370         (vc-finish-logentry): Process the log buffer before passing it
371         down.  Pass log-edit-extra-flags.
373         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
374         command.
375         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
377         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
378         command.
379         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
380         (vc-hg-log-edit-mode): New derived mode.
382         * vc-arch.el (vc-arch-checkin):
383         * vc-cvs.el (vc-cvs-checkin):
384         * vc-git.el (vc-git-checkin):
385         * vc-mtn.el (vc-mtn-checkin):
386         * vc-rcs.el (vc-rcs-checkin):
387         * vc-sccs.el (vc-sccs-checkin):
388         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
390 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
392         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
393         parent typo).
395 2010-03-19  Glenn Morris  <rgm@gnu.org>
397         * password-cache.el (password-cache, password-cache-expiry): Autoload.
399 2010-03-18  Glenn Morris  <rgm@gnu.org>
401         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
403         * replace.el (query-replace-history): Give it a doc string.
404         (map-query-replace-regexp): Use query-replace-from-history-variable
405         and query-replace-to-history-variable.
407         * mail/hashcash.el (declare-function): Remove duplicate definition.
409         * mail/emacsbug.el (report-emacs-bug-pretest-address):
410         Make it an obsolete alias for report-emacs-bug-address.
411         (message-strip-special-text-properties): Declare.
412         (report-emacs-bug): Remove test for a pretest bug address.
413         Combine message-mode-specific code.
415         * mail/supercite.el: Don't require sendmail.
416         (mh-in-header-p): Declare rather than using with-no-warnings.
417         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
418         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
420         * calendar/cal-french.el: Convert to utf-8.
422         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
423         Emacs scripts.
425 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
427         * net/secrets.el (secrets-enabled): New variable.  Use it instead
428         of a subfeature.
430 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
432         * net/secrets.el (top): Register the D-Bus signals only when the
433         service "org.freedesktop.secrets" can be pinged.
434         Provide subfeature `enabled'.
436 2010-03-14  Juri Linkov  <juri@jurta.org>
438         Add finder unknown keywords.
440         * finder.el (finder-unknown-keywords): New function.
442         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
443         to create a Finder node with unknown keywords.
445 2010-03-14  Juri Linkov  <juri@jurta.org>
447         * finder.el (finder-compile-keywords): Replace `princ' with
448         `prin1' on a list of symbols interned from keyword strings.
450         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
451         a comma, then split keywords using a comma and optional whitespace.
452         Otherwise, split by whitespace.
454         * complete.el:
455         * face-remap.el:
456         * log-view.el:
457         * net/hmac-def.el:
458         * net/hmac-md5.el:
459         * net/netrc.el:
460         * progmodes/mixal-mode.el: Fix keywords.
462 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
464         * Makefile.in (ELCFILES): Add net/secrets.elc.
466         * net/secrets.el: New file.
468 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
470         * facemenu.el (list-colors-display, list-colors-print): New arg
471         callback.  Use it to allow selecting colors.
473         * wid-edit.el (widget-image-insert): Insert image prop even if the
474         current display is non-graphic.
475         (widget-field-value-set): New fun.
476         (editable-field): Use it.
477         (widget-field-value-get): Clean up unused var.
478         (widget-color-value-create, widget-color--choose-action): New
479         funs.  Allow using list-colors-display to choose color.
481 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
483         * cus-edit.el: Resort topmost custom groups.
484         (custom-buffer-sort-alphabetically): Default to t.
485         (customize-apropos): Use apropos-parse-pattern.
486         (custom-search-field): New var.
487         (custom-buffer-create-internal): Add custom-apropos search field.
488         (custom-add-parent-links): Don't display parent doc.
489         (custom-group-value-create): Don't sort top-level custom group.
490         (custom-magic-value-create): Show visibility button before option
491         name.
493         (custom-variable-state): New fun, from custom-variable-state-set.
494         (custom-variable-state-set): Use it.
495         (custom-group-value-create): Hide options with standard values
496         using the :hidden-states property.  Use progress reporter.
498         (custom-show): Simplify.
499         (custom-visibility): Disable images by default.
500         (custom-variable): New property :hidden-states.
501         (custom-variable-value-create): Enable images for
502         custom-visibility widgets.  Use :hidden-states property to
503         determine initial visibility.
505         * wid-edit.el (widget-image-find): Give images center ascent.
506         (visibility): Add :on-image and :off-image properties.
507         (widget-visibility-value-create): Use them.
509 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
511         * cus-edit.el (processes): Remove from development group.
512         (oop, hypermedia): Delete group.
513         (comm): Promote to top-level group.
515         * net/browse-url.el (browse-url):
516         * net/xesam.el (xesam):
517         * net/tramp.el (tramp):
518         * net/goto-addr.el (goto-address):
519         * net/ange-ftp.el (ange-ftp): Put in comm group.
521         * view.el (view): Remove from editing group.
523         * uniquify.el (uniquify): Put in files group.
525         * net/browse-url.el (browse-url):
526         * ps-print.el (postscript): Put in external group.
528         * cus-edit.el (outlines):
529         * textmodes/text-mode.el (text-mode-hook):
530         * textmodes/table.el (table):
531         * textmodes/picture.el (picture):
532         * outline.el (outlines): Put in wp group.
534         * nxml/nxml-mode.el (nxml): Remove from wp group.
536         * net/tramp-imap.el (tramp-imap): Put in tramp group.
538         * mail/metamail.el (metamail): Remove from hypermedia group.
540         * cus-edit.el (abbrev):
541         * whitespace.el (whitespace):
542         * vcursor.el (vcursor):
543         * reveal.el (reveal):
544         * hl-line.el (hl-line): Put in convenience group.
546         * epg-config.el (epg): Put in data group.
548         * emulation/pc-select.el (pc-select): Put in emulations group.
550         * calculator.el (calculator): Put in applications group.
552 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
554         Add .dir-locals.el support for file-less buffers.
555         * files.el (hack-local-variables): Split out code to apply local
556         variable settings ...
557         (hack-local-variables-apply): ... here.  New function.
558         (hack-dir-local-variables): Use the default directory for when the
559         buffer does not have an associated file.
560         (hack-dir-local-variables-non-file-buffer): New function.
561         * diff-mode.el (diff-mode):
562         * vc-annotate.el (vc-annotate-mode):
563         * vc-dir.el (vc-dir-mode):
564         * log-edit.el (log-edit-mode):
565         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
567 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
569         Add support for shelving snapshots and for showing shelves.
570         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
571         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
572         New functions.
573         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
574         (vc-bzr-extra-menu-map): Map them.
576 2010-03-11  Glenn Morris  <rgm@gnu.org>
578         * cus-edit.el (customize-changed-options-previous-release):
579         Bump to 23.1.
581         * image.el (image-animate-max-time): Fix :version tag.
583 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
585         * Branch for 23.2.
587 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
589         * vc-git.el (vc-git-revision-table): Include remote branches.
591 2010-03-10  Kim F. Storm  <storm@cua.dk>
593         Animated image API.
594         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
596         * image.el (image-animate-max-time): New defcustom.
597         (image-animated-types): New defconst.
598         (create-animated-image, image-animate-timer)
599         (image-animate-start, image-animate-stop, image-animate-timeout)
600         (image-animated-p): New functions.
602         * image-mode.el (image-toggle-display-image):
603         Replace `create-image' with `create-animated-image'.
605 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
607         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
608         instead of "format:"; this ensures that the output is
609         newline-terminated.
611 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
613         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
614         that all errors are caught, and that the return value is always a
615         list (Bug#5692).
617 2010-03-08  Kenichi Handa  <handa@m17n.org>
619         * language/misc-lang.el (windows-1256): New coding system.
620         (cp1256): New alias of windows-1256 (bug#5690).
622 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
624         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
625         call to rfc822-bad-address.  (Bug#5692)
627 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
629         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
630         vc-git-root as default directory for revision path (Bug#5657).
632 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
634         * calculator.el (calculator): Don't bind split-window-keep-point
635         (Bug#5674).
637 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
639         * vc-git.el: Re-flow to fit into 80 columns.
640         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
641         Remove spurious `quote' element in each case alternative.
642         (vc-git-show-log-entry): Use prog1.
643         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
645 2010-03-06  Glenn Morris  <rgm@gnu.org>
647         * cedet/semantic/grammar.el (semantic-grammar-header-template):
648         Update template copyright to GPLv3+.
650 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
652         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
654 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
656         * macros.el (insert-kbd-macro): Look up keyboard macro using the
657         definition, not the name (Bug#5481).
659 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
661         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
662         argument with a local variable.  (Bug#5670)
664 2010-03-02  Juri Linkov  <juri@jurta.org>
666         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
668 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
670         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
671         error when FILENAME and NEWNAME are existing remote directories.
673         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
674         parameter DIR-FLAG.
676 2010-03-02  Glenn Morris  <rgm@gnu.org>
678         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
679         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
681 2010-03-01  Alan Mackenzie  <acm@muc.de>
683         * progmodes/cc-engine.el (c-remove-stale-state-cache):
684         Correct previous patch.
686 2010-03-01  Kenichi Handa  <handa@m17n.org>
688         * language/burmese.el (burmese-composable-pattern): Rename from
689         myanmar-composable-pattern.
691         * international/characters.el (script-list):
692         * international/fontset.el (script-representative-chars):
693         Change myanmar to burmese.
694         (otf-script-alist): Likewise.
695         (setup-default-fontset): Likewise.  Re-fix :otf spec.
697 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
699         * cc-engine.el (c-remove-stale-state-cache): Take account of when
700         `good-pos' is in the same macro as `here'.  Fixes bug#5649.
702 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
704         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
706 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
708         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
710 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
712         * net/tramp.el (tramp-handle-write-region): START can be a string.
713         Take care in the checks.  Reported by Dan Davison
714         <davison@stats.ox.ac.uk>.
716 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
718         * net/dbus.el (dbus-introspect, dbus-get-property)
719         (dbus-set-property, dbus-get-all-properties): Use
720         `dbus-call-method' when noninteractive.  (Bug#5645)
722 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
724         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
725         * emacs-lisp/elint.el (elint-add-required-env):
726         * cedet/semantic/db-find.el
727         (semanticdb-find-translate-path-brutish-default):
728         * cedet/ede/make.el (ede-make-check-version):
729         * calendar/icalendar.el (icalendar--add-diary-entry):
730         * calc/calcalg2.el (math-tracing-integral):
731         * files.el (recover-session-finish): Use with-current-buffer
732         instead of save-excursion.
734 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
736         Fix in-buffer completion when after-change-functions modify the buffer.
737         * minibuffer.el (completion--replace): New function.
738         (completion--do-completion): Use it and use relative movement.
740 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
742         * international/fontset.el (setup-default-fontset): Fix :otf spec.
744 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
746         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
747         Allow the characters _<> in the stack entry (Bug#5653).
749 2010-02-26  Kenichi Handa  <handa@m17n.org>
751         * language/burmese.el: Fix entries in composition-function-table.
752         (myanmar-composable-pattern): New variable.
754         * international/fontset.el (setup-default-fontset): Add an entry
755         for myanmar.
757         * international/characters.el (script-list): Add Myanmar
758         Extended-A.
760 2010-02-26  Glenn Morris  <rgm@gnu.org>
762         * custom.el (custom-initialize-delay): Doc fix.
764         * mail/sendmail.el (send-mail-function): Autoload the call
765         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
767 2010-02-25  Alan Mackenzie  <acm@muc.de>
769         * progmodes/cc-engine.el (c-clear-<-pair-props)
770         (c-clear->-pair-props): Correct to wipe category text props, not
771         syntax-table ones.
773         * progmodes/cc-mode.el (c-after-change): Remove any hard
774         syntax-table properties for <, > which, e.g., C-y has
775         inopportunely converted from category properties.
777 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
779         * files.el (hack-local-variables-filter): For eval forms, also
780         check safe-local-variable-p (Bug#5636).
782 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
784         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
785         and use c(ad)r of cddr (Bug#5640).
787 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
789         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
790         setting the modes by `ignore-errors'.  It might fail, for example
791         if the file is not owned by the user but the group.
792         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
794 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
796         * files.el (directory-listing-before-filename-regexp): Use
797         stricter matching for iso-style dates, to avoid false matches with
798         date-like filenames (Bug#5597).
800         * htmlfontify.el (htmlfontify): Doc fix.
802         * eshell/eshell.el (eshell): Doc fix.
804         * startup.el (fancy-about-screen): In mode-line, apply
805         mode-line-buffer-id face only to the buffer name (Bug#5613).
807 2010-02-20  Kevin Ryde  <user42@zip.com.au>
809         * progmodes/compile.el (compilation-error-regexp-alist-alist):
810         In `watcom' anchor regexp to start of line, to avoid slowness
811         (Bug#5599).
813 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
815         * subr.el (remove-yank-excluded-properties): Explain in a comment
816         why `category' property is removed.
818 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
820         * isearch.el (isearch-update-post-hook, isearch-update): Revert
821         2010-02-17 change.
823 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
825         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
826         (icalendar--convert-weekly-to-ical)
827         (icalendar--convert-yearly-to-ical)
828         (icalendar--convert-block-to-ical)
829         (icalendar--convert-cyclic-to-ical)
830         (icalendar--convert-anniversary-to-ical): Take care of time
831         specifications where hour has 1-digit only (Bug#5549).
833 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
835         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
836         of disassemble output in GDB 7.1.
838 2010-02-19  Glenn Morris  <rgm@gnu.org>
840         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
841         property.  (Bug#5593)
843 2010-02-18  Sam Steingold  <sds@gnu.org>
845         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
847 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
849         Use abbreviated file names in bookmarks (bug#5591).
850         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
851         calls to expand-file-name.
852         (bookmark-relocate): Use abbreviated file names in bookmarks.
853         (bookmark-load): Use abbreviated file names in messages.
855 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
857         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
858         expand "." and "..".  Reported by Thierry Volpiatto
859         <thierry.volpiatto@gmail.com>.
861 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
863         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
864         permissions of the temporary file to "0600".  In case the remote
865         file has no read permissions for the owner, there might be
866         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
868 22010-02-18  Glenn Morris  <rgm@gnu.org>
870         * emacs-lisp/authors.el (authors-renamed-files-alist):
871         Add entries for INSTALL.CVS.
873 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
875         * vc-bzr.el: Fix typo in Known Bugs section.
877         * isearch.el (isearch-update-post-hook): New hook.
878         (isearch-update): Use the new hook.
880 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
882         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
883         Fix errors in copying directories.
884         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
885         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
886         (tramp-handle-delete-file)
887         (tramp-handle-dired-recursive-delete-directory)
888         (tramp-handle-write-region): Flush also the cache for the upper
889         directory.
891 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
893         * simple.el (save-interprogram-paste-before-kill): Doc fix.
895         * cus-edit.el (hardware): Doc fix.
897         * man.el (man): Add to external custom group.
899         * delim-col.el (columns): Move to wp custom group.
901         * doc-view.el (doc-view): Add to data custom group.
903         * cedet/data-debug.el (data-debug): Move to extensions group.
905         * cedet/ede.el (ede):
906         * cedet/srecode.el (srecode):
907         * cedet/semantic.el (semantic): Put in tools and extensions group.
909         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
911         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
912         by ispell-parse-output (Bug#5575).
914 2010-02-16  Kenichi Handa  <handa@m17n.org>
916         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
917         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
918         (skkdic-convert): Use `euc-japan' coding system for writing.
920 2010-02-16  Glenn Morris  <rgm@gnu.org>
922         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
923         tex-main-file before using it.  (Bug#5562)
925 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
928         warnings, since it is annoying for the user to see them each time he
929         runs the code.
931 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
933         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
934         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
935         instead of PROC for caching "first-password-request".  Otherwise,
936         new processes would not profit from passwords already entered.
938         * net/tramp-cache.el (tramp-dump-connection-properties):
939         Don't save "first-password-request" property.
941 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
943         * outline.el (outline-head-from-level):
944         * simple.el (with-wrapper-hook):
945         * cedet/ede.el (ede-run-target, project-delete-target)
946         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
947         (ede-adebug-project, ede-adebug-project-parent)
948         (ede-adebug-project-root):
949         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
950         (elint-defun, elint-buffer-env, elint-top-form-logged)
951         (elint-unbound-variable):
952         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
953         Fix typos in docstrings.
955 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
957         * files.el (insert-directory): When WILDCARD-REGEXP and
958         FULL-DIRECTORY-P are nil, insert the file entry instead of the
959         whole directory.  (Bug#5551)
961         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
962         dired's alignment sanity.  (Bug#5516)
964 2010-02-14  Juri Linkov  <juri@jurta.org>
966         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
967         Remove remaining ^H with their preceding chars.  (Bug#5566)
969 2010-02-13  Glenn Morris  <rgm@gnu.org>
971         * simple.el (transpose-subr): Give it a doc-string.
973         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
974         Doc fixes.
976 2010-02-12  Juri Linkov  <juri@jurta.org>
978         * arc-mode.el (archive-unique-fname): Make directories for nested
979         archives.  (Bug#5540)
981 2010-02-12  Juri Linkov  <juri@jurta.org>
983         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
985 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * subr.el (copy-overlay): Handle deleted overlays.
989         * man.el (Man-completion-table): Don't signal an error if we can't run
990         manual-program (bug#4056).
992 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
994         * textmodes/artist.el (artist-mt): Fix typos in docstring.
996 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
998         * info.el (Info-bookmark-jump): Simplify.
1000         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
1001         (bookmark-default-handler): Accept new bookmark field `buffer'.
1003 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
1005         * iswitchb.el (iswitchb-completions): Revert last change.
1007 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
1009         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
1010         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
1011         This prevents file names like "~/" being listed literally.
1013 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
1015         * term/xterm.el (xterm-maybe-set-dark-background-mode):
1016         Remove dead code.  (Bug#5546)
1018 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
1020         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
1021         correctly (Bug#5548).
1023 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
1025         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
1026         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
1028 2010-02-08  Kenichi Handa  <handa@m17n.org>
1030         * international/mule-util.el (with-coding-priority): Add autoload
1031         cookie for putting `lisp-indent-function'.
1033 2010-02-07  Glenn Morris  <rgm@gnu.org>
1035         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
1036         Move F2003 named interfaces from keywords-2 to keywords-1, and
1037         use function-name-face rather than constant-face.
1038         Simplify "abstract interface" regexp.
1040 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1042         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1043         ID-FORMAT.  Pass it to `file-attributes'.
1045         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1047 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1049         * faces.el (set-face-attribute): Allow calling
1050         internal-set-lisp-face-attribute with 'unspecified family and
1051         foundry argument (Bug#5536).
1053 2010-02-07  Glenn Morris  <rgm@gnu.org>
1055         * progmodes/f90.el (f90-font-lock-keywords-2)
1056         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1057         Handle F2003 named interfaces.
1059 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1061         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1062         beg and end before calling c-get-state-before-change-functions.
1064 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1066         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1068 2010-02-05  Juri Linkov  <juri@jurta.org>
1070         * doc-view.el (doc-view-mode):
1071         * image-mode.el (image-mode): Put property mode-class=special.
1072         (Bug#4896)
1074 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1076         * vc-svn.el (vc-svn-revision-table): New function.
1078 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1080         * net/ange-ftp.el (ange-ftp-insert-directory):
1081         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1082         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1083         Handle also directories.  (Bug#5478)
1085 2010-02-05  Glenn Morris  <rgm@gnu.org>
1087         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1089 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1091         * startup.el (command-line-1): Convert options beginning with a
1092         single dash as well (Bug#5519).
1094 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1096         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1097         * minibuffer.el (completion-initials-expand): Only check the presence
1098         of delims *within* the boundaries, since otherwise the / delim is
1099         always found for files.
1101         Fix up various corner case problems.
1102         * doc-view.el (doc-view-last-page-number): New function.
1103         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1104         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1105         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1106         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1107         (doc-view-convert-current-doc): Don't create the resolution.el file
1108         here any more.
1109         (doc-view-pdf/ps->png): Do it here instead.
1110         (doc-view-already-converted-p): Check that resolution.el is present.
1111         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1112         windows that are not yet showing images.
1114 2010-02-04  Alan Mackenzie  <acm@muc.de>
1116         Change strategy for marking < and > as template delimiters: mark
1117         them strictly in matching pairs.
1119         * cc-mode.el (c-before-change):
1120         Use c-get-state-before-change-functions.
1121         (c-common-init): Adapt to use
1122         c-get-state-before-change-functions (note plural).
1124         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1125         for searching syntactically for matching <s and >s.
1126         (c-get-state-before-change-functions): New language variable (note
1127         the plural) which supersedes c-get-state-before-change-function.
1129         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1130         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1131         (c-clear->-pair-props-if-match-before)
1132         (c-before-change-check-<>-operators): New functions.
1133         (c-after-change-check-<>-operators): Use macro
1134         c-unmark-<->-as-paren.
1136         * cc-defs.el (c-search-backward-char-property): New macro.
1138         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1139         and > any more.  (These will be handled by font locking.)
1141 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1143         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1144         `dired-uncache' for every elemnt which is an absolute file name.
1146         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1147         directory, handle its directory component.
1148         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1149         function is called permanently and creates noise, otherwise.
1151         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1152         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1153         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1155 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1157         * macros.el (apply-macro-to-region-lines):
1158         Minor simplification.  (Bug#5485)
1160 2010-02-04  Glenn Morris  <rgm@gnu.org>
1162         * mail/rmail.el (rmail-show-message-1): Handle malformed
1163         quoted-printable text.  (Bug#5441)
1165         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1167         * simple.el (visual-line-mode): Capitalize lighter.
1169 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1171         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1172         list of files considered for "virtual buffer" completions.
1174 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1176         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1177         also in case of (and (not full) (not wildcard)). This is needed,
1178         when dired is called with a list of files, which are not in
1179         `default-directory'.  (Bug#5478)
1181 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1183         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1185 2010-02-02  Juri Linkov  <juri@jurta.org>
1187         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1188         from unidiff to allow function-line after @@.
1190 2010-02-02  Juri Linkov  <juri@jurta.org>
1192         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1193         '(RCS SCCS) with inverted condition.
1195 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1197         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1198         messages.
1200 2010-02-01  Juri Linkov  <juri@jurta.org>
1202         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1203         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1204         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1205         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1207 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1209         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1210         (doc-view-revert-buffer): New command.
1211         (doc-view-mode-map): Use it.
1213 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1215         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1216         pending merge is detected.
1218 2010-01-31  Juri Linkov  <juri@jurta.org>
1220         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1221         beginning of interactive spec like all other grep commands do.
1222         Put "all" in front of "gz".  (Bug#5260)
1224 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1226         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1228 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1230         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1231         regexp is incorrect (Bug#5476).
1233 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1235         * net/tramp.el (tramp-handle-insert-directory): Handle also
1236         symlinks, when FILENAME is not in `default-directory'.
1238 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1240         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1241         FILE is not in `default-directory'.  (Bug#5478)
1243         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1244         of SWITCHES.  Handle the case, FILENAME is not in
1245         `default-directory'.  (Bug#5478)
1246         (tramp-register-file-name-handlers): Add safe-magic property.
1248 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1250         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1251         unzip (Bug#5475).
1253 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1255         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1256         (flymake-master-make-header-init): Add other C++ filename masks.
1257         (flymake-find-possible-master-files)
1258         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1260 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1262         Fix some busybox annoyances.
1264         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1265         not responding." string.
1266         (tramp-open-connection-setup-interactive-shell): Dump stty
1267         settings.  Enable "neveropen" arg for all `tramp-send-command'
1268         calls.  Handle "=" in variable values properly.
1269         (tramp-find-inline-encoding): Raise an error, when no encoding is
1270         found.
1271         (tramp-wait-for-output): Check, whether PROC buffer is available.
1272         Remove spurious " ^H" sequences, sent by busybox.
1273         (tramp-get-ls-command): Suppress coloring, if possible.
1275 2010-01-28  Glenn Morris  <rgm@gnu.org>
1277         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1279         * log-edit.el (log-edit-strip-single-file-name): Add missing
1280         :safe, :group, and :version tags.
1282 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1284         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1285         buffers.  (Bug#5477)
1287 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1289         * files.el (delete-directory): Handle moving to trash without
1290         first doing recursion (Bug#5436).
1292 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1294         * vc-hooks.el (vc-path): Mark as obsolete.
1296 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1298         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1299         names too.
1301         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1302         for the short log.
1303         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1305 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1307         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1309         * vc-bzr.el (vc-bzr-revision-table): New function.
1311 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1313         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1314         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1316 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1318         Remove support for adding --signoff on commit.
1319         Future support will use an incompatible generic mechanism.
1320         * vc-git.el (vc-git-add-signoff): Remove variable.
1321         (vc-git-toggle-signoff): Remove function.
1322         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1324         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1325         from xterm-set-background-mode.  Return t if the background mode
1326         was set.
1327         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1328         earlier, call it again in case the background mode has changed.
1330 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1332         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1333         (Bug#3541).
1335 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1337         * emacs-lisp/assoc.el (aelement): Doc fix.
1338         (aput, adelete, amake): Use lexical-let (Bug#5450).
1340 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1342         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1343         is the same as subprogram call, not declaration.  (Bug#5435).
1345 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1347         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1348         (tramp-smb-maybe-open-connection): Use it.
1350 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1352         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1354 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1357         just because we see "encoding: 8bit".
1358         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1360 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1362         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1364 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1366         * jka-compr.el (jka-compr-load): If load-file is not in
1367         load-history, try its file-truename version.  (bug#5447)
1369 2010-01-21  Alan Mackenzie  <acm@muc.de>
1371         Fix a situation where deletion of a cpp construct throws an error.
1372         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1373         invoking c-with-all-but-one-cpps-commented-out, check that the
1374         special cpp construct is still in the buffer.
1375         (c-parse-state): Record the special cpp with markers, not numbers.
1377 2010-01-21  Kenichi Handa  <handa@m17n.org>
1379         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1380         process last-command-event, as it is now decoded first (Bug#5380).
1382 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1384         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1386 2010-01-20  Glenn Morris  <rgm@gnu.org>
1388         * indent.el (tab-always-indent): Fix custom-type.
1390 2010-01-19  Alan Mackenzie  <acm@muc.de>
1392         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1393         buffer throws "args out of range".
1394         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1395         playing the role of delimiter.
1397 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1399         * progmodes/ada-mode.el: Fix bug#5400.
1400         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1401         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1402         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1403         Improve comments in "is" portion.  Handle null procedure declaration.
1404         (ada-move-to-end): Improve doc string.
1406 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1408         * ido.el (ido-cur-list): Initialize to nil.
1409         Remove obsolete information from commentary.
1410         (ido-choice-list): Initialize to nil.
1411         (ido-get-bufname): Reject minibuffers.
1412         (ido-make-buffer-list): If "default" is a nonexistent
1413         buffer, ignore it, as per the function's comment.
1414         (ido-kill-buffer-internal): New function.
1415         (ido-kill-buffer-at-head): Use it.
1416         (ido-visit-buffer): Likewise.
1418 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1420         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1422 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1424         * cedet/ede/locate.el (ede-locate-file-in-project)
1425         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1426         (ede-enable-locate-on-project): Fix typos in error messages.
1428         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1429         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1430         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1431         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1432         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1433         Fix typos in menu help.
1435         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1436         Fix typos in chart titles.
1438         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1439         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1440         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1441         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1442         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1443         (semantic-parse-stream, semantic-parse-region)
1444         (semantic-parse-region-default, semantic--set-buffer-cache)
1445         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1446         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1447         (semantic-default-submodes):
1448         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1449         (semanticdb-create-ebrowse-database)
1450         (semanticdb-find-tags-for-completion-method)
1451         (semanticdb-find-tags-by-class-method)
1452         (semanticdb-deep-find-tags-by-name-method)
1453         (semanticdb-deep-find-tags-for-completion-method):
1454         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1455         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1456         (semanticdb-find-tags-for-completion-method)
1457         (semanticdb-find-tags-by-class-method)
1458         (semanticdb-deep-find-tags-for-completion-method):
1459         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1460         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1461         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1462         (semanticdb-find-tags-by-name-method)
1463         (semanticdb-find-tags-by-name-regexp-method)
1464         (semanticdb-find-tags-for-completion-method)
1465         (semanticdb-find-tags-by-class-method)
1466         (semanticdb-find-tags-external-children-of-type-method)
1467         (semanticdb-find-tags-subclasses-of-type-method)
1468         (semanticdb-deep-find-tags-by-name-method)
1469         (semanticdb-deep-find-tags-by-name-regexp-method)
1470         (semanticdb-deep-find-tags-for-completion-method):
1471         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1472         (semanticdb-enable-gnu-global-in-buffer)
1473         (semanticdb-find-tags-for-completion-method)
1474         (semanticdb-deep-find-tags-by-name-method)
1475         (semanticdb-deep-find-tags-for-completion-method):
1476         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1477         (javascript-mode, semanticdb-find-translate-path)
1478         (semanticdb-find-tags-for-completion-method)
1479         (semanticdb-find-tags-by-class-method)
1480         (semanticdb-deep-find-tags-by-name-method)
1481         (semanticdb-deep-find-tags-for-completion-method)
1482         (semanticdb-find-tags-external-children-of-type-method):
1483         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1484         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1485         (global-semantic-idle-scheduler-mode):
1486         * cedet/srecode/dictionary.el (srecode-field-value)
1487         (srecode-dictionary-add-section-dictionary):
1488         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1489         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1490         (describe-class, eieio-describe-generic, describe-generic):
1491         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1492         (eieio-speedbar-expand):
1493         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1494         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1495         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1496         (viper-del-backward-char-in-replace, viper-backward-indent)
1497         (viper-brac-function, viper-register-to-point, viper-submit-report):
1498         * net/tramp.el (tramp-remote-coding-commands):
1499         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1500         Fix typos in docstrings.
1502 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1504         * mail/sendmail.el (mail-yank-original): Set the mark if the
1505         specified function for yanking does not do it.
1507 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1509         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1511         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1512         resyncing a directory.
1514 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1516         * progmodes/ada-mode.el: Fix bug#1920.
1517         (ada-ident-re): Delete ., allow multibyte characters.
1518         (ada-goto-label-re): New; matches goto labels.
1519         (ada-block-label-re): New; matches block labels.
1520         (ada-label-re): New; matches both.
1521         (ada-named-block-re): Deleted; callers changed to use
1522         `ada-block-label-re' instead.
1523         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1524         Use `ada-block-label-re'.
1525         (ada-indent-on-previous-lines): Improve handling of goto labels.
1526         (ada-get-indent-block-start): Special-case block label.
1527         (ada-get-indent-label): Split into `ada-indent-block-label' and
1528         `ada-indent-goto-label'.
1529         (ada-goto-stmt-start, ada-goto-next-non-ws):
1530         Optionally ignore goto labels.
1531         (ada-goto-next-word): Simplify.
1532         (ada-indent-newline-indent-conditional): Insert newline before
1533         trying to fix indentation; doc fix.
1535 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1537         * calc/calc.el (calc-command-flags): Give it an initial value.
1539 2010-01-17  Glenn Morris  <rgm@gnu.org>
1541         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1543 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1545         * cedet/semantic.el (semantic-mode):
1546         * files.el (minibuffer-with-setup-hook):
1547         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1548         (artist-key-draw-continously, artist-key-do-continously-continously)
1549         (artist-key-set-point-continously, artist-mouse-draw-continously):
1550         Fix typos in docstrings.
1552 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1554         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1555         return t (Bug#3898).
1557 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1559         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1560         can parse the output of the external commands (Bug#5279).
1562 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1564         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1566 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1568         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1570         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1572         * startup.el (command-line): Remove unused --icon-type arg.
1573         Handle --display arg, passing it to command-line-1 (Bug#5392).
1575 2010-01-16  Mario Lang  <mlang@delysid.org>
1577         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1578         * cedet/ede/files.el (ede-expand-filename):
1579         * cedet/ede/simple.el (ede-simple-project):
1580         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1581         (semantic-complete-inline-tag-engine):
1582         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1583         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1584         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1585         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1586         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1587         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1588         * emacs-lisp/chart.el (chart-translate-namezone):
1589         * textmodes/artist.el (artist-compute-popup-menu-table):
1590         Remove duplicated words in doc-strings.
1592 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1594         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1595         to mairix-search to suppress threading (Bug#5342).
1597 2010-01-15  Kenichi Handa  <handa@m17n.org>
1599         * international/mule-cmds.el (canonicalize-coding-system-name):
1600         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1602 2010-01-15  Glenn Morris  <rgm@gnu.org>
1604         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1606         * wid-edit.el (widget-keymap): Doc fix.
1608         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1609         former seems to be more widely accepted by various svn versions.
1611 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1613         * find-cmd.el (find-constituents):
1614         * vc-arch.el (vc-arch-root):
1615         * window.el (window-body-height, pop-up-frames):
1616         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1617         (semantic-no-reparse-needed-change-hook):
1618         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1619         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1620         (srecode-template-inserter-ask, srecode-template-inserter-width)
1621         (srecode-template-inserter-section-start)
1622         (srecode-template-inserter-section-end, srecode-insert-method):
1623         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1624         * progmodes/ada-stmt.el (ada-if):
1625         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1626         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1627         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1628         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1630         * progmodes/flymake.el (flymake-post-syntax-check):
1631         Fix typo in error message.
1633 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1635         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1636         which is always a string.  (Bug#5313)
1638 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1640         * progmodes/ada-xref.el (ada-default-prj-properties):
1641         Simplify previous change.
1643 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1645         * progmodes/ada-xref.el (ada-default-prj-properties):
1646         Default ada_project_path to $ADA_PROJECT_PATH.
1648 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1650         * progmodes/ada-mode.el (ada-create-keymap):
1651         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1653 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1655         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1656         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1657         (ada-get-current-indent, ada-imenu-generic-expression)
1658         (ada-which-function): Check for it.
1660 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1662         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1663         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1665 2010-01-14  Glenn Morris  <rgm@gnu.org>
1667         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1669 2010-01-14  Kenichi Handa  <handa@m17n.org>
1671         * composite.el (auto-composition-mode): Make it a buffer local
1672         variable (permanent-local).
1673         (auto-composition-function): Set the default value to
1674         auto-compose-chars.
1675         (auto-composition-mode): Make it a simple function, not a minor mode.
1676         (global-auto-composition-mode): Likewise.
1677         (turn-on-auto-composition-if-enabled): Delete it.
1679 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1681         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1683 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1685         * files.el (copy-directory): Compute target for recursive
1686         directories with identical names.  (Bug#5343)
1688 2010-01-12  Glenn Morris  <rgm@gnu.org>
1690         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1691         it to bug-gnu-emacs rather than emacs-pretest-bug.
1693 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1695         * cedet/data-debug.el (data-debug): Fix customization group reference.
1697 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1699         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1700         (semantic-analyze-context, semantic-analyze-context-assignment)
1701         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1702         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1703         (semantic-java-doc-keywords-map):
1704         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1705         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1706         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1707         (semantic-c-classname, semantic-format-tag-uml-prototype)
1708         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1709         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1710         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1711         (semantic-get-local-variables, semantic-end-of-command)
1712         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1713         (lisp-mode):
1714         * cedet/semantic/bovine/make.el (makefile-mode):
1715         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1716         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1717         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1718         (semantic-lex, semantic-get-local-variables, python-mode):
1719         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1720         * cedet/srecode/extract.el (srecode-extract-state-set)
1721         (srecode-extract-method): Fix typos in docstrings.
1723 2010-01-11  Sam Steingold  <sds@gnu.org>
1725         * imenu.el (imenu-default-create-index-function): Detect infinite
1726         loops caused by imenu-prev-index-position-function.
1728 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1730         * htmlfontify.el (htmlfontify-load-rgb-file)
1731         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1732         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1733         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1734         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1735         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1736         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1737         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1738         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1739         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1740         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1741         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1742         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1743         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1744         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1745         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1746         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1747         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1748         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1749         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1750         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1751         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1752         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1753         backslash-quoting from parentheses, etc.
1755 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1757         * progmodes/js.el: Autoload javascript-mode alias.
1759 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1761         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1762         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1763         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1764         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1765         Fix typos in docstrings.
1766         (ffap-url-regexp): Doc fix.
1767         (ffap-at-mouse): Fix typo in message.
1769 2010-01-11  Glenn Morris  <rgm@gnu.org>
1771         * version.el (emacs-copyright): Set copyright year to 2010.
1773 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1775         * format.el (format-annotate-function): Only set
1776         write-region-post-annotation-function after running to-fn so as not to
1777         affect nested write-region calls (bug#5273).
1779 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1781         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1782         Add python parser.
1784         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1785         wisent/python.el.
1787 2010-01-10  Richard Kim  <emacs18@gmail.com>
1789         * cedet/semantic/wisent/python-wy.el:
1790         * cedet/semantic/wisent/python.el: New files.
1792 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1794         * man.el (Man-goto-section): Signal error if the section is not
1795         found (Bug#5317).
1797 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1799         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1800         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1802 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1804         * progmodes/compile.el: Don't treat compile-command as safe if
1805         compilation-read-command might be nil (Bug#4218).
1807 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1809         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1810         NS options.
1812 2010-01-08  Kenichi Handa  <handa@m17n.org>
1814         * international/fontset.el (build-default-fontset-data):
1815         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1817 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1819         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1820         to `create-file-buffer' as it expects, not just a buffer name.
1821         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1822         to help uniquify.  (Bug#3224)
1824 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1826         * font-setting.el (font-setting-change-default-font): Use user-spec
1827         instead of name.
1829 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1831         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1833 2010-01-05  Tom Tromey  <tromey@redhat.com>
1835         * progmodes/python.el (python-font-lock-keywords):
1836         Handle qualified decorators (Bug#881).
1838 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1840         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1841         in a lightweight checkout.
1843 2010-01-05  Kenichi Handa  <handa@m17n.org>
1845         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1847 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1849         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1851 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1853         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1854         checkouts.  (Bug#618)
1855         (vc-bzr-log-view-mode): Also highlight the author.
1856         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1857         (vc-bzr-shelve-menu-map):
1858         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1859         (vc-bzr-shelve-apply): Make prompt more explicit.
1861 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1863         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1864         They are valid characters in URL paths (rfc3986), and at least
1865         Firefox does not understand the encoded version (Bug#3166).
1867 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1869         * progmodes/octave-mod.el (octave-end-keywords)
1870         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1871         Add "end" keyword (Bug#3061).
1872         (octave-end-as-array-index-p): New function.
1873         (calculate-octave-indent): Use it.
1875 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1877         * bookmark.el: Consistently put the text property on the bookmark name.
1878         (bookmark-bmenu-marks-width): Bump back to 2, to include
1879         annotation marks.
1880         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1881         property on the bookmark name, instead of not putting it at all.
1882         (bookmark-bmenu-list): Fix where we put the text property.
1884 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1886         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1887         for showing buffer modified state (as added in the previous change).
1889 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1891         * bookmark.el: Show modified state of bookmark buffer more accurately.
1892         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1893         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1894         (with-buffer-modified-unmodified): New macro.
1895         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1896         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1897         Use new macro to preserve the buffer modified state.
1899 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1901         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1902         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1903         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1904         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1905         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1906         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1907         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1909 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1911         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1912         Make the lines in the generated doc string shorter.  (Bug#4668)
1914 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1916         * net/rcirc.el: Add follow-link binding (Bug#4738).
1918 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1920         * Makefile.in (bzr-update): Rename from cvs-update.
1921         (cvs-update): New target for backward compatibility.
1923         * makefile.w32-in (bzr-update): Rename from cvs-update.
1924         (cvs-update): New target for backward compatibility.
1926 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1928         * bookmark.el: Remove gratuitous gratitude.
1930 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1932         * bookmark.el (bookmark-bmenu-any-marks): New function
1933         (bookmark-bmenu-save): Clear buffer modification if no marks.
1935 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1937         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1938         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1939         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1940         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1942         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1943         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1944         To: emacs-devel {_AT_} gnu.org
1945         Subject: bookmark.el bug report
1946         Date: Mon, 28 Dec 2009 14:19:16 +0800
1947         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1949 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1951         * bookmark.el: Improvements suggested by Drew Adams:
1952         (bookmark-bmenu-ensure-position): New name for
1953         `bookmark-bmenu-check-position'.  Just ensure the position,
1954         don't return any meaningful value.
1955         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1956         New constants.
1958 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1960         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1961         (bookmark-yank-point, bookmark-bmenu-check-position):
1962         Fix typos in docstrings.
1963         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1964         (bookmark-name-from-full-record, bookmark-get-position)
1965         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1966         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1967         Remove useless quoting of parenthesis, etc. in docstrings.
1969         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1970         (ediff-append-custom-diff): Fix typo in error message.
1971         (ediff-meta-mark-equal-files): Fix typos in messages.
1973         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1975         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1976         Fix typo in docstring.
1978         * net/imap-hash.el (imap-hash-make): Doc fix.
1979         (imap-hash-test): Fix typo in error message; reflow docstring.
1980         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1981         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1982         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1983         Fix typos in docstrings.
1984         (imap-hash-open-connection): Fix typo in error message.
1986         * play/gomoku.el (gomoku): Fix typos in docstring.
1988         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1989         (gdb-jsonify-buffer): Fix typos in docstring.
1990         (gdb-goto-breakpoint): Fix typo in error message.
1991         ("Display Other Windows"): Fix typo in help message.
1992         (gdb-speedbar-expand-node): Fix typo in question.
1994         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1995         (idlwave-html-system-help-location, idlwave-html-help-location)
1996         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1997         (idlwave-help-browser-generic-args, idlwave-help-directory)
1998         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1999         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
2000         (idlwave-online-help, idlwave-help-html-link)
2001         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
2002         Fix typos in docstrings.
2003         (idlwave-help-with-source, idlwave-help-find-routine-definition):
2004         Reflow docstrings.
2005         (idlwave-help-assistant-start): Fix typo in error message.
2007         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
2008         (octave-electric-space): Fix typos in docstrings.
2010 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
2012         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
2014 2010-01-01  Juri Linkov  <juri@jurta.org>
2016         * comint.el (comint-input-ring-size): Make it a defcustom and
2017         increase the default to 500 (Bug#5148).
2019 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
2021         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
2022         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
2023         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
2025 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
2027         Show working revision correctly for mercurial.
2028         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
2029         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
2031 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
2033         Declare some functions for the byte-compiler.
2034         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
2035         (speedbar-timer-fn, speedbar-change-expand-button-char)
2036         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2038 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2040         This changeset reverts GDB Graphical Interface to use annotations.
2041         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2043 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2045         Make vc-dir work on subdirectories of the bzr root.
2046         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2047         file names relative to it.
2048         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2049         relative directory to vc-bzr-after-dir-status.
2051 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2053         * font-lock.el (font-lock-refresh-defaults): New function, which
2054         can be used to let font-lock react to external changes in
2055         variables like font-lock-defaults and keywords.
2056         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2058 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2060         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2062         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2064 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2066         Supersede color.diff settings in git log (bug#5211).
2068         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2069         escape chars in its output when the user has color.diff set to `always'.
2070         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2072 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2074         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2075         node.  Keep previous "Index" name to work with past coreutils too.
2077         * man.el (man): Revise docstring a bit to show -a and -l as
2078         examples.  Add -k description since support for it has otherwise
2079         been a secret.  (Further to bug#3717.)
2080         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2081         "no matches" rather than "Can't find manpage", as the latter reads
2082         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2084 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2086         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2087         switches.  Check also for //SUBDIRED// line.
2089 2009-12-25  Kenichi Handa  <handa@m17n.org>
2091         * language/indian.el (devanagari-composable-pattern): Fixed to
2092         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2093         Devanagari.
2094         (malayalam-composable-pattern): Fix previous change.
2096 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2098         * ps-print.el (ps-face-attributes): It was not returning the
2099         attribute face for faces specified as string.  Reported by harven
2100         <harven@free.fr>.
2101         (ps-print-version): New version 7.3.5.
2103 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2105         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2106         timezone names.
2107         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2108         (icalendar--add-diary-entry): Remove the trailing blank that
2109         diary-make-entry inserts.
2111 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2113         Make `file-expand-wildcards' work for remote files.
2115         * files.el (file-expand-wildcards): In case of remote files, check
2116         only local file name part for wildcards.  Provide feature 'files
2117         and subfeature 'remote-wildcards.  (Bug#5198)
2119         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2120         if there is already an established connection.
2121         (tramp-advice-file-expand-wildcards): Remove it.
2123         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2124         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2125         Activate advice for older GNU Emacs versions.  (Bug#5237)
2127 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2129         Some doc fixes (more needed).
2131         * find-cmd.el (find-constituents): Reflow docstring.
2132         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2133         (find-generic): Doc fix.
2135 2009-12-17  Juri Linkov  <juri@jurta.org>
2137         Fix regression from 23.1 to allow multiple modes in Local Variables.
2139         * files.el (hack-local-variables-filter): While ignoring duplicates,
2140         don't take `mode' into account.
2141         (hack-local-variables-filter, hack-dir-local-variables): Don't
2142         remove duplicate `mode' from local-variables-alist (like `eval').
2144 2009-12-17  Juri Linkov  <juri@jurta.org>
2146         Make `dired-diff' more safe.  (Bug#5225)
2148         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2149         `current' or when `file' is a directory of the `current' file.
2151 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2153         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2154         unconditionally preloaded files.
2156 2009-12-16  Juri Linkov  <juri@jurta.org>
2158         Revert to old 23.1 logic of using the file at the mark as default.
2159         * dired-aux.el (dired-diff): Use the file at the mark as default
2160         if it's not the same as the current file, and the target dir is
2161         the current dir or the mark is active.  Add the current file
2162         as the arg of `dired-dwim-target-defaults'.  Use the default file
2163         in the prompt.  (Bug#5225)
2165 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2167         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2168         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2169         (tramp-check-for-regexp): Check also, when an echoing shell stops
2170         to echo sent commands.
2172 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2174         * Makefile.in: Revert last change (Bug#5191).
2176 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2178         * vc-hg.el (vc-hg-print-log): Fix argument order.
2179         (vc-hg-working-revision): Make sure the command is executed in a
2180         known environment so that we can parse the output.  (Bug#4417)
2182 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2184         * progmodes/python.el (python-symbol-completions): Remove text
2185         properties from symbol string before calling python-send-receive.
2187 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2189         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2190         when there are values for both file and line.  (Bug#5060)
2192 2009-12-14  Juri Linkov  <juri@jurta.org>
2194         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2195         whitespace after the file name of the first line of unified format,
2196         because git-diff doesn't output whitespace and file modification time
2197         after the file name.
2199 2009-12-14  David Kastrup  <dak@gnu.org>
2201         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2202         check if it already has the `display' property added by
2203         `Info-display-images-node', and not put the `invisible' property
2204         in this case.
2206 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2208         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2209         (semantic-mru-bookmark-mode): Doc fixes.
2211         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2212         of assert.
2214 2009-12-13  Glenn Morris  <rgm@gnu.org>
2216         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2217         (report-emacs-bug): In message-mode, sort manually before storing
2218         original report text.  (Bug#5178)
2219         Remove superfluous save-excursion.
2221 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2223         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2224         when responding to "GetAll" properties.
2226 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2228         * simple.el (compose-mail): Remove mail-setup-with-from from
2229         customization checks.
2231 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2233         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2234         RAR archives created on Unix systems.
2236 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2238         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2239         the varalias that was accidentally removed by the 2009-11-19 change
2240         (bug#5186).
2242 2009-12-12  Kenichi Handa  <handa@m17n.org>
2244         * language/indian.el (indian-compose-regexp): New function.
2245         (malayalam-composable-pattern): Fix the pattern.
2246         (composition-function-table): Set malayalam-composable-pattern for
2247         Malayalam characters.
2249 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2251         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2252         rather than down-mouse-1, based on follow-link conventions.
2254         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2255         are compiled.
2257 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2259         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2260         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2261         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2262         (verilog-leap-to-head, verilog-backward-token):
2263         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2265 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2267         * progmodes/verilog-mode.el (verilog-auto-lineup)
2268         (verilog-nameable-item-re): Cleanup user-visible spelling and
2269         documentation errors.  One reported by Gary Delp.
2270         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2271         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2272         package, bug195.  Reported by Pierre-David Pfister.
2274 2009-12-11  Glenn Morris  <rgm@gnu.org>
2276         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2278         * mail/emacsbug.el: No longer require sendmail.
2279         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2280         (report-emacs-bug-orig-text): Doc fix.
2281         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2282         New local variables, to adapt to different mail-user-agents.
2283         (report-emacs-bug): Fix test for a gnu.org address.
2284         Use overlays for emphasis, since font-lock defeats 'face property.
2285         Pretest bugs also end up at the newsgroup these days.
2286         Stop message-mode stripping text properties.
2287         Set and use the new buffer-local variables.
2288         (report-emacs-bug-hook): Add doc-string.
2289         Remove some unnecessary save-excursions and simplify.
2290         Use the appropriate hook and send-command.
2292         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2293         capitalization of some menu entries.
2295 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2297         * whitespace.el (whitespace-display-char-on): Ensure
2298         `buffer-display-table' is unique when two or more windows are
2299         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2300         New version 12.1.
2302 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2304         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2305         characters in the Attribute field.
2307 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2309         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2311 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2313         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2314         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2315         Disregard autoload-excludes.
2316         (update-directory-autoloads): Obey autoload-excludes here instead.
2317         But don't store its contents in no-autoloads and remove entries that
2318         refer to excludes files.
2320 2009-12-10  Glenn Morris  <rgm@gnu.org>
2322         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2323         (expand-mail-aliases): Define for compiler.
2325         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2326         Define for compiler.
2328         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2329         appropriate for the mail-user-agent in use.
2331 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2333         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2335 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2337         Fix short log parsing and fontification.
2338         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2339         Fix fontification for the [merge] label.
2341 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2343         Drop some properties to avoid surprises.
2344         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2345         (hfy-fontify-buffer): Use it.
2347 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         Minor cleanup.
2350         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2351         Adjust all callers.
2352         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2353         args compulsory.  Adjust callers.
2354         (ffap-gopher-at-point): Remove unused var `name'.
2356         Get rid of the ELCFILES abomination.
2357         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2358         (compile-elcfiles): New phony target.
2359         (compile-main): Compute ELCFILES dynamically.
2360         (compile-clean): New target to remove left-over elc files.
2361         (compile, all): Use it.
2363 2009-12-09  Kenichi Handa  <handa@etlken>
2365         * international/mule-diag.el: Require help-mode instead of help-fns.
2367 2009-12-09  Kenichi Handa  <handa@m17n.org>
2369         * international/mule-cmds.el (ucs-names): Supply sufficiently
2370         fine ranges instead of pre-calculating accurate ranges.
2371         Iterate with bigger gc-cons-threshold.
2373 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2375         Add support for stashing a snapshot of the current tree.
2376         * vc-git.el (vc-git-stash-snapshot): New function.
2377         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2379 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2381         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2382         instead of `(beginning|end)-of-line'.
2384 2009-12-08  Glenn Morris  <rgm@gnu.org>
2386         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2388         * Makefile.in (ELCFILES): Regenerate.
2390 2009-12-07  Juri Linkov  <juri@jurta.org>
2392         Don't lazy-highlight the comint output in history Isearch mode.
2394         * comint.el (comint-history-isearch-search): Instead of
2395         `comint-line-beginning-position', use `comint-after-pmark-p'
2396         to check if point if before the process mark, and go to
2397         `process-mark' in this case.
2399 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2401         * textmodes/tex-mode.el (latex-complete)
2402         (latex-indent-or-complete): Remove.
2403         (latex-mode): Set completion-at-point-functions instead.
2405         Provide a standard completion command and hook it into TAB.
2406         * minibuffer.el (completion-at-point-functions): New var.
2407         (completion-at-point): New command.
2408         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2409         * progmodes/python.el (python-mode-map): Use completion-at-point.
2410         (python-completion-at-point): Rename from python-partial-symbol and
2411         adjust for use in completion-at-point-functions.
2412         (python-mode): Setup completion-at-point for Python completion.
2413         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2414         extracted from lisp-complete-symbol.
2415         (lisp-complete-symbol): Use it.
2416         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2417         setup completion-at-point for Elisp completion.
2418         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2419         Use completion-at-point.
2420         * ielm.el (ielm-map): Use completion-at-point.
2421         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2422         * progmodes/sym-comp.el: Move to...
2423         * obsolete/sym-comp.el: Move from progmodes.
2425 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2427         Prevent save-buffer in Rmail buffers from using the coding-system
2428         of the current message, and from clobbering the encoding mnemonics
2429         in the mode line (Bug#4623).
2431         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2432         flag, too.
2433         (rmail-message-encoding): New variable.
2434         (rmail-write-region-annotate): Record the encoding of the current
2435         message in rmail-message-encoding.
2436         (rmail-after-save-hook): New function, restores the encoding of
2437         the current message after the message collection is saved.
2439 2009-12-07  Juri Linkov  <juri@jurta.org>
2441         * progmodes/grep.el (grep-read-files): Use `completing-read'
2442         instead of `read-string'.  Set its `collection' arg to
2443         `read-file-name-internal'.  (Bug#4301)
2445 2009-12-07  Juri Linkov  <juri@jurta.org>
2447         Correctly restore original Isearch point.  (Bug#4994)
2449         * isearch.el (isearch-mode): Move `isearch-push-state' after
2450         `(run-hooks 'isearch-mode-hook)'.
2451         (isearch-cancel): When `isearch-push-state-function' is defined,
2452         let-bind `isearch-cmds' to the first state (the last element of
2453         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2454         function and restores the original point).  Otherwise, move point
2455         to `isearch-opoint'.
2457 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2460         chars that don't have names, so the table can be built much faster at
2461         run-time.
2463 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2465         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2466         change.  Suggested by David Kastrup.
2468         * simple.el (compose-mail): Check for incompatibilities and warn.
2469         (compose-mail-user-agent-warnings): New option.
2471 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2473         Support showing a single log entry from vc-annotate.
2474         * vc.el (print-log): Add a new argument: START-REVISION.
2475         (vc-print-log-internal): Add a new optional argument and
2476         pass it to the backend.
2477         (vc-print-log, vc-print-root-log): Adjust callers.
2478         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2479         buffer already displays the requested log entry, use it.
2480         Otherwise display only the log entry in question.
2481         * vc-svn.el (vc-svn-print-log):
2482         * vc-mtn.el (vc-mtn-print-log):
2483         * vc-hg.el (vc-hg-state):
2484         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2485         (vc-git-show-log-entry): Return t on success.
2486         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2487         (vc-bzr-show-log-entry): Return t on success.
2488         * vc-rcs.el (vc-rcs-print-log):
2489         * vc-sccs.el (vc-sccs-print-log):
2490         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2492 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2494         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2495         Add menus to the meta mode.  (Bug#5043)
2497 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2499         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2500         event-key.
2502         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2504 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2506         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2507         Berbain <raphael.berbain@gmail.com>.
2509         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2510         characters.
2511         (tramp-initial-end-of-output): New defconst.
2512         (tramp-methods, tramp-find-shell)
2513         (tramp-open-connection-setup-interactive-shell)
2514         (tramp-maybe-open-connection): Use it.
2515         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2516         existence of `#' and `$'.
2518         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2519         `tramp-initial-end-of-output'.
2521 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2523         Get the background mode from the terminal for xterm, and set
2524         faces accordingly.
2525         * term/xterm.el (xterm-set-background-mode): New function.
2526         (terminal-init-xterm): Use it in case xterm supports background
2527         color queries.  Recompute faces after getting the background
2528         color.
2530 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2532         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2533         number comment back on its own line, for easier parsing.
2535 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2537         Make it work for non-file buffers (bug#5102).
2538         * doc-view.el (doc-view-current-cache-dir):
2539         Use doc-view-buffer-file-name rather than buffer-file-name.
2540         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2542 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2544         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2545         author field is too short.
2547 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2549         * vc-git.el (vc-git-print-log): Handle a limit argument.
2550         Display the short log in graph form and with labels.
2551         (vc-git-log-view-mode): Handle labels.
2553         Make vc-revert change VC state from 'added to 'unregistered.
2554         * vc-git.el (vc-git-revert): Call git reset first.
2556 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2558         * net/newst-backend.el, net/newst-plainview.el:
2559         * net/newst-reader.el, net/newst-ticker.el:
2560         * net/newst-treeview.el, net/newsticker.el:
2561         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2563 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2565         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2567         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2568         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2569         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2570         Update annotation regexp.
2572         * simple.el (beginning-of-visual-line): Constrain to field
2573         boundaries (Bug#5106).
2575 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2577         * xml.el (xml-substitute-numeric-entities): Move
2578         newsticker--decode-numeric-entities in newst-backend.el to
2579         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2580         * net/newst-backend.el (newsticker--parse-generic-feed)
2581         (newsticker--parse-generic-items)
2582         (newsticker--decode-numeric-entities): Move
2583         newsticker--decode-numeric-entities in newst-backend.el to
2584         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2586 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2588         * progmodes/js.el (js--js-not): Add null to the list of values.
2590 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2592         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2594 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2596         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2597         delimiter if it is at the end of the current line.
2598         (bibtex-generate-url-list): Fix docstring.
2600 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2602         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2603         minibuffer's content with itself.
2604         Fold the confirm-after-completion case into the `confirm' case.
2605         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2607 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2609         * ffap.el (ffap-rfc-path): Make this a defcustom since
2610         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2612         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2613         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2615 2009-12-05  Juri Linkov  <juri@jurta.org>
2617         Save and restore dired buffer's point positions too.  (Bug#4880)
2619         * dired.el (dired-save-positions): Return in the first element
2620         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2621         Doc fix.
2622         (dired-restore-positions): First restore buffer's position.
2623         While restoring window's positions, check if window still displays
2624         the original buffer.
2626 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2628         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2629         if possible.
2631         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2632         Make argument optional.
2634         * shell.el (shell): Require ansi-color (Bug#5113).
2636         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2638         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2640 2009-12-05  Alan Mackenzie  <acm@muc.de>
2642         * progmodes/cc-mode.el (c-before-hack-hook)
2643         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2644         `c-file-style' to work again.  This reversion restores the current
2645         software to its state in Emacs 23.1.  (Bug#4146)
2647 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2649         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2650         comment-start-skip to comment-end-skip as comment (Bug#4781).
2652 2009-12-05  Juri Linkov  <juri@jurta.org>
2654         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2655         for virtual nodes.  (Bug#4147)
2656         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2657         when moving from a virtual node.
2658         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2659         (Info-mode): Add `Info-virtual-index' to the docstring.
2661 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2663         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2664         Describe project macro symbols.
2666         * cedet/semantic/complete.el (semantic-complete-do-completion):
2667         Don't call semantic-collector-current-exact-match.
2669         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2670         ede-objects as targets.
2672         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2673         a target's object list even if compiler vars are already in the
2674         Makefile.
2676         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2677         list of headers producing necessary macros.
2679 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2681         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2682         track of the buffer position of the end of a BibTeX entry as this
2683         position may change during reformatting.
2684         (bibtex-format-entry): Remove whitespace before processing
2685         numerical fields so that we recognize the latter properly.
2686         (bibtex-reformat): Do not use push which changes the global value
2687         of bibtex-entry-format.
2688         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2689         (bibtex-field-re-init): Replace only space characters by regexp
2690         for whitespace.
2691         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2692         (bibtex-initialize): Also update bibtex-strings.
2693         (bibtex-kill-field): Preserve white space at end of entry.
2694         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2695         Update bibtex-reference-keys.
2697 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2699         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2700         point after a star, if that's the only place where modifications can
2701         make progress.
2703 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2705         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2706         in docstrings.
2708 2009-12-04  Juri Linkov  <juri@jurta.org>
2710         * proced.el (proced): Call `(proced-update t)' to update process
2711         information instead of only running proced-post-display-hook.
2712         (proced-send-signal): Add a leading space to the buffer name
2713         " *Marked Processes*" to make this buffer ephemeral.
2715 2009-12-04  Juri Linkov  <juri@jurta.org>
2717         * dired.el (dired-auto-revert-buffer): New defcustom.
2718         (dired-internal-noselect): Use it.
2720 2009-12-04  Juri Linkov  <juri@jurta.org>
2722         Change roles of modes and functions in image-mode.el (Bug#5062).
2724         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2725         in `auto-mode-alist'.
2726         (image-mode-previous-major-mode): New variable.
2727         (image-minor-mode-map): Rename from `image-mode-text-map'.
2728         (image-mode): Move graceful error-handling code from
2729         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2730         (image-minor-mode): Remove all image-handling code.
2731         Replace `image-mode-text-map' with `image-minor-mode-map'.
2732         Check for `image-type' in mode-line format string.
2733         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2734         (image-mode-as-text): New function with most code from
2735         `image-mode-maybe'.
2736         (image-toggle-display-text): Move code that removes image
2737         properties from `image-toggle-display' to here.
2738         (image-toggle-display-image): New function with code that adds
2739         image properties copied from `image-toggle-display'.
2740         (image-toggle-display): Remove most code with leaving only code
2741         that toggles between `image-mode-as-text' and `image-mode'.
2743 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2745         * net/newst-treeview.el
2746         (newsticker--treeview-list-highlight-start): Restored call to
2747         save-excursion: Selected item was stuck.
2748         (newsticker--treeview-list-select): New.
2749         (newsticker--treeview-item-show-text)
2750         (newsticker--treeview-item-show)
2751         (newsticker--treeview-item-update): Use new
2752         newsticker-treeview-item-mode.
2753         (newsticker-treeview-update): Keep current item.
2754         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2755         (newsticker--treeview-first-feed): Doc change.
2756         (newsticker-treeview-list-menu)
2757         (newsticker-treeview-item-menu): Added menu entries.
2758         (newsticker-treeview-item-mode): New.
2760         * net/newst-backend.el (newsticker-customize): Delete other
2761         windows.
2763 2009-12-04  Sam Steingold  <sds@gnu.org>
2765         * log-view.el (log-view-mode-map): "q" calls quit-window,
2766         like in all the other non-self-insert buffers.
2768 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2770         Minor cleanup.
2771         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2772         key decoding rather than do it manually via last-input-event +
2773         ascii-character.
2774         (term-exec): Use delete-and-extract-region.
2775         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2776         (term-process-pager): Remove unused var `i'.
2777         (term-dynamic-simple-complete): Make obsolete.
2778         (serial-update-config-menu): Remove unused vars `y' and `str'.
2779         (term-update-mode-line): Remove unused var `temp'.
2781 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2783         Limit the number of log entries displayed by default.
2784         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2785         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2786         using a prefix argument.
2788 2009-12-03  Glenn Morris  <rgm@gnu.org>
2790         * progmodes/idlwave.el (class): Restore still useful declaration.
2792 2009-12-03  Alan Mackenzie  <acm@muc.de>
2794         Enhance `c-parse-state' to run efficiently in "brace deserts".
2796         * progmodes/cc-mode.el (c-basic-common-init):
2797         Call c-state-cache-init.
2798         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2799         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2800         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2802         * progmodes/cc-langs.el (c-before-font-lock-function):
2803         c-extend-and-neutralize-syntax-in-CPP has been renamed
2804         c-neutralize-syntax-in-and-mark-CPP.
2806         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2807         with `category' properties now, not `syntax-table' ones.
2809         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2810         enhanced (but slower) version of c-end-of-macro that won't land
2811         inside a literal or on another awkward character.
2812         (c-state-cache-too-far, c-state-cache-start)
2813         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2814         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2815         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2816         (c-state-min-scan-pos, c-state-brace-pair-desert)
2817         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2818         buffer local variables.
2819         (c-state-literal-at, c-state-lit-beg)
2820         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2821         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2822         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2823         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2824         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2825         (c-renarrow-state-cache)
2826         (c-append-lower-brace-pair-to-state-cache)
2827         (c-state-push-any-brace-pair, c-append-to-state-cache)
2828         (c-remove-stale-state-cache)
2829         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2830         (c-invalidate-state-cache-1, c-parse-state-1)
2831         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2832         (c-parse-state): Enhance and refactor.
2833         (c-debug-parse-state): Amend to deal with all the new variables.
2835         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2836         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2837         modify to use category text properties rather than syntax-table ones.
2838         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2839         to switch off/on the syntactic paren property of C++ template
2840         delimiters using the category property.
2841         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2842         template delims suppressed.
2843         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2844         New constant/macros which apply category properties to the start
2845         and end of preprocessor constructs.
2846         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2847         "comment out" the syntactic value of characters in preprocessor
2848         constructs.
2849         (c-with-cpps-commented-out)
2850         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2851         with characters in all or all but one preprocessor constructs
2852         "commented out".
2854 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2856         * proced.el (proced-filter-alist): Use regexp-quote.
2858 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2860         Cleanup.
2861         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2862         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2863         arguments.  Expand `default-directory'.
2865         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2866         the benefit of returning an expanded localname.
2867         (tramp-tramp-file-p): Handle the case NAME is not a string.
2869 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2871         Add support for bzr shelve/unshelve.
2872         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2873         (vc-bzr-extra-menu-map): New variables.
2874         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2875         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2876         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2877         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2878         (vc-bzr-dir-extra-headers): Display shelves.
2880         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2882 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         * textmodes/bibtex.el (bibtex-complete-internal):
2885         Use completion-in-region.
2886         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2888 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2890         Support applying stashes.  Improve UI.
2891         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2892         (vc-git-stash-apply, vc-git-stash-pop)
2893         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2894         (vc-git-stash-menu): New functions.
2895         (vc-git-stash-menu-map): New variable.
2896         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2898 2009-12-03  Glenn Morris  <rgm@gnu.org>
2900         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2901         (vc-print-log-internal): Fix previous change.
2902         (vc-revert): Correct pluralization.
2904 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2907         it to be an alist any more.
2908         (makefile-complete): Use completion-in-region.
2910         * progmodes/octave-mod.el (octave-complete-symbol):
2911         Use completion-in-region.
2913         Misc cleanup.
2914         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2915         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2916         (idlwave-complete-class): Don't quote lambda.
2917         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2918         (idlwave-mode-map): Move initialization into declaration.
2919         (idlwave-action-and-binding): Use backquotes.
2920         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2921         Simplify.
2922         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2923         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2924         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2925         `parts', and `all-parts'.
2926         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2927         (idlwave-convert-xml-system-routine-info): Remove unused string
2928         `version-string'.
2929         (idlwave-display-user-catalog-widget): Use dolist.
2930         (idlwave-scanning-lib): Declare dynamically-scoped var.
2931         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2932         (completion-highlight-first-word-only): Declare to silence bytecomp.
2933         (idlwave-popup-select): Tighten scope of `resp'.
2934         (idlwave-find-struct-tag): Remove unused var `beg'.
2935         (idlwave-after-load-rinfo-hook): Declare.
2936         (idlwave-sintern-class-info): Remove unused var `taglist'.
2937         (idlwave-find-class-definition): Remove unused var `list'.
2938         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2939         (idlwave-what-module-find-class): Remove unused var `classes'.
2941 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2943         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2945 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2947         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2948         buffers visited.  Remove redundant current-buffer-saving.
2950 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2952         Use completion-in-buffer and remove uses of dynamic scoping.
2953         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2954         (pascal-buffer-to-use, pascal-flag): Don't declare.
2955         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2956         (pascal-get-completion-decl, pascal-keyword-completion):
2957         Add `pascal-str' argument, save-excursion,
2958         return the found completions, and don't filter with pascal-pred.
2959         (pascal-completion-cache): New var.
2960         (pascal-completion): Don't switch buffer any more (it was never
2961         necessary).  Don't save-excursion any more (it's done by the called
2962         subroutines).  Use a cache to avoid redundant computations.
2963         Use complete-with-action rather than pascal-completion-response and
2964         let it apply the predicate as well.
2965         (pascal-complete-word): Use completion-in-buffer when
2966         pascal-toggle-completions is nil.
2967         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2968         not used any more.
2969         (pascal-comp-defun): Don't change buffer any more.
2970         Use complete-with-action rather than pascal-completion-response and
2971         let it apply the predicate as well.
2972         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2973         when neded.
2975 2009-12-02  Kenichi Handa  <handa@m17n.org>
2977         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2978         shape for all Indic scripts.
2980 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2982         Use completion-in-buffer.
2983         * wid-edit.el (widget-field-text-end): New function.
2984         (widget-field-value-get): Use it.
2985         (widget-string-complete, widget-file-complete)
2986         (widget-color-complete): Use it and completion-in-region.
2987         (widget-complete): Don't narrow the buffer.
2989 2009-12-02  Glenn Morris  <rgm@gnu.org>
2991         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2992         (rmail-select-summary): Use rmail-pop-to-buffer.
2993         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2994         rmail-pop-to-buffer, to prevent horizontal splits.
2996         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2997         save-excursion with save-current-buffer.
2998         Widen before searching.  (Bug#5093)
2999         (diary-list-sexp-entries): Remove superfluous save-excursion.
3001 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
3003         * woman.el (woman-make-bufname): Handle man-pages with "." in the
3004         name.  (Bug#5038)
3006 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
3008         * ido.el (ido-file-internal): Handle filenames at point that do
3009         not have a directory part.  (Bug#5049)
3011 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
3013         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
3014         (mpc-songs-jump-to, mpc-resume): Doc fixes.
3016 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
3018         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
3019         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
3020         any more.
3022 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3024         * comint.el (comint-insert-input): Ignore clicks to the right of
3025         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
3027         * vc.el (vc-print-log-internal): Don't wait for the process to
3028         terminate before setting up the major mode.
3030         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
3031         in case.
3033         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
3034         the last element.
3036         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3038 2009-12-01  Glenn Morris  <rgm@gnu.org>
3040         * window.el (window--display-buffer-2): Fix previous changes.
3042 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3044         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3046 2009-12-01  Glenn Morris  <rgm@gnu.org>
3048         * Makefile.in (ELCFILES): Add mpc.elc.
3050 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3052         * mpc.el: New file.
3054 2009-12-01  Glenn Morris  <rgm@gnu.org>
3056         * window.el (window-to-use): Define for compiler.
3058         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3059         consistent with others (no final period).
3061         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3062         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3064 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3066         Make vc-print-log buttons work.
3067         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3069 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3071         * savehist.el (savehist-autosave-interval): Allow setting to nil
3072         through customize.  (Bug#5056)
3074 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3076         Fix references to jit-lock properties.
3077         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3078         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3079         (perl-font-lock-special-syntactic-constructs):
3080         Quote jit-lock-defer-multiline property.
3082 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3084         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3086 2009-11-30  Juri Linkov  <juri@jurta.org>
3088         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3089         value `buffer' of `multi-isearch-next-buffer-current-function'.
3090         Use `(current-buffer)' when `buffer' is nil.
3091         (multi-isearch-next-buffer-from-list): Don't fallback to
3092         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3094 2009-11-30  Juri Linkov  <juri@jurta.org>
3096         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3097         of buffers with `get-buffer' to `multi-isearch-buffers'.
3098         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3099         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3100         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3101         FILES with `expand-file-name' converting relative file names
3102         to absolute.  Doc fix.  (Bug#4727)
3104 2009-11-30  Juri Linkov  <juri@jurta.org>
3106         * misearch.el (multi-isearch-read-buffers)
3107         (multi-isearch-read-matching-buffers): New functions.
3108         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3109         Use them in the `interactive' spec.  Doc fix.
3110         (multi-isearch-read-files, multi-isearch-read-matching-files):
3111         New functions.
3112         (multi-isearch-files, multi-isearch-files-regexp):
3113         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3115 2009-11-30  Juri Linkov  <juri@jurta.org>
3117         * doc-view.el (doc-view-continuous):
3118         Rename from `doc-view-continuous-mode'.
3119         (doc-view-menu): Move "Toggle display" to the top.
3120         Add submenu "Continuous" with radio buttons "Off"/"On"
3121         and "Save as Default".
3122         (doc-view-scroll-up-or-next-page)
3123         (doc-view-scroll-down-or-previous-page)
3124         (doc-view-next-line-or-next-page)
3125         (doc-view-previous-line-or-previous-page): Rename
3126         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3128 2009-11-30  Juri Linkov  <juri@jurta.org>
3130         * comint.el (comint-mode-map): Rebind `M-r' from
3131         `comint-previous-matching-input' to
3132         `comint-history-isearch-backward-regexp'.
3133         Unbind `M-s' to allow global key binding `M-s'.
3134         Add menu items for `comint-history-isearch-backward' and
3135         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3137 2009-11-30  Juri Linkov  <juri@jurta.org>
3139         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3140         For def=recenter, replace `recenter' with `recenter-top-bottom'
3141         that is called with `this-command' and `last-command' let-bound
3142         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3143         set `recenter-last-op' to nil.  (Bug#4981)
3145 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3147         Minor cleanup and simplification.
3148         * filecache.el (file-cache-add-directory)
3149         (file-cache-add-directory-recursively)
3150         (file-cache-add-from-file-cache-buffer)
3151         (file-cache-delete-file-regexp, file-cache-delete-directory)
3152         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3153         (file-cache-temp-minibuffer-message): Delete function.
3154         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3156         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3157         Don't signal an error when bumping into EOB in tr, s, or y.
3159 2009-11-29  Juri Linkov  <juri@jurta.org>
3161         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3162         (Bug#4960)
3164         * descr-text.el (describe-char-unidata-list): Use lowercase name
3165         for "Unicode name" like in other tags.
3167 2009-11-29  Juri Linkov  <juri@jurta.org>
3169         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3170         New compatibility macro.
3171         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3173 2009-11-29  Juri Linkov  <juri@jurta.org>
3175         Add defcustom to define the cycling order of `recenter-top-bottom'.
3176         (Bug#4981)
3178         * window.el (recenter-last-op): Doc fix.
3179         (recenter-positions): New defcustom.
3180         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3181         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3183 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3185         Improve integration of Tramp and ange-ftp in eshell.
3187         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3188         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3189         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3191         * eshell/esh-util.el (top): Require also Tramp when compiling.
3192         (eshell-directory-files-and-attributes): Check for FTP remote
3193         connection.
3194         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3195         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3196         (eshell-file-attributes): Handle ".".  Return `entry'.
3198         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3199         (ange-ftp-directory-files-and-attributes)
3200         (ange-ftp-real-directory-files-and-attributes): New defuns.
3202         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3203         shell with "exec" when possible.  This prevents trailing prompts
3204         in `start-file-process'.
3206 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3208         Try and remove assumptions about point-min==1.
3209         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3210         (rng-compute-mode-line-string): Show the validation percentage in
3211         terms of the narrowed text, not the widened text.
3212         (rng-do-some-validation): Don't catch internal errors when debugging.
3213         (rng-first-error): Simplify.
3214         (rng-after-change-function): Remove work around.  AFAIK the bug has
3215         been fixed a while ago.
3217         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3218         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3220         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3222         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3223         `cd' doesn't always do it for us (bug#5067).
3225         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3226         on 2009-10-25 as part of some other change (bug#5067).
3228 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3230         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3231         `suspicious'.
3232         (byte-compile-warnings): Use byte-compile-warning-types.
3233         (byte-compile-save-excursion): Warn about use of set-buffer right
3234         after save-excursion.
3236         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3237         the excursion as well.
3239 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3241         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3242         providing a Tramp related implementation of "su" and "sudo".
3243         (eshell-unix-initialize): Add "su" and "sudo".
3245 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3247         * net/socks.el (socks-send-command): Convert binary request to
3248         unibyte before sending.  This fixes mishandling of some port
3249         numbers such as 129.
3251 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3253         * help.el (describe-bindings-internal): Remove `interactive'.
3255         * man.el (Man-completion-table): Trim a terminating "(".
3256         Remove the space between name page a section.
3257         Add the command's description on the `help-echo' property.
3258         Remove `process-connection-type' binding since it's unused by
3259         call-process.
3260         Provide completion for the "<section> <name>" format as well.
3261         (Man-default-man-entry): Remove spurious var shadowing the argument.
3263 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3265         * log-view.el: Add "Keywords: tools", since its other keywords
3266         aren't in finder-known-keywords, and following vc.el.
3268         * sha1.el (sha1-string-external): default-directory "/" in case
3269         otherwise non-existent.  process-connection-type pipe for touch of
3270         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3272 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         Misc coding convention cleanups.
3275         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3276         hfy-init-kludge-hooks.
3277         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3278         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3279         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3280         and push.
3281         (hfy-slant, hfy-weight): Use tables rather than code.
3282         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3283         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3284         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3285         (hfy-face-to-css): Remove `nconc' with single arg.
3286         (hfy-p-to-face-lennart): Use `or'.
3287         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3288         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3289         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3290         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3291         (hfy-force-fontification): Use run-hooks.
3293 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3295         Various minor fixes.
3296         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3297         Javascript belongs in the header, not the body.
3298         (hfy-javascript): Remove.
3299         (hfy-fontify-buffer): Don't insert it any more.
3300         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3301         Fix bug in invis handling when there were no invis props in a chunk.
3303 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3307 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3309         * finder.el (finder-mode-map): Add a menu.
3311 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3313         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3314         "unsigned" structs.
3316         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3317         fork" statement better.
3319 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3321         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3322         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3323         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3324         Reported by Clay Douglass.
3326         (verilog-auto-inst, verilog-auto-star-safe)
3327         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3328         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3329         Pierre-David Pfister.
3331 2009-11-26  Glenn Morris  <rgm@gnu.org>
3333         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3334         the scope.
3336 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3338         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3339         Really use previous revision.
3341 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3343         * man.el (Man-completion-table): default-directory "/" in case
3344         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3345         not to truncate long names.  process-connection-type pipe to avoid
3346         any chance of hitting the pseudo-tty TIOCGWINSZ.
3347         (man): completion-ignore-case t for friendliness and since man
3348         itself is case-insensitive on the command line.
3349         Further to Bug#3717.
3351         * arc-mode.el: Add "Keywords: files", so the details in its
3352         commentary can be reached from finder-by-keyword.
3353         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3354         editing mode, but it's comms related and sgml-mode.el has "comm"
3355         on that basis too.
3356         * textmodes/bibtex-style.el: Add "Keywords: tex".
3357         * international/isearch-x.el, international/ja-dic-cnv.el:
3358         * international/ja-dic-utl.el, international/kkc.el:
3359         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3361 2009-11-25  Juri Linkov  <juri@jurta.org>
3363         * man.el (Man-completion-table): Modify regexp to include
3364         section names to completion strings.  (Bug#3717)
3366 2009-11-25  Juri Linkov  <juri@jurta.org>
3368         Search recursively in gzipped files.  (Bug#4982)
3370         * progmodes/grep.el (grep-highlight-matches): Add new options
3371         `always' and `auto'.  Doc fix.
3372         (grep-process-setup): Check `grep-highlight-matches' for
3373         `auto-detect' to determine the need to compute grep defaults.
3374         Move Windows/DOS specific --colors settings handling
3375         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3376         to get the value of "--color=".
3377         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3378         has the value `auto-detect'.  Move Windows/DOS specific settings
3379         from `grep-process-setup'.
3380         (zrgrep): New command with alias `rzgrep'.
3382 2009-11-25  Juri Linkov  <juri@jurta.org>
3384         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3385         to nil instead of switching off view-mode.  (Bug#4896)
3387 2009-11-25  Juri Linkov  <juri@jurta.org>
3389         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3391         * mwheel.el (mwheel-scroll-up-function)
3392         (mwheel-scroll-down-function): New defvars.
3393         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3394         `scroll-up', and `mwheel-scroll-down-function' instead of
3395         `scroll-down'.
3397         * doc-view.el (doc-view-scroll-up-or-next-page)
3398         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3399         Use this ARG in the call to image-scroll-up/image-scroll-down.
3400         Change `interactive' spec to "P".  Goto next/previous page only
3401         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3402         SPC/DEL case).  Doc fix.
3403         (doc-view-next-line-or-next-page)
3404         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3405         for consistency.
3406         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3407         `doc-view-scroll-up-or-next-page', and buffer-local
3408         `mwheel-scroll-down-function' to
3409         `doc-view-scroll-down-or-previous-page'.
3411 2009-11-25  Juri Linkov  <juri@jurta.org>
3413         Provide additional default values (directories at other Dired
3414         windows) via M-n in the minibuffer of some Dired commands.
3416         * dired-aux.el (dired-diff, dired-compare-directories)
3417         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3418         `minibuffer-default' in `minibuffer-with-setup-hook'.
3419         (dired-dwim-target-directory): Find a window that displays Dired
3420         buffer instead of failing when the next window is not Dired.
3421         Use `get-window-with-predicate' to find for the next Dired window.
3422         (dired-dwim-target-defaults): New function.
3424         * ediff-util.el (ediff-read-file-name):
3425         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3426         in `minibuffer-with-setup-hook'.
3428 2009-11-25  Juri Linkov  <juri@jurta.org>
3430         Provide additional default values (file name at point or at the
3431         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3433         * minibuffer.el (read-file-name-defaults): New function.
3434         (read-file-name): Reset `minibuffer-default' to nil when
3435         it duplicates initial input `insdef'.
3436         Bind `minibuffer-default-add-function' to lambda that
3437         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3438         (minibuffer-insert-file-name-at-point): New command.
3440         * files.el (file-name-at-point-functions): New defcustom.
3441         (find-file-default): Remove defvar.
3442         (find-file-read-args): Don't use `find-file-default'.
3443         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3444         to `read-file-name'.
3445         (find-file-literally): Use `read-file-name' with
3446         `confirm-nonexistent-file-or-buffer'.
3448         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3450         * dired.el (dired-read-dir-and-switches):
3451         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3452         to `read-file-name'.
3453         (dired-file-name-at-point): New function.
3454         (dired-mode): Add hook `dired-file-name-at-point' to
3455         `file-name-at-point-functions'.
3457 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3459         Really make the *Completions* window soft-dedicated (bug#5030).
3460         * window.el (window--display-buffer-2): Add `dedicated' argument.
3461         (display-buffer): Pass it when needed so the dedicated flag is set
3462         after calling set-window-buffer, which would otherwise reset it.
3464 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3466         * progmodes/meta-mode.el (meta-complete-symbol):
3467         * progmodes/etags.el (complete-tag):
3468         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3469         Use completion-in-region.
3471         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3472         (dabbrev-completion): Use completion-in-region.
3473         (dabbrev--abbrev-at-point): Simplify regexp.
3475         * abbrev.el (abbrev--before-point): Use word-motion functions
3476         if :regexp is not specified (bug#5031).
3478         * subr.el (string-prefix-p): New function.
3480         * man.el (Man-completion-cache): New var.
3481         (Man-completion-table): Use it.
3483         * vc.el (vc-print-log-internal): Make `limit' optional for better
3484         compatibility (e.g. with vc-annotate.el).
3486 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3488         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3489         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3491         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3492         when .el source file not found or other error.
3494 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3496         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3498 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         Handle the [back] button properly (bug#4979).
3501         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3502         Use help-setup-xref, help-buffer, and with-help-window.
3503         (describe-char): Add `buffer' argument.
3504         Pass proper command to help-setup-xref.  Don't meddle with
3505         help-xref-stack-item directly.
3506         (describe-text-category): Use with-help-window and help-buffer.
3508         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3509         for the displayed buffer (bug#4887).
3511         * man.el (Man-completion-table): New function.
3512         (man): Use it.
3514 2009-11-24  David Reitter  <david.reitter@gmail.com>
3516         * vc-git.el (vc-git-registered): Use checkout directory (where
3517         .git is) rather than the file's directory and a relative path spec
3518         to work around a bug in git.
3520 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3522         Improve handling of processes on remote hosts.
3524         * eshell/esh-util.el (eshell-path-env): New defvar.
3525         (eshell-parse-colon-path): New defun.
3526         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3528         * eshell/esh-ext.el (eshell-search-path):
3529         Use `eshell-parse-colon-path'.
3530         (eshell-remote-command): Remove argument HANDLER.
3531         (eshell-external-command): Check for FTP remote connection.
3533         * eshell/esh-proc.el (eshell-gather-process-output):
3534         Use `file-truename', in order to start also symlinked files.
3535         Apply `start-file-process' instead of `start-process'.
3536         Shorten `command' to the local file name part.
3538         * eshell/em-cmpl.el (eshell-complete-commands-list):
3539         Use `eshell-parse-colon-path'.
3541         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3543         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3544         to `eshell-directory-change-hook'.
3546 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3548         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3549         because it could be enabled automatically if view-read-only is non-nil.
3551 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3553         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3554         made on 2009-11-22.
3556 2009-11-24  Glenn Morris  <rgm@gnu.org>
3558         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3559         deleted variable bookmark-bmenu-bookmark-column.
3561         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3562         Move after definition of global-semantic-idle-tag-highlight-mode.
3564 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3568 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3570         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3571         two slashes to the "file:" prefix.
3572         (browse-url-file-url): De-munge Cygwin filenames before passing
3573         them to Windows browser.
3574         (browse-url-default-windows-browser): Use call-process.
3576 2009-11-23  Juri Linkov  <juri@jurta.org>
3578         Implement DocView Continuous mode.  (Bug#4896)
3579         * doc-view.el (doc-view-continuous-mode): New defcustom.
3580         (doc-view-mode-map): Bind C-n/<down> to
3581         `doc-view-next-line-or-next-page', C-p/<up> to
3582         `doc-view-previous-line-or-previous-page'.
3583         (doc-view-next-line-or-next-page)
3584         (doc-view-previous-line-or-previous-page): New commands.
3586 2009-11-23  Juri Linkov  <juri@jurta.org>
3588         Implement Isearch in comint input history.  (Bug#3746)
3589         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3590         `isearch-mode-hook'.
3591         (comint-history-isearch): New defcustom.
3592         (comint-history-isearch-backward)
3593         (comint-history-isearch-backward-regexp): New commands.
3594         (comint-history-isearch-message-overlay): New buffer-local variable.
3595         (comint-history-isearch-setup, comint-history-isearch-end)
3596         (comint-goto-input, comint-history-isearch-search)
3597         (comint-history-isearch-message, comint-history-isearch-wrap)
3598         (comint-history-isearch-push-state)
3599         (comint-history-isearch-pop-state): New functions.
3601 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3603         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3604         return.
3605         (tramp-handle-make-symbolic-link)
3606         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3607         Quote file names.
3608         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3609         (tramp-handle-process-file): Use it.
3611 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3613         * window.el (move-to-window-line-last-op): Remove.
3614         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3616 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3618         Make M-r mirror the new cycling behavior of C-l.
3619         * window.el (move-to-window-line-last-op): New var.
3620         (move-to-window-line-top-bottom): New command.
3621         (global-map): Bind M-r move-to-window-line-top-bottom.
3623 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3625         * dired-x.el (dired-guess-shell-alist-default):
3626         Support xz format.  (Bug#4953)
3628 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3630         * cedet/srecode/map.el (srecode-get-maps):
3631         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3632         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3633         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3634         (semantic-toggle-decoration-style):
3635         * cedet/semantic/decorate/include.el
3636         (semantic-decoration-include-describe)
3637         (semantic-decoration-unknown-include-describe)
3638         (semantic-decoration-unparsed-include-describe)
3639         (semantic-decoration-all-include-summary):
3640         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3641         * cedet/semantic/analyze/complete.el
3642         (semantic-analyze-possible-completions):
3643         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3644         (semantic-show-unmatched-syntax-mode)
3645         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3646         (semantic-highlight-func-mode):
3647         * cedet/semantic/util.el (semantic-describe-buffer):
3648         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3649         (semantic-symref-find-tags-by-name)
3650         (semantic-symref-find-tags-by-regexp)
3651         (semantic-symref-find-tags-by-completion)
3652         (semantic-symref-find-file-references-by-name)
3653         (semantic-symref-find-text):
3654         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3655         (senator-yank-tag):
3656         * cedet/semantic/scope.el (semantic-calculate-scope):
3657         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3658         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3659         (define-semantic-idle-service):
3660         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3661         (semantic-complete-analyze-inline-idle):
3662         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3663         * cedet/mode-local.el (describe-mode-local-bindings)
3664         (describe-mode-local-bindings-in-mode):
3665         * cedet/ede/make.el (ede-make-check-version):
3666         * cedet/ede/locate.el (ede-enable-locate-on-project):
3667         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3668         (cedet-idutils-version-check):
3669         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3670         (cedet-gnu-global-version-check):
3671         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3672         (cedet-cscope-version-check): Use called-interactively-p instead
3673         of interactive-p.
3675         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3676         Use semantic-format-tag-prototype.
3678 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3680         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3681         last-command-char/last-command-event.
3682         (viper-prefix-arg-value): Do correct conversion of event-char for
3683         XEmacs.
3685         * emulation/viper-util.el, emulation/viper.el:
3686         Use viper-last-command-char instead of
3687         last-command-char/last-command-event.
3689         * ediff-init.el, ediff-mult.el, ediff-util.el:
3690         Replace last-command-char and last-command-event
3691         with (ediff-last-command-char) everywhere.
3693         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3694         created in fundamental mode.
3696         * ediff.el (ediff-version): Revert the change of interactive-p to
3697         called-interactively-p.
3699 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3701         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3702         generation from word-movement command names.
3704 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3706         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3707         (semantic-complete-jump-local, semantic-complete-jump):
3708         Improve prompt string.
3710 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3712         * cus-start.el (all): Add native condition for font-use-system-font.
3714 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3716         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3717         Correct the patch from 2009-11-18.  (Bug#3910)
3719 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3721         * progmodes/subword.el: Rename from lisp/subword.el.
3723         * subword.el: Rename to progmodes/subword.el.
3725         * Makefile.in (ELCFILES): Adapt to subword.el move.
3727 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3728             Stefan Monnier  <monnier@iro.umontreal.ca>
3730         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3731         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3732         (bookmark-bmenu-show-filenames): Use push.
3733         (bookmark-bmenu-hide-filenames): Use local var instead of
3734         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3735         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3736         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3737         filenames now that the bookmark names are always available.
3739 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3741         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3742         (bookmark-search-pattern): Move and leave unbound.
3743         (bookmark-bmenu-mode-map): Change binding.
3744         (bookmark-read-search-input): Simplify.
3745         Don't use text-char-description.  Don't error on non-char events.
3746         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3747         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3748         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3749         Use a local var for the timer.
3750         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3751         (i.e. bookmark-bmenu-search).
3753 2009-11-21  Glenn Morris  <rgm@gnu.org>
3755         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3757 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3759         * net/browse-url.el (browse-url-default-windows-browser):
3760         Use cygstart for cygwin.
3762 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3764         * bookmark.el: Formatting and doc fixes only:
3765         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3766         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3767           Minor grammar and punctuation fixes in doc string.
3768         (bookmark-read-search-input): Adjust to fit within 80 columns.
3770 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3772         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3773         (c-backward-into-nomenclature): Adapt to subword renaming.
3775         * subword.el (subword-forward, subword-backward, subword-mark)
3776         (subword-kill, subword-backward-kill, subword-transpose)
3777         (subword-downcase, subword-upcase, subword-capitalize)
3778         (subword-forward-internal, subword-backward-internal):
3779         Rename from forward-subword, backward-subword, mark-subword,
3780         kill-subword, backward-kill-subword, transpose-subwords,
3781         downcase-subword, upcase-subword, capitalize-subword,
3782         forward-subword-internal, backward-subword-internal.
3784 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3786         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3787         New options.
3788         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3789         New vars.
3790         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3791         (bookmark-bmenu-filter-alist-by-regexp)
3792         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3793         (bookmark-bmenu-search): New command.
3794         (bookmark-bmenu-mode-map): Bind it.
3796 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3798         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3800         * cedet/semantic/idle.el (define-semantic-idle-service)
3801         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3803 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3805         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3806         backward-subword to quit the byte-compiler.
3808         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3810         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3812         * progmodes/cc-cmds.el (c-update-modeline)
3813         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3814         Refer to subword.el functions instead of cc-subword.el.
3816         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3817         subword.el functions instead of cc-subword.el.
3819         * progmodes/cc-subword.el: Rename to subword.el.
3820         * subword.el: Rename from progmodes/cc-subword.el.
3821         (subword-mode-map): Rename from c-subword-mode-map.
3822         (subword-mode): Rename from c-subword-mode.
3823         (global-subword-mode): New global minor mode.
3824         (forward-subword): Rename from c-forward-subword.
3825         (backward-subword): Rename from c-backward-subword.
3826         (mark-subword): Rename from c-mark-subword.
3827         (kill-subword): Rename from c-kill-subword.
3828         (backward-kill-subword): Rename from c-backward-kill-subword.
3829         (transpose-subwords): Rename from c-tranpose-subword.
3830         (downcase-subword): Rename from c-downcase-subword.
3831         (capitalize-subword): Rename from c-capitalize-subword.
3832         (forward-subword-internal): Rename from c-forward-subword-internal.
3833         (backward-subword-internal): Rename from c-backward-subword-internal.
3835 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3837         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3838         from a dired buffer.
3839         (vc-dired-deduce-fileset): New function.
3840         (vc-root-diff, vc-print-root-log): Use it.
3842         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3843         nil LIMIT argument to vc-print-log-internal.
3845 2009-11-20  Glenn Morris  <rgm@gnu.org>
3847         * Makefile.in (ELCFILES): Regenerate.
3849 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3851         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3853         * cedet/semantic.el: Enable idle-mode menu items only if
3854         global-semantic-idle-scheduler-mode is enabled.
3855         (semantic-default-submodes): Doc fix.
3857         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3858         When turning off, disable other idle modes.
3860 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3862         * calc/calc.el (calc-set-mode-line):
3863         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3864         (math-format-number): Rename `math-format-complement-signed' to
3865         `math-format-twos-complement'.
3867         * calc/calc-bin.el (math-format-twos-complement): Rename from
3868         math-format-complement-signed.
3869         (calc-radix): Rename `calc-complement-signed-mode' to
3870         `calc-twos-complement-mode'.
3871         (calc-octal-radix, calc-hex-radix): Add an argument for
3872         two's complement.
3874         * calc/calc-embed.el (calc-embedded-mode-vars):
3875         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3877         * calc/calc-ext.el (calc-init-extensions):
3878         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3879         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3881         * calc/calc-units.el (math-build-units-table-buffer):
3882         Let `calc-twos-complement-mode' be nil.
3884         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3885         entries.
3887         * calc/calc-vec.el (calcFunc-vunpack):
3888         * calc/calc-aent.el (calc-do-calc-eval):
3889         * calc/calc-forms.el (math-format-date):
3890         * calc/calc-graph.el (calc-graph-plot):
3891         * calc/calc-math.el (math-use-emacs-fn):
3892         * calc/calccomp.el (math-compose-expr):
3893         Let `calc-twos-complement-mode' be nil.
3895 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3897         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3898         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3899         * minibuffer.el (completion-in-region-functions): New hook.
3900         (completion-in-region): New function.
3901         * emacs-lisp/lisp.el (lisp-complete-symbol):
3902         * pcomplete.el (pcomplete-std-complete): Use it.
3904 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3906         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3907         (latex-complete-alist): New vars.
3908         (latex-string-prefix-p, latex-complete-bibtex-keys)
3909         (latex-complete-envnames, latex-complete-refkeys)
3910         (latex-complete-data): New functions.
3911         (latex-complete, latex-indent-or-complete): New commands.
3913         * window.el (display-buffer-mark-dedicated): New var.
3914         (display-buffer): Obey it.
3915         * minibuffer.el (minibuffer-completion-help): Use it.
3917         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3919         * filecache.el (file-cache-add-file): Use push and cons.
3920         (file-cache-delete-file-regexp): Use push.
3921         (file-cache-complete): Use completion-in-region.
3923         * simple.el (with-wrapper-hook): Fix thinko.
3925         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3926         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3927         Use with-current-buffer and string-to-number.
3928         (hfy-fallback-colour-values): Use assoc-string.
3929         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3930         (hfy-face-at): Remove unused var `found-face'.
3931         (hfy-compile-stylesheet): Remove unused var `css'.
3932         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3933         and `orig-buffer'.
3934         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3935         Use with-current-buffer.
3936         (hfy-text-p): Use expand-file-name and fewer setq.
3938 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3940         * htmlfontify.el, hfy-cmap.el: New files.
3942 2009-11-19  Juri Linkov  <juri@jurta.org>
3944         * minibuffer.el (completions-format): New defcustom.
3945         (completion--insert-strings): Implement vertical format.
3947         * simple.el (switch-to-completions): Move point to the first
3948         completion when point was at the beginning of the buffer.
3950 2009-11-19  Juri Linkov  <juri@jurta.org>
3952         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3954         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3956 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3958         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3959         (mail-signature): Change default to t.
3960         (mail-from-style): Deprecate `system-default' value.
3961         (mail-insert-from-field): For default value of mail-from-style,
3962         default to `angles' unless `angles' needs quoting and `parens'
3963         does not.
3964         (mail-citation-prefix-regexp): Use citation regexp from
3965         message-mode.
3967 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3969         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3970         Set variables for computing the prompt for reading password.
3972 2009-11-19  Glenn Morris  <rgm@gnu.org>
3974         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3976         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3978         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3979         (newsticker-treeview-listwindow-height): Fix custom type.
3981 2009-11-19  Kenichi Handa  <handa@m17n.org>
3983         * descr-text.el (describe-char-padded-string): Compose with TAB
3984         only if there's a font for CH.
3985         (describe-char): Fix the condition for detecting a trivial composition.
3987 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3989         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3990         more accurate version of the regexp.  (Bug#3910)
3992 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3994         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3996 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3998         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3999         (font-setting-change-default-font): Fix typo in docstring.
4001 2009-11-18  Alan Mackenzie  <acm@muc.de>
4003         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
4005 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4007         * font-setting.el (font-use-system-font): Move ...
4009         * cus-start.el (all): ... to here.
4011 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
4013         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
4014         Don't set `ad-return-value' if `ad-do-it' doesn't.
4016         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
4017         modification time.
4019 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
4021         * menu-bar.el: Put "Use system font" in Option-menu.
4022         (menu-bar-options-save): Add font-use-system-font.
4024         * loadup.el: If feature system-font-setting or font-render-setting is
4025         there, load font-setting.
4027         * Makefile.in (ELCFILES): Add font-settings.el.
4028         * font-setting.el: New file.
4030 2009-11-17  Glenn Morris  <rgm@gnu.org>
4032         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
4034         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
4035         Preserve point in the list buffer.  (Bug#4939)
4036         Use point-at-eol.
4037         (newsticker--treeview-list-update-highlight)
4038         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4040 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4042         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4043         Remove.
4045         * calc/calc-ext.el (calc-init-extensions): Remove references to
4046         symclip.
4048         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4050         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4051         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4052         `calc-symclip'.
4054 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4056         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4057         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4059         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4060         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4061         Ignore trailing spaces by omit-nulls to split-string (fixing
4062         regression from Emacs 21 due to the incompatible split-string
4063         change).  (Bug #4928.)
4065 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4067         * vc.el (vc-log-show-limit): Default to 2000.
4068         (vc-print-log-internal): Insert buttons to request more entries
4069         when limiting the output.
4071         * vc-sccs.el (vc-sccs-print-log):
4072         * vc-rcs.el (vc-rcs-print-log):
4073         * vc-cvs.el (vc-cvs-print-log):
4074         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4075         LIMIT is non-nil.
4077 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4079         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4080         error when `tramp-gvfs-dbus-event-vector' is set.
4081         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4083 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4085         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4087 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4089         * net/dbus.el (dbus-unregister-service): New defun.
4090         (dbus-register-property): Register the handlers of
4091         "org.freedesktop.DBus.Properties" for SERVICE.
4092         (dbus-property-handler): Fix docstring.
4094 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4096         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4097         Quote doc string reference in defvaralias as it is not in special form.
4098         (byte-compile-output-docform): Doc fix.
4100 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4102         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4103         (calc-complement-signed-mode): New variables.
4104         (calc-set-mode-line): Add indicator for twos-complements.
4105         (math-format-number): Format twos-complement notation.
4107         * calc/calc-bin.el (calc-word-size): Reset the variables
4108         `math-2-word-size' and `math-half-2-word-size'.
4109         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4110         (calc-symclip): New functions.
4112         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4114         * calc/calc-embed.el (calc-embedded-mode-vars):
4115         Add `calc-complement-signed-mode' to the list of modes.
4117         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4118         (calc-b-oper-keys): Add `calc-symclip' to list.
4120         * calc/calc-ext.el (math-read-number-fancy): Read complement
4121         signed numbers.
4122         (calc-init-extensions): Add binding for `calc-symclip'.
4123         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4125         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4126         `calc-symclip'.
4127         (calc-modes-menu): Add item for twos complement mode.
4129         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4131 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4133         * register.el (jump-to-register, insert-register): Handle Semantic
4134         tags.  From commented-out advice in semantic/senator.el.
4136 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4138         * vc.el (vc-log-show-limit): New variable.
4139         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4140         when using a prefix argument.
4141         (vc-print-log-internal): Add new argument LIMIT.
4143         * vc-svn.el (vc-svn-print-log):
4144         * vc-mtn.el (vc-mtn-print-log):
4145         * vc-hg.el (vc-hg-print-log):
4146         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4147         pass it to the log command when set.  Make the BUFFER argument
4148         non-optional.
4150         * vc-sccs.el (vc-sccs-print-log):
4151         * vc-rcs.el (vc-rcs-print-log):
4152         * vc-git.el (vc-git-print-log):
4153         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4154         ignore it.  Make the BUFFER argument non-optional
4156         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4158 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4160         * dired.el (dired-mode-map): Move encryption items to "Operate"
4161         menu (Bug#4703).
4163         * strokes.el (strokes-update-window-configuration): Make strokes
4164         buffer current before erasing (Bug#4906).
4166         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4167         (semantic-idle-summary-mode): Define using define-minor-mode
4168         instead of define-semantic-idle-service.
4169         (semantic-idle-summary-mode): New function.
4170         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4171         that mouse motion does not reset the echo area.
4173 2009-11-15  Juri Linkov  <juri@jurta.org>
4175         * simple.el (set-mark-default-inactive): Add :type, :group
4176         and :version.  (Bug#4876)
4178 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4180         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4181         (archive-unique-fname): ... here.  (Bug#4929)
4183 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4185         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4186         with a real fix.
4188         * novice.el (disabled-command-function): Add useful args.
4189         Setup the help buffer so that [back] works.
4190         Remove redundant call to help-mode.
4191         (disabled-command-function): Use `case'.
4192         (en/disable-command): New function extracted from enable-command.
4193         (enable-command, disable-command): Use it.
4195 2009-11-14  Glenn Morris  <rgm@gnu.org>
4197         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4198         constants.  (Bug#4913)
4200         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4202 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4204         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4205         defined in C that have no doc-strings.  (Bug#1063)
4207 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4209         * cus-edit.el (data, files):
4210         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4212 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4214         * simple.el (shell-command): Doc fix (Bug#4891).
4216         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4218 2009-11-14  Glenn Morris  <rgm@gnu.org>
4220         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4221         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4222         If they are already loaded, eval-after-load will do the right thing.
4224         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4225         compiling.
4227         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4229         * simple.el (x-selection-owner-p): Declare.
4230         (read-mail-command): Use custom radio type rather than choice.
4231         (completion-no-auto-exit): Doc fix.
4233         * custom.el (defgroup):
4234         * epg-config.el (epg): Doc fixes.
4236 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4238         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4239         * international/ccl.el (define-ccl-program): Do not purecopy the
4240         docstring, defconst does it anyway.
4242 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4244         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4245         a second time.
4247         * x-dnd.el (x-dnd-maybe-call-test-function):
4248         * window.el (split-window-vertically):
4249         * whitespace.el (whitespace-help-on):
4250         * vc-rcs.el (vc-rcs-consult-headers):
4251         * userlock.el (ask-user-about-lock-help)
4252         (ask-user-about-supersession-help):
4253         * type-break.el (type-break-force-mode-line-update):
4254         * time-stamp.el (time-stamp-conv-warn):
4255         * terminal.el (te-set-output-log, te-more-break, te-filter)
4256         (te-sentinel, terminal-emulator):
4257         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4258         (term-write-input-ring, term-check-source, term-start-output-log):
4259         (term-display-buffer-line, term-dynamic-list-completions):
4260         (term-ansi-make-term, serial-term):
4261         * subr.el (selective-display):
4262         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4263         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4264         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4265         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4266         (speedbar-remove-localized-speedbar-support)
4267         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4268         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4269         (speedbar-buffers-line-directory):
4270         * simple.el (shell-command-on-region, append-to-buffer)
4271         (prepend-to-buffer):
4272         * shadowfile.el (shadow-save-todo-file):
4273         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4274         (scroll-bar-maybe-set-window-start):
4275         * sb-image.el (speedbar-image-dump):
4276         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4277         (load-save-place-alist-from-file):
4278         * ps-samp.el (ps-print-message-from-summary):
4279         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4280         (ps-background-image, ps-begin-job, ps-do-despool):
4281         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4282         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4283         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4284         (pr-call-process, pr-file-list, pr-interface-save):
4285         * novice.el (disabled-command-function)
4286         (enable-command, disable-command):
4287         * mouse.el (mouse-buffer-menu-alist):
4288         * mouse-copy.el (mouse-kill-preserving-secondary):
4289         * macros.el (kbd-macro-query):
4290         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4291         * informat.el (batch-info-validate):
4292         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4293         * hippie-exp.el (try-expand-dabbrev-visible):
4294         * help-mode.el (help-make-xrefs):
4295         * help-fns.el (describe-variable):
4296         * generic-x.el (bat-generic-mode-run-as-comint):
4297         * finder.el (finder-mouse-select):
4298         * find-dired.el (find-dired-sentinel):
4299         * filesets.el (filesets-file-close):
4300         * files.el (list-directory):
4301         * faces.el (list-faces-display, describe-face):
4302         * facemenu.el (list-colors-display):
4303         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4304         * epg.el (epg--process-filter, epg-cancel):
4305         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4306         (epa--read-signature-type):
4307         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4308         (emerge-file-names):
4309         * ehelp.el (electric-helpify):
4310         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4311         * ediff-vers.el (rcs-ediff-view-revision):
4312         * ediff-util.el (ediff-setup):
4313         * ediff-mult.el (ediff-append-custom-diff):
4314         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4315         (ediff-wordify):
4316         * echistory.el (Electric-command-history-redo-expression):
4317         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4318         * disp-table.el (describe-display-table):
4319         * dired.el (dired-find-buffer-nocreate):
4320         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4321         * dabbrev.el (dabbrev--same-major-mode-p):
4322         * chistory.el (list-command-history):
4323         * apropos.el (apropos-documentation):
4324         * allout.el (allout-obtain-passphrase):
4325         (allout-copy-exposed-to-buffer):
4326         (allout-verify-passphrase): Use with-current-buffer.
4328 2009-11-13  Glenn Morris  <rgm@gnu.org>
4330         * Makefile.in (ELCFILES): Regenerate.
4332 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4334         * net/dbus.el (dbus-registered-objects-table): Rename from
4335         `dbus-registered-functions-table', because it contains also properties.
4336         (dbus-unregister-object): Unregister also properties.
4337         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4338         Use a timeout of 500 msec, in order to not block.
4339         (dbus-register-property, dbus-property-handler): New defuns.
4341 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4343         * simple.el (minibuffer-default-add-completions): Drop deprecated
4344         4th arg.
4346 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4348         * textmodes/artist.el (artist-mouse-choose-operation):
4349         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4350         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4351         (artist-compute-up-event-key): New function.
4352         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4354 2009-11-13  Kenichi Handa  <handa@m17n.org>
4356         * language/japan-util.el: Make sure that the value of jisx0208
4357         property is jisx0208 character.
4359 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4361         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4362         car or each item, not the whole list.
4364 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4366         * minibuffer.el (minibuffer-completion-help):
4367         Use minibuffer-hide-completions.
4369 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4371         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4372         (dired-revert): Use them (bug#4880).
4374 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4376         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4378 2009-11-12  Juri Linkov  <juri@jurta.org>
4380         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4381         New functions.
4382         (find-file-literally-at-point): Alias of `ffap-literally'.
4384 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4386         * textmodes/ispell.el (ispell-skip-region-alist):
4387         * textmodes/css-mode.el (auto-mode-alist):
4388         * progmodes/compile.el (auto-mode-alist):
4389         * international/mule.el (ctext-non-standard-encodings-alist)
4390         (ctext-non-standard-encodings-regexp):
4391         * simple.el (shell-command-switch, text-read-only):
4392         * replace.el (occur-mode-map):
4393         * paths.el (rmail-file-name):
4394         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4395         * find-file.el (ff-special-constructs):
4396         * files.el (file-name-handler-alist):
4397         * composite.el: Purecopy strings.
4399         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4401 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4403         * widget.el (define-widget): Purecopy the docstring.
4404         * international/mule-cmds.el (charset): Do not purecopy the
4405         docstring here, define-widget does it.
4407         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4408         * textmodes/bibtex-style.el (auto-mode-alist):
4409         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4410         * progmodes/compile.el (compile-command):
4411         * language/korea-util.el (default-korean-keyboard):
4412         * international/mule-conf.el (file-coding-system-alist):
4413         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4414         * tooltip.el (tooltip-frame-parameters):
4415         * newcomment.el (comment-end, comment-padding):
4416         * dired.el (dired-trivial-filenames):
4417         * comint.el (comint-file-name-prefix): Purecopy initial values.
4419 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4421         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4422         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4423         `tramp-unload'.
4424         (tramp-advice-make-auto-save-file-name)
4425         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4426         after removing the advice.
4428 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4430         * progmodes/grep.el (grep-regexp-alist):
4431         * international/mule-cmds.el (iso-2022-control-alist):
4432         * emacs-lisp/timer.el (timer-duration-words):
4433         * subr.el (version-separator, version-regexp-alist):
4434         * minibuffer.el (completion-styles-alist):
4435         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4436         Change defvars to defconsts.
4438         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4439         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4440         * international/mule-conf.el: Allow to be byte compiled.
4442         * international/mule.el (define-charset): Purecopy props.
4443         (load-with-code-conversion): Purecopy doc string and file name.
4444         (put-charset-property): Purecopy strings.
4445         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4447         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4448         (define-char-code-property): Correctly purecopy the table.
4450         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4452         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4454         * subr.el (add-hook): Purecopy strings.
4455         (eval-after-load): Purecopy load-history-regexp and the form.
4457         * custom.el (custom-declare-group): Purecopy load-file-name.
4459         * subr.el (menu-bar-separator): New defconst.
4460         * net/eudc.el (eudc-tools-menu):
4461         * international/mule-cmds.el (set-coding-system-map)
4462         (mule-menu-keymap):
4463         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4464         * vc-hooks.el (vc-menu-map):
4465         * replace.el (occur-mode-map):
4466         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4467         (menu-bar-edit-menu, menu-bar-goto-menu)
4468         (menu-bar-custom-menu, menu-bar-showhide-menu)
4469         (menu-bar-options-menu, menu-bar-tools-menu)
4470         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4471         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4472         (menu-bar-help-menu):
4473         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4474         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4476         * term/x-win.el (x-gtk-stock-map):
4477         * progmodes/vera-mode.el (auto-mode-alist):
4478         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4479         (inferior-lisp-program, inferior-lisp-load-command):
4480         * progmodes/hideshow.el (hs-special-modes-alist):
4481         * progmodes/gud.el (same-window-regexps):
4482         * progmodes/grep.el (grep-program, find-program, xargs-program):
4483         * net/telnet.el (same-window-regexps):
4484         * net/rlogin.el (same-window-regexps):
4485         * language/ethiopic.el (font-ccl-encoder-alist):
4486         * vc-sccs.el (vc-sccs-master-templates):
4487         * vc-rcs.el (vc-rcs-master-templates):
4488         * subr.el (cl-assertion-failed):
4489         * simple.el (next-error-overlay-arrow-position):
4490         * lpr.el (lpr-command):
4491         * locate.el (locate-ls-subdir-switches):
4492         * info.el (same-window-regexps, info)
4493         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4494         * image-mode.el (image-mode, auto-mode-alist):
4495         * hippie-exp.el (hippie-expand-ignore-buffers):
4496         * format.el (format-alist):
4497         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4498         (find-name-arg):
4499         * facemenu.el (facemenu-keybindings):
4500         * dired.el (dired-listing-switches, dired-chown-program):
4501         * diff.el (diff-switches, diff-command):
4502         * cus-edit.el (same-window-regexps):
4503         * bindings.el (mode-line-mule-info)
4504         (mode-line-buffer-identification): Purecopy strings.
4506 2009-11-11  Juri Linkov  <juri@jurta.org>
4508         * simple.el (dired-get-filename) <declare-function>:
4509         Tell the byte-compiler about dired-get-filename.
4510         (shell-command): In Dired mode, get filename from the current line
4511         as the default value.
4513 2009-11-10  Glenn Morris  <rgm@gnu.org>
4515         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4516         * calendar/holidays.el, progmodes/cperl-mode.el:
4517         Update x-popup-menu declarations.
4519         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4520         (list-load-path-shadows): Use dolist.
4521         (list-load-path-shadows): Use with-current-buffer.
4523 2009-11-10  Juri Linkov  <juri@jurta.org>
4525         * minibuffer.el (read-file-name): Support a list of default values
4526         in `default-filename'.  Use the first file name where only one
4527         element is required.  Doc fix.
4529 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4531         * net/dbus.el (dbus-unregister-object): Release service, if no
4532         other method is registered for it.
4534 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4536         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4537         bookmark-sort-flag is non-nil (Bug#4653).
4539 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4541         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4542         the progress reporter entirely.
4544         * emulation/cua-base.el: Add CUA property to some CC mode commands
4545         (Bug#4100).
4547 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4549         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4550         at end of sentence (Bug#4818).
4552 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4554         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4555         Handle "see declaration of" MSFT statements (Bug#4100).
4557 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4559         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4560         (tramp-advice-file-expand-wildcards): Unload via
4561         `ad-remove-advice'.
4563         * net/trampver.el: Update release number.
4565 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4567         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4568         `ad-do-it'.
4570 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4572         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4573         in order to keep context in SELinux.
4575 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4577         * dired-aux.el (dired-query): Place cursor in echo area and allow
4578         C-g.
4580         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4581         menu item if not on a directory (Bug#4701).
4583 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4585         Sync with Tramp 2.1.17.
4587         * net/tramp.el (tramp-handle-copy-directory): Don't use
4588         `file-remote-p' (due to compatibility).
4590         * net/tramp-compat.el (tramp-compat-copy-directory)
4591         (tramp-compat-delete-directory): New defuns.
4593         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4594         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4595         `tramp-compat-delete-directory'.
4597         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4598         (tramp-smb-handle-delete-directory): Use
4599         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4601         * net/trampver.el: Update release number.
4603 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4605         * tar-mode.el (tar-copy): Call write-region on the right buffer
4606         (Bug#4857).
4608         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4609         by hand, if necessary (Bug#4878).
4611 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4613         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4614         align size column (Bug#4839).
4616         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4617         statement.
4619 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4621         * progmodes/ld-script.el (auto-mode-alist):
4622         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4624         * cus-face.el (custom-declare-face): Purecopy face spec.
4626 2009-11-06  Kenichi Handa  <handa@m17n.org>
4628         * international/uni-bidi.el: Re-generated.
4629         * international/uni-category.el: Re-generated.
4630         * international/uni-combining.el: Re-generated.
4631         * international/uni-mirrored.el: Re-generated.
4633 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4635         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4636         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4637         (tex-start-options, slitex-run-command, latex-run-command)
4638         (tex-run-command, tex-directory):
4639         * textmodes/ispell.el (ispell-html-skip-alists)
4640         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4641         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4642         (adaptive-fill-regexp):
4643         * textmodes/dns-mode.el (auto-mode-alist):
4644         * progmodes/python.el (interpreter-mode-alist):
4645         * progmodes/etags.el (tags-compression-info-list):
4646         * progmodes/etags.el (tags-file-name):
4647         * net/browse-url.el (browse-url-galeon-program)
4648         (browse-url-firefox-program):
4649         * mail/sendmail.el (mail-signature-file)
4650         (mail-citation-prefix-regexp):
4651         * international/mule-conf.el (eight-bit):
4652         * international/latexenc.el (latex-inputenc-coding-alist):
4653         * international/fontset.el (x-pixel-size-width-font-regexp):
4654         * emacs-lisp/warnings.el (warning-type-format):
4655         * emacs-lisp/trace.el (trace-buffer):
4656         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4657         (emacs-lisp-mode-map):
4658         * calendar/holidays.el (holiday-solar-holidays)
4659         (holiday-bahai-holidays, holiday-islamic-holidays)
4660         (holiday-christian-holidays, holiday-hebrew-holidays)
4661         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4662         (hebrew-holidays-1, holiday-oriental-holidays)
4663         (holiday-general-holidays):
4664         * x-dnd.el (x-dnd-known-types):
4665         * tool-bar.el (tool-bar):
4666         * startup.el (site-run-file):
4667         * shell.el (shell-dumb-shell-regexp):
4668         * rfn-eshadow.el (file-name-shadow-tty-properties)
4669         (file-name-shadow-properties):
4670         * paths.el (remote-shell-program, news-directory):
4671         * mouse.el ([C-down-mouse-3]):
4672         * menu-bar.el (menu-bar-tools-menu):
4673         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4674         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4675         (jka-compr-compression-info-list):
4676         * isearch.el (search-whitespace-regexp):
4677         * image-file.el (image-file-name-extensions):
4678         * find-dired.el (find-ls-option):
4679         * files.el (directory-listing-before-filename-regexp)
4680         (directory-free-space-args, insert-directory-program)
4681         (list-directory-brief-switches, magic-fallback-mode-alist)
4682         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4683         (automount-dir-prefix):
4684         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4685         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4686         (face-font-registry-alternatives, face-font-registry-alternatives)
4687         (face-font-family-alternatives):
4688         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4689         (facemenu-foreground-menu, facemenu-face-menu):
4690         * epa-hook.el (epa-file-name-regexp):
4691         * dnd.el (dnd-protocol-alist):
4692         * textmodes/rst.el (auto-mode-alist):
4693         * button.el (default-button): Purecopy strings.
4695 2009-11-06  Glenn Morris  <rgm@gnu.org>
4697         * Makefile.in (ELCFILES): Update.
4699 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4701         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4702         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4704         * nxml/xsd-regexp.el (xsdre-gen-categories):
4705         * nxml/xmltok.el (xmltok-parse-entity):
4706         * nxml/rng-parse.el (rng-parse-validate-file):
4707         * nxml/rng-maint.el (rng-format-manual)
4708         (rng-manual-output-force-new-line):
4709         * nxml/rng-loc.el (rng-save-schema-location-1):
4710         * nxml/rng-cmpct.el (rng-c-parse-file):
4711         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4712         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4714 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4716         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4717         Remove extra save-excursions and make-variable-buffer-local's.
4718         Suggested by Stefan Monnier.
4720         (verilog-getopt-file, verilog-module-inside-filename-p)
4721         (verilog-set-define): Merge GNU 1.35 and repair changes from
4722         switching to using with-current-buffer.
4724         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4725         being treated as a number and confusing AUTORESET.
4726         Reported by Dan Dever.
4728         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4729         Add verilog-auto-ignore-concat to fix backward compatibility with
4730         older verilog-modes.  Reported by Dan Katz.
4732         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4733         containing closing anchors "...$".
4735         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4736         Reported by Wade Smith.
4738         (verilog-batch-execute-func): Comment on function usage.
4740 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4742         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4743         for labels.
4745         (verilog-label-re, verilog-calc-1): Support proper indent of named
4746         asserts.
4748         (verilog-backward-token, verilog-basic-complete-re)
4749         (verilog-beg-of-statement, verilog-indent-re): Support proper
4750         indent of the assert statement at the beginning of a block of text.
4752         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4753         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4754         tokens as begins.
4756 2009-11-05  Glenn Morris  <rgm@gnu.org>
4758         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4759         Emacs 19.  (Bug#1531)
4760         (byte-compile-fix-header): Update for the above change.
4761         Drop test for epoch::version.
4763         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4764         * cus-dep.el (custom-make-dependencies):
4765         * finder.el (finder-compile-keywords):
4766         Use autoload-rubric's feature argument.
4768         * calendar/diary-lib.el (top-level): Make load behave more like require.
4770         * vc-git.el (vc-git-stash-map): Move definition before use.
4772 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4774         * custom.el (custom-declare-group): Purecopy standard-value.
4775         (custom-declare-group): Purecopy custom-prefix.
4777         * international/mule.el (load-with-code-conversion):
4778         Call do-after-load-evaluation unconditionally.
4780         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4782 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4784         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4786 2009-11-04  Glenn Morris  <rgm@gnu.org>
4788         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4789         (byte-compile-compatibility): Remove option.
4790         (byte-compile-close-variables, byte-compile-fix-header)
4791         (byte-compile-insert-header, byte-compile-output-docform)
4792         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4793         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4794         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4795         (byte-compile-insert, byte-compile-defun):
4796         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4797         (byte-defop-compiler19): Remove.
4798         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4799         used by anything.  Replace all calls with byte-defop-compiler.
4801 2009-11-04  Juri Linkov  <juri@jurta.org>
4803         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4804         (menu-bar-options-menu): Don't quote the `prop' arg of
4805         `menu-bar-make-mm-toggle'.
4807 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4809         * calendar/calendar.el (cal-loaddefs):
4810         * calendar/diary-lib.el (diary-loaddefs):
4811         * calendar/holidays.el (hol-loaddefs):
4812         * eshell/esh-module.el (esh-groups): Load rather than require.
4814 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4816         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4817         point-min==1.
4818         (todo-top-priorities): Only display-buffer when called interactively.
4819         (todo-item-start): Don't save excursion point.
4820         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4821         (todo-insert-item-here, todo-file-item, todo-remove-item):
4822         Adjust uses of todo-item-start and todo-item-end.
4824         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4825         (autoload-rubric): Don't use any more.
4826         * cedet/semantic/fw.el (semantic/loaddefs):
4827         * cedet/srecode.el (srecode/loaddefs):
4828         * cedet/ede.el (ede/loaddefs): Load rather than require.
4829         * cedet/ede/cpp-root.el:
4830         * cedet/ede/emacs.el:
4831         * cedet/ede/files.el:
4832         * cedet/ede/linux.el:
4833         * cedet/ede/locate.el:
4834         * cedet/ede/make.el:
4835         * cedet/ede/shell.el:
4836         * cedet/ede/speedbar.el:
4837         * cedet/ede/system.el:
4838         * cedet/ede/util.el:
4839         * cedet/semantic/analyze.el:
4840         * cedet/semantic/bovine.el:
4841         * cedet/semantic/complete.el:
4842         * cedet/semantic/ctxt.el:
4843         * cedet/semantic/db-file.el:
4844         * cedet/semantic/db-find.el:
4845         * cedet/semantic/db-global.el:
4846         * cedet/semantic/db-mode.el:
4847         * cedet/semantic/db-typecache.el:
4848         * cedet/semantic/db.el:
4849         * cedet/semantic/debug.el:
4850         * cedet/semantic/dep.el:
4851         * cedet/semantic/doc.el:
4852         * cedet/semantic/edit.el:
4853         * cedet/semantic/find.el:
4854         * cedet/semantic/format.el:
4855         * cedet/semantic/html.el:
4856         * cedet/semantic/ia-sb.el:
4857         * cedet/semantic/ia.el:
4858         * cedet/semantic/idle.el:
4859         * cedet/semantic/lex-spp.el:
4860         * cedet/semantic/lex.el:
4861         * cedet/semantic/mru-bookmark.el:
4862         * cedet/semantic/scope.el:
4863         * cedet/semantic/senator.el:
4864         * cedet/semantic/sort.el:
4865         * cedet/semantic/symref.el:
4866         * cedet/semantic/tag-file.el:
4867         * cedet/semantic/tag-ls.el:
4868         * cedet/semantic/tag-write.el:
4869         * cedet/semantic/tag.el:
4870         * cedet/semantic/util-modes.el:
4871         * cedet/semantic/analyze/complete.el:
4872         * cedet/semantic/analyze/refs.el:
4873         * cedet/semantic/bovine/c.el:
4874         * cedet/semantic/bovine/gcc.el:
4875         * cedet/semantic/bovine/make.el:
4876         * cedet/semantic/bovine/scm.el:
4877         * cedet/semantic/decorate/include.el:
4878         * cedet/semantic/decorate/mode.el:
4879         * cedet/semantic/symref/cscope.el:
4880         * cedet/semantic/symref/global.el:
4881         * cedet/semantic/symref/grep.el:
4882         * cedet/semantic/symref/idutils.el:
4883         * cedet/semantic/symref/list.el:
4884         * cedet/semantic/wisent/java-tags.el:
4885         * cedet/semantic/wisent/javascript.el:
4886         * cedet/srecode/compile.el:
4887         * cedet/srecode/cpp.el:
4888         * cedet/srecode/document.el:
4889         * cedet/srecode/el.el:
4890         * cedet/srecode/expandproto.el:
4891         * cedet/srecode/getset.el:
4892         * cedet/srecode/insert.el:
4893         * cedet/srecode/java.el:
4894         * cedet/srecode/map.el:
4895         * cedet/srecode/mode.el:
4896         * cedet/srecode/template.el:
4897         * cedet/srecode/texi.el: Remove the file-local setting of
4898         generated-autoload-feature.
4900         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4901         and only put a prop if it is non-nil.
4903 2009-11-03  Juri Linkov  <juri@jurta.org>
4905         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4906         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4908         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4909         and "Menu" to make top-level menu item visually one unit (like
4910         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4911         multi-word menu items).  Fix :help string for quit-window.
4913 2009-11-03  Glenn Morris  <rgm@gnu.org>
4915         * cedet/mode-local.el (with-mode-local): Doc fix.
4917         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4918         (byte-compile-file-form-define-abbrev-table)
4919         (byte-compile-file-form-custom-declare-variable)
4920         (byte-compile-variable-ref, byte-compile-defvar):
4921         Whether or not a warning is enabled should only affect whether we issue
4922         the warning, not whether or not we collect the relevant data.
4923         Eg warnings can be turned on and off throughout the course of a file.
4925         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4926         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4928 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4930         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4931         * play/mpuz.el (mpuz-create-buffer):
4932         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4933         (lm-print-y,s,noise, lm-print-w0, lm-init):
4934         * play/gomoku.el (gomoku-prompt-for-move):
4935         * play/fortune.el (fortune-in-buffer):
4936         * play/dissociate.el (dissociated-press):
4937         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4938         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4939         * mail/supercite.el (sc-eref-show):
4940         * mail/smtpmail.el (smtpmail-send-it):
4941         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4942         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4943         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4944         (rmail-summary-goto-msg, rmail-summary-expunge)
4945         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4946         (rmail-summary-add-label, rmail-summary-output-menu)
4947         (rmail-summary-output-body):
4948         * mail/rfc822.el (rfc822-addresses):
4949         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4950         * mail/mailpost.el (post-mail-send-it):
4951         * mail/hashcash.el (hashcash-generate-payment):
4952         * mail/feedmail.el (feedmail-run-the-queue)
4953         (feedmail-queue-send-edit-prompt-help-first)
4954         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4955         (feedmail-deduce-address-list):
4956         * eshell/esh-ext.el (eshell-remote-command):
4957         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4958         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4959         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4960         (viper-save-string-in-file, viper-valid-marker):
4961         * emulation/viper-keym.el (viper-toggle-key):
4962         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4963         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4964         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4965         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4966         (viper-exec-form-in-emacs, viper-brac-function):
4967         * emulation/viper.el (viper-delocalize-var):
4968         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4969         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4970         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4971         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4972         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4973         * emulation/edt.el (edt-electric-helpify):
4974         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4975         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4976         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4977         (cua-indent-to-global-mark-column):
4978         * calendar/diary-lib.el (calendar-mark-1):
4979         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4980         Use with-current-buffer.
4981         * emulation/viper.el (viper-delocalize-var): Use dolist.
4983 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4985         * comint.el (comint-replace-by-expanded-history-before-point):
4986         Replace !! with the previous input string literally (Bug#1795).
4988 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4990         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4991         to be made up of whitespace.
4993 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4995         * minibuffer.el (read-file-name): Don't use file dialogs for
4996         remote directories (Bug#99).
4998 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
5000         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
5002 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
5004         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
5005         instead of deleting the window or frame.
5007 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5009         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
5010         Support face colors.
5012         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
5013         New function.  Support face colors (Bug#1168).
5014         (tex-common-initialization): Use it.
5016         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
5017         mode allows it (Bug#1168).
5019 2009-10-31  Juri Linkov  <juri@jurta.org>
5021         * facemenu.el (list-colors-display): Don't mark buffer as
5022         modified (Bug#3948).
5024 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
5026         * international/mule-diag.el (list-character-sets-1): Minor
5027         message fix (Bug#3526).
5029         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
5030         face property (Bug#4834).
5031         (etags-list-tags, etags-tags-apropos-additional)
5032         (etags-tags-apropos, tags-select-tags-table): Add follow-link
5033         property.
5035         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
5036         items.
5038         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5039         items.
5041         * cedet/ede.el (ede-minor-mode):
5042         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5044 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5046         * textmodes/two-column.el (2C-split):
5047         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5048         * textmodes/tex-mode.el (tex-set-buffer-directory):
5049         * textmodes/spell.el (spell-region, spell-string):
5050         * textmodes/reftex.el (reftex-erase-buffer):
5051         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5052         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5053         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5054         (reftex-select-item):
5055         * textmodes/reftex-ref.el (reftex-label-info-update)
5056         (reftex-offer-label-menu):
5057         * textmodes/reftex-index.el (reftex-index-change-entry)
5058         (reftex-index-phrases-info):
5059         * textmodes/reftex-global.el (reftex-create-tags-file)
5060         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5061         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5062         (reftex-view-crossref-from-bibtex):
5063         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5064         (reftex-extract-bib-entries-from-thebibliography)
5065         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5066         * textmodes/refbib.el (r2b-capitalize-title):
5067         (r2b-convert-buffer, r2b-help):
5068         * textmodes/page-ext.el (pages-directory)
5069         (pages-directory-goto-with-mouse):
5070         * textmodes/bibtex.el (bibtex-validate-globally):
5071         * textmodes/bib-mode.el (bib-capitalize-title):
5072         * textmodes/artist.el (artist-clear-buffer, artist-system):
5073         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5074         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5075         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5076         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5077         (xscheme-send-control-g-interrupt, xscheme-start-process)
5078         (xscheme-process-sentinel, xscheme-cd):
5079         * progmodes/verilog-mode.el (verilog-read-always-signals)
5080         (verilog-set-define, verilog-getopt-file)
5081         (verilog-module-inside-filename-p):
5082         * progmodes/sh-script.el:
5083         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5084         (python-pdbtrack-grub-for-buffer, python-execute-file):
5085         * progmodes/octave-inf.el (inferior-octave):
5086         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5087         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5088         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5089         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5090         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5091         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5092         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5093         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5094         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5095         (idlwave-shell-examine-display, idlwave-shell-run-region)
5096         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5097         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5098         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5099         (idlwave-help-get-help-buffer):
5100         * progmodes/gud.el (gud-basic-call, gud-find-class)
5101         (gud-tooltip-activate-mouse-motions-if-enabled):
5102         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5103         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5104         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5105         (ebrowse-tags-next-file):
5106         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5107         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5108         (ebnf-eps-finish-and-write):
5109         * progmodes/cpp.el (cpp-edit-save):
5110         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5111         * progmodes/cc-defs.el (c-emacs-features):
5112         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5113         (antlr-directory-dependencies):
5114         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5115         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5116         (ada-find-any-references, ada-make-filename-from-adaname)
5117         (ada-make-body-gnatstub):
5118         * obsolete/rnews.el (news-list-news-groups):
5119         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5120         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5121         * net/rcirc.el (rcirc-debug):
5122         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5123         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5124         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5125         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5126         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5127         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5128         (newsticker--treeview-list-clear-highlight)
5129         (newsticker--treeview-list-update-highlight)
5130         (newsticker--treeview-list-highlight-start)
5131         (newsticker--treeview-tree-update-highlight)
5132         (newsticker--treeview-get-selected-item)
5133         (newsticker-treeview-mark-list-items-old)
5134         (newsticker--treeview-set-current-node):
5135         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5136         * net/newst-backend.el (newsticker--get-news-by-funcall)
5137         (newsticker--get-news-by-wget, newsticker--image-get)
5138         (newsticker--image-sentinel):
5139         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5140         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5141         (eudc-ph-close-session):
5142         * net/eudc.el (eudc-save-options):
5143         * language/thai-word.el (thai-update-word-table):
5144         * language/japan-util.el (japanese-string-conversion):
5145         * international/titdic-cnv.el (tsang-quick-converter)
5146         (ziranma-converter, ctlau-converter):
5147         * international/mule-cmds.el (describe-language-environment):
5148         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5149         (skkdic-convert-postfix, skkdic-convert-prefix):
5150         (skkdic-convert-okuri-nasi, skkdic-convert):
5151         * emacs-lisp/re-builder.el (reb-update-overlays):
5152         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5153         * emacs-lisp/gulp.el (gulp-send-requests):
5154         * emacs-lisp/find-gc.el (trace-call-tree):
5155         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5156         (eieio-describe-generic):
5157         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5158         * emacs-lisp/edebug.el (edebug-outside-excursion):
5159         * emacs-lisp/debug.el (debugger-make-xrefs):
5160         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5161         * emacs-lisp/chart.el (chart-new-buffer):
5162         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5163         Use with-current-buffer.
5164         * textmodes/artist.el (artist-system): Don't call
5165         copy-sequence on a fresh string.
5166         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5168 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5170         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5171         is no item to edit.  (Bug#4820)
5172         (todo-top-priorities): Restore point and restore narrowing in Todo
5173         buffer.  (Bug#4820)
5175 2009-10-31  Glenn Morris  <rgm@gnu.org>
5177         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5178         (comint-last-output-start, comint-last-input-start)
5179         (comint-last-input-end): Don't defvar when compiling.
5180         (ange-ftp-process-file): Use bound-and-true-p.
5182         * pcmpl-rpm.el (top-level): Move provide statement to end.
5183         (pcmpl-rpm): Remove unused custom group.
5185         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5187         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5189         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5190         (byte-compile-warnings): Add `constants' as an option.
5191         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5192         (display-call-tree): Update for byte-compile-fdefinition possibly
5193         returning `(macro lambda ...)'.  (Bug#4778)
5194         (byte-compile-variable-ref, byte-compile-setq-default):
5195         Respect `constants' member of byte-compile-warnings.
5197         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5198         Use mapc rather than mapcar because the return value is never used.
5200         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5201         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5202         * cedet/semantic/html.el:
5203         Suppress harmless warnings about setting up semantic-imenu (not
5204         part of Emacs) variables.
5206 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5208         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5209         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5210         to "submit:".
5212         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5213         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5214         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5215         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5216         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5217         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5218         (semantic-analyzer-debug-global-symbol)
5219         (semantic-analyzer-debug-missing-innertype)
5220         (semantic-analyzer-debug-insert-include-summary):
5221         * cedet/semantic/util.el (semantic-file-tag-table):
5222         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5223         (semantic-recursive-find-nonterminal-by-name):
5224         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5225         * cedet/semantic/tag-file.el (semantic-prototype-file):
5226         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5227         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5228         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5229         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5230         (semantic-idle-summary-maybe-highlight):
5231         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5232         (semantic-ia-sb-tag-info):
5233         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5234         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5235         * cedet/semantic/ede-grammar.el (project-compile-target):
5236         (ede-proj-makefile-insert-variables):
5237         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5238         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5239         (semantic-debug-mode, semantic-debug):
5240         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5241         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5242         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5243         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5244         (semanticdb-find-translate-path-includes--internal)
5245         (semanticdb-reset-log, semanticdb-find-log-activity):
5246         * cedet/semantic/db-file.el (object-write):
5247         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5248         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5249         (semanticdb-create-ebrowse-database):
5250         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5251         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5252         (semantic-collector-calculate-completions-raw)
5253         (semantic-complete-read-tag-analyzer):
5254         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5255         * cedet/ede/util.el (ede-update-version-in-source):
5256         * cedet/ede/proj.el (project-delete-target):
5257         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5258         (ede-proj-flush-autoconf):
5259         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5260         (ede-proj-configure-synchronize):
5261         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5262         * cedet/ede/linux.el (ede-linux-version):
5263         * cedet/ede/emacs.el (ede-emacs-version):
5264         * cedet/ede/dired.el (ede-dired-add-to-target):
5265         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5266         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5267         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5268         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5269         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5270         (cedet-idutils-version-check):
5271         * cedet/cedet-global.el (cedet-gnu-global-call):
5272         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5273         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5274         * cedet/cedet-cscope.el (cedet-cscope-call)
5275         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5276         Use with-current-buffer.
5277         * cedet/ede.el (ede-make-project-local-variable)
5278         (ede-set-project-variables, ede-set): Use dolist.
5280 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5282         * textmodes/ispell.el (ispell-skip-region-alist):
5283         * international/mule-conf.el (eight-bit):
5284         * international/fontset.el (font-encoding-alist):
5285         * startup.el (pure-space-overflow-message):
5286         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5287         * paths.el (gnus-nntp-service, rmail-spool-directory)
5288         (term-file-prefix):
5289         * files.el (save-some-buffers-action-alist):
5290         * cmuscheme.el (same-window-buffer-names):
5291         * ielm.el (same-window-buffer-names):
5292         * shell.el (same-window-buffer-names):
5293         * mail/sendmail.el (same-window-buffer-names):
5294         * progmodes/inf-lisp.el (same-window-buffer-names):
5295         * bindings.el (mode-line-client)
5296         (mode-line-column-line-number-mode-map):
5297         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5298         (tibetan-precomposed-regexp): Purecopy string arguments.
5300 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5303         (calcDigit-nondigit):
5304         * calc/calc-yank.el (calc-copy-to-buffer):
5305         * calc/calc-units.el (calc-invalidate-units-table):
5306         * calc/calc-trail.el (calc-trail-yank):
5307         * calc/calc-store.el (calc-insert-variables):
5308         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5309         * calc/calc-prog.el (calc-read-parse-table):
5310         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5311         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5312         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5313         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5314         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5315         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5316         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5317         * calc/calc-ext.el (calc-realign):
5318         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5319         (calc-embedded-finish-edit, calc-embedded-make-info)
5320         (calc-embedded-finish-command, calc-embedded-stack-change):
5321         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5323         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5324         (overload-docstring-extension): Use that info.
5325         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5326         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5327         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5328         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5329         (semantic-nonterminal-full-name): Add the new `when' info.
5330         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5331         `assert'.
5333         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5334         shell-dynamic-complete-filename in preference to
5335         comint-dynamic-complete-filename.
5337         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5338         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5339         Don't consider whether the display supports colors.
5340         (bookmark-import-new-list): Use dolist.
5341         (bookmark-bmenu-mode-map): Move initialization into declaration.
5342         (bookmark-bmenu-list): Use dolist, simplify.
5343         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5344         (menu-bar-final-items): Use push.
5346 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5348         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5349         it works on remote files.
5350         (vc-hg-diff): Don't pass any `--cwd' argument.
5352 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5354         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5355         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5356         (Further to Bug#3921).
5358 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5360         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5361         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5362         calling `tramp-imap-put-file'.  Add file size to the call.
5363         (tramp-imap-get-file-entries): Compute also user name, file size,
5364         and date.
5365         (tramp-imap-handle-insert-directory): Insert uid and gid.
5366         (tramp-imap-handle-file-attributes): Transform uid and gid
5367         according to `id-format'.
5368         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5369         size in header X-Size.
5371 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5373         * simple.el (transpose-subr): Give clearer error when the mark
5374         is not set.  (Bug#4807)
5376 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5378         * net/tramp.el (tramp-perl-file-truename): New defconst.
5379         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5380         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5381         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5382         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5384         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5385         Ignore `dired-call-process'.
5386         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5388 2009-10-26  Julian Scheid  <julians37@gmail.com>
5390         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5391         (tramp-get-remote-readlink): New defun.
5392         (tramp-handle-file-truename): Use it.
5393         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5394         file exists if cache value present.
5395         (tramp-check-cached-permissions): New defun.
5396         (tramp-handle-file-readable-p): Use it.
5397         (tramp-handle-file-writable-p): Likewise.
5398         (tramp-handle-file-executable-p): Likewise.
5399         (tramp-handle-file-name-all-completions): Try using Perl to get
5400         partial completions.  When perl not available, combine `cd' and
5401         `ls' into single remote operation and use shell expansion to get
5402         partial remote directory contents.  Set `file-exists-p' cache for
5403         directory and any files returned by ls.  Change cache handling to
5404         support partial directory contents.  Use error message emitted by
5405         remote `cd' or Perl code for local tramp-error.
5406         (tramp-do-copy-or-rename-file-directly): Avoid separate
5407         tramp-send-command-and-check call.
5408         (tramp-handle-process-file): Merge three remote ops into one.
5409         Do not flush all caches when `process-file-side-effects' is set.
5410         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5411         file-attributes shows uid/gid to be set already.
5413 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5415         * textmodes/tex-mode.el (tex-dvi-view-command)
5416         (tex-show-queue-command, tex-open-quote):
5417         * progmodes/ruby-mode.el (auto-mode-alist)
5418         (interpreter-mode-alist): Purecopy strings.
5420         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5422         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5423         string for the hook, keymap and abbrev table.
5425         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5427         * x-dnd.el (x-dnd-xdnd-to-action):
5428         * startup.el (fancy-startup-text, fancy-about-text): Change to
5429         defconst from defvar.
5431         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5433         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5434         Purecopy initialization strings.
5436         * mail/sendmail.el (mail-header-separator)
5437         (mail-personal-alias-file):
5438         * mail/rmail.el (rmail-default-dont-reply-to-names)
5439         (rmail-ignored-headers, rmail-retry-ignored-headers)
5440         (rmail-highlighted-headers, rmail-secondary-file-directory)
5441         (rmail-secondary-file-regexp):
5442         * files.el (null-device, file-name-invalid-regexp)
5443         (locate-dominating-stop-dir-regexp)
5444         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5445         (interpreter-mode-alist): Use mapcar instead of mapc.
5447         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5449         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5450         (completion-ignored-extensions):
5451         (debug-ignored-errors): Purecopy strings.
5453 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5455         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5456         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5457         (pcomplete--here): Use push.
5459         * subr.el (all-completions): Declare the 4th arg obsolete.
5461 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5463         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5464         (pcomplete-unquote-argument): New function.
5465         (pcomplete--common-suffix): Always pay attention to case.
5466         (pcomplete--table-subvert): Quote and unquote the text.
5467         (pcomplete--common-quoted-suffix): New function.
5468         (pcomplete-std-complete): Use it and pcomplete-begin.
5470         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5471         we're inside a dedicated or minibuffer window.
5473 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5475         * cedet/semantic/fw.el (semantic-alias-obsolete)
5476         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5477         (define-mode-overload-implementation):
5478         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5479         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5480         * cedet/semantic/util.el (semantic-file-token-stream)
5481         (semantic-something-to-stream):
5482         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5483         (semantic-expand-nonterminal):
5484         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5485         (semantic-find-dependency, semantic-find-nonterminal)
5486         (semantic-find-dependency):
5487         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5488         (semantic-flex-text, semantic-flex-make-keyword-table)
5489         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5490         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5491         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5492         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5493         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5494         (semantic-after-idle-scheduler-reparse-hooks):
5495         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5496         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5497         * cedet/semantic.el (semantic-toplevel-bovine-table)
5498         (semantic-toplevel-bovine-cache)
5499         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5500         (semantic-init-mode-hooks, semantic-init-db-hooks)
5501         (semantic-bovination-working-type): Provide the `when' arg.
5503 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5505         * bookmark.el: Update documentation, especially documentation
5506         of `bookmark-alist' and of the bookmark file format.
5507         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5509 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5511         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5512         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5513         window to buffer.
5515         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5516         (global-whitespace-mode, global-whitespace-newline-mode)
5517         (whitespace-toggle-options, global-whitespace-toggle-options):
5518         Doc fix (Bug#3660).
5520         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5521         of xmltok-start before the end tag was inserted (Bug#2840).
5523         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5524         patterns that are preceded by an open-paren (Bug#1320).
5526 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5528         * files.el (delete-directory): Delete symlinks to directories with
5529         delete-file (Bug#4739).
5531 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5533         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5534         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5535         argument to make-obsolete.
5537         * cedet/semantic/fw.el (semantic-alias-obsolete)
5538         (semantic-varalias-obsolete): Add optional WHEN argument.
5540 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5542         * vc.el (vc-backend-for-registration): Rename from
5543         vc-get-backend-for-registration.  Update callers.
5545         * international/mule-cmds.el (set-language-info-alist):
5546         Purecopy lang-env.
5547         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5548         (charset): Purecopy the name.
5549         (define-char-code-property): Purecopy string arguments.
5551         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5552         Purecopy string arguments.
5554         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5555         * ediff-hook.el (menu-bar-ediff-menu):
5556         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5557         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5559 2009-10-24  Glenn Morris  <rgm@gnu.org>
5561         * comint.el (comint-dynamic-list-completions):
5562         * term.el (term-dynamic-list-completions): Use choose-completion rather
5563         than obsolete alias mouse-choose-completion.
5565         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5566         file-cache-choose-completion.
5567         (file-cache-choose-completion): Handle an optional event argument.
5568         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5570         * progmodes/octave-mod.el (octave-complete-symbol):
5571         Use choose-completion if mouse-choose-completion is ever removed.
5573         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5574         use.
5576         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5577         compiler.
5579         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5581 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5583         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5584         Ignore `pred' now that we receive one.
5585         Handle test-completion specially.
5587 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5589         * vc.el (vc-responsible-backend): Throw an error if not backend is
5590         found.  Remove the REGISTER argument.  Move the code dealing with
5591         REGISTER ...
5592         (vc-get-backend-for-registration): ... here.  New function.
5593         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5594         of vc-responsible-backend, pass the file name instead of the
5595         directory name.
5597 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5600         New funs.
5601         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5602         (pcomplete-comint-setup): Don't modify a global var via
5603         accidental side-effects.
5604         (pcomplete-shell-setup): Adjust call accordingly.
5605         (pcomplete-parse-comint-arguments): Use push.
5607 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5609         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5610         Allow uncapitalized info node names (Bug#3921).
5612         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5613         to the DEBUG file (Bug#3781).
5615 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5617         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5618         dictionary entry (Bug#4579).
5620 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5622         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5623         from `rfn-eshadow-update-overlay-hook' when unloading.
5624         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5625         "rsyncc".  Adjust doc string.
5626         (tramp-temp-buffer-file-name): New buffer-local defvar.
5627         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5628         Keep temporary file when indicated by method ("rsync" and
5629         "rsyncc").
5630         (tramp-handle-write-region): Handle APPEND.
5631         (tramp-delete-temp-file-function): New defun.  Added to
5632         `kill-buffer-hook'.
5634 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5636         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5638 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5640         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5641         (color-name-rgb-alist, tty-standard-colors)
5642         (tty-color-mode-alist): Change to defconst.
5644         * simple.el (mark-inactive): Purecopy message.
5646         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5647         (global-map, yank-menu):
5648         * textmodes/ispell.el (ispell-menu-map):
5649         * net/eudc.el (eudc-tools-menu):
5650         * international/mule-cmds.el (describe-language-environment-map)
5651         (setup-language-environment-map, set-coding-system-map)
5652         (mule-menu-keymap):
5653         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5654         * replace.el (occur-mode-map):
5655         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5657 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5659         * calc/calc.el (math-read-number, math-read-number-simple): Use
5660         `save-match-data'.
5662 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5664         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5665         rather than fiddling with global-map bindings, since it should only
5666         affect per-terminal settings.
5667         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5669         * minibuffer.el (completion-table-with-terminator): Allow to specify
5670         the terminator-regexp.
5672         * simple.el (switch-to-completions): Look for *Completions* in other
5673         frames as well.
5675         * pcomplete.el: Allow the use of completion-tables.
5676         (pcomplete-std-complete): New command.
5677         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5678         (pcomplete--here): Use a function for `form' rather than an expression,
5679         so it can be byte-compiled.
5680         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5681         Add edebug declaration.
5682         (pcomplete-show-completions): Remove unused var `curbuf'.
5683         (pcomplete-do-complete, pcomplete-stub):
5684         Don't assume `completions' is a list of strings any more.
5686 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5688         * find-dired.el (find-name-arg): Fix typo in docstring.
5690 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5693         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5695         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5696         pcomplete-entries.
5698         * comint.el (comint-read-input-ring, comint-write-input-ring)
5699         (comint-substitute-in-file-name)
5700         (comint-dynamic-complete-as-filename)
5701         (comint-dynamic-simple-complete)
5702         (comint-dynamic-list-filename-completions)
5703         (comint-dynamic-list-completions)
5704         (comint-redirect-results-list-from-process): Minor simplifications.
5706 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5708         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5709         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5710         the first form.  And insert a blank line after ";;; Code" since
5711         that's usual style.  (Bug#4612)
5713         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5715 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * minibuffer.el (completion-table-with-terminator): Properly implement
5718         boundaries, in case `terminator' appears in the suffix.
5719         (completion--embedded-envvar-table): Don't return boundaries if
5720         there's no valid completion.  Simplify.
5721         (completion-file-name-table): New completion table extracted from
5722         completion--file-name-table.
5723         (completion--file-name-table): Use it.
5724         (read-file-name-predicate): Declare obsolete.
5725         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5726         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5727         completion-file-name-table, and use the `pred' argument.
5728         * files.el (locate-file-completion-table): Use the `pred' arg rather
5729         than read-file-name-predicate.
5730         (abbreviate-file-name): Use \` rather than ^ for BOS.
5732 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5734         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5735         vc-responsible-backend to register, it causes problems.
5737 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5739         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5741 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5743         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5744         (semantic-c-debug-mode-init-pch): New functions.
5745         (semantic-c-debug-mode-init-last-mode): New var.
5746         (semantic-c-parse-lexical-token): Use them.
5748         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5749         When extracting the argument list, limit only by point-max.
5751 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5753         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5754         (tramp-smb-handle-file-attributes): Use it.
5755         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5756         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5757         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5758         Add `dired-filename' text properties.
5759         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5760         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5761         version.
5763 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5765         * subr.el (read-key-delay): Reduce to 0.01.
5766         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5767         (bug#4751).
5769 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5771         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5773         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5774         (Info-menu): Remove unused vars `last' and `completions'.
5775         (Info-index-nodes): Remove unused var `node'.
5777         * info.el (Info-complete-menu-item): Use complete-with-action.
5779 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5781         Make vc-annotate work through copies and renames.
5782         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5783         Return the file name too.
5784         (vc-annotate-revision-at-line)
5785         (vc-annotate-find-revision-at-line)
5786         (vc-annotate-revision-previous-to-line)
5787         (vc-annotate-show-log-revision-at-line): Update to get the file
5788         name from vc-annotate-extract-revision-at-line.
5789         (vc-annotate-show-diff-revision-at-line-internal): Change the
5790         argument to mean whether to show a file diff or not.  Get the file
5791         name from vc-annotate-extract-revision-at-line.
5792         (vc-annotate-show-diff-revision-at-line):
5793         Update vc-annotate-show-diff-revision-at-line call.
5794         (vc-annotate-warp-revision): Add an optional file argument.
5796         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5797         (vc-git-annotate-extract-revision-at-line): Also return the file
5798         name if found.
5800         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5801         command.  Remove unused code.
5802         (vc-hg-annotate-re): Update to match --follow output.
5803         (vc-hg-annotate-extract-revision-at-line): Also return the file
5804         name if found.
5806         * vc.el: Update annotate-extract-revision-at-line documentation.
5808 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5810         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5811         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5813         * net/browse-url.el (browse-url): Identify alist with "consp and
5814         not functionp" and let all other things go down the `apply' leg,
5815         as suggested by Stefan.  (Further to bug#4531.)
5817 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5819         * minibuffer.el (read-file-name): Check for repeat before putting
5820         a default argument in file-name-history (Bug#4657).
5822         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5823         read syntax (Bug#4737).
5825         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5827 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5829         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5830         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5831         entries and make note of obsolete tags.
5833 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5835         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5837 2009-10-18  Glenn Morris  <rgm@gnu.org>
5839         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5840         grep, so that binary files (eg international/uni-bidi.el) can match.
5841         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5842         now, and in any case the file header format has changed.
5844 2009-10-17  Glenn Morris  <rgm@gnu.org>
5846         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5847         (flyspell-get-word, flyspell-large-region)
5848         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5850 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5852         * Makefile.in (ELCFILES): Add ede/shell.
5854 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5856         * term/common-win.el (x-colors): Purecopy it.
5858 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5861         permissive for when the buffer is empty.
5862         (tar-header-block-tokenize): Decode the username and groupname.
5863         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5865 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5867         * cedet/srecode/srt.el:
5868         * cedet/srecode/compile.el:
5869         * cedet/semantic/mru-bookmark.el:
5870         * cedet/semantic/debug.el:
5871         * cedet/semantic/complete.el:
5872         * cedet/semantic/analyze.el: Require CL when compiling.
5874 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5876         * cedet/semantic/scope.el
5877         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5878         tmpscope so that the regular scope will continue to work.
5880         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5881         Use semantic-idle-summary-highlight-face as the highlighting.
5883         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5884         contains multibyte characters, choose first applicable coding
5885         system automatically.
5887         * cedet/ede/project-am.el (project-run-target): New method.
5888         (project-run-target): New method.
5890         * cedet/ede.el (ede-target): Add run target menu item.
5891         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5892         (ede-run-target): New function.
5893         (ede-target::project-run-target): New method.
5895         * cedet/ede/proj.el (project-run-target): New method.
5897         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5898         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5899         Add :rules.
5900         (ede-proj-target-makefile-shared-object): Only libtool compilers
5901         now available.  Add linkers for libtool.
5902         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5903         (ede-proj-makefile-target-name): Always use .la extension.
5905         * cedet/ede/proj-prog.el (project-run-target): New method.
5907         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5908         (ede-g++-linker): Change Change link lines.
5910         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5911         When searching for old variables, go to the end of the buffer and
5912         search backward from there.
5913         (ede-proj-makefile-automake-insert-subdirs)
5914         (ede-proj-makefile-automake-insert-extradist): New methods.
5915         (ede-proj-makefile-create): Use them.
5917         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5918         Force FILE to expand to the current target.  Use file-exists-p to
5919         check that it exists.
5921         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5922         (ede-linux-load): Wrap dir in file-name-as-directory.
5923         Set :version slot.
5925         * cedet/ede/files.el (ede-get-locator-object): When enabling
5926         locate, do so on "top".
5928         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5929         file-name-as-directory during compare.
5930         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5931         Get version number from different places.  Don't call egrep.
5932         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5933         to set the directory.
5935         * cedet/ede/shell.el: New file.
5937         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5938         alpha/beta variants.
5940 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5942         * international/mule-cmds.el (select-safe-coding-system): If the file
5943         has a coding cookie, use it regardless of any other setting (bug#4712).
5945 2009-10-17  Glenn Morris  <rgm@gnu.org>
5947         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5948         All errors should have messages.
5950         * foldout.el (foldout-mouse-swallow-events):
5951         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5953         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5954         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5955         (dired-keep-marker-symlink, dired-dwim-target)
5956         (dired-copy-preserve-time): Do not autoload these defcustoms.
5958         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5959         messages from messing up the file coding.  (Bug#4623)
5961 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5963         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5964         if no match is found for the current dictionary.  (Bug#4578)
5966         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5967         optional, since that is how it is documented, and this is often called
5968         with a nil argument.  (Bug#4577)
5969         (flyspell-external-point-words, flyspell-auto-correct-word)
5970         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5971         (flyspell-word-search-backward): Remove nil argument in calls to
5972         flyspell-get-word, since it is not needed now.
5974 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5976         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5978 2009-10-16  Glenn Morris  <rgm@gnu.org>
5980         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5982 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5984         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5985         (ange-ftp-file-size): New function.
5986         (ange-ftp-file-attributes): Use it.
5988 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5990         * net/tramp-smb.el (tramp-smb-version): New defvar.
5991         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5992         repeated checks.
5994 2009-10-16  Glenn Morris  <rgm@gnu.org>
5996         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5997         Maybe copy some custom properties from old to new name.  (Bug#4706)
5999 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
6001         * subr.el (error, sit-for, start-process-shell-command)
6002         (start-file-process-shell-command): Set the calling convention
6003         after the function definition.
6005 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6007         * subr.el (error, sit-for, start-process-shell-command)
6008         (start-file-process-shell-command): Use the new
6009         set-advertised-calling-convention feature.
6011 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
6013         * international/ucs-normalize.el (ucs-normalize-version):
6014         Change to 1.2.
6015         (check-range): Adjust for Unicode 5.2.
6017 2009-10-15  Juri Linkov  <juri@jurta.org>
6019         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
6020         to the `menu-item' format.
6022 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
6024         * net/tramp.el (tramp-replace-environment-variables): Do not fail
6025         if the environment variable does not exist.
6027         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6028         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
6029         parameter.
6030         (tramp-smb-handle-add-name-to-file)
6031         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6032         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6033         (tramp-smb-handle-file-attributes)
6034         (tramp-smb-do-file-attributes-with-stat)
6035         (tramp-smb-handle-file-local-copy)
6036         (tramp-smb-handle-insert-directory)
6037         (tramp-smb-handle-make-directory)
6038         (tramp-smb-handle-make-directory-internal)
6039         (tramp-smb-handle-make-symbolic-link)
6040         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6041         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6042         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6043         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6044         Handle long file names.
6045         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6046         process is running.
6047         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6048         Read share names with "-g" option.
6050 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6052         * net/rcirc.el (rcirc-view-log-file): New command.
6053         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6054         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6055         specified.
6057 2009-10-15  Glenn Morris  <rgm@gnu.org>
6059         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6060         from the second command-line argument.
6061         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6062         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6063         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6064         w32-batch-update-autoloads.
6065         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6066         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6068         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6069         the headers cannot be located.  Simplify, subtracting superflous
6070         save-excursions.
6072 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6074         Replace completion-base-size by completion-base-position to fix bugs
6075         such as (bug#4699).
6076         * simple.el (completion-base-position): New var.
6077         (completion-base-size): Mark as obsolete.
6078         (choose-completion): Make it work for mouse events as well.
6079         Pass the new base-position to choose-completion-string.
6080         (choose-completion-guess-base-position): New function, extracted from
6081         choose-completion-delete-max-match.
6082         (choose-completion-delete-max-match): Use it.  Make obsolete.
6083         (choose-completion-string): Use the new base-position info.
6084         (completion-root-regexp): Delete.
6085         (completion-setup-function): Preserve completion-base-position.
6086         Eliminate obsolete base-size manipulation.
6087         * minibuffer.el (display-completion-list): Don't mess with base-size.
6088         (minibuffer-completion-help): Set completion-base-position instead.
6089         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6090         choose-completion.
6091         * textmodes/bibtex.el (bibtex-complete):
6092         * emacs-lisp/crm.el (crm--choose-completion-string):
6093         Adjust to new calling convention.
6094         * complete.el (partial-completion-mode): Use minibufferp to avoid
6095         bumping into incompatible change to choose-completion-string-functions.
6096         * ido.el (ido-choose-completion-string): Make its calling convention
6097         more permissive.
6098         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6099         base-size manipulation.
6100         (comint-dynamic-list-input-ring): Use dotimes and push.
6101         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6102         fundamental-mode.  Use `or'.
6104 2009-10-14  Juri Linkov  <juri@jurta.org>
6106         * misearch.el (multi-isearch-next-buffer-from-list)
6107         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6109 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6111         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6112         `bytecomp.el'.
6114         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6115         string we return is all made up of text from the completions rather
6116         than part from the completions and part from the input (bug#4219).
6118         * ido.el (ido-everywhere): Use define-minor-mode.
6120         * buff-menu.el (list-buffers, ctl-x-map):
6121         Mark the entry points with ;;;###autoload cookies.
6123 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6125         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6126         correctly in the detached head case.
6127         (vc-git-print-log): Remove unused binding.
6129         * vc.el (vc-responsible-backend): When a directory is passed for
6130         for registration create a VC repository if no backend is
6131         responsible for the directory argument.
6132         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6134         * vc.el: Move comments about RCS and SCCS ...
6135         * vc-rcs.el:
6136         * vc-sccs.el: ... here, respectively.
6138 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6140         * minibuffer.el (completion--file-name-table): Return nil if there's
6141         no file completion, even if substitute-in-file-name changed
6142         the string (bug#4708).
6144 2009-10-13  Juri Linkov  <juri@jurta.org>
6146         * files-x.el (read-file-local-variable-value): Don't filter out
6147         minor modes from mode name completion (bug#4664).
6149 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6151         * international/mule-cmds.el (ucs-names): Remove exclusion of
6152         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6154 2009-10-13  Kenichi Handa  <handa@m17n.org>
6156         * international/uni-name.el: Regenerated.
6158 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6160         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6161         should be automatically buffer-local, but isn't.)
6163 2009-10-12  Sam Steingold  <sds@gnu.org>
6165         * progmodes/compile.el (compilation-next-error-function): Fix the
6166         timestamps if the buffer has been visited before.
6167         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6168         non-anchored patterns, like the perl one (bug#3928).
6170 2009-10-12  Glenn Morris  <rgm@gnu.org>
6172         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6173         Let-bind `size'.
6175 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6177         * proced.el (proced-unload-function): New function.
6179         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6180         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6181         Doc fix.
6183         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6185 2009-10-11  Juri Linkov  <juri@jurta.org>
6187         * files-x.el (read-file-local-variable-value):
6188         Provide default value only for bound variables (bug#4664).
6190 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6192         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6193         connection methods like smb.
6195         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6196         can be empty.
6198         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6199         (tramp-smb-file-name-handler-alist): Add handlers for
6200         `add-name-to-file', `make-symbolic-link'.
6201         (tramp-smb-handle-add-name-to-file)
6202         (tramp-smb-do-file-attributes-with-stat)
6203         (tramp-smb-handle-make-symbolic-link)
6204         (tramp-smb-get-cifs-capabilities): New defuns.
6205         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6206         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6207         (tramp-smb-handle-file-local-copy)
6208         (tramp-smb-handle-make-directory-internal)
6209         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6210         The file name syntax depends on cifs capabilities.
6211         (tramp-smb-handle-file-attributes):
6212         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6213         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6214         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6216 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6218         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6219         (eieio-defclass): Apply deftype handler and setf-method properties
6220         directly.
6221         (eieio-add-new-slot): Avoid union function from cl library.
6222         (eieio--typep): New function.
6223         (eieio-perform-slot-validation): Use it.
6225 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6227         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6228         Update documentation to refer to the variables documented in r1.135.
6229         (Bug#4188)
6231 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6233         * bookmark.el (Info-suffix-list): Remove this unused variable.
6234         (bookmark-current-point): Remove this obsolete variable.
6235         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6236         Adjust for removal of bookmark-current-point.
6238         (bookmarks-already-loaded, bookmark-current-buffer)
6239         (bookmark-yank-point): Document.  (Bug#4188)
6241 2009-10-10  Glenn Morris  <rgm@gnu.org>
6243         * frame.el (frame-height): Doc fix.
6245         * calendar/calendar.el (calendar-split-width-threshold): New option.
6246         (calendar-basic-setup): Use calendar-split-width-threshold.
6248 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6250         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6251         Use .la for Automake.
6253 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6255         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6256         Use "autoreconf -i".  Suggested by Andreas Schwab.
6258 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6260         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6261         Ideographic Supplement" range (U+1F200..U+1F2FF).
6263 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6265         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6266         since the list will have been rebuilt anyway.  (Bug#4349)
6268 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6270         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6271         (bookmark-bmenu-execute-deletions): Don't save here, as
6272         bookmark-delete will now do so if necessary.
6273         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6274         (Bug#4348)
6276 2009-10-09  Glenn Morris  <rgm@gnu.org>
6278         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6280 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6282         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6283         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6284         argument now, so the two function's behaviors will match.  (Bug#3645)
6286 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6288         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6289         Fix filename test.
6290         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6291         to expand file names.
6293 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6295         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6296         (tramp-file-name-real-host, tramp-file-name-port):
6297         Apply `save-match-data'.
6299         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6300         case both directories are remote.
6301         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6302         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6304 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6306         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6307         (ede-proj-target-makefile-objectcode): Use it.
6309         * cedet/ede/source.el (ede-want-any-source-files-p)
6310         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6311         Return search result.  This error was introduced while merging.
6313 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6315         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6317 2009-10-07  Glenn Morris  <rgm@gnu.org>
6319         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6320         of concat.
6322 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6324         * files-x.el (read-file-local-variable): Include some
6325         non-user-variables in the completion table (bug#4664).
6327 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6329         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6330         message.
6332         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6333         (tramp-smb-file-name-handler-alist): Add handler for
6334         `copy-directory', `expand-file-name', `set-file-modes'.
6335         (tramp-smb-handle-copy-directory)
6336         (tramp-smb-handle-expand-file-name)
6337         (tramp-smb-handle-set-file-modes): New defuns.
6338         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6339         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6340         entry.
6341         (tramp-smb-handle-insert-directory): Don't flush the cache.
6342         (tramp-smb-maybe-open-connection): Check for samba client and
6343         server versions.
6345 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6347         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6348         to not error out of search for "^lisp=" fails.
6350 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6352         * makefile.w32-in (WINS_UPDATES): New macro.
6353         (custom-deps, finder-data, autoloads): Use it.
6355 2009-10-07  Glenn Morris  <rgm@gnu.org>
6357         * Makefile.in (autoloads): Revert previous change.
6358         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6359         the list of preloaded files passed on the command-line, get
6360         it from src/Makefile.
6362         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6363         show the original buffer rather than a random one.
6365 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6367         * help.el (describe-no-warranty): Place point in a slightly better
6368         position in the GPLv3 text.
6370 2009-10-06  Sam Steingold  <sds@gnu.org>
6372         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6373         the comm attribute is present before calling regexp-quote.
6375 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6377         * play/animate.el (animate-string): For good effect, make sure
6378         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6380         * play/animate.el (animate-sequence, animate-birthday-present):
6381         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6383 2009-10-06  Glenn Morris  <rgm@gnu.org>
6385         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6387         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6388         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6389         (batch-update-autoloads): Process a string value of autoload-excludes,
6390         set during the build process.
6391         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6393         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6394         inside with-parsed...  macro so that `v' is defined.
6396         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6397         * progmodes/fortran.el (fortran-end-of-block)
6398         (fortran-beginning-of-block):
6399         Also push mark in the macro case.
6401         * emerge.el (emerge-show-file-name):
6402         * calc/calc.el (calc-quit):
6403         * calc/calc-misc.el (calc-big-or-small):
6404         * calc/calc-graph.el (calc-graph-view):
6405         * calc/calc-ext.el (calc-reset):
6406         * calendar/calendar.el (calendar-basic-setup):
6407         Use window-full-height-p.
6409         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6410         header we don't understand, don't insert another.  (Bug#4624)
6411         If changing mime charset, insert the new one in the right place.
6413 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6415         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6416         (cal-tex-cursor-month): Correctly increment the end date for diary and
6417         holiday listing.  (Bug#4626)
6419 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6421         * help-fns.el (describe-function-1): Don't burp if the function is not
6422         a symbol.
6424 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6426         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6427         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6428         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6429         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6431         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6432         (eieio-default-superclass): Reflow docstrings.
6433         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6434         (eieio-unbind-method-implementations, defmethod)
6435         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6436         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6437         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6438         (eieio-slot-originating-class-p, eieio-slot-name-index)
6439         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6440         (constructor, initialize-instance, no-next-method, object-print)
6441         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6442         Fix typos in docstrings.
6443         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6444         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6445         (next-method-p): Doc fixes.
6446         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6447         Fix typos in error messages.
6448         (eieio-defmethod): Fix typo in description of generic method.
6450         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6451         (eieio-persistent-save-interactive, slot-missing):
6452         Fix typos in docstrings.
6453         (eieio-instance-inheritor-slot-boundp): Doc fix.
6455         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6456         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6458         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6459         (eieio-custom-object-apply-reset):
6460         Fix typos in docstrings and error messages.
6462         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6463         Fix typo in docstring.
6465         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6466         (eieio-browse-tree): Doc fix.
6467         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6468         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6469         Fix typos in docstrings.
6471         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6472         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6473         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6474         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6475         Reflow docstrings.
6477 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6479         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6480         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6481         Set log-view-vc-backend so that diff can work.
6483         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6484         vc-version-diff.
6485         (vc-diff-internal): Autoload this instead of vc-version-diff.
6487 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6489         * simple.el (eval-expression): Doc fix.
6491         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6493 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6495         * files.el (directory-files-no-dot-files-regexp): New defconst.
6496         (delete-directory): Use it.
6497         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6499         * net/tramp.el (tramp-verbose): Fix docstring.
6500         (tramp-methods): Add recursive option to `tramp-copy-args'.
6501         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6502         "scp1_old", "scp2_old", "rsync", "rsyncc".
6503         (tramp-default-method): Check also for `auth-source-user-or-password'.
6504         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6505         Add handler for `copy-directory'.
6506         (tramp-handle-copy-directory): New defun.
6507         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6508         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6509         Optimize sent command.
6511 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6513         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6514         window if necessary.
6516         * calendar/calendar.el (calendar-basic-setup): Don't call
6517         switch-to-buffer in a dedicated window.
6519 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6521         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6522           don't do anything related to relocating, just return nil.
6523         (bookmark-error-no-filename): New error.
6524         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6525           bookmark has no file.  Don't even attempt to handle things that
6526           are not files; the whole point of custom handlers is to keep that
6527           knowledge elsewhere anyway.  Tighten some comments.
6528         (bookmark-file-or-variation-thereof): Remove now-unused function.
6529         (bookmark-location): Doc string fix.
6530         (Bug#4250)
6532 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6534         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6535         don't use a file dialog, because they usually don't know how to read
6536         a directory target from the user.  (Bug#4230)
6537         Also, make sure the prompt can display directories as well as files.
6539 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6541         * bookmark.el (bookmark-set, bookmark-buffer-name):
6542         Improve doc strings.  (Bug#1193)
6544 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6546         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6547         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6548         (bookmark-get-annotation, bookmark-set-annotation)
6549         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6550         (bookmark-set-position, bookmark-get-front-context-string)
6551         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6552         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6553         (bookmark-jump-other-window, bookmark-handle-bookmark)
6554         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6555         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6556         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6557            Improve doc strings to say whether bookmark can be a string or
6558            a record or both, and make other consistency and clarity fixes.
6559         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6560         (bookmark-default-annotation-text, bookmark-yank-word)
6561         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6562         (bookmark-import-new-list, bookmark-maybe-rename)
6563         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6564         (bookmark-bmenu-bookmark): Give these doc strings.
6565         (bookmark-bmenu-check-position): Give this a doc string, but also
6566            add a FIXME comment about how the function may be pointless.
6567         (bookmark-default-handler): Rework doc string and change a
6568            parameter name, to clarify that this takes a bookmark record
6569            not a bookmark name.
6570         (bookmark-set): Change a parameter name to indicate its meaning,
6571            and improve the doc string a bit.
6572         (Bug#4188)
6574 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6576         * bookmark.el (bookmark-alist): Document the new `handler' element
6577         in the param alist.
6578         (bookmark-make-record-function): Adjust documentation for above.
6579         (Bug#4193)
6581 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6583         * info.el (Info-bookmark-make-record): Document this function.
6584         (Info-bookmark-jump): Document with a doc string, not just a comment.
6585         (Bug#4203)
6587 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6589         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6590         (semantic-new-buffer-fcn): Call parser setup functions here.
6591         (semantic-mode): Don't call parser setup functions here, it's done
6592         in semantic-new-buffer-fcn now.
6593         (semantic-mode): Parse all existing buffers when enabled.
6595         * cedet/srecode/compile.el (srecode-compile-file):
6596         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6598 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6600         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6602         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6603         (proj-comp-insert-variable-once): New macro, renamed from
6604         ede-pmake-insert-variable-once in ede/pmake.edl.
6605         (ede-proj-makefile-insert-variables): Use it.
6607 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6609         * files.el (copy-directory): New defun.
6611         * dired-aux.el (dired-copy-file-recursive): Use it.
6613 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6615         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6616         (makefile-end-of-command):
6617         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6618         (semantic-end-of-context): Fix previous change.  Doc fixes.
6620 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6622         * files-x.el (modify-dir-local-variable)
6623         (copy-dir-locals-to-file-locals-prop-line):
6624         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6625         (makefile-end-of-command):
6626         * cedet/semantic/lex.el (semantic-lex-token):
6627         * cedet/semantic/analyze/fcn.el
6628         (semantic-analyze-dereference-metatype-1):
6629         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6630         (semantic-lex-cpp-undef):
6631         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6632         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6633         (semantic-end-of-context): Fix typos in docstrings.
6635         * recentf.el (recentf-unload-function): New function.
6637 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6639         * cedet/ede.el (ede-project-placeholder-cache-file):
6640         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6641         * cedet/srecode/map.el (srecode-map-save-file):
6642         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6644 2009-10-04  Glenn Morris  <rgm@gnu.org>
6646         * window.el (window-full-height-p): Add doc string.
6648 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6650         * window.el (window-full-height-p): New function.  (Bug#4543)
6652 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6654         * cedet/srecode/insert.el: Require srecode/args.
6656         * cedet/srecode/args.el: Require srecode/dictionary instead of
6657         srecode/insert.
6659         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6661         * files.el (auto-mode-alist): Add .srt and Project.ede.
6663         * cedet/semantic.el (semantic-mode):
6664         Handle srecode-template-mode-hook as well.
6665         (semantic-mode): Use js-mode-hook for Javascript hook.
6667         * cedet/srecode/template.el: Remove hook variable.
6669         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6671         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6672         projects exist.
6673         (ede-project-placeholder-cache-file): Default to a file in
6674         user-emacs-directory.
6676         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6677         templates in data-directory.
6678         (srecode-map-save-file): Default to a file in user-emacs-directory.
6680         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6681         directory.
6683 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6685         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6686         Doc fix.
6688         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6689         Only insert each variable once.
6691         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6692         (ede-pmake-insert-variable-shared): Use it.
6694         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6695         for lexical table iff table is nil.
6697 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6699         * vc.el: Remove commented out code.
6700         (vc-derived-from-dir-mode): Remove, unused.
6701         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6703 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6705         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6706         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6707         there could be recursive loading when `default-directory' is a
6708         remote file name.  (Bug#4614)
6710 2009-10-03  Glenn Morris  <rgm@gnu.org>
6712         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6713         the frame is wide.
6714         (calendar-generate-window): Test for shrinkability rather than width.
6716         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6717         declaration, currently false.
6719         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6720         reusing existing buffers, in case we happen to visit two files with the
6721         same basename.  (Bug#4593)
6723 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6725         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6726         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6727         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6728         subdirs of cedet as well.
6729         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6731 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6734         Obey advertised-signature-table.
6736         * help-fns.el (help-function-arglist): Don't check
6737         advertised-signature-table.
6738         (describe-function-1): Do it here instead so it also applies to subrs.
6740 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6742         * simple.el (start-file-process): Say in the doc-string, that file
6743         handlers might not support pty association, if PROGRAM is nil.
6745         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6746         HOST and USER are strings.  They are nil, when there are
6747         incomplete entries in ~/.netrc, for example.
6748         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6749         root directory ("device busy" error otherwise).
6751         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6752         Flush file properties of created directory.
6754 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6756         * makefile.w32-in (WINS_BASIC): Remove cedet.
6757         (WINS_CEDET): Add cedet.
6758         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6760 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6762         * net/browse-url.el (browse-url): Pass any symbol in
6763         browse-url-browser-function to `apply', since if you've mistakenly put
6764         an unbound symbol then the error is clearer.  (Bug#4531)
6766 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6768         * allout.el (allout-init, allout-back-to-current-heading)
6769         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6770         (allout-ascend, allout-up-current-level, allout-end-of-level)
6771         (allout-previous-visible-heading, allout-forward-current-level)
6772         (allout-backward-current-level, allout-show-children):
6773         * apropos.el (apropos-describe-plist):
6774         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6775         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6776         * completion.el (add-completion, add-permanent-completion):
6777         * descr-text.el (describe-text-category, describe-char):
6778         * desktop.el (desktop-lazy-abort):
6779         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6780         * dired.el (dired-build-subdir-alist):
6781         * ediff.el (ediff-version):
6782         * elide-head.el (elide-head, elide-head-show):
6783         * emerge.el (emerge-version):
6784         * env.el (getenv):
6785         * face-remap.el (variable-pitch-mode):
6786         * faces.el (describe-face):
6787         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6788         (dired-at-point):
6789         * files.el (find-file-existing, auto-save-mode):
6790         * font-lock.el (font-lock-fontify-buffer):
6791         * help-fns.el (describe-function, describe-variable)
6792         (describe-syntax, describe-categories):
6793         * help.el (view-lossage, describe-bindings, describe-key)
6794         (describe-mode):
6795         * hexl.el (hexl-current-address):
6796         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6797         * info.el (Info-goto-emacs-key-command-node):
6798         * log-edit.el (log-edit-insert-cvs-template)
6799         (log-edit-insert-cvs-rcstemplate):
6800         * menu-bar.el (menu-bar-mode):
6801         * mouse.el (mouse-appearance-menu):
6802         * newcomment.el (comment-indent-new-line):
6803         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6804         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6805         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6806         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6807         * recentf.el (recentf-mode):
6808         * savehist.el (savehist-mode, savehist-save):
6809         * shadowfile.el (shadow-copy-files):
6810         * simple.el (kill-ring-save, next-line, previous-line)
6811         (normal-erase-is-backspace-mode):
6812         * strokes.el (strokes-update-window-configuration)
6813         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6814         (strokes-xpm-for-stroke):
6815         * time.el (emacs-uptime, emacs-init-time):
6816         * tutorial.el (tutorial--describe-nonstandard-key)
6817         (tutorial--detailed-help):
6818         * type-break.el (type-break-mode)
6819         (type-break-mode-line-message-mode, type-break-query-mode)
6820         (type-break-guesstimate-keystroke-threshold):
6821         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6822         * version.el (emacs-version):
6823         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6824         * winner.el (winner-mode):
6825         * calendar/timeclock.el (timeclock-in, timeclock-out)
6826         (timeclock-status-string, timeclock-change)
6827         (timeclock-workday-remaining-string)
6828         (timeclock-workday-elapsed-string)
6829         (timeclock-when-to-leave-string):
6830         * calendar/todo-mode.el (todo-add-category):
6831         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6832         * emacs-lisp/autoload.el (update-file-autoloads):
6833         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6834         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6835         (checkdoc-message-text, checkdoc-defun):
6836         * emacs-lisp/debug.el (debugger-list-functions):
6837         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6838         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6839         (eieio-describe-generic):
6840         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6841         * emacs-lisp/shadow.el (list-load-path-shadows):
6842         * emulation/cua-base.el (cua-mode):
6843         * emulation/edt.el (edt-set-scroll-margins):
6844         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6845         (tpu-toggle-regexp, tpu-toggle-search-direction)
6846         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6847         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6848         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6849         (viper-set-parsing-style-toggling-macro)
6850         (viper-set-emacs-state-searchstyle-macros):
6851         * emulation/viper.el (viper-set-hooks):
6852         * eshell/esh-mode.el (eshell-truncate-buffer):
6853         * international/mule-cmds.el (prefer-coding-system)
6854         (describe-input-method, describe-language-environment):
6855         * international/mule-diag.el (list-character-sets)
6856         (describe-character-set, describe-coding-system)
6857         (describe-fontset, list-fontsets, list-input-methods):
6858         * mail/sendmail.el (mail-signature):
6859         * net/ange-ftp.el (ange-ftp-copy-file):
6860         * net/browse-url.el (browse-url):
6861         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6862         * net/quickurl.el (quickurl-add-url):
6863         * net/rcirc.el (names, topic):
6864         * net/xesam.el (xesam-mode):
6865         * play/5x5.el (5x5-new-game):
6866         * play/yow.el (apropos-zippy):
6867         * progmodes/ada-mode.el (ada-mode-version):
6868         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6869         (f90-end-of-block)
6870         (f90-beginning-of-block):
6871         * progmodes/fortran.el (fortran-end-of-block)
6872         (fortran-beginning-of-block):
6873         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6874         * progmodes/python.el (python-describe-symbol, python-shell):
6875         * term/ns-win.el (ns-print-buffer):
6876         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6877         * textmodes/flyspell.el (flyspell-mode-on):
6878         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6879         (pages-directory-for-addresses):
6880         * textmodes/table.el (table-recognize-cell)
6881         (table-query-dimension, table-generate-source)
6882         (table-insert-sequence, table--warn-incompatibility):
6883         * textmodes/tex-mode.el (tex-validate-buffer):
6884         * textmodes/texinfmt.el (texinfmt-version)
6885         (texinfo-format-buffer):
6886         Use `called-interactively-p' instead of `interactive-p'.
6888 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6890         * image-mode.el (image-toggle-display):
6891         * emacs-lisp/elp.el (elp-instrument-function):
6892         * emacs-lisp/advice.el (ad-make-advised-definition):
6893         * emacs-lisp/easy-mmode.el (define-minor-mode):
6894         * net/browse-url.el (browse-url-maybe-new-window):
6895         * progmodes/sh-script.el (sh-learn-buffer-indent):
6896         Pass new argument 'any to `called-interactively-p'.
6898 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6900         * international/uni-bidi.el:
6901         * international/uni-category.el:
6902         * international/uni-combining.el:
6903         * international/uni-comment.el:
6904         * international/uni-decimal.el:
6905         * international/uni-decomposition.el:
6906         * international/uni-digit.el:
6907         * international/uni-lowercase.el:
6908         * international/uni-mirrored.el:
6909         * international/uni-name.el:
6910         * international/uni-numeric.el:
6911         * international/uni-old-name.el:
6912         * international/uni-titlecase.el:
6913         * international/uni-uppercase.el:
6914         Regenerate from Unicode 5.2.0 data.
6916 2009-10-01  Glenn Morris  <rgm@gnu.org>
6918         * Makefile.in (ELCFILES): Regenerate.
6920 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6922         * subr.el (interactive-p): Mark obsolete.
6923         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6924         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6925         advertised-signature-table for subroutines as well.
6927         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6928         (set-advertised-calling-convention): New function.
6929         (make-obsolete, define-obsolete-function-alias)
6930         (make-obsolete-variable, define-obsolete-variable-alias):
6931         Make the optional-ness of `when' obsolete.
6932         (define-obsolete-face-alias): Make `when' non-optional.
6933         * help-fns.el (help-function-arglist):
6934         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6935         Use advertised-signature-table.
6937 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6939         * files.el (delete-directory): New defun.  The original function
6940         in fileio.c has been renamed to `delete-directory-internal'.
6942         * dired.el (dired-delete-file): Call `delete-directory' with
6943         RECURSIVE parameter.
6945         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6946         parameter RECURSIVE.  Implementation is missing.
6948         * net/tramp.el (tramp-handle-make-directory): Flush upper
6949         directory's file properties.
6950         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6951         (tramp-handle-dired-recursive-delete-directory): Flush directory
6952         properties after the remove command only.
6954         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6955         Handle optional parameter RECURSIVE.
6957         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6958         Handle optional parameter RECURSIVE.
6960         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6961         connection timeout.
6962         (tramp-smb-handle-delete-directory): Handle optional parameter
6963         RECURSIVE.
6965 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6967         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6968         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6969         (byte-compile-defmacro): Use backquotes.
6971         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6973         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6974         has no associated file.
6975         (vc-resynch-buffer): Use vc-dir-buffers.
6977 2009-10-01  Glenn Morris  <rgm@gnu.org>
6979         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6980         (chart-file-count):
6981         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6982         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6983         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6984         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6985         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6986         (eieio-copy-parents-into-subclass, make-instance, class-children)
6987         (eieio-generic-form):
6988         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6989         * cedet/cedet-idutils.el (cedet-idutils-search)
6990         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6991         (cedet-idutils-version-check):
6992         * cedet/cedet.el (cedet-version):
6993         * cedet/data-debug.el (data-debug-insert-overlay-button)
6994         (data-debug-insert-overlay-list-button)
6995         (data-debug-insert-buffer-button)
6996         (data-debug-insert-buffer-list-button)
6997         (data-debug-insert-process-button, data-debug-insert-ring-button)
6998         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6999         (data-debug-insert-stuff-vector-button)
7000         (data-debug-insert-symbol-button, data-debug-insert-string)
7001         (data-debug-insert-number, data-debug-insert-lambda-expression)
7002         (data-debug-insert-nil, data-debug-insert-simple-thing)
7003         (data-debug-insert-custom, data-debug-edebug-expr):
7004         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
7005         (global-ede-mode-map, ede-new, ede-debug-target)
7006         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
7007         * cedet/semantic.el (semantic-minimum-working-buffer-size)
7008         (semantic-fetch-tags, semantic-submode-list)
7009         (semantic-default-submodes):
7010         * cedet/ede/source.el (ede-source-match):
7011         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
7012         (project-am-package-info):
7013         * cedet/ede/proj.el (ede-proj-target, project-new-target):
7014         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
7015         * cedet/ede/proj-comp.el (ede-current-build-list):
7016         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
7017         * cedet/ede/files.el (ede-toplevel-project-or-nil):
7018         * cedet/ede/cpp-root.el (initialize-instance):
7019         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
7020         (autoconf-parameter-strip, autoconf-insert-new-macro):
7021         * cedet/semantic/wisent.el (wisent-lex-eoi):
7022         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
7023         (semantic-show-parser-state-mode):
7024         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
7025         * cedet/semantic/tag.el (semantic-tag-new-variable)
7026         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
7027         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
7028         (semantic--tag-deep-copy-tag-list)
7029         (semantic-tag-components-with-overlays-default):
7030         * cedet/semantic/symref.el (semantic-symref-find-text):
7031         * cedet/semantic/senator.el (senator-yank-tag)
7032         (senator-transpose-tags-up):
7033         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
7034         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
7035         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
7036         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7037         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7038         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7039         * cedet/semantic/lex-spp.el
7040         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7041         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7042         * cedet/semantic/idle.el
7043         (semantic-idle-summary-current-symbol-info-brutish)
7044         (semantic-idle-summary-current-symbol-info-default):
7045         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7046         (semantic--grammar-macro-compl-dict):
7047         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7048         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7049         (semantic-format-tag-canonical-name-default):
7050         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7051         (semantic-find-tags-for-completion)
7052         (semantic-find-tags-by-scope-protection-default)
7053         (semantic-deep-find-tags-for-completion):
7054         * cedet/semantic/edit.el
7055         (semantic-edits-incremental-reparse-failed-hook)
7056         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7057         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7058         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7059         * cedet/semantic/dep.el (semantic-dependency-include-path):
7060         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7061         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7062         (semanticdb-project-roots):
7063         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7064         (semanticdb-find-adebug-insert-scanned-tag-cons)
7065         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7066         (semanticdb-brute-deep-find-tags-for-completion):
7067         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7068         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7069         (semantic-end-of-context-default)
7070         (semantic-ctxt-current-function-default)
7071         (semantic-ctxt-scoped-types-default):
7072         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7073         (semantic-complete-inline-tag-engine)
7074         (semantic-complete-inline-custom-type)
7075         (semantic-complete-read-tag-analyzer):
7076         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7077         (semantic-chart-database-size):
7078         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7079         (semantic-analyze-current-context):
7080         * cedet/semantic/symref/list.el (semantic-symref)
7081         (semantic-symref-hide-buffer, semantic-symref-symbol):
7082         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7083         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7084         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7085         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7086         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7087         (semantic-c-dereference-template):
7088         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7089         (semantic--analyze-refs-full-lookup-with-parents)
7090         (semantic--analyze-refs-full-lookup-simple):
7091         * cedet/semantic/analyze/complete.el
7092         (semantic-analyze-possible-completions):
7093         * cedet/srecode/table.el (srecode-mode-table-new):
7094         * cedet/srecode/srt.el (srecode-read-variable-name):
7095         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7096         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7097         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7098         * cedet/srecode/map.el (srecode-current-map):
7099         * cedet/srecode/insert.el (srecode-insert)
7100         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7101         (srecode-template-inserter-point-override)
7102         (srecode-insert-include-lookup):
7103         * cedet/srecode/getset.el (srecode-auto-choose-class):
7104         * cedet/srecode/extract.el (srecode-inserter-extract):
7105         * cedet/srecode/document.el
7106         (srecode-document-autocomment-return-last-alist)
7107         (srecode-document-autocomment-param-type-alist)
7108         (srecode-document-insert-function-comment)
7109         (srecode-document-insert-variable-one-line-comment)
7110         (srecode-document-function-name-comment):
7111         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7112         (srecode-compound-toString):
7113         * cedet/srecode/compile.el (srecode-flush-active-templates):
7114         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7115         Doc/message fixes.
7117         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7118         match-data.  (Bug#4555).
7120         * cedet/semantic/bovine/gcc.el
7121         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7122         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7124         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7125         rather than parsing it as a regexp.  This relaxes the layout
7126         requirements and makes errors easier to detect.
7127         (check-declare-verify): Check file is regular.
7128         (check-declare-directory): Doc fix.
7129         * subr.el (declare-function): Doc fix.
7131         * ibuffer.el (ibuffer-format-qualifier):
7132         * isearch.el (hi-lock-regexp-okay):
7133         * calc/calc.el (math-zerop):
7134         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7135         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7136         Remove unused declarations.
7138 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7140         * cedet/semantic/wisent/javat-wy.el
7141         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7143 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7145         * cedet/srecode/expandproto.el: Fix provide statement.
7147 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7149         * emacs-lisp/eieio.el (boolean-p): Delete.
7151 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7153         * cedet/ede/srecode.el: Fix provide statement.
7155 2009-09-30  Glenn Morris  <rgm@gnu.org>
7157         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7158         * cedet/ede/proj-aux.el (ede-aux-source):
7159         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7160         (ede-misc-source):
7161         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7162         (semantic-mrub-switch-tags): Fix doc typos.
7164         * cedet/semantic/db-global.el (data-debug-new-buffer)
7165         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7166         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7168         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7170         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7171         use of CL function `remove-if-not'.
7173         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7175         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7176         filename is not a string.
7178 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7180         * files.el (safe-local-eval-forms): Fix typo.
7182 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7184         * vc-hooks.el (vc-dir-buffers): New var.
7185         (vc-state-refresh): New function.
7186         (vc-state): Use it.
7187         (vc-after-save): Always ask the backend to recompute the new state.
7188         Always call vc-dir if necessary, using vc-dir-buffers.
7189         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7190         Use vc-dir-buffers.
7191         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7192         (vc-dir-prepare-status-buffer, vc-dir-update)
7193         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7194         Don't call expand-file-name on default-directory.
7196 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7198         * speedbar.el (speedbar-item-delete):
7199         * calc/calc-prog.el (calc-kbd-if):
7200         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7202         * epa.el (epa-key-list-mode-map):
7203         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7205         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7206         (hs-show-hook): Fix typo in docstring.
7208 2009-09-29  Glenn Morris  <rgm@gnu.org>
7210         * cedet/semantic/symref/idutils.el:
7211         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7213         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7215         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7216         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7217         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7218         Mark declarations not understood by check-declare.
7220         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7221         file-name-nondirectory call preventing location of cedet files.
7222         (check-declare-verify): Use literal search rather than re-search.
7223         Add basic defmethod and defclass, and define-overloadable-function.
7225         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7226         Use tramp-compat-file-attributes rather than nonexistent
7227         tramp-compat-handle-file-attributes.
7229         * Makefile.in (lisptagsfiles4): New.
7230         (AUTOGENEL): Add cedet loaddefs files.
7231         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7232         (update-elclist, compile-always, backup-compiled-files)
7233         (bootstrap-clean): Add yet another directory level.
7234         (update-elclist): Use LC_COLLATE rather than COLLATE.
7235         (ELCFILES): Update, via `make update-elclist'.
7237 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7239         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7240         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7241         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7243 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7245         * Makefile.in (lisptagsfiles3): Define.
7246         (TAGS, TAGS-LISP): Use it.
7247         (update-elclist): Add third directory level to look for elc files.
7248         (compile-always): Likewise.
7249         (backup-compiled-files): Likewise.
7250         (bootstrap-clean): Likewise.
7251         (ELCFILES): Update.
7253 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7255         * Makefile.in (ELCFILES): Add CEDET files.
7257 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7259         CEDET (development tools) package merged.
7261         * cedet/*.el:
7262         * cedet/ede/*.el:
7263         * cedet/semantic/*.el:
7264         * cedet/srecode/*.el: New files.
7266 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7268         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7270         * net/tramp.el (top): Require tramp-imap.
7272         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7273         Use `tramp-compat-handle-file-attributes'.
7275 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7277         * net/tramp-imap.el: New package.
7279 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7281         * emacs-lisp/chart.el:
7282         * emacs-lisp/eieio-base.el:
7283         * emacs-lisp/eieio-comp.el:
7284         * emacs-lisp/eieio-custom.el:
7285         * emacs-lisp/eieio-datadebug.el:
7286         * emacs-lisp/eieio-opt.el:
7287         * emacs-lisp/eieio-speedbar.el:
7288         * emacs-lisp/eieio.el: New files.
7290         * cedet/cedet-cscope.el:
7291         * cedet/cedet-files.el:
7292         * cedet/cedet-global.el:
7293         * cedet/cedet-idutils.el:
7294         * cedet/data-debug.el:
7295         * cedet/inversion.el:
7296         * cedet/mode-local.el:
7297         * cedet/pulse.el: New files.
7299 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7301         * whitespace.el (whitespace-trailing-regexp)
7302         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7303         Fix doc string.
7305 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7307         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7308         menu.
7310         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7311         menu-bar-ediff-menu.
7313         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7314         define-overloadable-function.
7316         * progmodes/autoconf.el: Provide autoconf as well, so that this
7317         file can be `require'd.
7319         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7321         * emacs-lisp/autoload.el (generated-autoload-feature)
7322         (generated-autoload-load-name): New vars.
7323         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7324         (make-autoload): Recognize define-overloadable-function and
7325         defclass forms (for EIEIO).
7327         * Makefile.in (update-subdirs): Exclude cedet directory.
7329 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7331         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7333         * faces.el: Default light-background background for region face to
7334         ns_selection_color under NS.
7336 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7338         * net/imap-hash.el: New library, see NEWS.
7340         * Makefile.in (ELCFILES): Add imap-hash.el.
7342 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7345         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7346         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7347         definition where the docstring could be taken for the return value.
7349 2009-09-26  Glenn Morris  <rgm@gnu.org>
7351         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7352         Add option to only show images below a certain size.
7353         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7354         save-excursion calls.
7356 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7358         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7359         subdirectories) and eieio.
7361 2009-09-26  Alan Mackenzie  <acm@muc.de>
7363         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7364         buggy bracketing.  (Bug#4289)
7366         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7367         character constants (as case labels).  (Bug#4289)
7369 2009-09-25  Juri Linkov  <juri@jurta.org>
7371         * files.el (safe-local-eval-forms): Allow time-stamp in
7372         before-save-hook (Bug#4554).
7374 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7376         * menu-bar.el (list-buffers-directory): Doc fix.
7378 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7381         Try and avoid copying twice the same paragraph.
7382         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7383         Remove save-excursion.
7384         (log-edit-changelog-entry): Do it here instead.
7386 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7388         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7389         when available, instead of hardcoding mode names.  Doc fix.
7391         * menu-bar.el (list-buffers-directory): Add docstring.
7392         Make automatically buffer-local.
7394         * dired.el (dired-mode):
7395         * files.el (cd-absolute):
7396         * pcvs.el (cvs-temp-buffer):
7397         * pcvs-util.el (cvs-get-buffer-create):
7398         * shell.el (shell-mode):
7399         * vc-dir.el (vc-dir-mode):
7400         Don't make `list-buffers-directory' buffer local.
7402 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7404         * comint.el (comint-exec, comint-run, make-comint):
7405         Doc fixes (Bug#4542).
7407 2009-09-25  Glenn Morris  <rgm@gnu.org>
7409         * mail/rmailmm.el (rmail-mime): New custom group.
7410         Move all defcustoms in this file into this group.
7411         (rmail-mime-media-type-handlers-alist): Revert previous change.
7412         (rmail-mime-show-images): New option.
7413         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7414         references to it, since it wasn't actually used for anything.
7415         (rmail-mime-insert-image): New function.
7416         (rmail-mime-image): Use rmail-mime-insert-image.
7417         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7418         obey the value of `rmail-mime-show-images' option.  Print the size of
7419         attachments.
7421 2009-09-25  David Engster  <deng@randomsample.de>
7423         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7425 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7427         * whitespace.el: Does not highlight trailing spaces While point is
7428         at end of line.  Does not highligt spaces at beginning of buffer
7429         while point is at beginning of buffer.  Does not highlight spaces
7430         at end of buffer while point is at end of buffer.  (Bug#4177)
7431         New version 12.0.
7432         (whitespace-display-mappings): Adjust initialization.
7433         (whitespace-point, whitespace-font-lock-refontify): New vars.
7434         (whitespace-color-on, whitespace-color-off): Adjust code.
7435         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7436         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7437         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7439 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7441         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7443         * textmodes/sgml-mode.el: Remove xml-mode alias.
7445         * files.el (auto-mode-alist, conf-mode-maybe)
7446         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7448 2009-09-24  Alan Mackenzie  <acm@muc.de>
7450         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7451         c-forward-conditionals, but it doesn't move point and doesn't set
7452         the mark.
7453         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7454         (c-down-conditional-with-else, c-backward-conditional)
7455         (c-forward-conditional): Refactor to use c-scan-conditionals.
7457 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7459         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7460         (help-default-arg-highlight): Remove.
7461         (help-highlight-arg): New function.
7462         (help-do-arg-highlight): Use it.
7463         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7465 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7468         Undo last change, which didn't fix the problem and introduced others.
7470 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7472         * progmodes/gdb-mi.el: Don't require speedbar.
7473         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7475 2009-09-24  Glenn Morris  <rgm@gnu.org>
7477         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7479         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7481         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7482         there is no newline after the final mime boundary.  (Bug#4539)
7483         Move markers on insertion so that any buttons inserted don't end up in
7484         the next part of a multipart message.
7485         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7486         (rmail-mime-bulk-handler): Optionally handle images.
7487         (rmail-mime-image): New button action.
7488         (rmail-mime-image-handler): New function.
7489         (rmail-mime-mode): New mode.
7490         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7492 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7494         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7495         than just dropping elements from it (bug#4504).
7497         * term.el (term-set-scroll-region): Don't move cursor any more.
7498         (term-handle-ansi-escape): Call term-goto here instead.
7499         Suggested by Ivan Kanis <apple@kanis.eu>.
7501         * term.el: Require CL.
7502         (term-ansi-reset): New function.
7503         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7504         (term-handle-colors-array): Simplify.
7506 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7508         * allout.el (allout-overlay-interior-modification-handler)
7509         (allout-obtain-passphrase):
7510         * epa-file.el (epa-file-write-region):
7511         * ps-print.el (ps-begin-job):
7512         * vc-hooks.el (vc-toggle-read-only):
7513         * vc-rcs.el (vc-rcs-rollback):
7514         * vc-sccs.el (vc-sccs-rollback):
7515         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7516         (vc-version-diff, vc-revert, vc-rollback):
7517         * wdired.el (wdired-check-kill-buffer):
7518         * emacs-lisp/authors.el (authors):
7519         * net/socks.el (socks-open-connection):
7520         * net/zeroconf.el (zeroconf-service-add-hook):
7521         * obsolete/vc-mcvs.el (vc-mcvs-register):
7522         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7523         (gdb-select-frame):
7524         * progmodes/grep.el (lgrep, rgrep):
7525         * progmodes/idlw-help.el (idlwave-help-check-locations)
7526         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7527         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7528         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7529         (reftex-toc-rename-label): Fix typos in error messages.
7531         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7532         (dired-copy-how-to-fn): Doc fix.
7533         (dired-files-attributes, dired-read-shell-command):
7534         Fix typos in docstrings.
7536         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7537         (dired-x-find-file-other-window): Reflow docstrings.
7538         (dired-omit-marker-char, dired-read-shell-command)
7539         (dired-x-submit-report): Fix typos in docstrings.
7541         * shell.el (shell-mode-hook):
7542         * view.el (View-scroll-line-forward):
7543         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7544         Fix typos in docstrings.
7546         * net/dig.el (dig-invoke): Fix typo in docstring.
7547         (query-dig): Reflow docstring.
7549         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7550         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7551         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7552         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7553         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7554         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7555         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7556         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7557         (idlwave-completion-map, idlwave-current-indent)
7558         (idlwave-custom-ampersand-surround, idlwave-customize)
7559         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7560         (idlwave-define-abbrev, idlwave-determine-class-special)
7561         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7562         (idlwave-end-block-reg, idlwave-end-of-statement)
7563         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7564         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7565         (idlwave-explicit-class-listed, idlwave-file-header)
7566         (idlwave-fill-paragraph, idlwave-find-class-definition)
7567         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7568         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7569         (idlwave-in-quote, idlwave-indent-action-table)
7570         (idlwave-indent-expand-table, idlwave-indent-line)
7571         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7572         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7573         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7574         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7575         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7576         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7577         (idlwave-outlawed-buffers, idlwave-popup-select)
7578         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7579         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7580         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7581         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7582         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7583         (idlwave-statement-type, idlwave-struct-skip)
7584         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7585         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7586         (idlwave-what-module-find-class): Fix typos in docstrings.
7587         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7588         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7589         (idlwave-find-module, idlwave-find-structure-definition)
7590         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7591         (idlwave-list-load-path-shadows, idlwave-next-statement)
7592         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7593         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7594         (idlwave-template): Reflow docstrings.
7596         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7597         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7598         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7599         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7600         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7601         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7602         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7603         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7604         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7605         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7606         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7607         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7608         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7609         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7610         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7611         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7612         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7613         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7614         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7615         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7616         Fix typos in docstrings.
7617         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7618         (idlwave-shell-hide-output, idlwave-shell-mode)
7619         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7620         Reflow docstrings.
7622         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7624 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7626         * term.el (term-bold-attribute): New var.
7627         (term-handle-colors-array): Use it.
7629 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7631         * progmodes/gdb-mi.el (gdb-version): New variable.
7632         (gdb-non-stop-handler): Set gdb-version.
7633         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7634         Condition "--thread" option on gdb-version.
7635         (gdb-invalidate-threads): Remove unused argument.
7637 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7639         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7640         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7642 2009-09-23  Glenn Morris  <rgm@gnu.org>
7644         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7645         replying to mail without References or Message-Id.  (Bug#4525)
7647 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7649         * term/ns-win.el (ns-reg-to-script): New variable.
7651 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7653         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7655 2009-09-22  Sam Steingold  <sds@gnu.org>
7657         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7658         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7659         to 1 because hg returns status 1 when nothing is found.
7660         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7662 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * textmodes/fill.el: Convert to utf-8 encoding.
7665         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7666         pre-unicode days.
7668         * add-log.el (change-log-fill-forward-paragraph): New function.
7669         (change-log-mode): Use it so fill-region DTRT.
7670         Set fill-indent-according-to-mode here rather than in
7671         change-log-fill-paragraph.
7672         (change-log-fill-paragraph): Remove.
7674 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7676         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7677         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7679 2009-09-22  Glenn Morris  <rgm@gnu.org>
7681         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7682         the scroll-bar scroll the calendar window rather than the buffer.
7684         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7685         commands that move point (as opposed to scrolling).
7687         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7689         * emacs-lisp/elint.el (elint): New custom group.
7690         (elint-log-buffer): Make it a defcustom.
7691         (elint-scan-preloaded, elint-ignored-warnings)
7692         (elint-directory-skip-re): New options.
7693         (elint-builtin-variables): Doc fix.
7694         (elint-preloaded-env): New variable.
7695         (elint-unknown-builtin-args): Add an entry for encode-time.
7696         (elint-extra-errors): Make it a variable rather than a constant.
7697         (elint-preloaded-skip-re): New constant.
7698         (elint-directory): Skip files matching elint-directory-skip-re.
7699         (elint-features): New variable, local to linted buffers.
7700         (elint-update-env): Initialize elint-features.  Possibly add
7701         elint-preloaded-env to the buffer's environment.
7702         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7703         Skip quoted forms.
7704         (elint-init-form): New function, extracted from elint-init-env.
7705         Make non-list forms a warning rather than an error.
7706         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7707         easy-menu-define, put that adds an error-condition, and provide.
7708         When requiring cl, also require cl-macs.  Really require cl, to handle
7709         some cl macros.  Store required libraries in the list elint-features,
7710         so as not to re-load them.  Treat cc-require like require.
7711         (elint-init-env): Call elint-init-form to do the work.
7712         Handle eval-and-compile and such like.
7713         (elint-add-required-env): Do not clear messages.
7714         (elint-special-forms): Add handlers for function, defalias, if, when,
7715         unless, and, or.
7716         (elint-form): Add optional argument to ignore elint-special-forms,
7717         useful to prevent recursive calls from handlers.  Doc fix.
7718         Respect elint-ignored-warnings.
7719         (elint-form): Respect elint-ignored-warnings.
7720         (elint-bound-variable, elint-bound-function): New variables.
7721         (elint-unbound-variable): Respect elint-bound-variable.
7722         (elint-get-args): Respect elint-bound-function.
7723         (elint-check-cond-form): Add some simple handling for (f)boundp and
7724         featurep tests.
7725         (elint-check-defalias-form): New handler.
7726         (elint-check-let-form): Make an empty let a warning rather than an
7727         error.
7728         (elint-check-setq-form): Make an empty setq a warning rather than an
7729         error.  Respect elint-ignored-warnings.
7730         (elint-check-defvar-form): Accept null doc-strings.
7731         (elint-check-conditional-form): New handler.  Does some simple-minded
7732         checking of featurep and (f)boundp tests.
7733         (elint-put-function-args): New function.
7734         (elint-initialize): Use elint-scan-doc-file rather than
7735         elint-find-builtin-variables.  Use elint-put-function-args.
7736         Possibly scan preloaded-file-list.
7737         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7738         extend to handle functions as well.
7740 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7742         * linum.el (linum-delete-overlays, linum-update-window):
7743         Do not modify the right margin.  (Bug#3971)
7745 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7747         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7748         nxml-mode instead of xml-mode.
7750 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7752         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7754 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7756         * net/dig.el (dig-mode): Use define-derived-mode.
7758 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7760         * vc-dispatcher.el (vc-do-command): Return the process object in
7761         the asynchronous case.  Use when instead of if.  Do not run
7762         vc-exec-after to display a message if not enabled.  (Bug#4463)
7764         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7765         properties to the stash strings.
7766         (vc-git-stash-list): Return a list of strings.
7767         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7768         (vc-git-stash-show-at-point): New functions.
7769         (vc-git-stash-map): New keymap.
7771         * register.el (ctl-x-r-map): Define the keys here instead of
7772         using autoload.
7774 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7776         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7777         list, to workaround performance problem (bug#4485).
7779 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7781         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7783 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7785         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7786         Document that this option is not recommended to use.
7788 2009-09-19  Glenn Morris  <rgm@gnu.org>
7790         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7791         variable `var'.
7793         * calc/calc-alg.el (var):
7794         * calc/calcalg2.el (var): Define for compiler.
7796 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7798         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7799         Doc fix (Bug#3932).
7801         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7803         * time-stamp.el (time-stamp-month-dd-yyyy)
7804         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7805         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7806         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7807         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7808         Remove functions that have been obsolete since 1995 (Bug#4436).
7810         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7811         indent buffer only if called interactively (Bug#4452).
7813 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7814             Eli Zaretskii  <eliz@gnu.org>
7816         This fixes bug#4197 (merged to bug#865, though not identical).
7817         * server.el (server-auth-dir): Add docstring note about FAT32.
7818         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7819         but warn against using them.
7821 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7823         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7824         older GDB where there is no has_more field.
7826 2009-09-19  Glenn Morris  <rgm@gnu.org>
7828         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7830 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7832         * files.el (auto-mode-alist): Change default for XML files to nXML
7833         mode (Bug#4169).
7835 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7837         * server.el (server-ensure-safe-dir): Pass 'integer
7838         to `file-attributes', as suggested.
7840 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7842         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7843         (dired-query): Use read-key.
7845 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7847         * cus-start.el (ns-use-qd-smoothing): Remove.
7849 2009-09-18  Glenn Morris  <rgm@gnu.org>
7851         * allout.el (top-level): Remove unnecessary progn.
7853         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7855         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7856         definition of abbrev table.
7858         * speedbar.el (speedbar-track-mouse):
7859         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7860         * net/eudc.el (eudc-expand-inline):
7861         * net/newst-backend.el (newsticker--cache-read-feed):
7862         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7863         condition-case handlers.
7865 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7867         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7868         (gdb-var-list): Add an element for has_more field.
7869         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7870         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7871         (gdb-var-update-handler-1): Parse output of dynamic variable
7872         objects (STL containers).
7873         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7874         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7876         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7877         gdb-var-list.
7878         (gud-speedbar-buttons): Make node expandable if expression "has more"
7879         children.
7881 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7883         * startup.el (emacs-quick-startup): Remove variable and all uses.
7884         (command-line): Set `inhibit-x-resources' instead.
7885         (command-line-1): Use `inhibit-x-resources' instead.
7887 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7889         * subr.el: Fix last change to avoid using the `unless' macro,
7890         which breaks bootstrapping.
7892 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7894         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7895         extended definitions, in case we reload subr.el after having
7896         loaded CL.
7897         (eval-next-after-load): Mark as obsolete.
7899 2009-09-17  Juri Linkov  <juri@jurta.org>
7901         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7902         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7903         (menu-bar-showhide-menu, menu-bar-tools-menu)
7904         (menu-bar-describe-menu, menu-bar-help-menu)
7905         (minibuffer-local-completion-map, minibuffer-local-map):
7906         Fix list quoting.
7908 2009-09-17  Glenn Morris  <rgm@gnu.org>
7910         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7911         arguments, whether or not it has a handler.
7913         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7915         * simple.el (hard-newline): Give it a doc-string.
7917         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7918         (lisp-mode-syntax-table): Give them doc-strings.
7920 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7922         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7923         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7924         (menu-bar-options-menu, menu-bar-showhide-menu)
7925         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7926         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7927         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7928         (menu-bar-options-menu, menu-bar-tools-menu)
7929         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7930         (menu-bar-help-menu):
7931         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7932         string arguments.
7934         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7935         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7936         calls for the menu names and :help.
7938 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7941         to :minor-mode-function (bug#4455).
7943 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7945         * startup.el (command-line): Initialize the window-system after
7946         processing the command-line.
7948         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7949         page-delimiter matches the empty string.
7951 2009-09-16  Glenn Morris  <rgm@gnu.org>
7953         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7954         byte-compile-not-obsolete-var.  It's a list now.
7955         (byte-compile-not-obsolete-funcs): New variable.
7956         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7957         byte-compile-not-obsolete-funcs.
7958         (byte-compile-variable-ref, byte-compile-defvar): Update for
7959         byte-compile-not-obsolete-vars name-change and list nature.
7960         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7961         and variables behind (f)boundp tests.
7962         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7964 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7966         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7968 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7970         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7971         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7972         Don't autoload.
7974 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7976         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7977         the virtual-buffers, use the name of the buffer specified by
7978         find-file-noselect, as the match may be a symlink.  (This was a
7979         problem if the target and the symlink had different names.)
7981 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7983         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7985         * desktop.el (desktop-path): Check user-emacs-directory.
7987         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7989         * loadup.el: Use after-load-functions to GC after loading each file.
7990         Remove the explicit GC calls that used to be sprinkled around.
7992         * subr.el (after-load-functions): New hook.
7993         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7994         `obsolete' packages, rather than painfully extracting the relevant
7995         directory name.
7997 2009-09-15  Glenn Morris  <rgm@gnu.org>
7999         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
8000         free variable `doc'.
8002         * dired.el (dired-mode-map): Add menu entry for async shell command.
8004         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
8005         variables, also consider the .elc files, since the .el files are
8006         normally gzipped (subsequent code locates the .el.gz from the .elc).
8008         * calc/calc-prog.el (arglist): Define for compiler.
8010         * calendar/diary-lib.el (diary-display-function): Change the default to
8011         fancy display.
8012         (body): Define for compiler.
8014         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
8015         (byte-compile-file-form, byte-compile-lambda)
8016         (byte-compile-top-level-body, byte-compile-form)
8017         (byte-compile-variable-ref, byte-compile-setq)
8018         (byte-compile-setq-default, byte-compile-body)
8019         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
8020         (batch-byte-compile): Give some more local variables with common names
8021         a "bytecomp-" prefix to avoid masking warnings about free variables.
8023         * startup.el (command-line-1): Give local variables with common names a
8024         distinguishing prefix, so as not to hide free variable warnings during
8025         bootstrap.
8027         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
8028         clever and add a suffix to make a unique name, just let the user decide
8029         whether or not to overwrite it.  If the input is a directory, write the
8030         default filename to that directory.  (Bug#4388)
8031         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
8032         is a filename-as-a-directory.
8034 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8036         * textmodes/page.el (what-page): Don't move to beginning of line.
8037         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8039 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8041         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8043 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8045         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8046         * help.el (help-for-help-internal): Add purecopy calls for text.
8048         * vc.el (top): print-log method now takes an optional SHORTLOG
8049         argument.  Add a new method: root.
8050         (vc-root-diff, vc-print-root-log): New functions.
8051         (vc-log-short-style): New variable.
8052         (vc-print-log-internal): Add support for showing short logs.
8054         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8055         vc-print-root-log and vc-print-root-diff.
8057         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8058         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8059         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8060         short logs.
8062         * vc-cvs.el (vc-cvs-print-log):
8063         * vc-mtn.el (vc-mtn-print-log):
8064         * vc-rcs.el (vc-rcs-print-log):
8065         * vc-sccs.el (vc-sccs-print-log):
8066         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8067         that is ignored for now.
8069         * vc-mtn.el (vc-mtn-annotate-command):
8070         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8072 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8074         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8075         to function-key-map, and give them ascii-character property.
8076         * term/x-win.el (x-alternatives-map):
8077         * term/ns-win.el (ns-alternatives-map):
8078         * term/internal.el (msdos-key-remapping-map):
8079         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8081 2009-09-14  Glenn Morris  <rgm@gnu.org>
8083         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8084         temp-buffers (2009-09-12).
8086 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8088         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8089         the new read-key function.
8091 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8093         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8094         is defined (Bug#4405).
8096 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8098         * recentf.el (recentf-cleanup): Use a hash table to find
8099         duplicates (Bug#4407).
8101 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8103         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8104         kp-0 to ascii equivalents (Bug#4325).
8106 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8108         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8110         * eshell/em-hist.el:
8111         * eshell/em-dirs.el (eshell-complete-user-reference):
8112         Declare pcomplete functions and variables to avoid compiler warnings.
8114 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8116         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8117         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8118         * eshell/em-alias.el (eshell-aliases-file):
8119         * eshell/em-hist.el (eshell-history-file-name):
8120         Use expand-file-name instead of concat to make file names (Bug#4308).
8122 2009-09-13  Glenn Morris  <rgm@gnu.org>
8124         * ediff-merg.el (ediff-do-merge):
8125         * filesets.el (filesets-run-cmd):
8126         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8127         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8128         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8129         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8130         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8131         Replace empty `let's with `progn'.
8133 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8135         * mail/sendmail.el (send-mail-function):
8136         * tooltip.el (tooltip-mode):
8137         * simple.el (transient-mark-mode):
8138         * rfn-eshadow.el (file-name-shadow-mode):
8139         * frame.el (blink-cursor-mode):
8140         * font-core.el (global-font-lock-mode):
8141         * files.el (temporary-file-directory)
8142         (small-temporary-file-directory, auto-save-file-name-transforms):
8143         * epa-hook.el (auto-encryption-mode):
8144         * composite.el (global-auto-composition-mode):
8145         Use custom-initialize-delay.
8146         * startup.el (command-line): Don't explicitly call
8147         custom-reevaluate-setting for all the above vars.
8148         * custom.el (custom-initialize-safe-set)
8149         (custom-initialize-safe-default): Delete.
8151 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8153         * term/x-win.el (x-initialize-window-system):
8154         * term/w32-win.el (w32-initialize-window-system):
8155         * term/ns-win.el (ns-initialize-window-system): Don't call
8156         mouse-wheel-mode since it's enabled globally by default already.
8158         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8159         actually define the variable, but only silences the byte-compiler.
8160         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8161         before looking it up.
8162         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8163         is changed.
8165 2009-09-12  Glenn Morris  <rgm@gnu.org>
8167         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8168         1000.
8169         (elint-add-required-env): Don't beep on error.
8170         (elint-forms): In case of error, return ENV unchanged.
8171         (elint-init-env): Skip non-list forms.
8172         (elint-log): Handle unknown file positions.
8174 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8176         * epg.el (epg-make-context): Add autoload cookie.
8177         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8178         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8179         (epg-verify-string, epg-start-sign, epg-sign-file)
8180         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8181         (epg-encrypt-string, epg-start-export-keys)
8182         (epg-export-keys-to-file, epg-export-keys-to-string)
8183         (epg-start-import-keys, epg-import-keys-from-file)
8184         (epg-import-keys-from-string, epg-start-receive-keys)
8185         (epg-receive-keys, epg-import-keys-from-server)
8186         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8187         (epg-sign-keys, epg-start-generate-key)
8188         (epg-generate-key-from-file, epg-generate-key-from-string):
8189         Remove autoload cookie.
8191 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8193         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8194         reevaluation of trash-directory.
8196         * mwheel.el: Fix last change.
8197         (mouse-wheel-mode): New defvar.
8198         (mouse-wheel-mode): Remove autoload cookie.
8200 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8202         * mwheel.el (mwheel-installed-bindings): New var.
8203         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8204         the bindings we set last time.  Use custom-initialize-delay.
8205         * loadup.el: Load mwheel after term/*-win.el.
8206         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8207         and mouse-wheel-up-event now that their first evaluation is done
8208         sufficiently late to be correct.
8210         * startup.el (tutorial-directory): Make it a defcustom.
8211         Use custom-initialize-delay rather than eval-at-startup to set it.
8212         * image.el (image-load-path): Make it a defcustom.
8213         Use custom-initialize-delay rather than eval-at-startup to set it.
8214         * subr.el (eval-at-startup): Remove.
8215         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8217         * subr.el (do-after-load-evaluation): Warn the user after loading an
8218         obsolete package.
8220 2009-09-12  Glenn Morris  <rgm@gnu.org>
8222         * proced.el (proced-mark-alt): Remove alias.
8223         (proced-mode-map): Remove proced-mark-alt.
8225         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8226         Elint file and directory.  Remove initialization entry.
8228         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8229         commands.
8230         (elint-current-buffer): Set mode-line-process.
8231         (elint-init-env): Handle define-derived-mode.
8232         Fix declare-function with unspecified arglist.  Guard against odd
8233         defalias statements (eg iso-insert's 8859-1-map).
8234         (elint-add-required-env): Use a temp buffer.
8235         (elint-form): Just print the function/macro name, not the whole form.
8236         Return env unchanged if we fail to parse a macro.
8237         (elint-forms): Guard against parse errors.
8238         (elint-output): New function, to handle batch mode.
8239         (elint-log-message): Add optional argument.  Use elint-output.
8240         (elint-set-mode-line): New function.
8242 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8244         * emacs-lisp/elp.el (elp-not-profilable): Add more
8245         functions (Bug#4233).
8247 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8249         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8250         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8252 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8254         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8255         (gdb-var-list-children): Use json parsing.
8257 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8259         * progmodes/js.el (js--proper-indentation): Handle the case where
8260         char-before is null.  Reported by Deniz Dogan.
8262 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8264         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8266 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8268         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8269         (epg-digest-algorithm-alist): Add SHA224.
8270         (epg-context-set-passphrase-callback)
8271         (epg-context-set-progress-callback): Add description about
8272         callback function.
8274 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8276         * custom.el (custom-delayed-init-variables): New var.
8277         (custom-initialize-delay): New function.
8278         * startup.el (command-line): "Re"evaluate all vars in
8279         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8280         explicitly any more.
8281         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8282         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8284         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8286 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8288         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8289         (gdb-var-update-handler): Use json parsing.
8291 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8293         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8294         decode annotated text, regardless of language environment.  (Bug#2741)
8296 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8298         * Makefile.in (autoloads): Make rmail.el writable as well.
8300 2009-09-11  Glenn Morris  <rgm@gnu.org>
8302         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8303         loaddefs.el.
8304         * dired.el: Regenerate with extracted autoloads.
8305         * Makefile.in (autoloads): Make dired.el writable.
8307         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8308         * ibuffer.el: Regenerate with extracted autoloads.
8309         * Makefile.in (autoloads): Make ibuffer.el writable.
8311         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8312         * version.el (emacs-copyright, emacs-major-version)
8313         (emacs-minor-version): Reformat doc-strings for make-docfile.
8315         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8316         functions and variables, since they must be stuff specific to some other
8317         platform.
8318         (apropos-print): Make mouse-click message less specific about button.
8320         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8321         that records where a macro was defined.
8322         * help-fns.el (describe-function-1): Mention if a function has a
8323         compiler-macro.
8324         * help-mode.el (help-function-cmacro): New button.
8326         * locate.el (top-level): Always require dired.
8327         (locate-mode-map): Initialize inside the defvar.
8329         * net/ange-ftp.el (dired-compress-file): Declare.
8330         (ange-ftp-dired-compress-file): Add doc string.
8332         * term/ns-win.el (x-display-name, x-setup-function-keys):
8333         Unify doc-strings with X versions.
8335 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8337         * emulation/crisp.el (crisp-mode-map): Move initialization
8338         into declaration.
8339         (crisp-mode): Use define-minor-mode.
8341         * progmodes/xscheme.el (xscheme-evaluation-commands):
8342         Put a :advertised-binding property rather than using
8343         advertised-xscheme-send-previous-expression.
8344         (advertised-xscheme-send-previous-expression): Declare obsolete.
8345         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8346         `advertised-undo'.
8347         (crisp-mode): Add corresponding bindings to
8348         undo's :advertised-binding instead.
8349         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8350         than using dired-advertised-find-file.
8351         (dired-advertised-find-file):
8352         * simple.el (advertised-undo):
8353         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8354         (widget-keymap): Put a :advertised-binding property rather
8355         than using advertised-widget-backward.
8356         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8357         than using advertised-undo.
8358         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8360 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8362         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8363         Mark mode is enabled and region is active; otherwise indent or
8364         insert TAB as usual.
8365         (delphi-mode): Update description of TAB-key binding.
8367 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8369         * subr.el (define-key-rebound-commands): Mark obsolete.
8370         * startup.el (precompute-menubar-bindings): Remove.
8371         (normal-top-level): Remove obsolete code that tried to precompute
8372         menubar bindings.
8373         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8374         define-key-rebound-commands and precompute-menubar-bindings.
8376 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8378         * net/imap.el (imap-interactive-login): Better messages.
8379         (imap-open): Fix bug with renamed buffer on reconnect.
8380         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8381         for easier debugging and cleaner code.  On successful (guessed based on
8382         server capabilities) secondary authentication, set imap-state
8383         correctly.
8384         (imap-last-authenticator): Define imap-last-authenticator as a variable
8385         to avoid warnings.
8387 2009-09-10  Glenn Morris  <rgm@gnu.org>
8389         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8391         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8392         (byte-compile-file-form-autoload): Don't warn about unknown functions
8393         where the autoload statement comes after the use.
8394         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8395         that any handlers inside the body (eg require) are in turn respected.
8397         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8398         effects.
8400         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8401         and syntax and abbrev tables basic docs, if they don't have any.
8403         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8405         * international/mule-cmds.el (top-level): Require cl when compiling.
8406         (view-hello-file): Use default-value rather than
8407         default-enable-multibyte-characters.
8409         * progmodes/fortran.el: Move all safe and risky properties into the
8410         defcustoms.
8412         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8413         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8414         * mail/undigest.el:
8415         Put autoloads in rmail.el rather than loaddefs.el.
8416         * mail/rmail.el: Regenerate with extracted autoloads.
8418         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8419         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8421 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8423         Reported in thread for Bug#4375.
8424         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8425         "-data-evaluate-expression" instead of print.
8426         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8427         (gdb-tooltip-print): Parse output from above MI command.
8428         (gdb): Revert 2009-08-11 change.  User should detach inferior
8429         manually.
8431         Remove the word "separate" from IO functions as inferior
8432         output is now never displayed in the GUD buffer.
8434 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8436         * startup.el (command-line-normalize-file-name): On Windows and
8437         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8439 2009-09-10  Juri Linkov  <juri@jurta.org>
8441         * isearch.el (isearch-text-char-description): Propertize escape
8442         character sequences with the `escape-glyph' face.  (Bug#4344)
8444         * simple.el (shell-command): Set asynchronous process filter to
8445         `comint-output-filter'.  (Bug#4343)
8447         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8448         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8449         the list.  Move "asm" to the bottom.
8450         (grep-find-ignored-directories): Add `choice' with nil value
8451         to empty the list easily.
8452         (grep-find-ignored-files): New option.
8453         (grep-files-history): Set to nil by default instead of '("ch" "el").
8454         (grep-compute-defaults): Add "<X>" to `grep-template'.
8455         (grep-read-files): Bind new local variables `default-alias' and
8456         `default-extension'.  Use a list of default values for the file prompt.
8457         (lgrep): Add `--exclude=' command line options composed from
8458         `grep-find-ignored-files'.
8459         (rgrep): Add `-name' command line options composed from
8460         `grep-find-ignored-files'.  (Bug#4301)
8462 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8464         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8465         (bug#4368).
8467 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8469         * calendar/time-date.el (autoload):
8470         Expand define-obsolete-function-alias into defalias and make-obsolete
8471         for old Emacsen that Gnus supports.
8472         (with-no-warnings): Define it for old Emacsen.
8473         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8474         is available.
8475         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8476         float-time is available; suppress compile warning for time-to-seconds.
8478 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8480         * net/imap.el (imap-message-map): Docstring fix.
8482 2009-09-09  Glenn Morris  <rgm@gnu.org>
8484         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8485         line numbers too.  (Bug#4374)
8487 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8489         * smerge-mode.el (smerge-remove-props, smerge-refine):
8490         Use with-silent-modifications (bug#4342).
8492         * subr.el (with-silent-modifications): New macro.
8494 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8496         * files.el (top-level): Require `cl' when compiling.
8498 2009-09-07  Glenn Morris  <rgm@gnu.org>
8500         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8502         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8503         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8505 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8507         * vc-git.el (vc-git-annotate-command): Use separator to parse
8508         arguments correctly.
8510 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8512         * proced.el (proced-mode): Doc fix.
8514 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8516         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8517         lstat fails.
8518         (tramp-do-file-attributes-with-ls): Check for file existence at
8519         remote end.
8520         (tramp-do-file-attributes-with-stat): Likewise.
8521         (tramp-convert-file-attributes): Return nil when attr is nil.
8523 2009-09-05  Glenn Morris  <rgm@gnu.org>
8525         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8526         properties to this button.
8527         (diary-fancy-display): Don't extend the button to the final newline.
8528         (diary-fancy-display-mode): Continue to define "q" as a local key.
8530         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8531         efficient.
8533         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8535         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8536         (byte-compile-dest-file-function): New option.
8537         (byte-compile-dest-file): Doc fix.
8538         Obey byte-compile-dest-file-function.
8539         (byte-compile-cl-file-p): New function.
8540         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8541         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8542         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8543         than for file being previously loaded.
8544         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8545         (byte-compile-file-form-require): Handle the case where requiring a file
8546         indirectly causes CL to be loaded.
8548 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8550         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8551         before killing the old buffer, since by the time `kill-buffer' is
8552         run so many buffer variables have been set to nil that it may not
8553         behave as expected.  (Bug#4061)
8555 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8557         * files.el (find-alternate-file): If the old buffer is modified
8558         and visiting a file, behave similarly to `kill-buffer' when
8559         killing it, thus reverting to the pre-1.878 behavior; see
8560         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8561         for discussion.  Also, consult `buffer-file-name' as a variable
8562         not as a function, for consistency with the rest of the code.
8564 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8566         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8567         also when adding a new directory.
8569         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8570         defun.
8572 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8574         * files.el (locate-file-completion-table): Make it provide boundary
8575         information, so partial-completion works better.
8577 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8579         * mail/footnote.el (Footnote-text-under-cursor):
8580         Check footnote-text-marker-alist before using it (bug#4324).
8582 2009-09-04  Glenn Morris  <rgm@gnu.org>
8584         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8585         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8586         * play/solitaire.el, play/tetris.el:
8587         Remove leading * from defcustom and defface docs.
8589         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8590         necessary.
8591         (diary-fancy-overriding-map): New variable.
8592         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8593         Use view-mode.
8595         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8596         goto-line.
8598 2009-09-03  Glenn Morris  <rgm@gnu.org>
8600         * arc-mode.el (archive-mode):
8601         * dos-fns.el (set-default-process-coding-system):
8602         * man.el (Man-getpage-in-background):
8603         * menu-bar.el (menu-bar-describe-menu):
8604         * server.el (server-process-filter):
8605         * startup.el (command-line):
8606         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8607         * w32-fns.el (set-default-process-coding-system):
8608         * x-dnd.el (x-dnd-handle-file-name):
8609         * international/mule-cmds.el (mule-menu-keymap)
8610         (set-default-coding-systems, language-info-alist, set-language-info)
8611         (set-language-environment, standard-display-european-internal)
8612         (set-locale-environment):
8613         * international/mule-diag.el (mule-diag):
8614         * mail/emacsbug.el (report-emacs-bug):
8615         * mail/rmail.el (rmail-mode):
8616         * mail/sendmail.el (mail-setup):
8617         Use default-value rather than default-enable-multibyte-characters.
8619         * progmodes/f90.el: Move all safe properties into the defcustoms.
8620         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8622         * calendar/appt.el (appt-check):
8623         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8624         (diary-check-diary-file, diary-list-entries)
8625         (diary-include-other-diary-files, diary-simple-display)
8626         (diary-fancy-display, diary-print-entries)
8627         (diary-mark-included-diary-files, diary-make-entry):
8628         Don't call substitute-in-file-name on diary-file.
8630 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8631             Stefan Monnier  <monnier@iro.umontreal.ca>
8633         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8634         (footnote-mode-map): Move initialization into the declaration.
8635         (footnote-minor-mode-map): Define it rather than changing global-map.
8636         (footnote-mode): Use define-minor-mode.
8638 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8640         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8641         (tramp-do-file-attributes-with-perl)
8642         (tramp-do-file-attributes-with-stat): Rename from
8643         `tramp-handle-file-attributes-with-*'.
8644         (tramp-handle-file-attributes): Use them.
8645         (tramp-do-directory-files-and-attributes-with-perl)
8646         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8647         `tramp-handle-directory-files-and-attributes-with-*'.
8648         (tramp-handle-directory-files-and-attributes): Use them.
8649         (tramp-method-out-of-band-p): Additional parameter SIZE.
8650         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8651         (tramp-handle-write-region): Use it.
8652         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8653         (tramp-handle-vc-registered): Check, whether the first run did
8654         return files to be tested.
8655         (tramp-advice-make-auto-save-file-name): Do not call directly
8656         `tramp-handle-make-auto-save-file-name', because this would bypass
8657         the locking mechanism.
8659         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8660         (file-remote-p, process-file, start-file-process, set-file-times)
8661         (tramp-compat-file-attributes): Compatibility functions shall not
8662         call directly `tramp-handle-*', because this would bypass the
8663         locking mechanism.
8664         (tramp-compat-number-sequence): New defun.
8666 2009-09-02  Glenn Morris  <rgm@gnu.org>
8668         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8669         alias for float-time.
8670         (time-to-number-of-days): In Emacs, use float-time.
8671         * net/newst-backend.el (time-add): Suppress warnings from compat
8672         function.
8673         * time.el (emacs-uptime, emacs-init-time):
8674         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8675         Use float-time rather than time-to-seconds.
8677         * minibuffer.el (completion-initials-expand): Fix typo.
8679         * faces.el (modeline, modeline-inactive, modeline-highlight)
8680         (modeline-buffer-id):
8681         * info.el (info-menu-5): Mark these face aliases as obsolete.
8683 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8685         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8686         space ...
8687         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8688         no "--thread" option.
8689         (gdb-stopped): Don't print "Switched to thread" message when it is
8690         unchanged.
8692 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8694         * minibuffer.el (completion-try-completion)
8695         (completion-all-completions): Remove ill-defined (and
8696         mistakenly installed and luckily never used nor documented)
8697         `completion-styles' property.
8698         (completion-initials-expand, completion-initials-all-completions)
8699         (completion-initials-try-completion): New functions.
8700         (completion-styles-alist): Add doc to each entry.
8701         Add new `initials' entry.
8703 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8705         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8706         MI command -var-evaluate-expression.
8707         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8708         and tweak for case of string child.
8709         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8711 2009-09-01  Glenn Morris  <rgm@gnu.org>
8713         * add-log.el (change-log-date-face, change-log-name-face)
8714         (change-log-email-face, change-log-file-face, change-log-list-face)
8715         (change-log-conditionals-face, change-log-function-face)
8716         (change-log-acknowledgement-face):
8717         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8718         (custom-modified-face, custom-set-face, custom-changed-face)
8719         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8720         (custom-documentation-face, custom-state-face, custom-comment-face)
8721         (custom-comment-tag-face, custom-variable-tag-face)
8722         (custom-variable-button-face, custom-face-tag-face)
8723         (custom-group-tag-face-1, custom-group-tag-face):
8724         * diff-mode.el (diff-header-face, diff-file-header-face)
8725         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8726         (diff-added-face, diff-changed-face, diff-function-face)
8727         (diff-context-face, diff-nonexistent-face):
8728         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8729         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8730         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8731         (Info-title-4-face):
8732         * isearch.el (isearch-lazy-highlight-face):
8733         * log-view.el (log-view-file-face, log-view-message-face):
8734         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8735         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8736         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8737         (cvs-msg-face):
8738         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8739         (smerge-base-face, smerge-markers-face):
8740         * wid-edit.el (widget-documentation-face, widget-button-face)
8741         (widget-field-face, widget-single-line-field-face)
8742         (widget-inactive-face, widget-button-pressed-face):
8743         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8744         (woman-addition-face):
8745         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8746         (eshell-ls-executable-face, eshell-ls-readonly-face)
8747         (eshell-ls-unreadable-face, eshell-ls-special-face)
8748         (eshell-ls-missing-face, eshell-ls-archive-face)
8749         (eshell-ls-backup-face, eshell-ls-product-face)
8750         (eshell-ls-clutter-face):
8751         * eshell/em-prompt.el (eshell-prompt-face):
8752         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8753         * obsolete/old-whitespace.el (whitespace-highlight-face):
8754         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8755         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8756         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8757         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8758         (antlr-font-lock-literal-face):
8759         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8760         (ebrowse-root-class-face, ebrowse-file-name-face)
8761         (ebrowse-default-face, ebrowse-member-attribute-face)
8762         (ebrowse-member-class-face, ebrowse-progress-face):
8763         * progmodes/make-mode.el (makefile-space-face):
8764         * progmodes/sh-script.el (sh-heredoc-face):
8765         * textmodes/flyspell.el (flyspell-incorrect-face)
8766         (flyspell-duplicate-face):
8767         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8768         * textmodes/texinfo.el (texinfo-heading-face):
8769         Mark face aliases with "-face" suffix as obsolete.
8771         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8772         compiler.
8774         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8775         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8776         easy-menu-define wants to modify these.
8778         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8780         * net/browse-url.el (browse-url-file-url):
8781         * term/internal.el (dos-codepage-setup):
8782         Use default-value rather than default-enable-multibyte-characters.
8784         * progmodes/etags.el (etags-goto-tag-location):
8785         * progmodes/flymake.el (flymake-highlight-line)
8786         (flymake-goto-file-and-line, flymake-goto-line):
8787         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8788         (gdb-goto-breakpoint):
8789         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8790         * progmodes/python.el (python-find-function)
8791         (python-pdbtrack-track-stack-file):
8792         * progmodes/verilog-mode.el (verilog-surelint-off):
8793         * term/ns-win.el (ns-open-file-select-line):
8794         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8795         Use forward-line rather than goto-line.
8797         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8798         * textmodes/reftex-index.el (reftex-display-index):
8799         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8800         * textmodes/reftex-toc.el (reftex-toc):
8801         Remove unnecessary bindings of default-major-mode (all are followed by
8802         major-mode check and possible mode switch).
8804 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8806         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8807         Handle watchpoints (bug#4282).
8808         (def-gdb-thread-buffer-command): Enable thread to be selected by
8809         clicking without selecting threads buffer first.
8810         (gdb-current-context-command): Use selected frame so that "up",
8811         "down" etc work in the GUD buffer.
8812         (gdb-update): Find selected frame before rendering stack buffer.
8813         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8815 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8817         * progmodes/sym-comp.el (displayed-completions): Remove.
8818         (symbol-complete): Use minibuffer-complete.
8820 2009-08-31  Glenn Morris  <rgm@gnu.org>
8822         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8824         * apropos.el (apropos-symbols-internal):
8825         Handle (obsolete) face aliases.
8827         * faces.el (describe-face): Adjust the output format to be more like
8828         describe-variable, and to mention (obsolete) face aliases.
8829         Adjust the whitespace so that help-setup-xref works.
8831         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8832         * calendar/diary-lib.el (diary-button-face):
8833         Mark these face aliases as obsolete.
8835         * calendar/calendar.el (calendar-today): Doc fix.
8837 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8839         * progmodes/gdb-mi.el (gdb-control-all-threads)
8840         (gdb-control-current-thread): Force tool bar update.
8841         (gdb-non-stop-handler): New function.
8842         (gdb-init-1): Use it to test if non-stop mode is supported.
8843         Remove unused gdbmi buffer type.
8845 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8847         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8848         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8850 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8852         * comint.el (comint-exec-1): Check command is non-null first.
8853         Part of gdb-mi.el change (2009-08-28).
8855 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8857         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8859 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8861         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8862         instead of `dolist' to avoid a recursive require when bootstrapping.
8864 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8866         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8868         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8870         * net/imap.el (imap-send-command): Simplify.
8871         (imap-wait-for-tag): point-max -> buffer-size.
8873         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8875         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8876         with constant argument.
8878         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8880         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8882         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8883         Change default, since most of our files don't have a history.
8884         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8885         the user.
8887         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8888         Add comint-run.
8890         * calc/calc.el: Improve commenting convention.
8891         (calc-digit-map, toplevel): Simplify.
8893         * comint.el (comint-insert-input): Be careful to only set point if we
8894         don't delegate to some other command.
8896         * proced.el (proced-signal-list): Make it an alist.
8897         (proced-grammar-alist): Capitalize names.
8898         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8899         Disable undo manually and make it read-only.
8900         Use completion-annotate-function.
8902         * minibuffer.el (minibuffer-message): If the current buffer is not
8903         a minibuffer, insert the message in the echo area rather than at the
8904         end of the buffer.
8905         (completion-annotate-function): New variable.
8906         (minibuffer-completion-help): Use it.
8907         (completion--embedded-envvar-table): Environment vars are
8908         always case-sensitive.
8910 2009-08-30  Glenn Morris  <rgm@gnu.org>
8912         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8913         from fortran-current-defun.
8914         (fortran-beginning-of-subprogram): Be more precise about finding the
8915         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8916         (fortran-end-of-subprogram): Simplify.
8917         (fortran-current-defun): Use fortran-start-prog-re.
8919 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8921         * subr.el (do-after-load-evaluation): Simplify.
8923 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8925         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8927         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8928         (vc-rcs-print-log): Use it.
8930         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8932 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8934         * paths.el (abbrev-file-name): Move to abbrev.el.
8935         * abbrev.el (abbrev-file-name): Move from paths.el.
8936         Obey user-emacs-directory.
8937         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8938         user-emacs-directory.
8939         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8940         abbrev-file-name and calc-settings-file any more.
8941         * startup.el (command-line): Recompute abbrev-file-name and
8942         abbreviated-home-dir.
8943         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8944         of the special code for when C-h bindings haven't been changed.
8945         (display-startup-echo-area-message): Use with-current-buffer.
8946         (command-line-1): Use a list of strings, rather than a list of lists
8947         of strings for longopts.
8949         * files.el (get-free-disk-space): Use / for default-directory.
8951         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8952         Use with-current-buffer.
8954         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8955         Recognize immutable variables like most-positive-fixnum.
8956         (byte-compile-setq-default): Check and warn if trying to assign
8957         to an immutable variable, or a non-variable.
8959         * progmodes/cc-vars.el (c-comment-continuation-stars):
8960         * progmodes/cc-engine.el (c-looking-at-bos):
8961         * progmodes/cc-cmds.el (c-toggle-auto-state)
8962         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8963         (c-comment-line-break-function): Add version of obsolescence.
8965 2009-08-28  Juri Linkov  <juri@jurta.org>
8967         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8968         associated with `archive-mode'.
8970         * image.el (image-type-header-regexps): Use only JPEG magic number
8971         to determine JPEG images, and don't use `image-jpeg-p' because
8972         Emacs can display non-JFIF non-Exif JPEG images.
8974 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8976         * arc-mode.el (archive-mode):
8977         * emacs-lisp/re-builder.el (re-builder-unload-function):
8978         Protect against the default value of `major-mode' being nil.
8980 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8982         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8983         Fix typos in docstrings.
8985         * progmodes/js.el (js--macro-decl-re): Doc fix.
8986         (js--plain-method-re, js--split-name): Refloc docstring.
8987         (js--class-styles, js--make-merged-item, js--splice-into-items):
8988         Fix typos in docstrings; reflow docstrings.
8989         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8990         (js--variable-decl-matcher, js--inside-pitem-p)
8991         (js--parse-state-at-point, js--get-all-known-symbols)
8992         (js--symbol-history, js-find-symbol, js--js-references)
8993         (js--moz-interactor, js--js-encode-value, js--read-tab):
8994         Fix typos in docstrings.
8996 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8998         * textmodes/reftex.el (reftex-get-file-buffer-force):
8999         * progmodes/verilog-mode.el (verilog-batch-execute-func):
9000         * emulation/viper.el (viper-go-away, viper-set-hooks):
9001         * emacs-lisp/re-builder.el (re-builder-unload-function):
9002         * emacs-lisp/bytecomp.el (byte-compile-file):
9003         * ses.el (ses-unload-function):
9004         * hexl.el (hexl-find-file):
9005         * files.el (normal-mode):
9006         * ehelp.el (with-electric-help):
9007         * autoinsert.el (auto-insert-alist):
9008         * arc-mode.el (archive-mode):
9009         Use (default-value 'major-mode) instead of default-major-mode.
9011         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
9012         * international/mule.el (load-with-code-conversion):
9013         * emacs-lisp/debug.el (debug):
9014         * ediff-vers.el (ediff-rcs-get-output-buffer):
9015         * dired.el (dired-internal-noselect): Don't let-bind
9016         default-major-mode around code that doesn't use it.
9017         E.g. buffer creation via get-buffer-create doesn't use it.
9019 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
9021         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
9022         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
9023         when writing the temp file.  Otherwise, epa-file gets confused.
9024         (tramp-register-file-name-handlers): Make it a defun.  Move also
9025         `epa-file-handler' to the front of `file-name-handler-alist'.
9027 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9029         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
9030         start right after a ^M.
9031         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
9032         (tramp-completion-file-name-regexp-separate)
9033         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
9034         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
9035         Don't modify last-coding-system-used by accident.
9036         (tramp-completion-file-name-handler): Apply the checks here,
9037         instead during registration.
9038         (tramp-register-file-name-handlers): Renamed from
9039         `tramp-register-file-name-handler'.  Register both
9040         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9041         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9043 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9045         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9046         Remove variable ...
9047         (gdb-init-1, gdb-display-separate-io-buffer)
9048         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9049         references to it.
9050         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9051         (gdb-inferior-filter): Use comint-output-filter to stop
9052         echoing and remove ^M characters.
9054 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9056         * emulation/viper-init.el (viper-restore-cursor-type):
9057         * emulation/cua-base.el (cua--update-indications):
9058         Replace default-cursor-type with (default-value 'cursor-type).
9060         * mail/sendmail.el (mail-recover-1):
9061         * international/mule-diag.el (describe-current-coding-system-briefly)
9062         (describe-current-coding-system):
9063         * international/mule-cmds.el (select-safe-coding-system)
9064         (select-message-coding-system)
9065         (set-language-environment-coding-systems, set-locale-environment):
9066         * hexl.el (hexl-insert-multibyte-char):
9067         * dos-w32.el (find-buffer-file-type-coding-system):
9068         * simple.el (what-cursor-position):
9069         Replace uses of default-buffer-file-coding-system
9070         with (default-value 'buffer-file-coding-system).
9072         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9073         Replace uses of default-cursor-in-non-selected-windows
9074         with (default-value 'cursor-in-non-selected-windows).
9075         Use with-current-buffer.
9077         * mail/feedmail.el: Use CL macros.
9078         (feedmail-run-the-queue, feedmail-send-it-immediately):
9079         * dos-w32.el (find-buffer-file-type): Replace uses of
9080         default-buffer-file-type with (default-value 'buffer-file-type).
9082 2009-08-28  Glenn Morris  <rgm@gnu.org>
9084         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9085         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9086         Use default-value of major-mode rather than default-major-mode.
9088 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9090         * Makefile.in (update-elcfiles): Report left over elc files.
9092         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9093         expand-file-name and with-current-buffer.
9094         (mail-get-names, mail-directory): Use with-current-buffer.
9096         * vc.el (vc-read-revision): New function.
9097         (vc-version-diff, vc-merge): Use it.
9099 2009-08-27  Sam Steingold  <sds@gnu.org>
9101         * simple.el (kill-do-not-save-duplicates): New user option.
9102         (kill-new): When it is non-nil, and the new string is the same as
9103         the latest kill, set replace to t to avoid duplicates in kill-ring.
9105 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9107         * net/tramp.el (tramp-handle-process-file): Do not flush all
9108         caches when `process-file-side-effects' is set.
9109         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9110         instead of `tramp-find-file-exists-command'.
9111         Unset `process-file-side-effects'.
9113 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9115         * net/tramp.el (tramp-methods): New method "rsyncc".
9116         (top): Add completion function for "rsyncc".
9117         (tramp-message-show-message): New defvar.
9118         (tramp-message, tramp-error): Use it.
9119         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9120         remote copying.
9121         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9122         `tramp-methods' entry `copy-env' of "rsyncc".
9123         (tramp-vc-registered-read-file-names): New defconst.
9124         (tramp-vc-registered-file-names): New defvar.
9125         (tramp-handle-vc-registered): Implement optimization strategy.
9126         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9127         (tramp-vc-file-name-handler): New defun.
9128         (tramp-get-ls-command, tramp-get-test-command)
9129         (tramp-get-file-exists-command, tramp-get-remote-ln)
9130         (tramp-get-remote-perl, tramp-get-remote-stat)
9131         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9133         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9134         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9135         timestamps.
9136         (tramp-get-file-property): Check for timestamps in
9137         `tramp-cache-inhibit-cache'.
9138         (tramp-set-file-property): Write timestamp.
9140 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9142         * language/japan-util.el (japanese-symbol-table): Add entries for
9143         cp932-2-byte.
9145         * international/characters.el: Add category `j' to cp932-2-byte.
9147 2009-08-27  Kenichi Handa  <handa@m17n.org>
9149         * international/fontset.el (build-default-fontset-data): New macro.
9150         (setup-default-fontset): Use build-default-fontset-data for CJK,
9151         tibetan, ethiopic, and ipa.
9153 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9155         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9156         (enable-multibyte-characters): Not customizable any more.
9158         * subr.el (default-mode-line-format, default-header-line-format)
9159         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9160         (default-direction-reversed, default-truncate-lines)
9161         (default-left-margin, default-tab-width, default-case-fold-search)
9162         (default-left-margin-width, default-right-margin-width)
9163         (default-left-fringe-width, default-right-fringe-width)
9164         (default-fringes-outside-margins, default-scroll-bar-width)
9165         (default-vertical-scroll-bar, default-indicate-empty-lines)
9166         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9167         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9168         (default-scroll-down-aggressively, default-fill-column)
9169         (default-cursor-type, default-buffer-file-type)
9170         (default-cursor-in-non-selected-windows)
9171         (default-buffer-file-coding-system, default-major-mode)
9172         (default-enable-multibyte-characters): Mark as obsolete.
9174 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9176         * vc-dir.el (vc-dir-update): Remove debug helper.
9178         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9180 2009-08-26  Sam Steingold  <sds@gnu.org>
9182         * simple.el (save-interprogram-paste-before-kill): New user option.
9183         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9184         save the interprogram-paste into kill-ring before overriding it
9185         with the Emacs kill.
9187 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9189         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9190         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9191         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9192         and move to vc-rcs.el.
9193         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9194         move to vc-rcs.el.
9195         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9196         (vc-rcs-update-changelog): Remove.
9197         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9198         and move to vc-rcs.el.
9200         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9201         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9202         renaming.
9203         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9204         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9205         vc.el, renamed to be RCS specific.
9207         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9208         New functions.
9209         (vc-cvs-update-changelog): Move here from vc.el.
9211         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9212         New functions.
9214 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9216         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9218 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9220         * vc-git.el (vc-git-register): Use "git add" for directories.
9221         (vc-git-stash, vc-git-stash-show): New functions.
9222         (vc-git-extra-menu-map): Bind them.
9224         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9225         directory correctly in case the item is a directory itself.
9227         * vc.el: Document the desired behavior for reverted files in the
9228         `added' state.
9229         (vc-default-prettify-state-info): Remove function, unused.
9231         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9233 2009-08-26  Glenn Morris  <rgm@gnu.org>
9235         * bindings.el (standard-mode-line-format): Reposition dashes in
9236         which-func entry.  (Bug#4217)
9238         * files.el (enable-local-variables, enable-local-eval)
9239         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9240         the defcustoms.
9241         (auto-mode-alist, ignored-local-variables)
9242         (save-some-buffers-action-alist): Move risky declarations to the
9243         definitions.
9244         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9245         (font-lock-defaults, format-alist, imenu--index-alist)
9246         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9247         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9248         (mode-line-modified, mode-line-mule-info, mode-line-position)
9249         (mode-line-process, mode-line-remote, outline-level)
9250         (parse-time-rules, rmail-output-file-alist)
9251         (special-display-buffer-names, vc-mode):
9252         Move risky declarations to the relevant files.
9253         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9254         (mode-line-modified, mode-line-process, mode-line-position)
9255         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9256         * font-core.el (font-lock-defaults):
9257         * format.el (format-alist):
9258         * vc-hooks.el (vc-mode):
9259         * window.el (special-display-buffer-names):
9260         * international/mule-cmds.el (input-method-alist):
9261         Define riskiness here (dumped file) rather than in files.el.
9262         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9263         * imenu.el (imenu-generic-expression, imenu--index-alist):
9264         * outline.el (outline-level):
9265         * time.el (display-time-string):
9266         * calendar/parse-time.el (parse-time-rules):
9267         * mail/rmailout.el (rmail-output-file-alist):
9268         Autoload riskiness here, rather than placing in files.el.
9270 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9272         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9274 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9276         * simple.el (process-file-side-effects): New defvar.
9278         * dired-aux.el (dired-show-file-type):
9279         * vc.el (vc-diff-internal):
9280         * vc-arch.el (vc-arch-diff):
9281         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9282         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9283         * vc-git.el (vc-git-registered, vc-git-working-revision)
9284         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9285         (vc-git--empty-db-p):
9286         * vc-hooks.el (vc-user-login-name):
9287         * vc-svn.el (vc-svn-registered, vc-svn-state)
9288         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9289         * progmodes/grep.el (grep-probe): Let-bind
9290         `process-file-side-effects' with nil.
9292         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9294         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9295         daemon.  Replace ping by checking for running service for bluez
9296         and zeroconf.  (Bug#4239)
9298 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9300         * net/dig.el (dig): Add autoload cookie.
9302 2009-08-25  Glenn Morris  <rgm@gnu.org>
9304         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9305         load-history for absolute file-names.
9306         (byte-compile-file-form-require): Warn about use of the cl package.
9308         * format.el (format-alist): Doc fix.
9310         * play/bubbles.el (top-level): Don't require cl at run-time.
9312         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9313         run-time cl).
9315 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9317         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9318         from cl package.
9319         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9321 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9323         * calc/calc-alg.el (math-trig-rewrite)
9324         (math-hyperbolic-trig-rewrite): New functions.
9325         (calc-simplify): Simplify trig functions when asked.
9327 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9329         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9331 2009-08-24  Kenichi Handa  <handa@m17n.org>
9333         * language/ind-util.el (mapthread): Delete it.
9334         (combinatorial): New function.
9335         (indian--puthash-cv): Use combinatorial instead of mapthread.
9337 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9339         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9340         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9341         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9342         Clarify docstring that the value is strings not symbols.
9343         (checkdoc-list-of-strings-p): New function.
9345 2009-08-22  Glenn Morris  <rgm@gnu.org>
9347         * files.el (auto-mode-alist):
9348         * hippie-exp.el (he-concat-directory-file-name):
9349         * lpr.el (lpr-windows-system, printer-name):
9350         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9351         * ps-print.el (ps-windows-system):
9352         * startup.el (command-line):
9353         * emulation/viper-ex.el (viper-glob-function):
9354         * international/mule-cmds.el (set-language-environment-coding-systems):
9355         * net/ange-ftp.el (ange-ftp-write-region):
9356         * obsolete/fast-lock.el (fast-lock-cache-name):
9357         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9358         unisoft-unix, vax-vms, win32, w32.
9360         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9361         given name if the pattern is not more specific.
9363         * calendar/lunar.el (lunar-phase-names): New option.
9364         (lunar-phase): Doc fix.
9365         (lunar-cycles-per-year): New constant.
9366         (lunar-index): New function.
9367         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9368         (lunar-phase-name): Use lunar-phase-names.
9369         (calendar-lunar-phases): Use format.
9370         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9372         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9373         Copy imenu-example--name-and-position function here for own use.
9374         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9376         * bs.el (bs--redisplay):
9377         * cus-edit.el (custom-redraw):
9378         * ibuffer.el (ibuffer-bury-buffer):
9379         * server.el (server-goto-line-column):
9380         * startup.el (command-line-1):
9381         * strokes.el (strokes-xpm-for-stroke):
9382         * term.el (term-display-buffer-line):
9383         * view.el (View-goto-line):
9384         * calc/calc.el (calc-do, calc-trail-buffer):
9385         * play/gamegrid.el (gamegrid-add-score-insecure):
9386         * progmodes/ada-mode.el (ada-compile-goto-error):
9387         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9388         (ebrowse-select-1st-to-9nth):
9389         * progmodes/cperl-mode.el (cperl-time-fontification):
9390         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9391         * progmodes/gud.el (gud-display-line):
9392         (idlwave-shell-display-line):
9393         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9394         * progmodes/make-mode.el (makefile-browser-toggle):
9395         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9396         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9397         * textmodes/picture.el (picture-draw-rectangle):
9398         * textmodes/reftex-index.el (reftex-index-goto-letter):
9399         (reftex-select-jump-to-previous):
9400         * textmodes/reftex-sel.el (reftex-find-start-point)
9401         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9402         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9403         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9404         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9405         * textmodes/two-column.el (2C-associated-buffer):
9406         Use forward-line rather than goto-line.
9408         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9409         goto-line.
9411         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9412         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9413         (quick-check-list-to-regexp): Declare.
9415         * progmodes/make-mode.el (makefile-browser-insert-selection):
9416         Use goto-char rather than goto-line.
9418         * progmodes/prolog.el (compilation-error-regexp-alist)
9419         (compilation-forget-errors): Declare.
9421 2009-08-22  Juri Linkov  <juri@jurta.org>
9423         * progmodes/grep.el (lgrep, rgrep): At the beginning
9424         set `dir' to `default-directory' unless `dir' is a non-nil
9425         readable directory.  (Bug#4052)
9426         (lgrep, rgrep): Change a weird way to report an error
9427         from using `read-string' to using `error'.
9428         Instead of using interactive arguments in the function body,
9429         add new argument `confirm'.
9431 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9433         * textmodes/remember.el (remember-buffer):
9434         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9435         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9436         (icalendar-extract-ical-from-buffer):
9437         * net/newst-treeview.el (newsticker-groups-filename):
9438         * net/newst-backend.el (newsticker-cache-filename):
9439         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9440         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9441         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9442         (speedbar-buffers-line-path, speedbar-path-line)
9443         (speedbar-buffers-line-path):
9444         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9445         (epg-sign-keys):
9446         * epa.el (epa-display-verify-result):
9447         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9449 2009-08-21  Glenn Morris  <rgm@gnu.org>
9451         * progmodes/js.el (inferior-moz-process): Fix declaration.
9453         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9455         * obsolete/rnewspost.el (news-mail-reply):
9456         Use goto-char rather than goto-line.
9458         * term/ns-win.el (ns-open-file-select-line):
9459         Use line-beginning-position rather than goto-line.
9461         * apropos.el (apropos-command):
9462         * ehelp.el (electric-helpify):
9463         * printing.el (pr-show-setup):
9464         * strokes.el (strokes-help):
9465         * tutorial.el (tutorial--describe-nonstandard-key)
9466         (tutorial--detailed-help):
9467         * woman.el (woman-mini-help, woman-display-extended-fonts):
9468         * calc/calc-help.el (calc-describe-key):
9469         * emulation/edt.el (edt-electric-helpify):
9470         * international/mule-diag.el (mule-diag):
9471         * play/yow.el (apropos-zippy):
9472         * progmodes/python.el (python-describe-symbol):
9473         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9474         * textmodes/table.el (*table--cell-describe-mode)
9475         (*table--cell-describe-bindings):
9476         Use help-print-return-message rather than the now obsolete alias.
9478         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9479         (calendar-cursor-to-visible-date):
9480         * play/5x5.el (5x5-position-cursor):
9481         * play/decipher.el (decipher):
9482         * play/gomoku.el (gomoku-goto-xy):
9483         * play/landmark.el (lm-goto-xy):
9484         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9485         (mpuz-paint-digit):
9486         Use forward-line, not goto-line.
9488         * mail/rmail.el (rmail-obsolete): Delete custom group.
9489         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9490         (rmail-remote-password, rmail-remote-password-required):
9491         Remove unneeded :set-after and :set properties.
9493 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9495         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9497 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9499         * loadup.el: Remove leftover macos code.
9501         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9502         Explicitly pass the date format to git blame so that user local
9503         so that the output format can be parsed.
9505 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9507         * net/dbus.el (top): Don't check for (getenv
9508         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9510 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9512         * log-edit.el (log-edit-strip-single-file-name): New var.
9513         (log-edit-insert-changelog): Use it.  Bug#3571
9515 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9517         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9518         Bug#3287
9520         * help.el (help-print-return-message): Rename from
9521         print-help-return-message.
9523         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9524         cvs-mode-map parent hack.
9525         (log-view-mode): Derive from special-mode.
9527         * linum.el (linum-mode): window-size-change-functions is redundant.
9528         Adapt to new window-configuration-change-hook behavior.
9529         (linum-after-size, linum-after-config): Remove.
9531         * imenu.el (imenu-example--name-and-position)
9532         (imenu-example--lisp-extract-index-name)
9533         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9534         Mark as obsolete.
9536         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9537         (inferior-prolog-mode): Use it.
9538         (inferior-prolog-load-file): Reset list of errors.
9540 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9542         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9544         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9546 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9548         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9549         is running already.
9551 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9553         * subr.el (listify-key-sequence-1): Use normal syntax since those
9554         integers are nowadays always represented by the same (positive) number
9555         on all platforms.
9556         (read-key-empty-map): New const.
9557         (read-key-delay): New var.
9558         (read-key): New function.
9559         (force-mode-line-update): Use with-current-buffer.
9560         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9561         (start-process-shell-command, start-file-process-shell-command):
9562         Discourage the use of command-args.
9564 2009-08-19  Glenn Morris  <rgm@gnu.org>
9566         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9568 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9570         * simple.el (choose-completion-string): Don't rely on
9571         minibuffer-completing-file-name and ad-hoc checks to decide whether
9572         to continue completion or not.
9574         * minibuffer.el (minibuffer-hide-completions): New function.
9575         (completion--do-completion): Use it.
9576         (completions-annotations): New face.
9577         (completion--insert-strings): Use it.
9578         (completion-pcm--delim-wild-regex): Add docstring.
9579         (completion-pcm--string->pattern): Add support for 0-width delimiters
9580         in completion-pcm--delim-wild-regex.
9582 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9584         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9585         Remove unused var `buffer-modified-p'.
9587         * minibuffer.el (completion--do-completion): Move point for the #b001
9588         case as well (bug#4176).
9589         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9591 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9593         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9594         and :session buses.
9596 2009-08-18  Kenichi Handa  <handa@m17n.org>
9598         * international/ucs-normalize.el (ucs-normalize-version):
9599         Change to 1.1.
9600         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9601         (utf-8-hfs): Make it perform normalization on encoding too.
9603         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9604         (sentence-end-without-space): Delete duplicated chars.
9605         (sentence-end-base): Likewise.
9607         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9608         (html-mode): Delete duplicated chars from sentence-end-base.
9610         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9611         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9613 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9615         * files.el (hack-one-local-variable): If the mode function is for
9616         a minor mode, pass it an argument (Bug#4148).
9618 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9620         * net/tramp.el (tramp-register-completion-file-name-handler):
9621         Check also for (member 'partial-completion completion-styles).
9623 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9625         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9626         abbrev (Bug#3943).
9628 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9630         * progmodes/cperl-mode.el: Merge upstream 6.2.
9631         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9632         (cperl-forward-re): Check cperl-brace-recursing.
9633         (cperl-highlight-charclass): New function.
9634         (cperl-find-pods-heres): Use it.
9635         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9636         (cperl-beautify-regexp-piece): Fix column calculation.
9637         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9638         (cperl-beautify-level): Don't process entire regexp.
9639         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9640         calling man.
9641         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9642         (cperl-init-faces): Build a list in the normal way.
9644 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9646         * calendar/parse-time.el (parse-time-string-chars): Save match
9647         data.
9649 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9651         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9652         (sql-product): Use it.
9653         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9654         (sql-set-product): Add completion.
9655         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9656         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9657         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9658         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9659         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9660         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9661         (sql-highlight-db2-keywords): Remove.
9662         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9663         (sql-highlight-product): Use derived-mode-p.
9664         (sql-set-sqli-buffer): Use with-current-buffer.
9665         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9666         Simplify.
9668         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9670         * term.el: Fix commenting convention, turn comments into docstrings.
9672 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9674         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9676 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9678         * calendar/parse-time.el (parse-time-string-chars): Compute using
9679         character classes, to handle non-ascii characters (Bug#3190).
9681 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9683         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9684         another heredoc if the user adds another < (Bug#3226).
9686         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9687         Don't initialize based on window-system (Bug#4124).
9689         * facemenu.el (facemenu-read-color): Use a completion function
9690         that accepts any defined color, such as RGB triplets (Bug#3677).
9692         * files.el (get-free-disk-space): Change fallback default
9693         directory to /.  Expand DIR argument before switching to fallback.
9694         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9696 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9698         * files.el (load-library): Doc fix.
9700 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9702         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9703         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9704         incremental search string.
9706         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9707         XEmacs.
9709         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9710         (ediff-merge-region-is-non-clash)
9711         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9712         Also check if the job is really a merge job.
9714         * ediff.el (ediff-current-file): New function.
9716 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9718         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9719         conventions.
9720         (js-insert-and-indent): Delete function.
9721         (js-mode-map): Don't bind keys to js-insert-and-indent.
9722         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9723         (js-end-of-defun): Rename from js--end-of-defun.
9724         (js-auto-indent-flag): Delete variable.
9726 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9728         * progmodes/js.el: Remove proclaim statement.
9729         Defvar which-func-imenu-joiner-function to silence compiler.
9731         * files.el (auto-mode-alist): Use js-mode for .js files.
9733         * progmodes/js2-mode.el: Remove file.
9735         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9737         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9739         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9741 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9742             Karl Landstrom  <karl.landstrom@brgeight.se>
9744         * progmodes/js.el: New file.
9746 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9748         * timezone.el (timezone-parse-date): Add ability to understand ISO
9749         basic format (minimal separators) dates in addition to the
9750         already-supported extended format dates.
9752 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9754         * international/ucs-normalize.el: Add a `coding' file variable.
9756         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9758 2009-08-14  Sam Steingold  <sds@gnu.org>
9760         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9762 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9764         * faces.el (help-argument-name): Define it here instead of
9765         help-fns.el, because in daemon mode help-fns.el may be loaded when
9766         faces are still uninitialized (Bug#1078).
9768         * help-fns.el (help-argument-name): Move defface to faces.el.
9770 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9772         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9773         create buffer with a pty but no process so that GDB can make the
9774         inferior the controlling process.
9776 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9778         * international/ucs-normalize.el: New file.
9780 2009-08-13  Richard Stallman  <rms@gnu.org>
9782         * mail/rmail.el (rmail-get-attr-names):
9783         Accept an attribute header that is too short.
9785         * mail/rmail.el (rmail-forget-messages):
9786         Ignore nil elt in rmail-message-vector.  Use dotimes.
9788         * progmodes/compile.el (compilation-goto-locus):
9789         Use next-error-move-function.
9791         * simple.el (next-error-move-function): New variable.
9793 2009-08-12  Juri Linkov  <juri@jurta.org>
9795         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9796         always non-nil.  (Bug#4052)
9798         * replace.el (read-regexp): Return empty string when
9799         `default-value' is nil.
9800         (keep-lines-read-args): Don't use empty string as the
9801         default value for `read-regexp'.  (Bug#2495)
9803 2009-08-12  Juri Linkov  <juri@jurta.org>
9805         * international/mule-cmds.el (ucs-insert): Change arguments
9806         from `arg' to `character', `count', `inherit' to be the same
9807         as in `insert-char'.  Doc fix.  (Bug#4039)
9809         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9811 2009-08-12  Juri Linkov  <juri@jurta.org>
9813         * files-x.el: New file.
9815         * files.el: Move code that deals with adding/deleting
9816         file/directory-local variables to files-x.el.
9818         * Makefile.in (ELCFILES): Add files-x.elc.
9820 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9822         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9823         to use `goto-line'.
9824         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9825         `goto-line'.
9826         (gdb-invalidate-disassembly): Do not refresh upon receiving
9827         'update signal.  Instead, update all disassembly buffers only after
9828         threads list.
9829         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9830         (gdb-starting): Moved -data-list-register-names...
9831         (gdb-stopped): ...here so it's sent when first thread stops.
9832         (gdb-registers-handler-custom): Do nothing if register names are
9833         unknown yet.
9835         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9836         from `gdb-mi.el' to avoid extra tangling.
9838         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9839         change which breaks `gud-def' definitions used in `gdb'.
9840         (gdb-update-gud-running): No extra fuss for updating frame number.
9842 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9844         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9845         (describe-language-environment-map, setup-language-environment-map)
9846         (set-coding-system-map): Move initialization into declaration.
9847         (set-language-info-alist): Last arg to define-key-after can be skipped.
9849         * international/quail.el (quail-completion-1): Simplify.
9850         (quail-define-rules): Use slightly more compact code.
9851         (quail-insert-decode-map): Propertize keys, compact columns.
9853         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9854         Add goto-line.
9856 2009-08-10  Miles Bader  <miles@gnu.org>
9858         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9859         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9860         (js2-instance-member, js2-private-member, js2-private-function-call)
9861         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9862         (js2-magic-paren, js2-external-variable):
9863         Remove "-face" suffix from face names.
9864         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9865         (js2-highlight-undeclared-vars, js2-peek-token)
9866         (js2-parse-function-params, js2-mode-show-errors)
9867         (js2-mode-show-warnings, js2-make-magic-delimiter)
9868         (js2-mode-highlight-magic-parens): Update to use new face names.
9870 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9872         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9873         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9875 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9877         * subr.el: Provide hashtable-print-readable.
9879         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9880         hs-c-like-adjust-block-beginning.
9881         (hs-hide-block-at-point): Stop hiding at the beginning of
9882         hs-block-end-regexp (Bug#700).
9884 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9886         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9887         a macro.
9888         (gdb-registers-handler-custom): Do not fail when register names
9889         are unavailable.
9891 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9893         * progmodes/gdb-mi.el (gdb-control-all-threads)
9894         (gdb-control-current-thread): Interactive setters for
9895         `gdb-gud-control-all-threads' to use in menu.
9896         (gdb-show-run-p): Show «Go» when process is not active.
9897         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9898         gud/thread.xpm and gud/all.xpm.
9900 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9902         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9903         (nslookup-font-lock-keywords): Make it a variable.
9904         (net-utils-mode): New mode for viewing diagnostic network output.
9905         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9906         (net-utils-run-simple): New function.
9907         (ifconfig, iwconfig, netstat, arp, route): Use it.
9909 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9911         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9912         (gdb-memory-set-address, def-gdb-set-positive-number)
9913         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9914         after changing settings.
9915         (gdb-invalidate-disassembly): Update when first shown.
9916         (gdb-edit-locals-value): Fixed.
9917         (gdb-registers-handler-custom): Print registers in right order and
9918         allow changing register values (only for current thread yet).
9919         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9920         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9921         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9922         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9923         info in mode name.
9924         (gdb-registers-mode-map): TAB to switch to locals.
9926 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9928         * mail/rmail.el (rmail-add-mbox-headers)
9929         (rmail-set-message-counters-counter): Search for
9930         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9932 2009-08-08  Glenn Morris  <rgm@gnu.org>
9934         * Makefile.in (ELCFILES): Update.
9936 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9938         * mail/sendmail.el (mail-yank-original): Set
9939         buffer-file-coding-system from the one used by the message whose
9940         text is yanked.
9942         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9943         to "windows" when "pgnuplot" is used.
9944         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9945         call accept-process-output if "pgnuplot" is used.
9946         (calc-graph-init): Don't send -display and -geometry to
9947         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9948         running "pgnuplot -V" with shell-command-to-string.
9950         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9951         the default.
9953 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9955         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9956         org/org-latex.elc.
9958 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9960         * vc-dispatcher.el (vc-resynch-window): Update comment.
9962         * term.el (term-handle-ansi-escape): Add comments with the
9963         terminfo capabilities implemented.
9965 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9967         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9968         (gdb-var-create-handler): Rewritten using JSON parser.
9969         (gdb-propertize-header): Moved earlier.
9970         (gdb-set-header): Removed to avoid duplication.
9971         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9972         Refresh disassembly buffers only after threads list have been
9973         update.
9974         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9975         variables.
9977 2009-08-04  Juri Linkov  <juri@jurta.org>
9979         * files.el: Commands to add/delete file/directory-local variables.
9980         (read-file-local-variable, read-file-local-variable-value)
9981         (read-file-local-variable-mode, modify-file-local-variable)
9982         (modify-file-local-variable-prop-line)
9983         (modify-dir-local-variable): New functions.
9984         (add-file-local-variable, delete-file-local-variable)
9985         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9986         (add-dir-local-variable, delete-dir-local-variable)
9987         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9988         (copy-dir-locals-to-file-locals-prop-line): New commands.
9990 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9992         * abbrev.el (insert-abbrev-table-description): Prettify output.
9993         Suggested by Karl Chen.
9995 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9997         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9998         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9999         (gdb-overlay-arrow-position, gdb-thread-position)
10000         (gdb-disassembly-position): Declare variables.
10001         (gdb-wait-for-pending): Function now.
10002         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
10003         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
10004         compilation goes smoothly.
10005         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
10006         (gdb-non-stop-setting): New customization setting which replaces
10007         `gdb-non-stop' so changing it doesn't break active GDB session.
10008         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
10009         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
10010         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
10011         (gdb-show-threads-by-default): New customization options.
10012         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
10013         routines.
10014         (gdb-get-buffer-create): Send buffers update signal when they are
10015         created.
10016         (gdb-invalidate-locals, gdb-invalidate-registers)
10017         (gdb-invalidate-breakpoints)
10018         (gdb-invalidate-threads, gdb-invalidate-disassembly)
10019         (gdb-invalidate-memory): Accept update signal.
10020         (gdb-current-context-command): Use --frame option.
10021         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
10022         Implement `gdb-frame-number' selection logic.
10023         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
10024         whether to show GUD toolbar buttons.
10025         (gdb-thread-exited): Unselect current thread when it exits.
10026         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
10027         (gdb-mark-line): Routine which sets overlay arrow or inverses
10028         video on fringeless displays.
10029         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
10030         to build aligned columns of data in GDB buffers and set text
10031         properties line-by-line.
10032         (gdb-invalidate-breakpoints)
10033         (gdb-breakpoints-list-handler-custom)
10034         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
10035         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
10036         (gdb-registers-handler-custom): Align data columns.
10037         (gdb-locals-handler-custom): Now prints data like in variable
10038         declarations.
10039         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10040         Removed confusing buttons.
10041         (gdb-invalidate-threads): Append --frame.
10042         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10043         between breakpoints/threads buffers.
10044         (gdb-set-window-buffer): Now can ignore dedicated windows.
10045         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10046         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10047         (def-gdb-thread-buffer-gud-command): Replaces
10048         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10049         for fine thread control.
10050         (gdb-preempt-existing-or-display-buffer): New function used to
10051         display bound buffers without breaking window layout.
10052         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10053         (gdb-select-frame): New version of `gdb-frames-select' which now
10054         sets `gdb-frame-number' so commands may use --frame option instead
10055         of inner debugger state.
10056         (gdb-frame-handler): Do not set `gdb-frame-number'.
10057         (gdb-threads-mode-map): Select threads with mouse.
10059         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10060         avoid compilation warning.
10061         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10062         `gdb-show-stop-p`.
10064         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10065         Argument `key' renamed to `buffer-type'.
10066         (gdb-current-context-buffer-name): Do not add thread info to
10067         buffer name when no thread is selected.
10068         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10069         command (bug 3794).
10070         (gdb-thread-selected): Handle `=thread-selected' notification.
10071         (gdb-wait-for-pending): New macro to deal with congestion problems.
10072         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10073         breakpoints.
10074         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10075         This fixes problem similar to one described in bug 3947.
10076         (gud-menu-map): More menu items.
10077         (gdb-init-1): Reset `gdb-thread-number' to nil.
10079         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10080         non-stop settings.
10082         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10083         (gdb-current-context-command): Do not append --thread if
10084         `gdb-thread-number' is nil.
10085         (gdb-running-threads-count, gdb-stopped-threads-count): New
10086         variables.
10087         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10088         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10089         customization options.
10090         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10091         GUD commands.
10092         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10093         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10094         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10095         set `gdb-thread-number' and update `gud-running' properly.
10096         (gdb-running): Update threads list when new threads appear.
10097         (gdb-stopped): Support non-stop operation and new thread switching
10098         logic.
10099         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10100         (gdb-json-partial-output): New set of JSON routines.
10101         (def-gdb-auto-update-trigger): New `signal-list' optional
10102         argument.
10103         (gdb-thread-list-handler-custom): Update `gud-running',
10104         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10105         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10106         (gdb-continue-thread, gdb-step-thread): New commands for fine
10107         thread execution control.
10108         (gud-menu-map): New menu items to switch non-stop options.
10109         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10110         (gdb-send): Mimic RET properly (bug 3794).
10112         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10113         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10114         gdb-buffer-rules.
10115         (def-gdb-auto-update-handler): New nopreserve optional argument.
10116         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10118         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10119         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10120         (gdb-parent-mode): New mode to derive other GDB modes from.
10121         (gdb-display-disassembly-for-thread)
10122         (gdb-frame-disassembly-for-thread): New commands for threads
10123         buffer.
10125         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10126         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10127         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10128         (gdb-update): We now store all GDB buffers in a list so that they
10129         can be updated by traversing a list instead of calling invalidate
10130         triggers explicitly.
10131         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10132         pair for GDB buffer.
10133         (gdb-stack-buffer-name): Add thread information.
10134         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10135         handle pending triggers.
10136         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10137         (def-gdb-thread-buffer-simple-command)
10138         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10139         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10140         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10141         New commands which show buffers bound to thread.
10142         (gdb-stack-list-locals-regexp): Removed unused regexp.
10144         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10145         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10146         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10147         to (gud-comint-buffer) in *-buffer-name functions
10148         because (gdb-get-target-string) already does that.
10149         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10150         (gdb-changed-registers-handler): Rewritten without regexps.
10152         * progmodes/gdb-mi.el: Basic thread selection support.
10153         (gdb-thread-number): New variable.
10154         (gdb-current-context-command): New macro which adds --thread
10155         option to command.
10156         (gdb-threads-mode-map): Select thread with SPC.
10157         (gdb-thread-list-handler-custom): Mark current thread with overlay
10158         arrow.  Synchronize GDB thread and Emacs thread.
10159         (gdb-select-thread): New command which selects current thread.
10160         (gdb-invalidate-frames, gdb-invalidate-locals)
10161         (gdb-invalidate-registers): Use --thread option.
10163 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10165         * net/tramp.el (top): Make check for tramp-gvfs loading more
10166         robust.  (Bug#3977)
10167         (tramp-handle-insert-file-contents): `unwind-protect' must be
10168         inside `with-parsed-tramp-file-name'.
10170         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10171         fails.
10173 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10175         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10176         directory if CLASSPATH is not set.
10178 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10180         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10181         New defconst.
10182         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10184 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10186         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10187         Update freshmeat link.  Delete newsforge.com as it seems gone.
10189 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10191         * select.el (x-set-selection): Doc fix (Bug#4021).
10193         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10195         * help-fns.el (describe-variable): Treat list return values from
10196         dir-locals-find-file properly (Bug#4005).
10198 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10200         * net/tramp.el (tramp-debug-message): Print also microseconds.
10202 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10204         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10205         or END is non-nil.
10206         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10207         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10208         format.
10210         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10211         (tramp-get-file-property): Use it.
10213         * autorevert.el (auto-revert-handler): Allow
10214         `auto-revert-tail-mode' for remote files.
10216 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10218         * minibuffer.el (read-file-name): Treat confirm options to
10219         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10221 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10223         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10224         (font-lock-variable-name-face, font-lock-constant-face): Darken
10225         the colors for light backgrounds.
10227 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10229         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10230         month names.  (Bug#3987)
10232 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10234         * simple.el (line-move-finish): Pass whole number to
10235         line-move-to-column.
10236         (line-move-visual): Perform hscroll to the recorded position.
10238 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10240         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10242 2009-07-29  Alan Mackenzie  <acm@muc.de>
10244         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10246 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10248         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10249         (gdb-place-breakpoints): Use full path when setting breakpoints.
10251 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10253         * calc/calc.el (calc-mode-map): Add keybinding for
10254         `calc-transpose-lines'.
10256 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10258         * calc/calc-misc.el (calc-transpose-lines): New function.
10260 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10262         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10263         Simplify check for out-of-band methods.
10264         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10265         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10267 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10269         * vc-git.el (vc-git-checkin): Fix typo.
10271 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10273         * progmodes/js2-mode.el: New file.
10275 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10277         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10278         (gud-menu-map): Adjust tooltip accordingly.
10280 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10282         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10283         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10285         * add-log.el (change-log-mode-map): Add a menu.
10287 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10289         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10290         function returns nil.
10291         (dbus-handle-event): Handle special return value :ignore.
10292         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10294 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10296         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10297         it's not needed.
10299 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10301         Fix Bug#3888:
10303         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10305         * term/pc-win.el (x-display-name, x-colors)
10306         (x-select-enable-clipboard, x-select-text): Doc fix.
10308         * term/common-win.el (x-display-name, x-colors): Doc fix.
10310         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10311         (xw-defined-colors): Doc fix.
10313         * w32-fns.el (x-select-text, x-setup-function-keys)
10314         (x-get-selection, x-set-selection): Doc fix.
10316         * term/x-win.el (x-select-text, x-setup-function-keys)
10317         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10319         * select.el (x-set-selection): Doc fix.
10321 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10323         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10324         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10325         "IsNSSSupportAvailable" method is not available.  Reported by
10326         Steve Youngs <steve@sxemacs.org>.
10328 2009-07-24  Kenichi Handa  <handa@m17n.org>
10330         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10331         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10332         (build-unicode-category-table): Fix range checks.
10334 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10336         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10337         the buffer we try to sync is current when calling
10338         vc-resynch-buffer.
10340         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10341         not show up to date files.
10343 2009-07-24  Glenn Morris  <rgm@gnu.org>
10345         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10346         Add autoload cookies.  If necessary, initialize.
10347         (elint-log): Handle non-file buffers.
10348         (elint-initialize): Add optional argument to reinitialize.
10349         (elint-find-builtin-variables): Save excursion.
10351 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10353         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10354         for Lint.
10356 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10358         * vc.el (vc-print-log-internal): New function, split out from ...
10359         (vc-print-log): ... here.
10360         (vc-dir-move-to-goal-column): Declare.
10362         * vc-git.el (vc-git-add-signoff): New variable.
10363         (vc-git-checkin): Use it.
10364         (vc-git-toggle-signoff): New function.
10365         (vc-git-extra-menu-map): Bind it to menu.
10366         (vc-git--run-command-string): Accept a nil FILE argument.
10367         (vc-git-stash-list): New function.
10368         (vc-git-dir-extra-headers): Use it.
10370 2009-07-23  Glenn Morris  <rgm@gnu.org>
10372         * help-fns.el (describe-variable): Describe ignored and risky local
10373         variables in a similar way to that in which we describe safe ones.
10375         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10376         (byte-compile-output-file-form, byte-compile-output-docform)
10377         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10378         Give some more local variables with common names a "bytecomp-" prefix,
10379         so as not to shadow things during compilation.
10380         * emacs-lisp/cl-macs.el (load-time-value)
10381         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10382         `outbuffer' to `bytecomp-outbuffer'.
10384         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10385         since the next two variables cover them automatically now.
10386         (elint-builtin-variables, elint-autoloaded-variables): New.
10387         (elint-unknown-builtin-args): Remove all members, since they can be
10388         parsed automatically now.
10389         (elint-extra-errors): New.
10390         (elint-env-add-env, elint-env-add-macro): Use cadr.
10391         (elint-current-buffer): Use or.  Change final message.
10392         (elint-get-top-forms): Use line-end-position.
10393         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10394         and defalias.
10395         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10396         (regexp-assoc): Remove unused function.
10397         (elint-top-form): Set elint-current-pos, to record the start of the
10398         top-level form, for compilation-mode.
10399         (elint-form): Trap errors in macro expansion.  Use dolist.
10400         (elint-unbound-variable): Use elint-builtin-variables and
10401         elint-autoloaded-variables.
10402         (elint-get-args): Use cadr, or.
10403         (elint-check-cond-form): Use dolist, cadr.
10404         (elint-check-condition-case-form): Doc fix.  Use cadr.
10405         Use elint-extra-errors.
10406         (elint-log): New function.
10407         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10408         Distinguish errors and warnings.
10409         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10410         Use a bytecomp-style format.
10411         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10412         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10413         Don't truncate lines.
10414         (elint-initialize): Set builtin and autoloaded variable lists.
10415         Only process elint-unknown-builtin-args if non-nil.
10416         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10417         New functions.
10418         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10420 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10422         * net/newst-backend.el (newsticker--parse-atom-1.0)
10423         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10424         (newsticker--parse-rss-1.0):
10425         * progmodes/idlwave.el (idlwave-mode):
10426         * progmodes/idlw-shell.el (idlwave-shell-mode):
10427         * progmodes/vera-mode.el (vera-mode):
10428         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10429         * progmodes/vhdl-mode.el (vhdl-mode):
10430         * textmodes/table.el (table-generate-source)
10431         (table--warn-incompatibility):
10432         Hyperlink urls in docstrings with URL `...'.
10434 2009-07-22  Glenn Morris  <rgm@gnu.org>
10436         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10437         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10438         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10439         Remove leading * from defcustom docs.
10441         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10443         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10444         defcustom doc.
10445         (list-load-path-shadows): Optionally, just return shadows as a string.
10447         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10449 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10451         * mail/rmailedit.el (rmail-edit-mode): Use
10452         auto-save-include-big-deletions.
10454         * mail/rmail.el (rmail-variables): Use
10455         auto-save-include-big-deletions.
10457         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10458         changes.
10460 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10462         * calc/calc.el (calc-undo-length): New variable.
10463         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10465 2009-07-21  Richard Stallman  <rms@gnu.org>
10467         * files.el (auto-save-mode): Handle buffer-save-size = -2
10468         for toggling mode.
10470 2009-07-21  Glenn Morris  <rgm@gnu.org>
10472         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10474         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10476         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10477         silence compiler.  Instead...
10478         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10479         (ps-print-ensure-fontified): Update for above function name changes.
10481         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10482         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10483         silence compiler.  Instead...
10484         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10485         (mh-show-buffer): Only define for compiler.
10486         (pr-mh-current-message): Update for above function name changes.
10488         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10489         as an argument.
10490         (find-file-noselect, insert-file-1): Update for above change.
10492         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10494         * mail/mailclient.el (mailclient-send-it): Fix message.
10496         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10497         (edebug-eval): Check cl-debug-env is bound.
10498         (print-level, print-circle): Don't redefine built-in variables.
10500         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10501         (custom-print-vectors): Remove old comments from doc.
10503         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10504         (emerge-version): Make the variable an obsolete alias for the
10505         emacs-version variable.  Make the function obsolete.
10506         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10507         Emerge options, rather than merging in into the main Options menu.
10508         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10509         and auto advance modes.  Disable edit/fast items when not relevant.
10511 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10513         * term/vt420.el (terminal-init-vt420): Fix typo.
10515 2009-07-20  Sam Steingold  <sds@gnu.org>
10517         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10518         variable (removed from compile.el on 2004-03-11).
10520 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10522         * files.el (hack-local-variables-filter): Fix last change.
10524 2009-07-19  Juri Linkov  <juri@jurta.org>
10526         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10527         (dir-local-variables-alist): New buffer-local variable.
10528         (hack-local-variables-filter): If variable is not dir-local,
10529         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10530         because file-local overrides dir-local.
10531         (c-postprocess-file-styles) <declare-function>:
10532         Remove obsolete declaration.
10533         (hack-dir-local-variables): Add dir-local variable/value pair to
10534         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10536         * help-fns.el (describe-variable): Add information about
10537         file-local and dir-local variables.
10539 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10541         * files.el (hack-local-variables-filter): Rewrite.
10543 2009-07-19  Glenn Morris  <rgm@gnu.org>
10545         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10546         Silence compiler by only defining on XEmacs.
10548         * international/mule.el (auto-coding-regexp-alist): Only match
10549         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10551         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10552         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10553         (cal-menu-context-mouse-menu): Doc fix.
10555         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10557         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10559 2009-07-18  Juri Linkov  <juri@jurta.org>
10561         * info.el: Virtual Info keyword finder.
10562         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10563         (Info-finder-file): New variable.
10564         (Info-finder-find-file): New function.
10565         (finder-known-keywords, finder-package-info)
10566         (find-library-name, lm-commentary): Use defvar and
10567         declare-function to silence compiler warnings.
10568         (Info-finder-find-node): New function.
10569         (info-finder): New command.
10571         * subr.el (process-kill-buffer-query-function): New function.
10572         (add-hook)<kill-buffer-query-functions>: Add hook
10573         `process-kill-buffer-query-function'.
10575 2009-07-18  Alan Mackenzie  <acm@muc.de>
10577         * progmodes/cc-mode.el (c-before-hack-hook)
10578         (c-postprocess-file-styles): Give invocation of `c-set-style'
10579         DONT-OVERRIDE parameter of t.  Already set style variables will
10580         thus not be overridden by style settings given by `c-file-syle'.
10582         * files.el (hack-local-variables-filter): Remove entries with
10583         duplicate keys from `file-local-variables-alist'.
10585 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10587         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10588         x-set-selection if display-selections-p returns nil for the
10589         current frame.
10591 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10593         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10595 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10597         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10598         Accept nil in addition to a regexp.
10599         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10600         Accept nil in addition to a regexp.
10601         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10602         buffers that have an associated file.  Handle nil values of
10603         desktop-buffers-not-to-save and desktop-files-not-to-save.
10604         (Bug#3833)
10606         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10607         (x-disown-selection-internal): New functions.
10609 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10611         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10612         warning.
10613         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10614         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10616 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10618         * simple.el (set-mark): Revert last change.
10620 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10622         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10623         rendering of pngs is not possible instead of messaging a long
10624         description.
10626 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10628         * w32-fns.el (x-selection-owner-p): New function.
10630         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10631         (mouse-yank-at-click, mouse-yank-primary): If
10632         select-active-regions is non-nil, deactivate the mark before
10633         insertion.
10635         * simple.el (deactivate-mark, set-mark): Only save selection if we
10636         own it.
10638 2009-07-17  Kenichi Handa  <handa@m17n.org>
10640         * case-table.el (describe-buffer-case-table): Fix for the case
10641         that KEY is a cons.
10643 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10645         * vc-rcs.el (vc-rcs-find-file-hook):
10646         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10648 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10650         * net/tramp.el (tramp-wait-for-output): Handle the case when
10651         commands do not return a newline but a null byte before the shell
10652         prompt.  (Bug#3858)
10654 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10656         * term/ns-win.el (ns-set-alpha): Don't declare.
10657         (ns-set-background-alpha): Remove function.
10659 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10661         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10662         y-or-n-p, for safety.
10664 2009-07-16  Richard Stallman  <rms@gnu.org>
10666         * files.el (auto-save-mode): If buffer-saved-size is -2,
10667         don't clobber it.
10669         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10670         (rmail-retry-ignored-headers): Add more uninteresting fields.
10672 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10674         * net/rcirc.el (rcirc): Use history variables.
10675         (rcirc-server-name-history, rcirc-nick-name-history)
10676         (rcirc-server-port-history): New variables.
10678 2009-07-15  Kenichi Handa  <handa@m17n.org>
10680         * international/mule-cmds.el (set-language-environment-charset):
10681         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10682         ignore them.
10684         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10685         Delete unibyte-display.
10687 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10689         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10691 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10693         * simple.el (deactivate-mark): Optional argument FORCE.
10694         (set-mark): Use deactivate-mark.
10696         * info.el (Info-search): No need to check transient-mark-mode
10697         before calling deactivate-mark.
10699         * select.el (x-set-selection): Doc fix.
10700         (x-valid-simple-selection-p): Allow buffer values.
10701         (xselect--selection-bounds): Handle buffer values.  Suggested by
10702         David De La Harpe Golden.
10704         * mouse.el (mouse-set-region, mouse-drag-track): Call
10705         copy-region-as-kill before setting the mark, to let
10706         select-active-regions work.
10708 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10710         * simple.el (deactivate-mark): If select-active-regions is
10711         non-nil, copy the selection data into a string.
10712         (activate-mark): If select-active-regions is non-nil, set the
10713         selection to the current buffer.
10714         (set-mark): Update selection if select-active-regions is non-nil.
10716         * select.el (x-valid-simple-selection-p): Allow buffer values.
10718 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10720         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10721         and more featureful message-mode.
10723 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10725         * select.el (x-set-selection): Doc fix.
10726         (x-valid-simple-selection-p): Disallow selection data consisting
10727         of a list or cons of integers, since that is not used.
10728         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10729         (xselect-convert-to-string, xselect-convert-to-length)
10730         (xselect-convert-to-filename, xselect-convert-to-charpos)
10731         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10733 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10735         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10736         output in -break-info command (Emacs bug #3794).
10738 2009-07-14  Glenn Morris  <rgm@gnu.org>
10740         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10741         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10742         (edebug-print-length, edebug-print-level, edebug-print-circle)
10743         (edebug-sit-for-seconds, edebug-view-outside)
10744         (edebug-bounce-point, edebug-set-global-break-condition)
10745         (edebug-Go-nonstop-mode, edebug-trace-mode)
10746         (edebug-Trace-fast-mode, edebug-continue-mode)
10747         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10748         (edebug-visit-eval-list): Doc fixes.
10750         * subr.el (def-edebug-spec): Doc fix.
10752 2009-07-14  Kenichi Handa  <handa@m17n.org>
10754         * international/characters.el: Fix setting of category ?C.
10756 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10758         * term/ns-win.el (x-select-font): defalias x-select-font to
10759         ns-popup-font-panel instead of generate-fontset-menu.
10761 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10763         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10765 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10767         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10768         the PK\003\004 header (Bug#3770).
10770 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10772         * pcomplete.el (pcomplete-comint-setup): Check for
10773         shell-dynamic-complete-filename too.
10775 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10777         * simple.el (temporary-goal-column): Change the value for
10778         line-move-visual to a cons cell.
10779         (line-move-visual): Record or set the window hscroll, if
10780         necessary (Bug#3494).
10781         (line-move-1): Handle cons value of temporary-goal-column.
10783 2009-07-11  Kenichi Handa  <handa@m17n.org>
10785         * international/mule-diag.el (describe-character-set): Don't show
10786         width.
10788 2009-07-10  Sam Steingold  <sds@gnu.org>
10790         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10791         Omake sometimes indents the errors it prints, so allow all
10792         regexps to start with spaces.
10794 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10796         * cus-edit.el (customize-changed-options-previous-release):
10797         Bump value to 22.1.  (Bug#3804)
10799 2009-07-08  Sam Steingold  <sds@gnu.org>
10801         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10802         to be a cons cell (test . ignored-directory) to selectively ignore
10803         some directories depending on the location of the search.
10805 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10807         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10808         remote user is root, on the local host.
10809         (tramp-local-host-p): Either the local user or the remote user
10810         must be root.  (Bug#3771)
10812 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10814         * progmodes/gdb-mi.el (gdb): Remove description of
10815         gdb-use-separate-io-buffer.
10816         (menu): Don't allow toggling of or enable
10817         gdb-use-separate-io-buffer from menubar.
10819 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10821         * mail/unrmail.el (unrmail): Make sure the message ends with two
10822         newlines (Bug#3769).
10824 2009-07-08  Glenn Morris  <rgm@gnu.org>
10826         * calendar/calendar.el (calendar-current-date): Rework previous change.
10828 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10830         * calendar/calendar.el (calendar-current-date):
10831         Add an optional argument giving an offset from today.
10833 2009-07-08  Glenn Morris  <rgm@gnu.org>
10835         * tutorial.el (tutorial--describe-nonstandard-key):
10836         Adjust the message for when a key has been unbound.
10837         (help-with-tutorial): Hide the arch-tag.
10839 2009-07-08  Kenichi Handa  <handa@m17n.org>
10841         * international/fontset.el (setup-default-fontset): For each
10842         script, append (not set) font-specs.
10844         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10845         docstring.
10847 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10849         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10850         -data-list-register-names to ...
10851         (gdb-starting): ... here because GDB 7.0 requires execution to
10852         have started when using this MI command.
10853         (gdb-set-header): New function to distinguish select and
10854         unselected tabs in gdb buffers.
10855         (gdb-propertize-header): New macro that uses gdb-set-header.
10856         (gdb-breakpoints-header, gdb-locals-header): Use it.
10857         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10859 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10861         * Makefile.in (ELCFILES): Remove fadr.elc.
10863 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10865         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10866         may contain frame information, so `string-match' should be used.
10867         (gdb-update): Disassembly is invalidated through
10868         `gdb-get-selected-frame'.
10869         (gdb-pad-string): New function to pad string with spaces.
10870         (gdb-invalidate-disassembly): Invalidate only if the buffer
10871         exists.
10872         (gdb-disassembly-handler-custom): Column alignment.
10873         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10874         placing new ones.
10875         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10876         end of line, too.
10877         (gdb-frame-handler): Match convention to for disassembly buffer
10878         mode name.
10879         (gdb-stack-list-frames-handler): Rewritten without regexps.
10880         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10881         not highlight breakpoints without line information.
10882         (gdb-input): Add trailing newline to command.
10884         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10885         buffer properly.
10886         (gdb-breakpoints-list-handler-custom): Replacement for
10887         `gdb-break-list-handler'.  Using real parser instead of regexps
10888         now.
10889         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10890         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10891         to place breakpoints.
10892         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10893         functions.
10894         (gdb-disassembly-handler-custom): Show overlay arrow.
10895         (gdb-disassembly-place-breakpoints): Show breakpoints in
10896         disassembly buffer.
10897         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10898         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10899         instead of parsing breakpoints buffer.  Fixed old menu references
10900         in `gud-menu-map'.
10902         * fadr.el: Remove.
10904         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10905         (gdb-memory-address): New variable which holds top address of
10906         memory page shown in memory buffer.
10907         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10908         customization variables.
10909         New functions:
10910         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10911         display the memory buffer.
10912         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10913         buffer display parameters.
10914         (def-gdb-memory-format, gdb-memory-format-binary)
10915         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10916         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10917         Functions for setting memory buffer format.
10918         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10919         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10920         unit size used in memory buffer.
10921         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10922         to next/previous page of memory buffer.
10923         Now using (bindat-get-field) instead of fadr functions.
10925 2009-07-07  Sam Steingold  <sds@gnu.org>
10927         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10928         non-top-level files.
10930 2009-07-07  Kenichi Handa  <handa@m17n.org>
10932         * international/mule-cmds.el (reset-language-environment): Put
10933         the highset priority to the charset iso-8859-1.
10935 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10937         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10938         to the end of the line when locating the block (Bug#700).
10940 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10942         * net/tramp.el (tramp-handle-write-region): Flush file properties
10943         in case of short track.
10945 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10947         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10948         Coded custom representation of verilog error regular expressions
10949         to work with Emacs-22's new format.
10950         (verilog-error-regexp-xemacs-alist): Coded custom representation
10951         of verilog error regular expressions to work with XEmacs format.
10952         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10953         error recognition into XEmacs.
10954         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10955         error recognition into Emacs-22.
10957 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10959         * woman.el: Remove stand-alone closing parentheses.
10960         (woman-file-name, woman2-format-paragraphs)
10961         (woman-leave-blank-lines): Code cleanup.
10962         (woman-use-own-frame): Change default to nil.
10963         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10964         defaults to inherit from default faces.
10965         (woman2-process-escapes): Consume the newline after a stand-alone
10966         filler character (Bug#3651).
10968 2009-07-06  Glenn Morris  <rgm@gnu.org>
10970         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10971         (top-level): Move provide to the end.
10972         (ffap): Remove defunct URL from custom group.
10974         * subr.el (eval-after-load): Doc fix.
10976 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10978         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10979         `calc-embedded-word' is called twice.
10981 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10983         * files.el (find-alternate-file-other-window, find-alternate-file):
10984         Obey confirm-nonexistent-file-or-buffer.
10986 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10988         * dired-aux.el (dired-show-file-type): Handle remote files.
10990 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10992         * desktop.el (desktop-globals-to-save):
10993         Add file-name-history (Bug#2750).
10995 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10997         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10999 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
11001         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
11002         property on entire argument since this is what eshell-lisp-command
11003         expects.
11005 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
11007         * net/tramp-gvfs.el (tramp-gvfs-methods)
11008         (tramp-gvfs-zeroconf-domain)
11009         (tramp-bluez-discover-devices-timeout): Add version flag.
11010         (tramp-gvfs-handler-mounted-unmounted)
11011         (tramp-gvfs-connection-mounted-p): Polish handling of
11012         incompatibilities between GVFS 0.2 and 1.0.
11014 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
11016         * cus-start.el (all): Add make-pointer-invisible.
11018 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
11020         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
11021         formatted correctly.
11023 2009-07-02  Juri Linkov  <juri@jurta.org>
11025         * info.el: Virtual Info files and nodes.
11026         (Info-virtual-files, Info-virtual-nodes): New variables.
11027         (Info-current-node-virtual): New variable.
11028         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
11029         New functions.
11030         (Info-file-supports-index-cookies): Use Info-virtual-file-p
11031         to check for a virtual file instead of checking a fixed list
11032         of node names.
11033         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
11034         instead of ad-hoc processing of "dir" and (apropos history toc).
11035         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
11036         instead of ad-hoc processing of "dir" and (apropos history toc).
11037         Reread a file when moving from a virtual node.
11038         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11039         (Info-directory-toc-nodes, Info-directory-find-file)
11040         (Info-directory-find-node): New functions.
11041         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11042         (Info-history): Move part of code to
11043         `Info-history-find-node'.
11044         (Info-history-toc-nodes, Info-history-find-file)
11045         (Info-history-find-node): New functions.
11046         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11047         (Info-toc): Move part of code to `Info-toc-find-node'.
11048         (Info-toc-find-node): New function.
11049         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11050         the current Info file name to references because now the node
11051         "*TOC*" belongs to the same Info manual.
11052         (Info-toc-build): Rename from `Info-build-toc'.
11053         (Info-toc-nodes): Rename input argument `file' to `filename'.
11054         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11055         instead of ad-hoc processing of ("dir" apropos history toc).
11056         (Info-index-nodes): Use Info-virtual-file-p
11057         to check for a virtual file instead of checking a fixed list
11058         of node names.
11059         (Info-index-node): Add check for `Info-current-node-virtual'.
11060         Raise `save-match-data' higher up the tree to contain
11061         `search-forward' too (bug fix).
11062         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11063         (Info-virtual-index-nodes): New variable.
11064         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11065         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11066         (Info-apropos-file, Info-apropos-nodes): New variables.
11067         (Info-apropos-toc-nodes, Info-apropos-find-file)
11068         (Info-apropos-find-node, Info-apropos-matches): New functions.
11069         (info-apropos): Move part of code to `Info-apropos-find-node' and
11070         `Info-apropos-matches'.
11071         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11072         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11073         for a virtual file instead of checking a fixed list of node names.
11075         * simple.el (async-shell-command): New command.
11077         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11079         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11080         instead of `mount-info'.
11082 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11084         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11085         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11087 2009-07-02  Kenichi Handa  <handa@m17n.org>
11089         * international/mule.el (set-keyboard-coding-system): Force *-unix
11090         coding-system to avoid eol conversion.
11092 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11094         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11095         Add handler for `process-file', `shell-command' and
11096         `start-file-process'.
11097         (tramp-gvfs-handle-shell-command)
11098         (tramp-gvfs-handle-start-file-process)
11099         (tramp-gvfs-handle-process-file): New defuns.
11100         (tramp-synce-list-devices): Simplify check for existence of property.
11102 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11104         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11106 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11108         * language/korean.el (set-language-info-alist): Add korean-cp949,
11109         cp949 to spec.
11111 2009-07-01  Kenichi Handa  <handa@m17n.org>
11113         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11115         * international/encoded-kb.el: Deleted.
11117         * international/mule.el (set-keyboard-coding-system): Perform the
11118         necessary setup here instead of calling encoded-kbd-setup-display.
11120 2009-07-01  Glenn Morris  <rgm@gnu.org>
11122         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11124 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11126         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11128 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11130         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11131         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11132         (tramp-default-file-modes): Remove execute permissions.
11134         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11135         (top): Add a default for "synce" in `tramp-default-user-alist'.
11136         Add completion function for "synce" method.
11137         (tramp-hal-service, tramp-hal-path-manager)
11138         (tramp-hal-interface-manager, tramp-hal-interface-device):
11139         New defconst.
11140         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11141         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11142         New defuns.
11144         * net/trampver.el: Update release number.
11146 2009-06-30  Kenichi Handa  <handa@m17n.org>
11148         * international/fontset.el (setup-default-fontset): Add CJK fonts
11149         for symbols and the other miscellaneous characters.
11151         * language/korea-util.el (setup-korean-environment-internal):
11152         Make char-width-table suitable for Korean environments.
11153         (exit-korean-environment): Cancel above.
11155         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11156         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11157         setup-function to make char-width-table suitable for respective
11158         environments, and an exit-function to cancel that.
11160         * language/japan-util.el (setup-japanese-environment-internal):
11161         Call use-cjk-char-width-table with arg `ja_JP'.
11163         * international/characters.el (cjk-char-width-table): Delete it.
11164         (cjk-char-width-table-list): New variable.
11165         (use-cjk-char-width-table): New arg local-name.
11166         (use-default-char-width-table): Fix for the case that Emacs is
11167         already using the default char-width-table.
11169 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11171         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11172         modes mandatory.  (Bug#3712)
11174 2009-06-29  Alan Mackenzie  <acm@muc.de>
11176         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11177         correction between the visible width of TABs and their number of bytes.
11179 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11181         * server.el (server-buffer-done): Prevent kill-buffer from
11182         prompting by clearing the buffer modification flag (Bug#3696).
11184 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11186         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11187         (verilog-endcomment-reason-re): Support unique case and priority case.
11188         (verilog-basic-complete-re): Support localparam lineup.
11189         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11190         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11191         commenting.
11192         (verilog-leap-to-case-head): Now support *nested* unique &
11193         priority case statements.
11194         (verilog-auto-lineup): Make just declarations the default (as it
11195         had been).
11196         (verilog-leap-to-case-head): Support priority/unique case statements.
11197         (verilog-auto-lineup): Rework to give users radio buttons to
11198         select the various styles of automatic lineup.
11199         (verilog-error-regexp-alist): Rework to support the XEmacs style
11200         of error regular expressions from compilers, lint tools &
11201         simulators.  Note that GNU Emacs has made it impossible for a mode
11202         to load such things.
11203         (electric-verilog-terminate-line, verilog-indent-declaration)
11204         (verilog-auto-wiure): Rework for radio button selection of
11205         auto-lineup selection of specification of auto lineup.
11206         (verilog-beg-of-statement-1): Redesign to support proper operation
11207         in additional code, based on testing with auto-lineup.
11208         (verilog-calculate-indent, assignments & declarations)
11209         (verilog-backward-token): Enhance to support auto-lineup of
11210         assignments & declarations.
11211         (verilog-in-directive-p, verilog-at-struct-p): New function for
11212         easy test of whether we are.
11213         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11214         to support safe execution at almost anyline.
11215         (verilog-calc-1): Properly support indenting deep inside generate
11216         blocks.
11217         (verilog-init-font): Remove definition & use of verilog-init-font,
11218         as it is redundant with font-lock-defaults.
11219         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11220         to avoid circular calls if syntax-ppss is a function (as is the
11221         case now in 22.x GNU Emacs) as that function would sometimes call
11222         itself, leading to (nearly) infinite recursion.
11223         (verilog-ovm-begin-re, verilog-ovm-end-re)
11224         (verilog-ovm-statement-re, verilog-leap-to-head)
11225         (verilog-backward-token): Add support for OVM macros.  Some are
11226         complete statements, and others open and close scopes like begin
11227         and end.
11228         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11229         (verilog-defun-level-generate-only-re): Really fix the defun-list
11230         compilation issue.
11231         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11232         coverpoint, constraint and cross statements.
11233         (verilog-defun-level-list, verilog-generate-defun-level-list)
11234         (verilog-all-defun-level-list): Redo these specifications - it is
11235         too hard to support eval-when compile aggregation of lists also
11236         built at when-compile time.
11237         (verilog-defun-level-list): Place defconsts of variables used in
11238         building regular expressions which are built in eval-when-compile
11239         bodies in the same eval-when-compile body to facilitate compile
11240         without load.
11241         (verilog-beg-block-re-ordered): Support indenting
11242         virtual/protected tasks and functions.
11243         (verilog-defun-level-list, verilog-in-generate-region-p)
11244         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11245         indentation of some module items (generate items).
11246         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11247         across virtual/protected tasks and functions.
11249 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11251         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11252         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11253         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11254         in concatenations.  Reported by Yishay Belkind.
11255         (verilog-auto-ascii-enum): Support one-hot state machines in
11256         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11257         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11258         modport in AUTOINST and add vl-modport for users.  Reported by
11259         David Rogoff.
11260         (verilog-auto-inout-module, verilog-auto-inst)
11261         (verilog-decls-get-interfaces, verilog-insert-definition)
11262         (verilog-insert-one-definition, verilog-read-decls)
11263         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11264         (verilog-sig-modport, verilog-signals-combine-bus)
11265         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11266         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11267         Suggested by David Rogoff.
11268         (verilog-repair-open-comma): Fix non-insertion of comma when
11269         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11270         (verilog-make-width-expression): Simplify [A-1:0] expression
11271         widths to just {A{1'b0}}.
11272         (verilog-mode): Cleanup checkdoc warnings.
11273         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11274         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11275         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11276         (next-error-last-buffer): Fix byte-compiler warning.
11277         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11278         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11279         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11280         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11281         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11282         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11283         in AUTOINOUT.  Reported by Matthew Lovell.
11284         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11285         causing use of <= assignments.  Reported by Alex Reed.
11286         (verilog-read-decls): Fix triand, trior, wand, wor to be
11287         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11288         (verilog-extended-complete-re): Support import "DPI-C" functions.
11289         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11290         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11291         (verilog-insert-date, verilog-insert-year)
11292         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11293         Windows systems.  Reported by Michael Potts.
11294         (verilog-read-module-name): Fix AUTOINST when the child module
11295         declaration's name is a tick define.  Reported by Elliot Mednick.
11296         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11297         passed to next parameter's definition.  Reported by Bruce T.
11298         (verilog-read-decls): Fix detecting "parameter int" when using
11299         AUTOINSTPARAM.  Reported by Bruce T.
11300         (verilog-goto-defun): Fix goto not finding modules unless first
11301         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11302         (verilog-mode): Expand -f flag arguments on entry to mode so
11303         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11304         (verilog-getopt): Expand environment variables in -f file
11305         arguments.  Suggested by Lawrence Butcher.
11306         (verilog-set-define): Fix "Symbol's value as variable is void"
11307         when reading enumerations.
11308         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11309         Suggested by Stephen Peltan.
11310         (verilog-read-defines): Fix reading of enumerations in include
11311         files.  Reported by Steve Peltan.
11313 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11315         * files.el (trash-directory): Fix defcustom type.
11317 2009-06-28  Juri Linkov  <juri@jurta.org>
11319         * help-fns.el (describe-function-1): Correctly locate adviced
11320         functions in hyperlink (Bug#2438).
11322 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11324         * files.el (trash-directory): Change default to nil.
11325         (move-file-to-trash): If trash-directory is nil and
11326         system-move-file-to-trash is unbound, perform freedesktop-style
11327         trashing.
11329 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11331         * files.el (move-file-to-trash): Add freedesktop trash
11332         support (Bug#973).
11334 2009-06-28  Glenn Morris  <rgm@gnu.org>
11336         * autorevert.el (global-auto-revert-non-file-buffers)
11337         (global-auto-revert-mode): Doc fixes.
11339 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11341         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11343 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11345         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11346         opened an X connection before calling x-get-resource (Bug#3194).
11348         * play/doctor.el: Remove reference to obsolete website.
11349         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11351 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11353         Remove find-file-not-found-hook VC method.  (Bug#2757)
11354         * vc-hooks.el (vc-file-not-found-hook)
11355         (vc-default-find-file-not-found-hook): Remove functions.
11356         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11357         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11358         * vc.el:
11359         * vc-hg.el:
11360         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11362 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11364         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11365         compatibility function for `looking-back'.
11367         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11368         Use `ispell-looking-back'.
11370 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11372         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11373         rather than `filename'.
11375 2009-06-23  Miles Bader  <miles@gnu.org>
11377         * face-remap.el (text-scale-set): New function.
11379 2009-06-23  Glenn Morris  <rgm@gnu.org>
11381         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11383         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11385         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11387         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11389         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11390         Simplify Persian conditionals.
11392         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11393         variable `filename'.
11395         * comint.el (comint-insert-input): Doc fix.
11397         * Makefile.in (ELCFILES): Fix typo in previous change.
11399 2009-06-23  Miles Bader  <miles@gnu.org>
11401         * cus-start.el: Add entry for `recenter-redisplay'.
11403 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11405         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11406         Add an optional argument for the backend, use it instead of
11407         calling vc-backend.
11408         (vc-mode-line): Add an optional argument for the backend.
11409         Pass the backend to vc-state and vc-working-revision.  Move code for
11410         special handling for vc-state being a buffer to ...
11412         * vc-rcs.el (vc-rcs-find-file-hook):
11413         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11415         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11416         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11417         vc-stay-local-p and vc-mode-line calls.
11419         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11420         (vc-cvs-diff, vc-cvs-annotate-command)
11421         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11422         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11423         vc-mode-line calls.
11425         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11426         direct comparison.
11427         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11428         backend when calling vc-mode-line.
11429         (vc-register): Do not create a closure for calling the vc register
11430         function, call it directly.
11432 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11434         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11435         to make it obvious item can be clicked.
11437         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11439 2009-06-23  Kenichi Handa  <handa@m17n.org>
11441         * language/korea-util.el (korean-key-bindings): Change the binding
11442         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11443         same command.
11445 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11447         Sync with Tramp 2.1.16.
11449         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11451         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11452         when a loading of a package fails.  Completion function for rsync
11453         is `tramp-completion-function-alist-ssh'.
11454         (all): Replace all calls of `split-string' and
11455         `tramp-split-string' by `tramp-compat-split-string'.
11456         (tramp-default-method): Use `tramp-compat-process-running-p'.
11457         (tramp-default-proxies-alist): Allow also Lisp forms.
11458         (tramp-remote-path): Add choice "Private Directories".
11459         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11460         (tramp-domain-regexp): Allow also "-", "_" and ".".
11461         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11462         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11463         (tramp-debug-message): Insert header line in debug buffer.
11464         (tramp-handle-directory-files-and-attributes-with-stat):
11465         Care about filenames with spaces, or starting with "-".
11466         (tramp-handle-dired-uncache): New defun.
11467         (tramp-handle-insert-directory): Don't flush the directory from
11468         cache, this is handled by `dired-uncache' now.
11469         (tramp-handle-insert-file-contents): Improve error handling.
11470         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11471         Quote `tramp-end-of-output'.
11472         (tramp-action-password): Improve trace message.
11473         (tramp-check-for-regexp): Both echoes must be present, before removing.
11474         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11475         (tramp-compute-multi-hops): Eval cons cells of
11476         `tramp-default-proxies-alist'.
11477         (tramp-maybe-open-connection): Use the same command pattern for
11478         first hop and further hops.
11479         (tramp-wait-for-output): Remove handling of newlines.
11480         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11481         (tramp-split-string): Remove function.  It is handled in
11482         tramp-compat now.
11484         * net/tramp-cmds.el (tramp-bug):
11485         Recommend `tramp-cleanup-all-connections' in the bug mail.
11487         * net/tramp-compat.el (tramp-compat-split-string)
11488         (tramp-compat-process-running-p): New defuns.
11490         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11491         for `dired-uncache'.
11493         * net/tramp-gvfs.el: New package.
11495         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11496         Add handler for `dired-uncache'.
11497         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11499         * net/trampver.el: Update release number.  Make version check fit
11500         for SXEmacs 22.
11502 2009-06-22  Jim Meyering  <meyering@redhat.com>
11504         Automatically handle .xz suffix (XZ-compressed files), too.
11505         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11506         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11508 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11509             Nick Roberts  <nickrob@snap.net.nz>
11511         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11512         repository (http://sphinx.net.ru/hg/gdb-mi/).
11514 2009-06-22  Glenn Morris  <rgm@gnu.org>
11516         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11517         `mode' and `eval' entries.  (Bug#3430)
11519         * Makefile.in (ELCFILES): Add fadr.elc.
11521         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11522         differing behavior of \n and ^ in strings.  (Bug#3385)
11524         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11526         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11527         property.
11528         (lisp-indent-function): Make it a defcustom.
11530 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11532         * progmodes/gdb-ui.el: Replace with ...
11533         * progmodes/gdb-mi.el: ... this file.
11534         * progmodes/gud.el: Modify for gdb-mi.el.
11536 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11538         * fadr.el: New file.
11540 See ChangeLog.14 for earlier changes.
11542 ;; Local Variables:
11543 ;; coding: utf-8
11544 ;; End:
11546     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11548   This file is part of GNU Emacs.
11550   GNU Emacs is free software: you can redistribute it and/or modify
11551   it under the terms of the GNU General Public License as published by
11552   the Free Software Foundation, either version 3 of the License, or
11553   (at your option) any later version.
11555   GNU Emacs is distributed in the hope that it will be useful,
11556   but WITHOUT ANY WARRANTY; without even the implied warranty of
11557   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11558   GNU General Public License for more details.
11560   You should have received a copy of the GNU General Public License
11561   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11563 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1