*** empty log message ***
[emacs.git] / lisp / ChangeLog
blobca4c43b65d65453852738c6f9815dad3ddc9da31
1 2010-03-29  Phil Hagelberg  <phil@evri.com>
2             Chong Yidong  <cyd@stupidchicken.com>
4         * subr.el: Extend progress reporters to perform "spinning".
5         (progress-reporter-update, progress-reporter-do-update): Handle
6         non-numeric value arguments.
7         (progress-reporter--pulse-characters): New var.
9 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
11         * progmodes/compile.el (compilation-start): Fix regexp detection
12         of initial cd command (Bug#5771).
14 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
16         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
18 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
20         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
21         * lisp/progmodes/gdb-mi.el: Restored.
22         * lisp/progmodes/gdb-ui.el: Removed.
23         * lisp/progmodes/gud.el: Re-accommodated for gdb-mi.el.
25 2010-03-25  Glenn Morris  <rgm@gnu.org>
27         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
28         all dired buffers, even tramp ones.  (Bug#5755)
30 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
32         Add "union tags" in mpc.el.
33         * mpc.el: Remove backward compatibility code.
34         (mpc-browser-tags): Change default.
35         (mpc--find-memoize-union-tags): New var.
36         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
37         (mpc-cmd-find): Handle the case where the playlist does not exist.
38         Handle union-tags.
39         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
40         (mpc-cmd-add): Use mpc-cmd-flush.
41         (mpc-tagbrowser-tag-name): New fun.
42         (mpc-tagbrowser-buf): Use it.
43         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
45 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
47         Misc cleanup.
48         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
49         Use replace-regexp-in-string.
50         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
51         (makefile-imake-mode-syntax-table): Move init into defvar.
52         (makefile-mode): Use define-derived-mode.
54         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
55         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
56         not be present any more.
58 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
60         * faces.el (set-face-attribute): Fix typo in docstring.
61         (face-valid-attribute-values): Reflow docstring.
63         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
65 2010-03-24  Glenn Morris  <rgm@gnu.org>
67         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
69 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
71         * indent.el (indent-for-tab-command): Doc fix.
73 2010-03-24  Alan Mackenzie  <acm@muc.de>
75         * progmodes/cc-engine.el (c-remove-stale-state-cache):
76         Fix off-by-one error.  Fixes bug #5747.
78 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
80         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
81         (image-dired-read-comment): Doc fix.
83         * json.el (json-object-type, json-array-type, json-key-type)
84         (json-false, json-null, json-read-number):
85         * minibuffer.el (completion-in-region-functions):
86         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
87         (cal-tex-cursor-week):
88         * emacs-lisp/trace.el (trace-function):
89         * eshell/em-basic.el (eshell/printnl):
90         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
91         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
92         * obsolete/levents.el (allocate-event, event-key, event-object)
93         (event-point, event-process, event-timestamp, event-to-character)
94         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
95         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
96         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
97         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
98         (reftex-highlight-selection): Fix typos in docstrings.
100 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
102         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
104 2010-03-24  Glenn Morris  <rgm@gnu.org>
106         * mail/rmail.el (rmail-highlight-face): Restore option deleted
107         2008-02-13 without comment; mark it obsolete.
108         (rmail-highlight-headers): Use rmail-highlight-face once more.
110 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
112         * woman.el (woman2-process-escapes): Only consume the newline if
113         the filler character is on a line by itself (Bug#5729).
115 2010-03-24  Kenichi Handa  <handa@m17n.org>
117         * language/indian.el (devanagari-composable-pattern): Add more
118         consonants.
120 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
122         * net/trampver.el: Update release number.
124 2010-03-24  Glenn Morris  <rgm@gnu.org>
126         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
128 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
130         * net/tramp.el (tramp-find-executable):
131         Use `tramp-get-connection-buffer'.  Make the regexp for checking
132         output of "wc -l" more robust.
133         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
134         (tramp-open-connection-setup-interactive-shell): Remove workaround
135         for OpenSolaris bug, it is not needed anymore.
137 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
139         * cedet/semantic/imenu.el: New file, from the CEDET repository
140         (Bug#5412).
142 2010-03-24  Glenn Morris  <rgm@gnu.org>
144         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
146 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
148         * files.el (auto-mode-alist): Accept more verilog file patterns.
150 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
154 2010-03-24  Glenn Morris  <rgm@gnu.org>
156         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
157         log-edit-before-checkin-process.
159         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
161         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
163         * vc-dispatcher.el (vc-start-logentry): Doc fix.
164         (log-view-process-buffer, log-edit-extra-flags): Declare.
166         * log-edit.el (log-edit-before-checkin-process): Doc fix.
168         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
169         Consistently check ede-object is bound throughout.
171         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
173 2010-03-23  Sam Steingold  <sds@gnu.org>
175         Fix bug#5620: recalculate all markers on compilation buffer
176         modifications, not on file modifications.
177         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
178         the buffer modification time, for buffers not associated with files.
179         (compilation-mode): Create it.
180         (compilation-filter): Update it.
181         (compilation-next-error-function): Use it instead of
182         `visited-file-modtime' for timestamp.
184 2010-03-23  Juri Linkov  <juri@jurta.org>
186         Implement Occur multi-line matches.
187         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
189         * replace.el (occur): Doc fix.
190         (occur-engine): Set `begpt' to the beginning of the first line.
191         Set `endpt' to the end of the last match line.  At first, count
192         line numbers between `origpt' and `begpt'.  Split out code from
193         `out-line' variable to new let-bindings `match-prefix' and
194         `match-str'.  In `out-line' add non-numeric prefix to all
195         non-first lines of multi-line matches.  Finally, count lines
196         between `begpt' and `endpt' and add to `lines'.
198 2010-03-23  Juri Linkov  <juri@jurta.org>
200         * replace.el (occur-accumulate-lines, occur-engine):
201         Use `occur-engine-line' instead of duplicate code.
202         (occur-engine-line): New function created from duplicate code
203         in `occur-accumulate-lines' and `occur-engine'.
205         * replace.el (occur-engine-line): Add optional arg `keep-props'.
206         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
208 2010-03-23  Juri Linkov  <juri@jurta.org>
210         * finder.el: Remove TODO tasks.
212         * info.el (Info-finder-find-node): Add node "all"
213         with all package info.  Handle a list of multiple keywords
214         separated by comma.
215         (info-finder): In interactive use with a prefix argument,
216         use `completing-read-multiple' to read a list of keywords
217         separated by comma.
219 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
221         Add a new completion style `substring'.
222         * minibuffer.el (completion-basic--pattern): New function.
223         (completion-basic-try-completion, completion-basic-all-completions):
224         Use it.
225         (completion-substring--all-completions)
226         (completion-substring-try-completion)
227         (completion-substring-all-completions): New functions.
228         (completion-styles-alist): New style `substring'.
230 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
232         Get rid of .elc files after removal of the corresponding .el.
233         * Makefile.in (compile-clean): New target.
234         (compile-main): Use it.
236 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
238         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
239         don't do make there.  When compiling with separate object dir, there
240         is no Makefile there.
242 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
244         Get rid of the ELCFILES abomination, again.
245         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
246         (all, compile): Don't call compile-last.
247         (compile-main): Build the "elcfiles" list dynamically.
248         (compile-targets): New (internal) target.
250 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
252         * Makefile.in (top_srcdir): Define.
253         (abs_top_builddir): Define.
254         (srcdir): Don't append `/..'.
255         (EMACS): Use ${abs_top_builddir}.
256         (all, compile, compile-always, compile-last): Don't set emacswd.
257         (update-subdirs, update-authors): Use $(top_srcdir) instead of
258         $(srcdir).
259         (lisp): Use $(srcdir) instead of @srcdir@.
261 2010-03-21  Juri Linkov  <juri@jurta.org>
263         Fix message of multi-line occur regexps and multi-buffer header lines.
264         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
266         * replace.el (occur-1): Don't display regexp if it is longer
267         than window-width.  Use `query-replace-descr' to display regexp.
268         (occur-engine): Don't display regexp in the buffer header for
269         multi-buffer occur.  Display a separate header line with total
270         match count and regexp for multi-buffer occur.
271         Use `query-replace-descr' to display regexp.
273 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
275         * net/secrets.el: Fix parenthesis.
276         (secrets-enabled): Fix parenthesis.
278 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
280         Use more relative file and directory names.
281         * Makefile.in (EMACS): Arrange for it to work when we chdir.
282         (setwins, setwins_almost, setwins_for_subdirs):
283         Don't `cd'; output relative names.
284         (all, compile, compile-always, compile-last): Set emacswd.
285         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
286         Just cd to the lisp source dir so we can use relative file names.
288         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
290 2010-03-20  Glenn Morris  <rgm@gnu.org>
292         * textmodes/rst.el: Use faces for font-lock customization, and make the
293         old -face variables obsolete.
294         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
295         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
296         (rst-block-face, rst-external-face, rst-definition-face)
297         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
298         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
299         Make obsolete.
300         (rst-font-lock-keywords-function): Update for above changes.
302 2010-03-20  Juri Linkov  <juri@jurta.org>
304         * s-region.el:
305         * obsolete/s-region.el: Move to obsolete.
307 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
309         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
311 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
313         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
315 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
317         Add special markup processing for commit logs.
318         * log-edit.el (log-edit-extra-flags): New variable.
319         (log-edit): Add new argument MODE.  Use that mode when non-nil
320         instead of the log-view-mode.
321         (log-view-process-buffer): New function.
323         * vc.el: Document that the checkin method takes optional
324         arguments.  Document new backend specific method: log-view-mode.
325         (vc-default-log-edit-mode): New function.
326         (vc-checkin): Use a backend specific log-view-mode.
327         Pass extra arguments to the checkin method.
328         (vc-modify-change-comment): Pass a dummy extra argument.
330         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
331         log-edit.
332         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
333         (vc-finish-logentry): Process the log buffer before passing it
334         down.  Pass log-edit-extra-flags.
336         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
337         command.
338         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
340         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
341         command.
342         (log-edit-extra-flags, log-edit-before-checkin-process): New declarations.
343         (vc-hg-log-edit-mode): New derived mode.
345         * vc-arch.el (vc-arch-checkin):
346         * vc-cvs.el (vc-cvs-checkin):
347         * vc-git.el (vc-git-checkin):
348         * vc-mtn.el (vc-mtn-checkin):
349         * vc-rcs.el (vc-rcs-checkin):
350         * vc-sccs.el (vc-sccs-checkin):
351         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
353 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
355         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
356         parent typo).
358 2010-03-19  Glenn Morris  <rgm@gnu.org>
360         * password-cache.el (password-cache, password-cache-expiry): Autoload.
362 2010-03-18  Glenn Morris  <rgm@gnu.org>
364         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
366         * replace.el (query-replace-history): Give it a doc string.
367         (map-query-replace-regexp): Use query-replace-from-history-variable
368         and query-replace-to-history-variable.
370         * mail/hashcash.el (declare-function): Remove duplicate definition.
372         * mail/emacsbug.el (report-emacs-bug-pretest-address):
373         Make it an obsolete alias for report-emacs-bug-address.
374         (message-strip-special-text-properties): Declare.
375         (report-emacs-bug): Remove test for a pretest bug address.
376         Combine message-mode-specific code.
378         * mail/supercite.el: Don't require sendmail.
379         (mh-in-header-p): Declare rather than using with-no-warnings.
380         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
381         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
383         * calendar/cal-french.el: Convert to utf-8.
385         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
386         Emacs scripts.
388 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
390         * net/secrets.el (secrets-enabled): New variable.  Use it instead
391         of a subfeature.
393 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
395         * net/secrets.el (top): Register the D-Bus signals only when the
396         service "org.freedesktop.secrets" can be pinged.
397         Provide subfeature `enabled'.
399 2010-03-14  Juri Linkov  <juri@jurta.org>
401         Add finder unknown keywords.
403         * finder.el (finder-unknown-keywords): New function.
405         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
406         to create a Finder node with unknown keywords.
408 2010-03-14  Juri Linkov  <juri@jurta.org>
410         * finder.el (finder-compile-keywords): Replace `princ' with
411         `prin1' on a list of symbols interned from keyword strings.
413         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
414         a comma, then split keywords using a comma and optional whitespace.
415         Otherwise, split by whitespace.
417         * complete.el:
418         * face-remap.el:
419         * log-view.el:
420         * net/hmac-def.el:
421         * net/hmac-md5.el:
422         * net/netrc.el:
423         * progmodes/mixal-mode.el: Fix keywords.
425 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
427         * Makefile.in (ELCFILES): Add net/secrets.elc.
429         * net/secrets.el: New file.
431 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
433         * facemenu.el (list-colors-display, list-colors-print): New arg
434         callback.  Use it to allow selecting colors.
436         * wid-edit.el (widget-image-insert): Insert image prop even if the
437         current display is non-graphic.
438         (widget-field-value-set): New fun.
439         (editable-field): Use it.
440         (widget-field-value-get): Clean up unused var.
441         (widget-color-value-create, widget-color--choose-action): New
442         funs.  Allow using list-colors-display to choose color.
444 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
446         * cus-edit.el: Resort topmost custom groups.
447         (custom-buffer-sort-alphabetically): Default to t.
448         (customize-apropos): Use apropos-parse-pattern.
449         (custom-search-field): New var.
450         (custom-buffer-create-internal): Add custom-apropos search field.
451         (custom-add-parent-links): Don't display parent doc.
452         (custom-group-value-create): Don't sort top-level custom group.
453         (custom-magic-value-create): Show visibility button before option
454         name.
456         (custom-variable-state): New fun, from custom-variable-state-set.
457         (custom-variable-state-set): Use it.
458         (custom-group-value-create): Hide options with standard values
459         using the :hidden-states property.  Use progress reporter.
461         (custom-show): Simplify.
462         (custom-visibility): Disable images by default.
463         (custom-variable): New property :hidden-states.
464         (custom-variable-value-create): Enable images for
465         custom-visibility widgets.  Use :hidden-states property to
466         determine initial visibility.
468         * wid-edit.el (widget-image-find): Give images center ascent.
469         (visibility): Add :on-image and :off-image properties.
470         (widget-visibility-value-create): Use them.
472 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
474         * cus-edit.el (processes): Remove from development group.
475         (oop, hypermedia): Delete group.
476         (comm): Promote to top-level group.
478         * net/browse-url.el (browse-url):
479         * net/xesam.el (xesam):
480         * net/tramp.el (tramp):
481         * net/goto-addr.el (goto-address):
482         * net/ange-ftp.el (ange-ftp): Put in comm group.
484         * view.el (view): Remove from editing group.
486         * uniquify.el (uniquify): Put in files group.
488         * net/browse-url.el (browse-url):
489         * ps-print.el (postscript): Put in external group.
491         * cus-edit.el (outlines):
492         * textmodes/text-mode.el (text-mode-hook):
493         * textmodes/table.el (table):
494         * textmodes/picture.el (picture):
495         * outline.el (outlines): Put in wp group.
497         * nxml/nxml-mode.el (nxml): Remove from wp group.
499         * net/tramp-imap.el (tramp-imap): Put in tramp group.
501         * mail/metamail.el (metamail): Remove from hypermedia group.
503         * cus-edit.el (abbrev):
504         * whitespace.el (whitespace):
505         * vcursor.el (vcursor):
506         * reveal.el (reveal):
507         * hl-line.el (hl-line): Put in convenience group.
509         * epg-config.el (epg): Put in data group.
511         * emulation/pc-select.el (pc-select): Put in emulations group.
513         * calculator.el (calculator): Put in applications group.
515 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
517         Add .dir-locals.el support for file-less buffers.
518         * files.el (hack-local-variables): Split out code to apply local
519         variable settings ...
520         (hack-local-variables-apply): ... here.  New function.
521         (hack-dir-local-variables): Use the default directory for when the
522         buffer does not have an associated file.
523         (hack-dir-local-variables-non-file-buffer): New function.
524         * diff-mode.el (diff-mode):
525         * vc-annotate.el (vc-annotate-mode):
526         * vc-dir.el (vc-dir-mode):
527         * log-edit.el (log-edit-mode):
528         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
530 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
532         Add support for shelving snapshots and for showing shelves.
533         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
534         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
535         New functions.
536         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
537         (vc-bzr-extra-menu-map): Map them.
539 2010-03-11  Glenn Morris  <rgm@gnu.org>
541         * cus-edit.el (customize-changed-options-previous-release):
542         Bump to 23.1.
544         * image.el (image-animate-max-time): Fix :version tag.
546 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
548         * Branch for 23.2.
550 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * vc-git.el (vc-git-revision-table): Include remote branches.
554 2010-03-10  Kim F. Storm  <storm@cua.dk>
556         Animated image API.
557         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
559         * image.el (image-animate-max-time): New defcustom.
560         (image-animated-types): New defconst.
561         (create-animated-image, image-animate-timer)
562         (image-animate-start, image-animate-stop, image-animate-timeout)
563         (image-animated-p): New functions.
565         * image-mode.el (image-toggle-display-image):
566         Replace `create-image' with `create-animated-image'.
568 2010-03-09  Miles Bader  <Miles Bader <miles@gnu.org>>
570         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
571         instead of "format:"; this ensures that the output is
572         newline-terminated.
574 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
576         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
577         that all errors are caught, and that the return value is always a
578         list (Bug#5692).
580 2010-03-08  Kenichi Handa  <handa@m17n.org>
582         * language/misc-lang.el (windows-1256): New coding system.
583         (cp1256): New alias of windows-1256 (bug#5690).
585 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
587         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
588         call to rfc822-bad-address.  (Bug#5692)
590 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
592         * vc-git.el (vc-git-annotate-extract-revision-at-line): Use
593         vc-git-root as default directory for revision path (Bug#5657).
595 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
597         * calculator.el (calculator): Don't bind split-window-keep-point
598         (Bug#5674).
600 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
602         * vc-git.el: Re-flow to fit into 80 columns.
603         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
604         Remove spurious `quote' element in each case alternative.
605         (vc-git-show-log-entry): Use prog1.
606         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
608 2010-03-06  Glenn Morris  <rgm@gnu.org>
610         * cedet/semantic/grammar.el (semantic-grammar-header-template):
611         Update template copyright to GPLv3+.
613 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
615         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
617 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
619         * macros.el (insert-kbd-macro): Look up keyboard macro using the
620         definition, not the name (Bug#5481).
622 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
624         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
625         argument with a local variable.  (Bug#5670)
627 2010-03-02  Juri Linkov  <juri@jurta.org>
629         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
631 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
633         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
634         error when FILENAME and NEWNAME are existing remote directories.
636         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
637         parameter DIR-FLAG.
639 2010-03-02  Glenn Morris  <rgm@gnu.org>
641         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
642         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
644 2010-03-01  Alan Mackenzie  <acm@muc.de>
646         * progmodes/cc-engine.el (c-remove-stale-state-cache):
647         Correct previous patch.
649 2010-03-01  Kenichi Handa  <handa@m17n.org>
651         * language/burmese.el (burmese-composable-pattern): Rename from
652         myanmar-composable-pattern.
654         * international/characters.el (script-list):
655         * international/fontset.el (script-representative-chars):
656         Change myanmar to burmese.
657         (otf-script-alist): Likewise.
658         (setup-default-fontset): Likewise.  Re-fix :otf spec.
660 2010-03-01  Alan Mackenzie  <bug-cc-mode@gnu.org>
662         * cc-engine.el (c-remove-stale-state-cache): Take account of when
663         `good-pos' is in the same macro as `here'.  Fixes bug#5649.
665 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
667         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
669 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
671         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
673 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
675         * net/tramp.el (tramp-handle-write-region): START can be a string.
676         Take care in the checks.  Reported by Dan Davison
677         <davison@stats.ox.ac.uk>.
679 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
681         * net/dbus.el (dbus-introspect, dbus-get-property)
682         (dbus-set-property, dbus-get-all-properties): Use
683         `dbus-call-method' when noninteractive.  (Bug#5645)
685 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
687         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
688         * emacs-lisp/elint.el (elint-add-required-env):
689         * cedet/semantic/db-find.el
690         (semanticdb-find-translate-path-brutish-default):
691         * cedet/ede/make.el (ede-make-check-version):
692         * calendar/icalendar.el (icalendar--add-diary-entry):
693         * calc/calcalg2.el (math-tracing-integral):
694         * files.el (recover-session-finish): Use with-current-buffer
695         instead of save-excursion.
697 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
699         Fix in-buffer completion when after-change-functions modify the buffer.
700         * minibuffer.el (completion--replace): New function.
701         (completion--do-completion): Use it and use relative movement.
703 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
705         * international/fontset.el (setup-default-fontset): Fix :otf spec.
707 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
709         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
710         Allow the characters _<> in the stack entry (Bug#5653).
712 2010-02-26  Kenichi Handa  <handa@m17n.org>
714         * language/burmese.el: Fix entries in composition-function-table.
715         (myanmar-composable-pattern): New variable.
717         * international/fontset.el (setup-default-fontset): Add an entry
718         for myanmar.
720         * international/characters.el (script-list): Add Myanmar
721         Extended-A.
723 2010-02-26  Glenn Morris  <rgm@gnu.org>
725         * custom.el (custom-initialize-delay): Doc fix.
727         * mail/sendmail.el (send-mail-function): Autoload the call
728         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
730 2010-02-25  Alan Mackenzie  <acm@muc.de>
732         * progmodes/cc-engine.el (c-clear-<-pair-props)
733         (c-clear->-pair-props): Correct to wipe category text props, not
734         syntax-table ones.
736         * progmodes/cc-mode.el (c-after-change): Remove any hard
737         syntax-table properties for <, > which, e.g., C-y has
738         inopportunely converted from category properties.
740 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
742         * files.el (hack-local-variables-filter): For eval forms, also
743         check safe-local-variable-p (Bug#5636).
745 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
747         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
748         and use c(ad)r of cddr (Bug#5640).
750 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
752         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
753         setting the modes by `ignore-errors'.  It might fail, for example
754         if the file is not owned by the user but the group.
755         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
757 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
759         * files.el (directory-listing-before-filename-regexp): Use
760         stricter matching for iso-style dates, to avoid false matches with
761         date-like filenames (Bug#5597).
763         * htmlfontify.el (htmlfontify): Doc fix.
765         * eshell/eshell.el (eshell): Doc fix.
767         * startup.el (fancy-about-screen): In mode-line, apply
768         mode-line-buffer-id face only to the buffer name (Bug#5613).
770 2010-02-20  Kevin Ryde  <user42@zip.com.au>
772         * progmodes/compile.el (compilation-error-regexp-alist-alist):
773         In `watcom' anchor regexp to start of line, to avoid slowness
774         (Bug#5599).
776 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
778         * subr.el (remove-yank-excluded-properties): Explain in a comment
779         why `category' property is removed.
781 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
783         * isearch.el (isearch-update-post-hook, isearch-update): Revert
784         2010-02-17 change.
786 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
788         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
789         (icalendar--convert-weekly-to-ical)
790         (icalendar--convert-yearly-to-ical)
791         (icalendar--convert-block-to-ical)
792         (icalendar--convert-cyclic-to-ical)
793         (icalendar--convert-anniversary-to-ical): Take care of time
794         specifications where hour has 1-digit only (Bug#5549).
796 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
798         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
799         of disassemble output in GDB 7.1.
801 2010-02-19  Glenn Morris  <rgm@gnu.org>
803         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
804         property.  (Bug#5593)
806 2010-02-18  Sam Steingold  <sds@gnu.org>
808         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
810 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
812         Use abbreviated file names in bookmarks (bug#5591).
813         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
814         calls to expand-file-name.
815         (bookmark-relocate): Use abbreviated file names in bookmarks.
816         (bookmark-load): Use abbreviated file names in messages.
818 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
820         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
821         expand "." and "..".  Reported by Thierry Volpiatto
822         <thierry.volpiatto@gmail.com>.
824 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
826         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
827         permissions of the temporary file to "0600".  In case the remote
828         file has no read permissions for the owner, there might be
829         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
831 22010-02-18  Glenn Morris  <rgm@gnu.org>
833         * emacs-lisp/authors.el (authors-renamed-files-alist):
834         Add entries for INSTALL.CVS.
836 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
838         * vc-bzr.el: Fix typo in Known Bugs section.
840         * isearch.el (isearch-update-post-hook): New hook.
841         (isearch-update): Use the new hook.
843 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
845         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
846         Fix errors in copying directories.
847         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
848         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
849         (tramp-handle-delete-file)
850         (tramp-handle-dired-recursive-delete-directory)
851         (tramp-handle-write-region): Flush also the cache for the upper
852         directory.
854 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
856         * simple.el (save-interprogram-paste-before-kill): Doc fix.
858         * cus-edit.el (hardware): Doc fix.
860         * man.el (man): Add to external custom group.
862         * delim-col.el (columns): Move to wp custom group.
864         * doc-view.el (doc-view): Add to data custom group.
866         * cedet/data-debug.el (data-debug): Move to extensions group.
868         * cedet/ede.el (ede):
869         * cedet/srecode.el (srecode):
870         * cedet/semantic.el (semantic): Put in tools and extensions group.
872         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
874         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
875         by ispell-parse-output (Bug#5575).
877 2010-02-16  Kenichi Handa  <handa@m17n.org>
879         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
880         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
881         (skkdic-convert): Use `euc-japan' coding system for writing.
883 2010-02-16  Glenn Morris  <rgm@gnu.org>
885         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
886         tex-main-file before using it.  (Bug#5562)
888 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
890         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
891         warnings, since it is annoying for the user to see them each time he
892         runs the code.
894 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
896         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
897         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
898         instead of PROC for caching "first-password-request".  Otherwise,
899         new processes would not profit from passwords already entered.
901         * net/tramp-cache.el (tramp-dump-connection-properties):
902         Don't save "first-password-request" property.
904 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
906         * outline.el (outline-head-from-level):
907         * simple.el (with-wrapper-hook):
908         * cedet/ede.el (ede-run-target, project-delete-target)
909         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
910         (ede-adebug-project, ede-adebug-project-parent)
911         (ede-adebug-project-root):
912         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
913         (elint-defun, elint-buffer-env, elint-top-form-logged)
914         (elint-unbound-variable):
915         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
916         Fix typos in docstrings.
918 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
920         * files.el (insert-directory): When WILDCARD-REGEXP and
921         FULL-DIRECTORY-P are nil, insert the file entry instead of the
922         whole directory.  (Bug#5551)
924         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
925         dired's alignment sanity.  (Bug#5516)
927 2010-02-14  Juri Linkov  <juri@jurta.org>
929         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
930         Remove remaining ^H with their preceding chars.  (Bug#5566)
932 2010-02-13  Glenn Morris  <rgm@gnu.org>
934         * simple.el (transpose-subr): Give it a doc-string.
936         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
937         Doc fixes.
939 2010-02-12  Juri Linkov  <juri@jurta.org>
941         * arc-mode.el (archive-unique-fname): Make directories for nested
942         archives.  (Bug#5540)
944 2010-02-12  Juri Linkov  <juri@jurta.org>
946         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
948 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
950         * subr.el (copy-overlay): Handle deleted overlays.
952         * man.el (Man-completion-table): Don't signal an error if we can't run
953         manual-program (bug#4056).
955 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
957         * textmodes/artist.el (artist-mt): Fix typos in docstring.
959 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
961         * info.el (Info-bookmark-jump): Simplify.
963         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
964         (bookmark-default-handler): Accept new bookmark field `buffer'.
966 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
968         * iswitchb.el (iswitchb-completions): Revert last change.
970 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
972         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
973         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
974         This prevents file names like "~/" being listed literally.
976 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
978         * term/xterm.el (xterm-maybe-set-dark-background-mode):
979         Remove dead code.  (Bug#5546)
981 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
983         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
984         correctly (Bug#5548).
986 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
988         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
989         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
991 2010-02-08  Kenichi Handa  <handa@m17n.org>
993         * international/mule-util.el (with-coding-priority): Add autoload
994         cookie for putting `lisp-indent-function'.
996 2010-02-07  Glenn Morris  <rgm@gnu.org>
998         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
999         Move F2003 named interfaces from keywords-2 to keywords-1, and
1000         use function-name-face rather than constant-face.
1001         Simplify "abstract interface" regexp.
1003 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
1005         * eshell/esh-util.el (eshell-file-attributes): New optional arg
1006         ID-FORMAT.  Pass it to `file-attributes'.
1008         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
1010 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
1012         * faces.el (set-face-attribute): Allow calling
1013         internal-set-lisp-face-attribute with 'unspecified family and
1014         foundry argument (Bug#5536).
1016 2010-02-07  Glenn Morris  <rgm@gnu.org>
1018         * progmodes/f90.el (f90-font-lock-keywords-2)
1019         (f90-looking-at-type-like, f90-looking-at-program-block-end):
1020         Handle F2003 named interfaces.
1022 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
1024         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
1025         beg and end before calling c-get-state-before-change-functions.
1027 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
1029         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
1031 2010-02-05  Juri Linkov  <juri@jurta.org>
1033         * doc-view.el (doc-view-mode):
1034         * image-mode.el (image-mode): Put property mode-class=special.
1035         (Bug#4896)
1037 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
1039         * vc-svn.el (vc-svn-revision-table): New function.
1041 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
1043         * net/ange-ftp.el (ange-ftp-insert-directory):
1044         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1045         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1046         Handle also directories.  (Bug#5478)
1048 2010-02-05  Glenn Morris  <rgm@gnu.org>
1050         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
1052 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
1054         * startup.el (command-line-1): Convert options beginning with a
1055         single dash as well (Bug#5519).
1057 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1059         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
1060         * minibuffer.el (completion-initials-expand): Only check the presence
1061         of delims *within* the boundaries, since otherwise the / delim is
1062         always found for files.
1064         Fix up various corner case problems.
1065         * doc-view.el (doc-view-last-page-number): New function.
1066         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
1067         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
1068         (doc-view-kill-proc): Avoid inf-loop in freak cases.
1069         (doc-view-reconvert-doc): Use the new recursive delete-directory.
1070         (doc-view-convert-current-doc): Don't create the resolution.el file
1071         here any more.
1072         (doc-view-pdf/ps->png): Do it here instead.
1073         (doc-view-already-converted-p): Check that resolution.el is present.
1074         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
1075         windows that are not yet showing images.
1077 2010-02-04  Alan Mackenzie  <acm@muc.de>
1079         Change strategy for marking < and > as template delimiters: mark
1080         them strictly in matching pairs.
1082         * cc-mode.el (c-before-change):
1083         Use c-get-state-before-change-functions.
1084         (c-common-init): Adapt to use
1085         c-get-state-before-change-functions (note plural).
1087         * cc-langs.el (c-no-parens-syntax-table): New syntax table, used
1088         for searching syntactically for matching <s and >s.
1089         (c-get-state-before-change-functions): New language variable (note
1090         the plural) which supersedes c-get-state-before-change-function.
1092         * cc-engine.el (c-clear-<-pair-props, c-clear->-pair-props)
1093         (c-clear-<>-pair-props, c-clear-<-pair-props-if-match-after)
1094         (c-clear->-pair-props-if-match-before)
1095         (c-before-change-check-<>-operators): New functions.
1096         (c-after-change-check-<>-operators): Use macro
1097         c-unmark-<->-as-paren.
1099         * cc-defs.el (c-search-backward-char-property): New macro.
1101         * cc-cmds.el (c-electric-lt-gt): Do not set text properties on <
1102         and > any more.  (These will be handled by font locking.)
1104 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
1106         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
1107         `dired-uncache' for every elemnt which is an absolute file name.
1109         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
1110         directory, handle its directory component.
1111         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
1112         function is called permanently and creates noise, otherwise.
1114         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
1115         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
1116         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
1118 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
1120         * macros.el (apply-macro-to-region-lines):
1121         Minor simplification.  (Bug#5485)
1123 2010-02-04  Glenn Morris  <rgm@gnu.org>
1125         * mail/rmail.el (rmail-show-message-1): Handle malformed
1126         quoted-printable text.  (Bug#5441)
1128         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
1130         * simple.el (visual-line-mode): Capitalize lighter.
1132 2010-02-03  John Wiegley  <jwiegley@gmail.com>
1134         * iswitchb.el (iswitchb-completions): Add bookmark files to the
1135         list of files considered for "virtual buffer" completions.
1137 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
1139         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
1140         also in case of (and (not full) (not wildcard)). This is needed,
1141         when dired is called with a list of files, which are not in
1142         `default-directory'.  (Bug#5478)
1144 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
1148 2010-02-02  Juri Linkov  <juri@jurta.org>
1150         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
1151         from unidiff to allow function-line after @@.
1153 2010-02-02  Juri Linkov  <juri@jurta.org>
1155         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
1156         '(RCS SCCS) with inverted condition.
1158 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
1160         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
1161         messages.
1163 2010-02-01  Juri Linkov  <juri@jurta.org>
1165         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
1166         compare with "pkunzip" and "pkzip" instead of only "pkzip".
1167         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
1168         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
1170 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1172         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
1173         (doc-view-revert-buffer): New command.
1174         (doc-view-mode-map): Use it.
1176 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
1178         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
1179         pending merge is detected.
1181 2010-01-31  Juri Linkov  <juri@jurta.org>
1183         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
1184         beginning of interactive spec like all other grep commands do.
1185         Put "all" in front of "gz".  (Bug#5260)
1187 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
1189         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
1191 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
1193         * dirtrack.el (dirtrack): Warn instead of signalling error if the
1194         regexp is incorrect (Bug#5476).
1196 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
1198         * net/tramp.el (tramp-handle-insert-directory): Handle also
1199         symlinks, when FILENAME is not in `default-directory'.
1201 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1203         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
1204         FILE is not in `default-directory'.  (Bug#5478)
1206         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
1207         of SWITCHES.  Handle the case, FILENAME is not in
1208         `default-directory'.  (Bug#5478)
1209         (tramp-register-file-name-handlers): Add safe-magic property.
1211 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
1213         * arc-mode.el (archive-zip-extract): Quote the argument passed to
1214         unzip (Bug#5475).
1216 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
1218         * progmodes/flymake.el (flymake-allowed-file-name-masks)
1219         (flymake-master-make-header-init): Add other C++ filename masks.
1220         (flymake-find-possible-master-files)
1221         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
1223 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
1225         Fix some busybox annoyances.
1227         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
1228         not responding." string.
1229         (tramp-open-connection-setup-interactive-shell): Dump stty
1230         settings.  Enable "neveropen" arg for all `tramp-send-command'
1231         calls.  Handle "=" in variable values properly.
1232         (tramp-find-inline-encoding): Raise an error, when no encoding is
1233         found.
1234         (tramp-wait-for-output): Check, whether PROC buffer is available.
1235         Remove spurious " ^H" sequences, sent by busybox.
1236         (tramp-get-ls-command): Suppress coloring, if possible.
1238 2010-01-28  Glenn Morris  <rgm@gnu.org>
1240         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
1242         * log-edit.el (log-edit-strip-single-file-name): Add missing
1243         :safe, :group, and :version tags.
1245 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
1247         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
1248         buffers.  (Bug#5477)
1250 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
1252         * files.el (delete-directory): Handle moving to trash without
1253         first doing recursion (Bug#5436).
1255 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
1257         * vc-hooks.el (vc-path): Mark as obsolete.
1259 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
1261         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
1262         names too.
1264         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
1265         for the short log.
1266         (vc-bzr-log-view-mode): Adjust regexp for the above change.
1268 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
1270         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
1272         * vc-bzr.el (vc-bzr-revision-table): New function.
1274 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
1276         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
1277         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
1279 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
1281         Remove support for adding --signoff on commit.
1282         Future support will use an incompatible generic mechanism.
1283         * vc-git.el (vc-git-add-signoff): Remove variable.
1284         (vc-git-toggle-signoff): Remove function.
1285         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
1287         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
1288         from xterm-set-background-mode.  Return t if the background mode
1289         was set.
1290         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
1291         earlier, call it again in case the background mode has changed.
1293 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
1295         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
1296         (Bug#3541).
1298 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
1300         * emacs-lisp/assoc.el (aelement): Doc fix.
1301         (aput, adelete, amake): Use lexical-let (Bug#5450).
1303 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
1305         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
1306         is the same as subprogram call, not declaration.  (Bug#5435).
1308 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
1310         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
1311         (tramp-smb-maybe-open-connection): Use it.
1313 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
1315         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
1317 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1319         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
1320         just because we see "encoding: 8bit".
1321         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
1323 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
1325         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
1327 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
1329         * jka-compr.el (jka-compr-load): If load-file is not in
1330         load-history, try its file-truename version.  (bug#5447)
1332 2010-01-21  Alan Mackenzie  <acm@muc.de>
1334         Fix a situation where deletion of a cpp construct throws an error.
1335         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
1336         invoking c-with-all-but-one-cpps-commented-out, check that the
1337         special cpp construct is still in the buffer.
1338         (c-parse-state): Record the special cpp with markers, not numbers.
1340 2010-01-21  Kenichi Handa  <handa@m17n.org>
1342         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
1343         process last-command-event, as it is now decoded first (Bug#5380).
1345 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
1347         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
1349 2010-01-20  Glenn Morris  <rgm@gnu.org>
1351         * indent.el (tab-always-indent): Fix custom-type.
1353 2010-01-19  Alan Mackenzie  <acm@muc.de>
1355         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
1356         buffer throws "args out of range".
1357         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
1358         playing the role of delimiter.
1360 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
1362         * progmodes/ada-mode.el: Fix bug#5400.
1363         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
1364         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
1365         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
1366         Improve comments in "is" portion.  Handle null procedure declaration.
1367         (ada-move-to-end): Improve doc string.
1369 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
1371         * ido.el (ido-cur-list): Initialize to nil.
1372         Remove obsolete information from commentary.
1373         (ido-choice-list): Initialize to nil.
1374         (ido-get-bufname): Reject minibuffers.
1375         (ido-make-buffer-list): If "default" is a nonexistent
1376         buffer, ignore it, as per the function's comment.
1377         (ido-kill-buffer-internal): New function.
1378         (ido-kill-buffer-at-head): Use it.
1379         (ido-visit-buffer): Likewise.
1381 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
1383         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
1385 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
1387         * cedet/ede/locate.el (ede-locate-file-in-project)
1388         (ede-locate-file-in-project-impl): Fix typos in docstrings.
1389         (ede-enable-locate-on-project): Fix typos in error messages.
1391         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
1392         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
1393         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
1394         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
1395         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
1396         Fix typos in menu help.
1398         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
1399         Fix typos in chart titles.
1401         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
1402         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
1403         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
1404         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
1405         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
1406         (semantic-parse-stream, semantic-parse-region)
1407         (semantic-parse-region-default, semantic--set-buffer-cache)
1408         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
1409         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
1410         (semantic-default-submodes):
1411         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
1412         (semanticdb-create-ebrowse-database)
1413         (semanticdb-find-tags-for-completion-method)
1414         (semanticdb-find-tags-by-class-method)
1415         (semanticdb-deep-find-tags-by-name-method)
1416         (semanticdb-deep-find-tags-for-completion-method):
1417         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
1418         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
1419         (semanticdb-find-tags-for-completion-method)
1420         (semanticdb-find-tags-by-class-method)
1421         (semanticdb-deep-find-tags-for-completion-method):
1422         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
1423         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
1424         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
1425         (semanticdb-find-tags-by-name-method)
1426         (semanticdb-find-tags-by-name-regexp-method)
1427         (semanticdb-find-tags-for-completion-method)
1428         (semanticdb-find-tags-by-class-method)
1429         (semanticdb-find-tags-external-children-of-type-method)
1430         (semanticdb-find-tags-subclasses-of-type-method)
1431         (semanticdb-deep-find-tags-by-name-method)
1432         (semanticdb-deep-find-tags-by-name-regexp-method)
1433         (semanticdb-deep-find-tags-for-completion-method):
1434         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
1435         (semanticdb-enable-gnu-global-in-buffer)
1436         (semanticdb-find-tags-for-completion-method)
1437         (semanticdb-deep-find-tags-by-name-method)
1438         (semanticdb-deep-find-tags-for-completion-method):
1439         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
1440         (javascript-mode, semanticdb-find-translate-path)
1441         (semanticdb-find-tags-for-completion-method)
1442         (semanticdb-find-tags-by-class-method)
1443         (semanticdb-deep-find-tags-by-name-method)
1444         (semanticdb-deep-find-tags-for-completion-method)
1445         (semanticdb-find-tags-external-children-of-type-method):
1446         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
1447         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
1448         (global-semantic-idle-scheduler-mode):
1449         * cedet/srecode/dictionary.el (srecode-field-value)
1450         (srecode-dictionary-add-section-dictionary):
1451         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
1452         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
1453         (describe-class, eieio-describe-generic, describe-generic):
1454         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
1455         (eieio-speedbar-expand):
1456         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1457         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
1458         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
1459         (viper-del-backward-char-in-replace, viper-backward-indent)
1460         (viper-brac-function, viper-register-to-point, viper-submit-report):
1461         * net/tramp.el (tramp-remote-coding-commands):
1462         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
1463         Fix typos in docstrings.
1465 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
1467         * mail/sendmail.el (mail-yank-original): Set the mark if the
1468         specified function for yanking does not do it.
1470 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
1472         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
1474         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
1475         resyncing a directory.
1477 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
1479         * progmodes/ada-mode.el: Fix bug#1920.
1480         (ada-ident-re): Delete ., allow multibyte characters.
1481         (ada-goto-label-re): New; matches goto labels.
1482         (ada-block-label-re): New; matches block labels.
1483         (ada-label-re): New; matches both.
1484         (ada-named-block-re): Deleted; callers changed to use
1485         `ada-block-label-re' instead.
1486         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
1487         Use `ada-block-label-re'.
1488         (ada-indent-on-previous-lines): Improve handling of goto labels.
1489         (ada-get-indent-block-start): Special-case block label.
1490         (ada-get-indent-label): Split into `ada-indent-block-label' and
1491         `ada-indent-goto-label'.
1492         (ada-goto-stmt-start, ada-goto-next-non-ws):
1493         Optionally ignore goto labels.
1494         (ada-goto-next-word): Simplify.
1495         (ada-indent-newline-indent-conditional): Insert newline before
1496         trying to fix indentation; doc fix.
1498 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
1500         * calc/calc.el (calc-command-flags): Give it an initial value.
1502 2010-01-17  Glenn Morris  <rgm@gnu.org>
1504         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
1506 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
1508         * cedet/semantic.el (semantic-mode):
1509         * files.el (minibuffer-with-setup-hook):
1510         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
1511         (artist-key-draw-continously, artist-key-do-continously-continously)
1512         (artist-key-set-point-continously, artist-mouse-draw-continously):
1513         Fix typos in docstrings.
1515 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
1517         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
1518         return t (Bug#3898).
1520 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
1522         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
1523         can parse the output of the external commands (Bug#5279).
1525 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
1527         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
1529 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
1531         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
1533         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
1535         * startup.el (command-line): Remove unused --icon-type arg.
1536         Handle --display arg, passing it to command-line-1 (Bug#5392).
1538 2010-01-16  Mario Lang  <mlang@delysid.org>
1540         * cedet/ede/cpp-root.el (ede-cpp-root-project):
1541         * cedet/ede/files.el (ede-expand-filename):
1542         * cedet/ede/simple.el (ede-simple-project):
1543         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1544         (semantic-complete-inline-tag-engine):
1545         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1546         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
1547         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1548         * cedet/semantic/db.el (semanticdb-equivalent-mode):
1549         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
1550         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1551         * emacs-lisp/chart.el (chart-translate-namezone):
1552         * textmodes/artist.el (artist-compute-popup-menu-table):
1553         Remove duplicated words in doc-strings.
1555 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
1557         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
1558         to mairix-search to suppress threading (Bug#5342).
1560 2010-01-15  Kenichi Handa  <handa@m17n.org>
1562         * international/mule-cmds.el (canonicalize-coding-system-name):
1563         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
1565 2010-01-15  Glenn Morris  <rgm@gnu.org>
1567         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
1569         * wid-edit.el (widget-keymap): Doc fix.
1571         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
1572         former seems to be more widely accepted by various svn versions.
1574 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1576         * find-cmd.el (find-constituents):
1577         * vc-arch.el (vc-arch-root):
1578         * window.el (window-body-height, pop-up-frames):
1579         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
1580         (semantic-no-reparse-needed-change-hook):
1581         * cedet/srecode/insert.el (srecode-resolve-argument-list)
1582         (srecode-template-inserter-blank, srecode-template-inserter-variable)
1583         (srecode-template-inserter-ask, srecode-template-inserter-width)
1584         (srecode-template-inserter-section-start)
1585         (srecode-template-inserter-section-end, srecode-insert-method):
1586         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
1587         * progmodes/ada-stmt.el (ada-if):
1588         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
1589         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
1590         (ispell-encoding8-command, ispell-aspell-supports-utf8)
1591         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
1593         * progmodes/flymake.el (flymake-post-syntax-check):
1594         Fix typo in error message.
1596 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1598         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
1599         which is always a string.  (Bug#5313)
1601 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
1603         * progmodes/ada-xref.el (ada-default-prj-properties):
1604         Simplify previous change.
1606 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1608         * progmodes/ada-xref.el (ada-default-prj-properties):
1609         Default ada_project_path to $ADA_PROJECT_PATH.
1611 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1613         * progmodes/ada-mode.el (ada-create-keymap):
1614         Override `narrow-to-defun' with `ada-narrow-to-defun'.
1616 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1618         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
1619         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
1620         (ada-get-current-indent, ada-imenu-generic-expression)
1621         (ada-which-function): Check for it.
1623 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
1625         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
1626         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
1628 2010-01-14  Glenn Morris  <rgm@gnu.org>
1630         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
1632 2010-01-14  Kenichi Handa  <handa@m17n.org>
1634         * composite.el (auto-composition-mode): Make it a buffer local
1635         variable (permanent-local).
1636         (auto-composition-function): Set the default value to
1637         auto-compose-chars.
1638         (auto-composition-mode): Make it a simple function, not a minor mode.
1639         (global-auto-composition-mode): Likewise.
1640         (turn-on-auto-composition-if-enabled): Delete it.
1642 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
1644         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
1646 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
1648         * files.el (copy-directory): Compute target for recursive
1649         directories with identical names.  (Bug#5343)
1651 2010-01-12  Glenn Morris  <rgm@gnu.org>
1653         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
1654         it to bug-gnu-emacs rather than emacs-pretest-bug.
1656 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1658         * cedet/data-debug.el (data-debug): Fix customization group reference.
1660 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
1662         * cedet/semantic/analyze.el (semantic-analyze-push-error)
1663         (semantic-analyze-context, semantic-analyze-context-assignment)
1664         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
1665         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
1666         (semantic-java-doc-keywords-map):
1667         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
1668         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
1669         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
1670         (semantic-c-classname, semantic-format-tag-uml-prototype)
1671         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
1672         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
1673         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
1674         (semantic-get-local-variables, semantic-end-of-command)
1675         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
1676         (lisp-mode):
1677         * cedet/semantic/bovine/make.el (makefile-mode):
1678         * cedet/semantic/wisent/python.el (wisent-python-string-re)
1679         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
1680         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
1681         (semantic-lex, semantic-get-local-variables, python-mode):
1682         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
1683         * cedet/srecode/extract.el (srecode-extract-state-set)
1684         (srecode-extract-method): Fix typos in docstrings.
1686 2010-01-11  Sam Steingold  <sds@gnu.org>
1688         * imenu.el (imenu-default-create-index-function): Detect infinite
1689         loops caused by imenu-prev-index-position-function.
1691 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1693         * htmlfontify.el (htmlfontify-load-rgb-file)
1694         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
1695         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
1696         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
1697         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
1698         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
1699         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
1700         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
1701         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
1702         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
1703         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
1704         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
1705         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
1706         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
1707         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
1708         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
1709         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
1710         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
1711         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
1712         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
1713         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
1714         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
1715         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
1716         backslash-quoting from parentheses, etc.
1718 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
1720         * progmodes/js.el: Autoload javascript-mode alias.
1722 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
1724         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
1725         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
1726         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
1727         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
1728         Fix typos in docstrings.
1729         (ffap-url-regexp): Doc fix.
1730         (ffap-at-mouse): Fix typo in message.
1732 2010-01-11  Glenn Morris  <rgm@gnu.org>
1734         * version.el (emacs-copyright): Set copyright year to 2010.
1736 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1738         * format.el (format-annotate-function): Only set
1739         write-region-post-annotation-function after running to-fn so as not to
1740         affect nested write-region calls (bug#5273).
1742 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
1744         * cedet/semantic.el (semantic-new-buffer-setup-functions):
1745         Add python parser.
1747         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
1748         wisent/python.el.
1750 2010-01-10  Richard Kim  <emacs18@gmail.com>
1752         * cedet/semantic/wisent/python-wy.el:
1753         * cedet/semantic/wisent/python.el: New files.
1755 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1757         * man.el (Man-goto-section): Signal error if the section is not
1758         found (Bug#5317).
1760 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
1762         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
1763         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
1765 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
1767         * progmodes/compile.el: Don't treat compile-command as safe if
1768         compilation-read-command might be nil (Bug#4218).
1770 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
1772         * startup.el (command-line-1): Use orig-argi to check for ignored X and
1773         NS options.
1775 2010-01-08  Kenichi Handa  <handa@m17n.org>
1777         * international/fontset.el (build-default-fontset-data):
1778         Exclude characters in scripts kana, hangul, han, or cjk-misc.
1780 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
1782         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
1783         to `create-file-buffer' as it expects, not just a buffer name.
1784         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
1785         to help uniquify.  (Bug#3224)
1787 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
1789         * font-setting.el (font-setting-change-default-font): Use user-spec
1790         instead of name.
1792 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
1794         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
1796 2010-01-05  Tom Tromey  <tromey@redhat.com>
1798         * progmodes/python.el (python-font-lock-keywords):
1799         Handle qualified decorators (Bug#881).
1801 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1803         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
1804         in a lightweight checkout.
1806 2010-01-05  Kenichi Handa  <handa@m17n.org>
1808         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
1810 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
1812         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
1814 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
1816         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
1817         checkouts.  (Bug#618)
1818         (vc-bzr-log-view-mode): Also highlight the author.
1819         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
1820         (vc-bzr-shelve-menu-map):
1821         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
1822         (vc-bzr-shelve-apply): Make prompt more explicit.
1824 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
1826         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
1827         They are valid characters in URL paths (rfc3986), and at least
1828         Firefox does not understand the encoded version (Bug#3166).
1830 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
1832         * progmodes/octave-mod.el (octave-end-keywords)
1833         (octave-block-begin-or-end-regexp, octave-block-match-alist):
1834         Add "end" keyword (Bug#3061).
1835         (octave-end-as-array-index-p): New function.
1836         (calculate-octave-indent): Use it.
1838 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1840         * bookmark.el: Consistently put the text property on the bookmark name.
1841         (bookmark-bmenu-marks-width): Bump back to 2, to include
1842         annotation marks.
1843         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
1844         property on the bookmark name, instead of not putting it at all.
1845         (bookmark-bmenu-list): Fix where we put the text property.
1847 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1849         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
1850         for showing buffer modified state (as added in the previous change).
1852 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1854         * bookmark.el: Show modified state of bookmark buffer more accurately.
1855         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
1856         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
1857         (with-buffer-modified-unmodified): New macro.
1858         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
1859         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
1860         Use new macro to preserve the buffer modified state.
1862 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1864         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
1865         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
1866         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
1867         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
1868         (bookmark-bmenu-rename, bookmark-bmenu-locate)
1869         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
1870         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
1872 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1874         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1875         Make the lines in the generated doc string shorter.  (Bug#4668)
1877 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
1879         * net/rcirc.el: Add follow-link binding (Bug#4738).
1881 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
1883         * Makefile.in (bzr-update): Rename from cvs-update.
1884         (cvs-update): New target for backward compatibility.
1886         * makefile.w32-in (bzr-update): Rename from cvs-update.
1887         (cvs-update): New target for backward compatibility.
1889 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1891         * bookmark.el: Remove gratuitous gratitude.
1893 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1895         * bookmark.el (bookmark-bmenu-any-marks): New function
1896         (bookmark-bmenu-save): Clear buffer modification if no marks.
1898 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1900         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
1901         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
1902         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
1903         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
1905         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
1906         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
1907         To: emacs-devel {_AT_} gnu.org
1908         Subject: bookmark.el bug report
1909         Date: Mon, 28 Dec 2009 14:19:16 +0800
1910         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
1912 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
1914         * bookmark.el: Improvements suggested by Drew Adams:
1915         (bookmark-bmenu-ensure-position): New name for
1916         `bookmark-bmenu-check-position'.  Just ensure the position,
1917         don't return any meaningful value.
1918         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
1919         New constants.
1921 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
1923         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
1924         (bookmark-yank-point, bookmark-bmenu-check-position):
1925         Fix typos in docstrings.
1926         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
1927         (bookmark-name-from-full-record, bookmark-get-position)
1928         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
1929         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
1930         Remove useless quoting of parenthesis, etc. in docstrings.
1932         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
1933         (ediff-append-custom-diff): Fix typo in error message.
1934         (ediff-meta-mark-equal-files): Fix typos in messages.
1936         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
1938         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
1939         Fix typo in docstring.
1941         * net/imap-hash.el (imap-hash-make): Doc fix.
1942         (imap-hash-test): Fix typo in error message; reflow docstring.
1943         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
1944         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
1945         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
1946         Fix typos in docstrings.
1947         (imap-hash-open-connection): Fix typo in error message.
1949         * play/gomoku.el (gomoku): Fix typos in docstring.
1951         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
1952         (gdb-jsonify-buffer): Fix typos in docstring.
1953         (gdb-goto-breakpoint): Fix typo in error message.
1954         ("Display Other Windows"): Fix typo in help message.
1955         (gdb-speedbar-expand-node): Fix typo in question.
1957         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
1958         (idlwave-html-system-help-location, idlwave-html-help-location)
1959         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
1960         (idlwave-help-browser-generic-args, idlwave-help-directory)
1961         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
1962         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
1963         (idlwave-online-help, idlwave-help-html-link)
1964         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
1965         Fix typos in docstrings.
1966         (idlwave-help-with-source, idlwave-help-find-routine-definition):
1967         Reflow docstrings.
1968         (idlwave-help-assistant-start): Fix typo in error message.
1970         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
1971         (octave-electric-space): Fix typos in docstrings.
1973 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
1975         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
1977 2010-01-01  Juri Linkov  <juri@jurta.org>
1979         * comint.el (comint-input-ring-size): Make it a defcustom and
1980         increase the default to 500 (Bug#5148).
1982 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
1984         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
1985         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
1986         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
1988 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
1990         Show working revision correctly for mercurial.
1991         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
1992         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
1994 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
1996         Declare some functions for the byte-compiler.
1997         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
1998         (speedbar-timer-fn, speedbar-change-expand-button-char)
1999         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
2001 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
2003         This changeset reverts GDB Graphical Interface to use annotations.
2004         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
2006 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
2008         Make vc-dir work on subdirectories of the bzr root.
2009         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
2010         file names relative to it.
2011         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
2012         relative directory to vc-bzr-after-dir-status.
2014 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
2016         * font-lock.el (font-lock-refresh-defaults): New function, which
2017         can be used to let font-lock react to external changes in
2018         variables like font-lock-defaults and keywords.
2019         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
2021 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
2023         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
2025         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
2027 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
2029         Supersede color.diff settings in git log (bug#5211).
2031         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
2032         escape chars in its output when the user has color.diff set to `always'.
2033         This fix works on git 1.4.2 and newer (released on 2006-08-13).
2035 2009-12-26  Kevin Ryde  <user42@zip.com.au>
2037         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
2038         node.  Keep previous "Index" name to work with past coreutils too.
2040         * man.el (man): Revise docstring a bit to show -a and -l as
2041         examples.  Add -k description since support for it has otherwise
2042         been a secret.  (Further to bug#3717.)
2043         (Man-bgproc-sentinel): When "-k foo" produces no output show error
2044         "no matches" rather than "Can't find manpage", as the latter reads
2045         like -k was interpreted as a page name, which is not so.  (Bug#5431)
2047 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
2049         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
2050         switches.  Check also for //SUBDIRED// line.
2052 2009-12-25  Kenichi Handa  <handa@m17n.org>
2054         * language/indian.el (devanagari-composable-pattern): Fixed to
2055         handle ZWNJ and ZWJ.  Use it in composition-function-table for
2056         Devanagari.
2057         (malayalam-composable-pattern): Fix previous change.
2059 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2061         * ps-print.el (ps-face-attributes): It was not returning the
2062         attribute face for faces specified as string.  Reported by harven
2063         <harven@free.fr>.
2064         (ps-print-version): New version 7.3.5.
2066 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
2068         * calendar/icalendar.el (icalendar--convert-tz-offset): Fixed
2069         timezone names.
2070         (icalendar--convert-tz-offset): Fixed the "last-day-problem".
2071         (icalendar--add-diary-entry): Remove the trailing blank that
2072         diary-make-entry inserts.
2074 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
2076         Make `file-expand-wildcards' work for remote files.
2078         * files.el (file-expand-wildcards): In case of remote files, check
2079         only local file name part for wildcards.  Provide feature 'files
2080         and subfeature 'remote-wildcards.  (Bug#5198)
2082         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
2083         if there is already an established connection.
2084         (tramp-advice-file-expand-wildcards): Remove it.
2086         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
2087         (tramp-advice-file-expand-wildcards): Moved from tramp.el.
2088         Activate advice for older GNU Emacs versions.  (Bug#5237)
2090 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
2092         Some doc fixes (more needed).
2094         * find-cmd.el (find-constituents): Reflow docstring.
2095         (find-cmd, find-prune, find-command): Fix typos in docstrings.
2096         (find-generic): Doc fix.
2098 2009-12-17  Juri Linkov  <juri@jurta.org>
2100         Fix regression from 23.1 to allow multiple modes in Local Variables.
2102         * files.el (hack-local-variables-filter): While ignoring duplicates,
2103         don't take `mode' into account.
2104         (hack-local-variables-filter, hack-dir-local-variables): Don't
2105         remove duplicate `mode' from local-variables-alist (like `eval').
2107 2009-12-17  Juri Linkov  <juri@jurta.org>
2109         Make `dired-diff' more safe.  (Bug#5225)
2111         * dired-aux.el (dired-diff): Signal an error when `file' equals to
2112         `current' or when `file' is a directory of the `current' file.
2114 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
2116         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
2117         unconditionally preloaded files.
2119 2009-12-16  Juri Linkov  <juri@jurta.org>
2121         Revert to old 23.1 logic of using the file at the mark as default.
2122         * dired-aux.el (dired-diff): Use the file at the mark as default
2123         if it's not the same as the current file, and the target dir is
2124         the current dir or the mark is active.  Add the current file
2125         as the arg of `dired-dwim-target-defaults'.  Use the default file
2126         in the prompt.  (Bug#5225)
2128 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
2130         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
2131         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
2132         (tramp-check-for-regexp): Check also, when an echoing shell stops
2133         to echo sent commands.
2135 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2137         * Makefile.in: Revert last change (Bug#5191).
2139 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
2141         * vc-hg.el (vc-hg-print-log): Fix argument order.
2142         (vc-hg-working-revision): Make sure the command is executed in a
2143         known environment so that we can parse the output.  (Bug#4417)
2145 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2147         * progmodes/python.el (python-symbol-completions): Remove text
2148         properties from symbol string before calling python-send-receive.
2150 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
2152         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
2153         when there are values for both file and line.  (Bug#5060)
2155 2009-12-14  Juri Linkov  <juri@jurta.org>
2157         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
2158         whitespace after the file name of the first line of unified format,
2159         because git-diff doesn't output whitespace and file modification time
2160         after the file name.
2162 2009-12-14  David Kastrup  <dak@gnu.org>
2164         * info.el (Info-hide-cookies-node): Before hiding a cookie,
2165         check if it already has the `display' property added by
2166         `Info-display-images-node', and not put the `invisible' property
2167         in this case.
2169 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
2171         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
2172         (semantic-mru-bookmark-mode): Doc fixes.
2174         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
2175         of assert.
2177 2009-12-13  Glenn Morris  <rgm@gnu.org>
2179         * mail/emacsbug.el (message-sort-headers): Define for compiler.
2180         (report-emacs-bug): In message-mode, sort manually before storing
2181         original report text.  (Bug#5178)
2182         Remove superfluous save-excursion.
2184 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
2186         * net/dbus.el (dbus-property-handler): Filter lambda forms out
2187         when responding to "GetAll" properties.
2189 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
2191         * simple.el (compose-mail): Remove mail-setup-with-from from
2192         customization checks.
2194 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
2196         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
2197         RAR archives created on Unix systems.
2199 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2201         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
2202         the varalias that was accidentally removed by the 2009-11-19 change
2203         (bug#5186).
2205 2009-12-12  Kenichi Handa  <handa@m17n.org>
2207         * language/indian.el (indian-compose-regexp): New function.
2208         (malayalam-composable-pattern): Fix the pattern.
2209         (composition-function-table): Set malayalam-composable-pattern for
2210         Malayalam characters.
2212 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
2214         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
2215         rather than down-mouse-1, based on follow-link conventions.
2217         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
2218         are compiled.
2220 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
2222         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
2223         (verilog-vmm-statement-re, verilog-ovm-statement-re)
2224         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
2225         (verilog-leap-to-head, verilog-backward-token):
2226         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
2228 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
2230         * progmodes/verilog-mode.el (verilog-auto-lineup)
2231         (verilog-nameable-item-re): Cleanup user-visible spelling and
2232         documentation errors.  One reported by Gary Delp.
2233         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
2234         (verilog-read-decls): Fix AUTOWIRE with types declared in a
2235         package, bug195.  Reported by Pierre-David Pfister.
2237 2009-12-11  Glenn Morris  <rgm@gnu.org>
2239         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
2241         * mail/emacsbug.el: No longer require sendmail.
2242         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
2243         (report-emacs-bug-orig-text): Doc fix.
2244         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
2245         New local variables, to adapt to different mail-user-agents.
2246         (report-emacs-bug): Fix test for a gnu.org address.
2247         Use overlays for emphasis, since font-lock defeats 'face property.
2248         Pretest bugs also end up at the newsgroup these days.
2249         Stop message-mode stripping text properties.
2250         Set and use the new buffer-local variables.
2251         (report-emacs-bug-hook): Add doc-string.
2252         Remove some unnecessary save-excursions and simplify.
2253         Use the appropriate hook and send-command.
2255         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
2256         capitalization of some menu entries.
2258 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2260         * whitespace.el (whitespace-display-char-on): Ensure
2261         `buffer-display-table' is unique when two or more windows are
2262         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
2263         New version 12.1.
2265 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
2267         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
2268         characters in the Attribute field.
2270 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
2272         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
2274 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
2277         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2278         Disregard autoload-excludes.
2279         (update-directory-autoloads): Obey autoload-excludes here instead.
2280         But don't store its contents in no-autoloads and remove entries that
2281         refer to excludes files.
2283 2009-12-10  Glenn Morris  <rgm@gnu.org>
2285         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
2286         (expand-mail-aliases): Define for compiler.
2288         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
2289         Define for compiler.
2291         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
2292         appropriate for the mail-user-agent in use.
2294 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
2296         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
2298 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
2300         Fix short log parsing and fontification.
2301         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
2302         Fix fontification for the [merge] label.
2304 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
2306         Drop some properties to avoid surprises.
2307         * htmlfontify.el (hfy-ignored-properties): New defcustom.
2308         (hfy-fontify-buffer): Use it.
2310 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2312         Minor cleanup.
2313         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
2314         Adjust all callers.
2315         (ffap-locate-file): Remove unused arg `dir-ok' and make other
2316         args compulsory.  Adjust callers.
2317         (ffap-gopher-at-point): Remove unused var `name'.
2319         Get rid of the ELCFILES abomination.
2320         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
2321         (compile-elcfiles): New phony target.
2322         (compile-main): Compute ELCFILES dynamically.
2323         (compile-clean): New target to remove left-over elc files.
2324         (compile, all): Use it.
2326 2009-12-09  Kenichi Handa  <handa@etlken>
2328         * international/mule-diag.el: Require help-mode instead of help-fns.
2330 2009-12-09  Kenichi Handa  <handa@m17n.org>
2332         * international/mule-cmds.el (ucs-names): Supply sufficiently
2333         fine ranges instead of pre-calculating accurate ranges.
2334         Iterate with bigger gc-cons-threshold.
2336 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
2338         Add support for stashing a snapshot of the current tree.
2339         * vc-git.el (vc-git-stash-snapshot): New function.
2340         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
2342 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
2344         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
2345         instead of `(beginning|end)-of-line'.
2347 2009-12-08  Glenn Morris  <rgm@gnu.org>
2349         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
2351         * Makefile.in (ELCFILES): Regenerate.
2353 2009-12-07  Juri Linkov  <juri@jurta.org>
2355         Don't lazy-highlight the comint output in history Isearch mode.
2357         * comint.el (comint-history-isearch-search): Instead of
2358         `comint-line-beginning-position', use `comint-after-pmark-p'
2359         to check if point if before the process mark, and go to
2360         `process-mark' in this case.
2362 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2364         * textmodes/tex-mode.el (latex-complete)
2365         (latex-indent-or-complete): Remove.
2366         (latex-mode): Set completion-at-point-functions instead.
2368         Provide a standard completion command and hook it into TAB.
2369         * minibuffer.el (completion-at-point-functions): New var.
2370         (completion-at-point): New command.
2371         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
2372         * progmodes/python.el (python-mode-map): Use completion-at-point.
2373         (python-completion-at-point): Rename from python-partial-symbol and
2374         adjust for use in completion-at-point-functions.
2375         (python-mode): Setup completion-at-point for Python completion.
2376         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
2377         extracted from lisp-complete-symbol.
2378         (lisp-complete-symbol): Use it.
2379         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
2380         setup completion-at-point for Elisp completion.
2381         (emacs-lisp-mode-map, lisp-interaction-mode-map):
2382         Use completion-at-point.
2383         * ielm.el (ielm-map): Use completion-at-point.
2384         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
2385         * progmodes/sym-comp.el: Move to...
2386         * obsolete/sym-comp.el: Move from progmodes.
2388 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
2390         Prevent save-buffer in Rmail buffers from using the coding-system
2391         of the current message, and from clobbering the encoding mnemonics
2392         in the mode line (Bug#4623).
2394         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
2395         flag, too.
2396         (rmail-message-encoding): New variable.
2397         (rmail-write-region-annotate): Record the encoding of the current
2398         message in rmail-message-encoding.
2399         (rmail-after-save-hook): New function, restores the encoding of
2400         the current message after the message collection is saved.
2402 2009-12-07  Juri Linkov  <juri@jurta.org>
2404         * progmodes/grep.el (grep-read-files): Use `completing-read'
2405         instead of `read-string'.  Set its `collection' arg to
2406         `read-file-name-internal'.  (Bug#4301)
2408 2009-12-07  Juri Linkov  <juri@jurta.org>
2410         Correctly restore original Isearch point.  (Bug#4994)
2412         * isearch.el (isearch-mode): Move `isearch-push-state' after
2413         `(run-hooks 'isearch-mode-hook)'.
2414         (isearch-cancel): When `isearch-push-state-function' is defined,
2415         let-bind `isearch-cmds' to the first state (the last element of
2416         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
2417         function and restores the original point).  Otherwise, move point
2418         to `isearch-opoint'.
2420 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2422         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
2423         chars that don't have names, so the table can be built much faster at
2424         run-time.
2426 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
2428         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
2429         change.  Suggested by David Kastrup.
2431         * simple.el (compose-mail): Check for incompatibilities and warn.
2432         (compose-mail-user-agent-warnings): New option.
2434 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2436         Support showing a single log entry from vc-annotate.
2437         * vc.el (print-log): Add a new argument: START-REVISION.
2438         (vc-print-log-internal): Add a new optional argument and
2439         pass it to the backend.
2440         (vc-print-log, vc-print-root-log): Adjust callers.
2441         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
2442         buffer already displays the requested log entry, use it.
2443         Otherwise display only the log entry in question.
2444         * vc-svn.el (vc-svn-print-log):
2445         * vc-mtn.el (vc-mtn-print-log):
2446         * vc-hg.el (vc-hg-state):
2447         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
2448         (vc-git-show-log-entry): Return t on success.
2449         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
2450         (vc-bzr-show-log-entry): Return t on success.
2451         * vc-rcs.el (vc-rcs-print-log):
2452         * vc-sccs.el (vc-sccs-print-log):
2453         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
2455 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2457         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
2458         Add menus to the meta mode.  (Bug#5043)
2460 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
2462         * ediff-init.el (ediff-event-key): Use event-to-character instead of
2463         event-key.
2465         * ediff.el (ediff-buffers-internal): Add unwind-protect.
2467 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
2469         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
2470         Berbain <raphael.berbain@gmail.com>.
2472         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
2473         characters.
2474         (tramp-initial-end-of-output): New defconst.
2475         (tramp-methods, tramp-find-shell)
2476         (tramp-open-connection-setup-interactive-shell)
2477         (tramp-maybe-open-connection): Use it.
2478         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
2479         existence of `#' and `$'.
2481         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
2482         `tramp-initial-end-of-output'.
2484 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
2486         Get the background mode from the terminal for xterm, and set
2487         faces accordingly.
2488         * term/xterm.el (xterm-set-background-mode): New function.
2489         (terminal-init-xterm): Use it in case xterm supports background
2490         color queries.  Recompute faces after getting the background
2491         color.
2493 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
2495         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
2496         number comment back on its own line, for easier parsing.
2498 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2500         Make it work for non-file buffers (bug#5102).
2501         * doc-view.el (doc-view-current-cache-dir):
2502         Use doc-view-buffer-file-name rather than buffer-file-name.
2503         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
2505 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
2507         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
2508         author field is too short.
2510 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
2512         * vc-git.el (vc-git-print-log): Handle a limit argument.
2513         Display the short log in graph form and with labels.
2514         (vc-git-log-view-mode): Handle labels.
2516         Make vc-revert change VC state from 'added to 'unregistered.
2517         * vc-git.el (vc-git-revert): Call git reset first.
2519 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2521         * net/newst-backend.el, net/newst-plainview.el:
2522         * net/newst-reader.el, net/newst-ticker.el:
2523         * net/newst-treeview.el, net/newsticker.el:
2524         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
2526 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2528         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
2530         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
2531         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
2532         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
2533         Update annotation regexp.
2535         * simple.el (beginning-of-visual-line): Constrain to field
2536         boundaries (Bug#5106).
2538 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
2540         * xml.el (xml-substitute-numeric-entities): Move
2541         newsticker--decode-numeric-entities in newst-backend.el to
2542         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2543         * net/newst-backend.el (newsticker--parse-generic-feed)
2544         (newsticker--parse-generic-items)
2545         (newsticker--decode-numeric-entities): Move
2546         newsticker--decode-numeric-entities in newst-backend.el to
2547         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
2549 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
2551         * progmodes/js.el (js--js-not): Add null to the list of values.
2553 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
2555         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
2557 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2559         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
2560         delimiter if it is at the end of the current line.
2561         (bibtex-generate-url-list): Fix docstring.
2563 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
2566         minibuffer's content with itself.
2567         Fold the confirm-after-completion case into the `confirm' case.
2568         (completion-pcm-word-delimiters): Add : and / to the delimiters.
2570 2009-12-06  Kevin Ryde  <user42@zip.com.au>
2572         * ffap.el (ffap-rfc-path): Make this a defcustom since
2573         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
2575         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
2576         manuals, similar to existing setup for help-mode.  (Bug#3913.)
2578 2009-12-05  Juri Linkov  <juri@jurta.org>
2580         Save and restore dired buffer's point positions too.  (Bug#4880)
2582         * dired.el (dired-save-positions): Return in the first element
2583         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
2584         Doc fix.
2585         (dired-restore-positions): First restore buffer's position.
2586         While restoring window's positions, check if window still displays
2587         the original buffer.
2589 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
2591         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
2592         if possible.
2594         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
2595         Make argument optional.
2597         * shell.el (shell): Require ansi-color (Bug#5113).
2599         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
2601         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
2603 2009-12-05  Alan Mackenzie  <acm@muc.de>
2605         * progmodes/cc-mode.el (c-before-hack-hook)
2606         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
2607         `c-file-style' to work again.  This reversion restores the current
2608         software to its state in Emacs 23.1.  (Bug#4146)
2610 2009-12-05  Kevin Ryde  <user42@zip.com.au>
2612         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
2613         comment-start-skip to comment-end-skip as comment (Bug#4781).
2615 2009-12-05  Juri Linkov  <juri@jurta.org>
2617         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
2618         for virtual nodes.  (Bug#4147)
2619         (Info-find-node-2): Set `Info-current-node-virtual' to nil
2620         when moving from a virtual node.
2621         (Info-mode-menu): Add `Info-virtual-index' to the menu.
2622         (Info-mode): Add `Info-virtual-index' to the docstring.
2624 2009-12-05  Eric Ludlam  <zappo@gnu.org>
2626         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
2627         Describe project macro symbols.
2629         * cedet/semantic/complete.el (semantic-complete-do-completion):
2630         Don't call semantic-collector-current-exact-match.
2632         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
2633         ede-objects as targets.
2635         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
2636         a target's object list even if compiler vars are already in the
2637         Makefile.
2639         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
2640         list of headers producing necessary macros.
2642 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2644         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
2645         track of the buffer position of the end of a BibTeX entry as this
2646         position may change during reformatting.
2647         (bibtex-format-entry): Remove whitespace before processing
2648         numerical fields so that we recognize the latter properly.
2649         (bibtex-reformat): Do not use push which changes the global value
2650         of bibtex-entry-format.
2651         (bibtex-field-braces-alist, bibtex-field-strings-alist)
2652         (bibtex-field-re-init): Replace only space characters by regexp
2653         for whitespace.
2654         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
2655         (bibtex-initialize): Also update bibtex-strings.
2656         (bibtex-kill-field): Preserve white space at end of entry.
2657         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
2658         Update bibtex-reference-keys.
2660 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2662         * minibuffer.el (completion-pcm--merge-try): Also consider placing
2663         point after a star, if that's the only place where modifications can
2664         make progress.
2666 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
2668         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
2669         in docstrings.
2671 2009-12-04  Juri Linkov  <juri@jurta.org>
2673         * proced.el (proced): Call `(proced-update t)' to update process
2674         information instead of only running proced-post-display-hook.
2675         (proced-send-signal): Add a leading space to the buffer name
2676         " *Marked Processes*" to make this buffer ephemeral.
2678 2009-12-04  Juri Linkov  <juri@jurta.org>
2680         * dired.el (dired-auto-revert-buffer): New defcustom.
2681         (dired-internal-noselect): Use it.
2683 2009-12-04  Juri Linkov  <juri@jurta.org>
2685         Change roles of modes and functions in image-mode.el (Bug#5062).
2687         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
2688         in `auto-mode-alist'.
2689         (image-mode-previous-major-mode): New variable.
2690         (image-minor-mode-map): Rename from `image-mode-text-map'.
2691         (image-mode): Move graceful error-handling code from
2692         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
2693         (image-minor-mode): Remove all image-handling code.
2694         Replace `image-mode-text-map' with `image-minor-mode-map'.
2695         Check for `image-type' in mode-line format string.
2696         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
2697         (image-mode-as-text): New function with most code from
2698         `image-mode-maybe'.
2699         (image-toggle-display-text): Move code that removes image
2700         properties from `image-toggle-display' to here.
2701         (image-toggle-display-image): New function with code that adds
2702         image properties copied from `image-toggle-display'.
2703         (image-toggle-display): Remove most code with leaving only code
2704         that toggles between `image-mode-as-text' and `image-mode'.
2706 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
2708         * net/newst-treeview.el
2709         (newsticker--treeview-list-highlight-start): Restored call to
2710         save-excursion: Selected item was stuck.
2711         (newsticker--treeview-list-select): New.
2712         (newsticker--treeview-item-show-text)
2713         (newsticker--treeview-item-show)
2714         (newsticker--treeview-item-update): Use new
2715         newsticker-treeview-item-mode.
2716         (newsticker-treeview-update): Keep current item.
2717         (newsticker-treeview-next-new-or-immortal-item): Doc change.
2718         (newsticker--treeview-first-feed): Doc change.
2719         (newsticker-treeview-list-menu)
2720         (newsticker-treeview-item-menu): Added menu entries.
2721         (newsticker-treeview-item-mode): New.
2723         * net/newst-backend.el (newsticker-customize): Delete other
2724         windows.
2726 2009-12-04  Sam Steingold  <sds@gnu.org>
2728         * log-view.el (log-view-mode-map): "q" calls quit-window,
2729         like in all the other non-self-insert buffers.
2731 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2733         Minor cleanup.
2734         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
2735         key decoding rather than do it manually via last-input-event +
2736         ascii-character.
2737         (term-exec): Use delete-and-extract-region.
2738         (term-handle-ansi-terminal-messages): Remove unused var `end'.
2739         (term-process-pager): Remove unused var `i'.
2740         (term-dynamic-simple-complete): Make obsolete.
2741         (serial-update-config-menu): Remove unused vars `y' and `str'.
2742         (term-update-mode-line): Remove unused var `temp'.
2744 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2746         Limit the number of log entries displayed by default.
2747         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
2748         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
2749         using a prefix argument.
2751 2009-12-03  Glenn Morris  <rgm@gnu.org>
2753         * progmodes/idlwave.el (class): Restore still useful declaration.
2755 2009-12-03  Alan Mackenzie  <acm@muc.de>
2757         Enhance `c-parse-state' to run efficiently in "brace deserts".
2759         * progmodes/cc-mode.el (c-basic-common-init):
2760         Call c-state-cache-init.
2761         (c-neutralize-syntax-in-and-mark-CPP): Rename from
2762         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
2763         placing `category' properties value 'c-cpp-delimiter at its boundaries.
2765         * progmodes/cc-langs.el (c-before-font-lock-function):
2766         c-extend-and-neutralize-syntax-in-CPP has been renamed
2767         c-neutralize-syntax-in-and-mark-CPP.
2769         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
2770         with `category' properties now, not `syntax-table' ones.
2772         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
2773         enhanced (but slower) version of c-end-of-macro that won't land
2774         inside a literal or on another awkward character.
2775         (c-state-cache-too-far, c-state-cache-start)
2776         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
2777         (c-state-nonlit-pos-cache-limit, c-state-point-min)
2778         (c-state-point-min-lit-type, c-state-point-min-lit-start)
2779         (c-state-min-scan-pos, c-state-brace-pair-desert)
2780         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
2781         buffer local variables.
2782         (c-state-literal-at, c-state-lit-beg)
2783         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
2784         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
2785         (c-state-cache-top-paren, c-state-cache-after-top-paren)
2786         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
2787         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
2788         (c-renarrow-state-cache)
2789         (c-append-lower-brace-pair-to-state-cache)
2790         (c-state-push-any-brace-pair, c-append-to-state-cache)
2791         (c-remove-stale-state-cache)
2792         (c-remove-stale-state-cache-backwards, c-state-cache-init)
2793         (c-invalidate-state-cache-1, c-parse-state-1)
2794         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
2795         (c-parse-state): Enhance and refactor.
2796         (c-debug-parse-state): Amend to deal with all the new variables.
2798         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
2799         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
2800         modify to use category text properties rather than syntax-table ones.
2801         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
2802         to switch off/on the syntactic paren property of C++ template
2803         delimiters using the category property.
2804         (c-with-<->-as-parens-suppressed): Macro to invoke code with
2805         template delims suppressed.
2806         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
2807         New constant/macros which apply category properties to the start
2808         and end of preprocessor constructs.
2809         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
2810         "comment out" the syntactic value of characters in preprocessor
2811         constructs.
2812         (c-with-cpps-commented-out)
2813         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
2814         with characters in all or all but one preprocessor constructs
2815         "commented out".
2817 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2819         * proced.el (proced-filter-alist): Use regexp-quote.
2821 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
2823         Cleanup.
2824         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
2825         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
2826         arguments.  Expand `default-directory'.
2828         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
2829         the benefit of returning an expanded localname.
2830         (tramp-tramp-file-p): Handle the case NAME is not a string.
2832 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2834         Add support for bzr shelve/unshelve.
2835         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
2836         (vc-bzr-extra-menu-map): New variables.
2837         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
2838         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
2839         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
2840         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
2841         (vc-bzr-dir-extra-headers): Display shelves.
2843         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
2845 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2847         * textmodes/bibtex.el (bibtex-complete-internal):
2848         Use completion-in-region.
2849         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
2851 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
2853         Support applying stashes.  Improve UI.
2854         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
2855         (vc-git-stash-apply, vc-git-stash-pop)
2856         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
2857         (vc-git-stash-menu): New functions.
2858         (vc-git-stash-menu-map): New variable.
2859         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
2861 2009-12-03  Glenn Morris  <rgm@gnu.org>
2863         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
2864         (vc-print-log-internal): Fix previous change.
2865         (vc-revert): Correct pluralization.
2867 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2869         * progmodes/make-mode.el (makefile-special-targets-list): No need for
2870         it to be an alist any more.
2871         (makefile-complete): Use completion-in-region.
2873         * progmodes/octave-mod.el (octave-complete-symbol):
2874         Use completion-in-region.
2876         Misc cleanup.
2877         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
2878         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
2879         (idlwave-complete-class): Don't quote lambda.
2880         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
2881         (idlwave-mode-map): Move initialization into declaration.
2882         (idlwave-action-and-binding): Use backquotes.
2883         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
2884         Simplify.
2885         (idlwave-is-pointer-dereference): Remove unused var `pos'.
2886         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
2887         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
2888         `parts', and `all-parts'.
2889         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
2890         (idlwave-convert-xml-system-routine-info): Remove unused string
2891         `version-string'.
2892         (idlwave-display-user-catalog-widget): Use dolist.
2893         (idlwave-scanning-lib): Declare dynamically-scoped var.
2894         (idlwave-scan-library-catalogs): Remove unused var `flags'.
2895         (completion-highlight-first-word-only): Declare to silence bytecomp.
2896         (idlwave-popup-select): Tighten scope of `resp'.
2897         (idlwave-find-struct-tag): Remove unused var `beg'.
2898         (idlwave-after-load-rinfo-hook): Declare.
2899         (idlwave-sintern-class-info): Remove unused var `taglist'.
2900         (idlwave-find-class-definition): Remove unused var `list'.
2901         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
2902         (idlwave-what-module-find-class): Remove unused var `classes'.
2904 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
2906         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
2908 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2910         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
2911         buffers visited.  Remove redundant current-buffer-saving.
2913 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2915         Use completion-in-buffer and remove uses of dynamic scoping.
2916         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
2917         (pascal-buffer-to-use, pascal-flag): Don't declare.
2918         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
2919         (pascal-get-completion-decl, pascal-keyword-completion):
2920         Add `pascal-str' argument, save-excursion,
2921         return the found completions, and don't filter with pascal-pred.
2922         (pascal-completion-cache): New var.
2923         (pascal-completion): Don't switch buffer any more (it was never
2924         necessary).  Don't save-excursion any more (it's done by the called
2925         subroutines).  Use a cache to avoid redundant computations.
2926         Use complete-with-action rather than pascal-completion-response and
2927         let it apply the predicate as well.
2928         (pascal-complete-word): Use completion-in-buffer when
2929         pascal-toggle-completions is nil.
2930         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
2931         not used any more.
2932         (pascal-comp-defun): Don't change buffer any more.
2933         Use complete-with-action rather than pascal-completion-response and
2934         let it apply the predicate as well.
2935         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
2936         when neded.
2938 2009-12-02  Kenichi Handa  <handa@m17n.org>
2940         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
2941         shape for all Indic scripts.
2943 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2945         Use completion-in-buffer.
2946         * wid-edit.el (widget-field-text-end): New function.
2947         (widget-field-value-get): Use it.
2948         (widget-string-complete, widget-file-complete)
2949         (widget-color-complete): Use it and completion-in-region.
2950         (widget-complete): Don't narrow the buffer.
2952 2009-12-02  Glenn Morris  <rgm@gnu.org>
2954         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
2955         (rmail-select-summary): Use rmail-pop-to-buffer.
2956         * mail/rmailsum.el: Replace all pop-to-buffer calls with
2957         rmail-pop-to-buffer, to prevent horizontal splits.
2959         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
2960         save-excursion with save-current-buffer.
2961         Widen before searching.  (Bug#5093)
2962         (diary-list-sexp-entries): Remove superfluous save-excursion.
2964 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
2966         * woman.el (woman-make-bufname): Handle man-pages with "." in the
2967         name.  (Bug#5038)
2969 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2971         * ido.el (ido-file-internal): Handle filenames at point that do
2972         not have a directory part.  (Bug#5049)
2974 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
2976         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
2977         (mpc-songs-jump-to, mpc-resume): Doc fixes.
2979 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
2981         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
2982         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
2983         any more.
2985 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2987         * comint.el (comint-insert-input): Ignore clicks to the right of
2988         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
2990         * vc.el (vc-print-log-internal): Don't wait for the process to
2991         terminate before setting up the major mode.
2993         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
2994         in case.
2996         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
2997         the last element.
2999         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
3001 2009-12-01  Glenn Morris  <rgm@gnu.org>
3003         * window.el (window--display-buffer-2): Fix previous changes.
3005 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
3007         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
3009 2009-12-01  Glenn Morris  <rgm@gnu.org>
3011         * Makefile.in (ELCFILES): Add mpc.elc.
3013 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         * mpc.el: New file.
3017 2009-12-01  Glenn Morris  <rgm@gnu.org>
3019         * window.el (window-to-use): Define for compiler.
3021         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
3022         consistent with others (no final period).
3024         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
3025         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
3027 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
3029         Make vc-print-log buttons work.
3030         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
3032 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
3034         * savehist.el (savehist-autosave-interval): Allow setting to nil
3035         through customize.  (Bug#5056)
3037 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
3039         Fix references to jit-lock properties.
3040         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
3041         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
3042         (perl-font-lock-special-syntactic-constructs):
3043         Quote jit-lock-defer-multiline property.
3045 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
3047         * vc-git.el (vc-git-registered): Call vc-git-root only once.
3049 2009-11-30  Juri Linkov  <juri@jurta.org>
3051         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
3052         value `buffer' of `multi-isearch-next-buffer-current-function'.
3053         Use `(current-buffer)' when `buffer' is nil.
3054         (multi-isearch-next-buffer-from-list): Don't fallback to
3055         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
3057 2009-11-30  Juri Linkov  <juri@jurta.org>
3059         * misearch.el (multi-isearch-read-buffers): Move canonicalization
3060         of buffers with `get-buffer' to `multi-isearch-buffers'.
3061         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3062         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
3063         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
3064         FILES with `expand-file-name' converting relative file names
3065         to absolute.  Doc fix.  (Bug#4727)
3067 2009-11-30  Juri Linkov  <juri@jurta.org>
3069         * misearch.el (multi-isearch-read-buffers)
3070         (multi-isearch-read-matching-buffers): New functions.
3071         (multi-isearch-buffers, multi-isearch-buffers-regexp):
3072         Use them in the `interactive' spec.  Doc fix.
3073         (multi-isearch-read-files, multi-isearch-read-matching-files):
3074         New functions.
3075         (multi-isearch-files, multi-isearch-files-regexp):
3076         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
3078 2009-11-30  Juri Linkov  <juri@jurta.org>
3080         * doc-view.el (doc-view-continuous):
3081         Rename from `doc-view-continuous-mode'.
3082         (doc-view-menu): Move "Toggle display" to the top.
3083         Add submenu "Continuous" with radio buttons "Off"/"On"
3084         and "Save as Default".
3085         (doc-view-scroll-up-or-next-page)
3086         (doc-view-scroll-down-or-previous-page)
3087         (doc-view-next-line-or-next-page)
3088         (doc-view-previous-line-or-previous-page): Rename
3089         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
3091 2009-11-30  Juri Linkov  <juri@jurta.org>
3093         * comint.el (comint-mode-map): Rebind `M-r' from
3094         `comint-previous-matching-input' to
3095         `comint-history-isearch-backward-regexp'.
3096         Unbind `M-s' to allow global key binding `M-s'.
3097         Add menu items for `comint-history-isearch-backward' and
3098         `comint-history-isearch-backward-regexp'.  (Bug#3746)
3100 2009-11-30  Juri Linkov  <juri@jurta.org>
3102         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
3103         For def=recenter, replace `recenter' with `recenter-top-bottom'
3104         that is called with `this-command' and `last-command' let-bound
3105         to `recenter-top-bottom'.  When the last `def' was not `recenter',
3106         set `recenter-last-op' to nil.  (Bug#4981)
3108 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3110         Minor cleanup and simplification.
3111         * filecache.el (file-cache-add-directory)
3112         (file-cache-add-directory-recursively)
3113         (file-cache-add-from-file-cache-buffer)
3114         (file-cache-delete-file-regexp, file-cache-delete-directory)
3115         (file-cache-files-matching-internal, file-cache-display): Use dolist.
3116         (file-cache-temp-minibuffer-message): Delete function.
3117         (file-cache-minibuffer-complete): Use minibuffer-message instead.
3119         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
3120         Don't signal an error when bumping into EOB in tr, s, or y.
3122 2009-11-29  Juri Linkov  <juri@jurta.org>
3124         * startup.el (fancy-about-text): Fix wording of Guided Tour.
3125         (Bug#4960)
3127         * descr-text.el (describe-char-unidata-list): Use lowercase name
3128         for "Unicode name" like in other tags.
3130 2009-11-29  Juri Linkov  <juri@jurta.org>
3132         * ediff-util.el (ediff-minibuffer-with-setup-hook):
3133         New compatibility macro.
3134         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
3136 2009-11-29  Juri Linkov  <juri@jurta.org>
3138         Add defcustom to define the cycling order of `recenter-top-bottom'.
3139         (Bug#4981)
3141         * window.el (recenter-last-op): Doc fix.
3142         (recenter-positions): New defcustom.
3143         (recenter-top-bottom): Rewrite to use `recenter-positions'.
3144         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
3146 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
3148         Improve integration of Tramp and ange-ftp in eshell.
3150         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
3151         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
3152         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
3154         * eshell/esh-util.el (top): Require also Tramp when compiling.
3155         (eshell-directory-files-and-attributes): Check for FTP remote
3156         connection.
3157         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
3158         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
3159         (eshell-file-attributes): Handle ".".  Return `entry'.
3161         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
3162         (ange-ftp-directory-files-and-attributes)
3163         (ange-ftp-real-directory-files-and-attributes): New defuns.
3165         * net/tramp.el (tramp-maybe-open-connection): Open the remote
3166         shell with "exec" when possible.  This prevents trailing prompts
3167         in `start-file-process'.
3169 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3171         Try and remove assumptions about point-min==1.
3172         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
3173         (rng-compute-mode-line-string): Show the validation percentage in
3174         terms of the narrowed text, not the widened text.
3175         (rng-do-some-validation): Don't catch internal errors when debugging.
3176         (rng-first-error): Simplify.
3177         (rng-after-change-function): Remove work around.  AFAIK the bug has
3178         been fixed a while ago.
3180         * image-mode.el (image-minor-mode): Exit more gracefully when the image
3181         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
3183         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
3185         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
3186         `cd' doesn't always do it for us (bug#5067).
3188         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
3189         on 2009-10-25 as part of some other change (bug#5067).
3191 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3193         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
3194         `suspicious'.
3195         (byte-compile-warnings): Use byte-compile-warning-types.
3196         (byte-compile-save-excursion): Warn about use of set-buffer right
3197         after save-excursion.
3199         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
3200         the excursion as well.
3202 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
3204         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
3205         providing a Tramp related implementation of "su" and "sudo".
3206         (eshell-unix-initialize): Add "su" and "sudo".
3208 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
3210         * net/socks.el (socks-send-command): Convert binary request to
3211         unibyte before sending.  This fixes mishandling of some port
3212         numbers such as 129.
3214 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3216         * help.el (describe-bindings-internal): Remove `interactive'.
3218         * man.el (Man-completion-table): Trim a terminating "(".
3219         Remove the space between name page a section.
3220         Add the command's description on the `help-echo' property.
3221         Remove `process-connection-type' binding since it's unused by
3222         call-process.
3223         Provide completion for the "<section> <name>" format as well.
3224         (Man-default-man-entry): Remove spurious var shadowing the argument.
3226 2009-11-26  Kevin Ryde  <user42@zip.com.au>
3228         * log-view.el: Add "Keywords: tools", since its other keywords
3229         aren't in finder-known-keywords, and following vc.el.
3231         * sha1.el (sha1-string-external): default-directory "/" in case
3232         otherwise non-existent.  process-connection-type pipe for touch of
3233         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
3235 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3237         Misc coding convention cleanups.
3238         * htmlfontify.el (hfy-init-kludge-hook): Rename from
3239         hfy-init-kludge-hooks.
3240         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
3241         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
3242         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
3243         and push.
3244         (hfy-slant, hfy-weight): Use tables rather than code.
3245         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
3246         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
3247         (hfy-face-attr-for-class): Initialize `face-spec' directly.
3248         (hfy-face-to-css): Remove `nconc' with single arg.
3249         (hfy-p-to-face-lennart): Use `or'.
3250         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
3251         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
3252         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
3253         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
3254         (hfy-force-fontification): Use run-hooks.
3256 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
3258         Various minor fixes.
3259         * htmlfontify.el (hfy-default-header): Add toggle_invis since
3260         Javascript belongs in the header, not the body.
3261         (hfy-javascript): Remove.
3262         (hfy-fontify-buffer): Don't insert it any more.
3263         (hfy-face-at): Handle (face0 face1 face2) style face properties.
3264         Fix bug in invis handling when there were no invis props in a chunk.
3266 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3268         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
3270 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
3272         * finder.el (finder-mode-map): Add a menu.
3274 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
3276         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
3277         "unsigned" structs.
3279         (verilog-leap-to-head, verilog-backward-token): Handle "disable
3280         fork" statement better.
3282 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
3284         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
3285         (verilog-delete-auto, verilog-delete-empty-auto-pair)
3286         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
3287         Reported by Clay Douglass.
3289         (verilog-auto-inst, verilog-auto-star-safe)
3290         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
3291         Fix removing "// Interfaces" when saving .* expansions.  Reported by
3292         Pierre-David Pfister.
3294 2009-11-26  Glenn Morris  <rgm@gnu.org>
3296         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
3297         the scope.
3299 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
3301         * vc-annotate.el (vc-annotate-revision-previous-to-line):
3302         Really use previous revision.
3304 2009-11-25  Kevin Ryde  <user42@zip.com.au>
3306         * man.el (Man-completion-table): default-directory "/" in case
3307         doesn't otherwise exist.  process-environment COLUMNS=999 so as
3308         not to truncate long names.  process-connection-type pipe to avoid
3309         any chance of hitting the pseudo-tty TIOCGWINSZ.
3310         (man): completion-ignore-case t for friendliness and since man
3311         itself is case-insensitive on the command line.
3312         Further to Bug#3717.
3314         * arc-mode.el: Add "Keywords: files", so the details in its
3315         commentary can be reached from finder-by-keyword.
3316         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
3317         editing mode, but it's comms related and sgml-mode.el has "comm"
3318         on that basis too.
3319         * textmodes/bibtex-style.el: Add "Keywords: tex".
3320         * international/isearch-x.el, international/ja-dic-cnv.el:
3321         * international/ja-dic-utl.el, international/kkc.el:
3322         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
3324 2009-11-25  Juri Linkov  <juri@jurta.org>
3326         * man.el (Man-completion-table): Modify regexp to include
3327         section names to completion strings.  (Bug#3717)
3329 2009-11-25  Juri Linkov  <juri@jurta.org>
3331         Search recursively in gzipped files.  (Bug#4982)
3333         * progmodes/grep.el (grep-highlight-matches): Add new options
3334         `always' and `auto'.  Doc fix.
3335         (grep-process-setup): Check `grep-highlight-matches' for
3336         `auto-detect' to determine the need to compute grep defaults.
3337         Move Windows/DOS specific --colors settings handling
3338         to `grep-compute-defaults'.  Check `grep-highlight-matches'
3339         to get the value of "--color=".
3340         (grep-compute-defaults): Compute `grep-highlight-matches' when it
3341         has the value `auto-detect'.  Move Windows/DOS specific settings
3342         from `grep-process-setup'.
3343         (zrgrep): New command with alias `rzgrep'.
3345 2009-11-25  Juri Linkov  <juri@jurta.org>
3347         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
3348         to nil instead of switching off view-mode.  (Bug#4896)
3350 2009-11-25  Juri Linkov  <juri@jurta.org>
3352         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
3354         * mwheel.el (mwheel-scroll-up-function)
3355         (mwheel-scroll-down-function): New defvars.
3356         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
3357         `scroll-up', and `mwheel-scroll-down-function' instead of
3358         `scroll-down'.
3360         * doc-view.el (doc-view-scroll-up-or-next-page)
3361         (doc-view-scroll-down-or-previous-page): Add optional ARG.
3362         Use this ARG in the call to image-scroll-up/image-scroll-down.
3363         Change `interactive' spec to "P".  Goto next/previous page only
3364         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
3365         SPC/DEL case).  Doc fix.
3366         (doc-view-next-line-or-next-page)
3367         (doc-view-previous-line-or-previous-page): Rename arg to ARG
3368         for consistency.
3369         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
3370         `doc-view-scroll-up-or-next-page', and buffer-local
3371         `mwheel-scroll-down-function' to
3372         `doc-view-scroll-down-or-previous-page'.
3374 2009-11-25  Juri Linkov  <juri@jurta.org>
3376         Provide additional default values (directories at other Dired
3377         windows) via M-n in the minibuffer of some Dired commands.
3379         * dired-aux.el (dired-diff, dired-compare-directories)
3380         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
3381         `minibuffer-default' in `minibuffer-with-setup-hook'.
3382         (dired-dwim-target-directory): Find a window that displays Dired
3383         buffer instead of failing when the next window is not Dired.
3384         Use `get-window-with-predicate' to find for the next Dired window.
3385         (dired-dwim-target-defaults): New function.
3387         * ediff-util.el (ediff-read-file-name):
3388         Use `dired-dwim-target-defaults' to set `minibuffer-default'
3389         in `minibuffer-with-setup-hook'.
3391 2009-11-25  Juri Linkov  <juri@jurta.org>
3393         Provide additional default values (file name at point or at the
3394         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
3396         * minibuffer.el (read-file-name-defaults): New function.
3397         (read-file-name): Reset `minibuffer-default' to nil when
3398         it duplicates initial input `insdef'.
3399         Bind `minibuffer-default-add-function' to lambda that
3400         calls `read-file-name-defaults' in `minibuffer-selected-window'.
3401         (minibuffer-insert-file-name-at-point): New command.
3403         * files.el (file-name-at-point-functions): New defcustom.
3404         (find-file-default): Remove defvar.
3405         (find-file-read-args): Don't use `find-file-default'.
3406         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3407         to `read-file-name'.
3408         (find-file-literally): Use `read-file-name' with
3409         `confirm-nonexistent-file-or-buffer'.
3411         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
3413         * dired.el (dired-read-dir-and-switches):
3414         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
3415         to `read-file-name'.
3416         (dired-file-name-at-point): New function.
3417         (dired-mode): Add hook `dired-file-name-at-point' to
3418         `file-name-at-point-functions'.
3420 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         Really make the *Completions* window soft-dedicated (bug#5030).
3423         * window.el (window--display-buffer-2): Add `dedicated' argument.
3424         (display-buffer): Pass it when needed so the dedicated flag is set
3425         after calling set-window-buffer, which would otherwise reset it.
3427 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3429         * progmodes/meta-mode.el (meta-complete-symbol):
3430         * progmodes/etags.el (complete-tag):
3431         * mail/mailabbrev.el (mail-abbrev-complete-alias):
3432         Use completion-in-region.
3434         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
3435         (dabbrev-completion): Use completion-in-region.
3436         (dabbrev--abbrev-at-point): Simplify regexp.
3438         * abbrev.el (abbrev--before-point): Use word-motion functions
3439         if :regexp is not specified (bug#5031).
3441         * subr.el (string-prefix-p): New function.
3443         * man.el (Man-completion-cache): New var.
3444         (Man-completion-table): Use it.
3446         * vc.el (vc-print-log-internal): Make `limit' optional for better
3447         compatibility (e.g. with vc-annotate.el).
3449 2009-11-24  Kevin Ryde  <user42@zip.com.au>
3451         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
3452         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
3454         * emacs-lisp/elint.el (elint-add-required-env): Better error message
3455         when .el source file not found or other error.
3457 2009-11-24  Markus Triska  <markus.triska@gmx.at>
3459         * linum.el (linum-update-window): Ignore intangible (bug#4996).
3461 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3463         Handle the [back] button properly (bug#4979).
3464         * descr-text.el (describe-text-properties): Add a `buffer' argument.
3465         Use help-setup-xref, help-buffer, and with-help-window.
3466         (describe-char): Add `buffer' argument.
3467         Pass proper command to help-setup-xref.  Don't meddle with
3468         help-xref-stack-item directly.
3469         (describe-text-category): Use with-help-window and help-buffer.
3471         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
3472         for the displayed buffer (bug#4887).
3474         * man.el (Man-completion-table): New function.
3475         (man): Use it.
3477 2009-11-24  David Reitter  <david.reitter@gmail.com>
3479         * vc-git.el (vc-git-registered): Use checkout directory (where
3480         .git is) rather than the file's directory and a relative path spec
3481         to work around a bug in git.
3483 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
3485         Improve handling of processes on remote hosts.
3487         * eshell/esh-util.el (eshell-path-env): New defvar.
3488         (eshell-parse-colon-path): New defun.
3489         (eshell-file-attributes): Use `eshell-parse-colon-path'.
3491         * eshell/esh-ext.el (eshell-search-path):
3492         Use `eshell-parse-colon-path'.
3493         (eshell-remote-command): Remove argument HANDLER.
3494         (eshell-external-command): Check for FTP remote connection.
3496         * eshell/esh-proc.el (eshell-gather-process-output):
3497         Use `file-truename', in order to start also symlinked files.
3498         Apply `start-file-process' instead of `start-process'.
3499         Shorten `command' to the local file name part.
3501         * eshell/em-cmpl.el (eshell-complete-commands-list):
3502         Use `eshell-parse-colon-path'.
3504         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
3506         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
3507         to `eshell-directory-change-hook'.
3509 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
3511         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
3512         because it could be enabled automatically if view-read-only is non-nil.
3514 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
3516         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
3517         made on 2009-11-22.
3519 2009-11-24  Glenn Morris  <rgm@gnu.org>
3521         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
3522         deleted variable bookmark-bmenu-bookmark-column.
3524         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3525         Move after definition of global-semantic-idle-tag-highlight-mode.
3527 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3529         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
3531 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3533         * net/browse-url.el (browse-url-filename-alist): On Windows, add
3534         two slashes to the "file:" prefix.
3535         (browse-url-file-url): De-munge Cygwin filenames before passing
3536         them to Windows browser.
3537         (browse-url-default-windows-browser): Use call-process.
3539 2009-11-23  Juri Linkov  <juri@jurta.org>
3541         Implement DocView Continuous mode.  (Bug#4896)
3542         * doc-view.el (doc-view-continuous-mode): New defcustom.
3543         (doc-view-mode-map): Bind C-n/<down> to
3544         `doc-view-next-line-or-next-page', C-p/<up> to
3545         `doc-view-previous-line-or-previous-page'.
3546         (doc-view-next-line-or-next-page)
3547         (doc-view-previous-line-or-previous-page): New commands.
3549 2009-11-23  Juri Linkov  <juri@jurta.org>
3551         Implement Isearch in comint input history.  (Bug#3746)
3552         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
3553         `isearch-mode-hook'.
3554         (comint-history-isearch): New defcustom.
3555         (comint-history-isearch-backward)
3556         (comint-history-isearch-backward-regexp): New commands.
3557         (comint-history-isearch-message-overlay): New buffer-local variable.
3558         (comint-history-isearch-setup, comint-history-isearch-end)
3559         (comint-goto-input, comint-history-isearch-search)
3560         (comint-history-isearch-message, comint-history-isearch-wrap)
3561         (comint-history-isearch-push-state)
3562         (comint-history-isearch-pop-state): New functions.
3564 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
3566         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
3567         return.
3568         (tramp-handle-make-symbolic-link)
3569         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
3570         Quote file names.
3571         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
3572         (tramp-handle-process-file): Use it.
3574 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3576         * window.el (move-to-window-line-last-op): Remove.
3577         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
3579 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
3581         Make M-r mirror the new cycling behavior of C-l.
3582         * window.el (move-to-window-line-last-op): New var.
3583         (move-to-window-line-top-bottom): New command.
3584         (global-map): Bind M-r move-to-window-line-top-bottom.
3586 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
3588         * dired-x.el (dired-guess-shell-alist-default):
3589         Support xz format.  (Bug#4953)
3591 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
3593         * cedet/srecode/map.el (srecode-get-maps):
3594         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
3595         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
3596         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
3597         (semantic-toggle-decoration-style):
3598         * cedet/semantic/decorate/include.el
3599         (semantic-decoration-include-describe)
3600         (semantic-decoration-unknown-include-describe)
3601         (semantic-decoration-unparsed-include-describe)
3602         (semantic-decoration-all-include-summary):
3603         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
3604         * cedet/semantic/analyze/complete.el
3605         (semantic-analyze-possible-completions):
3606         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
3607         (semantic-show-unmatched-syntax-mode)
3608         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
3609         (semantic-highlight-func-mode):
3610         * cedet/semantic/util.el (semantic-describe-buffer):
3611         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
3612         (semantic-symref-find-tags-by-name)
3613         (semantic-symref-find-tags-by-regexp)
3614         (semantic-symref-find-tags-by-completion)
3615         (semantic-symref-find-file-references-by-name)
3616         (semantic-symref-find-text):
3617         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
3618         (senator-yank-tag):
3619         * cedet/semantic/scope.el (semantic-calculate-scope):
3620         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
3621         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
3622         (define-semantic-idle-service):
3623         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
3624         (semantic-complete-analyze-inline-idle):
3625         * cedet/semantic/analyze.el (semantic-analyze-current-context):
3626         * cedet/mode-local.el (describe-mode-local-bindings)
3627         (describe-mode-local-bindings-in-mode):
3628         * cedet/ede/make.el (ede-make-check-version):
3629         * cedet/ede/locate.el (ede-enable-locate-on-project):
3630         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
3631         (cedet-idutils-version-check):
3632         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
3633         (cedet-gnu-global-version-check):
3634         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
3635         (cedet-cscope-version-check): Use called-interactively-p instead
3636         of interactive-p.
3638         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
3639         Use semantic-format-tag-prototype.
3641 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
3643         * emulation/viper-cmd.el: Use viper-last-command-char instead of
3644         last-command-char/last-command-event.
3645         (viper-prefix-arg-value): Do correct conversion of event-char for
3646         XEmacs.
3648         * emulation/viper-util.el, emulation/viper.el:
3649         Use viper-last-command-char instead of
3650         last-command-char/last-command-event.
3652         * ediff-init.el, ediff-mult.el, ediff-util.el:
3653         Replace last-command-char and last-command-event
3654         with (ediff-last-command-char) everywhere.
3656         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
3657         created in fundamental mode.
3659         * ediff.el (ediff-version): Revert the change of interactive-p to
3660         called-interactively-p.
3662 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
3664         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
3665         generation from word-movement command names.
3667 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
3669         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3670         (semantic-complete-jump-local, semantic-complete-jump):
3671         Improve prompt string.
3673 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
3675         * cus-start.el (all): Add native condition for font-use-system-font.
3677 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
3679         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
3680         Correct the patch from 2009-11-18.  (Bug#3910)
3682 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
3684         * progmodes/subword.el: Rename from lisp/subword.el.
3686         * subword.el: Rename to progmodes/subword.el.
3688         * Makefile.in (ELCFILES): Adapt to subword.el move.
3690 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3691             Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
3694         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
3695         (bookmark-bmenu-show-filenames): Use push.
3696         (bookmark-bmenu-hide-filenames): Use local var instead of
3697         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
3698         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
3699         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
3700         filenames now that the bookmark names are always available.
3702 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3704         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
3705         (bookmark-search-pattern): Move and leave unbound.
3706         (bookmark-bmenu-mode-map): Change binding.
3707         (bookmark-read-search-input): Simplify.
3708         Don't use text-char-description.  Don't error on non-char events.
3709         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
3710         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
3711         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
3712         Use a local var for the timer.
3713         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
3714         (i.e. bookmark-bmenu-search).
3716 2009-11-21  Glenn Morris  <rgm@gnu.org>
3718         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
3720 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
3722         * net/browse-url.el (browse-url-default-windows-browser):
3723         Use cygstart for cygwin.
3725 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
3727         * bookmark.el: Formatting and doc fixes only:
3728         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
3729         (bookmark-bmenu-search): Wrap to fit within 80 columns.
3730           Minor grammar and punctuation fixes in doc string.
3731         (bookmark-read-search-input): Adjust to fit within 80 columns.
3733 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3735         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
3736         (c-backward-into-nomenclature): Adapt to subword renaming.
3738         * subword.el (subword-forward, subword-backward, subword-mark)
3739         (subword-kill, subword-backward-kill, subword-transpose)
3740         (subword-downcase, subword-upcase, subword-capitalize)
3741         (subword-forward-internal, subword-backward-internal):
3742         Rename from forward-subword, backward-subword, mark-subword,
3743         kill-subword, backward-kill-subword, transpose-subwords,
3744         downcase-subword, upcase-subword, capitalize-subword,
3745         forward-subword-internal, backward-subword-internal.
3747 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3749         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
3750         New options.
3751         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
3752         New vars.
3753         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
3754         (bookmark-bmenu-filter-alist-by-regexp)
3755         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
3756         (bookmark-bmenu-search): New command.
3757         (bookmark-bmenu-mode-map): Bind it.
3759 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3761         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
3763         * cedet/semantic/idle.el (define-semantic-idle-service)
3764         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
3766 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3768         * progmodes/cc-cmds.el: declare-functioned forward-subword and
3769         backward-subword to quit the byte-compiler.
3771         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
3773         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
3775         * progmodes/cc-cmds.el (c-update-modeline)
3776         (c-forward-into-nomenclature, c-backward-into-nomenclature):
3777         Refer to subword.el functions instead of cc-subword.el.
3779         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
3780         subword.el functions instead of cc-subword.el.
3782         * progmodes/cc-subword.el: Rename to subword.el.
3783         * subword.el: Rename from progmodes/cc-subword.el.
3784         (subword-mode-map): Rename from c-subword-mode-map.
3785         (subword-mode): Rename from c-subword-mode.
3786         (global-subword-mode): New global minor mode.
3787         (forward-subword): Rename from c-forward-subword.
3788         (backward-subword): Rename from c-backward-subword.
3789         (mark-subword): Rename from c-mark-subword.
3790         (kill-subword): Rename from c-kill-subword.
3791         (backward-kill-subword): Rename from c-backward-kill-subword.
3792         (transpose-subwords): Rename from c-tranpose-subword.
3793         (downcase-subword): Rename from c-downcase-subword.
3794         (capitalize-subword): Rename from c-capitalize-subword.
3795         (forward-subword-internal): Rename from c-forward-subword-internal.
3796         (backward-subword-internal): Rename from c-backward-subword-internal.
3798 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
3800         * vc.el (vc-deduce-fileset): Allow non-state changing operations
3801         from a dired buffer.
3802         (vc-dired-deduce-fileset): New function.
3803         (vc-root-diff, vc-print-root-log): Use it.
3805         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
3806         nil LIMIT argument to vc-print-log-internal.
3808 2009-11-20  Glenn Morris  <rgm@gnu.org>
3810         * Makefile.in (ELCFILES): Regenerate.
3812 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
3814         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
3816         * cedet/semantic.el: Enable idle-mode menu items only if
3817         global-semantic-idle-scheduler-mode is enabled.
3818         (semantic-default-submodes): Doc fix.
3820         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
3821         When turning off, disable other idle modes.
3823 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
3825         * calc/calc.el (calc-set-mode-line):
3826         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3827         (math-format-number): Rename `math-format-complement-signed' to
3828         `math-format-twos-complement'.
3830         * calc/calc-bin.el (math-format-twos-complement): Rename from
3831         math-format-complement-signed.
3832         (calc-radix): Rename `calc-complement-signed-mode' to
3833         `calc-twos-complement-mode'.
3834         (calc-octal-radix, calc-hex-radix): Add an argument for
3835         two's complement.
3837         * calc/calc-embed.el (calc-embedded-mode-vars):
3838         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3840         * calc/calc-ext.el (calc-init-extensions):
3841         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
3842         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
3844         * calc/calc-units.el (math-build-units-table-buffer):
3845         Let `calc-twos-complement-mode' be nil.
3847         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
3848         entries.
3850         * calc/calc-vec.el (calcFunc-vunpack):
3851         * calc/calc-aent.el (calc-do-calc-eval):
3852         * calc/calc-forms.el (math-format-date):
3853         * calc/calc-graph.el (calc-graph-plot):
3854         * calc/calc-math.el (math-use-emacs-fn):
3855         * calc/calccomp.el (math-compose-expr):
3856         Let `calc-twos-complement-mode' be nil.
3858 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3860         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
3861         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
3862         * minibuffer.el (completion-in-region-functions): New hook.
3863         (completion-in-region): New function.
3864         * emacs-lisp/lisp.el (lisp-complete-symbol):
3865         * pcomplete.el (pcomplete-std-complete): Use it.
3867 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3869         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
3870         (latex-complete-alist): New vars.
3871         (latex-string-prefix-p, latex-complete-bibtex-keys)
3872         (latex-complete-envnames, latex-complete-refkeys)
3873         (latex-complete-data): New functions.
3874         (latex-complete, latex-indent-or-complete): New commands.
3876         * window.el (display-buffer-mark-dedicated): New var.
3877         (display-buffer): Obey it.
3878         * minibuffer.el (minibuffer-completion-help): Use it.
3880         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
3882         * filecache.el (file-cache-add-file): Use push and cons.
3883         (file-cache-delete-file-regexp): Use push.
3884         (file-cache-complete): Use completion-in-region.
3886         * simple.el (with-wrapper-hook): Fix thinko.
3888         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
3889         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
3890         Use with-current-buffer and string-to-number.
3891         (hfy-fallback-colour-values): Use assoc-string.
3892         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
3893         (hfy-face-at): Remove unused var `found-face'.
3894         (hfy-compile-stylesheet): Remove unused var `css'.
3895         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
3896         and `orig-buffer'.
3897         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
3898         Use with-current-buffer.
3899         (hfy-text-p): Use expand-file-name and fewer setq.
3901 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
3903         * htmlfontify.el, hfy-cmap.el: New files.
3905 2009-11-19  Juri Linkov  <juri@jurta.org>
3907         * minibuffer.el (completions-format): New defcustom.
3908         (completion--insert-strings): Implement vertical format.
3910         * simple.el (switch-to-completions): Move point to the first
3911         completion when point was at the beginning of the buffer.
3913 2009-11-19  Juri Linkov  <juri@jurta.org>
3915         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
3917         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
3919 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
3921         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
3922         (mail-signature): Change default to t.
3923         (mail-from-style): Deprecate `system-default' value.
3924         (mail-insert-from-field): For default value of mail-from-style,
3925         default to `angles' unless `angles' needs quoting and `parens'
3926         does not.
3927         (mail-citation-prefix-regexp): Use citation regexp from
3928         message-mode.
3930 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
3932         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3933         Set variables for computing the prompt for reading password.
3935 2009-11-19  Glenn Morris  <rgm@gnu.org>
3937         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
3939         * textmodes/flyspell.el (sgml-lexical-context): Declare.
3941         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
3942         (newsticker-treeview-listwindow-height): Fix custom type.
3944 2009-11-19  Kenichi Handa  <handa@m17n.org>
3946         * descr-text.el (describe-char-padded-string): Compose with TAB
3947         only if there's a font for CH.
3948         (describe-char): Fix the condition for detecting a trivial composition.
3950 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
3952         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
3953         more accurate version of the regexp.  (Bug#3910)
3955 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
3957         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
3959 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
3961         * font-setting.el (font-use-system-font): Declare for byte-compiler.
3962         (font-setting-change-default-font): Fix typo in docstring.
3964 2009-11-18  Alan Mackenzie  <acm@muc.de>
3966         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
3968 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3970         * font-setting.el (font-use-system-font): Move ...
3972         * cus-start.el (all): ... to here.
3974 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
3976         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
3977         Don't set `ad-return-value' if `ad-do-it' doesn't.
3979         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
3980         modification time.
3982 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3984         * menu-bar.el: Put "Use system font" in Option-menu.
3985         (menu-bar-options-save): Add font-use-system-font.
3987         * loadup.el: If feature system-font-setting or font-render-setting is
3988         there, load font-setting.
3990         * Makefile.in (ELCFILES): Add font-settings.el.
3991         * font-setting.el: New file.
3993 2009-11-17  Glenn Morris  <rgm@gnu.org>
3995         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
3997         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
3998         Preserve point in the list buffer.  (Bug#4939)
3999         Use point-at-eol.
4000         (newsticker--treeview-list-update-highlight)
4001         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
4003 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4005         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
4006         Remove.
4008         * calc/calc-ext.el (calc-init-extensions): Remove references to
4009         symclip.
4011         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
4013         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
4014         * calc/calc-help.el (calc-b-prefix-help): Remove references to
4015         `calc-symclip'.
4017 2009-11-16  Kevin Ryde  <user42@zip.com.au>
4019         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4020         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
4022         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
4023         (lm-keywords-list): Allow comma-only separator like "foo,bar".
4024         Ignore trailing spaces by omit-nulls to split-string (fixing
4025         regression from Emacs 21 due to the incompatible split-string
4026         change).  (Bug #4928.)
4028 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
4030         * vc.el (vc-log-show-limit): Default to 2000.
4031         (vc-print-log-internal): Insert buttons to request more entries
4032         when limiting the output.
4034         * vc-sccs.el (vc-sccs-print-log):
4035         * vc-rcs.el (vc-rcs-print-log):
4036         * vc-cvs.el (vc-cvs-print-log):
4037         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
4038         LIMIT is non-nil.
4040 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4042         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
4043         error when `tramp-gvfs-dbus-event-vector' is set.
4044         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
4046 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4048         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
4050 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
4052         * net/dbus.el (dbus-unregister-service): New defun.
4053         (dbus-register-property): Register the handlers of
4054         "org.freedesktop.DBus.Properties" for SERVICE.
4055         (dbus-property-handler): Fix docstring.
4057 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4059         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
4060         Quote doc string reference in defvaralias as it is not in special form.
4061         (byte-compile-output-docform): Doc fix.
4063 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
4065         * calc/calc.el (math-2-word-size, math-half-2-word-size)
4066         (calc-complement-signed-mode): New variables.
4067         (calc-set-mode-line): Add indicator for twos-complements.
4068         (math-format-number): Format twos-complement notation.
4070         * calc/calc-bin.el (calc-word-size): Reset the variables
4071         `math-2-word-size' and `math-half-2-word-size'.
4072         (math-format-complement-signed, math-symclip, calcFunc-symclip)
4073         (calc-symclip): New functions.
4075         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
4077         * calc/calc-embed.el (calc-embedded-mode-vars):
4078         Add `calc-complement-signed-mode' to the list of modes.
4080         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
4081         (calc-b-oper-keys): Add `calc-symclip' to list.
4083         * calc/calc-ext.el (math-read-number-fancy): Read complement
4084         signed numbers.
4085         (calc-init-extensions): Add binding for `calc-symclip'.
4086         Add autoload for `calcFunc-symclip' and `calc-symclip'.
4088         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
4089         `calc-symclip'.
4090         (calc-modes-menu): Add item for twos complement mode.
4092         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
4094 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4096         * register.el (jump-to-register, insert-register): Handle Semantic
4097         tags.  From commented-out advice in semantic/senator.el.
4099 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
4101         * vc.el (vc-log-show-limit): New variable.
4102         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
4103         when using a prefix argument.
4104         (vc-print-log-internal): Add new argument LIMIT.
4106         * vc-svn.el (vc-svn-print-log):
4107         * vc-mtn.el (vc-mtn-print-log):
4108         * vc-hg.el (vc-hg-print-log):
4109         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
4110         pass it to the log command when set.  Make the BUFFER argument
4111         non-optional.
4113         * vc-sccs.el (vc-sccs-print-log):
4114         * vc-rcs.el (vc-rcs-print-log):
4115         * vc-git.el (vc-git-print-log):
4116         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
4117         ignore it.  Make the BUFFER argument non-optional
4119         * bindings.el (mode-line-buffer-identification): Do not purecopy.
4121 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
4123         * dired.el (dired-mode-map): Move encryption items to "Operate"
4124         menu (Bug#4703).
4126         * strokes.el (strokes-update-window-configuration): Make strokes
4127         buffer current before erasing (Bug#4906).
4129         * cedet/semantic/idle.el (semantic-idle-summary-mode)
4130         (semantic-idle-summary-mode): Define using define-minor-mode
4131         instead of define-semantic-idle-service.
4132         (semantic-idle-summary-mode): New function.
4133         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
4134         that mouse motion does not reset the echo area.
4136 2009-11-15  Juri Linkov  <juri@jurta.org>
4138         * simple.el (set-mark-default-inactive): Add :type, :group
4139         and :version.  (Bug#4876)
4141 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
4143         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
4144         (archive-unique-fname): ... here.  (Bug#4929)
4146 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4148         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
4149         with a real fix.
4151         * novice.el (disabled-command-function): Add useful args.
4152         Setup the help buffer so that [back] works.
4153         Remove redundant call to help-mode.
4154         (disabled-command-function): Use `case'.
4155         (en/disable-command): New function extracted from enable-command.
4156         (enable-command, disable-command): Use it.
4158 2009-11-14  Glenn Morris  <rgm@gnu.org>
4160         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
4161         constants.  (Bug#4913)
4163         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
4165 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
4167         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
4168         defined in C that have no doc-strings.  (Bug#1063)
4170 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
4172         * cus-edit.el (data, files):
4173         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
4175 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
4177         * simple.el (shell-command): Doc fix (Bug#4891).
4179         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
4181 2009-11-14  Glenn Morris  <rgm@gnu.org>
4183         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
4184         statements for vc-diff, emerge-quit, and rmail-cease-edit.
4185         If they are already loaded, eval-after-load will do the right thing.
4187         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
4188         compiling.
4190         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
4192         * simple.el (x-selection-owner-p): Declare.
4193         (read-mail-command): Use custom radio type rather than choice.
4194         (completion-no-auto-exit): Doc fix.
4196         * custom.el (defgroup):
4197         * epg-config.el (epg): Doc fixes.
4199 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
4201         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
4202         * international/ccl.el (define-ccl-program): Do not purecopy the
4203         docstring, defconst does it anyway.
4205 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4207         * add-log.el (add-change-log-entry): Avoid displaying the changelog
4208         a second time.
4210         * x-dnd.el (x-dnd-maybe-call-test-function):
4211         * window.el (split-window-vertically):
4212         * whitespace.el (whitespace-help-on):
4213         * vc-rcs.el (vc-rcs-consult-headers):
4214         * userlock.el (ask-user-about-lock-help)
4215         (ask-user-about-supersession-help):
4216         * type-break.el (type-break-force-mode-line-update):
4217         * time-stamp.el (time-stamp-conv-warn):
4218         * terminal.el (te-set-output-log, te-more-break, te-filter)
4219         (te-sentinel, terminal-emulator):
4220         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
4221         (term-write-input-ring, term-check-source, term-start-output-log):
4222         (term-display-buffer-line, term-dynamic-list-completions):
4223         (term-ansi-make-term, serial-term):
4224         * subr.el (selective-display):
4225         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4226         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
4227         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
4228         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
4229         (speedbar-remove-localized-speedbar-support)
4230         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
4231         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
4232         (speedbar-buffers-line-directory):
4233         * simple.el (shell-command-on-region, append-to-buffer)
4234         (prepend-to-buffer):
4235         * shadowfile.el (shadow-save-todo-file):
4236         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
4237         (scroll-bar-maybe-set-window-start):
4238         * sb-image.el (speedbar-image-dump):
4239         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
4240         (load-save-place-alist-from-file):
4241         * ps-samp.el (ps-print-message-from-summary):
4242         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
4243         (ps-background-image, ps-begin-job, ps-do-despool):
4244         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
4245         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
4246         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
4247         (pr-call-process, pr-file-list, pr-interface-save):
4248         * novice.el (disabled-command-function)
4249         (enable-command, disable-command):
4250         * mouse.el (mouse-buffer-menu-alist):
4251         * mouse-copy.el (mouse-kill-preserving-secondary):
4252         * macros.el (kbd-macro-query):
4253         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
4254         * informat.el (batch-info-validate):
4255         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
4256         * hippie-exp.el (try-expand-dabbrev-visible):
4257         * help-mode.el (help-make-xrefs):
4258         * help-fns.el (describe-variable):
4259         * generic-x.el (bat-generic-mode-run-as-comint):
4260         * finder.el (finder-mouse-select):
4261         * find-dired.el (find-dired-sentinel):
4262         * filesets.el (filesets-file-close):
4263         * files.el (list-directory):
4264         * faces.el (list-faces-display, describe-face):
4265         * facemenu.el (list-colors-display):
4266         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
4267         * epg.el (epg--process-filter, epg-cancel):
4268         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
4269         (epa--read-signature-type):
4270         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
4271         (emerge-file-names):
4272         * ehelp.el (electric-helpify):
4273         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
4274         * ediff-vers.el (rcs-ediff-view-revision):
4275         * ediff-util.el (ediff-setup):
4276         * ediff-mult.el (ediff-append-custom-diff):
4277         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
4278         (ediff-wordify):
4279         * echistory.el (Electric-command-history-redo-expression):
4280         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4281         * disp-table.el (describe-display-table):
4282         * dired.el (dired-find-buffer-nocreate):
4283         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
4284         * dabbrev.el (dabbrev--same-major-mode-p):
4285         * chistory.el (list-command-history):
4286         * apropos.el (apropos-documentation):
4287         * allout.el (allout-obtain-passphrase):
4288         (allout-copy-exposed-to-buffer):
4289         (allout-verify-passphrase): Use with-current-buffer.
4291 2009-11-13  Glenn Morris  <rgm@gnu.org>
4293         * Makefile.in (ELCFILES): Regenerate.
4295 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
4297         * net/dbus.el (dbus-registered-objects-table): Rename from
4298         `dbus-registered-functions-table', because it contains also properties.
4299         (dbus-unregister-object): Unregister also properties.
4300         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
4301         Use a timeout of 500 msec, in order to not block.
4302         (dbus-register-property, dbus-property-handler): New defuns.
4304 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4306         * simple.el (minibuffer-default-add-completions): Drop deprecated
4307         4th arg.
4309 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
4311         * textmodes/artist.el (artist-mouse-choose-operation):
4312         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
4313         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
4314         (artist-compute-up-event-key): New function.
4315         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
4317 2009-11-13  Kenichi Handa  <handa@m17n.org>
4319         * language/japan-util.el: Make sure that the value of jisx0208
4320         property is jisx0208 character.
4322 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
4324         * international/mule.el (auto-coding-regexp-alist): Only purecopy
4325         car or each item, not the whole list.
4327 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4329         * minibuffer.el (minibuffer-completion-help):
4330         Use minibuffer-hide-completions.
4332 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
4334         * dired.el (dired-save-positions, dired-restore-positions): New funs.
4335         (dired-revert): Use them (bug#4880).
4337 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4339         * tooltip.el (tooltip-frame-parameters): Undo previous change.
4341 2009-11-12  Juri Linkov  <juri@jurta.org>
4343         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
4344         New functions.
4345         (find-file-literally-at-point): Alias of `ffap-literally'.
4347 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
4349         * textmodes/ispell.el (ispell-skip-region-alist):
4350         * textmodes/css-mode.el (auto-mode-alist):
4351         * progmodes/compile.el (auto-mode-alist):
4352         * international/mule.el (ctext-non-standard-encodings-alist)
4353         (ctext-non-standard-encodings-regexp):
4354         * simple.el (shell-command-switch, text-read-only):
4355         * replace.el (occur-mode-map):
4356         * paths.el (rmail-file-name):
4357         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
4358         * find-file.el (ff-special-constructs):
4359         * files.el (file-name-handler-alist):
4360         * composite.el: Purecopy strings.
4362         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
4364 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4366         * widget.el (define-widget): Purecopy the docstring.
4367         * international/mule-cmds.el (charset): Do not purecopy the
4368         docstring here, define-widget does it.
4370         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4371         * textmodes/bibtex-style.el (auto-mode-alist):
4372         * progmodes/inf-lisp.el (inferior-lisp-prompt):
4373         * progmodes/compile.el (compile-command):
4374         * language/korea-util.el (default-korean-keyboard):
4375         * international/mule-conf.el (file-coding-system-alist):
4376         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
4377         * tooltip.el (tooltip-frame-parameters):
4378         * newcomment.el (comment-end, comment-padding):
4379         * dired.el (dired-trivial-filenames):
4380         * comint.el (comint-file-name-prefix): Purecopy initial values.
4382 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
4384         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
4385         (tramp-advice-minibuffer-electric-tilde): Unload advices via
4386         `tramp-unload'.
4387         (tramp-advice-make-auto-save-file-name)
4388         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
4389         after removing the advice.
4391 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
4393         * progmodes/grep.el (grep-regexp-alist):
4394         * international/mule-cmds.el (iso-2022-control-alist):
4395         * emacs-lisp/timer.el (timer-duration-words):
4396         * subr.el (version-separator, version-regexp-alist):
4397         * minibuffer.el (completion-styles-alist):
4398         * faces.el (face-attribute-name-alist, list-faces-sample-text):
4399         Change defvars to defconsts.
4401         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
4402         * loadup.el ("international/mule-conf"): Load the byte compiled version.
4403         * international/mule-conf.el: Allow to be byte compiled.
4405         * international/mule.el (define-charset): Purecopy props.
4406         (load-with-code-conversion): Purecopy doc string and file name.
4407         (put-charset-property): Purecopy strings.
4408         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
4410         * international/mule-cmds.el (register-input-method): Purecopy arguments.
4411         (define-char-code-property): Correctly purecopy the table.
4413         * international/ccl.el (define-ccl-program): Purecopy the docstring.
4415         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
4417         * subr.el (add-hook): Purecopy strings.
4418         (eval-after-load): Purecopy load-history-regexp and the form.
4420         * custom.el (custom-declare-group): Purecopy load-file-name.
4422         * subr.el (menu-bar-separator): New defconst.
4423         * net/eudc.el (eudc-tools-menu):
4424         * international/mule-cmds.el (set-coding-system-map)
4425         (mule-menu-keymap):
4426         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
4427         * vc-hooks.el (vc-menu-map):
4428         * replace.el (occur-mode-map):
4429         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
4430         (menu-bar-edit-menu, menu-bar-goto-menu)
4431         (menu-bar-custom-menu, menu-bar-showhide-menu)
4432         (menu-bar-options-menu, menu-bar-tools-menu)
4433         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
4434         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
4435         (menu-bar-help-menu):
4436         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
4437         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
4439         * term/x-win.el (x-gtk-stock-map):
4440         * progmodes/vera-mode.el (auto-mode-alist):
4441         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
4442         (inferior-lisp-program, inferior-lisp-load-command):
4443         * progmodes/hideshow.el (hs-special-modes-alist):
4444         * progmodes/gud.el (same-window-regexps):
4445         * progmodes/grep.el (grep-program, find-program, xargs-program):
4446         * net/telnet.el (same-window-regexps):
4447         * net/rlogin.el (same-window-regexps):
4448         * language/ethiopic.el (font-ccl-encoder-alist):
4449         * vc-sccs.el (vc-sccs-master-templates):
4450         * vc-rcs.el (vc-rcs-master-templates):
4451         * subr.el (cl-assertion-failed):
4452         * simple.el (next-error-overlay-arrow-position):
4453         * lpr.el (lpr-command):
4454         * locate.el (locate-ls-subdir-switches):
4455         * info.el (same-window-regexps, info)
4456         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4457         * image-mode.el (image-mode, auto-mode-alist):
4458         * hippie-exp.el (hippie-expand-ignore-buffers):
4459         * format.el (format-alist):
4460         * find-dired.el (find-ls-subdir-switches, find-grep-options)
4461         (find-name-arg):
4462         * facemenu.el (facemenu-keybindings):
4463         * dired.el (dired-listing-switches, dired-chown-program):
4464         * diff.el (diff-switches, diff-command):
4465         * cus-edit.el (same-window-regexps):
4466         * bindings.el (mode-line-mule-info)
4467         (mode-line-buffer-identification): Purecopy strings.
4469 2009-11-11  Juri Linkov  <juri@jurta.org>
4471         * simple.el (dired-get-filename) <declare-function>:
4472         Tell the byte-compiler about dired-get-filename.
4473         (shell-command): In Dired mode, get filename from the current line
4474         as the default value.
4476 2009-11-10  Glenn Morris  <rgm@gnu.org>
4478         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
4479         * calendar/holidays.el, progmodes/cperl-mode.el:
4480         Update x-popup-menu declarations.
4482         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
4483         (list-load-path-shadows): Use dolist.
4484         (list-load-path-shadows): Use with-current-buffer.
4486 2009-11-10  Juri Linkov  <juri@jurta.org>
4488         * minibuffer.el (read-file-name): Support a list of default values
4489         in `default-filename'.  Use the first file name where only one
4490         element is required.  Doc fix.
4492 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
4494         * net/dbus.el (dbus-unregister-object): Release service, if no
4495         other method is registered for it.
4497 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
4499         * bookmark.el (bookmark-completing-read): Sort bookmark names if
4500         bookmark-sort-flag is non-nil (Bug#4653).
4502 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4504         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
4505         the progress reporter entirely.
4507         * emulation/cua-base.el: Add CUA property to some CC mode commands
4508         (Bug#4100).
4510 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4512         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
4513         at end of sentence (Bug#4818).
4515 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
4517         * progmodes/compile.el (compilation-error-regexp-alist-alist):
4518         Handle "see declaration of" MSFT statements (Bug#4100).
4520 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
4522         * net/tramp.el (tramp-advice-make-auto-save-file-name)
4523         (tramp-advice-file-expand-wildcards): Unload via
4524         `ad-remove-advice'.
4526         * net/trampver.el: Update release number.
4528 2009-11-08  Kevin Ryde  <user42@zip.com.au>
4530         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
4531         `ad-do-it'.
4533 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
4535         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
4536         in order to keep context in SELinux.
4538 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
4540         * dired-aux.el (dired-query): Place cursor in echo area and allow
4541         C-g.
4543         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
4544         menu item if not on a directory (Bug#4701).
4546 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
4548         Sync with Tramp 2.1.17.
4550         * net/tramp.el (tramp-handle-copy-directory): Don't use
4551         `file-remote-p' (due to compatibility).
4553         * net/tramp-compat.el (tramp-compat-copy-directory)
4554         (tramp-compat-delete-directory): New defuns.
4556         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4557         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
4558         `tramp-compat-delete-directory'.
4560         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
4561         (tramp-smb-handle-delete-directory): Use
4562         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
4564         * net/trampver.el: Update release number.
4566 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
4568         * tar-mode.el (tar-copy): Call write-region on the right buffer
4569         (Bug#4857).
4571         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
4572         by hand, if necessary (Bug#4878).
4574 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
4576         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
4577         align size column (Bug#4839).
4579         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
4580         statement.
4582 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4584         * progmodes/ld-script.el (auto-mode-alist):
4585         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
4587         * cus-face.el (custom-declare-face): Purecopy face spec.
4589 2009-11-06  Kenichi Handa  <handa@m17n.org>
4591         * international/uni-bidi.el: Re-generated.
4592         * international/uni-category.el: Re-generated.
4593         * international/uni-combining.el: Re-generated.
4594         * international/uni-mirrored.el: Re-generated.
4596 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4598         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
4599         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
4600         (tex-start-options, slitex-run-command, latex-run-command)
4601         (tex-run-command, tex-directory):
4602         * textmodes/ispell.el (ispell-html-skip-alists)
4603         (ispell-tex-skip-alists, ispell-tex-skip-alists):
4604         * textmodes/fill.el (adaptive-fill-first-line-regexp):
4605         (adaptive-fill-regexp):
4606         * textmodes/dns-mode.el (auto-mode-alist):
4607         * progmodes/python.el (interpreter-mode-alist):
4608         * progmodes/etags.el (tags-compression-info-list):
4609         * progmodes/etags.el (tags-file-name):
4610         * net/browse-url.el (browse-url-galeon-program)
4611         (browse-url-firefox-program):
4612         * mail/sendmail.el (mail-signature-file)
4613         (mail-citation-prefix-regexp):
4614         * international/mule-conf.el (eight-bit):
4615         * international/latexenc.el (latex-inputenc-coding-alist):
4616         * international/fontset.el (x-pixel-size-width-font-regexp):
4617         * emacs-lisp/warnings.el (warning-type-format):
4618         * emacs-lisp/trace.el (trace-buffer):
4619         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
4620         (emacs-lisp-mode-map):
4621         * calendar/holidays.el (holiday-solar-holidays)
4622         (holiday-bahai-holidays, holiday-islamic-holidays)
4623         (holiday-christian-holidays, holiday-hebrew-holidays)
4624         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
4625         (hebrew-holidays-1, holiday-oriental-holidays)
4626         (holiday-general-holidays):
4627         * x-dnd.el (x-dnd-known-types):
4628         * tool-bar.el (tool-bar):
4629         * startup.el (site-run-file):
4630         * shell.el (shell-dumb-shell-regexp):
4631         * rfn-eshadow.el (file-name-shadow-tty-properties)
4632         (file-name-shadow-properties):
4633         * paths.el (remote-shell-program, news-directory):
4634         * mouse.el ([C-down-mouse-3]):
4635         * menu-bar.el (menu-bar-tools-menu):
4636         * jka-cmpr-hook.el (jka-compr-load-suffixes)
4637         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
4638         (jka-compr-compression-info-list):
4639         * isearch.el (search-whitespace-regexp):
4640         * image-file.el (image-file-name-extensions):
4641         * find-dired.el (find-ls-option):
4642         * files.el (directory-listing-before-filename-regexp)
4643         (directory-free-space-args, insert-directory-program)
4644         (list-directory-brief-switches, magic-fallback-mode-alist)
4645         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
4646         (automount-dir-prefix):
4647         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
4648         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
4649         (face-font-registry-alternatives, face-font-registry-alternatives)
4650         (face-font-family-alternatives):
4651         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
4652         (facemenu-foreground-menu, facemenu-face-menu):
4653         * epa-hook.el (epa-file-name-regexp):
4654         * dnd.el (dnd-protocol-alist):
4655         * textmodes/rst.el (auto-mode-alist):
4656         * button.el (default-button): Purecopy strings.
4658 2009-11-06  Glenn Morris  <rgm@gnu.org>
4660         * Makefile.in (ELCFILES): Update.
4662 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4664         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
4665         * emacs-lisp/levents.el: Move to obsolete/levents.el.
4667         * nxml/xsd-regexp.el (xsdre-gen-categories):
4668         * nxml/xmltok.el (xmltok-parse-entity):
4669         * nxml/rng-parse.el (rng-parse-validate-file):
4670         * nxml/rng-maint.el (rng-format-manual)
4671         (rng-manual-output-force-new-line):
4672         * nxml/rng-loc.el (rng-save-schema-location-1):
4673         * nxml/rng-cmpct.el (rng-c-parse-file):
4674         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
4675         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
4677 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
4679         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
4680         Remove extra save-excursions and make-variable-buffer-local's.
4681         Suggested by Stefan Monnier.
4683         (verilog-getopt-file, verilog-module-inside-filename-p)
4684         (verilog-set-define): Merge GNU 1.35 and repair changes from
4685         switching to using with-current-buffer.
4687         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
4688         being treated as a number and confusing AUTORESET.
4689         Reported by Dan Dever.
4691         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
4692         Add verilog-auto-ignore-concat to fix backward compatibility with
4693         older verilog-modes.  Reported by Dan Katz.
4695         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
4696         containing closing anchors "...$".
4698         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
4699         Reported by Wade Smith.
4701         (verilog-batch-execute-func): Comment on function usage.
4703 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
4705         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
4706         for labels.
4708         (verilog-label-re, verilog-calc-1): Support proper indent of named
4709         asserts.
4711         (verilog-backward-token, verilog-basic-complete-re)
4712         (verilog-beg-of-statement, verilog-indent-re): Support proper
4713         indent of the assert statement at the beginning of a block of text.
4715         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
4716         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
4717         tokens as begins.
4719 2009-11-05  Glenn Morris  <rgm@gnu.org>
4721         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
4722         Emacs 19.  (Bug#1531)
4723         (byte-compile-fix-header): Update for the above change.
4724         Drop test for epoch::version.
4726         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
4727         * cus-dep.el (custom-make-dependencies):
4728         * finder.el (finder-compile-keywords):
4729         Use autoload-rubric's feature argument.
4731         * calendar/diary-lib.el (top-level): Make load behave more like require.
4733         * vc-git.el (vc-git-stash-map): Move definition before use.
4735 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
4737         * custom.el (custom-declare-group): Purecopy standard-value.
4738         (custom-declare-group): Purecopy custom-prefix.
4740         * international/mule.el (load-with-code-conversion):
4741         Call do-after-load-evaluation unconditionally.
4743         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
4745 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4747         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
4749 2009-11-04  Glenn Morris  <rgm@gnu.org>
4751         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
4752         (byte-compile-compatibility): Remove option.
4753         (byte-compile-close-variables, byte-compile-fix-header)
4754         (byte-compile-insert-header, byte-compile-output-docform)
4755         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
4756         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
4757         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
4758         (byte-compile-insert, byte-compile-defun):
4759         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
4760         (byte-defop-compiler19): Remove.
4761         Without byte-compile-compatibility, the 'emacs19-opcode property is not
4762         used by anything.  Replace all calls with byte-defop-compiler.
4764 2009-11-04  Juri Linkov  <juri@jurta.org>
4766         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
4767         (menu-bar-options-menu): Don't quote the `prop' arg of
4768         `menu-bar-make-mm-toggle'.
4770 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
4772         * calendar/calendar.el (cal-loaddefs):
4773         * calendar/diary-lib.el (diary-loaddefs):
4774         * calendar/holidays.el (hol-loaddefs):
4775         * eshell/esh-module.el (esh-groups): Load rather than require.
4777 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4779         * calendar/todo-mode.el (todo-add-category): Don't hardcode
4780         point-min==1.
4781         (todo-top-priorities): Only display-buffer when called interactively.
4782         (todo-item-start): Don't save excursion point.
4783         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
4784         (todo-insert-item-here, todo-file-item, todo-remove-item):
4785         Adjust uses of todo-item-start and todo-item-end.
4787         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
4788         (autoload-rubric): Don't use any more.
4789         * cedet/semantic/fw.el (semantic/loaddefs):
4790         * cedet/srecode.el (srecode/loaddefs):
4791         * cedet/ede.el (ede/loaddefs): Load rather than require.
4792         * cedet/ede/cpp-root.el:
4793         * cedet/ede/emacs.el:
4794         * cedet/ede/files.el:
4795         * cedet/ede/linux.el:
4796         * cedet/ede/locate.el:
4797         * cedet/ede/make.el:
4798         * cedet/ede/shell.el:
4799         * cedet/ede/speedbar.el:
4800         * cedet/ede/system.el:
4801         * cedet/ede/util.el:
4802         * cedet/semantic/analyze.el:
4803         * cedet/semantic/bovine.el:
4804         * cedet/semantic/complete.el:
4805         * cedet/semantic/ctxt.el:
4806         * cedet/semantic/db-file.el:
4807         * cedet/semantic/db-find.el:
4808         * cedet/semantic/db-global.el:
4809         * cedet/semantic/db-mode.el:
4810         * cedet/semantic/db-typecache.el:
4811         * cedet/semantic/db.el:
4812         * cedet/semantic/debug.el:
4813         * cedet/semantic/dep.el:
4814         * cedet/semantic/doc.el:
4815         * cedet/semantic/edit.el:
4816         * cedet/semantic/find.el:
4817         * cedet/semantic/format.el:
4818         * cedet/semantic/html.el:
4819         * cedet/semantic/ia-sb.el:
4820         * cedet/semantic/ia.el:
4821         * cedet/semantic/idle.el:
4822         * cedet/semantic/lex-spp.el:
4823         * cedet/semantic/lex.el:
4824         * cedet/semantic/mru-bookmark.el:
4825         * cedet/semantic/scope.el:
4826         * cedet/semantic/senator.el:
4827         * cedet/semantic/sort.el:
4828         * cedet/semantic/symref.el:
4829         * cedet/semantic/tag-file.el:
4830         * cedet/semantic/tag-ls.el:
4831         * cedet/semantic/tag-write.el:
4832         * cedet/semantic/tag.el:
4833         * cedet/semantic/util-modes.el:
4834         * cedet/semantic/analyze/complete.el:
4835         * cedet/semantic/analyze/refs.el:
4836         * cedet/semantic/bovine/c.el:
4837         * cedet/semantic/bovine/gcc.el:
4838         * cedet/semantic/bovine/make.el:
4839         * cedet/semantic/bovine/scm.el:
4840         * cedet/semantic/decorate/include.el:
4841         * cedet/semantic/decorate/mode.el:
4842         * cedet/semantic/symref/cscope.el:
4843         * cedet/semantic/symref/global.el:
4844         * cedet/semantic/symref/grep.el:
4845         * cedet/semantic/symref/idutils.el:
4846         * cedet/semantic/symref/list.el:
4847         * cedet/semantic/wisent/java-tags.el:
4848         * cedet/semantic/wisent/javascript.el:
4849         * cedet/srecode/compile.el:
4850         * cedet/srecode/cpp.el:
4851         * cedet/srecode/document.el:
4852         * cedet/srecode/el.el:
4853         * cedet/srecode/expandproto.el:
4854         * cedet/srecode/getset.el:
4855         * cedet/srecode/insert.el:
4856         * cedet/srecode/java.el:
4857         * cedet/srecode/map.el:
4858         * cedet/srecode/mode.el:
4859         * cedet/srecode/template.el:
4860         * cedet/srecode/texi.el: Remove the file-local setting of
4861         generated-autoload-feature.
4863         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
4864         and only put a prop if it is non-nil.
4866 2009-11-03  Juri Linkov  <juri@jurta.org>
4868         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
4869         (menu-bar-options-menu): Fix list quoting (Bug#4429).
4871         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
4872         and "Menu" to make top-level menu item visually one unit (like
4873         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
4874         multi-word menu items).  Fix :help string for quit-window.
4876 2009-11-03  Glenn Morris  <rgm@gnu.org>
4878         * cedet/mode-local.el (with-mode-local): Doc fix.
4880         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
4881         (byte-compile-file-form-define-abbrev-table)
4882         (byte-compile-file-form-custom-declare-variable)
4883         (byte-compile-variable-ref, byte-compile-defvar):
4884         Whether or not a warning is enabled should only affect whether we issue
4885         the warning, not whether or not we collect the relevant data.
4886         Eg warnings can be turned on and off throughout the course of a file.
4888         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
4889         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
4891 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4893         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
4894         * play/mpuz.el (mpuz-create-buffer):
4895         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
4896         (lm-print-y,s,noise, lm-print-w0, lm-init):
4897         * play/gomoku.el (gomoku-prompt-for-move):
4898         * play/fortune.el (fortune-in-buffer):
4899         * play/dissociate.el (dissociated-press):
4900         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
4901         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
4902         * mail/supercite.el (sc-eref-show):
4903         * mail/smtpmail.el (smtpmail-send-it):
4904         * mail/rmailsum.el (rmail-summary-next-labeled-message)
4905         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
4906         (rmail-summary-undelete-many, rmail-summary-rmail-update)
4907         (rmail-summary-goto-msg, rmail-summary-expunge)
4908         (rmail-summary-get-new-mail, rmail-summary-search-backward)
4909         (rmail-summary-add-label, rmail-summary-output-menu)
4910         (rmail-summary-output-body):
4911         * mail/rfc822.el (rfc822-addresses):
4912         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
4913         * mail/mailpost.el (post-mail-send-it):
4914         * mail/hashcash.el (hashcash-generate-payment):
4915         * mail/feedmail.el (feedmail-run-the-queue)
4916         (feedmail-queue-send-edit-prompt-help-first)
4917         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
4918         (feedmail-deduce-address-list):
4919         * eshell/esh-ext.el (eshell-remote-command):
4920         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
4921         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
4922         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
4923         (viper-save-string-in-file, viper-valid-marker):
4924         * emulation/viper-keym.el (viper-toggle-key):
4925         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
4926         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
4927         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
4928         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4929         (viper-exec-form-in-emacs, viper-brac-function):
4930         * emulation/viper.el (viper-delocalize-var):
4931         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
4932         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
4933         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
4934         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
4935         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
4936         * emulation/edt.el (edt-electric-helpify):
4937         * emulation/cua-rect.el (cua--rectangle-aux-replace):
4938         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
4939         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
4940         (cua-indent-to-global-mark-column):
4941         * calendar/diary-lib.el (calendar-mark-1):
4942         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
4943         Use with-current-buffer.
4944         * emulation/viper.el (viper-delocalize-var): Use dolist.
4946 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
4948         * comint.el (comint-replace-by-expanded-history-before-point):
4949         Replace !! with the previous input string literally (Bug#1795).
4951 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
4953         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
4954         to be made up of whitespace.
4956 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
4958         * minibuffer.el (read-file-name): Don't use file dialogs for
4959         remote directories (Bug#99).
4961 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
4963         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
4965 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
4967         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
4968         instead of deleting the window or frame.
4970 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4972         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
4973         Support face colors.
4975         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
4976         New function.  Support face colors (Bug#1168).
4977         (tex-common-initialization): Use it.
4979         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
4980         mode allows it (Bug#1168).
4982 2009-10-31  Juri Linkov  <juri@jurta.org>
4984         * facemenu.el (list-colors-display): Don't mark buffer as
4985         modified (Bug#3948).
4987 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
4989         * international/mule-diag.el (list-character-sets-1): Minor
4990         message fix (Bug#3526).
4992         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
4993         face property (Bug#4834).
4994         (etags-list-tags, etags-tags-apropos-additional)
4995         (etags-tags-apropos, tags-select-tags-table): Add follow-link
4996         property.
4998         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
4999         items.
5001         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
5002         items.
5004         * cedet/ede.el (ede-minor-mode):
5005         * cedet/semantic.el (semantic-mode): Toggle menu separators.
5007 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5009         * textmodes/two-column.el (2C-split):
5010         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
5011         * textmodes/tex-mode.el (tex-set-buffer-directory):
5012         * textmodes/spell.el (spell-region, spell-string):
5013         * textmodes/reftex.el (reftex-erase-buffer):
5014         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
5015         * textmodes/reftex-toc.el (reftex-toc-promote-action):
5016         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
5017         (reftex-select-item):
5018         * textmodes/reftex-ref.el (reftex-label-info-update)
5019         (reftex-offer-label-menu):
5020         * textmodes/reftex-index.el (reftex-index-change-entry)
5021         (reftex-index-phrases-info):
5022         * textmodes/reftex-global.el (reftex-create-tags-file)
5023         (reftex-save-all-document-buffers, reftex-ensure-write-access):
5024         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
5025         (reftex-view-crossref-from-bibtex):
5026         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
5027         (reftex-extract-bib-entries-from-thebibliography)
5028         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
5029         * textmodes/refbib.el (r2b-capitalize-title):
5030         (r2b-convert-buffer, r2b-help):
5031         * textmodes/page-ext.el (pages-directory)
5032         (pages-directory-goto-with-mouse):
5033         * textmodes/bibtex.el (bibtex-validate-globally):
5034         * textmodes/bib-mode.el (bib-capitalize-title):
5035         * textmodes/artist.el (artist-clear-buffer, artist-system):
5036         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
5037         (local-set-scheme-interaction-buffer, xscheme-process-filter)
5038         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
5039         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
5040         (xscheme-send-control-g-interrupt, xscheme-start-process)
5041         (xscheme-process-sentinel, xscheme-cd):
5042         * progmodes/verilog-mode.el (verilog-read-always-signals)
5043         (verilog-set-define, verilog-getopt-file)
5044         (verilog-module-inside-filename-p):
5045         * progmodes/sh-script.el:
5046         * progmodes/python.el (python-pdbtrack-get-source-buffer)
5047         (python-pdbtrack-grub-for-buffer, python-execute-file):
5048         * progmodes/octave-inf.el (inferior-octave):
5049         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
5050         (idlwave-shell-compile-helper-routines, idlwave-set-local)
5051         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
5052         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
5053         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
5054         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
5055         (idlwave-shell-filter, idlwave-shell-examine-highlight)
5056         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
5057         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
5058         (idlwave-shell-examine-display, idlwave-shell-run-region)
5059         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
5060         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
5061         * progmodes/idlw-help.el (idlwave-help-get-special-help)
5062         (idlwave-help-get-help-buffer):
5063         * progmodes/gud.el (gud-basic-call, gud-find-class)
5064         (gud-tooltip-activate-mouse-motions-if-enabled):
5065         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
5066         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
5067         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
5068         (ebrowse-tags-next-file):
5069         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
5070         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
5071         (ebnf-eps-finish-and-write):
5072         * progmodes/cpp.el (cpp-edit-save):
5073         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
5074         * progmodes/cc-defs.el (c-emacs-features):
5075         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
5076         (antlr-directory-dependencies):
5077         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
5078         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
5079         (ada-find-any-references, ada-make-filename-from-adaname)
5080         (ada-make-body-gnatstub):
5081         * obsolete/rnews.el (news-list-news-groups):
5082         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
5083         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
5084         * net/rcirc.el (rcirc-debug):
5085         * net/newst-treeview.el (newsticker--treeview-list-add-item)
5086         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
5087         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
5088         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
5089         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
5090         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
5091         (newsticker--treeview-list-clear-highlight)
5092         (newsticker--treeview-list-update-highlight)
5093         (newsticker--treeview-list-highlight-start)
5094         (newsticker--treeview-tree-update-highlight)
5095         (newsticker--treeview-get-selected-item)
5096         (newsticker-treeview-mark-list-items-old)
5097         (newsticker--treeview-set-current-node):
5098         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
5099         * net/newst-backend.el (newsticker--get-news-by-funcall)
5100         (newsticker--get-news-by-wget, newsticker--image-get)
5101         (newsticker--image-sentinel):
5102         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
5103         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
5104         (eudc-ph-close-session):
5105         * net/eudc.el (eudc-save-options):
5106         * language/thai-word.el (thai-update-word-table):
5107         * language/japan-util.el (japanese-string-conversion):
5108         * international/titdic-cnv.el (tsang-quick-converter)
5109         (ziranma-converter, ctlau-converter):
5110         * international/mule-cmds.el (describe-language-environment):
5111         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
5112         (skkdic-convert-postfix, skkdic-convert-prefix):
5113         (skkdic-convert-okuri-nasi, skkdic-convert):
5114         * emacs-lisp/re-builder.el (reb-update-overlays):
5115         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
5116         * emacs-lisp/gulp.el (gulp-send-requests):
5117         * emacs-lisp/find-gc.el (trace-call-tree):
5118         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
5119         (eieio-describe-generic):
5120         * emacs-lisp/eieio-base.el (eieio-persistent-read):
5121         * emacs-lisp/edebug.el (edebug-outside-excursion):
5122         * emacs-lisp/debug.el (debugger-make-xrefs):
5123         * emacs-lisp/cust-print.el (custom-prin1-to-string):
5124         * emacs-lisp/chart.el (chart-new-buffer):
5125         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
5126         Use with-current-buffer.
5127         * textmodes/artist.el (artist-system): Don't call
5128         copy-sequence on a fresh string.
5129         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
5131 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
5133         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
5134         is no item to edit.  (Bug#4820)
5135         (todo-top-priorities): Restore point and restore narrowing in Todo
5136         buffer.  (Bug#4820)
5138 2009-10-31  Glenn Morris  <rgm@gnu.org>
5140         * net/ange-ftp.el (top-level): Don't require dired when compiling.
5141         (comint-last-output-start, comint-last-input-start)
5142         (comint-last-input-end): Don't defvar when compiling.
5143         (ange-ftp-process-file): Use bound-and-true-p.
5145         * pcmpl-rpm.el (top-level): Move provide statement to end.
5146         (pcmpl-rpm): Remove unused custom group.
5148         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
5150         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
5152         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
5153         (byte-compile-warnings): Add `constants' as an option.
5154         (byte-compile-callargs-warn, byte-compile-arglist-warn)
5155         (display-call-tree): Update for byte-compile-fdefinition possibly
5156         returning `(macro lambda ...)'.  (Bug#4778)
5157         (byte-compile-variable-ref, byte-compile-setq-default):
5158         Respect `constants' member of byte-compile-warnings.
5160         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
5161         Use mapc rather than mapcar because the return value is never used.
5163         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
5164         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
5165         * cedet/semantic/html.el:
5166         Suppress harmless warnings about setting up semantic-imenu (not
5167         part of Emacs) variables.
5169 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5171         * vc-bzr.el (vc-bzr-revision-keywords): New var.
5172         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
5173         to "submit:".
5175         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
5176         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
5177         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
5178         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
5179         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
5180         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
5181         (semantic-analyzer-debug-global-symbol)
5182         (semantic-analyzer-debug-missing-innertype)
5183         (semantic-analyzer-debug-insert-include-summary):
5184         * cedet/semantic/util.el (semantic-file-tag-table):
5185         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
5186         (semantic-recursive-find-nonterminal-by-name):
5187         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
5188         * cedet/semantic/tag-file.el (semantic-prototype-file):
5189         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
5190         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
5191         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
5192         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
5193         (semantic-idle-summary-maybe-highlight):
5194         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
5195         (semantic-ia-sb-tag-info):
5196         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
5197         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
5198         * cedet/semantic/ede-grammar.el (project-compile-target):
5199         (ede-proj-makefile-insert-variables):
5200         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
5201         (semantic-debug-set-source-location, semantic-debug-interface-layout)
5202         (semantic-debug-mode, semantic-debug):
5203         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
5204         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
5205         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
5206         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
5207         (semanticdb-find-translate-path-includes--internal)
5208         (semanticdb-reset-log, semanticdb-find-log-activity):
5209         * cedet/semantic/db-file.el (object-write):
5210         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
5211         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
5212         (semanticdb-create-ebrowse-database):
5213         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
5214         * cedet/semantic/complete.el (semantic-displayor-focus-request)
5215         (semantic-collector-calculate-completions-raw)
5216         (semantic-complete-read-tag-analyzer):
5217         * cedet/semantic/analyze.el (semantic-analyze-pulse):
5218         * cedet/ede/util.el (ede-update-version-in-source):
5219         * cedet/ede/proj.el (project-delete-target):
5220         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
5221         (ede-proj-flush-autoconf):
5222         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
5223         (ede-proj-configure-synchronize):
5224         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
5225         * cedet/ede/linux.el (ede-linux-version):
5226         * cedet/ede/emacs.el (ede-emacs-version):
5227         * cedet/ede/dired.el (ede-dired-add-to-target):
5228         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
5229         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
5230         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
5231         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
5232         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
5233         (cedet-idutils-version-check):
5234         * cedet/cedet-global.el (cedet-gnu-global-call):
5235         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
5236         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
5237         * cedet/cedet-cscope.el (cedet-cscope-call)
5238         (cedet-cscope-expand-filename, cedet-cscope-version-check):
5239         Use with-current-buffer.
5240         * cedet/ede.el (ede-make-project-local-variable)
5241         (ede-set-project-variables, ede-set): Use dolist.
5243 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
5245         * textmodes/ispell.el (ispell-skip-region-alist):
5246         * international/mule-conf.el (eight-bit):
5247         * international/fontset.el (font-encoding-alist):
5248         * startup.el (pure-space-overflow-message):
5249         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
5250         * paths.el (gnus-nntp-service, rmail-spool-directory)
5251         (term-file-prefix):
5252         * files.el (save-some-buffers-action-alist):
5253         * cmuscheme.el (same-window-buffer-names):
5254         * ielm.el (same-window-buffer-names):
5255         * shell.el (same-window-buffer-names):
5256         * mail/sendmail.el (same-window-buffer-names):
5257         * progmodes/inf-lisp.el (same-window-buffer-names):
5258         * bindings.el (mode-line-client)
5259         (mode-line-column-line-number-mode-map):
5260         * language/tibetan.el (tibetan-precomposition-rule-regexp)
5261         (tibetan-precomposed-regexp): Purecopy string arguments.
5263 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5265         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
5266         (calcDigit-nondigit):
5267         * calc/calc-yank.el (calc-copy-to-buffer):
5268         * calc/calc-units.el (calc-invalidate-units-table):
5269         * calc/calc-trail.el (calc-trail-yank):
5270         * calc/calc-store.el (calc-insert-variables):
5271         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
5272         * calc/calc-prog.el (calc-read-parse-table):
5273         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
5274         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
5275         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
5276         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
5277         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
5278         (calc-graph-name, calc-graph-find-command, calc-graph-view)
5279         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
5280         * calc/calc-ext.el (calc-realign):
5281         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
5282         (calc-embedded-finish-edit, calc-embedded-make-info)
5283         (calc-embedded-finish-command, calc-embedded-stack-change):
5284         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
5286         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
5287         (overload-docstring-extension): Use that info.
5288         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
5289         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
5290         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
5291         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
5292         (semantic-nonterminal-full-name): Add the new `when' info.
5293         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
5294         `assert'.
5296         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
5297         shell-dynamic-complete-filename in preference to
5298         comint-dynamic-complete-filename.
5300         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5301         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5302         Don't consider whether the display supports colors.
5303         (bookmark-import-new-list): Use dolist.
5304         (bookmark-bmenu-mode-map): Move initialization into declaration.
5305         (bookmark-bmenu-list): Use dolist, simplify.
5306         (bookmark-show-all-annotations): Use save-selected-window and dolist.
5307         (menu-bar-final-items): Use push.
5309 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
5311         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
5312         it works on remote files.
5313         (vc-hg-diff): Don't pass any `--cwd' argument.
5315 2009-10-27  Kevin Ryde  <user42@zip.com.au>
5317         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5318         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
5319         (Further to Bug#3921).
5321 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
5323         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
5324         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
5325         calling `tramp-imap-put-file'.  Add file size to the call.
5326         (tramp-imap-get-file-entries): Compute also user name, file size,
5327         and date.
5328         (tramp-imap-handle-insert-directory): Insert uid and gid.
5329         (tramp-imap-handle-file-attributes): Transform uid and gid
5330         according to `id-format'.
5331         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
5332         size in header X-Size.
5334 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
5336         * simple.el (transpose-subr): Give clearer error when the mark
5337         is not set.  (Bug#4807)
5339 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
5341         * net/tramp.el (tramp-perl-file-truename): New defconst.
5342         Perl code contributed by yary <not.com@gmail.com> (tiny change).
5343         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
5344         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
5345         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
5347         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5348         Ignore `dired-call-process'.
5349         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
5351 2009-10-26  Julian Scheid  <julians37@gmail.com>
5353         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
5354         (tramp-get-remote-readlink): New defun.
5355         (tramp-handle-file-truename): Use it.
5356         (tramp-handle-file-exists-p): Check file-attributes cache, assume
5357         file exists if cache value present.
5358         (tramp-check-cached-permissions): New defun.
5359         (tramp-handle-file-readable-p): Use it.
5360         (tramp-handle-file-writable-p): Likewise.
5361         (tramp-handle-file-executable-p): Likewise.
5362         (tramp-handle-file-name-all-completions): Try using Perl to get
5363         partial completions.  When perl not available, combine `cd' and
5364         `ls' into single remote operation and use shell expansion to get
5365         partial remote directory contents.  Set `file-exists-p' cache for
5366         directory and any files returned by ls.  Change cache handling to
5367         support partial directory contents.  Use error message emitted by
5368         remote `cd' or Perl code for local tramp-error.
5369         (tramp-do-copy-or-rename-file-directly): Avoid separate
5370         tramp-send-command-and-check call.
5371         (tramp-handle-process-file): Merge three remote ops into one.
5372         Do not flush all caches when `process-file-side-effects' is set.
5373         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
5374         file-attributes shows uid/gid to be set already.
5376 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
5378         * textmodes/tex-mode.el (tex-dvi-view-command)
5379         (tex-show-queue-command, tex-open-quote):
5380         * progmodes/ruby-mode.el (auto-mode-alist)
5381         (interpreter-mode-alist): Purecopy strings.
5383         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
5385         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
5386         string for the hook, keymap and abbrev table.
5388         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
5390         * x-dnd.el (x-dnd-xdnd-to-action):
5391         * startup.el (fancy-startup-text, fancy-about-text): Change to
5392         defconst from defvar.
5394         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
5396         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
5397         Purecopy initialization strings.
5399         * mail/sendmail.el (mail-header-separator)
5400         (mail-personal-alias-file):
5401         * mail/rmail.el (rmail-default-dont-reply-to-names)
5402         (rmail-ignored-headers, rmail-retry-ignored-headers)
5403         (rmail-highlighted-headers, rmail-secondary-file-directory)
5404         (rmail-secondary-file-regexp):
5405         * files.el (null-device, file-name-invalid-regexp)
5406         (locate-dominating-stop-dir-regexp)
5407         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
5408         (interpreter-mode-alist): Use mapcar instead of mapc.
5410         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
5412         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
5413         (completion-ignored-extensions):
5414         (debug-ignored-errors): Purecopy strings.
5416 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5418         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
5419         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
5420         (pcomplete--here): Use push.
5422         * subr.el (all-completions): Declare the 4th arg obsolete.
5424 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5426         * pcomplete.el (pcomplete-unquote-argument-function): New var.
5427         (pcomplete-unquote-argument): New function.
5428         (pcomplete--common-suffix): Always pay attention to case.
5429         (pcomplete--table-subvert): Quote and unquote the text.
5430         (pcomplete--common-quoted-suffix): New function.
5431         (pcomplete-std-complete): Use it and pcomplete-begin.
5433         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
5434         we're inside a dedicated or minibuffer window.
5436 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5438         * cedet/semantic/fw.el (semantic-alias-obsolete)
5439         (semantic-varalias-obsolete): Make the `when' arg mandatory.
5440         (define-mode-overload-implementation):
5441         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
5442         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
5443         * cedet/semantic/util.el (semantic-file-token-stream)
5444         (semantic-something-to-stream):
5445         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
5446         (semantic-expand-nonterminal):
5447         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
5448         (semantic-find-dependency, semantic-find-nonterminal)
5449         (semantic-find-dependency):
5450         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
5451         (semantic-flex-text, semantic-flex-make-keyword-table)
5452         (semantic-flex-keyword-p, semantic-flex-keyword-put)
5453         (semantic-flex-keyword-get, semantic-flex-map-keywords)
5454         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
5455         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
5456         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
5457         (semantic-after-idle-scheduler-reparse-hooks):
5458         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
5459         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
5460         * cedet/semantic.el (semantic-toplevel-bovine-table)
5461         (semantic-toplevel-bovine-cache)
5462         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
5463         (semantic-init-mode-hooks, semantic-init-db-hooks)
5464         (semantic-bovination-working-type): Provide the `when' arg.
5466 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
5468         * bookmark.el: Update documentation, especially documentation
5469         of `bookmark-alist' and of the bookmark file format.
5470         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
5472 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5474         * mail/emacsbug.el (report-emacs-bug): Clarify that the
5475         keybindings apply to the mail buffer (Bug#4003).  Shrink help
5476         window to buffer.
5478         * whitespace.el (whitespace-mode, whitespace-newline-mode)
5479         (global-whitespace-mode, global-whitespace-newline-mode)
5480         (whitespace-toggle-options, global-whitespace-toggle-options):
5481         Doc fix (Bug#3660).
5483         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
5484         of xmltok-start before the end tag was inserted (Bug#2840).
5486         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
5487         patterns that are preceded by an open-paren (Bug#1320).
5489 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
5491         * files.el (delete-directory): Delete symlinks to directories with
5492         delete-file (Bug#4739).
5494 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
5496         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
5497         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
5498         argument to make-obsolete.
5500         * cedet/semantic/fw.el (semantic-alias-obsolete)
5501         (semantic-varalias-obsolete): Add optional WHEN argument.
5503 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
5505         * vc.el (vc-backend-for-registration): Rename from
5506         vc-get-backend-for-registration.  Update callers.
5508         * international/mule-cmds.el (set-language-info-alist):
5509         Purecopy lang-env.
5510         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
5511         (charset): Purecopy the name.
5512         (define-char-code-property): Purecopy string arguments.
5514         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5515         Purecopy string arguments.
5517         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
5518         * ediff-hook.el (menu-bar-ediff-menu):
5519         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
5520         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
5522 2009-10-24  Glenn Morris  <rgm@gnu.org>
5524         * comint.el (comint-dynamic-list-completions):
5525         * term.el (term-dynamic-list-completions): Use choose-completion rather
5526         than obsolete alias mouse-choose-completion.
5528         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
5529         file-cache-choose-completion.
5530         (file-cache-choose-completion): Handle an optional event argument.
5531         (file-cache-mouse-choose-completion): Make it an obsolete alias.
5533         * progmodes/octave-mod.el (octave-complete-symbol):
5534         Use choose-completion if mouse-choose-completion is ever removed.
5536         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
5537         use.
5539         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
5540         compiler.
5542         * vc-hooks.el (vc-responsible-backend): Fix declaration.
5544 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5546         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
5547         Ignore `pred' now that we receive one.
5548         Handle test-completion specially.
5550 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5552         * vc.el (vc-responsible-backend): Throw an error if not backend is
5553         found.  Remove the REGISTER argument.  Move the code dealing with
5554         REGISTER ...
5555         (vc-get-backend-for-registration): ... here.  New function.
5556         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
5557         of vc-responsible-backend, pass the file name instead of the
5558         directory name.
5560 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5562         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
5563         New funs.
5564         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
5565         (pcomplete-comint-setup): Don't modify a global var via
5566         accidental side-effects.
5567         (pcomplete-shell-setup): Adjust call accordingly.
5568         (pcomplete-parse-comint-arguments): Use push.
5570 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
5572         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
5573         Allow uncapitalized info node names (Bug#3921).
5575         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
5576         to the DEBUG file (Bug#3781).
5578 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
5580         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
5581         dictionary entry (Bug#4579).
5583 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
5585         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
5586         from `rfn-eshadow-update-overlay-hook' when unloading.
5587         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
5588         "rsyncc".  Adjust doc string.
5589         (tramp-temp-buffer-file-name): New buffer-local defvar.
5590         (tramp-handle-insert-file-contents, tramp-handle-write-region):
5591         Keep temporary file when indicated by method ("rsync" and
5592         "rsyncc").
5593         (tramp-handle-write-region): Handle APPEND.
5594         (tramp-delete-temp-file-function): New defun.  Added to
5595         `kill-buffer-hook'.
5597 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
5599         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
5601 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
5603         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
5604         (color-name-rgb-alist, tty-standard-colors)
5605         (tty-color-mode-alist): Change to defconst.
5607         * simple.el (mark-inactive): Purecopy message.
5609         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
5610         (global-map, yank-menu):
5611         * textmodes/ispell.el (ispell-menu-map):
5612         * net/eudc.el (eudc-tools-menu):
5613         * international/mule-cmds.el (describe-language-environment-map)
5614         (setup-language-environment-map, set-coding-system-map)
5615         (mule-menu-keymap):
5616         * vc-hooks.el (vc-menu-entry, vc-menu-map):
5617         * replace.el (occur-mode-map):
5618         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
5620 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
5622         * calc/calc.el (math-read-number, math-read-number-simple): Use
5623         `save-match-data'.
5625 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
5628         rather than fiddling with global-map bindings, since it should only
5629         affect per-terminal settings.
5630         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
5632         * minibuffer.el (completion-table-with-terminator): Allow to specify
5633         the terminator-regexp.
5635         * simple.el (switch-to-completions): Look for *Completions* in other
5636         frames as well.
5638         * pcomplete.el: Allow the use of completion-tables.
5639         (pcomplete-std-complete): New command.
5640         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
5641         (pcomplete--here): Use a function for `form' rather than an expression,
5642         so it can be byte-compiled.
5643         (pcomplete-here, pcomplete-here*): Adjust accordingly.
5644         Add edebug declaration.
5645         (pcomplete-show-completions): Remove unused var `curbuf'.
5646         (pcomplete-do-complete, pcomplete-stub):
5647         Don't assume `completions' is a list of strings any more.
5649 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
5651         * find-dired.el (find-name-arg): Fix typo in docstring.
5653 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
5656         (pcmpl-linux-fs-types): Same, and update to new modules layout.
5658         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
5659         pcomplete-entries.
5661         * comint.el (comint-read-input-ring, comint-write-input-ring)
5662         (comint-substitute-in-file-name)
5663         (comint-dynamic-complete-as-filename)
5664         (comint-dynamic-simple-complete)
5665         (comint-dynamic-list-filename-completions)
5666         (comint-dynamic-list-completions)
5667         (comint-redirect-results-list-from-process): Minor simplifications.
5669 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5671         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
5672         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
5673         the first form.  And insert a blank line after ";;; Code" since
5674         that's usual style.  (Bug#4612)
5676         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
5678 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * minibuffer.el (completion-table-with-terminator): Properly implement
5681         boundaries, in case `terminator' appears in the suffix.
5682         (completion--embedded-envvar-table): Don't return boundaries if
5683         there's no valid completion.  Simplify.
5684         (completion-file-name-table): New completion table extracted from
5685         completion--file-name-table.
5686         (completion--file-name-table): Use it.
5687         (read-file-name-predicate): Declare obsolete.
5688         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
5689         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
5690         completion-file-name-table, and use the `pred' argument.
5691         * files.el (locate-file-completion-table): Use the `pred' arg rather
5692         than read-file-name-predicate.
5693         (abbreviate-file-name): Use \` rather than ^ for BOS.
5695 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
5697         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
5698         vc-responsible-backend to register, it causes problems.
5700 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5702         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
5704 2009-10-21  Eric Ludlam  <zappo@gnu.org>
5706         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
5707         (semantic-c-debug-mode-init-pch): New functions.
5708         (semantic-c-debug-mode-init-last-mode): New var.
5709         (semantic-c-parse-lexical-token): Use them.
5711         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
5712         When extracting the argument list, limit only by point-max.
5714 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
5716         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
5717         (tramp-smb-handle-file-attributes): Use it.
5718         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
5719         (tramp-smb-handle-insert-directory): Use `mapc' rather than
5720         `mapcar'.  Use `tramp-smb-get-stat-capability'.
5721         Add `dired-filename' text properties.
5722         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
5723         (tramp-smb-maybe-open-connection): Simplify check for smbclient
5724         version.
5726 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5728         * subr.el (read-key-delay): Reduce to 0.01.
5729         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
5730         (bug#4751).
5732 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
5736         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
5737         (Info-menu): Remove unused vars `last' and `completions'.
5738         (Info-index-nodes): Remove unused var `node'.
5740         * info.el (Info-complete-menu-item): Use complete-with-action.
5742 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
5744         Make vc-annotate work through copies and renames.
5745         * vc-annotate.el (vc-annotate-extract-revision-at-line):
5746         Return the file name too.
5747         (vc-annotate-revision-at-line)
5748         (vc-annotate-find-revision-at-line)
5749         (vc-annotate-revision-previous-to-line)
5750         (vc-annotate-show-log-revision-at-line): Update to get the file
5751         name from vc-annotate-extract-revision-at-line.
5752         (vc-annotate-show-diff-revision-at-line-internal): Change the
5753         argument to mean whether to show a file diff or not.  Get the file
5754         name from vc-annotate-extract-revision-at-line.
5755         (vc-annotate-show-diff-revision-at-line):
5756         Update vc-annotate-show-diff-revision-at-line call.
5757         (vc-annotate-warp-revision): Add an optional file argument.
5759         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
5760         (vc-git-annotate-extract-revision-at-line): Also return the file
5761         name if found.
5763         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
5764         command.  Remove unused code.
5765         (vc-hg-annotate-re): Update to match --follow output.
5766         (vc-hg-annotate-extract-revision-at-line): Also return the file
5767         name if found.
5769         * vc.el: Update annotate-extract-revision-at-line documentation.
5771 2009-10-18  Kevin Ryde  <user42@zip.com.au>
5773         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
5774         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
5776         * net/browse-url.el (browse-url): Identify alist with "consp and
5777         not functionp" and let all other things go down the `apply' leg,
5778         as suggested by Stefan.  (Further to bug#4531.)
5780 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
5782         * minibuffer.el (read-file-name): Check for repeat before putting
5783         a default argument in file-name-history (Bug#4657).
5785         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
5786         read syntax (Bug#4737).
5788         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
5790 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
5792         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
5793         (html-tag-alist, html-tag-help): Add descriptions for undocumented
5794         entries and make note of obsolete tags.
5796 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5798         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
5800 2009-10-18  Glenn Morris  <rgm@gnu.org>
5802         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
5803         grep, so that binary files (eg international/uni-bidi.el) can match.
5804         Remove test for "UnicodeData" files, since it is hopefully unnecessary
5805         now, and in any case the file header format has changed.
5807 2009-10-17  Glenn Morris  <rgm@gnu.org>
5809         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
5810         (flyspell-get-word, flyspell-large-region)
5811         (flyspell-auto-correct-previous-word): Doc/error message fixes.
5813 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5815         * Makefile.in (ELCFILES): Add ede/shell.
5817 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
5819         * term/common-win.el (x-colors): Purecopy it.
5821 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5823         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
5824         permissive for when the buffer is empty.
5825         (tar-header-block-tokenize): Decode the username and groupname.
5826         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
5828 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
5830         * cedet/srecode/srt.el:
5831         * cedet/srecode/compile.el:
5832         * cedet/semantic/mru-bookmark.el:
5833         * cedet/semantic/debug.el:
5834         * cedet/semantic/complete.el:
5835         * cedet/semantic/analyze.el: Require CL when compiling.
5837 2009-10-17  Eric Ludlam  <zappo@gnu.org>
5839         * cedet/semantic/scope.el
5840         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
5841         tmpscope so that the regular scope will continue to work.
5843         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
5844         Use semantic-idle-summary-highlight-face as the highlighting.
5846         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
5847         contains multibyte characters, choose first applicable coding
5848         system automatically.
5850         * cedet/ede/project-am.el (project-run-target): New method.
5851         (project-run-target): New method.
5853         * cedet/ede.el (ede-target): Add run target menu item.
5854         (ede-project, ede-minor-keymap): Add ede-run-target binding.
5855         (ede-run-target): New function.
5856         (ede-target::project-run-target): New method.
5858         * cedet/ede/proj.el (project-run-target): New method.
5860         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
5861         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
5862         Add :rules.
5863         (ede-proj-target-makefile-shared-object): Only libtool compilers
5864         now available.  Add linkers for libtool.
5865         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
5866         (ede-proj-makefile-target-name): Always use .la extension.
5868         * cedet/ede/proj-prog.el (project-run-target): New method.
5870         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
5871         (ede-g++-linker): Change Change link lines.
5873         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
5874         When searching for old variables, go to the end of the buffer and
5875         search backward from there.
5876         (ede-proj-makefile-automake-insert-subdirs)
5877         (ede-proj-makefile-automake-insert-extradist): New methods.
5878         (ede-proj-makefile-create): Use them.
5880         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
5881         Force FILE to expand to the current target.  Use file-exists-p to
5882         check that it exists.
5884         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
5885         (ede-linux-load): Wrap dir in file-name-as-directory.
5886         Set :version slot.
5888         * cedet/ede/files.el (ede-get-locator-object): When enabling
5889         locate, do so on "top".
5891         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
5892         file-name-as-directory during compare.
5893         (ede-emacs-version): Return Emacs/XEmacs differentiator.
5894         Get version number from different places.  Don't call egrep.
5895         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
5896         to set the directory.
5898         * cedet/ede/shell.el: New file.
5900         * cedet/inversion.el (inversion-decoders): Allow for stray . in
5901         alpha/beta variants.
5903 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5905         * international/mule-cmds.el (select-safe-coding-system): If the file
5906         has a coding cookie, use it regardless of any other setting (bug#4712).
5908 2009-10-17  Glenn Morris  <rgm@gnu.org>
5910         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
5911         All errors should have messages.
5913         * foldout.el (foldout-mouse-swallow-events):
5914         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
5916         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
5917         (dired-keep-marker-copy, dired-keep-marker-hardlink)
5918         (dired-keep-marker-symlink, dired-dwim-target)
5919         (dired-copy-preserve-time): Do not autoload these defcustoms.
5921         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
5922         messages from messing up the file coding.  (Bug#4623)
5924 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
5926         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
5927         if no match is found for the current dictionary.  (Bug#4578)
5929         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
5930         optional, since that is how it is documented, and this is often called
5931         with a nil argument.  (Bug#4577)
5932         (flyspell-external-point-words, flyspell-auto-correct-word)
5933         (flyspell-correct-word-before-point, flyspell-word-search-forward)
5934         (flyspell-word-search-backward): Remove nil argument in calls to
5935         flyspell-get-word, since it is not needed now.
5937 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
5939         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
5941 2009-10-16  Glenn Morris  <rgm@gnu.org>
5943         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
5945 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
5947         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
5948         (ange-ftp-file-size): New function.
5949         (ange-ftp-file-attributes): Use it.
5951 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
5953         * net/tramp-smb.el (tramp-smb-version): New defvar.
5954         (tramp-smb-maybe-open-connection): Use it, in order to avoid
5955         repeated checks.
5957 2009-10-16  Glenn Morris  <rgm@gnu.org>
5959         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
5960         Maybe copy some custom properties from old to new name.  (Bug#4706)
5962 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
5964         * subr.el (error, sit-for, start-process-shell-command)
5965         (start-file-process-shell-command): Set the calling convention
5966         after the function definition.
5968 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5970         * subr.el (error, sit-for, start-process-shell-command)
5971         (start-file-process-shell-command): Use the new
5972         set-advertised-calling-convention feature.
5974 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
5976         * international/ucs-normalize.el (ucs-normalize-version):
5977         Change to 1.2.
5978         (check-range): Adjust for Unicode 5.2.
5980 2009-10-15  Juri Linkov  <juri@jurta.org>
5982         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
5983         to the `menu-item' format.
5985 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
5987         * net/tramp.el (tramp-replace-environment-variables): Do not fail
5988         if the environment variable does not exist.
5990         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
5991         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
5992         parameter.
5993         (tramp-smb-handle-add-name-to-file)
5994         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
5995         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
5996         (tramp-smb-handle-file-attributes)
5997         (tramp-smb-do-file-attributes-with-stat)
5998         (tramp-smb-handle-file-local-copy)
5999         (tramp-smb-handle-insert-directory)
6000         (tramp-smb-handle-make-directory)
6001         (tramp-smb-handle-make-directory-internal)
6002         (tramp-smb-handle-make-symbolic-link)
6003         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
6004         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
6005         (tramp-smb-maybe-open-connection): Apply the changed parameters.
6006         (tramp-smb-read-file-entry): Read Disk names in compressed format.
6007         Handle long file names.
6008         (tramp-smb-get-cifs-capabilities): Check, whether the connection
6009         process is running.
6010         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
6011         Read share names with "-g" option.
6013 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
6015         * net/rcirc.el (rcirc-view-log-file): New command.
6016         (rcirc-track-minor-mode-map): Remove C-c ` binding.
6017         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
6018         specified.
6020 2009-10-15  Glenn Morris  <rgm@gnu.org>
6022         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
6023         from the second command-line argument.
6024         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
6025         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
6026         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
6027         w32-batch-update-autoloads.
6028         * emacs-lisp/autoload.el (autoload-make-program): New variable.
6029         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
6031         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
6032         the headers cannot be located.  Simplify, subtracting superflous
6033         save-excursions.
6035 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6037         Replace completion-base-size by completion-base-position to fix bugs
6038         such as (bug#4699).
6039         * simple.el (completion-base-position): New var.
6040         (completion-base-size): Mark as obsolete.
6041         (choose-completion): Make it work for mouse events as well.
6042         Pass the new base-position to choose-completion-string.
6043         (choose-completion-guess-base-position): New function, extracted from
6044         choose-completion-delete-max-match.
6045         (choose-completion-delete-max-match): Use it.  Make obsolete.
6046         (choose-completion-string): Use the new base-position info.
6047         (completion-root-regexp): Delete.
6048         (completion-setup-function): Preserve completion-base-position.
6049         Eliminate obsolete base-size manipulation.
6050         * minibuffer.el (display-completion-list): Don't mess with base-size.
6051         (minibuffer-completion-help): Set completion-base-position instead.
6052         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
6053         choose-completion.
6054         * textmodes/bibtex.el (bibtex-complete):
6055         * emacs-lisp/crm.el (crm--choose-completion-string):
6056         Adjust to new calling convention.
6057         * complete.el (partial-completion-mode): Use minibufferp to avoid
6058         bumping into incompatible change to choose-completion-string-functions.
6059         * ido.el (ido-choose-completion-string): Make its calling convention
6060         more permissive.
6061         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
6062         base-size manipulation.
6063         (comint-dynamic-list-input-ring): Use dotimes and push.
6064         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
6065         fundamental-mode.  Use `or'.
6067 2009-10-14  Juri Linkov  <juri@jurta.org>
6069         * misearch.el (multi-isearch-next-buffer-from-list)
6070         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
6072 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6074         * Makefile.in (compile-onefile): Load `bytecomp' rather than
6075         `bytecomp.el'.
6077         * minibuffer.el (completion-pcm--merge-completions): Make sure the
6078         string we return is all made up of text from the completions rather
6079         than part from the completions and part from the input (bug#4219).
6081         * ido.el (ido-everywhere): Use define-minor-mode.
6083         * buff-menu.el (list-buffers, ctl-x-map):
6084         Mark the entry points with ;;;###autoload cookies.
6086 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6088         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
6089         correctly in the detached head case.
6090         (vc-git-print-log): Remove unused binding.
6092         * vc.el (vc-responsible-backend): When a directory is passed for
6093         for registration create a VC repository if no backend is
6094         responsible for the directory argument.
6095         (vc-deduce-fileset): Tell vc-responsible-backend to register.
6097         * vc.el: Move comments about RCS and SCCS ...
6098         * vc-rcs.el:
6099         * vc-sccs.el: ... here, respectively.
6101 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6103         * minibuffer.el (completion--file-name-table): Return nil if there's
6104         no file completion, even if substitute-in-file-name changed
6105         the string (bug#4708).
6107 2009-10-13  Juri Linkov  <juri@jurta.org>
6109         * files-x.el (read-file-local-variable-value): Don't filter out
6110         minor modes from mode name completion (bug#4664).
6112 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6114         * international/mule-cmds.el (ucs-names): Remove exclusion of
6115         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
6117 2009-10-13  Kenichi Handa  <handa@m17n.org>
6119         * international/uni-name.el: Regenerated.
6121 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
6123         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
6124         should be automatically buffer-local, but isn't.)
6126 2009-10-12  Sam Steingold  <sds@gnu.org>
6128         * progmodes/compile.el (compilation-next-error-function): Fix the
6129         timestamps if the buffer has been visited before.
6130         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
6131         non-anchored patterns, like the perl one (bug#3928).
6133 2009-10-12  Glenn Morris  <rgm@gnu.org>
6135         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
6136         Let-bind `size'.
6138 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
6140         * proced.el (proced-unload-function): New function.
6142         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
6143         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
6144         Doc fix.
6146         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
6148 2009-10-11  Juri Linkov  <juri@jurta.org>
6150         * files-x.el (read-file-local-variable-value):
6151         Provide default value only for bound variables (bug#4664).
6153 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
6155         * net/tramp.el (tramp-local-host-p): Function shall return nil for
6156         connection methods like smb.
6158         * net/tramp-cache.el (tramp-flush-connection-property): The hash
6159         can be empty.
6161         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6162         (tramp-smb-file-name-handler-alist): Add handlers for
6163         `add-name-to-file', `make-symbolic-link'.
6164         (tramp-smb-handle-add-name-to-file)
6165         (tramp-smb-do-file-attributes-with-stat)
6166         (tramp-smb-handle-make-symbolic-link)
6167         (tramp-smb-get-cifs-capabilities): New defuns.
6168         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
6169         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
6170         (tramp-smb-handle-file-local-copy)
6171         (tramp-smb-handle-make-directory-internal)
6172         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
6173         The file name syntax depends on cifs capabilities.
6174         (tramp-smb-handle-file-attributes):
6175         Call `tramp-smb-do-file-attributes-with-stat' if possible.
6176         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
6177         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
6179 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
6181         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
6182         (eieio-defclass): Apply deftype handler and setf-method properties
6183         directly.
6184         (eieio-add-new-slot): Avoid union function from cl library.
6185         (eieio--typep): New function.
6186         (eieio-perform-slot-validation): Use it.
6188 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6190         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
6191         Update documentation to refer to the variables documented in r1.135.
6192         (Bug#4188)
6194 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
6196         * bookmark.el (Info-suffix-list): Remove this unused variable.
6197         (bookmark-current-point): Remove this obsolete variable.
6198         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
6199         Adjust for removal of bookmark-current-point.
6201         (bookmarks-already-loaded, bookmark-current-buffer)
6202         (bookmark-yank-point): Document.  (Bug#4188)
6204 2009-10-10  Glenn Morris  <rgm@gnu.org>
6206         * frame.el (frame-height): Doc fix.
6208         * calendar/calendar.el (calendar-split-width-threshold): New option.
6209         (calendar-basic-setup): Use calendar-split-width-threshold.
6211 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
6213         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
6214         Use .la for Automake.
6216 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
6218         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
6219         Use "autoreconf -i".  Suggested by Andreas Schwab.
6221 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
6223         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
6224         Ideographic Supplement" range (U+1F200..U+1F2FF).
6226 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6228         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
6229         since the list will have been rebuilt anyway.  (Bug#4349)
6231 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6233         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
6234         (bookmark-bmenu-execute-deletions): Don't save here, as
6235         bookmark-delete will now do so if necessary.
6236         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
6237         (Bug#4348)
6239 2009-10-09  Glenn Morris  <rgm@gnu.org>
6241         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
6243 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
6245         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
6246         (bookmark-jump-other-window): Just invoke bookmark-jump with new
6247         argument now, so the two function's behaviors will match.  (Bug#3645)
6249 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6251         * cedet/ede/proj.el (project-make-dist, project-compile-project):
6252         Fix filename test.
6253         (ede-proj-dist-makefile): Use expand-file-name instead of concat
6254         to expand file names.
6256 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
6258         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
6259         (tramp-file-name-real-host, tramp-file-name-port):
6260         Apply `save-match-data'.
6262         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
6263         case both directories are remote.
6264         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
6265         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
6267 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
6269         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
6270         (ede-proj-target-makefile-objectcode): Use it.
6272         * cedet/ede/source.el (ede-want-any-source-files-p)
6273         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
6274         Return search result.  This error was introduced while merging.
6276 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6278         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
6280 2009-10-07  Glenn Morris  <rgm@gnu.org>
6282         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
6283         of concat.
6285 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6287         * files-x.el (read-file-local-variable): Include some
6288         non-user-variables in the completion table (bug#4664).
6290 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
6292         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
6293         message.
6295         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
6296         (tramp-smb-file-name-handler-alist): Add handler for
6297         `copy-directory', `expand-file-name', `set-file-modes'.
6298         (tramp-smb-handle-copy-directory)
6299         (tramp-smb-handle-expand-file-name)
6300         (tramp-smb-handle-set-file-modes): New defuns.
6301         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
6302         (tramp-smb-handle-file-attributes): Simplify check for retrieving
6303         entry.
6304         (tramp-smb-handle-insert-directory): Don't flush the cache.
6305         (tramp-smb-maybe-open-connection): Check for samba client and
6306         server versions.
6308 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
6310         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
6311         to not error out of search for "^lisp=" fails.
6313 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
6315         * makefile.w32-in (WINS_UPDATES): New macro.
6316         (custom-deps, finder-data, autoloads): Use it.
6318 2009-10-07  Glenn Morris  <rgm@gnu.org>
6320         * Makefile.in (autoloads): Revert previous change.
6321         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
6322         the list of preloaded files passed on the command-line, get
6323         it from src/Makefile.
6325         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
6326         show the original buffer rather than a random one.
6328 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
6330         * help.el (describe-no-warranty): Place point in a slightly better
6331         position in the GPLv3 text.
6333 2009-10-06  Sam Steingold  <sds@gnu.org>
6335         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
6336         the comm attribute is present before calling regexp-quote.
6338 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
6340         * play/animate.el (animate-string): For good effect, make sure
6341         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
6343         * play/animate.el (animate-sequence, animate-birthday-present):
6344         * misc.el (butterfly): Don't set `indent-tabs-mode'.
6346 2009-10-06  Glenn Morris  <rgm@gnu.org>
6348         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
6350         * emacs-lisp/autoload.el (autoload-excludes): New variable.
6351         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
6352         (batch-update-autoloads): Process a string value of autoload-excludes,
6353         set during the build process.
6354         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
6356         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
6357         inside with-parsed...  macro so that `v' is defined.
6359         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
6360         * progmodes/fortran.el (fortran-end-of-block)
6361         (fortran-beginning-of-block):
6362         Also push mark in the macro case.
6364         * emerge.el (emerge-show-file-name):
6365         * calc/calc.el (calc-quit):
6366         * calc/calc-misc.el (calc-big-or-small):
6367         * calc/calc-graph.el (calc-graph-view):
6368         * calc/calc-ext.el (calc-reset):
6369         * calendar/calendar.el (calendar-basic-setup):
6370         Use window-full-height-p.
6372         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
6373         header we don't understand, don't insert another.  (Bug#4624)
6374         If changing mime charset, insert the new one in the right place.
6376 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
6378         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6379         (cal-tex-cursor-month): Correctly increment the end date for diary and
6380         holiday listing.  (Bug#4626)
6382 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6384         * help-fns.el (describe-function-1): Don't burp if the function is not
6385         a symbol.
6387 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
6389         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
6390         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
6391         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
6392         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
6394         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
6395         (eieio-default-superclass): Reflow docstrings.
6396         (this, class-option-assoc, defclass, eieio-class-un-autoload)
6397         (eieio-unbind-method-implementations, defmethod)
6398         (eieio-validate-slot-value, eieio-validate-class-slot-value)
6399         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
6400         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
6401         (eieio-slot-originating-class-p, eieio-slot-name-index)
6402         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
6403         (constructor, initialize-instance, no-next-method, object-print)
6404         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
6405         Fix typos in docstrings.
6406         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
6407         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
6408         (next-method-p): Doc fixes.
6409         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
6410         Fix typos in error messages.
6411         (eieio-defmethod): Fix typo in description of generic method.
6413         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
6414         (eieio-persistent-save-interactive, slot-missing):
6415         Fix typos in docstrings.
6416         (eieio-instance-inheritor-slot-boundp): Doc fix.
6418         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
6419         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
6421         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
6422         (eieio-custom-object-apply-reset):
6423         Fix typos in docstrings and error messages.
6425         * emacs-lisp/eieio-datadebug.el (data-debug-show):
6426         Fix typo in docstring.
6428         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
6429         (eieio-browse-tree): Doc fix.
6430         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
6431         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
6432         Fix typos in docstrings.
6434         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
6435         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
6436         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
6437         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
6438         Reflow docstrings.
6440 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
6442         * vc-hg.el (log-view-vc-backend): Declare for compiler.
6443         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
6444         Set log-view-vc-backend so that diff can work.
6446         * log-view.el (log-view-diff): Use vc-diff-internal instead of
6447         vc-version-diff.
6448         (vc-diff-internal): Autoload this instead of vc-version-diff.
6450 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
6452         * simple.el (eval-expression): Doc fix.
6454         * progmodes/cwarn.el (cwarn-mode): Doc fix.
6456 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
6458         * files.el (directory-files-no-dot-files-regexp): New defconst.
6459         (delete-directory): Use it.
6460         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
6462         * net/tramp.el (tramp-verbose): Fix docstring.
6463         (tramp-methods): Add recursive option to `tramp-copy-args'.
6464         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
6465         "scp1_old", "scp2_old", "rsync", "rsyncc".
6466         (tramp-default-method): Check also for `auth-source-user-or-password'.
6467         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
6468         Add handler for `copy-directory'.
6469         (tramp-handle-copy-directory): New defun.
6470         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
6471         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
6472         Optimize sent command.
6474 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
6477         window if necessary.
6479         * calendar/calendar.el (calendar-basic-setup): Don't call
6480         switch-to-buffer in a dedicated window.
6482 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
6484         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
6485           don't do anything related to relocating, just return nil.
6486         (bookmark-error-no-filename): New error.
6487         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
6488           bookmark has no file.  Don't even attempt to handle things that
6489           are not files; the whole point of custom handlers is to keep that
6490           knowledge elsewhere anyway.  Tighten some comments.
6491         (bookmark-file-or-variation-thereof): Remove now-unused function.
6492         (bookmark-location): Doc string fix.
6493         (Bug#4250)
6495 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6497         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
6498         don't use a file dialog, because they usually don't know how to read
6499         a directory target from the user.  (Bug#4230)
6500         Also, make sure the prompt can display directories as well as files.
6502 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6504         * bookmark.el (bookmark-set, bookmark-buffer-name):
6505         Improve doc strings.  (Bug#1193)
6507 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6509         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
6510         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
6511         (bookmark-get-annotation, bookmark-set-annotation)
6512         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6513         (bookmark-set-position, bookmark-get-front-context-string)
6514         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6515         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
6516         (bookmark-jump-other-window, bookmark-handle-bookmark)
6517         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
6518         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
6519         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
6520            Improve doc strings to say whether bookmark can be a string or
6521            a record or both, and make other consistency and clarity fixes.
6522         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
6523         (bookmark-default-annotation-text, bookmark-yank-word)
6524         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
6525         (bookmark-import-new-list, bookmark-maybe-rename)
6526         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6527         (bookmark-bmenu-bookmark): Give these doc strings.
6528         (bookmark-bmenu-check-position): Give this a doc string, but also
6529            add a FIXME comment about how the function may be pointless.
6530         (bookmark-default-handler): Rework doc string and change a
6531            parameter name, to clarify that this takes a bookmark record
6532            not a bookmark name.
6533         (bookmark-set): Change a parameter name to indicate its meaning,
6534            and improve the doc string a bit.
6535         (Bug#4188)
6537 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6539         * bookmark.el (bookmark-alist): Document the new `handler' element
6540         in the param alist.
6541         (bookmark-make-record-function): Adjust documentation for above.
6542         (Bug#4193)
6544 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
6546         * info.el (Info-bookmark-make-record): Document this function.
6547         (Info-bookmark-jump): Document with a doc string, not just a comment.
6548         (Bug#4203)
6550 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6552         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
6553         (semantic-new-buffer-fcn): Call parser setup functions here.
6554         (semantic-mode): Don't call parser setup functions here, it's done
6555         in semantic-new-buffer-fcn now.
6556         (semantic-mode): Parse all existing buffers when enabled.
6558         * cedet/srecode/compile.el (srecode-compile-file):
6559         Call semantic-new-buffer-fcn if the buffer has not been parsed.
6561 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6563         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
6565         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
6566         (proj-comp-insert-variable-once): New macro, renamed from
6567         ede-pmake-insert-variable-once in ede/pmake.edl.
6568         (ede-proj-makefile-insert-variables): Use it.
6570 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
6572         * files.el (copy-directory): New defun.
6574         * dired-aux.el (dired-copy-file-recursive): Use it.
6576 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6578         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6579         (makefile-end-of-command):
6580         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6581         (semantic-end-of-context): Fix previous change.  Doc fixes.
6583 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6585         * files-x.el (modify-dir-local-variable)
6586         (copy-dir-locals-to-file-locals-prop-line):
6587         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6588         (makefile-end-of-command):
6589         * cedet/semantic/lex.el (semantic-lex-token):
6590         * cedet/semantic/analyze/fcn.el
6591         (semantic-analyze-dereference-metatype-1):
6592         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
6593         (semantic-lex-cpp-undef):
6594         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
6595         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
6596         (semantic-end-of-context): Fix typos in docstrings.
6598         * recentf.el (recentf-unload-function): New function.
6600 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
6602         * cedet/ede.el (ede-project-placeholder-cache-file):
6603         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
6604         * cedet/srecode/map.el (srecode-map-save-file):
6605         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
6607 2009-10-04  Glenn Morris  <rgm@gnu.org>
6609         * window.el (window-full-height-p): Add doc string.
6611 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
6613         * window.el (window-full-height-p): New function.  (Bug#4543)
6615 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
6617         * cedet/srecode/insert.el: Require srecode/args.
6619         * cedet/srecode/args.el: Require srecode/dictionary instead of
6620         srecode/insert.
6622         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
6624         * files.el (auto-mode-alist): Add .srt and Project.ede.
6626         * cedet/semantic.el (semantic-mode):
6627         Handle srecode-template-mode-hook as well.
6628         (semantic-mode): Use js-mode-hook for Javascript hook.
6630         * cedet/srecode/template.el: Remove hook variable.
6632         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
6634         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
6635         projects exist.
6636         (ede-project-placeholder-cache-file): Default to a file in
6637         user-emacs-directory.
6639         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
6640         templates in data-directory.
6641         (srecode-map-save-file): Default to a file in user-emacs-directory.
6643         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
6644         directory.
6646 2009-09-30  Eric Ludlam  <zappo@gnu.org>
6648         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
6649         Doc fix.
6651         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
6652         Only insert each variable once.
6654         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
6655         (ede-pmake-insert-variable-shared): Use it.
6657         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
6658         for lexical table iff table is nil.
6660 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
6662         * vc.el: Remove commented out code.
6663         (vc-derived-from-dir-mode): Remove, unused.
6664         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
6666 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
6668         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6669         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
6670         there could be recursive loading when `default-directory' is a
6671         remote file name.  (Bug#4614)
6673 2009-10-03  Glenn Morris  <rgm@gnu.org>
6675         * calendar/calendar.el (calendar-basic-setup): Handle the case where
6676         the frame is wide.
6677         (calendar-generate-window): Test for shrinkability rather than width.
6679         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
6680         declaration, currently false.
6682         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
6683         reusing existing buffers, in case we happen to visit two files with the
6684         same basename.  (Bug#4593)
6686 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6688         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
6689         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
6690         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
6691         subdirs of cedet as well.
6692         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
6694 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
6697         Obey advertised-signature-table.
6699         * help-fns.el (help-function-arglist): Don't check
6700         advertised-signature-table.
6701         (describe-function-1): Do it here instead so it also applies to subrs.
6703 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
6705         * simple.el (start-file-process): Say in the doc-string, that file
6706         handlers might not support pty association, if PROGRAM is nil.
6708         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
6709         HOST and USER are strings.  They are nil, when there are
6710         incomplete entries in ~/.netrc, for example.
6711         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
6712         root directory ("device busy" error otherwise).
6714         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
6715         Flush file properties of created directory.
6717 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
6719         * makefile.w32-in (WINS_BASIC): Remove cedet.
6720         (WINS_CEDET): Add cedet.
6721         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
6723 2009-10-02  Kevin Ryde  <user42@zip.com.au>
6725         * net/browse-url.el (browse-url): Pass any symbol in
6726         browse-url-browser-function to `apply', since if you've mistakenly put
6727         an unbound symbol then the error is clearer.  (Bug#4531)
6729 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6731         * allout.el (allout-init, allout-back-to-current-heading)
6732         (allout-beginning-of-current-entry, allout-ascend-to-depth)
6733         (allout-ascend, allout-up-current-level, allout-end-of-level)
6734         (allout-previous-visible-heading, allout-forward-current-level)
6735         (allout-backward-current-level, allout-show-children):
6736         * apropos.el (apropos-describe-plist):
6737         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
6738         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
6739         * completion.el (add-completion, add-permanent-completion):
6740         * descr-text.el (describe-text-category, describe-char):
6741         * desktop.el (desktop-lazy-abort):
6742         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
6743         * dired.el (dired-build-subdir-alist):
6744         * ediff.el (ediff-version):
6745         * elide-head.el (elide-head, elide-head-show):
6746         * emerge.el (emerge-version):
6747         * env.el (getenv):
6748         * face-remap.el (variable-pitch-mode):
6749         * faces.el (describe-face):
6750         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
6751         (dired-at-point):
6752         * files.el (find-file-existing, auto-save-mode):
6753         * font-lock.el (font-lock-fontify-buffer):
6754         * help-fns.el (describe-function, describe-variable)
6755         (describe-syntax, describe-categories):
6756         * help.el (view-lossage, describe-bindings, describe-key)
6757         (describe-mode):
6758         * hexl.el (hexl-current-address):
6759         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
6760         * info.el (Info-goto-emacs-key-command-node):
6761         * log-edit.el (log-edit-insert-cvs-template)
6762         (log-edit-insert-cvs-rcstemplate):
6763         * menu-bar.el (menu-bar-mode):
6764         * mouse.el (mouse-appearance-menu):
6765         * newcomment.el (comment-indent-new-line):
6766         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
6767         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
6768         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
6769         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
6770         * recentf.el (recentf-mode):
6771         * savehist.el (savehist-mode, savehist-save):
6772         * shadowfile.el (shadow-copy-files):
6773         * simple.el (kill-ring-save, next-line, previous-line)
6774         (normal-erase-is-backspace-mode):
6775         * strokes.el (strokes-update-window-configuration)
6776         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
6777         (strokes-xpm-for-stroke):
6778         * time.el (emacs-uptime, emacs-init-time):
6779         * tutorial.el (tutorial--describe-nonstandard-key)
6780         (tutorial--detailed-help):
6781         * type-break.el (type-break-mode)
6782         (type-break-mode-line-message-mode, type-break-query-mode)
6783         (type-break-guesstimate-keystroke-threshold):
6784         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
6785         * version.el (emacs-version):
6786         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
6787         * winner.el (winner-mode):
6788         * calendar/timeclock.el (timeclock-in, timeclock-out)
6789         (timeclock-status-string, timeclock-change)
6790         (timeclock-workday-remaining-string)
6791         (timeclock-workday-elapsed-string)
6792         (timeclock-when-to-leave-string):
6793         * calendar/todo-mode.el (todo-add-category):
6794         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
6795         * emacs-lisp/autoload.el (update-file-autoloads):
6796         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
6797         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
6798         (checkdoc-message-text, checkdoc-defun):
6799         * emacs-lisp/debug.el (debugger-list-functions):
6800         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6801         * emacs-lisp/eieio-opt.el (eieio-describe-class)
6802         (eieio-describe-generic):
6803         * emacs-lisp/lisp-mnt.el (lm-synopsis):
6804         * emacs-lisp/shadow.el (list-load-path-shadows):
6805         * emulation/cua-base.el (cua-mode):
6806         * emulation/edt.el (edt-set-scroll-margins):
6807         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
6808         (tpu-toggle-regexp, tpu-toggle-search-direction)
6809         (tpu-toggle-rectangle, tpu-toggle-control-keys):
6810         * emulation/tpu-extras.el (tpu-set-scroll-margins):
6811         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
6812         (viper-set-parsing-style-toggling-macro)
6813         (viper-set-emacs-state-searchstyle-macros):
6814         * emulation/viper.el (viper-set-hooks):
6815         * eshell/esh-mode.el (eshell-truncate-buffer):
6816         * international/mule-cmds.el (prefer-coding-system)
6817         (describe-input-method, describe-language-environment):
6818         * international/mule-diag.el (list-character-sets)
6819         (describe-character-set, describe-coding-system)
6820         (describe-fontset, list-fontsets, list-input-methods):
6821         * mail/sendmail.el (mail-signature):
6822         * net/ange-ftp.el (ange-ftp-copy-file):
6823         * net/browse-url.el (browse-url):
6824         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
6825         * net/quickurl.el (quickurl-add-url):
6826         * net/rcirc.el (names, topic):
6827         * net/xesam.el (xesam-mode):
6828         * play/5x5.el (5x5-new-game):
6829         * play/yow.el (apropos-zippy):
6830         * progmodes/ada-mode.el (ada-mode-version):
6831         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
6832         (f90-end-of-block)
6833         (f90-beginning-of-block):
6834         * progmodes/fortran.el (fortran-end-of-block)
6835         (fortran-beginning-of-block):
6836         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
6837         * progmodes/python.el (python-describe-symbol, python-shell):
6838         * term/ns-win.el (ns-print-buffer):
6839         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
6840         * textmodes/flyspell.el (flyspell-mode-on):
6841         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
6842         (pages-directory-for-addresses):
6843         * textmodes/table.el (table-recognize-cell)
6844         (table-query-dimension, table-generate-source)
6845         (table-insert-sequence, table--warn-incompatibility):
6846         * textmodes/tex-mode.el (tex-validate-buffer):
6847         * textmodes/texinfmt.el (texinfmt-version)
6848         (texinfo-format-buffer):
6849         Use `called-interactively-p' instead of `interactive-p'.
6851 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
6853         * image-mode.el (image-toggle-display):
6854         * emacs-lisp/elp.el (elp-instrument-function):
6855         * emacs-lisp/advice.el (ad-make-advised-definition):
6856         * emacs-lisp/easy-mmode.el (define-minor-mode):
6857         * net/browse-url.el (browse-url-maybe-new-window):
6858         * progmodes/sh-script.el (sh-learn-buffer-indent):
6859         Pass new argument 'any to `called-interactively-p'.
6861 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
6863         * international/uni-bidi.el:
6864         * international/uni-category.el:
6865         * international/uni-combining.el:
6866         * international/uni-comment.el:
6867         * international/uni-decimal.el:
6868         * international/uni-decomposition.el:
6869         * international/uni-digit.el:
6870         * international/uni-lowercase.el:
6871         * international/uni-mirrored.el:
6872         * international/uni-name.el:
6873         * international/uni-numeric.el:
6874         * international/uni-old-name.el:
6875         * international/uni-titlecase.el:
6876         * international/uni-uppercase.el:
6877         Regenerate from Unicode 5.2.0 data.
6879 2009-10-01  Glenn Morris  <rgm@gnu.org>
6881         * Makefile.in (ELCFILES): Regenerate.
6883 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6885         * subr.el (interactive-p): Mark obsolete.
6886         (called-interactively-p): Make the optional-ness of `kind' obsolete.
6887         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
6888         advertised-signature-table for subroutines as well.
6890         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
6891         (set-advertised-calling-convention): New function.
6892         (make-obsolete, define-obsolete-function-alias)
6893         (make-obsolete-variable, define-obsolete-variable-alias):
6894         Make the optional-ness of `when' obsolete.
6895         (define-obsolete-face-alias): Make `when' non-optional.
6896         * help-fns.el (help-function-arglist):
6897         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
6898         Use advertised-signature-table.
6900 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
6902         * files.el (delete-directory): New defun.  The original function
6903         in fileio.c has been renamed to `delete-directory-internal'.
6905         * dired.el (dired-delete-file): Call `delete-directory' with
6906         RECURSIVE parameter.
6908         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
6909         parameter RECURSIVE.  Implementation is missing.
6911         * net/tramp.el (tramp-handle-make-directory): Flush upper
6912         directory's file properties.
6913         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
6914         (tramp-handle-dired-recursive-delete-directory): Flush directory
6915         properties after the remove command only.
6917         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
6918         Handle optional parameter RECURSIVE.
6920         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
6921         Handle optional parameter RECURSIVE.
6923         * net/tramp-smb.el (tramp-smb-errors): Add error message for
6924         connection timeout.
6925         (tramp-smb-handle-delete-directory): Handle optional parameter
6926         RECURSIVE.
6928 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
6931         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
6932         (byte-compile-defmacro): Use backquotes.
6934         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
6936         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
6937         has no associated file.
6938         (vc-resynch-buffer): Use vc-dir-buffers.
6940 2009-10-01  Glenn Morris  <rgm@gnu.org>
6942         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
6943         (chart-file-count):
6944         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
6945         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
6946         * emacs-lisp/eieio-opt.el (eieio-describe-class):
6947         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
6948         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
6949         (eieio-copy-parents-into-subclass, make-instance, class-children)
6950         (eieio-generic-form):
6951         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
6952         * cedet/cedet-idutils.el (cedet-idutils-search)
6953         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
6954         (cedet-idutils-version-check):
6955         * cedet/cedet.el (cedet-version):
6956         * cedet/data-debug.el (data-debug-insert-overlay-button)
6957         (data-debug-insert-overlay-list-button)
6958         (data-debug-insert-buffer-button)
6959         (data-debug-insert-buffer-list-button)
6960         (data-debug-insert-process-button, data-debug-insert-ring-button)
6961         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
6962         (data-debug-insert-stuff-vector-button)
6963         (data-debug-insert-symbol-button, data-debug-insert-string)
6964         (data-debug-insert-number, data-debug-insert-lambda-expression)
6965         (data-debug-insert-nil, data-debug-insert-simple-thing)
6966         (data-debug-insert-custom, data-debug-edebug-expr):
6967         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
6968         (global-ede-mode-map, ede-new, ede-debug-target)
6969         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
6970         * cedet/semantic.el (semantic-minimum-working-buffer-size)
6971         (semantic-fetch-tags, semantic-submode-list)
6972         (semantic-default-submodes):
6973         * cedet/ede/source.el (ede-source-match):
6974         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
6975         (project-am-package-info):
6976         * cedet/ede/proj.el (ede-proj-target, project-new-target):
6977         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
6978         * cedet/ede/proj-comp.el (ede-current-build-list):
6979         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
6980         * cedet/ede/files.el (ede-toplevel-project-or-nil):
6981         * cedet/ede/cpp-root.el (initialize-instance):
6982         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
6983         (autoconf-parameter-strip, autoconf-insert-new-macro):
6984         * cedet/semantic/wisent.el (wisent-lex-eoi):
6985         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
6986         (semantic-show-parser-state-mode):
6987         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
6988         * cedet/semantic/tag.el (semantic-tag-new-variable)
6989         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
6990         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
6991         (semantic--tag-deep-copy-tag-list)
6992         (semantic-tag-components-with-overlays-default):
6993         * cedet/semantic/symref.el (semantic-symref-find-text):
6994         * cedet/semantic/senator.el (senator-yank-tag)
6995         (senator-transpose-tags-up):
6996         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
6997         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
6998         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
6999         * cedet/semantic/lex.el (semantic-lex-comment-regex)
7000         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
7001         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
7002         * cedet/semantic/lex-spp.el
7003         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
7004         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
7005         * cedet/semantic/idle.el
7006         (semantic-idle-summary-current-symbol-info-brutish)
7007         (semantic-idle-summary-current-symbol-info-default):
7008         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
7009         (semantic--grammar-macro-compl-dict):
7010         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
7011         * cedet/semantic/format.el (semantic-format-tag-custom-list)
7012         (semantic-format-tag-canonical-name-default):
7013         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
7014         (semantic-find-tags-for-completion)
7015         (semantic-find-tags-by-scope-protection-default)
7016         (semantic-deep-find-tags-for-completion):
7017         * cedet/semantic/edit.el
7018         (semantic-edits-incremental-reparse-failed-hook)
7019         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
7020         (semantic-edits-splice-remove, semantic-edits-splice-replace):
7021         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
7022         * cedet/semantic/dep.el (semantic-dependency-include-path):
7023         * cedet/semantic/db.el (semanticdb-default-find-index-class)
7024         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
7025         (semanticdb-project-roots):
7026         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
7027         (semanticdb-find-adebug-insert-scanned-tag-cons)
7028         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
7029         (semanticdb-brute-deep-find-tags-for-completion):
7030         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
7031         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
7032         (semantic-end-of-context-default)
7033         (semantic-ctxt-current-function-default)
7034         (semantic-ctxt-scoped-types-default):
7035         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
7036         (semantic-complete-inline-tag-engine)
7037         (semantic-complete-inline-custom-type)
7038         (semantic-complete-read-tag-analyzer):
7039         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
7040         (semantic-chart-database-size):
7041         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
7042         (semantic-analyze-current-context):
7043         * cedet/semantic/symref/list.el (semantic-symref)
7044         (semantic-symref-hide-buffer, semantic-symref-symbol):
7045         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
7046         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
7047         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
7048         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
7049         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
7050         (semantic-c-dereference-template):
7051         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
7052         (semantic--analyze-refs-full-lookup-with-parents)
7053         (semantic--analyze-refs-full-lookup-simple):
7054         * cedet/semantic/analyze/complete.el
7055         (semantic-analyze-possible-completions):
7056         * cedet/srecode/table.el (srecode-mode-table-new):
7057         * cedet/srecode/srt.el (srecode-read-variable-name):
7058         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
7059         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
7060         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
7061         * cedet/srecode/map.el (srecode-current-map):
7062         * cedet/srecode/insert.el (srecode-insert)
7063         (srecode-insert-variable-secondname-handler, srecode-insert-method)
7064         (srecode-template-inserter-point-override)
7065         (srecode-insert-include-lookup):
7066         * cedet/srecode/getset.el (srecode-auto-choose-class):
7067         * cedet/srecode/extract.el (srecode-inserter-extract):
7068         * cedet/srecode/document.el
7069         (srecode-document-autocomment-return-last-alist)
7070         (srecode-document-autocomment-param-type-alist)
7071         (srecode-document-insert-function-comment)
7072         (srecode-document-insert-variable-one-line-comment)
7073         (srecode-document-function-name-comment):
7074         * cedet/srecode/dictionary.el (srecode-create-dictionary)
7075         (srecode-compound-toString):
7076         * cedet/srecode/compile.el (srecode-flush-active-templates):
7077         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
7078         Doc/message fixes.
7080         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
7081         match-data.  (Bug#4555).
7083         * cedet/semantic/bovine/gcc.el
7084         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
7085         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
7087         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
7088         rather than parsing it as a regexp.  This relaxes the layout
7089         requirements and makes errors easier to detect.
7090         (check-declare-verify): Check file is regular.
7091         (check-declare-directory): Doc fix.
7092         * subr.el (declare-function): Doc fix.
7094         * ibuffer.el (ibuffer-format-qualifier):
7095         * isearch.el (hi-lock-regexp-okay):
7096         * calc/calc.el (math-zerop):
7097         * mail/uce.el (rmail-msgbeg, rmail-msgend):
7098         * term/w32-win.el (setup-default-fontset, set-fontset-font):
7099         Remove unused declarations.
7101 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
7103         * cedet/semantic/wisent/javat-wy.el
7104         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
7106 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
7108         * cedet/srecode/expandproto.el: Fix provide statement.
7110 2009-09-30  Eric Ludlam  <zappo@gnu.org>
7112         * emacs-lisp/eieio.el (boolean-p): Delete.
7114 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
7116         * cedet/ede/srecode.el: Fix provide statement.
7118 2009-09-30  Glenn Morris  <rgm@gnu.org>
7120         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
7121         * cedet/ede/proj-aux.el (ede-aux-source):
7122         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
7123         (ede-misc-source):
7124         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
7125         (semantic-mrub-switch-tags): Fix doc typos.
7127         * cedet/semantic/db-global.el (data-debug-new-buffer)
7128         (data-debug-insert-thing): Remove unneeded declarations (one broken).
7129         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
7131         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
7133         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
7134         use of CL function `remove-if-not'.
7136         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
7138         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
7139         filename is not a string.
7141 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
7143         * files.el (safe-local-eval-forms): Fix typo.
7145 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7147         * vc-hooks.el (vc-dir-buffers): New var.
7148         (vc-state-refresh): New function.
7149         (vc-state): Use it.
7150         (vc-after-save): Always ask the backend to recompute the new state.
7151         Always call vc-dir if necessary, using vc-dir-buffers.
7152         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
7153         Use vc-dir-buffers.
7154         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
7155         (vc-dir-prepare-status-buffer, vc-dir-update)
7156         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
7157         Don't call expand-file-name on default-directory.
7159 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7161         * speedbar.el (speedbar-item-delete):
7162         * calc/calc-prog.el (calc-kbd-if):
7163         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
7165         * epa.el (epa-key-list-mode-map):
7166         * hi-lock.el (hi-lock-menu): Fix typos in menus.
7168         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
7169         (hs-show-hook): Fix typo in docstring.
7171 2009-09-29  Glenn Morris  <rgm@gnu.org>
7173         * cedet/semantic/symref/idutils.el:
7174         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
7176         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
7178         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
7179         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
7180         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
7181         Mark declarations not understood by check-declare.
7183         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
7184         file-name-nondirectory call preventing location of cedet files.
7185         (check-declare-verify): Use literal search rather than re-search.
7186         Add basic defmethod and defclass, and define-overloadable-function.
7188         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7189         Use tramp-compat-file-attributes rather than nonexistent
7190         tramp-compat-handle-file-attributes.
7192         * Makefile.in (lisptagsfiles4): New.
7193         (AUTOGENEL): Add cedet loaddefs files.
7194         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
7195         (update-elclist, compile-always, backup-compiled-files)
7196         (bootstrap-clean): Add yet another directory level.
7197         (update-elclist): Use LC_COLLATE rather than COLLATE.
7198         (ELCFILES): Update, via `make update-elclist'.
7200 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
7202         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
7203         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
7204         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
7206 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
7208         * Makefile.in (lisptagsfiles3): Define.
7209         (TAGS, TAGS-LISP): Use it.
7210         (update-elclist): Add third directory level to look for elc files.
7211         (compile-always): Likewise.
7212         (backup-compiled-files): Likewise.
7213         (bootstrap-clean): Likewise.
7214         (ELCFILES): Update.
7216 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
7218         * Makefile.in (ELCFILES): Add CEDET files.
7220 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7222         CEDET (development tools) package merged.
7224         * cedet/*.el:
7225         * cedet/ede/*.el:
7226         * cedet/semantic/*.el:
7227         * cedet/srecode/*.el: New files.
7229 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
7231         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
7233         * net/tramp.el (top): Require tramp-imap.
7235         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
7236         Use `tramp-compat-handle-file-attributes'.
7238 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
7240         * net/tramp-imap.el: New package.
7242 2009-09-28  Eric Ludlam  <zappo@gnu.org>
7244         * emacs-lisp/chart.el:
7245         * emacs-lisp/eieio-base.el:
7246         * emacs-lisp/eieio-comp.el:
7247         * emacs-lisp/eieio-custom.el:
7248         * emacs-lisp/eieio-datadebug.el:
7249         * emacs-lisp/eieio-opt.el:
7250         * emacs-lisp/eieio-speedbar.el:
7251         * emacs-lisp/eieio.el: New files.
7253         * cedet/cedet-cscope.el:
7254         * cedet/cedet-files.el:
7255         * cedet/cedet-global.el:
7256         * cedet/cedet-idutils.el:
7257         * cedet/data-debug.el:
7258         * cedet/inversion.el:
7259         * cedet/mode-local.el:
7260         * cedet/pulse.el: New files.
7262 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7264         * whitespace.el (whitespace-trailing-regexp)
7265         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7266         Fix doc string.
7268 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
7270         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
7271         menu.
7273         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
7274         menu-bar-ediff-menu.
7276         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
7277         define-overloadable-function.
7279         * progmodes/autoconf.el: Provide autoconf as well, so that this
7280         file can be `require'd.
7282         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
7284         * emacs-lisp/autoload.el (generated-autoload-feature)
7285         (generated-autoload-load-name): New vars.
7286         (autoload-rubric, autoload-generate-file-autoloads): Use them.
7287         (make-autoload): Recognize define-overloadable-function and
7288         defclass forms (for EIEIO).
7290         * Makefile.in (update-subdirs): Exclude cedet directory.
7292 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
7294         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
7296         * faces.el: Default light-background background for region face to
7297         ns_selection_color under NS.
7299 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7301         * net/imap-hash.el: New library, see NEWS.
7303         * Makefile.in (ELCFILES): Add imap-hash.el.
7305 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7307         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
7308         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
7309         * help-macro.el (make-help-screen): Avoid using an ambiguous function
7310         definition where the docstring could be taken for the return value.
7312 2009-09-26  Glenn Morris  <rgm@gnu.org>
7314         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
7315         Add option to only show images below a certain size.
7316         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
7317         save-excursion calls.
7319 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
7321         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
7322         subdirectories) and eieio.
7324 2009-09-26  Alan Mackenzie  <acm@muc.de>
7326         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
7327         buggy bracketing.  (Bug#4289)
7329         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
7330         character constants (as case labels).  (Bug#4289)
7332 2009-09-25  Juri Linkov  <juri@jurta.org>
7334         * files.el (safe-local-eval-forms): Allow time-stamp in
7335         before-save-hook (Bug#4554).
7337 2009-09-25  Drew Adams  <drew.adams@oracle.com>
7339         * menu-bar.el (list-buffers-directory): Doc fix.
7341 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7343         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
7344         Try and avoid copying twice the same paragraph.
7345         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
7346         Remove save-excursion.
7347         (log-edit-changelog-entry): Do it here instead.
7349 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
7351         * bs.el (bs--get-file-name): Use `list-buffers-directory'
7352         when available, instead of hardcoding mode names.  Doc fix.
7354         * menu-bar.el (list-buffers-directory): Add docstring.
7355         Make automatically buffer-local.
7357         * dired.el (dired-mode):
7358         * files.el (cd-absolute):
7359         * pcvs.el (cvs-temp-buffer):
7360         * pcvs-util.el (cvs-get-buffer-create):
7361         * shell.el (shell-mode):
7362         * vc-dir.el (vc-dir-mode):
7363         Don't make `list-buffers-directory' buffer local.
7365 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
7367         * comint.el (comint-exec, comint-run, make-comint):
7368         Doc fixes (Bug#4542).
7370 2009-09-25  Glenn Morris  <rgm@gnu.org>
7372         * mail/rmailmm.el (rmail-mime): New custom group.
7373         Move all defcustoms in this file into this group.
7374         (rmail-mime-media-type-handlers-alist): Revert previous change.
7375         (rmail-mime-show-images): New option.
7376         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
7377         references to it, since it wasn't actually used for anything.
7378         (rmail-mime-insert-image): New function.
7379         (rmail-mime-image): Use rmail-mime-insert-image.
7380         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
7381         obey the value of `rmail-mime-show-images' option.  Print the size of
7382         attachments.
7384 2009-09-25  David Engster  <deng@randomsample.de>
7386         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
7388 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7390         * whitespace.el: Does not highlight trailing spaces While point is
7391         at end of line.  Does not highligt spaces at beginning of buffer
7392         while point is at beginning of buffer.  Does not highlight spaces
7393         at end of buffer while point is at end of buffer.  (Bug#4177)
7394         New version 12.0.
7395         (whitespace-display-mappings): Adjust initialization.
7396         (whitespace-point, whitespace-font-lock-refontify): New vars.
7397         (whitespace-color-on, whitespace-color-off): Adjust code.
7398         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7399         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
7400         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
7402 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
7404         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
7406         * textmodes/sgml-mode.el: Remove xml-mode alias.
7408         * files.el (auto-mode-alist, conf-mode-maybe)
7409         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
7411 2009-09-24  Alan Mackenzie  <acm@muc.de>
7413         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
7414         c-forward-conditionals, but it doesn't move point and doesn't set
7415         the mark.
7416         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
7417         (c-down-conditional-with-else, c-backward-conditional)
7418         (c-forward-conditional): Refactor to use c-scan-conditionals.
7420 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7422         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
7423         (help-default-arg-highlight): Remove.
7424         (help-highlight-arg): New function.
7425         (help-do-arg-highlight): Use it.
7426         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
7428 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7430         * term.el (term-set-scroll-region, term-handle-ansi-escape):
7431         Undo last change, which didn't fix the problem and introduced others.
7433 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
7435         * progmodes/gdb-mi.el: Don't require speedbar.
7436         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
7438 2009-09-24  Glenn Morris  <rgm@gnu.org>
7440         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
7442         * term/ns-win.el (ns-reg-to-script): Define for compiler.
7444         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
7445         there is no newline after the final mime boundary.  (Bug#4539)
7446         Move markers on insertion so that any buttons inserted don't end up in
7447         the next part of a multipart message.
7448         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
7449         (rmail-mime-bulk-handler): Optionally handle images.
7450         (rmail-mime-image): New button action.
7451         (rmail-mime-image-handler): New function.
7452         (rmail-mime-mode): New mode.
7453         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
7455 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7457         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
7458         than just dropping elements from it (bug#4504).
7460         * term.el (term-set-scroll-region): Don't move cursor any more.
7461         (term-handle-ansi-escape): Call term-goto here instead.
7462         Suggested by Ivan Kanis <apple@kanis.eu>.
7464         * term.el: Require CL.
7465         (term-ansi-reset): New function.
7466         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
7467         (term-handle-colors-array): Simplify.
7469 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
7471         * allout.el (allout-overlay-interior-modification-handler)
7472         (allout-obtain-passphrase):
7473         * epa-file.el (epa-file-write-region):
7474         * ps-print.el (ps-begin-job):
7475         * vc-hooks.el (vc-toggle-read-only):
7476         * vc-rcs.el (vc-rcs-rollback):
7477         * vc-sccs.el (vc-sccs-rollback):
7478         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
7479         (vc-version-diff, vc-revert, vc-rollback):
7480         * wdired.el (wdired-check-kill-buffer):
7481         * emacs-lisp/authors.el (authors):
7482         * net/socks.el (socks-open-connection):
7483         * net/zeroconf.el (zeroconf-service-add-hook):
7484         * obsolete/vc-mcvs.el (vc-mcvs-register):
7485         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
7486         (gdb-select-frame):
7487         * progmodes/grep.el (lgrep, rgrep):
7488         * progmodes/idlw-help.el (idlwave-help-check-locations)
7489         (idlwave-help-html-link, idlwave-help-assistant-open-link):
7490         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
7491         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
7492         (reftex-toc-rename-label): Fix typos in error messages.
7494         * dired-aux.el (dired-do-shell-command): Reflow docstring.
7495         (dired-copy-how-to-fn): Doc fix.
7496         (dired-files-attributes, dired-read-shell-command):
7497         Fix typos in docstrings.
7499         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
7500         (dired-x-find-file-other-window): Reflow docstrings.
7501         (dired-omit-marker-char, dired-read-shell-command)
7502         (dired-x-submit-report): Fix typos in docstrings.
7504         * shell.el (shell-mode-hook):
7505         * view.el (View-scroll-line-forward):
7506         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
7507         Fix typos in docstrings.
7509         * net/dig.el (dig-invoke): Fix typo in docstring.
7510         (query-dig): Reflow docstring.
7512         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
7513         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
7514         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
7515         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
7516         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
7517         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
7518         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
7519         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
7520         (idlwave-completion-map, idlwave-current-indent)
7521         (idlwave-custom-ampersand-surround, idlwave-customize)
7522         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
7523         (idlwave-define-abbrev, idlwave-determine-class-special)
7524         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
7525         (idlwave-end-block-reg, idlwave-end-of-statement)
7526         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
7527         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
7528         (idlwave-explicit-class-listed, idlwave-file-header)
7529         (idlwave-fill-paragraph, idlwave-find-class-definition)
7530         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
7531         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
7532         (idlwave-in-quote, idlwave-indent-action-table)
7533         (idlwave-indent-expand-table, idlwave-indent-line)
7534         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
7535         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
7536         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
7537         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
7538         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
7539         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
7540         (idlwave-outlawed-buffers, idlwave-popup-select)
7541         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
7542         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
7543         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
7544         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
7545         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
7546         (idlwave-statement-type, idlwave-struct-skip)
7547         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
7548         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
7549         (idlwave-what-module-find-class): Fix typos in docstrings.
7550         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
7551         (idlwave-calculate-cont-indent, idlwave-expand-equal)
7552         (idlwave-find-module, idlwave-find-structure-definition)
7553         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
7554         (idlwave-list-load-path-shadows, idlwave-next-statement)
7555         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
7556         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
7557         (idlwave-template): Reflow docstrings.
7559         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
7560         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
7561         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
7562         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
7563         (idlwave-shell-display-line, idlwave-shell-display-wframe)
7564         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
7565         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
7566         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
7567         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
7568         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
7569         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
7570         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
7571         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
7572         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
7573         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
7574         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
7575         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
7576         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
7577         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
7578         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
7579         Fix typos in docstrings.
7580         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
7581         (idlwave-shell-hide-output, idlwave-shell-mode)
7582         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
7583         Reflow docstrings.
7585         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
7587 2009-09-24  Ivan Kanis  <apple@kanis.eu>
7589         * term.el (term-bold-attribute): New var.
7590         (term-handle-colors-array): Use it.
7592 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
7594         * progmodes/gdb-mi.el (gdb-version): New variable.
7595         (gdb-non-stop-handler): Set gdb-version.
7596         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
7597         Condition "--thread" option on gdb-version.
7598         (gdb-invalidate-threads): Remove unused argument.
7600 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7602         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
7603         to looking-back to avoid ridiculous slow down in large files (bug#4511).
7605 2009-09-23  Glenn Morris  <rgm@gnu.org>
7607         * mail/rmail.el (rmail-reply): Don't try to add a References header when
7608         replying to mail without References or Message-Id.  (Bug#4525)
7610 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
7612         * term/ns-win.el (ns-reg-to-script): New variable.
7614 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
7616         * epg.el (epg-wait-for-status): Preserve existing 'error results.
7618 2009-09-22  Sam Steingold  <sds@gnu.org>
7620         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
7621         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
7622         to 1 because hg returns status 1 when nothing is found.
7623         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
7625 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7627         * textmodes/fill.el: Convert to utf-8 encoding.
7628         (fill-french-nobreak-p): Remove redundant » and « inherited from our
7629         pre-unicode days.
7631         * add-log.el (change-log-fill-forward-paragraph): New function.
7632         (change-log-mode): Use it so fill-region DTRT.
7633         Set fill-indent-according-to-mode here rather than in
7634         change-log-fill-paragraph.
7635         (change-log-fill-paragraph): Remove.
7637 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
7639         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
7640         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
7642 2009-09-22  Glenn Morris  <rgm@gnu.org>
7644         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
7645         the scroll-bar scroll the calendar window rather than the buffer.
7647         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
7648         commands that move point (as opposed to scrolling).
7650         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
7652         * emacs-lisp/elint.el (elint): New custom group.
7653         (elint-log-buffer): Make it a defcustom.
7654         (elint-scan-preloaded, elint-ignored-warnings)
7655         (elint-directory-skip-re): New options.
7656         (elint-builtin-variables): Doc fix.
7657         (elint-preloaded-env): New variable.
7658         (elint-unknown-builtin-args): Add an entry for encode-time.
7659         (elint-extra-errors): Make it a variable rather than a constant.
7660         (elint-preloaded-skip-re): New constant.
7661         (elint-directory): Skip files matching elint-directory-skip-re.
7662         (elint-features): New variable, local to linted buffers.
7663         (elint-update-env): Initialize elint-features.  Possibly add
7664         elint-preloaded-env to the buffer's environment.
7665         (elint-get-top-forms): Bind elint-current-pos, for log messages.
7666         Skip quoted forms.
7667         (elint-init-form): New function, extracted from elint-init-env.
7668         Make non-list forms a warning rather than an error.
7669         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
7670         easy-menu-define, put that adds an error-condition, and provide.
7671         When requiring cl, also require cl-macs.  Really require cl, to handle
7672         some cl macros.  Store required libraries in the list elint-features,
7673         so as not to re-load them.  Treat cc-require like require.
7674         (elint-init-env): Call elint-init-form to do the work.
7675         Handle eval-and-compile and such like.
7676         (elint-add-required-env): Do not clear messages.
7677         (elint-special-forms): Add handlers for function, defalias, if, when,
7678         unless, and, or.
7679         (elint-form): Add optional argument to ignore elint-special-forms,
7680         useful to prevent recursive calls from handlers.  Doc fix.
7681         Respect elint-ignored-warnings.
7682         (elint-form): Respect elint-ignored-warnings.
7683         (elint-bound-variable, elint-bound-function): New variables.
7684         (elint-unbound-variable): Respect elint-bound-variable.
7685         (elint-get-args): Respect elint-bound-function.
7686         (elint-check-cond-form): Add some simple handling for (f)boundp and
7687         featurep tests.
7688         (elint-check-defalias-form): New handler.
7689         (elint-check-let-form): Make an empty let a warning rather than an
7690         error.
7691         (elint-check-setq-form): Make an empty setq a warning rather than an
7692         error.  Respect elint-ignored-warnings.
7693         (elint-check-defvar-form): Accept null doc-strings.
7694         (elint-check-conditional-form): New handler.  Does some simple-minded
7695         checking of featurep and (f)boundp tests.
7696         (elint-put-function-args): New function.
7697         (elint-initialize): Use elint-scan-doc-file rather than
7698         elint-find-builtin-variables.  Use elint-put-function-args.
7699         Possibly scan preloaded-file-list.
7700         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
7701         extend to handle functions as well.
7703 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
7705         * linum.el (linum-delete-overlays, linum-update-window):
7706         Do not modify the right margin.  (Bug#3971)
7708 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
7710         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
7711         nxml-mode instead of xml-mode.
7713 2009-09-21  Kevin Ryde  <user42@zip.com.au>
7715         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
7717 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7719         * net/dig.el (dig-mode): Use define-derived-mode.
7721 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
7723         * vc-dispatcher.el (vc-do-command): Return the process object in
7724         the asynchronous case.  Use when instead of if.  Do not run
7725         vc-exec-after to display a message if not enabled.  (Bug#4463)
7727         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
7728         properties to the stash strings.
7729         (vc-git-stash-list): Return a list of strings.
7730         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
7731         (vc-git-stash-show-at-point): New functions.
7732         (vc-git-stash-map): New keymap.
7734         * register.el (ctl-x-r-map): Define the keys here instead of
7735         using autoload.
7737 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
7739         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
7740         list, to workaround performance problem (bug#4485).
7742 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
7744         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
7746 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
7748         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
7749         Document that this option is not recommended to use.
7751 2009-09-19  Glenn Morris  <rgm@gnu.org>
7753         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
7754         variable `var'.
7756         * calc/calc-alg.el (var):
7757         * calc/calcalg2.el (var): Define for compiler.
7759 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
7761         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
7762         Doc fix (Bug#3932).
7764         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
7766         * time-stamp.el (time-stamp-month-dd-yyyy)
7767         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
7768         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
7769         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
7770         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
7771         Remove functions that have been obsolete since 1995 (Bug#4436).
7773         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
7774         indent buffer only if called interactively (Bug#4452).
7776 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
7777             Eli Zaretskii  <eliz@gnu.org>
7779         This fixes bug#4197 (merged to bug#865, though not identical).
7780         * server.el (server-auth-dir): Add docstring note about FAT32.
7781         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
7782         but warn against using them.
7784 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
7786         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
7787         older GDB where there is no has_more field.
7789 2009-09-19  Glenn Morris  <rgm@gnu.org>
7791         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
7793 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
7795         * files.el (auto-mode-alist): Change default for XML files to nXML
7796         mode (Bug#4169).
7798 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
7800         * server.el (server-ensure-safe-dir): Pass 'integer
7801         to `file-attributes', as suggested.
7803 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7805         * dired-aux.el (dired-query-alist): Remove spurious backslash.
7806         (dired-query): Use read-key.
7808 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
7810         * cus-start.el (ns-use-qd-smoothing): Remove.
7812 2009-09-18  Glenn Morris  <rgm@gnu.org>
7814         * allout.el (top-level): Remove unnecessary progn.
7816         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
7818         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
7819         definition of abbrev table.
7821         * speedbar.el (speedbar-track-mouse):
7822         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
7823         * net/eudc.el (eudc-expand-inline):
7824         * net/newst-backend.el (newsticker--cache-read-feed):
7825         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
7826         condition-case handlers.
7828 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
7830         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
7831         (gdb-var-list): Add an element for has_more field.
7832         (gdb-non-stop-handler): Enable pretty printing for STL containers.
7833         (gdb-var-create-handler, gdb-var-list-children-handler-1)
7834         (gdb-var-update-handler-1): Parse output of dynamic variable
7835         objects (STL containers).
7836         (gdb-var-delete-1): Pass var1 as an explicit second argument.
7837         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
7839         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
7840         gdb-var-list.
7841         (gud-speedbar-buttons): Make node expandable if expression "has more"
7842         children.
7844 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
7846         * startup.el (emacs-quick-startup): Remove variable and all uses.
7847         (command-line): Set `inhibit-x-resources' instead.
7848         (command-line-1): Use `inhibit-x-resources' instead.
7850 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
7852         * subr.el: Fix last change to avoid using the `unless' macro,
7853         which breaks bootstrapping.
7855 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7857         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
7858         extended definitions, in case we reload subr.el after having
7859         loaded CL.
7860         (eval-next-after-load): Mark as obsolete.
7862 2009-09-17  Juri Linkov  <juri@jurta.org>
7864         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
7865         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
7866         (menu-bar-showhide-menu, menu-bar-tools-menu)
7867         (menu-bar-describe-menu, menu-bar-help-menu)
7868         (minibuffer-local-completion-map, minibuffer-local-map):
7869         Fix list quoting.
7871 2009-09-17  Glenn Morris  <rgm@gnu.org>
7873         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
7874         arguments, whether or not it has a handler.
7876         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
7878         * simple.el (hard-newline): Give it a doc-string.
7880         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7881         (lisp-mode-syntax-table): Give them doc-strings.
7883 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
7885         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
7886         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
7887         (menu-bar-options-menu, menu-bar-showhide-menu)
7888         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
7889         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
7890         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
7891         (menu-bar-options-menu, menu-bar-tools-menu)
7892         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
7893         (menu-bar-help-menu):
7894         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
7895         string arguments.
7897         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
7898         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
7899         calls for the menu names and :help.
7901 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * mouse.el (minor-mode-menu-from-indicator): Pay attention
7904         to :minor-mode-function (bug#4455).
7906 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7908         * startup.el (command-line): Initialize the window-system after
7909         processing the command-line.
7911         * textmodes/page.el (what-page): Make sure we don't inf-loop if
7912         page-delimiter matches the empty string.
7914 2009-09-16  Glenn Morris  <rgm@gnu.org>
7916         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
7917         byte-compile-not-obsolete-var.  It's a list now.
7918         (byte-compile-not-obsolete-funcs): New variable.
7919         (byte-compile-warn-obsolete): Don't warn about functions if they are in
7920         byte-compile-not-obsolete-funcs.
7921         (byte-compile-variable-ref, byte-compile-defvar): Update for
7922         byte-compile-not-obsolete-vars name-change and list nature.
7923         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
7924         and variables behind (f)boundp tests.
7925         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
7927 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
7929         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
7931 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7933         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
7934         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
7935         Don't autoload.
7937 2009-09-15  Stephen Eglen  <stephen@gnu.org>
7939         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
7940         the virtual-buffers, use the name of the buffer specified by
7941         find-file-noselect, as the match may be a symlink.  (This was a
7942         problem if the target and the symlink had different names.)
7944 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7946         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
7948         * desktop.el (desktop-path): Check user-emacs-directory.
7950         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
7952         * loadup.el: Use after-load-functions to GC after loading each file.
7953         Remove the explicit GC calls that used to be sprinkled around.
7955         * subr.el (after-load-functions): New hook.
7956         (do-after-load-evaluation): Run it.  Use string-match-p to detect
7957         `obsolete' packages, rather than painfully extracting the relevant
7958         directory name.
7960 2009-09-15  Glenn Morris  <rgm@gnu.org>
7962         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
7963         free variable `doc'.
7965         * dired.el (dired-mode-map): Add menu entry for async shell command.
7967         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
7968         variables, also consider the .elc files, since the .el files are
7969         normally gzipped (subsequent code locates the .el.gz from the .elc).
7971         * calc/calc-prog.el (arglist): Define for compiler.
7973         * calendar/diary-lib.el (diary-display-function): Change the default to
7974         fancy display.
7975         (body): Define for compiler.
7977         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
7978         (byte-compile-file-form, byte-compile-lambda)
7979         (byte-compile-top-level-body, byte-compile-form)
7980         (byte-compile-variable-ref, byte-compile-setq)
7981         (byte-compile-setq-default, byte-compile-body)
7982         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
7983         (batch-byte-compile): Give some more local variables with common names
7984         a "bytecomp-" prefix to avoid masking warnings about free variables.
7986         * startup.el (command-line-1): Give local variables with common names a
7987         distinguishing prefix, so as not to hide free variable warnings during
7988         bootstrap.
7990         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
7991         clever and add a suffix to make a unique name, just let the user decide
7992         whether or not to overwrite it.  If the input is a directory, write the
7993         default filename to that directory.  (Bug#4388)
7994         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
7995         is a filename-as-a-directory.
7997 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7999         * textmodes/page.el (what-page): Don't move to beginning of line.
8000         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
8002 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
8004         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
8006 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
8008         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
8009         * help.el (help-for-help-internal): Add purecopy calls for text.
8011         * vc.el (top): print-log method now takes an optional SHORTLOG
8012         argument.  Add a new method: root.
8013         (vc-root-diff, vc-print-root-log): New functions.
8014         (vc-log-short-style): New variable.
8015         (vc-print-log-internal): Add support for showing short logs.
8017         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
8018         vc-print-root-log and vc-print-root-diff.
8020         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
8021         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
8022         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
8023         short logs.
8025         * vc-cvs.el (vc-cvs-print-log):
8026         * vc-mtn.el (vc-mtn-print-log):
8027         * vc-rcs.el (vc-rcs-print-log):
8028         * vc-sccs.el (vc-sccs-print-log):
8029         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
8030         that is ignored for now.
8032         * vc-mtn.el (vc-mtn-annotate-command):
8033         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
8035 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8037         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
8038         to function-key-map, and give them ascii-character property.
8039         * term/x-win.el (x-alternatives-map):
8040         * term/ns-win.el (ns-alternatives-map):
8041         * term/internal.el (msdos-key-remapping-map):
8042         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
8044 2009-09-14  Glenn Morris  <rgm@gnu.org>
8046         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
8047         temp-buffers (2009-09-12).
8049 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
8052         the new read-key function.
8054 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8056         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
8057         is defined (Bug#4405).
8059 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
8061         * recentf.el (recentf-cleanup): Use a hash table to find
8062         duplicates (Bug#4407).
8064 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
8066         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
8067         kp-0 to ascii equivalents (Bug#4325).
8069 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
8071         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
8073         * eshell/em-hist.el:
8074         * eshell/em-dirs.el (eshell-complete-user-reference):
8075         Declare pcomplete functions and variables to avoid compiler warnings.
8077 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
8079         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
8080         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
8081         * eshell/em-alias.el (eshell-aliases-file):
8082         * eshell/em-hist.el (eshell-history-file-name):
8083         Use expand-file-name instead of concat to make file names (Bug#4308).
8085 2009-09-13  Glenn Morris  <rgm@gnu.org>
8087         * ediff-merg.el (ediff-do-merge):
8088         * filesets.el (filesets-run-cmd):
8089         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
8090         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
8091         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
8092         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
8093         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
8094         Replace empty `let's with `progn'.
8096 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8098         * mail/sendmail.el (send-mail-function):
8099         * tooltip.el (tooltip-mode):
8100         * simple.el (transient-mark-mode):
8101         * rfn-eshadow.el (file-name-shadow-mode):
8102         * frame.el (blink-cursor-mode):
8103         * font-core.el (global-font-lock-mode):
8104         * files.el (temporary-file-directory)
8105         (small-temporary-file-directory, auto-save-file-name-transforms):
8106         * epa-hook.el (auto-encryption-mode):
8107         * composite.el (global-auto-composition-mode):
8108         Use custom-initialize-delay.
8109         * startup.el (command-line): Don't explicitly call
8110         custom-reevaluate-setting for all the above vars.
8111         * custom.el (custom-initialize-safe-set)
8112         (custom-initialize-safe-default): Delete.
8114 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8116         * term/x-win.el (x-initialize-window-system):
8117         * term/w32-win.el (w32-initialize-window-system):
8118         * term/ns-win.el (ns-initialize-window-system): Don't call
8119         mouse-wheel-mode since it's enabled globally by default already.
8121         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
8122         actually define the variable, but only silences the byte-compiler.
8123         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
8124         before looking it up.
8125         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8126         is changed.
8128 2009-09-12  Glenn Morris  <rgm@gnu.org>
8130         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
8131         1000.
8132         (elint-add-required-env): Don't beep on error.
8133         (elint-forms): In case of error, return ENV unchanged.
8134         (elint-init-env): Skip non-list forms.
8135         (elint-log): Handle unknown file positions.
8137 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
8139         * epg.el (epg-make-context): Add autoload cookie.
8140         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
8141         (epg-decrypt-string, epg-start-verify, epg-verify-file)
8142         (epg-verify-string, epg-start-sign, epg-sign-file)
8143         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
8144         (epg-encrypt-string, epg-start-export-keys)
8145         (epg-export-keys-to-file, epg-export-keys-to-string)
8146         (epg-start-import-keys, epg-import-keys-from-file)
8147         (epg-import-keys-from-string, epg-start-receive-keys)
8148         (epg-receive-keys, epg-import-keys-from-server)
8149         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
8150         (epg-sign-keys, epg-start-generate-key)
8151         (epg-generate-key-from-file, epg-generate-key-from-string):
8152         Remove autoload cookie.
8154 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
8156         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
8157         reevaluation of trash-directory.
8159         * mwheel.el: Fix last change.
8160         (mouse-wheel-mode): New defvar.
8161         (mouse-wheel-mode): Remove autoload cookie.
8163 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8165         * mwheel.el (mwheel-installed-bindings): New var.
8166         (mouse-wheel-mode): Use it, so as to make sure we really remove all
8167         the bindings we set last time.  Use custom-initialize-delay.
8168         * loadup.el: Load mwheel after term/*-win.el.
8169         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
8170         and mouse-wheel-up-event now that their first evaluation is done
8171         sufficiently late to be correct.
8173         * startup.el (tutorial-directory): Make it a defcustom.
8174         Use custom-initialize-delay rather than eval-at-startup to set it.
8175         * image.el (image-load-path): Make it a defcustom.
8176         Use custom-initialize-delay rather than eval-at-startup to set it.
8177         * subr.el (eval-at-startup): Remove.
8178         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
8180         * subr.el (do-after-load-evaluation): Warn the user after loading an
8181         obsolete package.
8183 2009-09-12  Glenn Morris  <rgm@gnu.org>
8185         * proced.el (proced-mark-alt): Remove alias.
8186         (proced-mode-map): Remove proced-mark-alt.
8188         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
8189         Elint file and directory.  Remove initialization entry.
8191         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
8192         commands.
8193         (elint-current-buffer): Set mode-line-process.
8194         (elint-init-env): Handle define-derived-mode.
8195         Fix declare-function with unspecified arglist.  Guard against odd
8196         defalias statements (eg iso-insert's 8859-1-map).
8197         (elint-add-required-env): Use a temp buffer.
8198         (elint-form): Just print the function/macro name, not the whole form.
8199         Return env unchanged if we fail to parse a macro.
8200         (elint-forms): Guard against parse errors.
8201         (elint-output): New function, to handle batch mode.
8202         (elint-log-message): Add optional argument.  Use elint-output.
8203         (elint-set-mode-line): New function.
8205 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
8207         * emacs-lisp/elp.el (elp-not-profilable): Add more
8208         functions (Bug#4233).
8210 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
8212         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
8213         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
8215 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8217         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
8218         (gdb-var-list-children): Use json parsing.
8220 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
8222         * progmodes/js.el (js--proper-indentation): Handle the case where
8223         char-before is null.  Reported by Deniz Dogan.
8225 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8227         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
8229 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
8231         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
8232         (epg-digest-algorithm-alist): Add SHA224.
8233         (epg-context-set-passphrase-callback)
8234         (epg-context-set-progress-callback): Add description about
8235         callback function.
8237 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * custom.el (custom-delayed-init-variables): New var.
8240         (custom-initialize-delay): New function.
8241         * startup.el (command-line): "Re"evaluate all vars in
8242         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
8243         explicitly any more.
8244         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
8245         to avoid creating a ~/.emacs.d at build-time (bug#4347).
8247         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
8249 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
8251         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
8252         (gdb-var-update-handler): Use json parsing.
8254 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
8256         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
8257         decode annotated text, regardless of language environment.  (Bug#2741)
8259 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8261         * Makefile.in (autoloads): Make rmail.el writable as well.
8263 2009-09-11  Glenn Morris  <rgm@gnu.org>
8265         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
8266         loaddefs.el.
8267         * dired.el: Regenerate with extracted autoloads.
8268         * Makefile.in (autoloads): Make dired.el writable.
8270         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
8271         * ibuffer.el: Regenerate with extracted autoloads.
8272         * Makefile.in (autoloads): Make ibuffer.el writable.
8274         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
8275         * version.el (emacs-copyright, emacs-major-version)
8276         (emacs-minor-version): Reformat doc-strings for make-docfile.
8278         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
8279         functions and variables, since they must be stuff specific to some other
8280         platform.
8281         (apropos-print): Make mouse-click message less specific about button.
8283         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
8284         that records where a macro was defined.
8285         * help-fns.el (describe-function-1): Mention if a function has a
8286         compiler-macro.
8287         * help-mode.el (help-function-cmacro): New button.
8289         * locate.el (top-level): Always require dired.
8290         (locate-mode-map): Initialize inside the defvar.
8292         * net/ange-ftp.el (dired-compress-file): Declare.
8293         (ange-ftp-dired-compress-file): Add doc string.
8295         * term/ns-win.el (x-display-name, x-setup-function-keys):
8296         Unify doc-strings with X versions.
8298 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8300         * emulation/crisp.el (crisp-mode-map): Move initialization
8301         into declaration.
8302         (crisp-mode): Use define-minor-mode.
8304         * progmodes/xscheme.el (xscheme-evaluation-commands):
8305         Put a :advertised-binding property rather than using
8306         advertised-xscheme-send-previous-expression.
8307         (advertised-xscheme-send-previous-expression): Declare obsolete.
8308         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
8309         `advertised-undo'.
8310         (crisp-mode): Add corresponding bindings to
8311         undo's :advertised-binding instead.
8312         * dired.el (dired-mode-map): Put a :advertised-binding property rather
8313         than using dired-advertised-find-file.
8314         (dired-advertised-find-file):
8315         * simple.el (advertised-undo):
8316         * wid-edit.el (advertised-widget-backward): Declare obsolete.
8317         (widget-keymap): Put a :advertised-binding property rather
8318         than using advertised-widget-backward.
8319         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
8320         than using advertised-undo.
8321         * tutorial.el (tutorial--default-keys): Adjust accordingly.
8323 2009-09-10  Simon South  <ssouth@slowcomputing.org>
8325         * progmodes/delphi.el (delphi-tab): Indent region when Transient
8326         Mark mode is enabled and region is active; otherwise indent or
8327         insert TAB as usual.
8328         (delphi-mode): Update description of TAB-key binding.
8330 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8332         * subr.el (define-key-rebound-commands): Mark obsolete.
8333         * startup.el (precompute-menubar-bindings): Remove.
8334         (normal-top-level): Remove obsolete code that tried to precompute
8335         menubar bindings.
8336         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
8337         define-key-rebound-commands and precompute-menubar-bindings.
8339 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
8341         * net/imap.el (imap-interactive-login): Better messages.
8342         (imap-open): Fix bug with renamed buffer on reconnect.
8343         (imap-authenticate): Add buffer-local imap-last-authenticator variable
8344         for easier debugging and cleaner code.  On successful (guessed based on
8345         server capabilities) secondary authentication, set imap-state
8346         correctly.
8347         (imap-last-authenticator): Define imap-last-authenticator as a variable
8348         to avoid warnings.
8350 2009-09-10  Glenn Morris  <rgm@gnu.org>
8352         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
8354         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
8355         (byte-compile-file-form-autoload): Don't warn about unknown functions
8356         where the autoload statement comes after the use.
8357         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
8358         that any handlers inside the body (eg require) are in turn respected.
8360         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
8361         effects.
8363         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
8364         and syntax and abbrev tables basic docs, if they don't have any.
8366         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
8368         * international/mule-cmds.el (top-level): Require cl when compiling.
8369         (view-hello-file): Use default-value rather than
8370         default-enable-multibyte-characters.
8372         * progmodes/fortran.el: Move all safe and risky properties into the
8373         defcustoms.
8375         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
8376         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
8377         * mail/undigest.el:
8378         Put autoloads in rmail.el rather than loaddefs.el.
8379         * mail/rmail.el: Regenerate with extracted autoloads.
8381         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
8382         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
8384 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
8386         Reported in thread for Bug#4375.
8387         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
8388         "-data-evaluate-expression" instead of print.
8389         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
8390         (gdb-tooltip-print): Parse output from above MI command.
8391         (gdb): Revert 2009-08-11 change.  User should detach inferior
8392         manually.
8394         Remove the word "separate" from IO functions as inferior
8395         output is now never displayed in the GUD buffer.
8397 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
8399         * startup.el (command-line-normalize-file-name): On Windows and
8400         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
8402 2009-09-10  Juri Linkov  <juri@jurta.org>
8404         * isearch.el (isearch-text-char-description): Propertize escape
8405         character sequences with the `escape-glyph' face.  (Bug#4344)
8407         * simple.el (shell-command): Set asynchronous process filter to
8408         `comint-output-filter'.  (Bug#4343)
8410         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
8411         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
8412         the list.  Move "asm" to the bottom.
8413         (grep-find-ignored-directories): Add `choice' with nil value
8414         to empty the list easily.
8415         (grep-find-ignored-files): New option.
8416         (grep-files-history): Set to nil by default instead of '("ch" "el").
8417         (grep-compute-defaults): Add "<X>" to `grep-template'.
8418         (grep-read-files): Bind new local variables `default-alias' and
8419         `default-extension'.  Use a list of default values for the file prompt.
8420         (lgrep): Add `--exclude=' command line options composed from
8421         `grep-find-ignored-files'.
8422         (rgrep): Add `-name' command line options composed from
8423         `grep-find-ignored-files'.  (Bug#4301)
8425 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8427         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
8428         (bug#4368).
8430 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8432         * calendar/time-date.el (autoload):
8433         Expand define-obsolete-function-alias into defalias and make-obsolete
8434         for old Emacsen that Gnus supports.
8435         (with-no-warnings): Define it for old Emacsen.
8436         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
8437         is available.
8438         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
8439         float-time is available; suppress compile warning for time-to-seconds.
8441 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
8443         * net/imap.el (imap-message-map): Docstring fix.
8445 2009-09-09  Glenn Morris  <rgm@gnu.org>
8447         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
8448         line numbers too.  (Bug#4374)
8450 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8452         * smerge-mode.el (smerge-remove-props, smerge-refine):
8453         Use with-silent-modifications (bug#4342).
8455         * subr.el (with-silent-modifications): New macro.
8457 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
8459         * files.el (top-level): Require `cl' when compiling.
8461 2009-09-07  Glenn Morris  <rgm@gnu.org>
8463         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
8465         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
8466         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
8468 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
8470         * vc-git.el (vc-git-annotate-command): Use separator to parse
8471         arguments correctly.
8473 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
8475         * proced.el (proced-mode): Doc fix.
8477 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
8479         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
8480         lstat fails.
8481         (tramp-do-file-attributes-with-ls): Check for file existence at
8482         remote end.
8483         (tramp-do-file-attributes-with-stat): Likewise.
8484         (tramp-convert-file-attributes): Return nil when attr is nil.
8486 2009-09-05  Glenn Morris  <rgm@gnu.org>
8488         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
8489         properties to this button.
8490         (diary-fancy-display): Don't extend the button to the final newline.
8491         (diary-fancy-display-mode): Continue to define "q" as a local key.
8493         * calendar/cal-china.el (holiday-chinese): Make it slightly more
8494         efficient.
8496         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
8498         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
8499         (byte-compile-dest-file-function): New option.
8500         (byte-compile-dest-file): Doc fix.
8501         Obey byte-compile-dest-file-function.
8502         (byte-compile-cl-file-p): New function.
8503         (byte-compile-eval): Only suppress noruntime warnings about cl functions
8504         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
8505         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
8506         than for file being previously loaded.
8507         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
8508         (byte-compile-file-form-require): Handle the case where requiring a file
8509         indirectly causes CL to be loaded.
8511 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8513         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
8514         before killing the old buffer, since by the time `kill-buffer' is
8515         run so many buffer variables have been set to nil that it may not
8516         behave as expected.  (Bug#4061)
8518 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
8520         * files.el (find-alternate-file): If the old buffer is modified
8521         and visiting a file, behave similarly to `kill-buffer' when
8522         killing it, thus reverting to the pre-1.878 behavior; see
8523         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
8524         for discussion.  Also, consult `buffer-file-name' as a variable
8525         not as a function, for consistency with the rest of the code.
8527 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
8529         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
8530         also when adding a new directory.
8532         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
8533         defun.
8535 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8537         * files.el (locate-file-completion-table): Make it provide boundary
8538         information, so partial-completion works better.
8540 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
8542         * mail/footnote.el (Footnote-text-under-cursor):
8543         Check footnote-text-marker-alist before using it (bug#4324).
8545 2009-09-04  Glenn Morris  <rgm@gnu.org>
8547         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
8548         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
8549         * play/solitaire.el, play/tetris.el:
8550         Remove leading * from defcustom and defface docs.
8552         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
8553         necessary.
8554         (diary-fancy-overriding-map): New variable.
8555         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
8556         Use view-mode.
8558         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
8559         goto-line.
8561 2009-09-03  Glenn Morris  <rgm@gnu.org>
8563         * arc-mode.el (archive-mode):
8564         * dos-fns.el (set-default-process-coding-system):
8565         * man.el (Man-getpage-in-background):
8566         * menu-bar.el (menu-bar-describe-menu):
8567         * server.el (server-process-filter):
8568         * startup.el (command-line):
8569         * tar-mode.el (tar-header-block-tokenize, tar-extract):
8570         * w32-fns.el (set-default-process-coding-system):
8571         * x-dnd.el (x-dnd-handle-file-name):
8572         * international/mule-cmds.el (mule-menu-keymap)
8573         (set-default-coding-systems, language-info-alist, set-language-info)
8574         (set-language-environment, standard-display-european-internal)
8575         (set-locale-environment):
8576         * international/mule-diag.el (mule-diag):
8577         * mail/emacsbug.el (report-emacs-bug):
8578         * mail/rmail.el (rmail-mode):
8579         * mail/sendmail.el (mail-setup):
8580         Use default-value rather than default-enable-multibyte-characters.
8582         * progmodes/f90.el: Move all safe properties into the defcustoms.
8583         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
8585         * calendar/appt.el (appt-check):
8586         * calendar/diary-lib.el (diary-set-header, diary-live-p)
8587         (diary-check-diary-file, diary-list-entries)
8588         (diary-include-other-diary-files, diary-simple-display)
8589         (diary-fancy-display, diary-print-entries)
8590         (diary-mark-included-diary-files, diary-make-entry):
8591         Don't call substitute-in-file-name on diary-file.
8593 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
8594             Stefan Monnier  <monnier@iro.umontreal.ca>
8596         * mail/footnote.el (footnote-prefix): Make it a defcustom.
8597         (footnote-mode-map): Move initialization into the declaration.
8598         (footnote-minor-mode-map): Define it rather than changing global-map.
8599         (footnote-mode): Use define-minor-mode.
8601 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
8603         * net/tramp.el (tramp-handle-file-attributes-with-ls)
8604         (tramp-do-file-attributes-with-perl)
8605         (tramp-do-file-attributes-with-stat): Rename from
8606         `tramp-handle-file-attributes-with-*'.
8607         (tramp-handle-file-attributes): Use them.
8608         (tramp-do-directory-files-and-attributes-with-perl)
8609         (tramp-do-directory-files-and-attributes-with-stat): Rename from
8610         `tramp-handle-directory-files-and-attributes-with-*'.
8611         (tramp-handle-directory-files-and-attributes): Use them.
8612         (tramp-method-out-of-band-p): Additional parameter SIZE.
8613         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
8614         (tramp-handle-write-region): Use it.
8615         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
8616         (tramp-handle-vc-registered): Check, whether the first run did
8617         return files to be tested.
8618         (tramp-advice-make-auto-save-file-name): Do not call directly
8619         `tramp-handle-make-auto-save-file-name', because this would bypass
8620         the locking mechanism.
8622         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
8623         (file-remote-p, process-file, start-file-process, set-file-times)
8624         (tramp-compat-file-attributes): Compatibility functions shall not
8625         call directly `tramp-handle-*', because this would bypass the
8626         locking mechanism.
8627         (tramp-compat-number-sequence): New defun.
8629 2009-09-02  Glenn Morris  <rgm@gnu.org>
8631         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
8632         alias for float-time.
8633         (time-to-number-of-days): In Emacs, use float-time.
8634         * net/newst-backend.el (time-add): Suppress warnings from compat
8635         function.
8636         * time.el (emacs-uptime, emacs-init-time):
8637         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
8638         Use float-time rather than time-to-seconds.
8640         * minibuffer.el (completion-initials-expand): Fix typo.
8642         * faces.el (modeline, modeline-inactive, modeline-highlight)
8643         (modeline-buffer-id):
8644         * info.el (info-menu-5): Mark these face aliases as obsolete.
8646 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8648         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
8649         space ...
8650         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
8651         no "--thread" option.
8652         (gdb-stopped): Don't print "Switched to thread" message when it is
8653         unchanged.
8655 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8657         * minibuffer.el (completion-try-completion)
8658         (completion-all-completions): Remove ill-defined (and
8659         mistakenly installed and luckily never used nor documented)
8660         `completion-styles' property.
8661         (completion-initials-expand, completion-initials-all-completions)
8662         (completion-initials-try-completion): New functions.
8663         (completion-styles-alist): Add doc to each entry.
8664         Add new `initials' entry.
8666 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
8668         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
8669         MI command -var-evaluate-expression.
8670         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
8671         and tweak for case of string child.
8672         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
8674 2009-09-01  Glenn Morris  <rgm@gnu.org>
8676         * add-log.el (change-log-date-face, change-log-name-face)
8677         (change-log-email-face, change-log-file-face, change-log-list-face)
8678         (change-log-conditionals-face, change-log-function-face)
8679         (change-log-acknowledgement-face):
8680         * cus-edit.el (custom-invalid-face, custom-rogue-face)
8681         (custom-modified-face, custom-set-face, custom-changed-face)
8682         (custom-saved-face, custom-button-face, custom-button-pressed-face)
8683         (custom-documentation-face, custom-state-face, custom-comment-face)
8684         (custom-comment-tag-face, custom-variable-tag-face)
8685         (custom-variable-button-face, custom-face-tag-face)
8686         (custom-group-tag-face-1, custom-group-tag-face):
8687         * diff-mode.el (diff-header-face, diff-file-header-face)
8688         (diff-index-face, diff-hunk-header-face, diff-removed-face)
8689         (diff-added-face, diff-changed-face, diff-function-face)
8690         (diff-context-face, diff-nonexistent-face):
8691         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
8692         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
8693         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8694         (Info-title-4-face):
8695         * isearch.el (isearch-lazy-highlight-face):
8696         * log-view.el (log-view-file-face, log-view-message-face):
8697         * paren.el (show-paren-match-face, show-paren-mismatch-face):
8698         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8699         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8700         (cvs-msg-face):
8701         * smerge-mode.el (smerge-mine-face, smerge-other-face)
8702         (smerge-base-face, smerge-markers-face):
8703         * wid-edit.el (widget-documentation-face, widget-button-face)
8704         (widget-field-face, widget-single-line-field-face)
8705         (widget-inactive-face, widget-button-pressed-face):
8706         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
8707         (woman-addition-face):
8708         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
8709         (eshell-ls-executable-face, eshell-ls-readonly-face)
8710         (eshell-ls-unreadable-face, eshell-ls-special-face)
8711         (eshell-ls-missing-face, eshell-ls-archive-face)
8712         (eshell-ls-backup-face, eshell-ls-product-face)
8713         (eshell-ls-clutter-face):
8714         * eshell/em-prompt.el (eshell-prompt-face):
8715         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
8716         * obsolete/old-whitespace.el (whitespace-highlight-face):
8717         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
8718         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
8719         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
8720         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
8721         (antlr-font-lock-literal-face):
8722         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
8723         (ebrowse-root-class-face, ebrowse-file-name-face)
8724         (ebrowse-default-face, ebrowse-member-attribute-face)
8725         (ebrowse-member-class-face, ebrowse-progress-face):
8726         * progmodes/make-mode.el (makefile-space-face):
8727         * progmodes/sh-script.el (sh-heredoc-face):
8728         * textmodes/flyspell.el (flyspell-incorrect-face)
8729         (flyspell-duplicate-face):
8730         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
8731         * textmodes/texinfo.el (texinfo-heading-face):
8732         Mark face aliases with "-face" suffix as obsolete.
8734         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
8735         compiler.
8737         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
8738         (eudc-bob-sound-menu): Use defvar rather than defconst, since
8739         easy-menu-define wants to modify these.
8741         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
8743         * net/browse-url.el (browse-url-file-url):
8744         * term/internal.el (dos-codepage-setup):
8745         Use default-value rather than default-enable-multibyte-characters.
8747         * progmodes/etags.el (etags-goto-tag-location):
8748         * progmodes/flymake.el (flymake-highlight-line)
8749         (flymake-goto-file-and-line, flymake-goto-line):
8750         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
8751         (gdb-goto-breakpoint):
8752         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8753         * progmodes/python.el (python-find-function)
8754         (python-pdbtrack-track-stack-file):
8755         * progmodes/verilog-mode.el (verilog-surelint-off):
8756         * term/ns-win.el (ns-open-file-select-line):
8757         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
8758         Use forward-line rather than goto-line.
8760         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
8761         * textmodes/reftex-index.el (reftex-display-index):
8762         * textmodes/reftex-ref.el (reftex-offer-label-menu):
8763         * textmodes/reftex-toc.el (reftex-toc):
8764         Remove unnecessary bindings of default-major-mode (all are followed by
8765         major-mode check and possible mode switch).
8767 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8769         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
8770         Handle watchpoints (bug#4282).
8771         (def-gdb-thread-buffer-command): Enable thread to be selected by
8772         clicking without selecting threads buffer first.
8773         (gdb-current-context-command): Use selected frame so that "up",
8774         "down" etc work in the GUD buffer.
8775         (gdb-update): Find selected frame before rendering stack buffer.
8776         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
8778 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * progmodes/sym-comp.el (displayed-completions): Remove.
8781         (symbol-complete): Use minibuffer-complete.
8783 2009-08-31  Glenn Morris  <rgm@gnu.org>
8785         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
8787         * apropos.el (apropos-symbols-internal):
8788         Handle (obsolete) face aliases.
8790         * faces.el (describe-face): Adjust the output format to be more like
8791         describe-variable, and to mention (obsolete) face aliases.
8792         Adjust the whitespace so that help-setup-xref works.
8794         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
8795         * calendar/diary-lib.el (diary-button-face):
8796         Mark these face aliases as obsolete.
8798         * calendar/calendar.el (calendar-today): Doc fix.
8800 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
8802         * progmodes/gdb-mi.el (gdb-control-all-threads)
8803         (gdb-control-current-thread): Force tool bar update.
8804         (gdb-non-stop-handler): New function.
8805         (gdb-init-1): Use it to test if non-stop mode is supported.
8806         Remove unused gdbmi buffer type.
8808 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
8810         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
8811         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
8813 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
8815         * comint.el (comint-exec-1): Check command is non-null first.
8816         Part of gdb-mi.el change (2009-08-28).
8818 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8820         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
8822 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
8824         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
8825         instead of `dolist' to avoid a recursive require when bootstrapping.
8827 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8829         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
8831         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
8833         * net/imap.el (imap-send-command): Simplify.
8834         (imap-wait-for-tag): point-max -> buffer-size.
8836         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
8838         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
8839         with constant argument.
8841         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
8843         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
8845         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
8846         Change default, since most of our files don't have a history.
8847         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
8848         the user.
8850         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
8851         Add comint-run.
8853         * calc/calc.el: Improve commenting convention.
8854         (calc-digit-map, toplevel): Simplify.
8856         * comint.el (comint-insert-input): Be careful to only set point if we
8857         don't delegate to some other command.
8859         * proced.el (proced-signal-list): Make it an alist.
8860         (proced-grammar-alist): Capitalize names.
8861         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
8862         Disable undo manually and make it read-only.
8863         Use completion-annotate-function.
8865         * minibuffer.el (minibuffer-message): If the current buffer is not
8866         a minibuffer, insert the message in the echo area rather than at the
8867         end of the buffer.
8868         (completion-annotate-function): New variable.
8869         (minibuffer-completion-help): Use it.
8870         (completion--embedded-envvar-table): Environment vars are
8871         always case-sensitive.
8873 2009-08-30  Glenn Morris  <rgm@gnu.org>
8875         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
8876         from fortran-current-defun.
8877         (fortran-beginning-of-subprogram): Be more precise about finding the
8878         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
8879         (fortran-end-of-subprogram): Simplify.
8880         (fortran-current-defun): Use fortran-start-prog-re.
8882 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
8884         * subr.el (do-after-load-evaluation): Simplify.
8886 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
8888         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
8890         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
8891         (vc-rcs-print-log): Use it.
8893         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
8895 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8897         * paths.el (abbrev-file-name): Move to abbrev.el.
8898         * abbrev.el (abbrev-file-name): Move from paths.el.
8899         Obey user-emacs-directory.
8900         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
8901         user-emacs-directory.
8902         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
8903         abbrev-file-name and calc-settings-file any more.
8904         * startup.el (command-line): Recompute abbrev-file-name and
8905         abbreviated-home-dir.
8906         (normal-no-mouse-startup-screen): Improve the generic code and get rid
8907         of the special code for when C-h bindings haven't been changed.
8908         (display-startup-echo-area-message): Use with-current-buffer.
8909         (command-line-1): Use a list of strings, rather than a list of lists
8910         of strings for longopts.
8912         * files.el (get-free-disk-space): Use / for default-directory.
8914         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
8915         Use with-current-buffer.
8917         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
8918         Recognize immutable variables like most-positive-fixnum.
8919         (byte-compile-setq-default): Check and warn if trying to assign
8920         to an immutable variable, or a non-variable.
8922         * progmodes/cc-vars.el (c-comment-continuation-stars):
8923         * progmodes/cc-engine.el (c-looking-at-bos):
8924         * progmodes/cc-cmds.el (c-toggle-auto-state)
8925         (c-forward-into-nomenclature, c-backward-into-nomenclature)
8926         (c-comment-line-break-function): Add version of obsolescence.
8928 2009-08-28  Juri Linkov  <juri@jurta.org>
8930         * files.el (magic-fallback-mode-alist): Add ZIP magic number
8931         associated with `archive-mode'.
8933         * image.el (image-type-header-regexps): Use only JPEG magic number
8934         to determine JPEG images, and don't use `image-jpeg-p' because
8935         Emacs can display non-JFIF non-Exif JPEG images.
8937 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8939         * arc-mode.el (archive-mode):
8940         * emacs-lisp/re-builder.el (re-builder-unload-function):
8941         Protect against the default value of `major-mode' being nil.
8943 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
8945         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
8946         Fix typos in docstrings.
8948         * progmodes/js.el (js--macro-decl-re): Doc fix.
8949         (js--plain-method-re, js--split-name): Refloc docstring.
8950         (js--class-styles, js--make-merged-item, js--splice-into-items):
8951         Fix typos in docstrings; reflow docstrings.
8952         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
8953         (js--variable-decl-matcher, js--inside-pitem-p)
8954         (js--parse-state-at-point, js--get-all-known-symbols)
8955         (js--symbol-history, js-find-symbol, js--js-references)
8956         (js--moz-interactor, js--js-encode-value, js--read-tab):
8957         Fix typos in docstrings.
8959 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8961         * textmodes/reftex.el (reftex-get-file-buffer-force):
8962         * progmodes/verilog-mode.el (verilog-batch-execute-func):
8963         * emulation/viper.el (viper-go-away, viper-set-hooks):
8964         * emacs-lisp/re-builder.el (re-builder-unload-function):
8965         * emacs-lisp/bytecomp.el (byte-compile-file):
8966         * ses.el (ses-unload-function):
8967         * hexl.el (hexl-find-file):
8968         * files.el (normal-mode):
8969         * ehelp.el (with-electric-help):
8970         * autoinsert.el (auto-insert-alist):
8971         * arc-mode.el (archive-mode):
8972         Use (default-value 'major-mode) instead of default-major-mode.
8974         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
8975         * international/mule.el (load-with-code-conversion):
8976         * emacs-lisp/debug.el (debug):
8977         * ediff-vers.el (ediff-rcs-get-output-buffer):
8978         * dired.el (dired-internal-noselect): Don't let-bind
8979         default-major-mode around code that doesn't use it.
8980         E.g. buffer creation via get-buffer-create doesn't use it.
8982 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
8984         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
8985         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
8986         when writing the temp file.  Otherwise, epa-file gets confused.
8987         (tramp-register-file-name-handlers): Make it a defun.  Move also
8988         `epa-file-handler' to the front of `file-name-handler-alist'.
8990 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8992         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
8993         start right after a ^M.
8994         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
8995         (tramp-completion-file-name-regexp-separate)
8996         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
8997         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
8998         Don't modify last-coding-system-used by accident.
8999         (tramp-completion-file-name-handler): Apply the checks here,
9000         instead during registration.
9001         (tramp-register-file-name-handlers): Renamed from
9002         `tramp-register-file-name-handler'.  Register both
9003         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
9004         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
9006 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
9008         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
9009         Remove variable ...
9010         (gdb-init-1, gdb-display-separate-io-buffer)
9011         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
9012         references to it.
9013         (gdb-inferior-io-mode): Use make-comint-in-buffer.
9014         (gdb-inferior-filter): Use comint-output-filter to stop
9015         echoing and remove ^M characters.
9017 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9019         * emulation/viper-init.el (viper-restore-cursor-type):
9020         * emulation/cua-base.el (cua--update-indications):
9021         Replace default-cursor-type with (default-value 'cursor-type).
9023         * mail/sendmail.el (mail-recover-1):
9024         * international/mule-diag.el (describe-current-coding-system-briefly)
9025         (describe-current-coding-system):
9026         * international/mule-cmds.el (select-safe-coding-system)
9027         (select-message-coding-system)
9028         (set-language-environment-coding-systems, set-locale-environment):
9029         * hexl.el (hexl-insert-multibyte-char):
9030         * dos-w32.el (find-buffer-file-type-coding-system):
9031         * simple.el (what-cursor-position):
9032         Replace uses of default-buffer-file-coding-system
9033         with (default-value 'buffer-file-coding-system).
9035         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
9036         Replace uses of default-cursor-in-non-selected-windows
9037         with (default-value 'cursor-in-non-selected-windows).
9038         Use with-current-buffer.
9040         * mail/feedmail.el: Use CL macros.
9041         (feedmail-run-the-queue, feedmail-send-it-immediately):
9042         * dos-w32.el (find-buffer-file-type): Replace uses of
9043         default-buffer-file-type with (default-value 'buffer-file-type).
9045 2009-08-28  Glenn Morris  <rgm@gnu.org>
9047         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
9048         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
9049         Use default-value of major-mode rather than default-major-mode.
9051 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9053         * Makefile.in (update-elcfiles): Report left over elc files.
9055         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
9056         expand-file-name and with-current-buffer.
9057         (mail-get-names, mail-directory): Use with-current-buffer.
9059         * vc.el (vc-read-revision): New function.
9060         (vc-version-diff, vc-merge): Use it.
9062 2009-08-27  Sam Steingold  <sds@gnu.org>
9064         * simple.el (kill-do-not-save-duplicates): New user option.
9065         (kill-new): When it is non-nil, and the new string is the same as
9066         the latest kill, set replace to t to avoid duplicates in kill-ring.
9068 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
9070         * net/tramp.el (tramp-handle-process-file): Do not flush all
9071         caches when `process-file-side-effects' is set.
9072         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
9073         instead of `tramp-find-file-exists-command'.
9074         Unset `process-file-side-effects'.
9076 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
9078         * net/tramp.el (tramp-methods): New method "rsyncc".
9079         (top): Add completion function for "rsyncc".
9080         (tramp-message-show-message): New defvar.
9081         (tramp-message, tramp-error): Use it.
9082         (tramp-do-copy-or-rename-file-directly): Extend check for direct
9083         remote copying.
9084         (tramp-do-copy-or-rename-file-out-of-band): Handle new
9085         `tramp-methods' entry `copy-env' of "rsyncc".
9086         (tramp-vc-registered-read-file-names): New defconst.
9087         (tramp-vc-registered-file-names): New defvar.
9088         (tramp-handle-vc-registered): Implement optimization strategy.
9089         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
9090         (tramp-vc-file-name-handler): New defun.
9091         (tramp-get-ls-command, tramp-get-test-command)
9092         (tramp-get-file-exists-command, tramp-get-remote-ln)
9093         (tramp-get-remote-perl, tramp-get-remote-stat)
9094         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
9096         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
9097         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
9098         timestamps.
9099         (tramp-get-file-property): Check for timestamps in
9100         `tramp-cache-inhibit-cache'.
9101         (tramp-set-file-property): Write timestamp.
9103 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9105         * language/japan-util.el (japanese-symbol-table): Add entries for
9106         cp932-2-byte.
9108         * international/characters.el: Add category `j' to cp932-2-byte.
9110 2009-08-27  Kenichi Handa  <handa@m17n.org>
9112         * international/fontset.el (build-default-fontset-data): New macro.
9113         (setup-default-fontset): Use build-default-fontset-data for CJK,
9114         tibetan, ethiopic, and ipa.
9116 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9118         * cus-start.el (default-major-mode): Customize `major-mode' instead.
9119         (enable-multibyte-characters): Not customizable any more.
9121         * subr.el (default-mode-line-format, default-header-line-format)
9122         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
9123         (default-direction-reversed, default-truncate-lines)
9124         (default-left-margin, default-tab-width, default-case-fold-search)
9125         (default-left-margin-width, default-right-margin-width)
9126         (default-left-fringe-width, default-right-fringe-width)
9127         (default-fringes-outside-margins, default-scroll-bar-width)
9128         (default-vertical-scroll-bar, default-indicate-empty-lines)
9129         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
9130         (default-fringe-cursor-alist, default-scroll-up-aggressively)
9131         (default-scroll-down-aggressively, default-fill-column)
9132         (default-cursor-type, default-buffer-file-type)
9133         (default-cursor-in-non-selected-windows)
9134         (default-buffer-file-coding-system, default-major-mode)
9135         (default-enable-multibyte-characters): Mark as obsolete.
9137 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
9139         * vc-dir.el (vc-dir-update): Remove debug helper.
9141         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
9143 2009-08-26  Sam Steingold  <sds@gnu.org>
9145         * simple.el (save-interprogram-paste-before-kill): New user option.
9146         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
9147         save the interprogram-paste into kill-ring before overriding it
9148         with the Emacs kill.
9150 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9152         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
9153         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
9154         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
9155         and move to vc-rcs.el.
9156         (vc-default-next-revision): Rename to vc-rcs-next-revision and
9157         move to vc-rcs.el.
9158         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
9159         (vc-rcs-update-changelog): Remove.
9160         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
9161         and move to vc-rcs.el.
9163         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
9164         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
9165         renaming.
9166         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
9167         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
9168         vc.el, renamed to be RCS specific.
9170         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
9171         New functions.
9172         (vc-cvs-update-changelog): Move here from vc.el.
9174         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
9175         New functions.
9177 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9179         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
9181 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
9183         * vc-git.el (vc-git-register): Use "git add" for directories.
9184         (vc-git-stash, vc-git-stash-show): New functions.
9185         (vc-git-extra-menu-map): Bind them.
9187         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
9188         directory correctly in case the item is a directory itself.
9190         * vc.el: Document the desired behavior for reverted files in the
9191         `added' state.
9192         (vc-default-prettify-state-info): Remove function, unused.
9194         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
9196 2009-08-26  Glenn Morris  <rgm@gnu.org>
9198         * bindings.el (standard-mode-line-format): Reposition dashes in
9199         which-func entry.  (Bug#4217)
9201         * files.el (enable-local-variables, enable-local-eval)
9202         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
9203         the defcustoms.
9204         (auto-mode-alist, ignored-local-variables)
9205         (save-some-buffers-action-alist): Move risky declarations to the
9206         definitions.
9207         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
9208         (font-lock-defaults, format-alist, imenu--index-alist)
9209         (imenu-generic-expression, input-method-alist, minor-mode-alist)
9210         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
9211         (mode-line-modified, mode-line-mule-info, mode-line-position)
9212         (mode-line-process, mode-line-remote, outline-level)
9213         (parse-time-rules, rmail-output-file-alist)
9214         (special-display-buffer-names, vc-mode):
9215         Move risky declarations to the relevant files.
9216         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
9217         (mode-line-modified, mode-line-process, mode-line-position)
9218         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
9219         * font-core.el (font-lock-defaults):
9220         * format.el (format-alist):
9221         * vc-hooks.el (vc-mode):
9222         * window.el (special-display-buffer-names):
9223         * international/mule-cmds.el (input-method-alist):
9224         Define riskiness here (dumped file) rather than in files.el.
9225         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
9226         * imenu.el (imenu-generic-expression, imenu--index-alist):
9227         * outline.el (outline-level):
9228         * time.el (display-time-string):
9229         * calendar/parse-time.el (parse-time-rules):
9230         * mail/rmailout.el (rmail-output-file-alist):
9231         Autoload riskiness here, rather than placing in files.el.
9233 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
9235         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
9237 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
9239         * simple.el (process-file-side-effects): New defvar.
9241         * dired-aux.el (dired-show-file-type):
9242         * vc.el (vc-diff-internal):
9243         * vc-arch.el (vc-arch-diff):
9244         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
9245         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
9246         * vc-git.el (vc-git-registered, vc-git-working-revision)
9247         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
9248         (vc-git--empty-db-p):
9249         * vc-hooks.el (vc-user-login-name):
9250         * vc-svn.el (vc-svn-registered, vc-svn-state)
9251         (vc-svn-dir-extra-headers, vc-svn-find-revision):
9252         * progmodes/grep.el (grep-probe): Let-bind
9253         `process-file-side-effects' with nil.
9255         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
9257         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
9258         daemon.  Replace ping by checking for running service for bluez
9259         and zeroconf.  (Bug#4239)
9261 2009-08-25  Kevin Ryde  <user42@zip.com.au>
9263         * net/dig.el (dig): Add autoload cookie.
9265 2009-08-25  Glenn Morris  <rgm@gnu.org>
9267         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
9268         load-history for absolute file-names.
9269         (byte-compile-file-form-require): Warn about use of the cl package.
9271         * format.el (format-alist): Doc fix.
9273         * play/bubbles.el (top-level): Don't require cl at run-time.
9275         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
9276         run-time cl).
9278 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
9280         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
9281         from cl package.
9282         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
9284 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
9286         * calc/calc-alg.el (math-trig-rewrite)
9287         (math-hyperbolic-trig-rewrite): New functions.
9288         (calc-simplify): Simplify trig functions when asked.
9290 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9292         * diff-mode.el (diff-find-source-location): Avoid goto-line.
9294 2009-08-24  Kenichi Handa  <handa@m17n.org>
9296         * language/ind-util.el (mapthread): Delete it.
9297         (combinatorial): New function.
9298         (indian--puthash-cv): Use combinatorial instead of mapthread.
9300 2009-08-22  Kevin Ryde  <user42@zip.com.au>
9302         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
9303         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
9304         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
9305         Clarify docstring that the value is strings not symbols.
9306         (checkdoc-list-of-strings-p): New function.
9308 2009-08-22  Glenn Morris  <rgm@gnu.org>
9310         * files.el (auto-mode-alist):
9311         * hippie-exp.el (he-concat-directory-file-name):
9312         * lpr.el (lpr-windows-system, printer-name):
9313         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
9314         * ps-print.el (ps-windows-system):
9315         * startup.el (command-line):
9316         * emulation/viper-ex.el (viper-glob-function):
9317         * international/mule-cmds.el (set-language-environment-coding-systems):
9318         * net/ange-ftp.el (ange-ftp-write-region):
9319         * obsolete/fast-lock.el (fast-lock-cache-name):
9320         Remove code for defunct system-types emx, macos, mswindows, next-mach,
9321         unisoft-unix, vax-vms, win32, w32.
9323         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
9324         given name if the pattern is not more specific.
9326         * calendar/lunar.el (lunar-phase-names): New option.
9327         (lunar-phase): Doc fix.
9328         (lunar-cycles-per-year): New constant.
9329         (lunar-index): New function.
9330         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
9331         (lunar-phase-name): Use lunar-phase-names.
9332         (calendar-lunar-phases): Use format.
9333         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
9335         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
9336         Copy imenu-example--name-and-position function here for own use.
9337         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
9339         * bs.el (bs--redisplay):
9340         * cus-edit.el (custom-redraw):
9341         * ibuffer.el (ibuffer-bury-buffer):
9342         * server.el (server-goto-line-column):
9343         * startup.el (command-line-1):
9344         * strokes.el (strokes-xpm-for-stroke):
9345         * term.el (term-display-buffer-line):
9346         * view.el (View-goto-line):
9347         * calc/calc.el (calc-do, calc-trail-buffer):
9348         * play/gamegrid.el (gamegrid-add-score-insecure):
9349         * progmodes/ada-mode.el (ada-compile-goto-error):
9350         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
9351         (ebrowse-select-1st-to-9nth):
9352         * progmodes/cperl-mode.el (cperl-time-fontification):
9353         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
9354         * progmodes/gud.el (gud-display-line):
9355         (idlwave-shell-display-line):
9356         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
9357         * progmodes/make-mode.el (makefile-browser-toggle):
9358         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
9359         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
9360         * textmodes/picture.el (picture-draw-rectangle):
9361         * textmodes/reftex-index.el (reftex-index-goto-letter):
9362         (reftex-select-jump-to-previous):
9363         * textmodes/reftex-sel.el (reftex-find-start-point)
9364         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
9365         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
9366         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
9367         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9368         * textmodes/two-column.el (2C-associated-buffer):
9369         Use forward-line rather than goto-line.
9371         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
9372         goto-line.
9374         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
9375         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
9376         (quick-check-list-to-regexp): Declare.
9378         * progmodes/make-mode.el (makefile-browser-insert-selection):
9379         Use goto-char rather than goto-line.
9381         * progmodes/prolog.el (compilation-error-regexp-alist)
9382         (compilation-forget-errors): Declare.
9384 2009-08-22  Juri Linkov  <juri@jurta.org>
9386         * progmodes/grep.el (lgrep, rgrep): At the beginning
9387         set `dir' to `default-directory' unless `dir' is a non-nil
9388         readable directory.  (Bug#4052)
9389         (lgrep, rgrep): Change a weird way to report an error
9390         from using `read-string' to using `error'.
9391         Instead of using interactive arguments in the function body,
9392         add new argument `confirm'.
9394 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9396         * textmodes/remember.el (remember-buffer):
9397         * progmodes/cperl-mode.el (cperl-vc-header-alist):
9398         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
9399         (icalendar-extract-ical-from-buffer):
9400         * net/newst-treeview.el (newsticker-groups-filename):
9401         * net/newst-backend.el (newsticker-cache-filename):
9402         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
9403         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
9404         (speedbar-add-ignored-path-regexp, speedbar-line-path)
9405         (speedbar-buffers-line-path, speedbar-path-line)
9406         (speedbar-buffers-line-path):
9407         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
9408         (epg-sign-keys):
9409         * epa.el (epa-display-verify-result):
9410         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
9412 2009-08-21  Glenn Morris  <rgm@gnu.org>
9414         * progmodes/js.el (inferior-moz-process): Fix declaration.
9416         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
9418         * obsolete/rnewspost.el (news-mail-reply):
9419         Use goto-char rather than goto-line.
9421         * term/ns-win.el (ns-open-file-select-line):
9422         Use line-beginning-position rather than goto-line.
9424         * apropos.el (apropos-command):
9425         * ehelp.el (electric-helpify):
9426         * printing.el (pr-show-setup):
9427         * strokes.el (strokes-help):
9428         * tutorial.el (tutorial--describe-nonstandard-key)
9429         (tutorial--detailed-help):
9430         * woman.el (woman-mini-help, woman-display-extended-fonts):
9431         * calc/calc-help.el (calc-describe-key):
9432         * emulation/edt.el (edt-electric-helpify):
9433         * international/mule-diag.el (mule-diag):
9434         * play/yow.el (apropos-zippy):
9435         * progmodes/python.el (python-describe-symbol):
9436         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
9437         * textmodes/table.el (*table--cell-describe-mode)
9438         (*table--cell-describe-bindings):
9439         Use help-print-return-message rather than the now obsolete alias.
9441         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
9442         (calendar-cursor-to-visible-date):
9443         * play/5x5.el (5x5-position-cursor):
9444         * play/decipher.el (decipher):
9445         * play/gomoku.el (gomoku-goto-xy):
9446         * play/landmark.el (lm-goto-xy):
9447         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
9448         (mpuz-paint-digit):
9449         Use forward-line, not goto-line.
9451         * mail/rmail.el (rmail-obsolete): Delete custom group.
9452         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
9453         (rmail-remote-password, rmail-remote-password-required):
9454         Remove unneeded :set-after and :set properties.
9456 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
9458         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
9460 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
9462         * loadup.el: Remove leftover macos code.
9464         * vc-git.el (vc-git-annotate-command): Run asynchronously.
9465         Explicitly pass the date format to git blame so that user local
9466         so that the output format can be parsed.
9468 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
9470         * net/dbus.el (top): Don't check for (getenv
9471         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
9473 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
9475         * log-edit.el (log-edit-strip-single-file-name): New var.
9476         (log-edit-insert-changelog): Use it.  Bug#3571
9478 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9480         * subr.el (read-passwd): Use read-key so keypad keys work as well.
9481         Bug#3287
9483         * help.el (help-print-return-message): Rename from
9484         print-help-return-message.
9486         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
9487         cvs-mode-map parent hack.
9488         (log-view-mode): Derive from special-mode.
9490         * linum.el (linum-mode): window-size-change-functions is redundant.
9491         Adapt to new window-configuration-change-hook behavior.
9492         (linum-after-size, linum-after-config): Remove.
9494         * imenu.el (imenu-example--name-and-position)
9495         (imenu-example--lisp-extract-index-name)
9496         (imenu-example--create-lisp-index, imenu-example--create-c-index):
9497         Mark as obsolete.
9499         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
9500         (inferior-prolog-mode): Use it.
9501         (inferior-prolog-load-file): Reset list of errors.
9503 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
9505         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
9507         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
9509 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
9511         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
9512         is running already.
9514 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9516         * subr.el (listify-key-sequence-1): Use normal syntax since those
9517         integers are nowadays always represented by the same (positive) number
9518         on all platforms.
9519         (read-key-empty-map): New const.
9520         (read-key-delay): New var.
9521         (read-key): New function.
9522         (force-mode-line-update): Use with-current-buffer.
9523         (locate-user-emacs-file): Don't forget to abbreviate the file name.
9524         (start-process-shell-command, start-file-process-shell-command):
9525         Discourage the use of command-args.
9527 2009-08-19  Glenn Morris  <rgm@gnu.org>
9529         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
9531 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9533         * simple.el (choose-completion-string): Don't rely on
9534         minibuffer-completing-file-name and ad-hoc checks to decide whether
9535         to continue completion or not.
9537         * minibuffer.el (minibuffer-hide-completions): New function.
9538         (completion--do-completion): Use it.
9539         (completions-annotations): New face.
9540         (completion--insert-strings): Use it.
9541         (completion-pcm--delim-wild-regex): Add docstring.
9542         (completion-pcm--string->pattern): Add support for 0-width delimiters
9543         in completion-pcm--delim-wild-regex.
9545 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9547         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
9548         Remove unused var `buffer-modified-p'.
9550         * minibuffer.el (completion--do-completion): Move point for the #b001
9551         case as well (bug#4176).
9552         (minibuffer-complete, minibuffer-complete-word): Don't move point.
9554 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
9556         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
9557         and :session buses.
9559 2009-08-18  Kenichi Handa  <handa@m17n.org>
9561         * international/ucs-normalize.el (ucs-normalize-version):
9562         Change to 1.1.
9563         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
9564         (utf-8-hfs): Make it perform normalization on encoding too.
9566         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
9567         (sentence-end-without-space): Delete duplicated chars.
9568         (sentence-end-base): Likewise.
9570         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
9571         (html-mode): Delete duplicated chars from sentence-end-base.
9573         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
9574         (texinfo-mode): Delete duplicated chars from sentence-end-base.
9576 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
9578         * files.el (hack-one-local-variable): If the mode function is for
9579         a minor mode, pass it an argument (Bug#4148).
9581 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
9583         * net/tramp.el (tramp-register-completion-file-name-handler):
9584         Check also for (member 'partial-completion completion-styles).
9586 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9588         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
9589         abbrev (Bug#3943).
9591 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
9593         * progmodes/cperl-mode.el: Merge upstream 6.2.
9594         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
9595         (cperl-forward-re): Check cperl-brace-recursing.
9596         (cperl-highlight-charclass): New function.
9597         (cperl-find-pods-heres): Use it.
9598         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
9599         (cperl-beautify-regexp-piece): Fix column calculation.
9600         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
9601         (cperl-beautify-level): Don't process entire regexp.
9602         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
9603         calling man.
9604         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
9605         (cperl-init-faces): Build a list in the normal way.
9607 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9609         * calendar/parse-time.el (parse-time-string-chars): Save match
9610         data.
9612 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
9615         (sql-product): Use it.
9616         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
9617         (sql-set-product): Add completion.
9618         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
9619         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
9620         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
9621         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
9622         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
9623         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
9624         (sql-highlight-db2-keywords): Remove.
9625         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
9626         (sql-highlight-product): Use derived-mode-p.
9627         (sql-set-sqli-buffer): Use with-current-buffer.
9628         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
9629         Simplify.
9631         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
9633         * term.el: Fix commenting convention, turn comments into docstrings.
9635 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
9637         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
9639 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
9641         * calendar/parse-time.el (parse-time-string-chars): Compute using
9642         character classes, to handle non-ascii characters (Bug#3190).
9644 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
9646         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
9647         another heredoc if the user adds another < (Bug#3226).
9649         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9650         Don't initialize based on window-system (Bug#4124).
9652         * facemenu.el (facemenu-read-color): Use a completion function
9653         that accepts any defined color, such as RGB triplets (Bug#3677).
9655         * files.el (get-free-disk-space): Change fallback default
9656         directory to /.  Expand DIR argument before switching to fallback.
9657         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
9659 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9661         * files.el (load-library): Doc fix.
9663 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
9665         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
9666         (viper-if-string): Redefine C-s in the minibuffer to insert the last
9667         incremental search string.
9669         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
9670         XEmacs.
9672         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
9673         (ediff-merge-region-is-non-clash)
9674         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
9675         Also check if the job is really a merge job.
9677         * ediff.el (ediff-current-file): New function.
9679 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
9681         * progmodes/js.el: Edit docstrings throughout to follow Emacs
9682         conventions.
9683         (js-insert-and-indent): Delete function.
9684         (js-mode-map): Don't bind keys to js-insert-and-indent.
9685         (js-beginning-of-defun): Rename from js--beginning-of-defun.
9686         (js-end-of-defun): Rename from js--end-of-defun.
9687         (js-auto-indent-flag): Delete variable.
9689 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
9691         * progmodes/js.el: Remove proclaim statement.
9692         Defvar which-func-imenu-joiner-function to silence compiler.
9694         * files.el (auto-mode-alist): Use js-mode for .js files.
9696         * progmodes/js2-mode.el: Remove file.
9698         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
9700         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
9702         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
9704 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
9705             Karl Landstrom  <karl.landstrom@brgeight.se>
9707         * progmodes/js.el: New file.
9709 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
9711         * timezone.el (timezone-parse-date): Add ability to understand ISO
9712         basic format (minimal separators) dates in addition to the
9713         already-supported extended format dates.
9715 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
9717         * international/ucs-normalize.el: Add a `coding' file variable.
9719         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
9721 2009-08-14  Sam Steingold  <sds@gnu.org>
9723         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
9725 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
9727         * faces.el (help-argument-name): Define it here instead of
9728         help-fns.el, because in daemon mode help-fns.el may be loaded when
9729         faces are still uninitialized (Bug#1078).
9731         * help-fns.el (help-argument-name): Move defface to faces.el.
9733 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
9735         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
9736         create buffer with a pty but no process so that GDB can make the
9737         inferior the controlling process.
9739 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
9741         * international/ucs-normalize.el: New file.
9743 2009-08-13  Richard Stallman  <rms@gnu.org>
9745         * mail/rmail.el (rmail-get-attr-names):
9746         Accept an attribute header that is too short.
9748         * mail/rmail.el (rmail-forget-messages):
9749         Ignore nil elt in rmail-message-vector.  Use dotimes.
9751         * progmodes/compile.el (compilation-goto-locus):
9752         Use next-error-move-function.
9754         * simple.el (next-error-move-function): New variable.
9756 2009-08-12  Juri Linkov  <juri@jurta.org>
9758         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
9759         always non-nil.  (Bug#4052)
9761         * replace.el (read-regexp): Return empty string when
9762         `default-value' is nil.
9763         (keep-lines-read-args): Don't use empty string as the
9764         default value for `read-regexp'.  (Bug#2495)
9766 2009-08-12  Juri Linkov  <juri@jurta.org>
9768         * international/mule-cmds.el (ucs-insert): Change arguments
9769         from `arg' to `character', `count', `inherit' to be the same
9770         as in `insert-char'.  Doc fix.  (Bug#4039)
9772         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
9774 2009-08-12  Juri Linkov  <juri@jurta.org>
9776         * files-x.el: New file.
9778         * files.el: Move code that deals with adding/deleting
9779         file/directory-local variables to files-x.el.
9781         * Makefile.in (ELCFILES): Add files-x.elc.
9783 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
9785         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
9786         to use `goto-line'.
9787         (gdb-place-breakpoints, gdb-get-location): Rewritten without
9788         `goto-line'.
9789         (gdb-invalidate-disassembly): Do not refresh upon receiving
9790         'update signal.  Instead, update all disassembly buffers only after
9791         threads list.
9792         (gdb): Send -target-detach when buffer is killed (Bug#3794).
9793         (gdb-starting): Moved -data-list-register-names...
9794         (gdb-stopped): ...here so it's sent when first thread stops.
9795         (gdb-registers-handler-custom): Do nothing if register names are
9796         unknown yet.
9798         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
9799         from `gdb-mi.el' to avoid extra tangling.
9801         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
9802         change which breaks `gud-def' definitions used in `gdb'.
9803         (gdb-update-gud-running): No extra fuss for updating frame number.
9805 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9807         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
9808         (describe-language-environment-map, setup-language-environment-map)
9809         (set-coding-system-map): Move initialization into declaration.
9810         (set-language-info-alist): Last arg to define-key-after can be skipped.
9812         * international/quail.el (quail-completion-1): Simplify.
9813         (quail-define-rules): Use slightly more compact code.
9814         (quail-insert-decode-map): Propertize keys, compact columns.
9816         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
9817         Add goto-line.
9819 2009-08-10  Miles Bader  <miles@gnu.org>
9821         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9822         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
9823         (js2-instance-member, js2-private-member, js2-private-function-call)
9824         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
9825         (js2-magic-paren, js2-external-variable):
9826         Remove "-face" suffix from face names.
9827         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
9828         (js2-highlight-undeclared-vars, js2-peek-token)
9829         (js2-parse-function-params, js2-mode-show-errors)
9830         (js2-mode-show-warnings, js2-make-magic-delimiter)
9831         (js2-mode-highlight-magic-parens): Update to use new face names.
9833 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
9835         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
9836         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
9838 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
9840         * subr.el: Provide hashtable-print-readable.
9842         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
9843         hs-c-like-adjust-block-beginning.
9844         (hs-hide-block-at-point): Stop hiding at the beginning of
9845         hs-block-end-regexp (Bug#700).
9847 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
9849         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
9850         a macro.
9851         (gdb-registers-handler-custom): Do not fail when register names
9852         are unavailable.
9854 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9856         * progmodes/gdb-mi.el (gdb-control-all-threads)
9857         (gdb-control-current-thread): Interactive setters for
9858         `gdb-gud-control-all-threads' to use in menu.
9859         (gdb-show-run-p): Show «Go» when process is not active.
9860         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
9861         gud/thread.xpm and gud/all.xpm.
9863 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
9865         * net/net-utils.el (net-utils-font-lock-keywords): New var.
9866         (nslookup-font-lock-keywords): Make it a variable.
9867         (net-utils-mode): New mode for viewing diagnostic network output.
9868         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
9869         (net-utils-run-simple): New function.
9870         (ifconfig, iwconfig, netstat, arp, route): Use it.
9872 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
9874         * progmodes/gdb-mi.el (gdb-read-memory-custom)
9875         (gdb-memory-set-address, def-gdb-set-positive-number)
9876         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
9877         after changing settings.
9878         (gdb-invalidate-disassembly): Update when first shown.
9879         (gdb-edit-locals-value): Fixed.
9880         (gdb-registers-handler-custom): Print registers in right order and
9881         allow changing register values (only for current thread yet).
9882         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
9883         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
9884         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
9885         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
9886         info in mode name.
9887         (gdb-registers-mode-map): TAB to switch to locals.
9889 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
9891         * mail/rmail.el (rmail-add-mbox-headers)
9892         (rmail-set-message-counters-counter): Search for
9893         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
9895 2009-08-08  Glenn Morris  <rgm@gnu.org>
9897         * Makefile.in (ELCFILES): Update.
9899 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9901         * mail/sendmail.el (mail-yank-original): Set
9902         buffer-file-coding-system from the one used by the message whose
9903         text is yanked.
9905         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
9906         to "windows" when "pgnuplot" is used.
9907         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
9908         call accept-process-output if "pgnuplot" is used.
9909         (calc-graph-init): Don't send -display and -geometry to
9910         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
9911         running "pgnuplot -V" with shell-command-to-string.
9913         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
9914         the default.
9916 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
9918         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
9919         org/org-latex.elc.
9921 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
9923         * vc-dispatcher.el (vc-resynch-window): Update comment.
9925         * term.el (term-handle-ansi-escape): Add comments with the
9926         terminfo capabilities implemented.
9928 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
9930         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
9931         (gdb-var-create-handler): Rewritten using JSON parser.
9932         (gdb-propertize-header): Moved earlier.
9933         (gdb-set-header): Removed to avoid duplication.
9934         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
9935         Refresh disassembly buffers only after threads list have been
9936         update.
9937         (gdb-threads-header, gdb-registers-header): Per-buffer header line
9938         variables.
9940 2009-08-04  Juri Linkov  <juri@jurta.org>
9942         * files.el: Commands to add/delete file/directory-local variables.
9943         (read-file-local-variable, read-file-local-variable-value)
9944         (read-file-local-variable-mode, modify-file-local-variable)
9945         (modify-file-local-variable-prop-line)
9946         (modify-dir-local-variable): New functions.
9947         (add-file-local-variable, delete-file-local-variable)
9948         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
9949         (add-dir-local-variable, delete-dir-local-variable)
9950         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
9951         (copy-dir-locals-to-file-locals-prop-line): New commands.
9953 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
9955         * abbrev.el (insert-abbrev-table-description): Prettify output.
9956         Suggested by Karl Chen.
9958 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
9960         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
9961         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
9962         (gdb-overlay-arrow-position, gdb-thread-position)
9963         (gdb-disassembly-position): Declare variables.
9964         (gdb-wait-for-pending): Function now.
9965         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
9966         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
9967         compilation goes smoothly.
9968         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
9969         (gdb-non-stop-setting): New customization setting which replaces
9970         `gdb-non-stop' so changing it doesn't break active GDB session.
9971         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
9972         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
9973         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
9974         (gdb-show-threads-by-default): New customization options.
9975         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
9976         routines.
9977         (gdb-get-buffer-create): Send buffers update signal when they are
9978         created.
9979         (gdb-invalidate-locals, gdb-invalidate-registers)
9980         (gdb-invalidate-breakpoints)
9981         (gdb-invalidate-threads, gdb-invalidate-disassembly)
9982         (gdb-invalidate-memory): Accept update signal.
9983         (gdb-current-context-command): Use --frame option.
9984         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
9985         Implement `gdb-frame-number' selection logic.
9986         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
9987         whether to show GUD toolbar buttons.
9988         (gdb-thread-exited): Unselect current thread when it exits.
9989         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
9990         (gdb-mark-line): Routine which sets overlay arrow or inverses
9991         video on fringeless displays.
9992         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
9993         to build aligned columns of data in GDB buffers and set text
9994         properties line-by-line.
9995         (gdb-invalidate-breakpoints)
9996         (gdb-breakpoints-list-handler-custom)
9997         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
9998         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
9999         (gdb-registers-handler-custom): Align data columns.
10000         (gdb-locals-handler-custom): Now prints data like in variable
10001         declarations.
10002         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
10003         Removed confusing buttons.
10004         (gdb-invalidate-threads): Append --frame.
10005         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
10006         between breakpoints/threads buffers.
10007         (gdb-set-window-buffer): Now can ignore dedicated windows.
10008         (gdb-propertize-header): Use `gdb-set-window-buffer'.
10009         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
10010         (def-gdb-thread-buffer-gud-command): Replaces
10011         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
10012         for fine thread control.
10013         (gdb-preempt-existing-or-display-buffer): New function used to
10014         display bound buffers without breaking window layout.
10015         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
10016         (gdb-select-frame): New version of `gdb-frames-select' which now
10017         sets `gdb-frame-number' so commands may use --frame option instead
10018         of inner debugger state.
10019         (gdb-frame-handler): Do not set `gdb-frame-number'.
10020         (gdb-threads-mode-map): Select threads with mouse.
10022         * progmodes/gud.el (gdb-gud-context-call): Declare function to
10023         avoid compilation warning.
10024         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
10025         `gdb-show-stop-p`.
10027         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
10028         Argument `key' renamed to `buffer-type'.
10029         (gdb-current-context-buffer-name): Do not add thread info to
10030         buffer name when no thread is selected.
10031         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
10032         command (bug 3794).
10033         (gdb-thread-selected): Handle `=thread-selected' notification.
10034         (gdb-wait-for-pending): New macro to deal with congestion problems.
10035         (gdb-breakpoints-list-handler-custom): Don't fail on pending
10036         breakpoints.
10037         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
10038         This fixes problem similar to one described in bug 3947.
10039         (gud-menu-map): More menu items.
10040         (gdb-init-1): Reset `gdb-thread-number' to nil.
10042         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
10043         non-stop settings.
10045         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
10046         (gdb-current-context-command): Do not append --thread if
10047         `gdb-thread-number' is nil.
10048         (gdb-running-threads-count, gdb-stopped-threads-count): New
10049         variables.
10050         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
10051         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
10052         customization options.
10053         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
10054         GUD commands.
10055         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
10056         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
10057         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
10058         set `gdb-thread-number' and update `gud-running' properly.
10059         (gdb-running): Update threads list when new threads appear.
10060         (gdb-stopped): Support non-stop operation and new thread switching
10061         logic.
10062         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
10063         (gdb-json-partial-output): New set of JSON routines.
10064         (def-gdb-auto-update-trigger): New `signal-list' optional
10065         argument.
10066         (gdb-thread-list-handler-custom): Update `gud-running',
10067         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
10068         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
10069         (gdb-continue-thread, gdb-step-thread): New commands for fine
10070         thread execution control.
10071         (gud-menu-map): New menu items to switch non-stop options.
10072         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
10073         (gdb-send): Mimic RET properly (bug 3794).
10075         * progmodes/gdb-mi.el (gdb-rules-name-maker)
10076         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
10077         gdb-buffer-rules.
10078         (def-gdb-auto-update-handler): New nopreserve optional argument.
10079         (gdb-stack-list-frames-custom): Print stack from top to bottom.
10081         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
10082         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
10083         (gdb-parent-mode): New mode to derive other GDB modes from.
10084         (gdb-display-disassembly-for-thread)
10085         (gdb-frame-disassembly-for-thread): New commands for threads
10086         buffer.
10088         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
10089         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
10090         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
10091         (gdb-update): We now store all GDB buffers in a list so that they
10092         can be updated by traversing a list instead of calling invalidate
10093         triggers explicitly.
10094         (def-gdb-trigger-and-handler): New macro to define trigger-handler
10095         pair for GDB buffer.
10096         (gdb-stack-buffer-name): Add thread information.
10097         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
10098         handle pending triggers.
10099         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
10100         (def-gdb-thread-buffer-simple-command)
10101         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
10102         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
10103         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
10104         New commands which show buffers bound to thread.
10105         (gdb-stack-list-locals-regexp): Removed unused regexp.
10107         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
10108         (gdb-locals-buffer-name, gdb-registers-buffer-name)
10109         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
10110         to (gud-comint-buffer) in *-buffer-name functions
10111         because (gdb-get-target-string) already does that.
10112         (gdb-locals-handler-custom, gdb-registers-handler-custom)
10113         (gdb-changed-registers-handler): Rewritten without regexps.
10115         * progmodes/gdb-mi.el: Basic thread selection support.
10116         (gdb-thread-number): New variable.
10117         (gdb-current-context-command): New macro which adds --thread
10118         option to command.
10119         (gdb-threads-mode-map): Select thread with SPC.
10120         (gdb-thread-list-handler-custom): Mark current thread with overlay
10121         arrow.  Synchronize GDB thread and Emacs thread.
10122         (gdb-select-thread): New command which selects current thread.
10123         (gdb-invalidate-frames, gdb-invalidate-locals)
10124         (gdb-invalidate-registers): Use --thread option.
10126 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
10128         * net/tramp.el (top): Make check for tramp-gvfs loading more
10129         robust.  (Bug#3977)
10130         (tramp-handle-insert-file-contents): `unwind-protect' must be
10131         inside `with-parsed-tramp-file-name'.
10133         * net/tramp-gvfs.el (top): Remove superfluous message when loading
10134         fails.
10136 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
10138         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
10139         directory if CLASSPATH is not set.
10141 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
10143         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
10144         New defconst.
10145         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
10147 2009-08-02  Kevin Ryde  <user42@zip.com.au>
10149         * net/newst-backend.el (newsticker--raw-url-list-defaults):
10150         Update freshmeat link.  Delete newsforge.com as it seems gone.
10152 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10154         * select.el (x-set-selection): Doc fix (Bug#4021).
10156         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
10158         * help-fns.el (describe-variable): Treat list return values from
10159         dir-locals-find-file properly (Bug#4005).
10161 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
10163         * net/tramp.el (tramp-debug-message): Print also microseconds.
10165 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
10167         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
10168         or END is non-nil.
10169         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
10170         (tramp-get-debug-buffer): Change `outline-regexp' according to new
10171         format.
10173         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
10174         (tramp-get-file-property): Use it.
10176         * autorevert.el (auto-revert-handler): Allow
10177         `auto-revert-tail-mode' for remote files.
10179 2009-08-02  Jason Rumney  <jasonr@gnu.org>
10181         * minibuffer.el (read-file-name): Treat confirm options to
10182         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
10184 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
10186         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
10187         (font-lock-variable-name-face, font-lock-constant-face): Darken
10188         the colors for light backgrounds.
10190 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
10192         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
10193         month names.  (Bug#3987)
10195 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
10197         * simple.el (line-move-finish): Pass whole number to
10198         line-move-to-column.
10199         (line-move-visual): Perform hscroll to the recorded position.
10201 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
10203         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
10205 2009-07-29  Alan Mackenzie  <acm@muc.de>
10207         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
10209 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
10211         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
10212         (gdb-place-breakpoints): Use full path when setting breakpoints.
10214 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
10216         * calc/calc.el (calc-mode-map): Add keybinding for
10217         `calc-transpose-lines'.
10219 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
10221         * calc/calc-misc.el (calc-transpose-lines): New function.
10223 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
10225         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
10226         Simplify check for out-of-band methods.
10227         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
10228         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
10230 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
10232         * vc-git.el (vc-git-checkin): Fix typo.
10234 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
10236         * progmodes/js2-mode.el: New file.
10238 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
10240         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
10241         (gud-menu-map): Adjust tooltip accordingly.
10243 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
10245         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
10246         (vc-bzr-log-view-mode): Adjust log-view-file-re.
10248         * add-log.el (change-log-mode-map): Add a menu.
10250 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
10252         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
10253         function returns nil.
10254         (dbus-handle-event): Handle special return value :ignore.
10255         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
10257 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
10259         * view.el (view-mode-enable): Don't define Helper-return-blurb if
10260         it's not needed.
10262 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
10264         Fix Bug#3888:
10266         * w32-vars.el (x-select-enable-clipboard): Doc fix.
10268         * term/pc-win.el (x-display-name, x-colors)
10269         (x-select-enable-clipboard, x-select-text): Doc fix.
10271         * term/common-win.el (x-display-name, x-colors): Doc fix.
10273         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
10274         (xw-defined-colors): Doc fix.
10276         * w32-fns.el (x-select-text, x-setup-function-keys)
10277         (x-get-selection, x-set-selection): Doc fix.
10279         * term/x-win.el (x-select-text, x-setup-function-keys)
10280         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
10282         * select.el (x-set-selection): Doc fix.
10284 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
10286         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
10287         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
10288         "IsNSSSupportAvailable" method is not available.  Reported by
10289         Steve Youngs <steve@sxemacs.org>.
10291 2009-07-24  Kenichi Handa  <handa@m17n.org>
10293         * international/characters.el: Fix setting of category ?C, ?|, ?K,
10294         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
10295         (build-unicode-category-table): Fix range checks.
10297 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
10299         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
10300         the buffer we try to sync is current when calling
10301         vc-resynch-buffer.
10303         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
10304         not show up to date files.
10306 2009-07-24  Glenn Morris  <rgm@gnu.org>
10308         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
10309         Add autoload cookies.  If necessary, initialize.
10310         (elint-log): Handle non-file buffers.
10311         (elint-initialize): Add optional argument to reinitialize.
10312         (elint-find-builtin-variables): Save excursion.
10314 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
10316         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10317         for Lint.
10319 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
10321         * vc.el (vc-print-log-internal): New function, split out from ...
10322         (vc-print-log): ... here.
10323         (vc-dir-move-to-goal-column): Declare.
10325         * vc-git.el (vc-git-add-signoff): New variable.
10326         (vc-git-checkin): Use it.
10327         (vc-git-toggle-signoff): New function.
10328         (vc-git-extra-menu-map): Bind it to menu.
10329         (vc-git--run-command-string): Accept a nil FILE argument.
10330         (vc-git-stash-list): New function.
10331         (vc-git-dir-extra-headers): Use it.
10333 2009-07-23  Glenn Morris  <rgm@gnu.org>
10335         * help-fns.el (describe-variable): Describe ignored and risky local
10336         variables in a similar way to that in which we describe safe ones.
10338         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
10339         (byte-compile-output-file-form, byte-compile-output-docform)
10340         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
10341         Give some more local variables with common names a "bytecomp-" prefix,
10342         so as not to shadow things during compilation.
10343         * emacs-lisp/cl-macs.el (load-time-value)
10344         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
10345         `outbuffer' to `bytecomp-outbuffer'.
10347         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
10348         since the next two variables cover them automatically now.
10349         (elint-builtin-variables, elint-autoloaded-variables): New.
10350         (elint-unknown-builtin-args): Remove all members, since they can be
10351         parsed automatically now.
10352         (elint-extra-errors): New.
10353         (elint-env-add-env, elint-env-add-macro): Use cadr.
10354         (elint-current-buffer): Use or.  Change final message.
10355         (elint-get-top-forms): Use line-end-position.
10356         (elint-init-env): Use cadr.  Handle autoload, declare-function,
10357         and defalias.
10358         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
10359         (regexp-assoc): Remove unused function.
10360         (elint-top-form): Set elint-current-pos, to record the start of the
10361         top-level form, for compilation-mode.
10362         (elint-form): Trap errors in macro expansion.  Use dolist.
10363         (elint-unbound-variable): Use elint-builtin-variables and
10364         elint-autoloaded-variables.
10365         (elint-get-args): Use cadr, or.
10366         (elint-check-cond-form): Use dolist, cadr.
10367         (elint-check-condition-case-form): Doc fix.  Use cadr.
10368         Use elint-extra-errors.
10369         (elint-log): New function.
10370         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
10371         Distinguish errors and warnings.
10372         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
10373         Use a bytecomp-style format.
10374         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
10375         (elint-get-log-buffer): Use compilation mode.  Disable undo.
10376         Don't truncate lines.
10377         (elint-initialize): Set builtin and autoloaded variable lists.
10378         Only process elint-unknown-builtin-args if non-nil.
10379         (elint-find-builtin-variables, elint-find-autoloaded-variables):
10380         New functions.
10381         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
10383 2009-07-22  Kevin Ryde  <user42@zip.com.au>
10385         * net/newst-backend.el (newsticker--parse-atom-1.0)
10386         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
10387         (newsticker--parse-rss-1.0):
10388         * progmodes/idlwave.el (idlwave-mode):
10389         * progmodes/idlw-shell.el (idlwave-shell-mode):
10390         * progmodes/vera-mode.el (vera-mode):
10391         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
10392         * progmodes/vhdl-mode.el (vhdl-mode):
10393         * textmodes/table.el (table-generate-source)
10394         (table--warn-incompatibility):
10395         Hyperlink urls in docstrings with URL `...'.
10397 2009-07-22  Glenn Morris  <rgm@gnu.org>
10399         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
10400         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
10401         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
10402         Remove leading * from defcustom docs.
10404         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
10406         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
10407         defcustom doc.
10408         (list-load-path-shadows): Optionally, just return shadows as a string.
10410         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
10412 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
10414         * mail/rmailedit.el (rmail-edit-mode): Use
10415         auto-save-include-big-deletions.
10417         * mail/rmail.el (rmail-variables): Use
10418         auto-save-include-big-deletions.
10420         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
10421         changes.
10423 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
10425         * calc/calc.el (calc-undo-length): New variable.
10426         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
10428 2009-07-21  Richard Stallman  <rms@gnu.org>
10430         * files.el (auto-save-mode): Handle buffer-save-size = -2
10431         for toggling mode.
10433 2009-07-21  Glenn Morris  <rgm@gnu.org>
10435         * textmodes/ispell.el (ispell-looking-back): Update declaration.
10437         * calendar/todo-mode.el (calendar-current-date): Update declaration.
10439         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
10440         silence compiler.  Instead...
10441         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
10442         (ps-print-ensure-fontified): Update for above function name changes.
10444         * printing.el (pr-mh-get-msg-num, pr-mh-show)
10445         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
10446         silence compiler.  Instead...
10447         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
10448         (mh-show-buffer): Only define for compiler.
10449         (pr-mh-current-message): Update for above function name changes.
10451         * files.el (abort-if-file-too-large): Explicitly pass `filename'
10452         as an argument.
10453         (find-file-noselect, insert-file-1): Update for above change.
10455         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
10457         * mail/mailclient.el (mailclient-send-it): Fix message.
10459         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
10460         (edebug-eval): Check cl-debug-env is bound.
10461         (print-level, print-circle): Don't redefine built-in variables.
10463         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
10464         (custom-print-vectors): Remove old comments from doc.
10466         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
10467         (emerge-version): Make the variable an obsolete alias for the
10468         emacs-version variable.  Make the function obsolete.
10469         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
10470         Emerge options, rather than merging in into the main Options menu.
10471         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
10472         and auto advance modes.  Disable edit/fast items when not relevant.
10474 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
10476         * term/vt420.el (terminal-init-vt420): Fix typo.
10478 2009-07-20  Sam Steingold  <sds@gnu.org>
10480         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
10481         variable (removed from compile.el on 2004-03-11).
10483 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
10485         * files.el (hack-local-variables-filter): Fix last change.
10487 2009-07-19  Juri Linkov  <juri@jurta.org>
10489         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
10490         (dir-local-variables-alist): New buffer-local variable.
10491         (hack-local-variables-filter): If variable is not dir-local,
10492         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
10493         because file-local overrides dir-local.
10494         (c-postprocess-file-styles) <declare-function>:
10495         Remove obsolete declaration.
10496         (hack-dir-local-variables): Add dir-local variable/value pair to
10497         `dir-local-variables-alist' and remove duplicates.  Doc fix.
10499         * help-fns.el (describe-variable): Add information about
10500         file-local and dir-local variables.
10502 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
10504         * files.el (hack-local-variables-filter): Rewrite.
10506 2009-07-19  Glenn Morris  <rgm@gnu.org>
10508         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
10509         Silence compiler by only defining on XEmacs.
10511         * international/mule.el (auto-coding-regexp-alist): Only match
10512         BABYL... at the start of buffer, not of lines.  (Bug#3790)
10514         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
10515         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
10516         (cal-menu-context-mouse-menu): Doc fix.
10518         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
10520         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
10522 2009-07-18  Juri Linkov  <juri@jurta.org>
10524         * info.el: Virtual Info keyword finder.
10525         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
10526         (Info-finder-file): New variable.
10527         (Info-finder-find-file): New function.
10528         (finder-known-keywords, finder-package-info)
10529         (find-library-name, lm-commentary): Use defvar and
10530         declare-function to silence compiler warnings.
10531         (Info-finder-find-node): New function.
10532         (info-finder): New command.
10534         * subr.el (process-kill-buffer-query-function): New function.
10535         (add-hook)<kill-buffer-query-functions>: Add hook
10536         `process-kill-buffer-query-function'.
10538 2009-07-18  Alan Mackenzie  <acm@muc.de>
10540         * progmodes/cc-mode.el (c-before-hack-hook)
10541         (c-postprocess-file-styles): Give invocation of `c-set-style'
10542         DONT-OVERRIDE parameter of t.  Already set style variables will
10543         thus not be overridden by style settings given by `c-file-syle'.
10545         * files.el (hack-local-variables-filter): Remove entries with
10546         duplicate keys from `file-local-variables-alist'.
10548 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10550         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
10551         x-set-selection if display-selections-p returns nil for the
10552         current frame.
10554 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
10556         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
10558 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
10560         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
10561         Accept nil in addition to a regexp.
10562         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
10563         Accept nil in addition to a regexp.
10564         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
10565         buffers that have an associated file.  Handle nil values of
10566         desktop-buffers-not-to-save and desktop-files-not-to-save.
10567         (Bug#3833)
10569         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
10570         (x-disown-selection-internal): New functions.
10572 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
10574         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
10575         warning.
10576         (gdb-breakpoints-header): Move forward to avoid compiler warning.
10577         (gdb-make-header-line-mouse-map): Remove duplicate definition.
10579 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
10581         * simple.el (set-mark): Revert last change.
10583 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
10585         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
10586         rendering of pngs is not possible instead of messaging a long
10587         description.
10589 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
10591         * w32-fns.el (x-selection-owner-p): New function.
10593         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
10594         (mouse-yank-at-click, mouse-yank-primary): If
10595         select-active-regions is non-nil, deactivate the mark before
10596         insertion.
10598         * simple.el (deactivate-mark, set-mark): Only save selection if we
10599         own it.
10601 2009-07-17  Kenichi Handa  <handa@m17n.org>
10603         * case-table.el (describe-buffer-case-table): Fix for the case
10604         that KEY is a cons.
10606 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
10608         * vc-rcs.el (vc-rcs-find-file-hook):
10609         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
10611 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
10613         * net/tramp.el (tramp-wait-for-output): Handle the case when
10614         commands do not return a newline but a null byte before the shell
10615         prompt.  (Bug#3858)
10617 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10619         * term/ns-win.el (ns-set-alpha): Don't declare.
10620         (ns-set-background-alpha): Remove function.
10622 2009-07-16  Kevin Ryde  <user42@zip.com.au>
10624         * emacs-lisp/copyright.el (copyright-update): Save match-data across
10625         y-or-n-p, for safety.
10627 2009-07-16  Richard Stallman  <rms@gnu.org>
10629         * files.el (auto-save-mode): If buffer-saved-size is -2,
10630         don't clobber it.
10632         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
10633         (rmail-retry-ignored-headers): Add more uninteresting fields.
10635 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
10637         * net/rcirc.el (rcirc): Use history variables.
10638         (rcirc-server-name-history, rcirc-nick-name-history)
10639         (rcirc-server-port-history): New variables.
10641 2009-07-15  Kenichi Handa  <handa@m17n.org>
10643         * international/mule-cmds.el (set-language-environment-charset):
10644         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
10645         ignore them.
10647         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
10648         Delete unibyte-display.
10650 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10652         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
10654 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
10656         * simple.el (deactivate-mark): Optional argument FORCE.
10657         (set-mark): Use deactivate-mark.
10659         * info.el (Info-search): No need to check transient-mark-mode
10660         before calling deactivate-mark.
10662         * select.el (x-set-selection): Doc fix.
10663         (x-valid-simple-selection-p): Allow buffer values.
10664         (xselect--selection-bounds): Handle buffer values.  Suggested by
10665         David De La Harpe Golden.
10667         * mouse.el (mouse-set-region, mouse-drag-track): Call
10668         copy-region-as-kill before setting the mark, to let
10669         select-active-regions work.
10671 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
10673         * simple.el (deactivate-mark): If select-active-regions is
10674         non-nil, copy the selection data into a string.
10675         (activate-mark): If select-active-regions is non-nil, set the
10676         selection to the current buffer.
10677         (set-mark): Update selection if select-active-regions is non-nil.
10679         * select.el (x-valid-simple-selection-p): Allow buffer values.
10681 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10683         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
10684         and more featureful message-mode.
10686 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
10688         * select.el (x-set-selection): Doc fix.
10689         (x-valid-simple-selection-p): Disallow selection data consisting
10690         of a list or cons of integers, since that is not used.
10691         (xselect--selection-bounds, xselect--int-to-cons): New functions.
10692         (xselect-convert-to-string, xselect-convert-to-length)
10693         (xselect-convert-to-filename, xselect-convert-to-charpos)
10694         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
10696 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
10698         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
10699         output in -break-info command (Emacs bug #3794).
10701 2009-07-14  Glenn Morris  <rgm@gnu.org>
10703         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
10704         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
10705         (edebug-print-length, edebug-print-level, edebug-print-circle)
10706         (edebug-sit-for-seconds, edebug-view-outside)
10707         (edebug-bounce-point, edebug-set-global-break-condition)
10708         (edebug-Go-nonstop-mode, edebug-trace-mode)
10709         (edebug-Trace-fast-mode, edebug-continue-mode)
10710         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
10711         (edebug-visit-eval-list): Doc fixes.
10713         * subr.el (def-edebug-spec): Doc fix.
10715 2009-07-14  Kenichi Handa  <handa@m17n.org>
10717         * international/characters.el: Fix setting of category ?C.
10719 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
10721         * term/ns-win.el (x-select-font): defalias x-select-font to
10722         ns-popup-font-panel instead of generate-fontset-menu.
10724 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
10726         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
10728 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
10730         * arc-mode.el (archive-find-type): Allow for a PK00 string before
10731         the PK\003\004 header (Bug#3770).
10733 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
10735         * pcomplete.el (pcomplete-comint-setup): Check for
10736         shell-dynamic-complete-filename too.
10738 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
10740         * simple.el (temporary-goal-column): Change the value for
10741         line-move-visual to a cons cell.
10742         (line-move-visual): Record or set the window hscroll, if
10743         necessary (Bug#3494).
10744         (line-move-1): Handle cons value of temporary-goal-column.
10746 2009-07-11  Kenichi Handa  <handa@m17n.org>
10748         * international/mule-diag.el (describe-character-set): Don't show
10749         width.
10751 2009-07-10  Sam Steingold  <sds@gnu.org>
10753         * progmodes/compile.el (compilation-mode-font-lock-keywords):
10754         Omake sometimes indents the errors it prints, so allow all
10755         regexps to start with spaces.
10757 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
10759         * cus-edit.el (customize-changed-options-previous-release):
10760         Bump value to 22.1.  (Bug#3804)
10762 2009-07-08  Sam Steingold  <sds@gnu.org>
10764         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
10765         to be a cons cell (test . ignored-directory) to selectively ignore
10766         some directories depending on the location of the search.
10768 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
10770         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
10771         remote user is root, on the local host.
10772         (tramp-local-host-p): Either the local user or the remote user
10773         must be root.  (Bug#3771)
10775 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10777         * progmodes/gdb-mi.el (gdb): Remove description of
10778         gdb-use-separate-io-buffer.
10779         (menu): Don't allow toggling of or enable
10780         gdb-use-separate-io-buffer from menubar.
10782 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
10784         * mail/unrmail.el (unrmail): Make sure the message ends with two
10785         newlines (Bug#3769).
10787 2009-07-08  Glenn Morris  <rgm@gnu.org>
10789         * calendar/calendar.el (calendar-current-date): Rework previous change.
10791 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
10793         * calendar/calendar.el (calendar-current-date):
10794         Add an optional argument giving an offset from today.
10796 2009-07-08  Glenn Morris  <rgm@gnu.org>
10798         * tutorial.el (tutorial--describe-nonstandard-key):
10799         Adjust the message for when a key has been unbound.
10800         (help-with-tutorial): Hide the arch-tag.
10802 2009-07-08  Kenichi Handa  <handa@m17n.org>
10804         * international/fontset.el (setup-default-fontset): For each
10805         script, append (not set) font-specs.
10807         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
10808         docstring.
10810 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
10812         * progmodes/gdb-mi.el (gdb-init-1): Move sending
10813         -data-list-register-names to ...
10814         (gdb-starting): ... here because GDB 7.0 requires execution to
10815         have started when using this MI command.
10816         (gdb-set-header): New function to distinguish select and
10817         unselected tabs in gdb buffers.
10818         (gdb-propertize-header): New macro that uses gdb-set-header.
10819         (gdb-breakpoints-header, gdb-locals-header): Use it.
10820         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
10822 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
10824         * Makefile.in (ELCFILES): Remove fadr.elc.
10826 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
10828         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
10829         may contain frame information, so `string-match' should be used.
10830         (gdb-update): Disassembly is invalidated through
10831         `gdb-get-selected-frame'.
10832         (gdb-pad-string): New function to pad string with spaces.
10833         (gdb-invalidate-disassembly): Invalidate only if the buffer
10834         exists.
10835         (gdb-disassembly-handler-custom): Column alignment.
10836         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
10837         placing new ones.
10838         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
10839         end of line, too.
10840         (gdb-frame-handler): Match convention to for disassembly buffer
10841         mode name.
10842         (gdb-stack-list-frames-handler): Rewritten without regexps.
10843         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
10844         not highlight breakpoints without line information.
10845         (gdb-input): Add trailing newline to command.
10847         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
10848         buffer properly.
10849         (gdb-breakpoints-list-handler-custom): Replacement for
10850         `gdb-break-list-handler'.  Using real parser instead of regexps
10851         now.
10852         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
10853         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
10854         to place breakpoints.
10855         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
10856         functions.
10857         (gdb-disassembly-handler-custom): Show overlay arrow.
10858         (gdb-disassembly-place-breakpoints): Show breakpoints in
10859         disassembly buffer.
10860         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
10861         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
10862         instead of parsing breakpoints buffer.  Fixed old menu references
10863         in `gud-menu-map'.
10865         * fadr.el: Remove.
10867         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
10868         (gdb-memory-address): New variable which holds top address of
10869         memory page shown in memory buffer.
10870         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
10871         customization variables.
10872         New functions:
10873         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
10874         display the memory buffer.
10875         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
10876         buffer display parameters.
10877         (def-gdb-memory-format, gdb-memory-format-binary)
10878         (gdb-memory-format-octal, gdb-memory-format-unsigned)
10879         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
10880         Functions for setting memory buffer format.
10881         (gdb-memory-unit-word, gdb-memory-unit-halfword)
10882         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
10883         unit size used in memory buffer.
10884         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
10885         to next/previous page of memory buffer.
10886         Now using (bindat-get-field) instead of fadr functions.
10888 2009-07-07  Sam Steingold  <sds@gnu.org>
10890         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
10891         non-top-level files.
10893 2009-07-07  Kenichi Handa  <handa@m17n.org>
10895         * international/mule-cmds.el (reset-language-environment): Put
10896         the highset priority to the charset iso-8859-1.
10898 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10900         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
10901         to the end of the line when locating the block (Bug#700).
10903 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
10905         * net/tramp.el (tramp-handle-write-region): Flush file properties
10906         in case of short track.
10908 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
10910         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
10911         Coded custom representation of verilog error regular expressions
10912         to work with Emacs-22's new format.
10913         (verilog-error-regexp-xemacs-alist): Coded custom representation
10914         of verilog error regular expressions to work with XEmacs format.
10915         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
10916         error recognition into XEmacs.
10917         (verilog-error-regexp-add-emacs): Hook routine to install verilog
10918         error recognition into Emacs-22.
10920 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
10922         * woman.el: Remove stand-alone closing parentheses.
10923         (woman-file-name, woman2-format-paragraphs)
10924         (woman-leave-blank-lines): Code cleanup.
10925         (woman-use-own-frame): Change default to nil.
10926         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
10927         defaults to inherit from default faces.
10928         (woman2-process-escapes): Consume the newline after a stand-alone
10929         filler character (Bug#3651).
10931 2009-07-06  Glenn Morris  <rgm@gnu.org>
10933         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
10934         (top-level): Move provide to the end.
10935         (ffap): Remove defunct URL from custom group.
10937         * subr.el (eval-after-load): Doc fix.
10939 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
10941         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
10942         `calc-embedded-word' is called twice.
10944 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10946         * files.el (find-alternate-file-other-window, find-alternate-file):
10947         Obey confirm-nonexistent-file-or-buffer.
10949 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
10951         * dired-aux.el (dired-show-file-type): Handle remote files.
10953 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
10955         * desktop.el (desktop-globals-to-save):
10956         Add file-name-history (Bug#2750).
10958 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
10960         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
10962 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
10964         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
10965         property on entire argument since this is what eshell-lisp-command
10966         expects.
10968 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
10970         * net/tramp-gvfs.el (tramp-gvfs-methods)
10971         (tramp-gvfs-zeroconf-domain)
10972         (tramp-bluez-discover-devices-timeout): Add version flag.
10973         (tramp-gvfs-handler-mounted-unmounted)
10974         (tramp-gvfs-connection-mounted-p): Polish handling of
10975         incompatibilities between GVFS 0.2 and 1.0.
10977 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
10979         * cus-start.el (all): Add make-pointer-invisible.
10981 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
10983         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
10984         formatted correctly.
10986 2009-07-02  Juri Linkov  <juri@jurta.org>
10988         * info.el: Virtual Info files and nodes.
10989         (Info-virtual-files, Info-virtual-nodes): New variables.
10990         (Info-current-node-virtual): New variable.
10991         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
10992         New functions.
10993         (Info-file-supports-index-cookies): Use Info-virtual-file-p
10994         to check for a virtual file instead of checking a fixed list
10995         of node names.
10996         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
10997         instead of ad-hoc processing of "dir" and (apropos history toc).
10998         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
10999         instead of ad-hoc processing of "dir" and (apropos history toc).
11000         Reread a file when moving from a virtual node.
11001         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
11002         (Info-directory-toc-nodes, Info-directory-find-file)
11003         (Info-directory-find-node): New functions.
11004         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
11005         (Info-history): Move part of code to
11006         `Info-history-find-node'.
11007         (Info-history-toc-nodes, Info-history-find-file)
11008         (Info-history-find-node): New functions.
11009         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
11010         (Info-toc): Move part of code to `Info-toc-find-node'.
11011         (Info-toc-find-node): New function.
11012         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
11013         the current Info file name to references because now the node
11014         "*TOC*" belongs to the same Info manual.
11015         (Info-toc-build): Rename from `Info-build-toc'.
11016         (Info-toc-nodes): Rename input argument `file' to `filename'.
11017         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
11018         instead of ad-hoc processing of ("dir" apropos history toc).
11019         (Info-index-nodes): Use Info-virtual-file-p
11020         to check for a virtual file instead of checking a fixed list
11021         of node names.
11022         (Info-index-node): Add check for `Info-current-node-virtual'.
11023         Raise `save-match-data' higher up the tree to contain
11024         `search-forward' too (bug fix).
11025         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
11026         (Info-virtual-index-nodes): New variable.
11027         (Info-virtual-index-find-node, Info-virtual-index): New functions.
11028         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
11029         (Info-apropos-file, Info-apropos-nodes): New variables.
11030         (Info-apropos-toc-nodes, Info-apropos-find-file)
11031         (Info-apropos-find-node, Info-apropos-matches): New functions.
11032         (info-apropos): Move part of code to `Info-apropos-find-node' and
11033         `Info-apropos-matches'.
11034         (Info-mode-map): Bind "I" to `Info-virtual-index'.
11035         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
11036         for a virtual file instead of checking a fixed list of node names.
11038         * simple.el (async-shell-command): New command.
11040         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
11042         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
11043         instead of `mount-info'.
11045 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
11047         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
11048         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
11050 2009-07-02  Kenichi Handa  <handa@m17n.org>
11052         * international/mule.el (set-keyboard-coding-system): Force *-unix
11053         coding-system to avoid eol conversion.
11055 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
11057         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
11058         Add handler for `process-file', `shell-command' and
11059         `start-file-process'.
11060         (tramp-gvfs-handle-shell-command)
11061         (tramp-gvfs-handle-start-file-process)
11062         (tramp-gvfs-handle-process-file): New defuns.
11063         (tramp-synce-list-devices): Simplify check for existence of property.
11065 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
11067         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
11069 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
11071         * language/korean.el (set-language-info-alist): Add korean-cp949,
11072         cp949 to spec.
11074 2009-07-01  Kenichi Handa  <handa@m17n.org>
11076         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
11078         * international/encoded-kb.el: Deleted.
11080         * international/mule.el (set-keyboard-coding-system): Perform the
11081         necessary setup here instead of calling encoded-kbd-setup-display.
11083 2009-07-01  Glenn Morris  <rgm@gnu.org>
11085         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
11087 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
11089         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
11091 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
11093         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
11094         Handle also the 'rename case, when setting file modes.  (Bug#3712)
11095         (tramp-default-file-modes): Remove execute permissions.
11097         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
11098         (top): Add a default for "synce" in `tramp-default-user-alist'.
11099         Add completion function for "synce" method.
11100         (tramp-hal-service, tramp-hal-path-manager)
11101         (tramp-hal-interface-manager, tramp-hal-interface-device):
11102         New defconst.
11103         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
11104         (tramp-synce-list-devices, tramp-synce-parse-device-names):
11105         New defuns.
11107         * net/trampver.el: Update release number.
11109 2009-06-30  Kenichi Handa  <handa@m17n.org>
11111         * international/fontset.el (setup-default-fontset): Add CJK fonts
11112         for symbols and the other miscellaneous characters.
11114         * language/korea-util.el (setup-korean-environment-internal):
11115         Make char-width-table suitable for Korean environments.
11116         (exit-korean-environment): Cancel above.
11118         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11119         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
11120         setup-function to make char-width-table suitable for respective
11121         environments, and an exit-function to cancel that.
11123         * language/japan-util.el (setup-japanese-environment-internal):
11124         Call use-cjk-char-width-table with arg `ja_JP'.
11126         * international/characters.el (cjk-char-width-table): Delete it.
11127         (cjk-char-width-table-list): New variable.
11128         (use-cjk-char-width-table): New arg local-name.
11129         (use-default-char-width-table): Fix for the case that Emacs is
11130         already using the default char-width-table.
11132 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
11134         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
11135         modes mandatory.  (Bug#3712)
11137 2009-06-29  Alan Mackenzie  <acm@muc.de>
11139         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
11140         correction between the visible width of TABs and their number of bytes.
11142 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
11144         * server.el (server-buffer-done): Prevent kill-buffer from
11145         prompting by clearing the buffer modification flag (Bug#3696).
11147 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
11149         * progmodes/verilog-mode.el (verilog-beg-of-statement)
11150         (verilog-endcomment-reason-re): Support unique case and priority case.
11151         (verilog-basic-complete-re): Support localparam lineup.
11152         (verilog-beg-of-statement-1): Fix for robustness, unique case.
11153         (verilog-set-auto-endcomments): Fix for unique case, always_comb
11154         commenting.
11155         (verilog-leap-to-case-head): Now support *nested* unique &
11156         priority case statements.
11157         (verilog-auto-lineup): Make just declarations the default (as it
11158         had been).
11159         (verilog-leap-to-case-head): Support priority/unique case statements.
11160         (verilog-auto-lineup): Rework to give users radio buttons to
11161         select the various styles of automatic lineup.
11162         (verilog-error-regexp-alist): Rework to support the XEmacs style
11163         of error regular expressions from compilers, lint tools &
11164         simulators.  Note that GNU Emacs has made it impossible for a mode
11165         to load such things.
11166         (electric-verilog-terminate-line, verilog-indent-declaration)
11167         (verilog-auto-wiure): Rework for radio button selection of
11168         auto-lineup selection of specification of auto lineup.
11169         (verilog-beg-of-statement-1): Redesign to support proper operation
11170         in additional code, based on testing with auto-lineup.
11171         (verilog-calculate-indent, assignments & declarations)
11172         (verilog-backward-token): Enhance to support auto-lineup of
11173         assignments & declarations.
11174         (verilog-in-directive-p, verilog-at-struct-p): New function for
11175         easy test of whether we are.
11176         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
11177         to support safe execution at almost anyline.
11178         (verilog-calc-1): Properly support indenting deep inside generate
11179         blocks.
11180         (verilog-init-font): Remove definition & use of verilog-init-font,
11181         as it is redundant with font-lock-defaults.
11182         (verilog-mode): Alter the definition of verilog-font-lock-defaults
11183         to avoid circular calls if syntax-ppss is a function (as is the
11184         case now in 22.x GNU Emacs) as that function would sometimes call
11185         itself, leading to (nearly) infinite recursion.
11186         (verilog-ovm-begin-re, verilog-ovm-end-re)
11187         (verilog-ovm-statement-re, verilog-leap-to-head)
11188         (verilog-backward-token): Add support for OVM macros.  Some are
11189         complete statements, and others open and close scopes like begin
11190         and end.
11191         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
11192         (verilog-defun-level-generate-only-re): Really fix the defun-list
11193         compilation issue.
11194         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
11195         coverpoint, constraint and cross statements.
11196         (verilog-defun-level-list, verilog-generate-defun-level-list)
11197         (verilog-all-defun-level-list): Redo these specifications - it is
11198         too hard to support eval-when compile aggregation of lists also
11199         built at when-compile time.
11200         (verilog-defun-level-list): Place defconsts of variables used in
11201         building regular expressions which are built in eval-when-compile
11202         bodies in the same eval-when-compile body to facilitate compile
11203         without load.
11204         (verilog-beg-block-re-ordered): Support indenting
11205         virtual/protected tasks and functions.
11206         (verilog-defun-level-list, verilog-in-generate-region-p)
11207         (verilog-backward-ws&directives, verilog-calc-1): Speed up
11208         indentation of some module items (generate items).
11209         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
11210         across virtual/protected tasks and functions.
11212 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
11214         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
11215         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
11216         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
11217         in concatenations.  Reported by Yishay Belkind.
11218         (verilog-auto-ascii-enum): Support one-hot state machines in
11219         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
11220         (verilog-auto-inst, verilog-auto-inst-port): Include interface
11221         modport in AUTOINST and add vl-modport for users.  Reported by
11222         David Rogoff.
11223         (verilog-auto-inout-module, verilog-auto-inst)
11224         (verilog-decls-get-interfaces, verilog-insert-definition)
11225         (verilog-insert-one-definition, verilog-read-decls)
11226         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
11227         (verilog-sig-modport, verilog-signals-combine-bus)
11228         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
11229         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
11230         Suggested by David Rogoff.
11231         (verilog-repair-open-comma): Fix non-insertion of comma when
11232         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
11233         (verilog-make-width-expression): Simplify [A-1:0] expression
11234         widths to just {A{1'b0}}.
11235         (verilog-mode): Cleanup checkdoc warnings.
11236         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
11237         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
11238         inputs/outputs or data type.  Suggested by Vasu Kandadi.
11239         (next-error-last-buffer): Fix byte-compiler warning.
11240         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
11241         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
11242         or shell command text during AUTO expansion.  Suggested by Tad Truex.
11243         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
11244         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
11245         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
11246         in AUTOINOUT.  Reported by Matthew Lovell.
11247         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
11248         causing use of <= assignments.  Reported by Alex Reed.
11249         (verilog-read-decls): Fix triand, trior, wand, wor to be
11250         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
11251         (verilog-extended-complete-re): Support import "DPI-C" functions.
11252         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
11253         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
11254         (verilog-insert-date, verilog-insert-year)
11255         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
11256         Windows systems.  Reported by Michael Potts.
11257         (verilog-read-module-name): Fix AUTOINST when the child module
11258         declaration's name is a tick define.  Reported by Elliot Mednick.
11259         (verilog-read-decls): Fix V2K parameter bit subscripts getting
11260         passed to next parameter's definition.  Reported by Bruce T.
11261         (verilog-read-decls): Fix detecting "parameter int" when using
11262         AUTOINSTPARAM.  Reported by Bruce T.
11263         (verilog-goto-defun): Fix goto not finding modules unless first
11264         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
11265         (verilog-mode): Expand -f flag arguments on entry to mode so
11266         verilog-goto-defun will work.  Reported by Lawrence Butcher.
11267         (verilog-getopt): Expand environment variables in -f file
11268         arguments.  Suggested by Lawrence Butcher.
11269         (verilog-set-define): Fix "Symbol's value as variable is void"
11270         when reading enumerations.
11271         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
11272         Suggested by Stephen Peltan.
11273         (verilog-read-defines): Fix reading of enumerations in include
11274         files.  Reported by Steve Peltan.
11276 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11278         * files.el (trash-directory): Fix defcustom type.
11280 2009-06-28  Juri Linkov  <juri@jurta.org>
11282         * help-fns.el (describe-function-1): Correctly locate adviced
11283         functions in hyperlink (Bug#2438).
11285 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
11287         * files.el (trash-directory): Change default to nil.
11288         (move-file-to-trash): If trash-directory is nil and
11289         system-move-file-to-trash is unbound, perform freedesktop-style
11290         trashing.
11292 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
11294         * files.el (move-file-to-trash): Add freedesktop trash
11295         support (Bug#973).
11297 2009-06-28  Glenn Morris  <rgm@gnu.org>
11299         * autorevert.el (global-auto-revert-non-file-buffers)
11300         (global-auto-revert-mode): Doc fixes.
11302 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
11304         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
11306 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
11308         * faces.el (x-handle-named-frame-geometry): Ensure that we have
11309         opened an X connection before calling x-get-resource (Bug#3194).
11311         * play/doctor.el: Remove reference to obsolete website.
11312         (make-doctor-variables): Correct grammar mistake (Bug#2633).
11314 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
11316         Remove find-file-not-found-hook VC method.  (Bug#2757)
11317         * vc-hooks.el (vc-file-not-found-hook)
11318         (vc-default-find-file-not-found-hook): Remove functions.
11319         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
11320         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
11321         * vc.el:
11322         * vc-hg.el:
11323         * vc-git.el: Do not mention find-file-not-found-hook VC method.
11325 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
11327         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
11328         compatibility function for `looking-back'.
11330         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11331         Use `ispell-looking-back'.
11333 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
11335         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
11336         rather than `filename'.
11338 2009-06-23  Miles Bader  <miles@gnu.org>
11340         * face-remap.el (text-scale-set): New function.
11342 2009-06-23  Glenn Morris  <rgm@gnu.org>
11344         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
11346         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
11348         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
11350         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
11352         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11353         Simplify Persian conditionals.
11355         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
11356         variable `filename'.
11358         * comint.el (comint-insert-input): Doc fix.
11360         * Makefile.in (ELCFILES): Fix typo in previous change.
11362 2009-06-23  Miles Bader  <miles@gnu.org>
11364         * cus-start.el: Add entry for `recenter-redisplay'.
11366 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11368         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
11369         Add an optional argument for the backend, use it instead of
11370         calling vc-backend.
11371         (vc-mode-line): Add an optional argument for the backend.
11372         Pass the backend to vc-state and vc-working-revision.  Move code for
11373         special handling for vc-state being a buffer to ...
11375         * vc-rcs.el (vc-rcs-find-file-hook):
11376         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
11378         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
11379         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
11380         vc-stay-local-p and vc-mode-line calls.
11382         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
11383         (vc-cvs-diff, vc-cvs-annotate-command)
11384         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
11385         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
11386         vc-mode-line calls.
11388         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
11389         direct comparison.
11390         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
11391         backend when calling vc-mode-line.
11392         (vc-register): Do not create a closure for calling the vc register
11393         function, call it directly.
11395 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
11397         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
11398         to make it obvious item can be clicked.
11400         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
11402 2009-06-23  Kenichi Handa  <handa@m17n.org>
11404         * language/korea-util.el (korean-key-bindings): Change the binding
11405         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
11406         same command.
11408 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
11410         Sync with Tramp 2.1.16.
11412         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
11414         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
11415         when a loading of a package fails.  Completion function for rsync
11416         is `tramp-completion-function-alist-ssh'.
11417         (all): Replace all calls of `split-string' and
11418         `tramp-split-string' by `tramp-compat-split-string'.
11419         (tramp-default-method): Use `tramp-compat-process-running-p'.
11420         (tramp-default-proxies-alist): Allow also Lisp forms.
11421         (tramp-remote-path): Add choice "Private Directories".
11422         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
11423         (tramp-domain-regexp): Allow also "-", "_" and ".".
11424         (tramp-end-of-output): Remove newlines, and add "$" at the end.
11425         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
11426         (tramp-debug-message): Insert header line in debug buffer.
11427         (tramp-handle-directory-files-and-attributes-with-stat):
11428         Care about filenames with spaces, or starting with "-".
11429         (tramp-handle-dired-uncache): New defun.
11430         (tramp-handle-insert-directory): Don't flush the directory from
11431         cache, this is handled by `dired-uncache' now.
11432         (tramp-handle-insert-file-contents): Improve error handling.
11433         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
11434         Quote `tramp-end-of-output'.
11435         (tramp-action-password): Improve trace message.
11436         (tramp-check-for-regexp): Both echoes must be present, before removing.
11437         (tramp-open-connection-setup-interactive-shell): Trace coding system.
11438         (tramp-compute-multi-hops): Eval cons cells of
11439         `tramp-default-proxies-alist'.
11440         (tramp-maybe-open-connection): Use the same command pattern for
11441         first hop and further hops.
11442         (tramp-wait-for-output): Remove handling of newlines.
11443         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
11444         (tramp-split-string): Remove function.  It is handled in
11445         tramp-compat now.
11447         * net/tramp-cmds.el (tramp-bug):
11448         Recommend `tramp-cleanup-all-connections' in the bug mail.
11450         * net/tramp-compat.el (tramp-compat-split-string)
11451         (tramp-compat-process-running-p): New defuns.
11453         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
11454         for `dired-uncache'.
11456         * net/tramp-gvfs.el: New package.
11458         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
11459         Add handler for `dired-uncache'.
11460         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
11462         * net/trampver.el: Update release number.  Make version check fit
11463         for SXEmacs 22.
11465 2009-06-22  Jim Meyering  <meyering@redhat.com>
11467         Automatically handle .xz suffix (XZ-compressed files), too.
11468         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
11469         XZ is the successor to LZMA: <http://tukaani.org/xz/>
11471 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
11472             Nick Roberts  <nickrob@snap.net.nz>
11474         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
11475         repository (http://sphinx.net.ru/hg/gdb-mi/).
11477 2009-06-22  Glenn Morris  <rgm@gnu.org>
11479         * files.el (dir-locals-collect-mode-variables): Allow for any number of
11480         `mode' and `eval' entries.  (Bug#3430)
11482         * Makefile.in (ELCFILES): Add fadr.elc.
11484         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
11485         differing behavior of \n and ^ in strings.  (Bug#3385)
11487         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
11489         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
11490         property.
11491         (lisp-indent-function): Make it a defcustom.
11493 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
11495         * progmodes/gdb-ui.el: Replace with ...
11496         * progmodes/gdb-mi.el: ... this file.
11497         * progmodes/gud.el: Modify for gdb-mi.el.
11499 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
11501         * fadr.el: New file.
11503 See ChangeLog.14 for earlier changes.
11505 ;; Local Variables:
11506 ;; coding: utf-8
11507 ;; End:
11509     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
11511   This file is part of GNU Emacs.
11513   GNU Emacs is free software: you can redistribute it and/or modify
11514   it under the terms of the GNU General Public License as published by
11515   the Free Software Foundation, either version 3 of the License, or
11516   (at your option) any later version.
11518   GNU Emacs is distributed in the hope that it will be useful,
11519   but WITHOUT ANY WARRANTY; without even the implied warranty of
11520   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11521   GNU General Public License for more details.
11523   You should have received a copy of the GNU General Public License
11524   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
11526 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1