* x-dnd.el (x-dnd-maybe-call-test-function):
[emacs.git] / lisp / ChangeLog
blob907292a0c2d18654cb7bec283a637c41867431c9
1 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * x-dnd.el (x-dnd-maybe-call-test-function):
4         * window.el (split-window-vertically):
5         * whitespace.el (whitespace-help-on):
6         * vc-rcs.el (vc-rcs-consult-headers):
7         * userlock.el (ask-user-about-lock-help)
8         (ask-user-about-supersession-help):
9         * type-break.el (type-break-force-mode-line-update):
10         * time-stamp.el (time-stamp-conv-warn):
11         * terminal.el (te-set-output-log, te-more-break, te-filter)
12         (te-sentinel,terminal-emulator):
13         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
14         (term-write-input-ring, term-check-source, term-start-output-log):
15         (term-display-buffer-line, term-dynamic-list-completions):
16         (term-ansi-make-term, serial-term):
17         * subr.el (selective-display):
18         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
19         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
20         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
21         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
22         (speedbar-remove-localized-speedbar-support)
23         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
24         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
25         (speedbar-buffers-line-directory):
26         * simple.el (shell-command-on-region, append-to-buffer)
27         (prepend-to-buffer):
28         * shadowfile.el (shadow-save-todo-file):
29         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
30         (scroll-bar-maybe-set-window-start):
31         * sb-image.el (speedbar-image-dump):
32         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
33         (load-save-place-alist-from-file):
34         * ps-samp.el (ps-print-message-from-summary):
35         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
36         (ps-background-image, ps-begin-job, ps-do-despool):
37         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
38         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
39         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
40         (pr-call-process, pr-file-list, pr-interface-save):
41         * novice.el (disabled-command-function)
42         (enable-command, disable-command):
43         * mouse.el (mouse-buffer-menu-alist):
44         * mouse-copy.el (mouse-kill-preserving-secondary):
45         * macros.el (kbd-macro-query):
46         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
47         * informat.el (batch-info-validate):
48         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
49         * hippie-exp.el (try-expand-dabbrev-visible):
50         * help-mode.el (help-make-xrefs):
51         * help-fns.el (describe-variable):
52         * generic-x.el (bat-generic-mode-run-as-comint):
53         * finder.el (finder-mouse-select):
54         * find-dired.el (find-dired-sentinel):
55         * filesets.el (filesets-file-close):
56         * files.el (list-directory):
57         * faces.el (list-faces-display, describe-face):
58         * facemenu.el (list-colors-display):
59         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
60         * epg.el (epg--process-filter, epg-cancel):
61         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
62         (epa--read-signature-type):
63         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
64         (emerge-file-names):
65         * ehelp.el (electric-helpify):
66         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
67         * ediff-vers.el (rcs-ediff-view-revision):
68         * ediff-util.el (ediff-setup):
69         * ediff-mult.el (ediff-append-custom-diff):
70         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
71         (ediff-wordify):
72         * echistory.el (Electric-command-history-redo-expression):
73         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
74         * disp-table.el (describe-display-table):
75         * dired.el (dired-find-buffer-nocreate):
76         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
77         * dabbrev.el (dabbrev--same-major-mode-p):
78         * chistory.el (list-command-history):
79         * apropos.el (apropos-documentation):
80         * allout.el (allout-obtain-passphrase):
81         (allout-copy-exposed-to-buffer):
82         (allout-verify-passphrase): Use with-current-buffer.
84 2009-11-13  Glenn Morris  <rgm@gnu.org>
86         * Makefile.in (ELCFILES): Regenerate.
88 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
90         * net/dbus.el (dbus-registered-objects-table): Rename from
91         `dbus-registered-functions-table', because it contains also properties.
92         (dbus-unregister-object): Unregister also properties.
93         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
94         Use a timeout of 500 msec, in order to not block.
95         (dbus-register-property, dbus-property-handler): New defuns.
97 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
99         * simple.el (minibuffer-default-add-completions): Drop deprecated
100         4th arg.
102 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
104         * textmodes/artist.el (artist-mouse-choose-operation):
105         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
106         menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
107         (artist-compute-up-event-key): New function.
108         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
110 2009-11-13  Kenichi Handa  <handa@m17n.org>
112         * language/japan-util.el: Make sure that the value of jisx0208
113         property is jisx0208 character.
115 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
117         * international/mule.el (auto-coding-regexp-alist): Only purecopy
118         car or each item, not the whole list.
120 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * minibuffer.el (minibuffer-completion-help):
123         Use minibuffer-hide-completions.
125 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
127         * dired.el (dired-save-positions, dired-restore-positions): New funs.
128         (dired-revert): Use them (bug#4880).
130 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
132         * tooltip.el (tooltip-frame-parameters): Undo previous change.
134 2009-11-12  Juri Linkov  <juri@jurta.org>
136         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
137         New functions.
138         (find-file-literally-at-point): Alias of `ffap-literally'.
140 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
142         * textmodes/ispell.el (ispell-skip-region-alist):
143         * textmodes/css-mode.el (auto-mode-alist):
144         * progmodes/compile.el (auto-mode-alist):
145         * international/mule.el (ctext-non-standard-encodings-alist)
146         (ctext-non-standard-encodings-regexp):
147         * simple.el (shell-command-switch, text-read-only):
148         * replace.el (occur-mode-map):
149         * paths.el (rmail-file-name):
150         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
151         * find-file.el (ff-special-constructs):
152         * files.el (file-name-handler-alist):
153         * composite.el: Purecopy strings.
155         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
157 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
159         * widget.el (define-widget): Purecopy the docstring.
160         * international/mule-cmds.el (charset): Do not purecopy the
161         docstring here, define-widget does it.
163         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
164         * textmodes/bibtex-style.el (auto-mode-alist):
165         * progmodes/inf-lisp.el (inferior-lisp-prompt):
166         * progmodes/compile.el (compile-command):
167         * language/korea-util.el (default-korean-keyboard):
168         * international/mule-conf.el (file-coding-system-alist):
169         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
170         * tooltip.el (tooltip-frame-parameters):
171         * newcomment.el (comment-end, comment-padding):
172         * dired.el (dired-trivial-filenames):
173         * comint.el (comint-file-name-prefix): Purecopy initial values.
175 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
177         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
178         (tramp-advice-minibuffer-electric-tilde): Unload advices via
179         `tramp-unload'.
180         (tramp-advice-make-auto-save-file-name)
181         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
182         after removing the advice.
184 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
186         * progmodes/grep.el (grep-regexp-alist):
187         * international/mule-cmds.el (iso-2022-control-alist):
188         * emacs-lisp/timer.el (timer-duration-words):
189         * subr.el (version-separator, version-regexp-alist):
190         * minibuffer.el (completion-styles-alist):
191         * faces.el (face-attribute-name-alist, list-faces-sample-text):
192         Change defvars to defconsts.
194         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
195         * loadup.el ("international/mule-conf"): Load the byte compiled version.
196         * international/mule-conf.el: Allow to be byte compiled.
198         * international/mule.el (define-charset): Purecopy props.
199         (load-with-code-conversion): Purecopy doc string and file name.
200         (put-charset-property): Purecopy strings.
201         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
203         * international/mule-cmds.el (register-input-method): Purecopy arguments.
204         (define-char-code-property): Correctly purecopy the table.
206         * international/ccl.el (define-ccl-program): Purecopy the docstring.
208         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
210         * subr.el (add-hook): Purecopy strings.
211         (eval-after-load): Purecopy load-history-regexp and the form.
213         * custom.el (custom-declare-group): Purecopy load-file-name.
215         * subr.el (menu-bar-separator): New defconst.
216         * net/eudc.el (eudc-tools-menu):
217         * international/mule-cmds.el (set-coding-system-map)
218         (mule-menu-keymap):
219         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
220         * vc-hooks.el (vc-menu-map):
221         * replace.el (occur-mode-map):
222         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
223         (menu-bar-edit-menu, menu-bar-goto-menu)
224         (menu-bar-custom-menu, menu-bar-showhide-menu)
225         (menu-bar-options-menu, menu-bar-tools-menu)
226         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
227         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
228         (menu-bar-help-menu):
229         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
230         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
232         * term/x-win.el (x-gtk-stock-map):
233         * progmodes/vera-mode.el (auto-mode-alist):
234         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
235         (inferior-lisp-program, inferior-lisp-load-command):
236         * progmodes/hideshow.el (hs-special-modes-alist):
237         * progmodes/gud.el (same-window-regexps):
238         * progmodes/grep.el (grep-program, find-program, xargs-program):
239         * net/telnet.el (same-window-regexps):
240         * net/rlogin.el (same-window-regexps):
241         * language/ethiopic.el (font-ccl-encoder-alist):
242         * vc-sccs.el (vc-sccs-master-templates):
243         * vc-rcs.el (vc-rcs-master-templates):
244         * subr.el (cl-assertion-failed):
245         * simple.el (next-error-overlay-arrow-position):
246         * lpr.el (lpr-command):
247         * locate.el (locate-ls-subdir-switches):
248         * info.el (same-window-regexps, info)
249         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
250         * image-mode.el (image-mode, auto-mode-alist):
251         * hippie-exp.el (hippie-expand-ignore-buffers):
252         * format.el (format-alist):
253         * find-dired.el (find-ls-subdir-switches, find-grep-options)
254         (find-name-arg):
255         * facemenu.el (facemenu-keybindings):
256         * dired.el (dired-listing-switches, dired-chown-program):
257         * diff.el (diff-switches, diff-command):
258         * cus-edit.el (same-window-regexps):
259         * bindings.el (mode-line-mule-info)
260         (mode-line-buffer-identification): Purecopy strings.
262 2009-11-11  Juri Linkov  <juri@jurta.org>
264         * simple.el (dired-get-filename)<declare-function>:
265         Tell the byte-compiler about dired-get-filename.
266         (shell-command): In Dired mode, get filename from the current line
267         as the default value.
269 2009-11-10  Glenn Morris  <rgm@gnu.org>
271         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
272         * calendar/holidays.el, progmodes/cperl-mode.el:
273         Update x-popup-menu declarations.
275         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
276         (list-load-path-shadows): Use dolist.
277         (list-load-path-shadows): Use with-current-buffer.
279 2009-11-10  Juri Linkov  <juri@jurta.org>
281         * minibuffer.el (read-file-name): Support a list of default values
282         in `default-filename'.  Use the first file name where only one
283         element is required.  Doc fix.
285 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
287         * net/dbus.el (dbus-unregister-object): Release service, if no
288         other method is registered for it.
290 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
292         * bookmark.el (bookmark-completing-read): Sort bookmark names if
293         bookmark-sort-flag is non-nil (Bug#4653).
295 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
297         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
298         the progress reporter entirely.
300         * emulation/cua-base.el: Add CUA property to some CC mode commands
301         (Bug#4100).
303 2009-11-08  Kevin Ryde  <user42@zip.com.au>
305         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
306         at end of sentence (Bug#4818).
308 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
310         * progmodes/compile.el (compilation-error-regexp-alist-alist):
311         Handle "see declaration of" MSFT statements (Bug#4100).
313 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
315         * net/tramp.el (tramp-advice-make-auto-save-file-name)
316         (tramp-advice-file-expand-wildcards): Unload via
317         `ad-remove-advice'.
319         * net/trampver.el: Update release number.
321 2009-11-08  Kevin Ryde  <user42@zip.com.au>
323         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
324         `ad-do-it'.
326 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
328         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
329         in order to keep context in SELinux.
331 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
333         * dired-aux.el (dired-query): Place cursor in echo area and allow
334         C-g.
336         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
337         menu item if not on a directory (Bug#4701).
339 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
341         Sync with Tramp 2.1.17.
343         * net/tramp.el (tramp-handle-copy-directory): Don't use
344         `file-remote-p' (due to compatibility).
346         * net/tramp-compat.el (tramp-compat-copy-directory)
347         (tramp-compat-delete-directory): New defuns.
349         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
350         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
351         `tramp-compat-delete-directory'.
353         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
354         (tramp-smb-handle-delete-directory ): Use
355         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
357         * net/trampver.el: Update release number.
359 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
361         * tar-mode.el (tar-copy): Call write-region on the right buffer
362         (Bug#4857).
364         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
365         by hand, if necessary (Bug#4878).
367 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
369         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
370         align size column (Bug#4839).
372         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
373         statement.
375 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
377         * progmodes/ld-script.el (auto-mode-alist):
378         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
380         * cus-face.el (custom-declare-face): Purecopy face spec.
382 2009-11-06  Kenichi Handa  <handa@m17n.org>
384         * international/uni-bidi.el: Re-generated.
385         * international/uni-category.el: Re-generated.
386         * international/uni-combining.el: Re-generated.
387         * international/uni-mirrored.el: Re-generated.
389 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
391         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
392         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
393         (tex-start-options, slitex-run-command, latex-run-command)
394         (tex-run-command, tex-directory):
395         * textmodes/ispell.el (ispell-html-skip-alists)
396         (ispell-tex-skip-alists, ispell-tex-skip-alists):
397         * textmodes/fill.el (adaptive-fill-first-line-regexp):
398         (adaptive-fill-regexp):
399         * textmodes/dns-mode.el (auto-mode-alist):
400         * progmodes/python.el (interpreter-mode-alist):
401         * progmodes/etags.el (tags-compression-info-list):
402         * progmodes/etags.el (tags-file-name):
403         * net/browse-url.el (browse-url-galeon-program)
404         (browse-url-firefox-program):
405         * mail/sendmail.el (mail-signature-file)
406         (mail-citation-prefix-regexp):
407         * international/mule-conf.el (eight-bit):
408         * international/latexenc.el (latex-inputenc-coding-alist):
409         * international/fontset.el (x-pixel-size-width-font-regexp):
410         * emacs-lisp/warnings.el (warning-type-format):
411         * emacs-lisp/trace.el (trace-buffer):
412         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
413         (emacs-lisp-mode-map):
414         * calendar/holidays.el (holiday-solar-holidays)
415         (holiday-bahai-holidays, holiday-islamic-holidays)
416         (holiday-christian-holidays, holiday-hebrew-holidays)
417         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
418         (hebrew-holidays-1, holiday-oriental-holidays)
419         (holiday-general-holidays):
420         * x-dnd.el (x-dnd-known-types):
421         * tool-bar.el (tool-bar):
422         * startup.el (site-run-file):
423         * shell.el (shell-dumb-shell-regexp):
424         * rfn-eshadow.el (file-name-shadow-tty-properties)
425         (file-name-shadow-properties):
426         * paths.el (remote-shell-program, news-directory):
427         * mouse.el ([C-down-mouse-3]):
428         * menu-bar.el (menu-bar-tools-menu):
429         * jka-cmpr-hook.el (jka-compr-load-suffixes)
430         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
431         (jka-compr-compression-info-list):
432         * isearch.el (search-whitespace-regexp):
433         * image-file.el (image-file-name-extensions):
434         * find-dired.el (find-ls-option):
435         * files.el (directory-listing-before-filename-regexp)
436         (directory-free-space-args, insert-directory-program)
437         (list-directory-brief-switches, magic-fallback-mode-alist)
438         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
439         (automount-dir-prefix):
440         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
441         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
442         (face-font-registry-alternatives, face-font-registry-alternatives)
443         (face-font-family-alternatives):
444         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
445         (facemenu-foreground-menu, facemenu-face-menu):
446         * epa-hook.el (epa-file-name-regexp):
447         * dnd.el (dnd-protocol-alist):
448         * textmodes/rst.el (auto-mode-alist):
449         * button.el (default-button): Purecopy strings.
451 2009-11-06  Glenn Morris  <rgm@gnu.org>
453         * Makefile.in (ELCFILES): Update.
455 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
457         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
458         * emacs-lisp/levents.el: Move to obsolete/levents.el.
460         * nxml/xsd-regexp.el (xsdre-gen-categories):
461         * nxml/xmltok.el (xmltok-parse-entity):
462         * nxml/rng-parse.el (rng-parse-validate-file):
463         * nxml/rng-maint.el (rng-format-manual)
464         (rng-manual-output-force-new-line):
465         * nxml/rng-loc.el (rng-save-schema-location-1):
466         * nxml/rng-cmpct.el (rng-c-parse-file):
467         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
468         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
470 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
472         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
473         Remove extra save-excursions and make-variable-buffer-local's.
474         Suggested by Stefan Monnier.
476         (verilog-getopt-file, verilog-module-inside-filename-p)
477         (verilog-set-define): Merge GNU 1.35 and repair changes from
478         switching to using with-current-buffer.
480         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
481         being treated as a number and confusing AUTORESET.
482         Reported by Dan Dever.
484         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
485         Add verilog-auto-ignore-concat to fix backward compatibility with
486         older verilog-modes.  Reported by Dan Katz.
488         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
489         containing closing anchors "...$".
491         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
492         Reported by Wade Smith.
494         (verilog-batch-execute-func) Comment on function usage.
496 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
498         * verilog-mode.el (verilog-label-re): Fix regular expression for
499         labels.
501         (verilog-label-re, verilog-calc-1): Support proper indent of named
502         asserts.
504         (verilog-backward-token, verilog-basic-complete-re)
505         (verilog-beg-of-statement, verilog-indent-re): Support proper
506         indent of the assert statement at the beginning of a block of text.
508         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
509         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
510         tokens as begins.
512 2009-11-05  Glenn Morris  <rgm@gnu.org>
514         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
515         Emacs 19.  (Bug#1531)
516         (byte-compile-fix-header): Update for the above change.
517         Drop test for epoch::version.
519         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
520         * cus-dep.el (custom-make-dependencies):
521         * finder.el (finder-compile-keywords):
522         Use autoload-rubric's feature argument.
524         * calendar/diary-lib.el (top-level): Make load behave more like require.
526         * vc-git.el (vc-git-stash-map): Move definition before use.
528 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
530         * custom.el (custom-declare-group): Purecopy standard-value.
531         (custom-declare-group): Purecopy custom-prefix.
533         * international/mule.el (load-with-code-conversion):
534         Call do-after-load-evaluation unconditionally.
536         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
538 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
542 2009-11-04  Glenn Morris  <rgm@gnu.org>
544         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
545         (byte-compile-compatibility): Remove option.
546         (byte-compile-close-variables, byte-compile-fix-header)
547         (byte-compile-insert-header, byte-compile-output-docform)
548         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
549         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
550         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
551         (byte-compile-insert, byte-compile-defun):
552         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
553         (byte-defop-compiler19): Remove.
554         Without byte-compile-compatibility, the 'emacs19-opcode property is not
555         used by anything.  Replace all calls with byte-defop-compiler.
557 2009-11-04  Juri Linkov  <juri@jurta.org>
559         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
560         (menu-bar-options-menu): Don't quote the `prop' arg of
561         `menu-bar-make-mm-toggle'.
563 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
565         * calendar/calendar.el (cal-loaddefs):
566         * calendar/diary-lib.el (diary-loaddefs):
567         * calendar/holidays.el (hol-loaddefs):
568         * eshell/esh-module.el (esh-groups): Load rather than require.
570 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
572         * calendar/todo-mode.el (todo-add-category): Don't hardcode
573         point-min==1.
574         (todo-top-priorities): Only display-buffer when called interactively.
575         (todo-item-start): Don't save excursion point.
576         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
577         (todo-insert-item-here, todo-file-item, todo-remove-item):
578         Adjust uses of todo-item-start and todo-item-end.
580         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
581         (autoload-rubric): Don't use any more.
582         * cedet/semantic/fw.el (semantic/loaddefs):
583         * cedet/srecode.el (srecode/loaddefs):
584         * cedet/ede.el (ede/loaddefs): Load rather than require.
585         * cedet/ede/cpp-root.el:
586         * cedet/ede/emacs.el:
587         * cedet/ede/files.el:
588         * cedet/ede/linux.el:
589         * cedet/ede/locate.el:
590         * cedet/ede/make.el:
591         * cedet/ede/shell.el:
592         * cedet/ede/speedbar.el:
593         * cedet/ede/system.el:
594         * cedet/ede/util.el:
595         * cedet/semantic/analyze.el:
596         * cedet/semantic/bovine.el:
597         * cedet/semantic/complete.el:
598         * cedet/semantic/ctxt.el:
599         * cedet/semantic/db-file.el:
600         * cedet/semantic/db-find.el:
601         * cedet/semantic/db-global.el:
602         * cedet/semantic/db-mode.el:
603         * cedet/semantic/db-typecache.el:
604         * cedet/semantic/db.el:
605         * cedet/semantic/debug.el:
606         * cedet/semantic/dep.el:
607         * cedet/semantic/doc.el:
608         * cedet/semantic/edit.el:
609         * cedet/semantic/find.el:
610         * cedet/semantic/format.el:
611         * cedet/semantic/html.el:
612         * cedet/semantic/ia-sb.el:
613         * cedet/semantic/ia.el:
614         * cedet/semantic/idle.el:
615         * cedet/semantic/lex-spp.el:
616         * cedet/semantic/lex.el:
617         * cedet/semantic/mru-bookmark.el:
618         * cedet/semantic/scope.el:
619         * cedet/semantic/senator.el:
620         * cedet/semantic/sort.el:
621         * cedet/semantic/symref.el:
622         * cedet/semantic/tag-file.el:
623         * cedet/semantic/tag-ls.el:
624         * cedet/semantic/tag-write.el:
625         * cedet/semantic/tag.el:
626         * cedet/semantic/util-modes.el:
627         * cedet/semantic/analyze/complete.el:
628         * cedet/semantic/analyze/refs.el:
629         * cedet/semantic/bovine/c.el:
630         * cedet/semantic/bovine/gcc.el:
631         * cedet/semantic/bovine/make.el:
632         * cedet/semantic/bovine/scm.el:
633         * cedet/semantic/decorate/include.el:
634         * cedet/semantic/decorate/mode.el:
635         * cedet/semantic/symref/cscope.el:
636         * cedet/semantic/symref/global.el:
637         * cedet/semantic/symref/grep.el:
638         * cedet/semantic/symref/idutils.el:
639         * cedet/semantic/symref/list.el:
640         * cedet/semantic/wisent/java-tags.el:
641         * cedet/semantic/wisent/javascript.el:
642         * cedet/srecode/compile.el:
643         * cedet/srecode/cpp.el:
644         * cedet/srecode/document.el:
645         * cedet/srecode/el.el:
646         * cedet/srecode/expandproto.el:
647         * cedet/srecode/getset.el:
648         * cedet/srecode/insert.el:
649         * cedet/srecode/java.el:
650         * cedet/srecode/map.el:
651         * cedet/srecode/mode.el:
652         * cedet/srecode/template.el:
653         * cedet/srecode/texi.el: Remove the file-local setting of
654         generated-autoload-feature.
656         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
657         and only put a prop if it is non-nil.
659 2009-11-03  Juri Linkov  <juri@jurta.org>
661         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
662         (menu-bar-options-menu): Fix list quoting (Bug#4429).
664         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
665         and "Menu" to make top-level menu item visually one unit (like
666         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
667         multi-word menu items).  Fix :help string for quit-window.
669 2009-11-03  Glenn Morris  <rgm@gnu.org>
671         * cedet/mode-local.el (with-mode-local): Doc fix.
673         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
674         (byte-compile-file-form-define-abbrev-table)
675         (byte-compile-file-form-custom-declare-variable)
676         (byte-compile-variable-ref, byte-compile-defvar):
677         Whether or not a warning is enabled should only affect whether we issue
678         the warning, not whether or not we collect the relevant data.
679         Eg warnings can be turned on and off throughout the course of a file.
681         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
682         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
684 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
686         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
687         * play/mpuz.el (mpuz-create-buffer):
688         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
689         (lm-print-y,s,noise, lm-print-w0, lm-init):
690         * play/gomoku.el (gomoku-prompt-for-move):
691         * play/fortune.el (fortune-in-buffer):
692         * play/dissociate.el (dissociated-press):
693         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
694         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
695         * mail/supercite.el (sc-eref-show):
696         * mail/smtpmail.el (smtpmail-send-it):
697         * mail/rmailsum.el (rmail-summary-next-labeled-message)
698         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
699         (rmail-summary-undelete-many, rmail-summary-rmail-update)
700         (rmail-summary-goto-msg, rmail-summary-expunge)
701         (rmail-summary-get-new-mail, rmail-summary-search-backward)
702         (rmail-summary-add-label, rmail-summary-output-menu)
703         (rmail-summary-output-body):
704         * mail/rfc822.el (rfc822-addresses):
705         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
706         * mail/mailpost.el (post-mail-send-it):
707         * mail/hashcash.el (hashcash-generate-payment):
708         * mail/feedmail.el (feedmail-run-the-queue)
709         (feedmail-queue-send-edit-prompt-help-first)
710         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
711         (feedmail-deduce-address-list):
712         * eshell/esh-ext.el (eshell-remote-command):
713         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
714         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
715         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
716         (viper-save-string-in-file, viper-valid-marker):
717         * emulation/viper-keym.el (viper-toggle-key):
718         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
719         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
720         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
721         * emulation/viper-cmd.el (viper-exec-form-in-vi)
722         (viper-exec-form-in-emacs, viper-brac-function):
723         * emulation/viper.el (viper-delocalize-var):
724         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
725         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
726         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
727         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
728         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
729         * emulation/edt.el (edt-electric-helpify):
730         * emulation/cua-rect.el (cua--rectangle-aux-replace):
731         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
732         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
733         (cua-indent-to-global-mark-column):
734         * calendar/diary-lib.el (calendar-mark-1):
735         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
736         Use with-current-buffer.
737         * emulation/viper.el (viper-delocalize-var): Use dolist.
739 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
741         * comint.el (comint-replace-by-expanded-history-before-point):
742         Replace !! with the previous input string literally (Bug#1795).
744 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
746         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
747         to be made up of whitespace.
749 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
751         * minibuffer.el (read-file-name): Don't use file dialogs for
752         remote directories (Bug#99).
754 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
756         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
758 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
760         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
761         instead of deleting the window or frame.
763 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
765         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
766         Support face colors.
768         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
769         New function.  Support face colors (Bug#1168).
770         (tex-common-initialization): Use it.
772         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
773         mode allows it (Bug#1168).
775 2009-10-31  Juri Linkov  <juri@jurta.org>
777         * facemenu.el (list-colors-display): Don't mark buffer as
778         modified (Bug#3948).
780 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
782         * international/mule-diag.el (list-character-sets-1): Minor
783         message fix (Bug#3526).
785         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
786         face property (Bug#4834).
787         (etags-list-tags, etags-tags-apropos-additional)
788         (etags-tags-apropos, tags-select-tags-table): Add follow-link
789         property.
791         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
792         items.
794         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
795         items.
797         * cedet/ede.el (ede-minor-mode):
798         * cedet/semantic.el (semantic-mode): Toggle menu separators.
800 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
802         * textmodes/two-column.el (2C-split):
803         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
804         * textmodes/tex-mode.el (tex-set-buffer-directory):
805         * textmodes/spell.el (spell-region, spell-string):
806         * textmodes/reftex.el (reftex-erase-buffer):
807         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
808         * textmodes/reftex-toc.el (reftex-toc-promote-action):
809         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
810         (reftex-select-item):
811         * textmodes/reftex-ref.el (reftex-label-info-update)
812         (reftex-offer-label-menu):
813         * textmodes/reftex-index.el (reftex-index-change-entry)
814         (reftex-index-phrases-info):
815         * textmodes/reftex-global.el (reftex-create-tags-file)
816         (reftex-save-all-document-buffers, reftex-ensure-write-access):
817         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
818         (reftex-view-crossref-from-bibtex):
819         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
820         (reftex-extract-bib-entries-from-thebibliography)
821         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
822         * textmodes/refbib.el (r2b-capitalize-title):
823         (r2b-convert-buffer, r2b-help):
824         * textmodes/page-ext.el (pages-directory)
825         (pages-directory-goto-with-mouse):
826         * textmodes/bibtex.el (bibtex-validate-globally):
827         * textmodes/bib-mode.el (bib-capitalize-title):
828         * textmodes/artist.el (artist-clear-buffer, artist-system):
829         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
830         (local-set-scheme-interaction-buffer, xscheme-process-filter)
831         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
832         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
833         (xscheme-send-control-g-interrupt, xscheme-start-process)
834         (xscheme-process-sentinel, xscheme-cd):
835         * progmodes/verilog-mode.el (verilog-read-always-signals)
836         (verilog-set-define, verilog-getopt-file)
837         (verilog-module-inside-filename-p):
838         * progmodes/sh-script.el:
839         * progmodes/python.el (python-pdbtrack-get-source-buffer)
840         (python-pdbtrack-grub-for-buffer, python-execute-file):
841         * progmodes/octave-inf.el (inferior-octave):
842         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
843         (idlwave-shell-compile-helper-routines, idlwave-set-local)
844         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
845         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
846         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
847         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
848         (idlwave-shell-filter, idlwave-shell-examine-highlight)
849         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
850         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
851         (idlwave-shell-examine-display, idlwave-shell-run-region)
852         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
853         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
854         * progmodes/idlw-help.el (idlwave-help-get-special-help)
855         (idlwave-help-get-help-buffer):
856         * progmodes/gud.el (gud-basic-call, gud-find-class)
857         (gud-tooltip-activate-mouse-motions-if-enabled):
858         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
859         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
860         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
861         (ebrowse-tags-next-file):
862         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
863         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
864         (ebnf-eps-finish-and-write):
865         * progmodes/cpp.el (cpp-edit-save):
866         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
867         * progmodes/cc-defs.el (c-emacs-features):
868         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
869         (antlr-directory-dependencies):
870         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
871         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
872         (ada-find-any-references, ada-make-filename-from-adaname)
873         (ada-make-body-gnatstub):
874         * obsolete/rnews.el (news-list-news-groups):
875         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
876         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
877         * net/rcirc.el (rcirc-debug):
878         * net/newst-treeview.el (newsticker--treeview-list-add-item)
879         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
880         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
881         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
882         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
883         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
884         (newsticker--treeview-list-clear-highlight)
885         (newsticker--treeview-list-update-highlight)
886         (newsticker--treeview-list-highlight-start)
887         (newsticker--treeview-tree-update-highlight)
888         (newsticker--treeview-get-selected-item)
889         (newsticker-treeview-mark-list-items-old)
890         (newsticker--treeview-set-current-node):
891         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
892         * net/newst-backend.el (newsticker--get-news-by-funcall)
893         (newsticker--get-news-by-wget, newsticker--image-get)
894         (newsticker--image-sentinel):
895         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
896         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
897         (eudc-ph-close-session):
898         * net/eudc.el (eudc-save-options):
899         * language/thai-word.el (thai-update-word-table):
900         * language/japan-util.el (japanese-string-conversion):
901         * international/titdic-cnv.el (tsang-quick-converter)
902         (ziranma-converter, ctlau-converter):
903         * international/mule-cmds.el (describe-language-environment):
904         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
905         (skkdic-convert-postfix, skkdic-convert-prefix):
906         (skkdic-convert-okuri-nasi, skkdic-convert):
907         * emacs-lisp/re-builder.el (reb-update-overlays):
908         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
909         * emacs-lisp/gulp.el (gulp-send-requests):
910         * emacs-lisp/find-gc.el (trace-call-tree):
911         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
912         (eieio-describe-generic):
913         * emacs-lisp/eieio-base.el (eieio-persistent-read):
914         * emacs-lisp/edebug.el (edebug-outside-excursion):
915         * emacs-lisp/debug.el (debugger-make-xrefs):
916         * emacs-lisp/cust-print.el (custom-prin1-to-string):
917         * emacs-lisp/chart.el (chart-new-buffer):
918         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
919         Use with-current-buffer.
920         * textmodes/artist.el (artist-system): Don't call
921         copy-sequence on a fresh string.
922         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
924 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
926         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
927         is no item to edit.  (Bug#4820)
928         (todo-top-priorities): Restore point and restore narrowing in Todo
929         buffer.  (Bug#4820)
931 2009-10-31  Glenn Morris  <rgm@gnu.org>
933         * net/ange-ftp.el (top-level): Don't require dired when compiling.
934         (comint-last-output-start, comint-last-input-start)
935         (comint-last-input-end): Don't defvar when compiling.
936         (ange-ftp-process-file): Use bound-and-true-p.
938         * pcmpl-rpm.el (top-level): Move provide statement to end.
939         (pcmpl-rpm): Remove unused custom group.
941         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
943         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
945         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
946         (byte-compile-warnings): Add `constants' as an option.
947         (byte-compile-callargs-warn, byte-compile-arglist-warn)
948         (display-call-tree): Update for byte-compile-fdefinition possibly
949         returning `(macro lambda ...)'.  (Bug#4778)
950         (byte-compile-variable-ref, byte-compile-setq-default):
951         Respect `constants' member of byte-compile-warnings.
953         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
954         Use mapc rather than mapcar because the return value is never used.
956         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
957         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
958         * cedet/semantic/html.el:
959         Suppress harmless warnings about setting up semantic-imenu (not
960         part of Emacs) variables.
962 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
964         * vc-bzr.el (vc-bzr-revision-keywords): New var.
965         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
966         to "submit:".
968         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
969         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
970         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
971         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
972         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
973         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
974         (semantic-analyzer-debug-global-symbol)
975         (semantic-analyzer-debug-missing-innertype)
976         (semantic-analyzer-debug-insert-include-summary):
977         * cedet/semantic/util.el (semantic-file-tag-table):
978         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
979         (semantic-recursive-find-nonterminal-by-name):
980         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
981         * cedet/semantic/tag-file.el (semantic-prototype-file):
982         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
983         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
984         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
985         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
986         (semantic-idle-summary-maybe-highlight):
987         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
988         (semantic-ia-sb-tag-info):
989         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
990         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
991         * cedet/semantic/ede-grammar.el (project-compile-target):
992         (ede-proj-makefile-insert-variables):
993         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
994         (semantic-debug-set-source-location, semantic-debug-interface-layout)
995         (semantic-debug-mode, semantic-debug):
996         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
997         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
998         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
999         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1000         (semanticdb-find-translate-path-includes--internal)
1001         (semanticdb-reset-log, semanticdb-find-log-activity):
1002         * cedet/semantic/db-file.el (object-write):
1003         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1004         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1005         (semanticdb-create-ebrowse-database):
1006         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1007         * cedet/semantic/complete.el (semantic-displayor-focus-request)
1008         (semantic-collector-calculate-completions-raw)
1009         (semantic-complete-read-tag-analyzer):
1010         * cedet/semantic/analyze.el (semantic-analyze-pulse):
1011         * cedet/ede/util.el (ede-update-version-in-source):
1012         * cedet/ede/proj.el (project-delete-target):
1013         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1014         (ede-proj-flush-autoconf):
1015         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1016         (ede-proj-configure-synchronize):
1017         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1018         * cedet/ede/linux.el (ede-linux-version):
1019         * cedet/ede/emacs.el (ede-emacs-version):
1020         * cedet/ede/dired.el (ede-dired-add-to-target):
1021         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1022         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1023         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1024         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1025         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1026         (cedet-idutils-version-check):
1027         * cedet/cedet-global.el (cedet-gnu-global-call):
1028         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1029         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1030         * cedet/cedet-cscope.el (cedet-cscope-call)
1031         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1032         Use with-current-buffer.
1033         * cedet/ede.el (ede-make-project-local-variable)
1034         (ede-set-project-variables, ede-set): Use dolist.
1036 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
1038         * textmodes/ispell.el (ispell-skip-region-alist):
1039         * international/mule-conf.el (eight-bit):
1040         * international/fontset.el (font-encoding-alist):
1041         * startup.el (pure-space-overflow-message):
1042         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1043         * paths.el (gnus-nntp-service, rmail-spool-directory)
1044         (term-file-prefix):
1045         * files.el (save-some-buffers-action-alist):
1046         * cmuscheme.el (same-window-buffer-names):
1047         * ielm.el (same-window-buffer-names):
1048         * shell.el (same-window-buffer-names):
1049         * mail/sendmail.el (same-window-buffer-names):
1050         * progmodes/inf-lisp.el (same-window-buffer-names):
1051         * bindings.el (mode-line-client)
1052         (mode-line-column-line-number-mode-map):
1053         * language/tibetan.el (tibetan-precomposition-rule-regexp)
1054         (tibetan-precomposed-regexp): Purecopy string arguments.
1056 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1058         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1059         (calcDigit-nondigit):
1060         * calc/calc-yank.el (calc-copy-to-buffer):
1061         * calc/calc-units.el (calc-invalidate-units-table):
1062         * calc/calc-trail.el (calc-trail-yank):
1063         * calc/calc-store.el (calc-insert-variables):
1064         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1065         * calc/calc-prog.el (calc-read-parse-table):
1066         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1067         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1068         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1069         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1070         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1071         (calc-graph-name, calc-graph-find-command, calc-graph-view)
1072         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1073         * calc/calc-ext.el (calc-realign):
1074         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1075         (calc-embedded-finish-edit, calc-embedded-make-info)
1076         (calc-embedded-finish-command, calc-embedded-stack-change):
1077         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1079         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1080         (overload-docstring-extension): Use that info.
1081         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1082         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1083         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1084         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1085         (semantic-nonterminal-full-name): Add the new `when' info.
1086         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1087         `assert'.
1089         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1090         shell-dynamic-complete-filename in preference to
1091         comint-dynamic-complete-filename.
1093         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1094         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1095         Don't consider whether the display supports colors.
1096         (bookmark-import-new-list): Use dolist.
1097         (bookmark-bmenu-mode-map): Move initialization into declaration.
1098         (bookmark-bmenu-list): Use dolist, simplify.
1099         (bookmark-show-all-annotations): Use save-selected-window and dolist.
1100         (menu-bar-final-items): Use push.
1102 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1104         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1105         it works on remote files.
1106         (vc-hg-diff): Don't pass any `--cwd' argument.
1108 2009-10-27  Kevin Ryde  <user42@zip.com.au>
1110         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1111         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1112         (Further to Bug#3921).
1114 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
1116         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1117         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1118         calling `tramp-imap-put-file'.  Add file size to the call.
1119         (tramp-imap-get-file-entries): Compute also user name, file size,
1120         and date.
1121         (tramp-imap-handle-insert-directory): Insert uid and gid.
1122         (tramp-imap-handle-file-attributes): Transform uid and gid
1123         according to `id-format'.
1124         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
1125         size in header X-Size.
1127 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
1129         * simple.el (transpose-subr): Give clearer error when the mark
1130         is not set.  (Bug#4807)
1132 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
1134         * net/tramp.el (tramp-perl-file-truename): New defconst.
1135         Perl code contributed by yary <not.com@gmail.com> (tiny change).
1136         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1137         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1138         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1140         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1141         Ignore `dired-call-process'.
1142         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1144 2009-10-26  Julian Scheid  <julians37@gmail.com>
1146         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1147         (tramp-get-remote-readlink): New defun.
1148         (tramp-handle-file-truename): Use it.
1149         (tramp-handle-file-exists-p): Check file-attributes cache, assume
1150         file exists if cache value present.
1151         (tramp-check-cached-permissions) New defun.
1152         (tramp-handle-file-readable-p): Use it.
1153         (tramp-handle-file-writable-p): Likewise.
1154         (tramp-handle-file-executable-p): Likewise.
1155         (tramp-handle-file-name-all-completions): Try using Perl to get
1156         partial completions.  When perl not available, combine `cd' and
1157         `ls' into single remote operation and use shell expansion to get
1158         partial remote directory contents.  Set `file-exists-p' cache for
1159         directory and any files returned by ls.  Change cache handling to
1160         support partial directory contents.  Use error message emitted by
1161         remote `cd' or Perl code for local tramp-error.
1162         (tramp-do-copy-or-rename-file-directly): Avoid separate
1163         tramp-send-command-and-check call.
1164         (tramp-handle-process-file): Merge three remote ops into one.
1165         Do not flush all caches when `process-file-side-effects' is set.
1166         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1167         file-attributes shows uid/gid to be set already.
1169 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1171         * textmodes/tex-mode.el (tex-dvi-view-command)
1172         (tex-show-queue-command, tex-open-quote):
1173         * progmodes/ruby-mode.el (auto-mode-alist)
1174         (interpreter-mode-alist): Purecopy strings.
1176         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1178         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1179         string for the hook, keymap and abbrev table.
1181         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1183         * x-dnd.el (x-dnd-xdnd-to-action):
1184         * startup.el (fancy-startup-text, fancy-about-text): Change to
1185         defconst from defvar.
1187         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1189         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1190         Purecopy initialization strings.
1192         * mail/sendmail.el (mail-header-separator)
1193         (mail-personal-alias-file):
1194         * mail/rmail.el (rmail-default-dont-reply-to-names)
1195         (rmail-ignored-headers, rmail-retry-ignored-headers)
1196         (rmail-highlighted-headers, rmail-secondary-file-directory)
1197         (rmail-secondary-file-regexp):
1198         * files.el (null-device, file-name-invalid-regexp)
1199         (locate-dominating-stop-dir-regexp)
1200         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1201         (interpreter-mode-alist): Use mapcar instead of mapc.
1203         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1205         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1206         (completion-ignored-extensions):
1207         (debug-ignored-errors): Purecopy strings.
1209 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1212         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1213         (pcomplete--here): Use push.
1215         * subr.el (all-completions): Declare the 4th arg obsolete.
1217 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1219         * pcomplete.el (pcomplete-unquote-argument-function): New var.
1220         (pcomplete-unquote-argument): New function.
1221         (pcomplete--common-suffix): Always pay attention to case.
1222         (pcomplete--table-subvert): Quote and unquote the text.
1223         (pcomplete--common-quoted-suffix): New function.
1224         (pcomplete-std-complete): Use it and pcomplete-begin.
1226         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1227         we're inside a dedicated or minibuffer window.
1229 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1231         * cedet/semantic/fw.el (semantic-alias-obsolete)
1232         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1233         (define-mode-overload-implementation):
1234         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1235         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1236         * cedet/semantic/util.el (semantic-file-token-stream)
1237         (semantic-something-to-stream):
1238         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1239         (semantic-expand-nonterminal):
1240         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1241         (semantic-find-dependency, semantic-find-nonterminal)
1242         (semantic-find-dependency):
1243         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1244         (semantic-flex-text, semantic-flex-make-keyword-table)
1245         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1246         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1247         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1248         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1249         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1250         (semantic-after-idle-scheduler-reparse-hooks):
1251         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1252         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1253         * cedet/semantic.el (semantic-toplevel-bovine-table)
1254         (semantic-toplevel-bovine-cache)
1255         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1256         (semantic-init-mode-hooks, semantic-init-db-hooks)
1257         (semantic-bovination-working-type): Provide the `when' arg.
1259 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
1261         * bookmark.el: Update documentation, especially documentation
1262         of `bookmark-alist' and of the bookmark file format.
1263         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
1265 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1267         * mail/emacsbug.el (report-emacs-bug): Clarify that the
1268         keybindings apply to the mail buffer (Bug#4003).  Shrink help
1269         window to buffer.
1271         * whitespace.el (whitespace-mode, whitespace-newline-mode)
1272         (global-whitespace-mode, global-whitespace-newline-mode)
1273         (whitespace-toggle-options, global-whitespace-toggle-options):
1274         Doc fix (Bug#3660).
1276         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1277         of xmltok-start before the end tag was inserted (Bug#2840).
1279         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1280         patterns that are preceded by an open-paren (Bug#1320).
1282 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
1284         * files.el (delete-directory): Delete symlinks to directories with
1285         delete-file (Bug#4739).
1287 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1289         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1290         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1291         argument to make-obsolete.
1293         * cedet/semantic/fw.el (semantic-alias-obsolete)
1294         (semantic-varalias-obsolete): Add optional WHEN argument.
1296 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
1298         * vc.el (vc-backend-for-registration): Rename from
1299         vc-get-backend-for-registration.  Update callers.
1301         * international/mule-cmds.el (set-language-info-alist):
1302         Purecopy lang-env.
1303         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1304         (charset): Purecopy the name.
1305         (define-char-code-property): Purecopy string arguments.
1307         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1308         Purecopy string arguments.
1310         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1311         * ediff-hook.el (menu-bar-ediff-menu):
1312         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1313         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1315 2009-10-24  Glenn Morris  <rgm@gnu.org>
1317         * comint.el (comint-dynamic-list-completions):
1318         * term.el (term-dynamic-list-completions): Use choose-completion rather
1319         than obsolete alias mouse-choose-completion.
1321         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1322         file-cache-choose-completion.
1323         (file-cache-choose-completion): Handle an optional event argument.
1324         (file-cache-mouse-choose-completion): Make it an obsolete alias.
1326         * progmodes/octave-mod.el (octave-complete-symbol):
1327         Use choose-completion if mouse-choose-completion is ever removed.
1329         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1330         use.
1332         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1333         compiler.
1335         * vc-hooks.el (vc-responsible-backend): Fix declaration.
1337 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1339         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1340         Ignore `pred' now that we receive one.
1341         Handle test-completion specially.
1343 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1345         * vc.el (vc-responsible-backend): Throw an error if not backend is
1346         found.  Remove the REGISTER argument.  Move the code dealing with
1347         REGISTER ...
1348         (vc-get-backend-for-registration): ... here.  New function.
1349         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1350         of vc-responsible-backend, pass the file name instead of the
1351         directory name.
1353 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1355         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1356         New funs.
1357         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
1358         (pcomplete-comint-setup): Don't modify a global var via
1359         accidental side-effects.
1360         (pcomplete-shell-setup): Adjust call accordingly.
1361         (pcomplete-parse-comint-arguments): Use push.
1363 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
1365         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1366         Allow uncapitalized info node names (Bug#3921).
1368         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1369         to the DEBUG file (Bug#3781).
1371 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
1373         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1374         dictionary entry (Bug#4579).
1376 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
1378         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
1379         from `rfn-eshadow-update-overlay-hook' when unloading.
1380         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
1381         "rsyncc".  Adjust doc string.
1382         (tramp-temp-buffer-file-name) New buffer-local defvar.
1383         (tramp-handle-insert-file-contents, tramp-handle-write-region):
1384         Keep temporary file when indicated by method ("rsync" and
1385         "rsyncc").
1386         (tramp-handle-write-region): Handle APPEND.
1387         (tramp-delete-temp-file-function): New defun.  Added to
1388         `kill-buffer-hook'.
1390 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
1392         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
1394 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1396         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
1397         (color-name-rgb-alist, tty-standard-colors)
1398         (tty-color-mode-alist): Change to defconst.
1400         * simple.el (mark-inactive): Purecopy message.
1402         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
1403         (global-map, yank-menu):
1404         * textmodes/ispell.el (ispell-menu-map):
1405         * net/eudc.el (eudc-tools-menu):
1406         * international/mule-cmds.el (describe-language-environment-map)
1407         (setup-language-environment-map, set-coding-system-map)
1408         (mule-menu-keymap):
1409         * vc-hooks.el (vc-menu-entry, vc-menu-map):
1410         * replace.el (occur-mode-map):
1411         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
1413 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
1415         * calc/calc.el (math-read-number, math-read-number-simple): Use
1416         `save-match-data'.
1418 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1420         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
1421         rather than fiddling with global-map bindings, since it should only
1422         affect per-terminal settings.
1423         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
1425         * minibuffer.el (completion-table-with-terminator): Allow to specify
1426         the terminator-regexp.
1428         * simple.el (switch-to-completions): Look for *Completions* in other
1429         frames as well.
1431         * pcomplete.el: Allow the use of completion-tables.
1432         (pcomplete-std-complete): New command.
1433         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
1434         (pcomplete--here): Use a function for `form' rather than an expression,
1435         so it can be byte-compiled.
1436         (pcomplete-here, pcomplete-here*): Adjust accordingly.
1437         Add edebug declaration.
1438         (pcomplete-show-completions): Remove unused var `curbuf'.
1439         (pcomplete-do-complete, pcomplete-stub):
1440         Don't assume `completions' is a list of strings any more.
1442 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
1444         * find-dired.el (find-name-arg): Fix typo in docstring.
1446 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1448         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
1449         (pcmpl-linux-fs-types): Same, and update to new modules layout.
1451         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
1452         pcomplete-entries.
1454         * comint.el (comint-read-input-ring, comint-write-input-ring)
1455         (comint-substitute-in-file-name)
1456         (comint-dynamic-complete-as-filename)
1457         (comint-dynamic-simple-complete)
1458         (comint-dynamic-list-filename-completions)
1459         (comint-dynamic-list-completions)
1460         (comint-redirect-results-list-from-process): Minor simplifications.
1462 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1464         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1465         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
1466         the first form.  And insert a blank line after ";;; Code" since
1467         that's usual style.  (My Bug#4612.)
1469         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
1471 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1473         * minibuffer.el (completion-table-with-terminator): Properly implement
1474         boundaries, in case `terminator' appears in the suffix.
1475         (completion--embedded-envvar-table): Don't return boundaries if
1476         there's no valid completion.  Simplify.
1477         (completion-file-name-table): New completion table extracted from
1478         completion--file-name-table.
1479         (completion--file-name-table): Use it.
1480         (read-file-name-predicate): Declare obsolete.
1481         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
1482         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
1483         completion-file-name-table, and use the `pred' argument.
1484         * files.el (locate-file-completion-table): Use the `pred' arg rather
1485         than read-file-name-predicate.
1486         (abbreviate-file-name): Use \` rather than ^ for BOS.
1488 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1490         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
1491         vc-responsible-backend to register, it causes problems.
1493 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
1497 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1499         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
1500         (semantic-c-debug-mode-init-pch): New functions.
1501         (semantic-c-debug-mode-init-last-mode): New var.
1502         (semantic-c-parse-lexical-token): Use them.
1504         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1505         When extracting the argument list, limit only by point-max.
1507 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
1509         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
1510         (tramp-smb-handle-file-attributes): Use it.
1511         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1512         (tramp-smb-handle-insert-directory): Use `mapc' rather than
1513         `mapcar'.  Use `tramp-smb-get-stat-capability'.
1514         Add `dired-filename' text properties.
1515         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1516         (tramp-smb-maybe-open-connection): Simplify check for smbclient
1517         version.
1519 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1521         * subr.el (read-key-delay): Reduce to 0.01.
1522         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1523         (bug#4751).
1525 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1527         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1529         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1530         (Info-menu): Remove unused vars `last' and `completions'.
1531         (Info-index-nodes): Remove unused var `node'.
1533         * info.el (Info-complete-menu-item): Use complete-with-action.
1535 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1537         Make vc-annotate work through copies and renames.
1538         * vc-annotate.el (vc-annotate-extract-revision-at-line):
1539         Return the file name too.
1540         (vc-annotate-revision-at-line)
1541         (vc-annotate-find-revision-at-line)
1542         (vc-annotate-revision-previous-to-line)
1543         (vc-annotate-show-log-revision-at-line): Update to get the file
1544         name from vc-annotate-extract-revision-at-line.
1545         (vc-annotate-show-diff-revision-at-line-internal): Change the
1546         argument to mean whether to show a file diff or not.  Get the file
1547         name from vc-annotate-extract-revision-at-line.
1548         (vc-annotate-show-diff-revision-at-line):
1549         Update vc-annotate-show-diff-revision-at-line call.
1550         (vc-annotate-warp-revision): Add an optional file argument.
1552         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1553         (vc-git-annotate-extract-revision-at-line): Also return the file
1554         name if found.
1556         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1557         command.  Remove unused code.
1558         (vc-hg-annotate-re): Update to match --follow output.
1559         (vc-hg-annotate-extract-revision-at-line): Also return the file
1560         name if found.
1562         * vc.el: Update annotate-extract-revision-at-line documentation.
1564 2009-10-18  Kevin Ryde  <user42@zip.com.au>
1566         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1567         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1569         * net/browse-url.el (browse-url): Identify alist with "consp and
1570         not functionp" and let all other things go down the `apply' leg,
1571         as suggested by Stefan.  (Further to bug#4531.)
1573 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
1575         * minibuffer.el (read-file-name): Check for repeat before putting
1576         a default argument in file-name-history (Bug#4657).
1578         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1579         read syntax (Bug#4737).
1581         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1583 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1585         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1586         (html-tag-alist, html-tag-help): Add descriptions for undocumented
1587         entries and make note of obsolete tags.
1589 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1593 2009-10-18  Glenn Morris  <rgm@gnu.org>
1595         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1596         grep, so that binary files (eg international/uni-bidi.el) can match.
1597         Remove test for "UnicodeData" files, since it is hopefully unnecessary
1598         now, and in any case the file header format has changed.
1600 2009-10-17  Glenn Morris  <rgm@gnu.org>
1602         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1603         (flyspell-get-word, flyspell-large-region)
1604         (flyspell-auto-correct-previous-word): Doc/error message fixes.
1606 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1608         * Makefile.in (ELCFILES): Add ede/shell.
1610 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
1612         * term/common-win.el (x-colors): Purecopy it.
1614 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1616         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1617         permissive for when the buffer is empty.
1618         (tar-header-block-tokenize): Decode the username and groupname.
1619         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1621 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1623         * cedet/srecode/srt.el:
1624         * cedet/srecode/compile.el:
1625         * cedet/semantic/mru-bookmark.el:
1626         * cedet/semantic/debug.el:
1627         * cedet/semantic/complete.el:
1628         * cedet/semantic/analyze.el: Require CL when compiling.
1630 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1632         * cedet/semantic/scope.el
1633         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1634         tmpscope so that the regular scope will continue to work.
1636         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1637         Use semantic-idle-summary-highlight-face as the highlighting.
1639         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1640         contains multibyte characters, choose first applicable coding
1641         system automatically.
1643         * cedet/ede/project-am.el (project-run-target): New method.
1644         (project-run-target): New method.
1646         * cedet/ede.el (ede-target): Add run target menu item.
1647         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1648         (ede-run-target): New function.
1649         (ede-target::project-run-target): New method.
1651         * cedet/ede/proj.el (project-run-target): New method.
1653         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1654         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1655         Add :rules.
1656         (ede-proj-target-makefile-shared-object): Only libtool compilers
1657         now available.  Add linkers for libtool.
1658         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1659         (ede-proj-makefile-target-name): Always use .la extension.
1661         * cedet/ede/proj-prog.el (project-run-target): New method.
1663         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1664         (ede-g++-linker): Change Change link lines.
1666         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1667         When searching for old variables, go to the end of the buffer and
1668         search backward from there.
1669         (ede-proj-makefile-automake-insert-subdirs)
1670         (ede-proj-makefile-automake-insert-extradist): New methods.
1671         (ede-proj-makefile-create): Use them.
1673         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1674         Force FILE to expand to the current target.  Use file-exists-p to
1675         check that it exists.
1677         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1678         (ede-linux-load): Wrap dir in file-name-as-directory.
1679         Set :version slot.
1681         * cedet/ede/files.el (ede-get-locator-object): When enabling
1682         locate, do so on "top".
1684         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1685         file-name-as-directory during compare.
1686         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1687         Get version number from different places.  Don't call egrep.
1688         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1689         to set the directory.
1691         * cedet/ede/shell.el: New file.
1693         * cedet/inversion.el (inversion-decoders): Allow for stray . in
1694         alpha/beta variants.
1696 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * international/mule-cmds.el (select-safe-coding-system): If the file
1699         has a coding cookie, use it regardless of any other setting (bug#4712).
1701 2009-10-17  Glenn Morris  <rgm@gnu.org>
1703         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1704         All errors should have messages.
1706         * foldout.el (foldout-mouse-swallow-events):
1707         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1709         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1710         (dired-keep-marker-copy, dired-keep-marker-hardlink)
1711         (dired-keep-marker-symlink, dired-dwim-target)
1712         (dired-copy-preserve-time): Do not autoload these defcustoms.
1714         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1715         messages from messing up the file coding.  (Bug#4623)
1717 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
1719         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1720         if no match is found for the current dictionary.  (Bug#4578)
1722         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1723         optional, since that is how it is documented, and this is often called
1724         with a nil argument.  (Bug#4577)
1725         (flyspell-external-point-words, flyspell-auto-correct-word)
1726         (flyspell-correct-word-before-point, flyspell-word-search-forward)
1727         (flyspell-word-search-backward): Remove nil argument in calls to
1728         flyspell-get-word, since it is not needed now.
1730 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
1732         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
1734 2009-10-16  Glenn Morris  <rgm@gnu.org>
1736         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1738 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1740         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1741         (ange-ftp-file-size): New function.
1742         (ange-ftp-file-attributes): Use it.
1744 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
1746         * net/tramp-smb.el (tramp-smb-version): New defvar.
1747         (tramp-smb-maybe-open-connection): Use it, in order to avoid
1748         repeated checks.
1750 2009-10-16  Glenn Morris  <rgm@gnu.org>
1752         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1753         Maybe copy some custom properties from old to new name.  (Bug#4706)
1755 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
1757         * subr.el (error, sit-for, start-process-shell-command)
1758         (start-file-process-shell-command): Set the calling convention
1759         after the function definition.
1761 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1763         * subr.el (error, sit-for, start-process-shell-command)
1764         (start-file-process-shell-command): Use the new
1765         set-advertised-calling-convention feature.
1767 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
1769         * international/ucs-normalize.el (ucs-normalize-version):
1770         Change to 1.2.
1771         (check-range): Adjust for Unicode 5.2.
1773 2009-10-15  Juri Linkov  <juri@jurta.org>
1775         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
1776         to the `menu-item' format.
1778 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
1780         * net/tramp.el (tramp-replace-environment-variables): Do not fail
1781         if the environment variable does not exist.
1783         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1784         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
1785         parameter.
1786         (tramp-smb-handle-add-name-to-file)
1787         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1788         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1789         (tramp-smb-handle-file-attributes)
1790         (tramp-smb-do-file-attributes-with-stat)
1791         (tramp-smb-handle-file-local-copy)
1792         (tramp-smb-handle-insert-directory)
1793         (tramp-smb-handle-make-directory)
1794         (tramp-smb-handle-make-directory-internal)
1795         (tramp-smb-handle-make-symbolic-link)
1796         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
1797         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
1798         (tramp-smb-maybe-open-connection): Apply the changed parameters.
1799         (tramp-smb-read-file-entry): Read Disk names in compressed format.
1800         Handle long file names.
1801         (tramp-smb-get-cifs-capabilities): Check, whether the connection
1802         process is running.
1803         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
1804         Read share names with "-g" option.
1806 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
1808         * net/rcirc.el (rcirc-view-log-file): New command.
1809         (rcirc-track-minor-mode-map): Remove C-c ` binding.
1810         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
1811         specified.
1813 2009-10-15  Glenn Morris  <rgm@gnu.org>
1815         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
1816         from the second command-line argument.
1817         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
1818         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
1819         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
1820         w32-batch-update-autoloads.
1821         * emacs-lisp/autoload.el (autoload-make-program): New variable.
1822         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
1824         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
1825         the headers cannot be located.  Simplify, subtracting superflous
1826         save-excursions.
1828 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         Replace completion-base-size by completion-base-position to fix bugs
1831         such as (bug#4699).
1832         * simple.el (completion-base-position): New var.
1833         (completion-base-size): Mark as obsolete.
1834         (choose-completion): Make it work for mouse events as well.
1835         Pass the new base-position to choose-completion-string.
1836         (choose-completion-guess-base-position): New function, extracted from
1837         choose-completion-delete-max-match.
1838         (choose-completion-delete-max-match): Use it.  Make obsolete.
1839         (choose-completion-string): Use the new base-position info.
1840         (completion-root-regexp): Delete.
1841         (completion-setup-function): Preserve completion-base-position.
1842         Eliminate obsolete base-size manipulation.
1843         * minibuffer.el (display-completion-list): Don't mess with base-size.
1844         (minibuffer-completion-help): Set completion-base-position instead.
1845         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
1846         choose-completion.
1847         * textmodes/bibtex.el (bibtex-complete):
1848         * emacs-lisp/crm.el (crm--choose-completion-string):
1849         Adjust to new calling convention.
1850         * complete.el (partial-completion-mode): Use minibufferp to avoid
1851         bumping into incompatible change to choose-completion-string-functions.
1852         * ido.el (ido-choose-completion-string): Make its calling convention
1853         more permissive.
1854         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
1855         base-size manipulation.
1856         (comint-dynamic-list-input-ring): Use dotimes and push.
1857         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
1858         fundamental-mode.  Use `or'.
1860 2009-10-14  Juri Linkov  <juri@jurta.org>
1862         * misearch.el (multi-isearch-next-buffer-from-list)
1863         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
1865 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * Makefile.in (compile-onefile): Load `bytecomp' rather than
1868         `bytecomp.el'.
1870         * minibuffer.el (completion-pcm--merge-completions): Make sure the
1871         string we return is all made up of text from the completions rather
1872         than part from the completions and part from the input (bug#4219).
1874         * ido.el (ido-everywhere): Use define-minor-mode.
1876         * buff-menu.el (list-buffers, ctl-x-map):
1877         Mark the entry points with ;;;###autoload cookies.
1879 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
1881         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
1882         correctly in the detached head case.
1883         (vc-git-print-log): Remove unused binding.
1885         * vc.el (vc-responsible-backend): When a directory is passed for
1886         for registration create a VC repository if no backend is
1887         responsible for the directory argument.
1888         (vc-deduce-fileset): Tell vc-responsible-backend to register.
1890         * vc.el: Move comments about RCS and SCCS ...
1891         * vc-rcs.el:
1892         * vc-sccs.el: ... here, respectively.
1894 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1896         * minibuffer.el (completion--file-name-table): Return nil if there's
1897         no file completion, even if substitute-in-file-name changed
1898         the string (bug#4708).
1900 2009-10-13  Juri Linkov  <juri@jurta.org>
1902         * files-x.el (read-file-local-variable-value): Don't filter out
1903         minor modes from mode name completion (bug#4664).
1905 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
1907         * international/mule-cmds.el (ucs-names): Remove exclusion of
1908         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
1910 2009-10-13  Kenichi Handa  <handa@m17n.org>
1912         * international/uni-name.el: Regenerated.
1914 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
1916         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
1917         should be automatically buffer-local, but isn't.)
1919 2009-10-12  Sam Steingold  <sds@gnu.org>
1921         * progmodes/compile.el (compilation-next-error-function): Fix the
1922         timestamps if the buffer has been visited before.
1923         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
1924         non-anchored patterns, like the perl one (bug#3928).
1926 2009-10-12  Glenn Morris  <rgm@gnu.org>
1928         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
1929         Let-bind `size'.
1931 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
1933         * proced.el (proced-unload-function): New function.
1935         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
1936         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
1937         Doc fix.
1939         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
1941 2009-10-11  Juri Linkov  <juri@jurta.org>
1943         * files-x.el (read-file-local-variable-value):
1944         Provide default value only for bound variables (bug#4664).
1946 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
1948         * net/tramp.el (tramp-local-host-p): Function shall return nil for
1949         connection methods like smb.
1951         * net/tramp-cache.el (tramp-flush-connection-property): The hash
1952         can be empty.
1954         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1955         (tramp-smb-file-name-handler-alist): Add handlers for
1956         `add-name-to-file', `make-symbolic-link'.
1957         (tramp-smb-handle-add-name-to-file)
1958         (tramp-smb-do-file-attributes-with-stat)
1959         (tramp-smb-handle-make-symbolic-link)
1960         (tramp-smb-get-cifs-capabilities): New defuns.
1961         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1962         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1963         (tramp-smb-handle-file-local-copy)
1964         (tramp-smb-handle-make-directory-internal)
1965         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
1966         The file name syntax depends on cifs capabilities.
1967         (tramp-smb-handle-file-attributes):
1968         Call `tramp-smb-do-file-attributes-with-stat' if possible.
1969         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
1970         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
1972 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
1974         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
1975         (eieio-defclass): Apply deftype handler and setf-method properties
1976         directly.
1977         (eieio-add-new-slot): Avoid union function from cl library.
1978         (eieio--typep): New function.
1979         (eieio-perform-slot-validation): Use it.
1981 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
1983         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
1984         Update documentation to refer to the variables documented in r1.135.
1985         (Bug#4188)
1987 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
1989         * bookmark.el (Info-suffix-list): Remove this unused variable.
1990         (bookmark-current-point): Remove this obsolete variable.
1991         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
1992         Adjust for removal of bookmark-current-point.
1994         (bookmarks-already-loaded, bookmark-current-buffer)
1995         (bookmark-yank-point): Document.  (Bug#4188)
1997 2009-10-10  Glenn Morris  <rgm@gnu.org>
1999         * frame.el (frame-height): Doc fix.
2001         * calendar/calendar.el (calendar-split-width-threshold): New option.
2002         (calendar-basic-setup): Use calendar-split-width-threshold.
2004 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2006         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2007         Use .la for Automake.
2009 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2011         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2012         Use "autoreconf -i".  Suggested by Andreas Schwab.
2014 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2016         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2017         Ideographic Supplement" range (U+1F200..U+1F2FF).
2019 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2021         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2022         since the list will have been rebuilt anyway.  (Bug#4349)
2024 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2026         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2027         (bookmark-bmenu-execute-deletions): Don't save here, as
2028         bookmark-delete will now do so if necessary.
2029         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2030         (Bug#4348)
2032 2009-10-09  Glenn Morris  <rgm@gnu.org>
2034         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2036 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2038         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2039         (bookmark-jump-other-window): Just invoke bookmark-jump with new
2040         argument now, so the two function's behaviors will match.  (Bug#3645)
2042 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2044         * cedet/ede/proj.el (project-make-dist, project-compile-project):
2045         Fix filename test.
2046         (ede-proj-dist-makefile): Use expand-file-name instead of concat
2047         to expand file names.
2049 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
2051         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2052         (tramp-file-name-real-host, tramp-file-name-port):
2053         Apply `save-match-data'.
2055         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2056         case both directories are remote.
2057         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2058         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2060 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2062         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2063         (ede-proj-target-makefile-objectcode): Use it.
2065         * cedet/ede/source.el (ede-want-any-source-files-p)
2066         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2067         Return search result.  This error was introduced while merging.
2069 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2071         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2073 2009-10-07  Glenn Morris  <rgm@gnu.org>
2075         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2076         of concat.
2078 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2080         * files-x.el (read-file-local-variable): Include some
2081         non-user-variables in the completion table (bug#4664).
2083 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
2085         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2086         message.
2088         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2089         (tramp-smb-file-name-handler-alist): Add handler for
2090         `copy-directory', `expand-file-name', `set-file-modes'.
2091         (tramp-smb-handle-copy-directory)
2092         (tramp-smb-handle-expand-file-name)
2093         (tramp-smb-handle-set-file-modes): New defuns.
2094         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2095         (tramp-smb-handle-file-attributes): Simplify check for retrieving
2096         entry.
2097         (tramp-smb-handle-insert-directory): Don't flush the cache.
2098         (tramp-smb-maybe-open-connection): Check for samba client and
2099         server versions.
2101 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2103         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2104         to not error out of search for "^lisp=" fails.
2106 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2108         * makefile.w32-in (WINS_UPDATES): New macro.
2109         (custom-deps, finder-data, autoloads): Use it.
2111 2009-10-07  Glenn Morris  <rgm@gnu.org>
2113         * Makefile.in (autoloads): Revert previous change.
2114         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2115         the list of preloaded files passed on the command-line, get
2116         it from src/Makefile.
2118         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2119         show the original buffer rather than a random one.
2121 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
2123         * help.el (describe-no-warranty): Place point in a slightly better
2124         position in the GPLv3 text.
2126 2009-10-06  Sam Steingold  <sds@gnu.org>
2128         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2129         the comm attribute is present before calling regexp-quote.
2131 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
2133         * play/animate.el (animate-string): For good effect, make sure
2134         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2136         * play/animate.el (animate-sequence, animate-birthday-present):
2137         * misc.el (butterfly): Don't set `indent-tabs-mode'.
2139 2009-10-06  Glenn Morris  <rgm@gnu.org>
2141         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2143         * emacs-lisp/autoload.el (autoload-excludes): New variable.
2144         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2145         (batch-update-autoloads): Process a string value of autoload-excludes,
2146         set during the build process.
2147         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
2149         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2150         inside with-parsed...  macro so that `v' is defined.
2152         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2153         * progmodes/fortran.el (fortran-end-of-block)
2154         (fortran-beginning-of-block):
2155         Also push mark in the macro case.
2157         * emerge.el (emerge-show-file-name):
2158         * calc/calc.el (calc-quit):
2159         * calc/calc-misc.el (calc-big-or-small):
2160         * calc/calc-graph.el (calc-graph-view):
2161         * calc/calc-ext.el (calc-reset):
2162         * calendar/calendar.el (calendar-basic-setup):
2163         Use window-full-height-p.
2165         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2166         header we don't understand, don't insert another.  (Bug#4624)
2167         If changing mime charset, insert the new one in the right place.
2169 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
2171         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2172         (cal-tex-cursor-month): Correctly increment the end date for diary and
2173         holiday listing.  (Bug#4626)
2175 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2177         * help-fns.el (describe-function-1): Don't burp if the function is not
2178         a symbol.
2180 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
2182         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2183         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2184         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2185         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2187         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2188         (eieio-default-superclass): Reflow docstrings.
2189         (this, class-option-assoc, defclass, eieio-class-un-autoload)
2190         (eieio-unbind-method-implementations, defmethod)
2191         (eieio-validate-slot-value, eieio-validate-class-slot-value)
2192         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2193         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2194         (eieio-slot-originating-class-p, eieio-slot-name-index)
2195         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2196         (constructor, initialize-instance, no-next-method, object-print)
2197         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2198         Fix typos in docstrings.
2199         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2200         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2201         (next-method-p): Doc fixes.
2202         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2203         Fix typos in error messages.
2204         (eieio-defmethod): Fix typo in description of generic method.
2206         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2207         (eieio-persistent-save-interactive, slot-missing):
2208         Fix typos in docstrings.
2209         (eieio-instance-inheritor-slot-boundp): Doc fix.
2211         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2212         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2214         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2215         (eieio-custom-object-apply-reset):
2216         Fix typos in docstrings and error messages.
2218         * emacs-lisp/eieio-datadebug.el (data-debug-show):
2219         Fix typo in docstring.
2221         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2222         (eieio-browse-tree): Doc fix.
2223         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2224         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2225         Fix typos in docstrings.
2227         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2228         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2229         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2230         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2231         Reflow docstrings.
2233 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2235         * vc-hg.el (log-view-vc-backend): Declare for compiler.
2236         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2237         Set log-view-vc-backend so that diff can work.
2239         * log-view.el (log-view-diff): Use vc-diff-internal instead of
2240         vc-version-diff.
2241         (vc-diff-internal): Autoload this instead of vc-version-diff.
2243 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2245         * simple.el (eval-expression): Doc fix.
2247         * progmodes/cwarn.el (cwarn-mode): Doc fix.
2249 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2251         * files.el (directory-files-no-dot-files-regexp): New defconst.
2252         (delete-directory): Use it.
2253         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
2255         * net/tramp.el (tramp-verbose): Fix docstring.
2256         (tramp-methods): Add recursive option to `tramp-copy-args'.
2257         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
2258         "scp1_old", "scp2_old", "rsync", "rsyncc".
2259         (tramp-default-method): Check also for `auth-source-user-or-password'.
2260         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2261         Add handler for `copy-directory'.
2262         (tramp-handle-copy-directory): New defun.
2263         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2264         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2265         Optimize sent command.
2267 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2270         window if necessary.
2272         * calendar/calendar.el (calendar-basic-setup): Don't call
2273         switch-to-buffer in a dedicated window.
2275 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
2277         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2278           don't do anything related to relocating, just return nil.
2279         (bookmark-error-no-filename): New error.
2280         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2281           bookmark has no file.  Don't even attempt to handle things that
2282           are not files; the whole point of custom handlers is to keep that
2283           knowledge elsewhere anyway.  Tighten some comments.
2284         (bookmark-file-or-variation-thereof): Remove now-unused function.
2285         (bookmark-location): Doc string fix.
2286         (Bug#4250)
2288 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2290         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2291         don't use a file dialog, because they usually don't know how to read
2292         a directory target from the user.  (Bug#4230)
2293         Also, make sure the prompt can display directories as well as files.
2295 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2297         * bookmark.el (bookmark-set, bookmark-buffer-name):
2298         Improve doc strings.  (Bug#1193)
2300 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2302         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2303         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2304         (bookmark-get-annotation, bookmark-set-annotation)
2305         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2306         (bookmark-set-position, bookmark-get-front-context-string)
2307         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2308         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2309         (bookmark-jump-other-window, bookmark-handle-bookmark)
2310         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2311         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2312         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2313            Improve doc strings to say whether bookmark can be a string or
2314            a record or both, and make other consistency and clarity fixes.
2315         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2316         (bookmark-default-annotation-text, bookmark-yank-word)
2317         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2318         (bookmark-import-new-list, bookmark-maybe-rename)
2319         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2320         (bookmark-bmenu-bookmark): Give these doc strings.
2321         (bookmark-bmenu-check-position): Give this a doc string, but also
2322            add a FIXME comment about how the function may be pointless.
2323         (bookmark-default-handler): Rework doc string and change a
2324            parameter name, to clarify that this takes a bookmark record
2325            not a bookmark name.
2326         (bookmark-set): Change a parameter name to indicate its meaning,
2327            and improve the doc string a bit.
2328         (Bug#4188)
2330 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2332         * bookmark.el (bookmark-alist): Document the new `handler' element
2333         in the param alist.
2334         (bookmark-make-record-function): Adjust documentation for above.
2335         (Bug#4193)
2337 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2339         * info.el (Info-bookmark-make-record): Document this function.
2340         (Info-bookmark-jump): Document with a doc string, not just a comment.
2341         (Bug#4203)
2343 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2345         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2346         (semantic-new-buffer-fcn): Call parser setup functions here.
2347         (semantic-mode): Don't call parser setup functions here, it's done
2348         in semantic-new-buffer-fcn now.
2349         (semantic-mode): Parse all existing buffers when enabled.
2351         * cedet/srecode/compile.el (srecode-compile-file):
2352         Call semantic-new-buffer-fcn if the buffer has not been parsed.
2354 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2356         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2358         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2359         (proj-comp-insert-variable-once): New macro, renamed from
2360         ede-pmake-insert-variable-once in ede/pmake.edl.
2361         (ede-proj-makefile-insert-variables): Use it.
2363 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
2365         * files.el (copy-directory): New defun.
2367         * dired-aux.el (dired-copy-file-recursive): Use it.
2369 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2371         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2372         (makefile-end-of-command):
2373         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2374         (semantic-end-of-context): Fix previous change.  Doc fixes.
2376 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2378         * files-x.el (modify-dir-local-variable)
2379         (copy-dir-locals-to-file-locals-prop-line):
2380         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2381         (makefile-end-of-command):
2382         * cedet/semantic/lex.el (semantic-lex-token):
2383         * cedet/semantic/analyze/fcn.el
2384         (semantic-analyze-dereference-metatype-1):
2385         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
2386         (semantic-lex-cpp-undef):
2387         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
2388         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2389         (semantic-end-of-context): Fix typos in docstrings.
2391         * recentf.el (recentf-unload-function): New function.
2393 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2395         * cedet/ede.el (ede-project-placeholder-cache-file):
2396         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2397         * cedet/srecode/map.el (srecode-map-save-file):
2398         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
2400 2009-10-04  Glenn Morris  <rgm@gnu.org>
2402         * window.el (window-full-height-p): Add doc string.
2404 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
2406         * window.el (window-full-height-p): New function.  (Bug#4543)
2408 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
2410         * cedet/srecode/insert.el: Require srecode/args.
2412         * cedet/srecode/args.el: Require srecode/dictionary instead of
2413         srecode/insert.
2415         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2417         * files.el (auto-mode-alist): Add .srt and Project.ede.
2419         * cedet/semantic.el (semantic-mode):
2420         Handle srecode-template-mode-hook as well.
2421         (semantic-mode): Use js-mode-hook for Javascript hook.
2423         * cedet/srecode/template.el: Remove hook variable.
2425         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
2427         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
2428         projects exist.
2429         (ede-project-placeholder-cache-file): Default to a file in
2430         user-emacs-directory.
2432         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
2433         templates in data-directory.
2434         (srecode-map-save-file): Default to a file in user-emacs-directory.
2436         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
2437         directory.
2439 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2441         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
2442         Doc fix.
2444         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
2445         Only insert each variable once.
2447         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2448         (ede-pmake-insert-variable-shared): Use it.
2450         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2451         for lexical table iff table is nil.
2453 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2455         * vc.el: Remove commented out code.
2456         (vc-derived-from-dir-mode): Remove, unused.
2457         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2459 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
2461         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2462         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
2463         there could be recursive loading when `default-directory' is a
2464         remote file name.  (Bug#4614)
2466 2009-10-03  Glenn Morris  <rgm@gnu.org>
2468         * calendar/calendar.el (calendar-basic-setup): Handle the case where
2469         the frame is wide.
2470         (calendar-generate-window): Test for shrinkability rather than width.
2472         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
2473         declaration, currently false.
2475         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
2476         reusing existing buffers, in case we happen to visit two files with the
2477         same basename.  (Bug#4593)
2479 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2481         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2482         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
2483         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
2484         subdirs of cedet as well.
2485         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2487 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2489         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
2490         Obey advertised-signature-table.
2492         * help-fns.el (help-function-arglist): Don't check
2493         advertised-signature-table.
2494         (describe-function-1): Do it here instead so it also applies to subrs.
2496 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
2498         * simple.el (start-file-process): Say in the doc-string, that file
2499         handlers might not support pty association, if PROGRAM is nil.
2501         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
2502         HOST and USER are strings.  They are nil, when there are
2503         incomplete entries in ~/.netrc, for example.
2504         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
2505         root directory ("device busy" error otherwise).
2507         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
2508         Flush file properties of created directory.
2510 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2512         * makefile.w32-in (WINS_BASIC): Remove cedet.
2513         (WINS_CEDET): Add cedet.
2514         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2516 2009-10-02  Kevin Ryde  <user42@zip.com.au>
2518         * net/browse-url.el (browse-url): Pass any symbol in
2519         browse-url-browser-function to `apply', since if you've mistakenly put
2520         an unbound symbol then the error is clearer.  (Bug#4531)
2522 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2524         * allout.el (allout-init, allout-back-to-current-heading)
2525         (allout-beginning-of-current-entry, allout-ascend-to-depth)
2526         (allout-ascend, allout-up-current-level, allout-end-of-level)
2527         (allout-previous-visible-heading, allout-forward-current-level)
2528         (allout-backward-current-level, allout-show-children):
2529         * apropos.el (apropos-describe-plist):
2530         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2531         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2532         * completion.el (add-completion, add-permanent-completion):
2533         * descr-text.el (describe-text-category, describe-char):
2534         * desktop.el (desktop-lazy-abort):
2535         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2536         * dired.el (dired-build-subdir-alist):
2537         * ediff.el (ediff-version):
2538         * elide-head.el (elide-head, elide-head-show):
2539         * emerge.el (emerge-version):
2540         * env.el (getenv):
2541         * face-remap.el (variable-pitch-mode):
2542         * faces.el (describe-face):
2543         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2544         (dired-at-point):
2545         * files.el (find-file-existing, auto-save-mode):
2546         * font-lock.el (font-lock-fontify-buffer):
2547         * help-fns.el (describe-function, describe-variable)
2548         (describe-syntax, describe-categories):
2549         * help.el (view-lossage, describe-bindings, describe-key)
2550         (describe-mode):
2551         * hexl.el (hexl-current-address):
2552         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2553         * info.el (Info-goto-emacs-key-command-node):
2554         * log-edit.el (log-edit-insert-cvs-template)
2555         (log-edit-insert-cvs-rcstemplate):
2556         * menu-bar.el (menu-bar-mode):
2557         * mouse.el (mouse-appearance-menu):
2558         * newcomment.el (comment-indent-new-line):
2559         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2560         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2561         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2562         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2563         * recentf.el (recentf-mode):
2564         * savehist.el (savehist-mode, savehist-save):
2565         * shadowfile.el (shadow-copy-files):
2566         * simple.el (kill-ring-save, next-line, previous-line)
2567         (normal-erase-is-backspace-mode):
2568         * strokes.el (strokes-update-window-configuration)
2569         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2570         (strokes-xpm-for-stroke):
2571         * time.el (emacs-uptime, emacs-init-time):
2572         * tutorial.el (tutorial--describe-nonstandard-key)
2573         (tutorial--detailed-help):
2574         * type-break.el (type-break-mode)
2575         (type-break-mode-line-message-mode, type-break-query-mode)
2576         (type-break-guesstimate-keystroke-threshold):
2577         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2578         * version.el (emacs-version):
2579         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2580         * winner.el (winner-mode):
2581         * calendar/timeclock.el (timeclock-in, timeclock-out)
2582         (timeclock-status-string, timeclock-change)
2583         (timeclock-workday-remaining-string)
2584         (timeclock-workday-elapsed-string)
2585         (timeclock-when-to-leave-string):
2586         * calendar/todo-mode.el (todo-add-category):
2587         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2588         * emacs-lisp/autoload.el (update-file-autoloads):
2589         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2590         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2591         (checkdoc-message-text, checkdoc-defun):
2592         * emacs-lisp/debug.el (debugger-list-functions):
2593         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2594         * emacs-lisp/eieio-opt.el (eieio-describe-class)
2595         (eieio-describe-generic):
2596         * emacs-lisp/lisp-mnt.el (lm-synopsis):
2597         * emacs-lisp/shadow.el (list-load-path-shadows):
2598         * emulation/cua-base.el (cua-mode):
2599         * emulation/edt.el (edt-set-scroll-margins):
2600         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2601         (tpu-toggle-regexp, tpu-toggle-search-direction)
2602         (tpu-toggle-rectangle, tpu-toggle-control-keys):
2603         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2604         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2605         (viper-set-parsing-style-toggling-macro)
2606         (viper-set-emacs-state-searchstyle-macros):
2607         * emulation/viper.el (viper-set-hooks):
2608         * eshell/esh-mode.el (eshell-truncate-buffer):
2609         * international/mule-cmds.el (prefer-coding-system)
2610         (describe-input-method, describe-language-environment):
2611         * international/mule-diag.el (list-character-sets)
2612         (describe-character-set, describe-coding-system)
2613         (describe-fontset, list-fontsets, list-input-methods):
2614         * mail/sendmail.el (mail-signature):
2615         * net/ange-ftp.el (ange-ftp-copy-file):
2616         * net/browse-url.el (browse-url):
2617         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2618         * net/quickurl.el (quickurl-add-url):
2619         * net/rcirc.el (names, topic):
2620         * net/xesam.el (xesam-mode):
2621         * play/5x5.el (5x5-new-game):
2622         * play/yow.el (apropos-zippy):
2623         * progmodes/ada-mode.el (ada-mode-version):
2624         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2625         (f90-end-of-block)
2626         (f90-beginning-of-block):
2627         * progmodes/fortran.el (fortran-end-of-block)
2628         (fortran-beginning-of-block):
2629         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2630         * progmodes/python.el (python-describe-symbol, python-shell):
2631         * term/ns-win.el (ns-print-buffer):
2632         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2633         * textmodes/flyspell.el (flyspell-mode-on):
2634         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2635         (pages-directory-for-addresses):
2636         * textmodes/table.el (table-recognize-cell)
2637         (table-query-dimension, table-generate-source)
2638         (table-insert-sequence, table--warn-incompatibility):
2639         * textmodes/tex-mode.el (tex-validate-buffer):
2640         * textmodes/texinfmt.el (texinfmt-version)
2641         (texinfo-format-buffer):
2642         Use `called-interactively-p' instead of `interactive-p'.
2644 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2646         * image-mode.el (image-toggle-display):
2647         * emacs-lisp/elp.el (elp-instrument-function):
2648         * emacs-lisp/advice.el (ad-make-advised-definition):
2649         * emacs-lisp/easy-mmode.el (define-minor-mode):
2650         * net/browse-url.el (browse-url-maybe-new-window):
2651         * progmodes/sh-script.el (sh-learn-buffer-indent):
2652         Pass new argument 'any to `called-interactively-p'.
2654 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2656         * international/uni-bidi.el:
2657         * international/uni-category.el:
2658         * international/uni-combining.el:
2659         * international/uni-comment.el:
2660         * international/uni-decimal.el:
2661         * international/uni-decomposition.el:
2662         * international/uni-digit.el:
2663         * international/uni-lowercase.el:
2664         * international/uni-mirrored.el:
2665         * international/uni-name.el:
2666         * international/uni-numeric.el:
2667         * international/uni-old-name.el:
2668         * international/uni-titlecase.el:
2669         * international/uni-uppercase.el:
2670         Regenerate from Unicode 5.2.0 data.
2672 2009-10-01  Glenn Morris  <rgm@gnu.org>
2674         * Makefile.in (ELCFILES): Regenerate.
2676 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * subr.el (interactive-p): Mark obsolete.
2679         (called-interactively-p): Make the optional-ness of `kind' obsolete.
2680         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2681         advertised-signature-table for subroutines as well.
2683         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2684         (set-advertised-calling-convention): New function.
2685         (make-obsolete, define-obsolete-function-alias)
2686         (make-obsolete-variable, define-obsolete-variable-alias):
2687         Make the optional-ness of `when' obsolete.
2688         (define-obsolete-face-alias): Make `when' non-optional.
2689         * help-fns.el (help-function-arglist):
2690         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2691         Use advertised-signature-table.
2693 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2695         * files.el (delete-directory): New defun.  The original function
2696         in fileio.c has been renamed to `delete-directory-internal'.
2698         * dired.el (dired-delete-file): Call `delete-directory' with
2699         RECURSIVE parameter.
2701         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2702         parameter RECURSIVE.  Implementation is missing.
2704         * net/tramp.el (tramp-handle-make-directory): Flush upper
2705         directory's file properties.
2706         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2707         (tramp-handle-dired-recursive-delete-directory): Flush directory
2708         properties after the remove command only.
2710         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2711         Handle optional parameter RECURSIVE.
2713         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2714         Handle optional parameter RECURSIVE.
2716         * net/tramp-smb.el (tramp-smb-errors): Add error message for
2717         connection timeout.
2718         (tramp-smb-handle-delete-directory): Handle optional parameter
2719         RECURSIVE.
2721 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2723         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2724         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2725         (byte-compile-defmacro): Use backquotes.
2727         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2729         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2730         has no associated file.
2731         (vc-resynch-buffer): Use vc-dir-buffers.
2733 2009-10-01  Glenn Morris  <rgm@gnu.org>
2735         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2736         (chart-file-count):
2737         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2738         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2739         * emacs-lisp/eieio-opt.el (eieio-describe-class):
2740         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2741         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2742         (eieio-copy-parents-into-subclass, make-instance, class-children)
2743         (eieio-generic-form):
2744         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2745         * cedet/cedet-idutils.el (cedet-idutils-search)
2746         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2747         (cedet-idutils-version-check):
2748         * cedet/cedet.el (cedet-version):
2749         * cedet/data-debug.el (data-debug-insert-overlay-button)
2750         (data-debug-insert-overlay-list-button)
2751         (data-debug-insert-buffer-button)
2752         (data-debug-insert-buffer-list-button)
2753         (data-debug-insert-process-button, data-debug-insert-ring-button)
2754         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2755         (data-debug-insert-stuff-vector-button)
2756         (data-debug-insert-symbol-button, data-debug-insert-string)
2757         (data-debug-insert-number, data-debug-insert-lambda-expression)
2758         (data-debug-insert-nil, data-debug-insert-simple-thing)
2759         (data-debug-insert-custom, data-debug-edebug-expr):
2760         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
2761         (global-ede-mode-map, ede-new, ede-debug-target)
2762         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2763         * cedet/semantic.el (semantic-minimum-working-buffer-size)
2764         (semantic-fetch-tags, semantic-submode-list)
2765         (semantic-default-submodes):
2766         * cedet/ede/source.el (ede-source-match):
2767         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
2768         (project-am-package-info):
2769         * cedet/ede/proj.el (ede-proj-target, project-new-target):
2770         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
2771         * cedet/ede/proj-comp.el (ede-current-build-list):
2772         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
2773         * cedet/ede/files.el (ede-toplevel-project-or-nil):
2774         * cedet/ede/cpp-root.el (initialize-instance):
2775         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
2776         (autoconf-parameter-strip, autoconf-insert-new-macro):
2777         * cedet/semantic/wisent.el (wisent-lex-eoi):
2778         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
2779         (semantic-show-parser-state-mode):
2780         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
2781         * cedet/semantic/tag.el (semantic-tag-new-variable)
2782         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2783         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2784         (semantic--tag-deep-copy-tag-list)
2785         (semantic-tag-components-with-overlays-default):
2786         * cedet/semantic/symref.el (semantic-symref-find-text):
2787         * cedet/semantic/senator.el (senator-yank-tag)
2788         (senator-transpose-tags-up):
2789         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
2790         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2791         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
2792         * cedet/semantic/lex.el (semantic-lex-comment-regex)
2793         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2794         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2795         * cedet/semantic/lex-spp.el
2796         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2797         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2798         * cedet/semantic/idle.el
2799         (semantic-idle-summary-current-symbol-info-brutish)
2800         (semantic-idle-summary-current-symbol-info-default):
2801         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
2802         (semantic--grammar-macro-compl-dict):
2803         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2804         * cedet/semantic/format.el (semantic-format-tag-custom-list)
2805         (semantic-format-tag-canonical-name-default):
2806         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
2807         (semantic-find-tags-for-completion)
2808         (semantic-find-tags-by-scope-protection-default)
2809         (semantic-deep-find-tags-for-completion):
2810         * cedet/semantic/edit.el
2811         (semantic-edits-incremental-reparse-failed-hook)
2812         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2813         (semantic-edits-splice-remove, semantic-edits-splice-replace):
2814         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2815         * cedet/semantic/dep.el (semantic-dependency-include-path):
2816         * cedet/semantic/db.el (semanticdb-default-find-index-class)
2817         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2818         (semanticdb-project-roots):
2819         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
2820         (semanticdb-find-adebug-insert-scanned-tag-cons)
2821         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
2822         (semanticdb-brute-deep-find-tags-for-completion):
2823         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
2824         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
2825         (semantic-end-of-context-default)
2826         (semantic-ctxt-current-function-default)
2827         (semantic-ctxt-scoped-types-default):
2828         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
2829         (semantic-complete-inline-tag-engine)
2830         (semantic-complete-inline-custom-type)
2831         (semantic-complete-read-tag-analyzer):
2832         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
2833         (semantic-chart-database-size):
2834         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
2835         (semantic-analyze-current-context):
2836         * cedet/semantic/symref/list.el (semantic-symref)
2837         (semantic-symref-hide-buffer, semantic-symref-symbol):
2838         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
2839         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
2840         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
2841         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
2842         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
2843         (semantic-c-dereference-template):
2844         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
2845         (semantic--analyze-refs-full-lookup-with-parents)
2846         (semantic--analyze-refs-full-lookup-simple):
2847         * cedet/semantic/analyze/complete.el
2848         (semantic-analyze-possible-completions):
2849         * cedet/srecode/table.el (srecode-mode-table-new):
2850         * cedet/srecode/srt.el (srecode-read-variable-name):
2851         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
2852         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
2853         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
2854         * cedet/srecode/map.el (srecode-current-map):
2855         * cedet/srecode/insert.el (srecode-insert)
2856         (srecode-insert-variable-secondname-handler, srecode-insert-method)
2857         (srecode-template-inserter-point-override)
2858         (srecode-insert-include-lookup):
2859         * cedet/srecode/getset.el (srecode-auto-choose-class):
2860         * cedet/srecode/extract.el (srecode-inserter-extract):
2861         * cedet/srecode/document.el
2862         (srecode-document-autocomment-return-last-alist)
2863         (srecode-document-autocomment-param-type-alist)
2864         (srecode-document-insert-function-comment)
2865         (srecode-document-insert-variable-one-line-comment)
2866         (srecode-document-function-name-comment):
2867         * cedet/srecode/dictionary.el (srecode-create-dictionary)
2868         (srecode-compound-toString):
2869         * cedet/srecode/compile.el (srecode-flush-active-templates):
2870         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
2871         Doc/message fixes.
2873         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
2874         match-data.  (Bug#4555).
2876         * cedet/semantic/bovine/gcc.el
2877         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
2878         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
2880         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
2881         rather than parsing it as a regexp.  This relaxes the layout
2882         requirements and makes errors easier to detect.
2883         (check-declare-verify): Check file is regular.
2884         (check-declare-directory): Doc fix.
2885         * subr.el (declare-function): Doc fix.
2887         * ibuffer.el (ibuffer-format-qualifier):
2888         * isearch.el (hi-lock-regexp-okay):
2889         * calc/calc.el (math-zerop):
2890         * mail/uce.el (rmail-msgbeg, rmail-msgend):
2891         * term/w32-win.el (setup-default-fontset, set-fontset-font):
2892         Remove unused declarations.
2894 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2896         * cedet/semantic/wisent/javat-wy.el
2897         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
2899 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
2901         * cedet/srecode/expandproto.el: Fix provide statement.
2903 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2905         * emacs-lisp/eieio.el (boolean-p): Delete.
2907 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
2909         * cedet/ede/srecode.el: Fix provide statement.
2911 2009-09-30  Glenn Morris  <rgm@gnu.org>
2913         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
2914         * cedet/ede/proj-aux.el (ede-aux-source):
2915         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
2916         (ede-misc-source):
2917         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
2918         (semantic-mrub-switch-tags): Fix doc typos.
2920         * cedet/semantic/db-global.el (data-debug-new-buffer)
2921         (data-debug-insert-thing): Remove unneeded declarations (one broken).
2922         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
2924         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
2926         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
2927         use of CL function `remove-if-not'.
2929         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
2931         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
2932         filename is not a string.
2934 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
2936         * files.el (safe-local-eval-forms): Fix typo.
2938 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2940         * vc-hooks.el (vc-dir-buffers): New var.
2941         (vc-state-refresh): New function.
2942         (vc-state): Use it.
2943         (vc-after-save): Always ask the backend to recompute the new state.
2944         Always call vc-dir if necessary, using vc-dir-buffers.
2945         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
2946         Use vc-dir-buffers.
2947         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
2948         (vc-dir-prepare-status-buffer, vc-dir-update)
2949         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
2950         Don't call expand-file-name on default-directory.
2952 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2954         * speedbar.el (speedbar-item-delete):
2955         * calc/calc-prog.el (calc-kbd-if):
2956         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
2958         * epa.el (epa-key-list-mode-map):
2959         * hi-lock.el (hi-lock-menu): Fix typos in menus.
2961         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
2962         (hs-show-hook): Fix typo in docstring.
2964 2009-09-29  Glenn Morris  <rgm@gnu.org>
2966         * cedet/semantic/symref/idutils.el:
2967         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
2969         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
2971         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
2972         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
2973         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
2974         Mark declarations not understood by check-declare.
2976         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
2977         file-name-nondirectory call preventing location of cedet files.
2978         (check-declare-verify): Use literal search rather than re-search.
2979         Add basic defmethod and defclass, and define-overloadable-function.
2981         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
2982         Use tramp-compat-file-attributes rather than nonexistent
2983         tramp-compat-handle-file-attributes.
2985         * Makefile.in (lisptagsfiles4): New.
2986         (AUTOGENEL): Add cedet loaddefs files.
2987         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
2988         (update-elclist, compile-always, backup-compiled-files)
2989         (bootstrap-clean): Add yet another directory level.
2990         (update-elclist): Use LC_COLLATE rather than COLLATE.
2991         (ELCFILES): Update, via `make update-elclist'.
2993 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
2995         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
2996         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
2997         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
2999 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
3001         * Makefile.in (lisptagsfiles3): Define.
3002         (TAGS, TAGS-LISP): Use it.
3003         (update-elclist): Add third directory level to look for elc files.
3004         (compile-always): Likewise.
3005         (backup-compiled-files): Likewise.
3006         (bootstrap-clean): Likewise.
3007         (ELCFILES): Update.
3009 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
3011         * Makefile.in (ELCFILES): Add CEDET files.
3013 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3015         CEDET (development tools) package merged.
3017         * cedet/*.el:
3018         * cedet/ede/*.el:
3019         * cedet/semantic/*.el:
3020         * cedet/srecode/*.el: New files.
3022 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3024         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3026         * net/tramp.el (top): Require tramp-imap.
3028         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3029         Use `tramp-compat-handle-file-attributes'.
3031 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3033         * net/tramp-imap.el: New package.
3035 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3037         * emacs-lisp/chart.el:
3038         * emacs-lisp/eieio-base.el:
3039         * emacs-lisp/eieio-comp.el:
3040         * emacs-lisp/eieio-custom.el:
3041         * emacs-lisp/eieio-datadebug.el:
3042         * emacs-lisp/eieio-opt.el:
3043         * emacs-lisp/eieio-speedbar.el:
3044         * emacs-lisp/eieio.el: New files.
3046         * cedet/cedet-cscope.el:
3047         * cedet/cedet-files.el:
3048         * cedet/cedet-global.el:
3049         * cedet/cedet-idutils.el:
3050         * cedet/data-debug.el:
3051         * cedet/inversion.el:
3052         * cedet/mode-local.el:
3053         * cedet/pulse.el: New files.
3055 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3057         * whitespace.el (whitespace-trailing-regexp)
3058         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3059         Fix doc string.
3061 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
3063         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3064         menu.
3066         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3067         menu-bar-ediff-menu.
3069         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3070         define-overloadable-function.
3072         * progmodes/autoconf.el: Provide autoconf as well, so that this
3073         file can be `require'd.
3075         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3077         * emacs-lisp/autoload.el (generated-autoload-feature)
3078         (generated-autoload-load-name): New vars.
3079         (autoload-rubric, autoload-generate-file-autoloads): Use them.
3080         (make-autoload): Recognize define-overloadable-function and
3081         defclass forms (for EIEIO).
3083         * Makefile.in (update-subdirs): Exclude cedet directory.
3085 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3087         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
3089         * faces.el: Default light-background background for region face to
3090         ns_selection_color under NS.
3092 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3094         * net/imap-hash.el: New library, see NEWS.
3096         * Makefile.in (ELCFILES): Add imap-hash.el.
3098 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3100         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3101         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3102         * help-macro.el (make-help-screen): Avoid using an ambiguous function
3103         definition where the docstring could be taken for the return value.
3105 2009-09-26  Glenn Morris  <rgm@gnu.org>
3107         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3108         Add option to only show images below a certain size.
3109         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3110         save-excursion calls.
3112 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
3114         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3115         subdirectories) and eieio.
3117 2009-09-26  Alan Mackenzie  <acm@muc.de>
3119         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3120         buggy bracketing.  (Bug#4289)
3122         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3123         character constants (as case labels).  (Bug#4289)
3125 2009-09-25  Juri Linkov  <juri@jurta.org>
3127         * files.el (safe-local-eval-forms): Allow time-stamp in
3128         before-save-hook (Bug#4554).
3130 2009-09-25  Drew Adams  <drew.adams@oracle.com>
3132         * menu-bar.el (list-buffers-directory): Doc fix.
3134 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3137         Try and avoid copying twice the same paragraph.
3138         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3139         Remove save-excursion.
3140         (log-edit-changelog-entry): Do it here instead.
3142 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
3144         * bs.el (bs--get-file-name): Use `list-buffers-directory'
3145         when available, instead of hardcoding mode names.  Doc fix.
3147         * menu-bar.el (list-buffers-directory): Add docstring.
3148         Make automatically buffer-local.
3150         * dired.el (dired-mode):
3151         * files.el (cd-absolute):
3152         * pcvs.el (cvs-temp-buffer):
3153         * pcvs-util.el (cvs-get-buffer-create):
3154         * shell.el (shell-mode):
3155         * vc-dir.el (vc-dir-mode):
3156         Don't make `list-buffers-directory' buffer local.
3158 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
3160         * comint.el (comint-exec, comint-run, make-comint):
3161         Doc fixes (Bug#4542).
3163 2009-09-25  Glenn Morris  <rgm@gnu.org>
3165         * mail/rmailmm.el (rmail-mime): New custom group.
3166         Move all defcustoms in this file into this group.
3167         (rmail-mime-media-type-handlers-alist): Revert previous change.
3168         (rmail-mime-show-images): New option.
3169         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3170         references to it, since it wasn't actually used for anything.
3171         (rmail-mime-insert-image): New function.
3172         (rmail-mime-image): Use rmail-mime-insert-image.
3173         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3174         obey the value of `rmail-mime-show-images' option.  Print the size of
3175         attachments.
3177 2009-09-25  David Engster  <deng@randomsample.de>
3179         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
3181 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3183         * whitespace.el: Does not highlight trailing spaces While point is
3184         at end of line.  Does not highligt spaces at beginning of buffer
3185         while point is at beginning of buffer.  Does not highlight spaces
3186         at end of buffer while point is at end of buffer.  (Bug#4177)
3187         New version 12.0.
3188         (whitespace-display-mappings): Adjust initialization.
3189         (whitespace-point, whitespace-font-lock-refontify): New vars.
3190         (whitespace-color-on, whitespace-color-off): Adjust code.
3191         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3192         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3193         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3195 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
3197         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3199         * textmodes/sgml-mode.el: Remove xml-mode alias.
3201         * files.el (auto-mode-alist, conf-mode-maybe)
3202         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3204 2009-09-24  Alan Mackenzie  <acm@muc.de>
3206         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3207         c-forward-conditionals, but it doesn't move point and doesn't set
3208         the mark.
3209         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3210         (c-down-conditional-with-else, c-backward-conditional)
3211         (c-forward-conditional): Refactor to use c-scan-conditionals.
3213 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3215         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3216         (help-default-arg-highlight): Remove.
3217         (help-highlight-arg): New function.
3218         (help-do-arg-highlight): Use it.
3219         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
3221 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3223         * term.el (term-set-scroll-region, term-handle-ansi-escape):
3224         Undo last change, which didn't fix the problem and introduced others.
3226 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
3228         * progmodes/gdb-mi.el: Don't require speedbar.
3229         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3231 2009-09-24  Glenn Morris  <rgm@gnu.org>
3233         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3235         * term/ns-win.el (ns-reg-to-script): Define for compiler.
3237         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3238         there is no newline after the final mime boundary.  (Bug#4539)
3239         Move markers on insertion so that any buttons inserted don't end up in
3240         the next part of a multipart message.
3241         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
3242         (rmail-mime-bulk-handler): Optionally handle images.
3243         (rmail-mime-image): New button action.
3244         (rmail-mime-image-handler): New function.
3245         (rmail-mime-mode): New mode.
3246         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
3248 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3250         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3251         than just dropping elements from it (bug#4504).
3253         * term.el (term-set-scroll-region): Don't move cursor any more.
3254         (term-handle-ansi-escape): Call term-goto here instead.
3255         Suggested by Ivan Kanis <apple@kanis.eu>.
3257         * term.el: Require CL.
3258         (term-ansi-reset): New function.
3259         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3260         (term-handle-colors-array): Simplify.
3262 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3264         * allout.el (allout-overlay-interior-modification-handler)
3265         (allout-obtain-passphrase):
3266         * epa-file.el (epa-file-write-region):
3267         * ps-print.el (ps-begin-job):
3268         * vc-hooks.el (vc-toggle-read-only):
3269         * vc-rcs.el (vc-rcs-rollback):
3270         * vc-sccs.el (vc-sccs-rollback):
3271         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3272         (vc-version-diff, vc-revert, vc-rollback):
3273         * wdired.el (wdired-check-kill-buffer):
3274         * emacs-lisp/authors.el (authors):
3275         * net/socks.el (socks-open-connection):
3276         * net/zeroconf.el (zeroconf-service-add-hook):
3277         * obsolete/vc-mcvs.el (vc-mcvs-register):
3278         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3279         (gdb-select-frame):
3280         * progmodes/grep.el (lgrep, rgrep):
3281         * progmodes/idlw-help.el (idlwave-help-check-locations)
3282         (idlwave-help-html-link, idlwave-help-assistant-open-link):
3283         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3284         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3285         (reftex-toc-rename-label): Fix typos in error messages.
3287         * dired-aux.el (dired-do-shell-command): Reflow docstring.
3288         (dired-copy-how-to-fn): Doc fix.
3289         (dired-files-attributes, dired-read-shell-command):
3290         Fix typos in docstrings.
3292         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3293         (dired-x-find-file-other-window): Reflow docstrings.
3294         (dired-omit-marker-char, dired-read-shell-command)
3295         (dired-x-submit-report): Fix typos in docstrings.
3297         * shell.el (shell-mode-hook):
3298         * view.el (View-scroll-line-forward):
3299         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3300         Fix typos in docstrings.
3302         * net/dig.el (dig-invoke): Fix typo in docstring.
3303         (query-dig): Reflow docstring.
3305         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3306         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3307         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3308         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3309         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3310         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3311         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3312         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3313         (idlwave-completion-map, idlwave-current-indent)
3314         (idlwave-custom-ampersand-surround, idlwave-customize)
3315         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3316         (idlwave-define-abbrev, idlwave-determine-class-special)
3317         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3318         (idlwave-end-block-reg, idlwave-end-of-statement)
3319         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3320         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3321         (idlwave-explicit-class-listed, idlwave-file-header)
3322         (idlwave-fill-paragraph, idlwave-find-class-definition)
3323         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3324         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3325         (idlwave-in-quote, idlwave-indent-action-table)
3326         (idlwave-indent-expand-table, idlwave-indent-line)
3327         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3328         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3329         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3330         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3331         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3332         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3333         (idlwave-outlawed-buffers, idlwave-popup-select)
3334         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3335         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3336         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3337         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3338         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3339         (idlwave-statement-type, idlwave-struct-skip)
3340         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3341         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3342         (idlwave-what-module-find-class): Fix typos in docstrings.
3343         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3344         (idlwave-calculate-cont-indent, idlwave-expand-equal)
3345         (idlwave-find-module, idlwave-find-structure-definition)
3346         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3347         (idlwave-list-load-path-shadows, idlwave-next-statement)
3348         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3349         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3350         (idlwave-template): Reflow docstrings.
3352         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3353         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3354         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3355         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3356         (idlwave-shell-display-line, idlwave-shell-display-wframe)
3357         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3358         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3359         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3360         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3361         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3362         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3363         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3364         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3365         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3366         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3367         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3368         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3369         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3370         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3371         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3372         Fix typos in docstrings.
3373         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3374         (idlwave-shell-hide-output, idlwave-shell-mode)
3375         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3376         Reflow docstrings.
3378         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
3380 2009-09-24  Ivan Kanis  <apple@kanis.eu>
3382         * term.el (term-bold-attribute): New var.
3383         (term-handle-colors-array): Use it.
3385 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
3387         * progmodes/gdb-mi.el (gdb-version): New variable.
3388         (gdb-non-stop-handler): Set gdb-version.
3389         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
3390         Condition "--thread" option on gdb-version.
3391         (gdb-invalidate-threads): Remove unused argument.
3393 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
3396         to looking-back to avoid ridiculous slow down in large files (bug#4511).
3398 2009-09-23  Glenn Morris  <rgm@gnu.org>
3400         * mail/rmail.el (rmail-reply): Don't try to add a References header when
3401         replying to mail without References or Message-Id.  (Bug#4525)
3403 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3405         * term/ns-win.el (ns-reg-to-script): New variable.
3407 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
3409         * epg.el (epg-wait-for-status): Preserve existing 'error results.
3411 2009-09-22  Sam Steingold  <sds@gnu.org>
3413         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
3414         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
3415         to 1 because hg returns status 1 when nothing is found.
3416         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
3418 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * textmodes/fill.el: Convert to utf-8 encoding.
3421         (fill-french-nobreak-p): Remove redundant » and « inherited from our
3422         pre-unicode days.
3424         * add-log.el (change-log-fill-forward-paragraph): New function.
3425         (change-log-mode): Use it so fill-region DTRT.
3426         Set fill-indent-according-to-mode here rather than in
3427         change-log-fill-paragraph.
3428         (change-log-fill-paragraph): Remove.
3430 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
3432         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
3433         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
3435 2009-09-22  Glenn Morris  <rgm@gnu.org>
3437         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
3438         the scroll-bar scroll the calendar window rather than the buffer.
3440         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
3441         commands that move point (as opposed to scrolling).
3443         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
3445         * emacs-lisp/elint.el (elint): New custom group.
3446         (elint-log-buffer): Make it a defcustom.
3447         (elint-scan-preloaded, elint-ignored-warnings)
3448         (elint-directory-skip-re): New options.
3449         (elint-builtin-variables): Doc fix.
3450         (elint-preloaded-env): New variable.
3451         (elint-unknown-builtin-args): Add an entry for encode-time.
3452         (elint-extra-errors): Make it a variable rather than a constant.
3453         (elint-preloaded-skip-re): New constant.
3454         (elint-directory): Skip files matching elint-directory-skip-re.
3455         (elint-features): New variable, local to linted buffers.
3456         (elint-update-env): Initialize elint-features.  Possibly add
3457         elint-preloaded-env to the buffer's environment.
3458         (elint-get-top-forms): Bind elint-current-pos, for log messages.
3459         Skip quoted forms.
3460         (elint-init-form): New function, extracted from elint-init-env.
3461         Make non-list forms a warning rather than an error.
3462         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
3463         easy-menu-define, put that adds an error-condition, and provide.
3464         When requiring cl, also require cl-macs.  Really require cl, to handle
3465         some cl macros.  Store required libraries in the list elint-features,
3466         so as not to re-load them.  Treat cc-require like require.
3467         (elint-init-env): Call elint-init-form to do the work.
3468         Handle eval-and-compile and such like.
3469         (elint-add-required-env): Do not clear messages.
3470         (elint-special-forms): Add handlers for function, defalias, if, when,
3471         unless, and, or.
3472         (elint-form): Add optional argument to ignore elint-special-forms,
3473         useful to prevent recursive calls from handlers.  Doc fix.
3474         Respect elint-ignored-warnings.
3475         (elint-form): Respect elint-ignored-warnings.
3476         (elint-bound-variable, elint-bound-function): New variables.
3477         (elint-unbound-variable): Respect elint-bound-variable.
3478         (elint-get-args): Respect elint-bound-function.
3479         (elint-check-cond-form): Add some simple handling for (f)boundp and
3480         featurep tests.
3481         (elint-check-defalias-form): New handler.
3482         (elint-check-let-form): Make an empty let a warning rather than an
3483         error.
3484         (elint-check-setq-form): Make an empty setq a warning rather than an
3485         error.  Respect elint-ignored-warnings.
3486         (elint-check-defvar-form): Accept null doc-strings.
3487         (elint-check-conditional-form): New handler.  Does some simple-minded
3488         checking of featurep and (f)boundp tests.
3489         (elint-put-function-args): New function.
3490         (elint-initialize): Use elint-scan-doc-file rather than
3491         elint-find-builtin-variables.  Use elint-put-function-args.
3492         Possibly scan preloaded-file-list.
3493         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
3494         extend to handle functions as well.
3496 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
3498         * linum.el (linum-delete-overlays, linum-update-window):
3499         Do not modify the right margin.  (Bug#3971)
3501 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
3503         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
3504         nxml-mode instead of xml-mode.
3506 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3508         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
3510 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3512         * net/dig.el (dig-mode): Use define-derived-mode.
3514 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3516         * vc-dispatcher.el (vc-do-command): Return the process object in
3517         the asynchronous case.  Use when instead of if.  Do not run
3518         vc-exec-after to display a message if not enabled.  (Bug#4463)
3520         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3521         properties to the stash strings.
3522         (vc-git-stash-list): Return a list of strings.
3523         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3524         (vc-git-stash-show-at-point): New functions.
3525         (vc-git-stash-map): New keymap.
3527         * register.el (ctl-x-r-map): Define the keys here instead of
3528         using autoload.
3530 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
3532         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3533         list, to workaround performance problem (bug#4485).
3535 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
3537         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3539 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
3541         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3542         Document that this option is not recommended to use.
3544 2009-09-19  Glenn Morris  <rgm@gnu.org>
3546         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3547         variable `var'.
3549         * calc/calc-alg.el (var):
3550         * calc/calcalg2.el (var): Define for compiler.
3552 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3554         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3555         Doc fix (Bug#3932).
3557         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3559         * time-stamp.el (time-stamp-month-dd-yyyy)
3560         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3561         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3562         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3563         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3564         Remove functions that have been obsolete since 1995 (Bug#4436).
3566         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3567         indent buffer only if called interactively (Bug#4452).
3569 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
3570             Eli Zaretskii  <eliz@gnu.org>
3572         This fixes bug#4197 (merged to bug#865, though not identical).
3573         * server.el (server-auth-dir): Add docstring note about FAT32.
3574         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3575         but warn against using them.
3577 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
3579         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3580         older GDB where there is no has_more field.
3582 2009-09-19  Glenn Morris  <rgm@gnu.org>
3584         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3586 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
3588         * files.el (auto-mode-alist): Change default for XML files to nXML
3589         mode (Bug#4169).
3591 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
3593         * server.el (server-ensure-safe-dir): Pass 'integer
3594         to `file-attributes', as suggested.
3596 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * dired-aux.el (dired-query-alist): Remove spurious backslash.
3599         (dired-query): Use read-key.
3601 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3603         * cus-start.el (ns-use-qd-smoothing): Remove.
3605 2009-09-18  Glenn Morris  <rgm@gnu.org>
3607         * allout.el (top-level): Remove unnecessary progn.
3609         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3611         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3612         definition of abbrev table.
3614         * speedbar.el (speedbar-track-mouse):
3615         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3616         * net/eudc.el (eudc-expand-inline):
3617         * net/newst-backend.el (newsticker--cache-read-feed):
3618         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3619         condition-case handlers.
3621 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
3623         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3624         (gdb-var-list): Add an element for has_more field.
3625         (gdb-non-stop-handler): Enable pretty printing for STL containers.
3626         (gdb-var-create-handler, gdb-var-list-children-handler-1)
3627         (gdb-var-update-handler-1): Parse output of dynamic variable
3628         objects (STL containers).
3629         (gdb-var-delete-1): Pass var1 as an explicit second argument.
3630         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
3632         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3633         gdb-var-list.
3634         (gud-speedbar-buttons): Make node expandable if expression "has more"
3635         children.
3637 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
3639         * startup.el (emacs-quick-startup): Remove variable and all uses.
3640         (command-line): Set `inhibit-x-resources' instead.
3641         (command-line-1): Use `inhibit-x-resources' instead.
3643 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
3645         * subr.el: Fix last change to avoid using the `unless' macro,
3646         which breaks bootstrapping.
3648 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3650         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3651         extended definitions, in case we reload subr.el after having
3652         loaded CL.
3653         (eval-next-after-load): Mark as obsolete.
3655 2009-09-17  Juri Linkov  <juri@jurta.org>
3657         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3658         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3659         (menu-bar-showhide-menu, menu-bar-tools-menu)
3660         (menu-bar-describe-menu, menu-bar-help-menu)
3661         (minibuffer-local-completion-map, minibuffer-local-map):
3662         Fix list quoting.
3664 2009-09-17  Glenn Morris  <rgm@gnu.org>
3666         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3667         arguments, whether or not it has a handler.
3669         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3671         * simple.el (hard-newline): Give it a doc-string.
3673         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3674         (lisp-mode-syntax-table): Give them doc-strings.
3676 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3678         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3679         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3680         (menu-bar-options-menu, menu-bar-showhide-menu)
3681         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3682         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3683         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3684         (menu-bar-options-menu, menu-bar-tools-menu)
3685         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3686         (menu-bar-help-menu):
3687         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3688         string arguments.
3690         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3691         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3692         calls for the menu names and :help.
3694 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * mouse.el (minor-mode-menu-from-indicator): Pay attention
3697         to :minor-mode-function (bug#4455).
3699 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3701         * startup.el (command-line): Initialize the window-system after
3702         processing the command-line.
3704         * textmodes/page.el (what-page): Make sure we don't inf-loop if
3705         page-delimiter matches the empty string.
3707 2009-09-16  Glenn Morris  <rgm@gnu.org>
3709         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3710         byte-compile-not-obsolete-var.  It's a list now.
3711         (byte-compile-not-obsolete-funcs): New variable.
3712         (byte-compile-warn-obsolete): Don't warn about functions if they are in
3713         byte-compile-not-obsolete-funcs.
3714         (byte-compile-variable-ref, byte-compile-defvar): Update for
3715         byte-compile-not-obsolete-vars name-change and list nature.
3716         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3717         and variables behind (f)boundp tests.
3718         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3720 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3722         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3724 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3726         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3727         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3728         Don't autoload.
3730 2009-09-15  Stephen Eglen  <stephen@gnu.org>
3732         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3733         the virtual-buffers, use the name of the buffer specified by
3734         find-file-noselect, as the match may be a symlink.  (This was a
3735         problem if the target and the symlink had different names.)
3737 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3739         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3741         * desktop.el (desktop-path): Check user-emacs-directory.
3743         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3745         * loadup.el: Use after-load-functions to GC after loading each file.
3746         Remove the explicit GC calls that used to be sprinkled around.
3748         * subr.el (after-load-functions): New hook.
3749         (do-after-load-evaluation): Run it.  Use string-match-p to detect
3750         `obsolete' packages, rather than painfully extracting the relevant
3751         directory name.
3753 2009-09-15  Glenn Morris  <rgm@gnu.org>
3755         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
3756         free variable `doc'.
3758         * dired.el (dired-mode-map): Add menu entry for async shell command.
3760         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
3761         variables, also consider the .elc files, since the .el files are
3762         normally gzipped (subsequent code locates the .el.gz from the .elc).
3764         * calc/calc-prog.el (arglist): Define for compiler.
3766         * calendar/diary-lib.el (diary-display-function): Change the default to
3767         fancy display.
3768         (body): Define for compiler.
3770         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
3771         (byte-compile-file-form, byte-compile-lambda)
3772         (byte-compile-top-level-body, byte-compile-form)
3773         (byte-compile-variable-ref, byte-compile-setq)
3774         (byte-compile-setq-default, byte-compile-body)
3775         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
3776         (batch-byte-compile): Give some more local variables with common names
3777         a "bytecomp-" prefix to avoid masking warnings about free variables.
3779         * startup.el (command-line-1): Give local variables with common names a
3780         distinguishing prefix, so as not to hide free variable warnings during
3781         bootstrap.
3783         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
3784         clever and add a suffix to make a unique name, just let the user decide
3785         whether or not to overwrite it.  If the input is a directory, write the
3786         default filename to that directory.  (Bug#4388)
3787         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
3788         is a filename-as-a-directory.
3790 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3792         * textmodes/page.el (what-page): Don't move to beginning of line.
3793         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
3795 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3797         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
3799 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3801         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
3802         * help.el (help-for-help-internal): Add purecopy calls for text.
3804         * vc.el (top): print-log method now takes an optional SHORTLOG
3805         argument.  Add a new method: root.
3806         (vc-root-diff, vc-print-root-log): New functions.
3807         (vc-log-short-style): New variable.
3808         (vc-print-log-internal): Add support for showing short logs.
3810         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
3811         vc-print-root-log and vc-print-root-diff.
3813         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
3814         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
3815         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
3816         short logs.
3818         * vc-cvs.el (vc-cvs-print-log):
3819         * vc-mtn.el (vc-mtn-print-log):
3820         * vc-rcs.el (vc-rcs-print-log):
3821         * vc-sccs.el (vc-sccs-print-log):
3822         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
3823         that is ignored for now.
3825         * vc-mtn.el (vc-mtn-annotate-command):
3826         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
3828 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3830         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
3831         to function-key-map, and give them ascii-character property.
3832         * term/x-win.el (x-alternatives-map):
3833         * term/ns-win.el (ns-alternatives-map):
3834         * term/internal.el (msdos-key-remapping-map):
3835         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
3837 2009-09-14  Glenn Morris  <rgm@gnu.org>
3839         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
3840         temp-buffers (2009-09-12).
3842 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3844         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
3845         the new read-key function.
3847 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3849         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
3850         is defined (Bug#4405).
3852 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
3854         * recentf.el (recentf-cleanup): Use a hash table to find
3855         duplicates (Bug#4407).
3857 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
3859         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
3860         kp-0 to ascii equivalents (Bug#4325).
3862 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
3864         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
3866         * eshell/em-hist.el:
3867         * eshell/em-dirs.el (eshell-complete-user-reference):
3868         Declare pcomplete functions and variables to avoid compiler warnings.
3870 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
3872         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
3873         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
3874         * eshell/em-alias.el (eshell-aliases-file):
3875         * eshell/em-hist.el (eshell-history-file-name):
3876         Use expand-file-name instead of concat to make file names (Bug#4308).
3878 2009-09-13  Glenn Morris  <rgm@gnu.org>
3880         * ediff-merg.el (ediff-do-merge):
3881         * filesets.el (filesets-run-cmd):
3882         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
3883         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
3884         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
3885         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
3886         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
3887         Replace empty `let's with `progn'.
3889 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3891         * mail/sendmail.el (send-mail-function):
3892         * tooltip.el (tooltip-mode):
3893         * simple.el (transient-mark-mode):
3894         * rfn-eshadow.el (file-name-shadow-mode):
3895         * frame.el (blink-cursor-mode):
3896         * font-core.el (global-font-lock-mode):
3897         * files.el (temporary-file-directory)
3898         (small-temporary-file-directory, auto-save-file-name-transforms):
3899         * epa-hook.el (auto-encryption-mode):
3900         * composite.el (global-auto-composition-mode):
3901         Use custom-initialize-delay.
3902         * startup.el (command-line): Don't explicitly call
3903         custom-reevaluate-setting for all the above vars.
3904         * custom.el (custom-initialize-safe-set)
3905         (custom-initialize-safe-default): Delete.
3907 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3909         * term/x-win.el (x-initialize-window-system):
3910         * term/w32-win.el (w32-initialize-window-system):
3911         * term/ns-win.el (ns-initialize-window-system): Don't call
3912         mouse-wheel-mode since it's enabled globally by default already.
3914         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
3915         actually define the variable, but only silences the byte-compiler.
3916         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
3917         before looking it up.
3918         (mouse-wheel-scroll-amount): Also reset the bindings if this value
3919         is changed.
3921 2009-09-12  Glenn Morris  <rgm@gnu.org>
3923         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
3924         1000.
3925         (elint-add-required-env): Don't beep on error.
3926         (elint-forms): In case of error, return ENV unchanged.
3927         (elint-init-env): Skip non-list forms.
3928         (elint-log): Handle unknown file positions.
3930 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
3932         * epg.el (epg-make-context): Add autoload cookie.
3933         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
3934         (epg-decrypt-string, epg-start-verify, epg-verify-file)
3935         (epg-verify-string, epg-start-sign, epg-sign-file)
3936         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
3937         (epg-encrypt-string, epg-start-export-keys)
3938         (epg-export-keys-to-file, epg-export-keys-to-string)
3939         (epg-start-import-keys, epg-import-keys-from-file)
3940         (epg-import-keys-from-string, epg-start-receive-keys)
3941         (epg-receive-keys, epg-import-keys-from-server)
3942         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
3943         (epg-sign-keys, epg-start-generate-key)
3944         (epg-generate-key-from-file, epg-generate-key-from-string):
3945         Remove autoload cookie.
3947 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
3949         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
3950         reevaluation of trash-directory.
3952         * mwheel.el: Fix last change.
3953         (mouse-wheel-mode): New defvar.
3954         (mouse-wheel-mode): Remove autoload cookie.
3956 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3958         * mwheel.el (mwheel-installed-bindings): New var.
3959         (mouse-wheel-mode): Use it, so as to make sure we really remove all
3960         the bindings we set last time.  Use custom-initialize-delay.
3961         * loadup.el: Load mwheel after term/*-win.el.
3962         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
3963         and mouse-wheel-up-event now that their first evaluation is done
3964         sufficiently late to be correct.
3966         * startup.el (tutorial-directory): Make it a defcustom.
3967         Use custom-initialize-delay rather than eval-at-startup to set it.
3968         * image.el (image-load-path): Make it a defcustom.
3969         Use custom-initialize-delay rather than eval-at-startup to set it.
3970         * subr.el (eval-at-startup): Remove.
3971         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
3973         * subr.el (do-after-load-evaluation): Warn the user after loading an
3974         obsolete package.
3976 2009-09-12  Glenn Morris  <rgm@gnu.org>
3978         * proced.el (proced-mark-alt): Remove alias.
3979         (proced-mode-map): Remove proced-mark-alt.
3981         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
3982         Elint file and directory.  Remove initialization entry.
3984         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
3985         commands.
3986         (elint-current-buffer): Set mode-line-process.
3987         (elint-init-env): Handle define-derived-mode.
3988         Fix declare-function with unspecified arglist.  Guard against odd
3989         defalias statements (eg iso-insert's 8859-1-map).
3990         (elint-add-required-env): Use a temp buffer.
3991         (elint-form): Just print the function/macro name, not the whole form.
3992         Return env unchanged if we fail to parse a macro.
3993         (elint-forms): Guard against parse errors.
3994         (elint-output): New function, to handle batch mode.
3995         (elint-log-message): Add optional argument.  Use elint-output.
3996         (elint-set-mode-line): New function.
3998 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4000         * emacs-lisp/elp.el (elp-not-profilable): Add more
4001         functions (Bug#4233).
4003 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
4005         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4006         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4008 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4010         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4011         (gdb-var-list-children): Use json parsing.
4013 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
4015         * progmodes/js.el (js--proper-indentation): Handle the case where
4016         char-before is null.  Reported by Deniz Dogan.
4018 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4020         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4022 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
4024         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4025         (epg-digest-algorithm-alist): Add SHA224.
4026         (epg-context-set-passphrase-callback)
4027         (epg-context-set-progress-callback): Add description about
4028         callback function.
4030 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * custom.el (custom-delayed-init-variables): New var.
4033         (custom-initialize-delay): New function.
4034         * startup.el (command-line): "Re"evaluate all vars in
4035         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
4036         explicitly any more.
4037         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4038         to avoid creating a ~/.emacs.d at build-time (bug#4347).
4040         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4042 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4044         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4045         (gdb-var-update-handler): Use json parsing.
4047 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4049         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4050         decode annotated text, regardless of language environment.  (Bug#2741)
4052 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4054         * Makefile.in (autoloads): Make rmail.el writable as well.
4056 2009-09-11  Glenn Morris  <rgm@gnu.org>
4058         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4059         loaddefs.el.
4060         * dired.el: Regenerate with extracted autoloads.
4061         * Makefile.in (autoloads): Make dired.el writable.
4063         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4064         * ibuffer.el: Regenerate with extracted autoloads.
4065         * Makefile.in (autoloads): Make ibuffer.el writable.
4067         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4068         * version.el (emacs-copyright, emacs-major-version)
4069         (emacs-minor-version): Reformat doc-strings for make-docfile.
4071         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4072         functions and variables, since they must be stuff specific to some other
4073         platform.
4074         (apropos-print): Make mouse-click message less specific about button.
4076         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4077         that records where a macro was defined.
4078         * help-fns.el (describe-function-1): Mention if a function has a
4079         compiler-macro.
4080         * help-mode.el (help-function-cmacro): New button.
4082         * locate.el (top-level): Always require dired.
4083         (locate-mode-map): Initialize inside the defvar.
4085         * net/ange-ftp.el (dired-compress-file): Declare.
4086         (ange-ftp-dired-compress-file): Add doc string.
4088         * term/ns-win.el (x-display-name, x-setup-function-keys):
4089         Unify doc-strings with X versions.
4091 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4093         * emulation/crisp.el (crisp-mode-map): Move initialization
4094         into declaration.
4095         (crisp-mode): Use define-minor-mode.
4097         * progmodes/xscheme.el (xscheme-evaluation-commands):
4098         Put a :advertised-binding property rather than using
4099         advertised-xscheme-send-previous-expression.
4100         (advertised-xscheme-send-previous-expression): Declare obsolete.
4101         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4102         `advertised-undo'.
4103         (crisp-mode): Add corresponding bindings to
4104         undo's :advertised-binding instead.
4105         * dired.el (dired-mode-map): Put a :advertised-binding property rather
4106         than using dired-advertised-find-file.
4107         (dired-advertised-find-file):
4108         * simple.el (advertised-undo):
4109         * wid-edit.el (advertised-widget-backward): Declare obsolete.
4110         (widget-keymap): Put a :advertised-binding property rather
4111         than using advertised-widget-backward.
4112         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4113         than using advertised-undo.
4114         * tutorial.el (tutorial--default-keys): Adjust accordingly.
4116 2009-09-10  Simon South  <ssouth@slowcomputing.org>
4118         * progmodes/delphi.el (delphi-tab): Indent region when Transient
4119         Mark mode is enabled and region is active; otherwise indent or
4120         insert TAB as usual.
4121         (delphi-mode): Update description of TAB-key binding.
4123 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4125         * subr.el (define-key-rebound-commands): Mark obsolete.
4126         * startup.el (precompute-menubar-bindings): Remove.
4127         (normal-top-level): Remove obsolete code that tried to precompute
4128         menubar bindings.
4129         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4130         define-key-rebound-commands and precompute-menubar-bindings.
4132 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4134         * net/imap.el (imap-interactive-login): Better messages.
4135         (imap-open): Fix bug with renamed buffer on reconnect.
4136         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4137         for easier debugging and cleaner code.  On successful (guessed based on
4138         server capabilities) secondary authentication, set imap-state
4139         correctly.
4140         (imap-last-authenticator): Define imap-last-authenticator as a variable
4141         to avoid warnings.
4143 2009-09-10  Glenn Morris  <rgm@gnu.org>
4145         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4147         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4148         (byte-compile-file-form-autoload): Don't warn about unknown functions
4149         where the autoload statement comes after the use.
4150         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4151         that any handlers inside the body (eg require) are in turn respected.
4153         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4154         effects.
4156         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4157         and syntax and abbrev tables basic docs, if they don't have any.
4159         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4161         * international/mule-cmds.el (top-level): Require cl when compiling.
4162         (view-hello-file): Use default-value rather than
4163         default-enable-multibyte-characters.
4165         * progmodes/fortran.el: Move all safe and risky properties into the
4166         defcustoms.
4168         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4169         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4170         * mail/undigest.el:
4171         Put autoloads in rmail.el rather than loaddefs.el.
4172         * mail/rmail.el: Regenerate with extracted autoloads.
4174         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4175         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4177 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
4179         Reported in thread for Bug#4375.
4180         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4181         "-data-evaluate-expression" instead of print.
4182         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4183         (gdb-tooltip-print): Parse output from above MI command.
4184         (gdb): Revert 2009-08-11 change.  User should detach inferior
4185         manually.
4187         Remove the word "separate" from IO functions as inferior
4188         output is now never displayed in the GUD buffer.
4190 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
4192         * startup.el (command-line-normalize-file-name): On Windows and
4193         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4195 2009-09-10  Juri Linkov  <juri@jurta.org>
4197         * isearch.el (isearch-text-char-description): Propertize escape
4198         character sequences with the `escape-glyph' face.  (Bug#4344)
4200         * simple.el (shell-command): Set asynchronous process filter to
4201         `comint-output-filter'.  (Bug#4343)
4203         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4204         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
4205         the list.  Move "asm" to the bottom.
4206         (grep-find-ignored-directories): Add `choice' with nil value
4207         to empty the list easily.
4208         (grep-find-ignored-files): New option.
4209         (grep-files-history): Set to nil by default instead of '("ch" "el").
4210         (grep-compute-defaults): Add "<X>" to `grep-template'.
4211         (grep-read-files): Bind new local variables `default-alias' and
4212         `default-extension'.  Use a list of default values for the file prompt.
4213         (lgrep): Add `--exclude=' command line options composed from
4214         `grep-find-ignored-files'.
4215         (rgrep): Add `-name' command line options composed from
4216         `grep-find-ignored-files'.  (Bug#4301)
4218 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4220         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4221         (bug#4368).
4223 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4225         * calendar/time-date.el (autoload):
4226         Expand define-obsolete-function-alias into defalias and make-obsolete
4227         for old Emacsen that Gnus supports.
4228         (with-no-warnings): Define it for old Emacsen.
4229         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4230         is available.
4231         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4232         float-time is available; suppress compile warning for time-to-seconds.
4234 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4236         * net/imap.el (imap-message-map): Docstring fix.
4238 2009-09-09  Glenn Morris  <rgm@gnu.org>
4240         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4241         line numbers too.  (Bug#4374)
4243 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4245         * smerge-mode.el (smerge-remove-props, smerge-refine):
4246         Use with-silent-modifications (bug#4342).
4248         * subr.el (with-silent-modifications): New macro.
4250 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
4252         * files.el (top-level): Require `cl' when compiling.
4254 2009-09-07  Glenn Morris  <rgm@gnu.org>
4256         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4258         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4259         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
4261 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
4263         * vc-git.el (vc-git-annotate-command): Use separator to parse
4264         arguments correctly.
4266 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
4268         * proced.el (proced-mode): Doc fix.
4270 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
4272         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4273         lstat fails.
4274         (tramp-do-file-attributes-with-ls): Check for file existence at
4275         remote end.
4276         (tramp-do-file-attributes-with-stat): Likewise.
4277         (tramp-convert-file-attributes): Return nil when attr is nil.
4279 2009-09-05  Glenn Morris  <rgm@gnu.org>
4281         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4282         properties to this button.
4283         (diary-fancy-display): Don't extend the button to the final newline.
4284         (diary-fancy-display-mode): Continue to define "q" as a local key.
4286         * calendar/cal-china.el (holiday-chinese): Make it slightly more
4287         efficient.
4289         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4291         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4292         (byte-compile-dest-file-function): New option.
4293         (byte-compile-dest-file): Doc fix.
4294         Obey byte-compile-dest-file-function.
4295         (byte-compile-cl-file-p): New function.
4296         (byte-compile-eval): Only suppress noruntime warnings about cl functions
4297         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
4298         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4299         than for file being previously loaded.
4300         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4301         (byte-compile-file-form-require): Handle the case where requiring a file
4302         indirectly causes CL to be loaded.
4304 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4306         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4307         before killing the old buffer, since by the time `kill-buffer' is
4308         run so many buffer variables have been set to nil that it may not
4309         behave as expected.  (Bug#4061)
4311 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4313         * files.el (find-alternate-file): If the old buffer is modified
4314         and visiting a file, behave similarly to `kill-buffer' when
4315         killing it, thus reverting to the pre-1.878 behavior; see
4316         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4317         for discussion.  Also, consult `buffer-file-name' as a variable
4318         not as a function, for consistency with the rest of the code.
4320 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
4322         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4323         also when adding a new directory.
4325         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4326         defun.
4328 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4330         * files.el (locate-file-completion-table): Make it provide boundary
4331         information, so partial-completion works better.
4333 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
4335         * mail/footnote.el (Footnote-text-under-cursor):
4336         Check footnote-text-marker-alist before using it (bug#4324).
4338 2009-09-04  Glenn Morris  <rgm@gnu.org>
4340         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4341         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4342         * play/solitaire.el, play/tetris.el:
4343         Remove leading * from defcustom and defface docs.
4345         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4346         necessary.
4347         (diary-fancy-overriding-map): New variable.
4348         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4349         Use view-mode.
4351         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4352         goto-line.
4354 2009-09-03  Glenn Morris  <rgm@gnu.org>
4356         * arc-mode.el (archive-mode):
4357         * dos-fns.el (set-default-process-coding-system):
4358         * man.el (Man-getpage-in-background):
4359         * menu-bar.el (menu-bar-describe-menu):
4360         * server.el (server-process-filter):
4361         * startup.el (command-line):
4362         * tar-mode.el (tar-header-block-tokenize, tar-extract):
4363         * w32-fns.el (set-default-process-coding-system):
4364         * x-dnd.el (x-dnd-handle-file-name):
4365         * international/mule-cmds.el (mule-menu-keymap)
4366         (set-default-coding-systems, language-info-alist, set-language-info)
4367         (set-language-environment, standard-display-european-internal)
4368         (set-locale-environment):
4369         * international/mule-diag.el (mule-diag):
4370         * mail/emacsbug.el (report-emacs-bug):
4371         * mail/rmail.el (rmail-mode):
4372         * mail/sendmail.el (mail-setup):
4373         Use default-value rather than default-enable-multibyte-characters.
4375         * progmodes/f90.el: Move all safe properties into the defcustoms.
4376         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4378         * calendar/appt.el (appt-check):
4379         * calendar/diary-lib.el (diary-set-header, diary-live-p)
4380         (diary-check-diary-file, diary-list-entries)
4381         (diary-include-other-diary-files, diary-simple-display)
4382         (diary-fancy-display, diary-print-entries)
4383         (diary-mark-included-diary-files, diary-make-entry):
4384         Don't call substitute-in-file-name on diary-file.
4386 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
4387             Stefan Monnier  <monnier@iro.umontreal.ca>
4389         * mail/footnote.el (footnote-prefix): Make it a defcustom.
4390         (footnote-mode-map): Move initialization into the declaration.
4391         (footnote-minor-mode-map): Define it rather than changing global-map.
4392         (footnote-mode): Use define-minor-mode.
4394 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
4396         * net/tramp.el (tramp-handle-file-attributes-with-ls)
4397         (tramp-do-file-attributes-with-perl)
4398         (tramp-do-file-attributes-with-stat): Rename from
4399         `tramp-handle-file-attributes-with-*'.
4400         (tramp-handle-file-attributes): Use them.
4401         (tramp-do-directory-files-and-attributes-with-perl)
4402         (tramp-do-directory-files-and-attributes-with-stat): Rename from
4403         `tramp-handle-directory-files-and-attributes-with-*'.
4404         (tramp-handle-directory-files-and-attributes): Use them.
4405         (tramp-method-out-of-band-p): Additional parameter SIZE.
4406         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
4407         (tramp-handle-write-region): Use it.
4408         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
4409         (tramp-handle-vc-registered): Check, whether the first run did
4410         return files to be tested.
4411         (tramp-advice-make-auto-save-file-name): Do not call directly
4412         `tramp-handle-make-auto-save-file-name', because this would bypass
4413         the locking mechanism.
4415         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
4416         (file-remote-p, process-file, start-file-process, set-file-times)
4417         (tramp-compat-file-attributes): Compatibility functions shall not
4418         call directly `tramp-handle-*', because this would bypass the
4419         locking mechanism.
4420         (tramp-compat-number-sequence): New defun.
4422 2009-09-02  Glenn Morris  <rgm@gnu.org>
4424         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
4425         alias for float-time.
4426         (time-to-number-of-days): In Emacs, use float-time.
4427         * net/newst-backend.el (time-add): Suppress warnings from compat
4428         function.
4429         * time.el (emacs-uptime, emacs-init-time):
4430         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
4431         Use float-time rather than time-to-seconds.
4433         * minibuffer.el (completion-initials-expand): Fix typo.
4435         * faces.el (modeline, modeline-inactive, modeline-highlight)
4436         (modeline-buffer-id):
4437         * info.el (info-menu-5): Mark these face aliases as obsolete.
4439 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4441         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
4442         space ...
4443         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
4444         no "--thread" option.
4445         (gdb-stopped): Don't print "Switched to thread" message when it is
4446         unchanged.
4448 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4450         * minibuffer.el (completion-try-completion)
4451         (completion-all-completions): Remove ill-defined (and
4452         mistakenly installed and luckily never used nor documented)
4453         `completion-styles' property.
4454         (completion-initials-expand, completion-initials-all-completions)
4455         (completion-initials-try-completion): New functions.
4456         (completion-styles-alist): Add doc to each entry.
4457         Add new `initials' entry.
4459 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4461         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
4462         MI command -var-evaluate-expression.
4463         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
4464         and tweak for case of string child.
4465         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
4467 2009-09-01  Glenn Morris  <rgm@gnu.org>
4469         * add-log.el (change-log-date-face, change-log-name-face)
4470         (change-log-email-face, change-log-file-face, change-log-list-face)
4471         (change-log-conditionals-face, change-log-function-face)
4472         (change-log-acknowledgement-face):
4473         * cus-edit.el (custom-invalid-face, custom-rogue-face)
4474         (custom-modified-face, custom-set-face, custom-changed-face)
4475         (custom-saved-face, custom-button-face, custom-button-pressed-face)
4476         (custom-documentation-face, custom-state-face, custom-comment-face)
4477         (custom-comment-tag-face, custom-variable-tag-face)
4478         (custom-variable-button-face, custom-face-tag-face)
4479         (custom-group-tag-face-1, custom-group-tag-face):
4480         * diff-mode.el (diff-header-face, diff-file-header-face)
4481         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4482         (diff-added-face, diff-changed-face, diff-function-face)
4483         (diff-context-face, diff-nonexistent-face):
4484         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4485         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
4486         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4487         (Info-title-4-face):
4488         * isearch.el (isearch-lazy-highlight-face):
4489         * log-view.el (log-view-file-face, log-view-message-face):
4490         * paren.el (show-paren-match-face, show-paren-mismatch-face):
4491         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4492         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4493         (cvs-msg-face):
4494         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4495         (smerge-base-face, smerge-markers-face):
4496         * wid-edit.el (widget-documentation-face, widget-button-face)
4497         (widget-field-face, widget-single-line-field-face)
4498         (widget-inactive-face, widget-button-pressed-face):
4499         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
4500         (woman-addition-face):
4501         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
4502         (eshell-ls-executable-face, eshell-ls-readonly-face)
4503         (eshell-ls-unreadable-face, eshell-ls-special-face)
4504         (eshell-ls-missing-face, eshell-ls-archive-face)
4505         (eshell-ls-backup-face, eshell-ls-product-face)
4506         (eshell-ls-clutter-face):
4507         * eshell/em-prompt.el (eshell-prompt-face):
4508         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
4509         * obsolete/old-whitespace.el (whitespace-highlight-face):
4510         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
4511         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4512         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4513         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4514         (antlr-font-lock-literal-face):
4515         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4516         (ebrowse-root-class-face, ebrowse-file-name-face)
4517         (ebrowse-default-face, ebrowse-member-attribute-face)
4518         (ebrowse-member-class-face, ebrowse-progress-face):
4519         * progmodes/make-mode.el (makefile-space-face):
4520         * progmodes/sh-script.el (sh-heredoc-face):
4521         * textmodes/flyspell.el (flyspell-incorrect-face)
4522         (flyspell-duplicate-face):
4523         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4524         * textmodes/texinfo.el (texinfo-heading-face):
4525         Mark face aliases with "-face" suffix as obsolete.
4527         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4528         compiler.
4530         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4531         (eudc-bob-sound-menu): Use defvar rather than defconst, since
4532         easy-menu-define wants to modify these.
4534         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4536         * net/browse-url.el (browse-url-file-url):
4537         * term/internal.el (dos-codepage-setup):
4538         Use default-value rather than default-enable-multibyte-characters.
4540         * progmodes/etags.el (etags-goto-tag-location):
4541         * progmodes/flymake.el (flymake-highlight-line)
4542         (flymake-goto-file-and-line, flymake-goto-line):
4543         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4544         (gdb-goto-breakpoint):
4545         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4546         * progmodes/python.el (python-find-function)
4547         (python-pdbtrack-track-stack-file):
4548         * progmodes/verilog-mode.el (verilog-surelint-off):
4549         * term/ns-win.el (ns-open-file-select-line):
4550         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4551         Use forward-line rather than goto-line.
4553         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4554         * textmodes/reftex-index.el (reftex-display-index):
4555         * textmodes/reftex-ref.el (reftex-offer-label-menu):
4556         * textmodes/reftex-toc.el (reftex-toc):
4557         Remove unnecessary bindings of default-major-mode (all are followed by
4558         major-mode check and possible mode switch).
4560 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4562         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4563         Handle watchpoints (bug#4282).
4564         (def-gdb-thread-buffer-command): Enable thread to be selected by
4565         clicking without selecting threads buffer first.
4566         (gdb-current-context-command): Use selected frame so that "up",
4567         "down" etc work in the GUD buffer.
4568         (gdb-update): Find selected frame before rendering stack buffer.
4569         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4571 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4573         * progmodes/sym-comp.el (displayed-completions): Remove.
4574         (symbol-complete): Use minibuffer-complete.
4576 2009-08-31  Glenn Morris  <rgm@gnu.org>
4578         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4580         * apropos.el (apropos-symbols-internal):
4581         Handle (obsolete) face aliases.
4583         * faces.el (describe-face): Adjust the output format to be more like
4584         describe-variable, and to mention (obsolete) face aliases.
4585         Adjust the whitespace so that help-setup-xref works.
4587         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4588         * calendar/diary-lib.el (diary-button-face):
4589         Mark these face aliases as obsolete.
4591         * calendar/calendar.el (calendar-today): Doc fix.
4593 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4595         * progmodes/gdb-mi.el (gdb-control-all-threads)
4596         (gdb-control-current-thread): Force tool bar update.
4597         (gdb-non-stop-handler): New function.
4598         (gdb-init-1): Use it to test if non-stop mode is supported.
4599         Remove unused gdbmi buffer type.
4601 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4603         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4604         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
4606 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
4608         * comint.el (comint-exec-1): Check command is non-null first.
4609         Part of gdb-mi.el change (2009-08-28).
4611 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4613         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4615 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
4617         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4618         instead of `dolist' to avoid a recursive require when bootstrapping.
4620 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4622         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4624         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4626         * net/imap.el (imap-send-command): Simplify.
4627         (imap-wait-for-tag): point-max -> buffer-size.
4629         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4631         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4632         with constant argument.
4634         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4636         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4638         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4639         Change default, since most of our files don't have a history.
4640         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4641         the user.
4643         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4644         Add comint-run.
4646         * calc/calc.el: Improve commenting convention.
4647         (calc-digit-map, toplevel): Simplify.
4649         * comint.el (comint-insert-input): Be careful to only set point if we
4650         don't delegate to some other command.
4652         * proced.el (proced-signal-list): Make it an alist.
4653         (proced-grammar-alist): Capitalize names.
4654         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4655         Disable undo manually and make it read-only.
4656         Use completion-annotate-function.
4658         * minibuffer.el (minibuffer-message): If the current buffer is not
4659         a minibuffer, insert the message in the echo area rather than at the
4660         end of the buffer.
4661         (completion-annotate-function): New variable.
4662         (minibuffer-completion-help): Use it.
4663         (completion--embedded-envvar-table): Environment vars are
4664         always case-sensitive.
4666 2009-08-30  Glenn Morris  <rgm@gnu.org>
4668         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4669         from fortran-current-defun.
4670         (fortran-beginning-of-subprogram): Be more precise about finding the
4671         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
4672         (fortran-end-of-subprogram): Simplify.
4673         (fortran-current-defun): Use fortran-start-prog-re.
4675 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
4677         * subr.el (do-after-load-evaluation): Simplify.
4679 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4681         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4683         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
4684         (vc-rcs-print-log): Use it.
4686         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4688 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4690         * paths.el (abbrev-file-name): Move to abbrev.el.
4691         * abbrev.el (abbrev-file-name): Move from paths.el.
4692         Obey user-emacs-directory.
4693         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4694         user-emacs-directory.
4695         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4696         abbrev-file-name and calc-settings-file any more.
4697         * startup.el (command-line): Recompute abbrev-file-name and
4698         abbreviated-home-dir.
4699         (normal-no-mouse-startup-screen): Improve the generic code and get rid
4700         of the special code for when C-h bindings haven't been changed.
4701         (display-startup-echo-area-message): Use with-current-buffer.
4702         (command-line-1): Use a list of strings, rather than a list of lists
4703         of strings for longopts.
4705         * files.el (get-free-disk-space): Use / for default-directory.
4707         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4708         Use with-current-buffer.
4710         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4711         Recognize immutable variables like most-positive-fixnum.
4712         (byte-compile-setq-default): Check and warn if trying to assign
4713         to an immutable variable, or a non-variable.
4715         * progmodes/cc-vars.el (c-comment-continuation-stars):
4716         * progmodes/cc-engine.el (c-looking-at-bos):
4717         * progmodes/cc-cmds.el (c-toggle-auto-state)
4718         (c-forward-into-nomenclature, c-backward-into-nomenclature)
4719         (c-comment-line-break-function): Add version of obsolescence.
4721 2009-08-28  Juri Linkov  <juri@jurta.org>
4723         * files.el (magic-fallback-mode-alist): Add ZIP magic number
4724         associated with `archive-mode'.
4726         * image.el (image-type-header-regexps): Use only JPEG magic number
4727         to determine JPEG images, and don't use `image-jpeg-p' because
4728         Emacs can display non-JFIF non-Exif JPEG images.
4730 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4732         * arc-mode.el (archive-mode):
4733         * emacs-lisp/re-builder.el (re-builder-unload-function):
4734         Protect against the default value of `major-mode' being nil.
4736 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4738         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4739         Fix typos in docstrings.
4741         * progmodes/js.el (js--macro-decl-re): Doc fix.
4742         (js--plain-method-re, js--split-name): Refloc docstring.
4743         (js--class-styles, js--make-merged-item, js--splice-into-items):
4744         Fix typos in docstrings; reflow docstrings.
4745         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
4746         (js--variable-decl-matcher, js--inside-pitem-p)
4747         (js--parse-state-at-point, js--get-all-known-symbols)
4748         (js--symbol-history, js-find-symbol, js--js-references)
4749         (js--moz-interactor, js--js-encode-value, js--read-tab):
4750         Fix typos in docstrings.
4752 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4754         * textmodes/reftex.el (reftex-get-file-buffer-force):
4755         * progmodes/verilog-mode.el (verilog-batch-execute-func):
4756         * emulation/viper.el (viper-go-away, viper-set-hooks):
4757         * emacs-lisp/re-builder.el (re-builder-unload-function):
4758         * emacs-lisp/bytecomp.el (byte-compile-file):
4759         * ses.el (ses-unload-function):
4760         * hexl.el (hexl-find-file):
4761         * files.el (normal-mode):
4762         * ehelp.el (with-electric-help):
4763         * autoinsert.el (auto-insert-alist):
4764         * arc-mode.el (archive-mode):
4765         Use (default-value 'major-mode) instead of default-major-mode.
4767         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
4768         * international/mule.el (load-with-code-conversion):
4769         * emacs-lisp/debug.el (debug):
4770         * ediff-vers.el (ediff-rcs-get-output-buffer):
4771         * dired.el (dired-internal-noselect): Don't let-bind
4772         default-major-mode around code that doesn't use it.
4773         E.g. buffer creation via get-buffer-create doesn't use it.
4775 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
4777         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
4778         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
4779         when writing the temp file.  Otherwise, epa-file gets confused.
4780         (tramp-register-file-name-handlers): Make it a defun.  Move also
4781         `epa-file-handler' to the front of `file-name-handler-alist'.
4783 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4785         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
4786         start right after a ^M.
4787         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
4788         (tramp-completion-file-name-regexp-separate)
4789         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
4790         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
4791         Don't modify last-coding-system-used by accident.
4792         (tramp-completion-file-name-handler): Apply the checks here,
4793         instead during registration.
4794         (tramp-register-file-name-handlers) Renamed from
4795         `tramp-register-file-name-handler'.  Register both
4796         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
4797         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
4799 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
4801         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
4802         Remove variable ...
4803         (gdb-init-1, gdb-display-separate-io-buffer)
4804         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
4805         references to it.
4806         (gdb-inferior-io-mode): Use make-comint-in-buffer.
4807         (gdb-inferior-filter): Use comint-output-filter to stop
4808         echoing and remove ^M characters.
4810 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4812         * emulation/viper-init.el (viper-restore-cursor-type):
4813         * emulation/cua-base.el (cua--update-indications):
4814         Replace default-cursor-type with (default-value 'cursor-type).
4816         * mail/sendmail.el (mail-recover-1):
4817         * international/mule-diag.el (describe-current-coding-system-briefly)
4818         (describe-current-coding-system):
4819         * international/mule-cmds.el (select-safe-coding-system)
4820         (select-message-coding-system)
4821         (set-language-environment-coding-systems, set-locale-environment):
4822         * hexl.el (hexl-insert-multibyte-char):
4823         * dos-w32.el (find-buffer-file-type-coding-system):
4824         * simple.el (what-cursor-position):
4825         Replace uses of default-buffer-file-coding-system
4826         with (default-value 'buffer-file-coding-system).
4828         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
4829         Replace uses of default-cursor-in-non-selected-windows
4830         with (default-value 'cursor-in-non-selected-windows).
4831         Use with-current-buffer.
4833         * mail/feedmail.el: Use CL macros.
4834         (feedmail-run-the-queue, feedmail-send-it-immediately):
4835         * dos-w32.el (find-buffer-file-type): Replace uses of
4836         default-buffer-file-type with (default-value 'buffer-file-type).
4838 2009-08-28  Glenn Morris  <rgm@gnu.org>
4840         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
4841         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
4842         Use default-value of major-mode rather than default-major-mode.
4844 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4846         * Makefile.in (update-elcfiles): Report left over elc files.
4848         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
4849         expand-file-name and with-current-buffer.
4850         (mail-get-names, mail-directory): Use with-current-buffer.
4852         * vc.el (vc-read-revision): New function.
4853         (vc-version-diff, vc-merge): Use it.
4855 2009-08-27  Sam Steingold  <sds@gnu.org>
4857         * simple.el (kill-do-not-save-duplicates): New user option.
4858         (kill-new): When it is non-nil, and the new string is the same as
4859         the latest kill, set replace to t to avoid duplicates in kill-ring.
4861 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
4863         * net/tramp.el (tramp-handle-process-file): Do not flush all
4864         caches when `process-file-side-effects' is set.
4865         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
4866         instead of `tramp-find-file-exists-command'.
4867         Unset `process-file-side-effects'.
4869 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
4871         * net/tramp.el (tramp-methods): New method "rsyncc".
4872         (top): Add completion function for "rsyncc".
4873         (tramp-message-show-message): New defvar.
4874         (tramp-message, tramp-error): Use it.
4875         (tramp-do-copy-or-rename-file-directly): Extend check for direct
4876         remote copying.
4877         (tramp-do-copy-or-rename-file-out-of-band): Handle new
4878         `tramp-methods' entry `copy-env' of "rsyncc".
4879         (tramp-vc-registered-read-file-names): New defconst.
4880         (tramp-vc-registered-file-names): New defvar.
4881         (tramp-handle-vc-registered): Implement optimization strategy.
4882         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
4883         (tramp-vc-file-name-handler): New defun.
4884         (tramp-get-ls-command, tramp-get-test-command)
4885         (tramp-get-file-exists-command, tramp-get-remote-ln)
4886         (tramp-get-remote-perl, tramp-get-remote-stat)
4887         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
4889         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
4890         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
4891         timestamps.
4892         (tramp-get-file-property): Check for timestamps in
4893         `tramp-cache-inhibit-cache'.
4894         (tramp-set-file-property): Write timestamp.
4896 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
4898         * language/japan-util.el (japanese-symbol-table): Add entries for
4899         cp932-2-byte.
4901         * international/characters.el: Add category `j' to cp932-2-byte.
4903 2009-08-27  Kenichi Handa  <handa@m17n.org>
4905         * international/fontset.el (build-default-fontset-data): New macro.
4906         (setup-default-fontset): Use build-default-fontset-data for CJK,
4907         tibetan, ethiopic, and ipa.
4909 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * cus-start.el (default-major-mode): Customize `major-mode' instead.
4912         (enable-multibyte-characters): Not customizable any more.
4914         * subr.el (default-mode-line-format, default-header-line-format)
4915         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
4916         (default-direction-reversed, default-truncate-lines)
4917         (default-left-margin, default-tab-width, default-case-fold-search)
4918         (default-left-margin-width, default-right-margin-width)
4919         (default-left-fringe-width, default-right-fringe-width)
4920         (default-fringes-outside-margins, default-scroll-bar-width)
4921         (default-vertical-scroll-bar, default-indicate-empty-lines)
4922         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
4923         (default-fringe-cursor-alist, default-scroll-up-aggressively)
4924         (default-scroll-down-aggressively, default-fill-column)
4925         (default-cursor-type, default-buffer-file-type)
4926         (default-cursor-in-non-selected-windows)
4927         (default-buffer-file-coding-system, default-major-mode)
4928         (default-enable-multibyte-characters): Mark as obsolete.
4930 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
4932         * vc-dir.el (vc-dir-update): Remove debug helper.
4934         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
4936 2009-08-26  Sam Steingold  <sds@gnu.org>
4938         * simple.el (save-interprogram-paste-before-kill): New user option.
4939         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
4940         save the interprogram-paste into kill-ring before overriding it
4941         with the Emacs kill.
4943 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4945         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
4946         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
4947         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
4948         and move to vc-rcs.el.
4949         (vc-default-next-revision): Rename to vc-rcs-next-revision and
4950         move to vc-rcs.el.
4951         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
4952         (vc-rcs-update-changelog): Remove.
4953         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
4954         and move to vc-rcs.el.
4956         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
4957         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
4958         renaming.
4959         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
4960         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
4961         vc.el, renamed to be RCS specific.
4963         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
4964         New functions.
4965         (vc-cvs-update-changelog): Move here from vc.el.
4967         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
4968         New functions.
4970 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4972         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
4974 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
4976         * vc-git.el (vc-git-register): Use "git add" for directories.
4977         (vc-git-stash, vc-git-stash-show): New functions.
4978         (vc-git-extra-menu-map): Bind them.
4980         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
4981         directory correctly in case the item is a directory itself.
4983         * vc.el: Document the desired behavior for reverted files in the
4984         `added' state.
4985         (vc-default-prettify-state-info): Remove function, unused.
4987         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
4989 2009-08-26  Glenn Morris  <rgm@gnu.org>
4991         * bindings.el (standard-mode-line-format): Reposition dashes in
4992         which-func entry.  (Bug#4217)
4994         * files.el (enable-local-variables, enable-local-eval)
4995         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
4996         the defcustoms.
4997         (auto-mode-alist, ignored-local-variables)
4998         (save-some-buffers-action-alist): Move risky declarations to the
4999         definitions.
5000         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5001         (font-lock-defaults, format-alist, imenu--index-alist)
5002         (imenu-generic-expression, input-method-alist, minor-mode-alist)
5003         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5004         (mode-line-modified, mode-line-mule-info, mode-line-position)
5005         (mode-line-process, mode-line-remote, outline-level)
5006         (parse-time-rules, rmail-output-file-alist)
5007         (special-display-buffer-names, vc-mode):
5008         Move risky declarations to the relevant files.
5009         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5010         (mode-line-modified, mode-line-process, mode-line-position)
5011         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5012         * font-core.el (font-lock-defaults):
5013         * format.el (format-alist):
5014         * vc-hooks.el (vc-mode):
5015         * window.el (special-display-buffer-names):
5016         * international/mule-cmds.el (input-method-alist):
5017         Define riskiness here (dumped file) rather than in files.el.
5018         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5019         * imenu.el (imenu-generic-expression, imenu--index-alist):
5020         * outline.el (outline-level):
5021         * time.el (display-time-string):
5022         * calendar/parse-time.el (parse-time-rules):
5023         * mail/rmailout.el (rmail-output-file-alist):
5024         Autoload riskiness here, rather than placing in files.el.
5026 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
5028         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5030 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5032         * simple.el (process-file-side-effects): New defvar.
5034         * dired-aux.el (dired-show-file-type):
5035         * vc.el (vc-diff-internal):
5036         * vc-arch.el (vc-arch-diff):
5037         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5038         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5039         * vc-git.el (vc-git-registered, vc-git-working-revision)
5040         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5041         (vc-git--empty-db-p):
5042         * vc-hooks.el (vc-user-login-name):
5043         * vc-svn.el (vc-svn-registered, vc-svn-state)
5044         (vc-svn-dir-extra-headers, vc-svn-find-revision):
5045         * progmodes/grep.el (grep-probe): Let-bind
5046         `process-file-side-effects' with nil.
5048         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5050         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5051         daemon.  Replace ping by checking for running service for bluez
5052         and zeroconf.  (Bug#4239)
5054 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5056         * net/dig.el (dig): Add autoload cookie.
5058 2009-08-25  Glenn Morris  <rgm@gnu.org>
5060         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5061         load-history for absolute file-names.
5062         (byte-compile-file-form-require): Warn about use of the cl package.
5064         * format.el (format-alist): Doc fix.
5066         * play/bubbles.el (top-level): Don't require cl at run-time.
5068         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5069         run-time cl).
5071 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
5073         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5074         from cl package.
5075         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5077 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
5079         * calc/calc-alg.el (math-trig-rewrite)
5080         (math-hyperbolic-trig-rewrite): New functions.
5081         (calc-simplify): Simplify trig functions when asked.
5083 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * diff-mode.el (diff-find-source-location): Avoid goto-line.
5087 2009-08-24  Kenichi Handa  <handa@m17n.org>
5089         * language/ind-util.el (mapthread): Delete it.
5090         (combinatorial): New function.
5091         (indian--puthash-cv): Use combinatorial instead of mapthread.
5093 2009-08-22  Kevin Ryde  <user42@zip.com.au>
5095         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5096         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5097         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5098         Clarify docstring that the value is strings not symbols.
5099         (checkdoc-list-of-strings-p): New function.
5101 2009-08-22  Glenn Morris  <rgm@gnu.org>
5103         * files.el (auto-mode-alist):
5104         * hippie-exp.el (he-concat-directory-file-name):
5105         * lpr.el (lpr-windows-system, printer-name):
5106         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5107         * ps-print.el (ps-windows-system):
5108         * startup.el (command-line):
5109         * emulation/viper-ex.el (viper-glob-function):
5110         * international/mule-cmds.el (set-language-environment-coding-systems):
5111         * net/ange-ftp.el (ange-ftp-write-region):
5112         * obsolete/fast-lock.el (fast-lock-cache-name):
5113         Remove code for defunct system-types emx, macos, mswindows, next-mach,
5114         unisoft-unix, vax-vms, win32, w32.
5116         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5117         given name if the pattern is not more specific.
5119         * calendar/lunar.el (lunar-phase-names): New option.
5120         (lunar-phase): Doc fix.
5121         (lunar-cycles-per-year): New constant.
5122         (lunar-index): New function.
5123         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5124         (lunar-phase-name): Use lunar-phase-names.
5125         (calendar-lunar-phases): Use format.
5126         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5128         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5129         Copy imenu-example--name-and-position function here for own use.
5130         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5132         * bs.el (bs--redisplay):
5133         * cus-edit.el (custom-redraw):
5134         * ibuffer.el (ibuffer-bury-buffer):
5135         * server.el (server-goto-line-column):
5136         * startup.el (command-line-1):
5137         * strokes.el (strokes-xpm-for-stroke):
5138         * term.el (term-display-buffer-line):
5139         * view.el (View-goto-line):
5140         * calc/calc.el (calc-do, calc-trail-buffer):
5141         * play/gamegrid.el (gamegrid-add-score-insecure):
5142         * progmodes/ada-mode.el (ada-compile-goto-error):
5143         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5144         (ebrowse-select-1st-to-9nth):
5145         * progmodes/cperl-mode.el (cperl-time-fontification):
5146         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5147         * progmodes/gud.el (gud-display-line):
5148         (idlwave-shell-display-line):
5149         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5150         * progmodes/make-mode.el (makefile-browser-toggle):
5151         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5152         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5153         * textmodes/picture.el (picture-draw-rectangle):
5154         * textmodes/reftex-index.el (reftex-index-goto-letter):
5155         (reftex-select-jump-to-previous):
5156         * textmodes/reftex-sel.el (reftex-find-start-point)
5157         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5158         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5159         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5160         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5161         * textmodes/two-column.el (2C-associated-buffer):
5162         Use forward-line rather than goto-line.
5164         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5165         goto-line.
5167         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5168         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5169         (quick-check-list-to-regexp): Declare.
5171         * progmodes/make-mode.el (makefile-browser-insert-selection):
5172         Use goto-char rather than goto-line.
5174         * progmodes/prolog.el (compilation-error-regexp-alist)
5175         (compilation-forget-errors): Declare.
5177 2009-08-22  Juri Linkov  <juri@jurta.org>
5179         * progmodes/grep.el (lgrep, rgrep): At the beginning
5180         set `dir' to `default-directory' unless `dir' is a non-nil
5181         readable directory.  (Bug#4052)
5182         (lgrep, rgrep): Change a weird way to report an error
5183         from using `read-string' to using `error'.
5184         Instead of using interactive arguments in the function body,
5185         add new argument `confirm'.
5187 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5189         * textmodes/remember.el (remember-buffer):
5190         * progmodes/cperl-mode.el (cperl-vc-header-alist):
5191         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5192         (icalendar-extract-ical-from-buffer):
5193         * net/newst-treeview.el (newsticker-groups-filename):
5194         * net/newst-backend.el (newsticker-cache-filename):
5195         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5196         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5197         (speedbar-add-ignored-path-regexp, speedbar-line-path)
5198         (speedbar-buffers-line-path, speedbar-path-line)
5199         (speedbar-buffers-line-path):
5200         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5201         (epg-sign-keys):
5202         * epa.el (epa-display-verify-result):
5203         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5205 2009-08-21  Glenn Morris  <rgm@gnu.org>
5207         * progmodes/js.el (inferior-moz-process): Fix declaration.
5209         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5211         * obsolete/rnewspost.el (news-mail-reply):
5212         Use goto-char rather than goto-line.
5214         * term/ns-win.el (ns-open-file-select-line):
5215         Use line-beginning-position rather than goto-line.
5217         * apropos.el (apropos-command):
5218         * ehelp.el (electric-helpify):
5219         * printing.el (pr-show-setup):
5220         * strokes.el (strokes-help):
5221         * tutorial.el (tutorial--describe-nonstandard-key)
5222         (tutorial--detailed-help):
5223         * woman.el (woman-mini-help, woman-display-extended-fonts):
5224         * calc/calc-help.el (calc-describe-key):
5225         * emulation/edt.el (edt-electric-helpify):
5226         * international/mule-diag.el (mule-diag):
5227         * play/yow.el (apropos-zippy):
5228         * progmodes/python.el (python-describe-symbol):
5229         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5230         * textmodes/table.el (*table--cell-describe-mode)
5231         (*table--cell-describe-bindings):
5232         Use help-print-return-message rather than the now obsolete alias.
5234         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5235         (calendar-cursor-to-visible-date):
5236         * play/5x5.el (5x5-position-cursor):
5237         * play/decipher.el (decipher):
5238         * play/gomoku.el (gomoku-goto-xy):
5239         * play/landmark.el (lm-goto-xy):
5240         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5241         (mpuz-paint-digit):
5242         Use forward-line, not goto-line.
5244         * mail/rmail.el (rmail-obsolete): Delete custom group.
5245         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5246         (rmail-remote-password, rmail-remote-password-required):
5247         Remove unneeded :set-after and :set properties.
5249 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
5251         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5253 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
5255         * loadup.el: Remove leftover macos code.
5257         * vc-git.el (vc-git-annotate-command): Run asynchronously.
5258         Explicitly pass the date format to git blame so that user local
5259         so that the output format can be parsed.
5261 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
5263         * net/dbus.el (top): Don't check for (getenv
5264         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
5266 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
5268         * log-edit.el (log-edit-strip-single-file-name): New var.
5269         (log-edit-insert-changelog): Use it.  Bug#3571
5271 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5273         * subr.el (read-passwd): Use read-key so keypad keys work as well.
5274         Bug#3287
5276         * help.el (help-print-return-message): Rename from
5277         print-help-return-message.
5279         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5280         cvs-mode-map parent hack.
5281         (log-view-mode): Derive from special-mode.
5283         * linum.el (linum-mode): window-size-change-functions is redundant.
5284         Adapt to new window-configuration-change-hook behavior.
5285         (linum-after-size, linum-after-config): Remove.
5287         * imenu.el (imenu-example--name-and-position)
5288         (imenu-example--lisp-extract-index-name)
5289         (imenu-example--create-lisp-index, imenu-example--create-c-index):
5290         Mark as obsolete.
5292         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5293         (inferior-prolog-mode): Use it.
5294         (inferior-prolog-load-file): Reset list of errors.
5296 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5298         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5300         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5302 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
5304         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5305         is running already.
5307 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * subr.el (listify-key-sequence-1): Use normal syntax since those
5310         integers are nowadays always represented by the same (positive) number
5311         on all platforms.
5312         (read-key-empty-map): New const.
5313         (read-key-delay): New var.
5314         (read-key): New function.
5315         (force-mode-line-update): Use with-current-buffer.
5316         (locate-user-emacs-file): Don't forget to abbreviate the file name.
5317         (start-process-shell-command, start-file-process-shell-command):
5318         Discourage the use of command-args.
5320 2009-08-19  Glenn Morris  <rgm@gnu.org>
5322         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5324 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5326         * simple.el (choose-completion-string): Don't rely on
5327         minibuffer-completing-file-name and ad-hoc checks to decide whether
5328         to continue completion or not.
5330         * minibuffer.el (minibuffer-hide-completions): New function.
5331         (completion--do-completion): Use it.
5332         (completions-annotations): New face.
5333         (completion--insert-strings): Use it.
5334         (completion-pcm--delim-wild-regex): Add docstring.
5335         (completion-pcm--string->pattern): Add support for 0-width delimiters
5336         in completion-pcm--delim-wild-regex.
5338 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5340         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5341         Remove unused var `buffer-modified-p'.
5343         * minibuffer.el (completion--do-completion): Move point for the #b001
5344         case as well (bug#4176).
5345         (minibuffer-complete, minibuffer-complete-word): Don't move point.
5347 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
5349         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
5350         and :session buses.
5352 2009-08-18  Kenichi Handa  <handa@m17n.org>
5354         * international/ucs-normalize.el (ucs-normalize-version):
5355         Change to 1.1.
5356         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5357         (utf-8-hfs): Make it perform normalization on encoding too.
5359         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
5360         (sentence-end-without-space): Delete duplicated chars.
5361         (sentence-end-base): Likewise.
5363         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
5364         (html-mode): Delete duplicated chars from sentence-end-base.
5366         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
5367         (texinfo-mode): Delete duplicated chars from sentence-end-base.
5369 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
5371         * files.el (hack-one-local-variable): If the mode function is for
5372         a minor mode, pass it an argument (Bug#4148).
5374 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
5376         * net/tramp.el (tramp-register-completion-file-name-handler):
5377         Check also for (member 'partial-completion completion-styles).
5379 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5381         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
5382         abbrev (Bug#3943).
5384 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
5386         * progmodes/cperl-mode.el: Merge upstream 6.2.
5387         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
5388         (cperl-forward-re): Check cperl-brace-recursing.
5389         (cperl-highlight-charclass): New function.
5390         (cperl-find-pods-heres): Use it.
5391         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
5392         (cperl-beautify-regexp-piece): Fix column calculation.
5393         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
5394         (cperl-beautify-level): Don't process entire regexp.
5395         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
5396         calling man.
5397         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
5398         (cperl-init-faces): Build a list in the normal way.
5400 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5402         * calendar/parse-time.el (parse-time-string-chars): Save match
5403         data.
5405 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5407         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
5408         (sql-product): Use it.
5409         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
5410         (sql-set-product): Add completion.
5411         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
5412         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
5413         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
5414         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
5415         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
5416         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
5417         (sql-highlight-db2-keywords): Remove.
5418         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5419         (sql-highlight-product): Use derived-mode-p.
5420         (sql-set-sqli-buffer): Use with-current-buffer.
5421         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
5422         Simplify.
5424         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
5426         * term.el: Fix commenting convention, turn comments into docstrings.
5428 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
5430         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
5432 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5434         * calendar/parse-time.el (parse-time-string-chars): Compute using
5435         character classes, to handle non-ascii characters (Bug#3190).
5437 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5439         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
5440         another heredoc if the user adds another < (Bug#3226).
5442         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5443         Don't initialize based on window-system (Bug#4124).
5445         * facemenu.el (facemenu-read-color): Use a completion function
5446         that accepts any defined color, such as RGB triplets (Bug#3677).
5448         * files.el (get-free-disk-space): Change fallback default
5449         directory to /.  Expand DIR argument before switching to fallback.
5450         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
5452 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5454         * files.el (load-library): Doc fix.
5456 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5458         * viper-cmd.el (viper-insert-isearch-string): New function.
5459         (viper-if-string): Redefine C-s in the minibuffer to insert the last
5460         incremental search string.
5462         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
5463         XEmacs.
5465         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
5466         (ediff-merge-region-is-non-clash)
5467         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
5468         Also check if the job is really a merge job.
5470         * ediff.el (ediff-current-file): New function.
5472 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5474         * progmodes/js.el: Edit docstrings throughout to follow Emacs
5475         conventions.
5476         (js-insert-and-indent): Delete function.
5477         (js-mode-map): Don't bind keys to js-insert-and-indent.
5478         (js-beginning-of-defun): Rename from js--beginning-of-defun.
5479         (js-end-of-defun): Rename from js--end-of-defun.
5480         (js-auto-indent-flag): Delete variable.
5482 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
5484         * progmodes/js.el: Remove proclaim statement.
5485         Defvar which-func-imenu-joiner-function to silence compiler.
5487         * files.el (auto-mode-alist): Use js-mode for .js files.
5489         * progmodes/js2-mode.el: Remove file.
5491         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
5493         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
5495         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
5497 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
5498             Karl Landstrom  <karl.landstrom@brgeight.se>
5500         * progmodes/js.el: New file.
5502 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
5504         * timezone.el (timezone-parse-date): Add ability to understand ISO
5505         basic format (minimal separators) dates in addition to the
5506         already-supported extended format dates.
5508 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
5510         * international/ucs-normalize.el: Add a `coding' file variable.
5512         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5514 2009-08-14  Sam Steingold  <sds@gnu.org>
5516         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5518 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5520         * faces.el (help-argument-name): Define it here instead of
5521         help-fns.el, because in daemon mode help-fns.el may be loaded when
5522         faces are still uninitialized (Bug#1078).
5524         * help-fns.el (help-argument-name): Move defface to faces.el.
5526 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
5528         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5529         create buffer with a pty but no process so that GDB can make the
5530         inferior the controlling process.
5532 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
5534         * international/ucs-normalize.el: New file.
5536 2009-08-13  Richard Stallman  <rms@gnu.org>
5538         * mail/rmail.el (rmail-get-attr-names):
5539         Accept an attribute header that is too short.
5541         * mail/rmail.el (rmail-forget-messages):
5542         Ignore nil elt in rmail-message-vector.  Use dotimes.
5544         * progmodes/compile.el (compilation-goto-locus):
5545         Use next-error-move-function.
5547         * simple.el (next-error-move-function): New variable.
5549 2009-08-12  Juri Linkov  <juri@jurta.org>
5551         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5552         always non-nil.  (Bug#4052)
5554         * replace.el (read-regexp): Return empty string when
5555         `default-value' is nil.
5556         (keep-lines-read-args): Don't use empty string as the
5557         default value for `read-regexp'.  (Bug#2495)
5559 2009-08-12  Juri Linkov  <juri@jurta.org>
5561         * international/mule-cmds.el (ucs-insert): Change arguments
5562         from `arg' to `character', `count', `inherit' to be the same
5563         as in `insert-char'.  Doc fix.  (Bug#4039)
5565         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5567 2009-08-12  Juri Linkov  <juri@jurta.org>
5569         * files-x.el: New file.
5571         * files.el: Move code that deals with adding/deleting
5572         file/directory-local variables to files-x.el.
5574         * Makefile.in (ELCFILES): Add files-x.elc.
5576 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
5578         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5579         to use `goto-line'.
5580         (gdb-place-breakpoints, gdb-get-location): Rewritten without
5581         `goto-line'.
5582         (gdb-invalidate-disassembly): Do not refresh upon receiving
5583         'update signal.  Instead, update all disassembly buffers only after
5584         threads list.
5585         (gdb): Send -target-detach when buffer is killed (Bug#3794).
5586         (gdb-starting): Moved -data-list-register-names...
5587         (gdb-stopped): ...here so it's sent when first thread stops.
5588         (gdb-registers-handler-custom): Do nothing if register names are
5589         unknown yet.
5591         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5592         from `gdb-mi.el' to avoid extra tangling.
5594         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5595         change which breaks `gud-def' definitions used in `gdb'.
5596         (gdb-update-gud-running): No extra fuss for updating frame number.
5598 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5600         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5601         (describe-language-environment-map, setup-language-environment-map)
5602         (set-coding-system-map): Move initialization into declaration.
5603         (set-language-info-alist): Last arg to define-key-after can be skipped.
5605         * international/quail.el (quail-completion-1): Simplify.
5606         (quail-define-rules): Use slightly more compact code.
5607         (quail-insert-decode-map): Propertize keys, compact columns.
5609         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5610         Add goto-line.
5612 2009-08-10  Miles Bader  <miles@gnu.org>
5614         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5615         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5616         (js2-instance-member, js2-private-member, js2-private-function-call)
5617         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5618         (js2-magic-paren, js2-external-variable):
5619         Remove "-face" suffix from face names.
5620         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5621         (js2-highlight-undeclared-vars, js2-peek-token)
5622         (js2-parse-function-params, js2-mode-show-errors)
5623         (js2-mode-show-warnings, js2-make-magic-delimiter)
5624         (js2-mode-highlight-magic-parens): Update to use new face names.
5626 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
5628         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5629         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
5631 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
5633         * subr.el: Provide hashtable-print-readable.
5635         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5636         hs-c-like-adjust-block-beginning.
5637         (hs-hide-block-at-point): Stop hiding at the beginning of
5638         hs-block-end-regexp (Bug#700).
5640 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
5642         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5643         a macro.
5644         (gdb-registers-handler-custom): Do not fail when register names
5645         are unavailable.
5647 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5649         * progmodes/gdb-mi.el (gdb-control-all-threads)
5650         (gdb-control-current-thread): Interactive setters for
5651         `gdb-gud-control-all-threads' to use in menu.
5652         (gdb-show-run-p): Show «Go» when process is not active.
5653         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
5654         gud/thread.xpm and gud/all.xpm.
5656 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
5658         * net/net-utils.el (net-utils-font-lock-keywords): New var.
5659         (nslookup-font-lock-keywords): Make it a variable.
5660         (net-utils-mode): New mode for viewing diagnostic network output.
5661         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5662         (net-utils-run-simple): New function.
5663         (ifconfig, iwconfig, netstat, arp, route): Use it.
5665 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5667         * progmodes/gdb-mi.el (gdb-read-memory-custom)
5668         (gdb-memory-set-address, def-gdb-set-positive-number)
5669         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5670         after changing settings.
5671         (gdb-invalidate-disassembly): Update when first shown.
5672         (gdb-edit-locals-value): Fixed.
5673         (gdb-registers-handler-custom): Print registers in right order and
5674         allow changing register values (only for current thread yet).
5675         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5676         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5677         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5678         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5679         info in mode name.
5680         (gdb-registers-mode-map): TAB to switch to locals.
5682 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
5684         * mail/rmail.el (rmail-add-mbox-headers)
5685         (rmail-set-message-counters-counter): Search for
5686         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
5688 2009-08-08  Glenn Morris  <rgm@gnu.org>
5690         * Makefile.in (ELCFILES): Update.
5692 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5694         * mail/sendmail.el (mail-yank-original): Set
5695         buffer-file-coding-system from the one used by the message whose
5696         text is yanked.
5698         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5699         to "windows" when "pgnuplot" is used.
5700         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5701         call accept-process-output if "pgnuplot" is used.
5702         (calc-graph-init): Don't send -display and -geometry to
5703         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
5704         running "pgnuplot -V" with shell-command-to-string.
5706         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5707         the default.
5709 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5711         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5712         org/org-latex.elc.
5714 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5716         * vc-dispatcher.el (vc-resynch-window): Update comment.
5718         * term.el (term-handle-ansi-escape): Add comments with the
5719         terminfo capabilities implemented.
5721 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
5723         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5724         (gdb-var-create-handler): Rewritten using JSON parser.
5725         (gdb-propertize-header): Moved earlier.
5726         (gdb-set-header): Removed to avoid duplication.
5727         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5728         Refresh disassembly buffers only after threads list have been
5729         update.
5730         (gdb-threads-header, gdb-registers-header): Per-buffer header line
5731         variables.
5733 2009-08-04  Juri Linkov  <juri@jurta.org>
5735         * files.el: Commands to add/delete file/directory-local variables.
5736         (read-file-local-variable, read-file-local-variable-value)
5737         (read-file-local-variable-mode, modify-file-local-variable)
5738         (modify-file-local-variable-prop-line)
5739         (modify-dir-local-variable): New functions.
5740         (add-file-local-variable, delete-file-local-variable)
5741         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5742         (add-dir-local-variable, delete-dir-local-variable)
5743         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5744         (copy-dir-locals-to-file-locals-prop-line): New commands.
5746 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
5748         * abbrev.el (insert-abbrev-table-description): Prettify output.
5749         Suggested by Karl Chen.
5751 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
5753         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
5754         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
5755         (gdb-overlay-arrow-position, gdb-thread-position)
5756         (gdb-disassembly-position): Declare variables.
5757         (gdb-wait-for-pending): Function now.
5758         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
5759         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
5760         compilation goes smoothly.
5761         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
5762         (gdb-non-stop-setting): New customization setting which replaces
5763         `gdb-non-stop' so changing it doesn't break active GDB session.
5764         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
5765         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
5766         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
5767         (gdb-show-threads-by-default): New customization options.
5768         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
5769         routines.
5770         (gdb-get-buffer-create): Send buffers update signal when they are
5771         created.
5772         (gdb-invalidate-locals, gdb-invalidate-registers)
5773         (gdb-invalidate-breakpoints)
5774         (gdb-invalidate-threads, gdb-invalidate-disassembly)
5775         (gdb-invalidate-memory): Accept update signal.
5776         (gdb-current-context-command): Use --frame option.
5777         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
5778         Implement `gdb-frame-number' selection logic.
5779         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
5780         whether to show GUD toolbar buttons.
5781         (gdb-thread-exited): Unselect current thread when it exits.
5782         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
5783         (gdb-mark-line): Routine which sets overlay arrow or inverses
5784         video on fringeless displays.
5785         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
5786         to build aligned columns of data in GDB buffers and set text
5787         properties line-by-line.
5788         (gdb-invalidate-breakpoints)
5789         (gdb-breakpoints-list-handler-custom)
5790         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
5791         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
5792         (gdb-registers-handler-custom): Align data columns.
5793         (gdb-locals-handler-custom): Now prints data like in variable
5794         declarations.
5795         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
5796         Removed confusing buttons.
5797         (gdb-invalidate-threads): Append --frame.
5798         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
5799         between breakpoints/threads buffers.
5800         (gdb-set-window-buffer): Now can ignore dedicated windows.
5801         (gdb-propertize-header): Use `gdb-set-window-buffer'.
5802         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
5803         (def-gdb-thread-buffer-gud-command): Replaces
5804         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
5805         for fine thread control.
5806         (gdb-preempt-existing-or-display-buffer): New function used to
5807         display bound buffers without breaking window layout.
5808         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
5809         (gdb-select-frame): New version of `gdb-frames-select' which now
5810         sets `gdb-frame-number' so commands may use --frame option instead
5811         of inner debugger state.
5812         (gdb-frame-handler): Do not set `gdb-frame-number'.
5813         (gdb-threads-mode-map): Select threads with mouse.
5815         * progmodes/gud.el (gdb-gud-context-call): Declare function to
5816         avoid compilation warning.
5817         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
5818         `gdb-show-stop-p`.
5820         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
5821         Argument `key' renamed to `buffer-type'.
5822         (gdb-current-context-buffer-name): Do not add thread info to
5823         buffer name when no thread is selected.
5824         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
5825         command (bug 3794).
5826         (gdb-thread-selected): Handle `=thread-selected' notification.
5827         (gdb-wait-for-pending): New macro to deal with congestion problems.
5828         (gdb-breakpoints-list-handler-custom): Don't fail on pending
5829         breakpoints.
5830         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
5831         This fixes problem similar to one described in bug 3947.
5832         (gud-menu-map): More menu items.
5833         (gdb-init-1): Reset `gdb-thread-number' to nil.
5835         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
5836         non-stop settings.
5838         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
5839         (gdb-current-context-command): Do not append --thread if
5840         `gdb-thread-number' is nil.
5841         (gdb-running-threads-count, gdb-stopped-threads-count): New
5842         variables.
5843         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
5844         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
5845         customization options.
5846         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
5847         GUD commands.
5848         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
5849         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
5850         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
5851         set `gdb-thread-number' and update `gud-running' properly.
5852         (gdb-running): Update threads list when new threads appear.
5853         (gdb-stopped): Support non-stop operation and new thread switching
5854         logic.
5855         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
5856         (gdb-json-partial-output): New set of JSON routines.
5857         (def-gdb-auto-update-trigger): New `signal-list' optional
5858         argument.
5859         (gdb-thread-list-handler-custom): Update `gud-running',
5860         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
5861         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
5862         (gdb-continue-thread, gdb-step-thread): New commands for fine
5863         thread execution control.
5864         (gud-menu-map): New menu items to switch non-stop options.
5865         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
5866         (gdb-send): Mimic RET properly (bug 3794).
5868         * progmodes/gdb-mi.el (gdb-rules-name-maker)
5869         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
5870         gdb-buffer-rules.
5871         (def-gdb-auto-update-handler): New nopreserve optional argument.
5872         (gdb-stack-list-frames-custom): Print stack from top to bottom.
5874         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
5875         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
5876         (gdb-parent-mode): New mode to derive other GDB modes from.
5877         (gdb-display-disassembly-for-thread)
5878         (gdb-frame-disassembly-for-thread): New commands for threads
5879         buffer.
5881         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
5882         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
5883         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
5884         (gdb-update): We now store all GDB buffers in a list so that they
5885         can be updated by traversing a list instead of calling invalidate
5886         triggers explicitly.
5887         (def-gdb-trigger-and-handler): New macro to define trigger-handler
5888         pair for GDB buffer.
5889         (gdb-stack-buffer-name): Add thread information.
5890         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
5891         handle pending triggers.
5892         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
5893         (def-gdb-thread-buffer-simple-command)
5894         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
5895         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
5896         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
5897         New commands which show buffers bound to thread.
5898         (gdb-stack-list-locals-regexp): Removed unused regexp.
5900         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
5901         (gdb-locals-buffer-name, gdb-registers-buffer-name)
5902         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
5903         to (gud-comint-buffer) in *-buffer-name functions
5904         because (gdb-get-target-string) already does that.
5905         (gdb-locals-handler-custom, gdb-registers-handler-custom)
5906         (gdb-changed-registers-handler): Rewritten without regexps.
5908         * progmodes/gdb-mi.el: Basic thread selection support.
5909         (gdb-thread-number): New variable.
5910         (gdb-current-context-command): New macro which adds --thread
5911         option to command.
5912         (gdb-threads-mode-map): Select thread with SPC.
5913         (gdb-thread-list-handler-custom): Mark current thread with overlay
5914         arrow.  Synchronize GDB thread and Emacs thread.
5915         (gdb-select-thread): New command which selects current thread.
5916         (gdb-invalidate-frames, gdb-invalidate-locals)
5917         (gdb-invalidate-registers): Use --thread option.
5919 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
5921         * net/tramp.el (top): Make check for tramp-gvfs loading more
5922         robust.  (Bug#3977)
5923         (tramp-handle-insert-file-contents): `unwind-protect' must be
5924         inside `with-parsed-tramp-file-name'.
5926         * net/tramp-gvfs.el (top): Remove superfluous message when loading
5927         fails.
5929 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
5931         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
5932         directory if CLASSPATH is not set.
5934 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
5936         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
5937         New defconst.
5938         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
5940 2009-08-02  Kevin Ryde  <user42@zip.com.au>
5942         * net/newst-backend.el (newsticker--raw-url-list-defaults):
5943         Update freshmeat link.  Delete newsforge.com as it seems gone.
5945 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
5947         * select.el (x-set-selection): Doc fix (Bug#4021).
5949         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
5951         * help-fns.el (describe-variable): Treat list return values from
5952         dir-locals-find-file properly (Bug#4005).
5954 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
5956         * net/tramp.el (tramp-debug-message): Print also microseconds.
5958 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
5960         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
5961         or END is non-nil.
5962         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
5963         (tramp-get-debug-buffer): Change `outline-regexp' according to new
5964         format.
5966         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
5967         (tramp-get-file-property): Use it.
5969         * autorevert.el (auto-revert-handler): Allow
5970         `auto-revert-tail-mode' for remote files.
5972 2009-08-02  Jason Rumney  <jasonr@gnu.org>
5974         * minibuffer.el (read-file-name): Treat confirm options to
5975         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
5977 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
5979         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
5980         (font-lock-variable-name-face, font-lock-constant-face): Darken
5981         the colors for light backgrounds.
5983 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
5985         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
5986         month names.  (Bug#3987)
5988 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
5990         * simple.el (line-move-finish): Pass whole number to
5991         line-move-to-column.
5992         (line-move-visual): Perform hscroll to the recorded position.
5994 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
5996         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
5998 2009-07-29  Alan Mackenzie  <acm@muc.de>
6000         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6002 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
6004         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6005         (gdb-place-breakpoints): Use full path when setting breakpoints.
6007 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
6009         * calc/calc.el (calc-mode-map): Add keybinding for
6010         `calc-transpose-lines'.
6012 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
6014         * calc/calc-misc.el (calc-transpose-lines): New function.
6016 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
6018         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6019         Simplify check for out-of-band methods.
6020         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6021         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
6023 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
6025         * vc-git.el (vc-git-checkin): Fix typo.
6027 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
6029         * progmodes/js2-mode.el: New file.
6031 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
6033         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6034         (gud-menu-map): Adjust tooltip accordingly.
6036 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6038         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6039         (vc-bzr-log-view-mode): Adjust log-view-file-re.
6041         * add-log.el (change-log-mode-map): Add a menu.
6043 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
6045         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6046         function returns nil.
6047         (dbus-handle-event): Handle special return value :ignore.
6048         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6050 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
6052         * view.el (view-mode-enable): Don't define Helper-return-blurb if
6053         it's not needed.
6055 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
6057         Fix Bug#3888:
6059         * w32-vars.el (x-select-enable-clipboard): Doc fix.
6061         * term/pc-win.el (x-display-name, x-colors)
6062         (x-select-enable-clipboard, x-select-text): Doc fix.
6064         * term/common-win.el (x-display-name, x-colors): Doc fix.
6066         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6067         (xw-defined-colors): Doc fix.
6069         * w32-fns.el (x-select-text, x-setup-function-keys)
6070         (x-get-selection, x-set-selection): Doc fix.
6072         * term/x-win.el (x-select-text, x-setup-function-keys)
6073         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6075         * select.el (x-set-selection): Doc fix.
6077 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
6079         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6080         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
6081         "IsNSSSupportAvailable" method is not available.  Reported by
6082         Steve Youngs <steve@sxemacs.org>.
6084 2009-07-24  Kenichi Handa  <handa@m17n.org>
6086         * international/characters.el: Fix setting of category ?C, ?|, ?K,
6087         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
6088         (build-unicode-category-table): Fix range checks.
6090 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
6092         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6093         the buffer we try to sync is current when calling
6094         vc-resynch-buffer.
6096         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6097         not show up to date files.
6099 2009-07-24  Glenn Morris  <rgm@gnu.org>
6101         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6102         Add autoload cookies.  If necessary, initialize.
6103         (elint-log): Handle non-file buffers.
6104         (elint-initialize): Add optional argument to reinitialize.
6105         (elint-find-builtin-variables): Save excursion.
6107 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
6109         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6110         for Lint.
6112 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6114         * vc.el (vc-print-log-internal): New function, split out from ...
6115         (vc-print-log): ... here.
6116         (vc-dir-move-to-goal-column): Declare.
6118         * vc-git.el (vc-git-add-signoff): New variable.
6119         (vc-git-checkin): Use it.
6120         (vc-git-toggle-signoff): New function.
6121         (vc-git-extra-menu-map): Bind it to menu.
6122         (vc-git--run-command-string): Accept a nil FILE argument.
6123         (vc-git-stash-list): New function.
6124         (vc-git-dir-extra-headers): Use it.
6126 2009-07-23  Glenn Morris  <rgm@gnu.org>
6128         * help-fns.el (describe-variable): Describe ignored and risky local
6129         variables in a similar way to that in which we describe safe ones.
6131         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6132         (byte-compile-output-file-form, byte-compile-output-docform)
6133         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6134         Give some more local variables with common names a "bytecomp-" prefix,
6135         so as not to shadow things during compilation.
6136         * emacs-lisp/cl-macs.el (load-time-value)
6137         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6138         `outbuffer' to `bytecomp-outbuffer'.
6140         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6141         since the next two variables cover them automatically now.
6142         (elint-builtin-variables, elint-autoloaded-variables): New.
6143         (elint-unknown-builtin-args): Remove all members, since they can be
6144         parsed automatically now.
6145         (elint-extra-errors): New.
6146         (elint-env-add-env, elint-env-add-macro): Use cadr.
6147         (elint-current-buffer): Use or.  Change final message.
6148         (elint-get-top-forms): Use line-end-position.
6149         (elint-init-env): Use cadr.  Handle autoload, declare-function,
6150         and defalias.
6151         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
6152         (regexp-assoc): Remove unused function.
6153         (elint-top-form): Set elint-current-pos, to record the start of the
6154         top-level form, for compilation-mode.
6155         (elint-form): Trap errors in macro expansion.  Use dolist.
6156         (elint-unbound-variable): Use elint-builtin-variables and
6157         elint-autoloaded-variables.
6158         (elint-get-args): Use cadr, or.
6159         (elint-check-cond-form): Use dolist, cadr.
6160         (elint-check-condition-case-form): Doc fix.  Use cadr.
6161         Use elint-extra-errors.
6162         (elint-log): New function.
6163         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6164         Distinguish errors and warnings.
6165         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
6166         Use a bytecomp-style format.
6167         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
6168         (elint-get-log-buffer): Use compilation mode.  Disable undo.
6169         Don't truncate lines.
6170         (elint-initialize): Set builtin and autoloaded variable lists.
6171         Only process elint-unknown-builtin-args if non-nil.
6172         (elint-find-builtin-variables, elint-find-autoloaded-variables):
6173         New functions.
6174         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
6176 2009-07-22  Kevin Ryde  <user42@zip.com.au>
6178         * net/newst-backend.el (newsticker--parse-atom-1.0)
6179         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6180         (newsticker--parse-rss-1.0):
6181         * progmodes/idlwave.el (idlwave-mode):
6182         * progmodes/idlw-shell.el (idlwave-shell-mode):
6183         * progmodes/vera-mode.el (vera-mode):
6184         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6185         * progmodes/vhdl-mode.el (vhdl-mode):
6186         * textmodes/table.el (table-generate-source)
6187         (table--warn-incompatibility):
6188         Hyperlink urls in docstrings with URL `...'.
6190 2009-07-22  Glenn Morris  <rgm@gnu.org>
6192         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6193         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6194         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6195         Remove leading * from defcustom docs.
6197         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
6199         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6200         defcustom doc.
6201         (list-load-path-shadows): Optionally, just return shadows as a string.
6203         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6205 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
6207         * mail/rmailedit.el (rmail-edit-mode): Use
6208         auto-save-include-big-deletions.
6210         * mail/rmail.el (rmail-variables): Use
6211         auto-save-include-big-deletions.
6213         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6214         changes.
6216 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
6218         * calc/calc.el (calc-undo-length): New variable.
6219         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6221 2009-07-21  Richard Stallman  <rms@gnu.org>
6223         * files.el (auto-save-mode): Handle buffer-save-size = -2
6224         for toggling mode.
6226 2009-07-21  Glenn Morris  <rgm@gnu.org>
6228         * textmodes/ispell.el (ispell-looking-back): Update declaration.
6230         * calendar/todo-mode.el (calendar-current-date): Update declaration.
6232         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6233         silence compiler.  Instead...
6234         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6235         (ps-print-ensure-fontified): Update for above function name changes.
6237         * printing.el (pr-mh-get-msg-num, pr-mh-show)
6238         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6239         silence compiler.  Instead...
6240         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6241         (mh-show-buffer): Only define for compiler.
6242         (pr-mh-current-message): Update for above function name changes.
6244         * files.el (abort-if-file-too-large): Explicitly pass `filename'
6245         as an argument.
6246         (find-file-noselect, insert-file-1): Update for above change.
6248         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6250         * mail/mailclient.el (mailclient-send-it): Fix message.
6252         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6253         (edebug-eval): Check cl-debug-env is bound.
6254         (print-level, print-circle): Don't redefine built-in variables.
6256         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6257         (custom-print-vectors): Remove old comments from doc.
6259         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6260         (emerge-version): Make the variable an obsolete alias for the
6261         emacs-version variable.  Make the function obsolete.
6262         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6263         Emerge options, rather than merging in into the main Options menu.
6264         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
6265         and auto advance modes.  Disable edit/fast items when not relevant.
6267 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6269         * term/vt420.el (terminal-init-vt420): Fix typo.
6271 2009-07-20  Sam Steingold  <sds@gnu.org>
6273         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6274         variable (removed from compile.el on 2004-03-11).
6276 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
6278         * files.el (hack-local-variables-filter): Fix last change.
6280 2009-07-19  Juri Linkov  <juri@jurta.org>
6282         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6283         (dir-local-variables-alist): New buffer-local variable.
6284         (hack-local-variables-filter): If variable is not dir-local,
6285         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6286         because file-local overrides dir-local.
6287         (c-postprocess-file-styles)<declare-function>:
6288         Remove obsolete declaration.
6289         (hack-dir-local-variables): Add dir-local variable/value pair to
6290         `dir-local-variables-alist' and remove duplicates.  Doc fix.
6292         * help-fns.el (describe-variable): Add information about
6293         file-local and dir-local variables.
6295 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
6297         * files.el (hack-local-variables-filter): Rewrite.
6299 2009-07-19  Glenn Morris  <rgm@gnu.org>
6301         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6302         Silence compiler by only defining on XEmacs.
6304         * international/mule.el (auto-coding-regexp-alist): Only match
6305         BABYL... at the start of buffer, not of lines.  (Bug#3790)
6307         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6308         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
6309         (cal-menu-context-mouse-menu): Doc fix.
6311         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6313         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
6315 2009-07-18  Juri Linkov  <juri@jurta.org>
6317         * info.el: Virtual Info keyword finder.
6318         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6319         (Info-finder-file): New variable.
6320         (Info-finder-find-file): New function.
6321         (finder-known-keywords, finder-package-info)
6322         (find-library-name, lm-commentary): Use defvar and
6323         declare-function to silence compiler warnings.
6324         (Info-finder-find-node): New function.
6325         (info-finder): New command.
6327         * subr.el (process-kill-buffer-query-function): New function.
6328         (add-hook)<kill-buffer-query-functions>: Add hook
6329         `process-kill-buffer-query-function'.
6331 2009-07-18  Alan Mackenzie  <acm@muc.de>
6333         * progmodes/cc-mode.el (c-before-hack-hook)
6334         (c-postprocess-file-styles): Give invocation of `c-set-style'
6335         DONT-OVERRIDE parameter of t.  Already set style variables will
6336         thus not be overridden by style settings given by `c-file-syle'.
6338         * files.el (hack-local-variables-filter): Remove entries with
6339         duplicate keys from `file-local-variables-alist'.
6341 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6343         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6344         x-set-selection if display-selections-p returns nil for the
6345         current frame.
6347 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
6349         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6351 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6353         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6354         Accept nil in addition to a regexp.
6355         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6356         Accept nil in addition to a regexp.
6357         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6358         buffers that have an associated file.  Handle nil values of
6359         desktop-buffers-not-to-save and desktop-files-not-to-save.
6360         (Bug#3833)
6362         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6363         (x-disown-selection-internal): New functions.
6365 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
6367         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6368         warning.
6369         (gdb-breakpoints-header): Move forward to avoid compiler warning.
6370         (gdb-make-header-line-mouse-map): Remove duplicate definition.
6372 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
6374         * simple.el (set-mark): Revert last change.
6376 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
6378         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
6379         rendering of pngs is not possible instead of messaging a long
6380         description.
6382 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
6384         * w32-fns.el (x-selection-owner-p): New function.
6386         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6387         (mouse-yank-at-click, mouse-yank-primary): If
6388         select-active-regions is non-nil, deactivate the mark before
6389         insertion.
6391         * simple.el (deactivate-mark, set-mark): Only save selection if we
6392         own it.
6394 2009-07-17  Kenichi Handa  <handa@m17n.org>
6396         * case-table.el (describe-buffer-case-table): Fix for the case
6397         that KEY is a cons.
6399 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
6401         * vc-rcs.el (vc-rcs-find-file-hook):
6402         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
6404 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
6406         * net/tramp.el (tramp-wait-for-output): Handle the case when
6407         commands do not return a newline but a null byte before the shell
6408         prompt.  (Bug#3858)
6410 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6412         * term/ns-win.el (ns-set-alpha): Don't declare.
6413         (ns-set-background-alpha): Remove function.
6415 2009-07-16  Kevin Ryde  <user42@zip.com.au>
6417         * emacs-lisp/copyright.el (copyright-update): Save match-data across
6418         y-or-n-p, for safety.
6420 2009-07-16  Richard Stallman  <rms@gnu.org>
6422         * files.el (auto-save-mode): If buffer-saved-size is -2,
6423         don't clobber it.
6425         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
6426         (rmail-retry-ignored-headers): Add more uninteresting fields.
6428 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
6430         * net/rcirc.el (rcirc): Use history variables.
6431         (rcirc-server-name-history, rcirc-nick-name-history)
6432         (rcirc-server-port-history): New variables.
6434 2009-07-15  Kenichi Handa  <handa@m17n.org>
6436         * international/mule-cmds.el (set-language-environment-charset):
6437         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
6438         ignore them.
6440         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
6441         Delete unibyte-display.
6443 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6445         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
6447 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6449         * simple.el (deactivate-mark): Optional argument FORCE.
6450         (set-mark): Use deactivate-mark.
6452         * info.el (Info-search): No need to check transient-mark-mode
6453         before calling deactivate-mark.
6455         * select.el (x-set-selection): Doc fix.
6456         (x-valid-simple-selection-p): Allow buffer values.
6457         (xselect--selection-bounds): Handle buffer values.  Suggested by
6458         David De La Harpe Golden.
6460         * mouse.el (mouse-set-region, mouse-drag-track): Call
6461         copy-region-as-kill before setting the mark, to let
6462         select-active-regions work.
6464 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
6466         * simple.el (deactivate-mark): If select-active-regions is
6467         non-nil, copy the selection data into a string.
6468         (activate-mark): If select-active-regions is non-nil, set the
6469         selection to the current buffer.
6470         (set-mark): Update selection if select-active-regions is non-nil.
6472         * select.el (x-valid-simple-selection-p): Allow buffer values.
6474 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6476         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
6477         and more featureful message-mode.
6479 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
6481         * select.el (x-set-selection): Doc fix.
6482         (x-valid-simple-selection-p): Disallow selection data consisting
6483         of a list or cons of integers, since that is not used.
6484         (xselect--selection-bounds, xselect--int-to-cons): New functions.
6485         (xselect-convert-to-string, xselect-convert-to-length)
6486         (xselect-convert-to-filename, xselect-convert-to-charpos)
6487         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
6489 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
6491         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
6492         output in -break-info command (Emacs bug #3794).
6494 2009-07-14  Glenn Morris  <rgm@gnu.org>
6496         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
6497         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
6498         (edebug-print-length, edebug-print-level, edebug-print-circle)
6499         (edebug-sit-for-seconds, edebug-view-outside)
6500         (edebug-bounce-point, edebug-set-global-break-condition)
6501         (edebug-Go-nonstop-mode, edebug-trace-mode)
6502         (edebug-Trace-fast-mode, edebug-continue-mode)
6503         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
6504         (edebug-visit-eval-list): Doc fixes.
6506         * subr.el (def-edebug-spec): Doc fix.
6508 2009-07-14  Kenichi Handa  <handa@m17n.org>
6510         * international/characters.el: Fix setting of category ?C.
6512 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
6514         * term/ns-win.el (x-select-font): defalias x-select-font to
6515         ns-popup-font-panel instead of generate-fontset-menu.
6517 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
6519         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
6521 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
6523         * arc-mode.el (archive-find-type): Allow for a PK00 string before
6524         the PK\003\004 header (Bug#3770).
6526 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
6528         * pcomplete.el (pcomplete-comint-setup): Check for
6529         shell-dynamic-complete-filename too.
6531 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
6533         * simple.el (temporary-goal-column): Change the value for
6534         line-move-visual to a cons cell.
6535         (line-move-visual): Record or set the window hscroll, if
6536         necessary (Bug#3494).
6537         (line-move-1): Handle cons value of temporary-goal-column.
6539 2009-07-11  Kenichi Handa  <handa@m17n.org>
6541         * international/mule-diag.el (describe-character-set): Don't show
6542         width.
6544 2009-07-10  Sam Steingold  <sds@gnu.org>
6546         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6547         Omake sometimes indents the errors it prints, so allow all
6548         regexps to start with spaces.
6550 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
6552         * cus-edit.el (customize-changed-options-previous-release):
6553         Bump value to 22.1.  (Bug#3804)
6555 2009-07-08  Sam Steingold  <sds@gnu.org>
6557         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6558         to be a cons cell (test . ignored-directory) to selectively ignore
6559         some directories depending on the location of the search.
6561 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
6563         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6564         remote user is root, on the local host.
6565         (tramp-local-host-p): Either the local user or the remote user
6566         must be root.  (Bug#3771)
6568 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6570         * progmodes/gdb-mi.el (gdb): Remove description of
6571         gdb-use-separate-io-buffer.
6572         (menu): Don't allow toggling of or enable
6573         gdb-use-separate-io-buffer from menubar.
6575 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6577         * mail/unrmail.el (unrmail): Make sure the message ends with two
6578         newlines (Bug#3769).
6580 2009-07-08  Glenn Morris  <rgm@gnu.org>
6582         * calendar/calendar.el (calendar-current-date): Rework previous change.
6584 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
6586         * calendar/calendar.el (calendar-current-date):
6587         Add an optional argument giving an offset from today.
6589 2009-07-08  Glenn Morris  <rgm@gnu.org>
6591         * tutorial.el (tutorial--describe-nonstandard-key):
6592         Adjust the message for when a key has been unbound.
6593         (help-with-tutorial): Hide the arch-tag.
6595 2009-07-08  Kenichi Handa  <handa@m17n.org>
6597         * international/fontset.el (setup-default-fontset): For each
6598         script, append (not set) font-specs.
6600         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6601         docstring.
6603 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6605         * progmodes/gdb-mi.el (gdb-init-1): Move sending
6606         -data-list-register-names to ...
6607         (gdb-starting): ... here because GDB 7.0 requires execution to
6608         have started when using this MI command.
6609         (gdb-set-header): New function to distinguish select and
6610         unselected tabs in gdb buffers.
6611         (gdb-propertize-header): New macro that uses gdb-set-header.
6612         (gdb-breakpoints-header, gdb-locals-header): Use it.
6613         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6615 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
6617         * Makefile.in (ELCFILES): Remove fadr.elc.
6619 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
6621         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6622         may contain frame information, so `string-match' should be used.
6623         (gdb-update): Disassembly is invalidated through
6624         `gdb-get-selected-frame'.
6625         (gdb-pad-string): New function to pad string with spaces.
6626         (gdb-invalidate-disassembly): Invalidate only if the buffer
6627         exists.
6628         (gdb-disassembly-handler-custom): Column alignment.
6629         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6630         placing new ones.
6631         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6632         end of line, too.
6633         (gdb-frame-handler): Match convention to for disassembly buffer
6634         mode name.
6635         (gdb-stack-list-frames-handler): Rewritten without regexps.
6636         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6637         not highlight breakpoints without line information.
6638         (gdb-input): Add trailing newline to command.
6640         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6641         buffer properly.
6642         (gdb-breakpoints-list-handler-custom): Replacement for
6643         `gdb-break-list-handler'.  Using real parser instead of regexps
6644         now.
6645         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6646         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6647         to place breakpoints.
6648         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6649         functions.
6650         (gdb-disassembly-handler-custom): Show overlay arrow.
6651         (gdb-disassembly-place-breakpoints): Show breakpoints in
6652         disassembly buffer.
6653         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6654         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6655         instead of parsing breakpoints buffer.  Fixed old menu references
6656         in `gud-menu-map'.
6658         * fadr.el: Remove.
6660         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6661         (gdb-memory-address): New variable which holds top address of
6662         memory page shown in memory buffer.
6663         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6664         customization variables.
6665         New functions:
6666         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6667         display the memory buffer.
6668         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6669         buffer display parameters.
6670         (def-gdb-memory-format, gdb-memory-format-binary)
6671         (gdb-memory-format-octal, gdb-memory-format-unsigned)
6672         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6673         Functions for setting memory buffer format.
6674         (gdb-memory-unit-word, gdb-memory-unit-halfword)
6675         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6676         unit size used in memory buffer.
6677         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6678         to next/previous page of memory buffer.
6679         Now using (bindat-get-field) instead of fadr functions.
6681 2009-07-07  Sam Steingold  <sds@gnu.org>
6683         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6684         non-top-level files.
6686 2009-07-07  Kenichi Handa  <handa@m17n.org>
6688         * international/mule-cmds.el (reset-language-environment): Put
6689         the highset priority to the charset iso-8859-1.
6691 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6693         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6694         to the end of the line when locating the block (Bug#700).
6696 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
6698         * net/tramp.el (tramp-handle-write-region): Flush file properties
6699         in case of short track.
6701 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
6703         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6704         representation of verilog error regular expressions to work with
6705         Emacs-22's new format.
6706         (verilog-error-regexp-xemacs-alist): Coded custom representation
6707         of verilog error regular expressions to work with XEmacs format.
6708         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6709         error recognition into XEmacs.
6710         (verilog-error-regexp-add-emacs): Hook routine to install verilog
6711         error recognition into Emacs-22.
6713 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6715         * woman.el: Remove stand-alone closing parentheses.
6716         (woman-file-name, woman2-format-paragraphs)
6717         (woman-leave-blank-lines): Code cleanup.
6718         (woman-use-own-frame): Change default to nil.
6719         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6720         defaults to inherit from default faces.
6721         (woman2-process-escapes): Consume the newline after a stand-alone
6722         filler character (Bug#3651).
6724 2009-07-06  Glenn Morris  <rgm@gnu.org>
6726         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6727         (top-level): Move provide to the end.
6728         (ffap): Remove defunct URL from custom group.
6730         * subr.el (eval-after-load): Doc fix.
6732 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
6734         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6735         `calc-embedded-word' is called twice.
6737 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6739         * files.el (find-alternate-file-other-window, find-alternate-file):
6740         Obey confirm-nonexistent-file-or-buffer.
6742 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
6744         * dired-aux.el (dired-show-file-type): Handle remote files.
6746 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
6748         * desktop.el (desktop-globals-to-save):
6749         Add file-name-history (Bug#2750).
6751 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
6753         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6755 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
6757         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
6758         property on entire argument since this is what eshell-lisp-command
6759         expects.
6761 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
6763         * net/tramp-gvfs.el (tramp-gvfs-methods)
6764         (tramp-gvfs-zeroconf-domain)
6765         (tramp-bluez-discover-devices-timeout): Add version flag.
6766         (tramp-gvfs-handler-mounted-unmounted)
6767         (tramp-gvfs-connection-mounted-p): Polish handling of
6768         incompatibilities between GVFS 0.2 and 1.0.
6770 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
6772         * cus-start.el (all): Add make-pointer-invisible.
6774 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
6776         * calc-math.el (math-use-emacs-fn): Make sure that the number is
6777         formatted correctly.
6779 2009-07-02  Juri Linkov  <juri@jurta.org>
6781         * info.el: Virtual Info files and nodes.
6782         (Info-virtual-files, Info-virtual-nodes): New variables.
6783         (Info-current-node-virtual): New variable.
6784         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
6785         New functions.
6786         (Info-file-supports-index-cookies): Use Info-virtual-file-p
6787         to check for a virtual file instead of checking a fixed list
6788         of node names.
6789         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
6790         instead of ad-hoc processing of "dir" and (apropos history toc).
6791         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
6792         instead of ad-hoc processing of "dir" and (apropos history toc).
6793         Reread a file when moving from a virtual node.
6794         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
6795         (Info-directory-toc-nodes, Info-directory-find-file)
6796         (Info-directory-find-node): New functions.
6797         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
6798         (Info-history): Move part of code to
6799         `Info-history-find-node'.
6800         (Info-history-toc-nodes, Info-history-find-file)
6801         (Info-history-find-node): New functions.
6802         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
6803         (Info-toc): Move part of code to `Info-toc-find-node'.
6804         (Info-toc-find-node): New function.
6805         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
6806         the current Info file name to references because now the node
6807         "*TOC*" belongs to the same Info manual.
6808         (Info-toc-build): Rename from `Info-build-toc'.
6809         (Info-toc-nodes): Rename input argument `file' to `filename'.
6810         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
6811         instead of ad-hoc processing of ("dir" apropos history toc).
6812         (Info-index-nodes): Use Info-virtual-file-p
6813         to check for a virtual file instead of checking a fixed list
6814         of node names.
6815         (Info-index-node): Add check for `Info-current-node-virtual'.
6816         Raise `save-match-data' higher up the tree to contain
6817         `search-forward' too (bug fix).
6818         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
6819         (Info-virtual-index-nodes): New variable.
6820         (Info-virtual-index-find-node, Info-virtual-index): New functions.
6821         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
6822         (Info-apropos-file, Info-apropos-nodes): New variables.
6823         (Info-apropos-toc-nodes, Info-apropos-find-file)
6824         (Info-apropos-find-node, Info-apropos-matches): New functions.
6825         (info-apropos): Move part of code to `Info-apropos-find-node' and
6826         `Info-apropos-matches'.
6827         (Info-mode-map): Bind "I" to `Info-virtual-index'.
6828         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
6829         for a virtual file instead of checking a fixed list of node names.
6831         * simple.el (async-shell-command): New command.
6833         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
6835         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
6836         instead of `mount-info'.
6838 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
6840         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
6841         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
6843 2009-07-02  Kenichi Handa  <handa@m17n.org>
6845         * international/mule.el (set-keyboard-coding-system): Force *-unix
6846         coding-system to avoid eol conversion.
6848 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
6850         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6851         Add handler for `process-file', `shell-command' and
6852         `start-file-process'.
6853         (tramp-gvfs-handle-shell-command)
6854         (tramp-gvfs-handle-start-file-process)
6855         (tramp-gvfs-handle-process-file): New defuns.
6856         (tramp-synce-list-devices): Simplify check for existence of property.
6858 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
6860         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
6862 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
6864         * language/korean.el (set-language-info-alist): Add korean-cp949,
6865         cp949 to spec.
6867 2009-07-01  Kenichi Handa  <handa@m17n.org>
6869         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
6871         * international/encoded-kb.el: Deleted.
6873         * international/mule.el (set-keyboard-coding-system): Perform the
6874         necessary setup here instead of calling encoded-kbd-setup-display.
6876 2009-07-01  Glenn Morris  <rgm@gnu.org>
6878         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
6880 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
6882         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
6884 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
6886         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
6887         Handle also the 'rename case, when setting file modes.  (Bug#3712)
6888         (tramp-default-file-modes) Remove execute permissions.
6890         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
6891         (top): Add a default for "synce" in `tramp-default-user-alist'.
6892         Add completion function for "synce" method.
6893         (tramp-hal-service, tramp-hal-path-manager)
6894         (tramp-hal-interface-manager, tramp-hal-interface-device):
6895         New defconst.
6896         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
6897         (tramp-synce-list-devices, tramp-synce-parse-device-names):
6898         New defuns.
6900         * net/trampver.el: Update release number.
6902 2009-06-30  Kenichi Handa  <handa@m17n.org>
6904         * international/fontset.el (setup-default-fontset): Add CJK fonts
6905         for symbols and the other miscellaneous characters.
6907         * language/korea-util.el (setup-korean-environment-internal):
6908         Make char-width-table suitable for Korean environments.
6909         (exit-korean-environment): Cancel above.
6911         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
6912         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
6913         setup-funcion to make char-widht-table suitable for respective
6914         environments, and an exit-function to cancel that.
6916         * language/japan-util.el (setup-japanese-environment-internal):
6917         Call use-cjk-char-width-table with arg `ja_JP'.
6919         * international/characters.el (cjk-char-width-table): Delete it.
6920         (cjk-char-width-table-list): New variable.
6921         (use-cjk-char-width-table): New arg local-name.
6922         (use-default-char-width-table): Fix for the case that Emacs is
6923         already using the default char-width-table.
6925 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
6927         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
6928         modes mandatory.  (Bug#3712)
6930 2009-06-29  Alan Mackenzie  <acm@muc.de>
6932         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
6933         correction between the visible width of TABs and their number of bytes.
6935 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
6937         * server.el (server-buffer-done): Prevent kill-buffer from
6938         prompting by clearing the buffer modification flag (Bug#3696).
6940 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
6942         * verilog-mode.el (verilog-beg-of-statement)
6943         (verilog-endcomment-reason-re): Support unique case and priority case.
6944         (verilog-basic-complete-re): Support localparam lineup.
6945         (verilog-beg-of-statement-1): Fix for robustness, unique case.
6946         (verilog-set-auto-endcomments): Fix for unique case, always_comb
6947         commenting.
6948         (verilog-leap-to-case-head): Now support *nested* unique &
6949         priority case statements.
6950         (verilog-auto-lineup): Make just declarations the default (as it
6951         had been).
6952         (verilog-leap-to-case-head): Support priority/unique case statements.
6953         (verilog-auto-lineup): Rework to give users radio buttons to
6954         select the various styles of automatic lineup.
6955         (verilog-error-regexp-alist): Rework to support the XEmacs style
6956         of error regular expressions from compilers, lint tools &
6957         simulators.  Note that GNU Emacs has made it impossible for a mode
6958         to load such things.
6959         (electric-verilog-terminate-line, verilog-indent-declaration)
6960         (verilog-auto-wiure): Rework for radio button selection of
6961         auto-lineup selection of specification of auto lineup.
6962         (verilog-beg-of-statement-1): Redesign to support proper operation
6963         in additional code, based on testing with auto-lineup.
6964         (verilog-calculate-indent, assignments & declarations)
6965         (verilog-backward-token): Enhance to support auto-lineup of
6966         assignments & declarations.
6967         (verilog-in-directive-p, verilog-at-struct-p): New function for
6968         easy test of whether we are.
6969         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
6970         to support safe execution at almost anyline.
6971         (verilog-calc-1): Properly support indenting deep inside generate
6972         blocks.
6973         (verilog-init-font) Remove definition & use of verilog-init-font,
6974         as it is redundant with font-lock-defaults.
6975         (verilog-mode): Alter the definition of verilog-font-lock-defaults
6976         to avoid circular calls if syntax-ppss is a function (as is the
6977         case now in 22.x GNU Emacs) as that function would sometimes call
6978         itself, leading to (nearly) infinite recursion.
6979         (verilog-ovm-begin-re, verilog-ovm-end-re)
6980         (verilog-ovm-statement-re, verilog-leap-to-head)
6981         (verilog-backward-token): Add support for OVM macros.  Some are
6982         complete statements, and others open and close scopes like begin
6983         and end.
6984         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
6985         (verilog-defun-level-generate-only-re): Really fix the defun-list
6986         compilation issue.
6987         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
6988         coverpoint, constraint and cross statements.
6989         (verilog-defun-level-list, verilog-generate-defun-level-list)
6990         (verilog-all-defun-level-list): Redo these specifications - it is
6991         too hard to support eval-when compile aggregation of lists also
6992         built at when-compile time.
6993         (verilog-defun-level-list): Place defconsts of variables used in
6994         building regular expressions which are built in eval-when-compile
6995         bodies in the same eval-when-compile body to facilitate compile
6996         without load.
6997         (verilog-beg-block-re-ordered): Support indenting
6998         virtual/protected tasks and functions.
6999         (verilog-defun-level-list, verilog-in-generate-region-p)
7000         (verilog-backward-ws&directives, verilog-calc-1): Speed up
7001         indentation of some module items (generate items).
7002         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7003         across virtual/protected tasks and functions.
7005 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
7007         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7008         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
7009         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7010         in concatenations.  Reported by Yishay Belkind.
7011         (verilog-auto-ascii-enum): Support one-hot state machines in
7012         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
7013         (verilog-auto-inst, verilog-auto-inst-port): Include interface
7014         modport in AUTOINST and add vl-modport for users.  Reported by
7015         David Rogoff.
7016         (verilog-auto-inout-module, verilog-auto-inst)
7017         (verilog-decls-get-interfaces, verilog-insert-definition)
7018         (verilog-insert-one-definition, verilog-read-decls)
7019         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7020         (verilog-sig-modport, verilog-signals-combine-bus)
7021         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7022         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7023         Suggested by David Rogoff.
7024         (verilog-repair-open-comma): Fix non-insertion of comma when
7025         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
7026         (verilog-make-width-expression): Simplify [A-1:0] expression
7027         widths to just {A{1'b0}}.
7028         (verilog-mode): Cleanup checkdoc warnings.
7029         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7030         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7031         inputs/outputs or data type.  Suggested by Vasu Kandadi.
7032         (next-error-last-buffer): Fix byte-compiler warning.
7033         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7034         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7035         or shell command text during AUTO expansion.  Suggested by Tad Truex.
7036         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7037         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7038         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7039         in AUTOINOUT.  Reported by Matthew Lovell.
7040         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7041         causing use of <= assignments.  Reported by Alex Reed.
7042         (verilog-read-decls): Fix triand, trior, wand, wor to be
7043         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
7044         (verilog-extended-complete-re): Support import "DPI-C" functions.
7045         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7046         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
7047         (verilog-insert-date, verilog-insert-year)
7048         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7049         Windows systems.  Reported by Michael Potts.
7050         (verilog-read-module-name): Fix AUTOINST when the child module
7051         declaration's name is a tick define.  Reported by Elliot Mednick.
7052         (verilog-read-decls): Fix V2K parameter bit subscripts getting
7053         passed to next parameter's definition.  Reported by Bruce T.
7054         (verilog-read-decls): Fix detecting "parameter int" when using
7055         AUTOINSTPARAM.  Reported by Bruce T.
7056         (verilog-goto-defun): Fix goto not finding modules unless first
7057         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
7058         (verilog-mode): Expand -f flag arguments on entry to mode so
7059         verilog-goto-defun will work.  Reported by Lawrence Butcher.
7060         (verilog-getopt): Expand environment variables in -f file
7061         arguments.  Suggested by Lawrence Butcher.
7062         (verilog-set-define): Fix "Symbol's value as variable is void"
7063         when reading enumerations.
7064         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7065         Suggested by Stephen Peltan.
7066         (verilog-read-defines): Fix reading of enumerations in include
7067         files.  Reported by Steve Peltan.
7069 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7071         * files.el (trash-directory): Fix defcustom type.
7073 2009-06-28  Juri Linkov  <juri@jurta.org>
7075         * help-fns.el (describe-function-1): Correctly locate adviced
7076         functions in hyperlink (Bug#2438).
7078 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
7080         * files.el (trash-directory): Change default to nil.
7081         (move-file-to-trash): If trash-directory is nil and
7082         system-move-file-to-trash is unbound, perform freedesktop-style
7083         trashing.
7085 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7087         * files.el (move-file-to-trash): Add freedesktop trash
7088         support (Bug#973).
7090 2009-06-28  Glenn Morris  <rgm@gnu.org>
7092         * autorevert.el (global-auto-revert-non-file-buffers)
7093         (global-auto-revert-mode): Doc fixes.
7095 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
7097         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7099 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
7101         * faces.el (x-handle-named-frame-geometry): Ensure that we have
7102         opened an X connection before calling x-get-resource (Bug#3194).
7104         * play/doctor.el: Remove reference to obsolete website.
7105         (make-doctor-variables): Correct grammar mistake (Bug#2633).
7107 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
7109         Remove find-file-not-found-hook VC method.  (Bug#2757)
7110         * vc-hooks.el (vc-file-not-found-hook)
7111         (vc-default-find-file-not-found-hook): Remove functions.
7112         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7113         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7114         * vc.el:
7115         * vc-hg.el:
7116         * vc-git.el: Do not mention find-file-not-found-hook VC method.
7118 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7120         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7121           compatibility function for `looking-back'.
7123         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7124         Use `ispell-looking-back'.
7126 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
7128         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7129         rather than `filename'.
7131 2009-06-23  Miles Bader  <miles@gnu.org>
7133         * face-remap.el (text-scale-set): New function.
7135 2009-06-23  Glenn Morris  <rgm@gnu.org>
7137         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7139         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7141         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7143         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7145         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7146         Simplify Persian conditionals.
7148         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7149         variable `filename'.
7151         * comint.el (comint-insert-input): Doc fix.
7153         * Makefile.in (ELCFILES): Fix typo in previous change.
7155 2009-06-23  Miles Bader  <miles@gnu.org>
7157         * cus-start.el: Add entry for `recenter-redisplay'.
7159 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7161         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7162         Add an optional argument for the backend, use it instead of
7163         calling vc-backend.
7164         (vc-mode-line): Add an optional argument for the backend.
7165         Pass the backend to vc-state and vc-working-revision.  Move code for
7166         special handling for vc-state being a buffer to ...
7168         * vc-rcs.el (vc-rcs-find-file-hook):
7169         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
7171         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7172         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7173         vc-stay-local-p and vc-mode-line calls.
7175         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7176         (vc-cvs-diff, vc-cvs-annotate-command)
7177         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7178         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7179         vc-mode-line calls.
7181         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7182         direct comparison.
7183         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7184         backend when calling vc-mode-line.
7185         (vc-register): Do not create a closure for calling the vc register
7186         function, call it directly.
7188 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7190         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7191         to make it obvious item can be clicked.
7193         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7195 2009-06-23  Kenichi Handa  <handa@m17n.org>
7197         * language/korea-util.el (korean-key-bindings): Change the binding
7198         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
7199         same command.
7201 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
7203         Sync with Tramp 2.1.16.
7205         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7207         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
7208         when a loading of a package fails.  Completion function for rsync
7209         is `tramp-completion-function-alist-ssh'.
7210         (all): Replace all calls of `split-string' and
7211         `tramp-split-string' by `tramp-compat-split-string'.
7212         (tramp-default-method): Use `tramp-compat-process-running-p'.
7213         (tramp-default-proxies-alist): Allow also Lisp forms.
7214         (tramp-remote-path): Add choice "Private Directories".
7215         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7216         (tramp-domain-regexp): Allow also "-", "_" and ".".
7217         (tramp-end-of-output): Remove newlines, and add "$" at the end.
7218         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7219         (tramp-debug-message): Insert header line in debug buffer.
7220         (tramp-handle-directory-files-and-attributes-with-stat):
7221         Care about filenames with spaces, or starting with "-".
7222         (tramp-handle-dired-uncache): New defun.
7223         (tramp-handle-insert-directory): Don't flush the directory from
7224         cache, this is handled by `dired-uncache' now.
7225         (tramp-handle-insert-file-contents): Improve error handling.
7226         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7227         Quote `tramp-end-of-output'.
7228         (tramp-action-password): Improve trace message.
7229         (tramp-check-for-regexp): Both echoes must be present, before removing.
7230         (tramp-open-connection-setup-interactive-shell): Trace coding system.
7231         (tramp-compute-multi-hops): Eval cons cells of
7232         `tramp-default-proxies-alist'.
7233         (tramp-maybe-open-connection): Use the same command pattern for
7234         first hop and further hops.
7235         (tramp-wait-for-output): Remove handling of newlines.
7236         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7237         (tramp-split-string): Remove function.  It is handled in
7238         tramp-compat now.
7240         * net/tramp-cmds.el (tramp-bug):
7241         Recommend `tramp-cleanup-all-connections' in the bug mail.
7243         * net/tramp-compat.el (tramp-compat-split-string)
7244         (tramp-compat-process-running-p): New defuns.
7246         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7247         for `dired-uncache'.
7249         * net/tramp-gvfs.el: New package.
7251         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7252         Add handler for `dired-uncache'.
7253         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7255         * net/trampver.el: Update release number.  Make version check fit
7256         for SXEmacs 22.
7258 2009-06-22  Jim Meyering  <meyering@redhat.com>
7260         Automatically handle .xz suffix (XZ-compressed files), too.
7261         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7262         XZ is the successor to LZMA: <http://tukaani.org/xz/>
7264 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
7265             Nick Roberts  <nickrob@snap.net.nz>
7267         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7268         repository (http://sphinx.net.ru/hg/gdb-mi/).
7270 2009-06-22  Glenn Morris  <rgm@gnu.org>
7272         * files.el (dir-locals-collect-mode-variables): Allow for any number of
7273         `mode' and `eval' entries.  (Bug#3430)
7275         * Makefile.in (ELCFILES): Add fadr.elc.
7277         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7278         differing behavior of \n and ^ in strings.  (Bug#3385)
7280         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7282         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7283         property.
7284         (lisp-indent-function): Make it a defcustom.
7286 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
7288         * progmodes/gdb-ui.el: Replace with ...
7289         * progmodes/gdb-mi.el: ... this file.
7290         * progmodes/gud.el: Modify for gdb-mi.el.
7292 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
7294         * fadr.el: New file.
7296 See ChangeLog.14 for earlier changes.
7298 ;; Local Variables:
7299 ;; coding: utf-8
7300 ;; End:
7302     Copyright (C) 2009  Free Software Foundation, Inc.
7304   This file is part of GNU Emacs.
7306   GNU Emacs is free software: you can redistribute it and/or modify
7307   it under the terms of the GNU General Public License as published by
7308   the Free Software Foundation, either version 3 of the License, or
7309   (at your option) any later version.
7311   GNU Emacs is distributed in the hope that it will be useful,
7312   but WITHOUT ANY WARRANTY; without even the implied warranty of
7313   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7314   GNU General Public License for more details.
7316   You should have received a copy of the GNU General Public License
7317   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7319 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1