(mouse-wheel-mode): Make sure the new defvar doesn't
[emacs.git] / lisp / ChangeLog
blobe50785feea41eb9d87051d100b32d3d0d07c3330
1 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4         actually define the variable, but only silences the byte-compiler.
5         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6         before looking it up.
7         (mouse-wheel-scroll-amount): Also reset the bindings if this value
8         is changed.
10 2009-09-12  Glenn Morris  <rgm@gnu.org>
12         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
13         1000.
14         (elint-add-required-env): Don't beep on error.
15         (elint-forms): In case of error, return ENV unchanged.
17 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
19         * epg.el (epg-make-context): Add autoload cookie.
20         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
21         (epg-decrypt-string, epg-start-verify, epg-verify-file)
22         (epg-verify-string, epg-start-sign, epg-sign-file)
23         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
24         (epg-encrypt-string, epg-start-export-keys)
25         (epg-export-keys-to-file, epg-export-keys-to-string)
26         (epg-start-import-keys, epg-import-keys-from-file)
27         (epg-import-keys-from-string, epg-start-receive-keys)
28         (epg-receive-keys, epg-import-keys-from-server)
29         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
30         (epg-sign-keys, epg-start-generate-key)
31         (epg-generate-key-from-file, epg-generate-key-from-string):
32         Remove autoload cookie.
34 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
36         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
37         reevaluation of trash-directory.
39         * mwheel.el: Fix last change.
40         (mouse-wheel-mode): New defvar.
41         (mouse-wheel-mode): Remove autoload cookie.
43 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
45         * mwheel.el (mwheel-installed-bindings): New var.
46         (mouse-wheel-mode): Use it, so as to make sure we really remove all
47         the bindings we set last time.  Use custom-initialize-delay.
48         * loadup.el: Load mwheel after term/*-win.el.
49         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
50         and mouse-wheel-up-event now that their first evaluation is done
51         sufficiently late to be correct.
53         * startup.el (tutorial-directory): Make it a defcustom.
54         Use custom-initialize-delay rather than eval-at-startup to set it.
55         * image.el (image-load-path): Make it a defcustom.
56         Use custom-initialize-delay rather than eval-at-startup to set it.
57         * subr.el (eval-at-startup): Remove.
58         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
60         * subr.el (do-after-load-evaluation): Warn the user after loading an
61         obsolete package.
63 2009-09-12  Glenn Morris  <rgm@gnu.org>
65         * proced.el (proced-mark-alt): Remove alias.
66         (proced-mode-map): Remove proced-mark-alt.
68         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
69         Elint file and directory.  Remove initialization entry.
71         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
72         commands.
73         (elint-current-buffer): Set mode-line-process.
74         (elint-init-env): Handle define-derived-mode.
75         Fix declare-function with unspecified arglist.  Guard against odd
76         defalias statements (eg iso-insert's 8859-1-map).
77         (elint-add-required-env): Use a temp buffer.
78         (elint-form): Just print the function/macro name, not the whole form.
79         Return env unchanged if we fail to parse a macro.
80         (elint-forms): Guard against parse errors.
81         (elint-output): New function, to handle batch mode.
82         (elint-log-message): Add optional argument.  Use elint-output.
83         (elint-set-mode-line): New function.
85 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
87         * emacs-lisp/elp.el (elp-not-profilable): Add more
88         functions (Bug#4233).
90 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
92         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
93         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
95 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
97         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
98         (gdb-var-list-children): Use json parsing.
100 2009-09-11  Daniel Colascione <dan.colascione@gmail.com>
102         * progmodes/js.el (js--proper-indentation): Handle the case where
103         char-before is null.  Reported by Deniz Dogan.
105 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
107         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
109 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
111         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
112         (epg-digest-algorithm-alist): Add SHA224.
113         (epg-context-set-passphrase-callback)
114         (epg-context-set-progress-callback): Add description about
115         callback function.
117 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
119         * custom.el (custom-delayed-init-variables): New var.
120         (custom-initialize-delay): New function.
121         * startup.el (command-line): "Re"evaluate all vars in
122         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
123         explicitly any more.
124         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
125         to avoid creating a ~/.emacs.d at build-time (bug#4347).
127         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
129 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
131         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
132         (gdb-var-update-handler): Use json parsing.
134 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
136         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
137         decode annotated text, regardless of language environment.  (Bug#2741)
139 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
141         * Makefile.in (autoloads): Make rmail.el writable as well.
143 2009-09-11  Glenn Morris  <rgm@gnu.org>
145         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
146         loaddefs.el.
147         * dired.el: Regenerate with extracted autoloads.
148         * Makefile.in (autoloads): Make dired.el writable.
150         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
151         * ibuffer.el: Regenerate with extracted autoloads.
152         * Makefile.in (autoloads): Make ibuffer.el writable.
154         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
155         * version.el (emacs-copyright, emacs-major-version)
156         (emacs-minor-version): Reformat doc-strings for make-docfile.
158         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
159         functions and variables, since they must be stuff specific to some other
160         platform.
161         (apropos-print): Make mouse-click message less specific about button.
163         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
164         that records where a macro was defined.
165         * help-fns.el (describe-function-1): Mention if a function has a
166         compiler-macro.
167         * help-mode.el (help-function-cmacro): New button.
169         * locate.el (top-level): Always require dired.
170         (locate-mode-map): Initialize inside the defvar.
172         * net/ange-ftp.el (dired-compress-file): Declare.
173         (ange-ftp-dired-compress-file): Add doc string.
175         * term/ns-win.el (x-display-name, x-setup-function-keys):
176         Unify doc-strings with X versions.
178 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * emulation/crisp.el (crisp-mode-map): Move initialization
181         into declaration.
182         (crisp-mode): Use define-minor-mode.
184         * progmodes/xscheme.el (xscheme-evaluation-commands):
185         Put a :advertised-binding property rather than using
186         advertised-xscheme-send-previous-expression.
187         (advertised-xscheme-send-previous-expression): Declare obsolete.
188         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
189         `advertised-undo'.
190         (crisp-mode): Add corresponding bindings to
191         undo's :advertised-binding instead.
192         * dired.el (dired-mode-map): Put a :advertised-binding property rather
193         than using dired-advertised-find-file.
194         (dired-advertised-find-file):
195         * simple.el (advertised-undo):
196         * wid-edit.el (advertised-widget-backward): Declare obsolete.
197         (widget-keymap): Put a :advertised-binding property rather
198         than using advertised-widget-backward.
199         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
200         than using advertised-undo.
201         * tutorial.el (tutorial--default-keys): Adjust accordingly.
203 2009-09-10  Simon South  <ssouth@slowcomputing.org>
205         * progmodes/delphi.el (delphi-tab): Indent region when Transient
206         Mark mode is enabled and region is active; otherwise indent or
207         insert TAB as usual.
208         (delphi-mode): Update description of TAB-key binding.
210 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
212         * subr.el (define-key-rebound-commands): Mark obsolete.
213         * startup.el (precompute-menubar-bindings): Remove.
214         (normal-top-level): Remove obsolete code that tried to precompute
215         menubar bindings.
216         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
217         define-key-rebound-commands and precompute-menubar-bindings.
219 2009-09-10  Glenn Morris  <rgm@gnu.org>
221         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
223         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
224         (byte-compile-file-form-autoload): Don't warn about unknown functions
225         where the autoload statement comes after the use.
226         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
227         that any handlers inside the body (eg require) are in turn respected.
229         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
230         effects.
232         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
233         and syntax and abbrev tables basic docs, if they don't have any.
235         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
237         * international/mule-cmds.el (top-level): Require cl when compiling.
238         (view-hello-file): Use default-value rather than
239         default-enable-multibyte-characters.
241         * progmodes/fortran.el: Move all safe and risky properties into the
242         defcustoms.
244         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
245         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
246         * mail/undigest.el:
247         Put autoloads in rmail.el rather than loaddefs.el.
248         * mail/rmail.el: Regenerate with extracted autoloads.
250         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
251         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
253 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
255         Reported in thread for Bug#4375.
256         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
257         "-data-evaluate-expression" instead of print.
258         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
259         (gdb-tooltip-print): Parse output from above MI command.
260         (gdb): Revert 2009-08-11 change.  User should detach inferior
261         manually.
263         Remove the word "separate" from IO functions as inferior
264         output is now never displayed in the GUD buffer.
266 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
268         * startup.el (command-line-normalize-file-name): On Windows and
269         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
271 2009-09-10  Juri Linkov  <juri@jurta.org>
273         * isearch.el (isearch-text-char-description): Propertize escape
274         character sequences with the `escape-glyph' face.  (Bug#4344)
276         * simple.el (shell-command): Set asynchronous process filter to
277         `comint-output-filter'.  (Bug#4343)
279         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
280         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
281         the list.  Move "asm" to the bottom.
282         (grep-find-ignored-directories): Add `choice' with nil value
283         to empty the list easily.
284         (grep-find-ignored-files): New option.
285         (grep-files-history): Set to nil by default instead of '("ch" "el").
286         (grep-compute-defaults): Add "<X>" to `grep-template'.
287         (grep-read-files): Bind new local variables `default-alias' and
288         `default-extension'.  Use a list of default values for the file prompt.
289         (lgrep): Add `--exclude=' command line options composed from
290         `grep-find-ignored-files'.
291         (rgrep): Add `-name' command line options composed from
292         `grep-find-ignored-files'.  (Bug#4301)
294 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
296         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
297         (bug#4368).
299 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
301         * calendar/time-date.el (autoload):
302         Expand define-obsolete-function-alias into defalias and make-obsolete
303         for old Emacsen that Gnus supports.
304         (with-no-warnings): Define it for old Emacsen.
305         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
306         is available.
307         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
308         float-time is available; suppress compile warning for time-to-seconds.
310 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
312         * net/imap.el (imap-message-map): Docstring fix.
314 2009-09-09  Glenn Morris  <rgm@gnu.org>
316         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
317         line numbers too.  (Bug#4374)
319 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * smerge-mode.el (smerge-remove-props, smerge-refine):
322         Use with-silent-modifications (bug#4342).
324         * subr.el (with-silent-modifications): New macro.
326 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
328         * files.el (top-level): Require `cl' when compiling.
330 2009-09-07  Glenn Morris  <rgm@gnu.org>
332         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
334         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
335         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
337 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
339         * vc-git.el (vc-git-annotate-command): Use separator to parse
340         arguments correctly.
342 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
344         * proced.el (proced-mode): Doc fix.
346 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
348         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
349         lstat fails.
350         (tramp-do-file-attributes-with-ls): Check for file existence at
351         remote end.
352         (tramp-do-file-attributes-with-stat): Likewise.
353         (tramp-convert-file-attributes): Return nil when attr is nil.
355 2009-09-05  Glenn Morris  <rgm@gnu.org>
357         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
358         properties to this button.
359         (diary-fancy-display): Don't extend the button to the final newline.
360         (diary-fancy-display-mode): Continue to define "q" as a local key.
362         * calendar/cal-china.el (holiday-chinese): Make it slightly more
363         efficient.
365         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
367         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
368         (byte-compile-dest-file-function): New option.
369         (byte-compile-dest-file): Doc fix.
370         Obey byte-compile-dest-file-function.
371         (byte-compile-cl-file-p): New function.
372         (byte-compile-eval): Only suppress noruntime warnings about cl functions
373         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
374         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
375         than for file being previously loaded.
376         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
377         (byte-compile-file-form-require): Handle the case where requiring a file
378         indirectly causes CL to be loaded.
380 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
382         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
383         before killing the old buffer, since by the time `kill-buffer' is
384         run so many buffer variables have been set to nil that it may not
385         behave as expected.  (Bug#4061)
387 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
389         * files.el (find-alternate-file): If the old buffer is modified
390         and visiting a file, behave similarly to `kill-buffer' when
391         killing it, thus reverting to the pre-1.878 behavior; see
392         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
393         for discussion.  Also, consult `buffer-file-name' as a variable
394         not as a function, for consistency with the rest of the code.
396 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
398         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
399         also when adding a new directory.
401         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
402         defun.
404 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
406         * files.el (locate-file-completion-table): Make it provide boundary
407         information, so partial-completion works better.
409 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
411         * mail/footnote.el (Footnote-text-under-cursor):
412         Check footnote-text-marker-alist before using it (bug#4324).
414 2009-09-04  Glenn Morris  <rgm@gnu.org>
416         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
417         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
418         * play/solitaire.el, play/tetris.el:
419         Remove leading * from defcustom and defface docs.
421         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
422         necessary.
423         (diary-fancy-overriding-map): New variable.
424         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
425         Use view-mode.
427         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
428         goto-line.
430 2009-09-03  Glenn Morris  <rgm@gnu.org>
432         * arc-mode.el (archive-mode):
433         * dos-fns.el (set-default-process-coding-system):
434         * man.el (Man-getpage-in-background):
435         * menu-bar.el (menu-bar-describe-menu):
436         * server.el (server-process-filter):
437         * startup.el (command-line):
438         * tar-mode.el (tar-header-block-tokenize, tar-extract):
439         * w32-fns.el (set-default-process-coding-system):
440         * x-dnd.el (x-dnd-handle-file-name):
441         * international/mule-cmds.el (mule-menu-keymap)
442         (set-default-coding-systems, language-info-alist, set-language-info)
443         (set-language-environment, standard-display-european-internal)
444         (set-locale-environment):
445         * international/mule-diag.el (mule-diag):
446         * mail/emacsbug.el (report-emacs-bug):
447         * mail/rmail.el (rmail-mode):
448         * mail/sendmail.el (mail-setup):
449         Use default-value rather than default-enable-multibyte-characters.
451         * progmodes/f90.el: Move all safe properties into the defcustoms.
452         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
454         * calendar/appt.el (appt-check):
455         * calendar/diary-lib.el (diary-set-header, diary-live-p)
456         (diary-check-diary-file, diary-list-entries)
457         (diary-include-other-diary-files, diary-simple-display)
458         (diary-fancy-display, diary-print-entries)
459         (diary-mark-included-diary-files, diary-make-entry):
460         Don't call substitute-in-file-name on diary-file.
462 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
463             Stefan Monnier  <monnier@iro.umontreal.ca>
465         * mail/footnote.el (footnote-prefix): Make it a defcustom.
466         (footnote-mode-map): Move initialization into the declaration.
467         (footnote-minor-mode-map): Define it rather than changing global-map.
468         (footnote-mode): Use define-minor-mode.
470 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
472         * net/tramp.el (tramp-handle-file-attributes-with-ls)
473         (tramp-do-file-attributes-with-perl)
474         (tramp-do-file-attributes-with-stat): Rename from
475         `tramp-handle-file-attributes-with-*'.
476         (tramp-handle-file-attributes): Use them.
477         (tramp-do-directory-files-and-attributes-with-perl)
478         (tramp-do-directory-files-and-attributes-with-stat): Rename from
479         `tramp-handle-directory-files-and-attributes-with-*'.
480         (tramp-handle-directory-files-and-attributes): Use them.
481         (tramp-method-out-of-band-p): Additional parameter SIZE.
482         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
483         (tramp-handle-write-region): Use it.
484         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
485         (tramp-handle-vc-registered): Check, whether the first run did
486         return files to be tested.
487         (tramp-advice-make-auto-save-file-name): Do not call directly
488         `tramp-handle-make-auto-save-file-name', because this would bypass
489         the locking mechanism.
491         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
492         (file-remote-p, process-file, start-file-process, set-file-times)
493         (tramp-compat-file-attributes): Compatibility functions shall not
494         call directly `tramp-handle-*', because this would bypass the
495         locking mechanism.
496         (tramp-compat-number-sequence): New defun.
498 2009-09-02  Glenn Morris  <rgm@gnu.org>
500         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
501         alias for float-time.
502         (time-to-number-of-days): In Emacs, use float-time.
503         * net/newst-backend.el (time-add): Suppress warnings from compat
504         function.
505         * time.el (emacs-uptime, emacs-init-time):
506         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
507         Use float-time rather than time-to-seconds.
509         * minibuffer.el (completion-initials-expand): Fix typo.
511         * faces.el (modeline, modeline-inactive, modeline-highlight)
512         (modeline-buffer-id):
513         * info.el (info-menu-5): Mark these face aliases as obsolete.
515 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
517         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
518         space ...
519         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
520         no "--thread" option.
521         (gdb-stopped): Don't print "Switched to thread" message when it is
522         unchanged.
524 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
526         * minibuffer.el (completion-try-completion)
527         (completion-all-completions): Remove ill-defined (and
528         mistakenly installed and luckily never used nor documented)
529         `completion-styles' property.
530         (completion-initials-expand, completion-initials-all-completions)
531         (completion-initials-try-completion): New functions.
532         (completion-styles-alist): Add doc to each entry.
533         Add new `initials' entry.
535 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
537         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
538         MI command -var-evaluate-expression.
539         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
540         and tweak for case of string child.
541         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
543 2009-09-01  Glenn Morris  <rgm@gnu.org>
545         * add-log.el (change-log-date-face, change-log-name-face)
546         (change-log-email-face, change-log-file-face, change-log-list-face)
547         (change-log-conditionals-face, change-log-function-face)
548         (change-log-acknowledgement-face):
549         * cus-edit.el (custom-invalid-face, custom-rogue-face)
550         (custom-modified-face, custom-set-face, custom-changed-face)
551         (custom-saved-face, custom-button-face, custom-button-pressed-face)
552         (custom-documentation-face, custom-state-face, custom-comment-face)
553         (custom-comment-tag-face, custom-variable-tag-face)
554         (custom-variable-button-face, custom-face-tag-face)
555         (custom-group-tag-face-1, custom-group-tag-face):
556         * diff-mode.el (diff-header-face, diff-file-header-face)
557         (diff-index-face, diff-hunk-header-face, diff-removed-face)
558         (diff-added-face, diff-changed-face, diff-function-face)
559         (diff-context-face, diff-nonexistent-face):
560         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
561         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
562         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
563         (Info-title-4-face):
564         * isearch.el (isearch-lazy-highlight-face):
565         * log-view.el (log-view-file-face, log-view-message-face):
566         * paren.el (show-paren-match-face, show-paren-mismatch-face):
567         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
568         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
569         (cvs-msg-face):
570         * smerge-mode.el (smerge-mine-face, smerge-other-face)
571         (smerge-base-face, smerge-markers-face):
572         * wid-edit.el (widget-documentation-face, widget-button-face)
573         (widget-field-face, widget-single-line-field-face)
574         (widget-inactive-face, widget-button-pressed-face):
575         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
576         (woman-addition-face):
577         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
578         (eshell-ls-executable-face, eshell-ls-readonly-face)
579         (eshell-ls-unreadable-face, eshell-ls-special-face)
580         (eshell-ls-missing-face, eshell-ls-archive-face)
581         (eshell-ls-backup-face, eshell-ls-product-face)
582         (eshell-ls-clutter-face):
583         * eshell/em-prompt.el (eshell-prompt-face):
584         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
585         * obsolete/old-whitespace.el (whitespace-highlight-face):
586         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
587         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
588         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
589         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
590         (antlr-font-lock-literal-face):
591         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
592         (ebrowse-root-class-face, ebrowse-file-name-face)
593         (ebrowse-default-face, ebrowse-member-attribute-face)
594         (ebrowse-member-class-face, ebrowse-progress-face):
595         * progmodes/make-mode.el (makefile-space-face):
596         * progmodes/sh-script.el (sh-heredoc-face):
597         * textmodes/flyspell.el (flyspell-incorrect-face)
598         (flyspell-duplicate-face):
599         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
600         * textmodes/texinfo.el (texinfo-heading-face):
601         Mark face aliases with "-face" suffix as obsolete.
603         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
604         compiler.
606         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
607         (eudc-bob-sound-menu): Use defvar rather than defconst, since
608         easy-menu-define wants to modify these.
610         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
612         * net/browse-url.el (browse-url-file-url):
613         * term/internal.el (dos-codepage-setup):
614         Use default-value rather than default-enable-multibyte-characters.
616         * progmodes/etags.el (etags-goto-tag-location):
617         * progmodes/flymake.el (flymake-highlight-line)
618         (flymake-goto-file-and-line, flymake-goto-line):
619         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
620         (gdb-goto-breakpoint):
621         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
622         * progmodes/python.el (python-find-function)
623         (python-pdbtrack-track-stack-file):
624         * progmodes/verilog-mode.el (verilog-surelint-off):
625         * term/ns-win.el (ns-open-file-select-line):
626         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
627         Use forward-line rather than goto-line.
629         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
630         * textmodes/reftex-index.el (reftex-display-index):
631         * textmodes/reftex-ref.el (reftex-offer-label-menu):
632         * textmodes/reftex-toc.el (reftex-toc):
633         Remove unnecessary bindings of default-major-mode (all are followed by
634         major-mode check and possible mode switch).
636 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
638         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
639         Handle watchpoints (bug#4282).
640         (def-gdb-thread-buffer-command): Enable thread to be selected by
641         clicking without selecting threads buffer first.
642         (gdb-current-context-command): Use selected frame so that "up",
643         "down" etc work in the GUD buffer.
644         (gdb-update): Find selected frame before rendering stack buffer.
645         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
647 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * progmodes/sym-comp.el (displayed-completions): Remove.
650         (symbol-complete): Use minibuffer-complete.
652 2009-08-31  Glenn Morris  <rgm@gnu.org>
654         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
656         * apropos.el (apropos-symbols-internal):
657         Handle (obsolete) face aliases.
659         * faces.el (describe-face): Adjust the output format to be more like
660         describe-variable, and to mention (obsolete) face aliases.
661         Adjust the whitespace so that help-setup-xref works.
663         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
664         * calendar/diary-lib.el (diary-button-face):
665         Mark these face aliases as obsolete.
667         * calendar/calendar.el (calendar-today): Doc fix.
669 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
671         * progmodes/gdb-mi.el (gdb-control-all-threads)
672         (gdb-control-current-thread): Force tool bar update.
673         (gdb-non-stop-handler): New function.
674         (gdb-init-1): Use it to test if non-stop mode is supported.
675         Remove unused gdbmi buffer type.
677 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
679         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
680         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
682 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
684         * comint.el (comint-exec-1): Check command is non-null first.
685         Part of gdb-mi.el change (2009-08-28).
687 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
689         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
691 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
693         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
694         instead of `dolist' to avoid a recursive require when bootstrapping.
696 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
698         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
700         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
702         * net/imap.el (imap-send-command): Simplify.
703         (imap-wait-for-tag): point-max -> buffer-size.
705         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
707         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
708         with constant argument.
710         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
712         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
714         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
715         Change default, since most of our files don't have a history.
716         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
717         the user.
719         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
720         Add comint-run.
722         * calc/calc.el: Improve commenting convention.
723         (calc-digit-map, toplevel): Simplify.
725         * comint.el (comint-insert-input): Be careful to only set point if we
726         don't delegate to some other command.
728         * proced.el (proced-signal-list): Make it an alist.
729         (proced-grammar-alist): Capitalize names.
730         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
731         Disable undo manually and make it read-only.
732         Use completion-annotate-function.
734         * minibuffer.el (minibuffer-message): If the current buffer is not
735         a minibuffer, insert the message in the echo area rather than at the
736         end of the buffer.
737         (completion-annotate-function): New variable.
738         (minibuffer-completion-help): Use it.
739         (completion--embedded-envvar-table): Environment vars are
740         always case-sensitive.
742 2009-08-30  Glenn Morris  <rgm@gnu.org>
744         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
745         from fortran-current-defun.
746         (fortran-beginning-of-subprogram): Be more precise about finding the
747         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
748         (fortran-end-of-subprogram): Simplify.
749         (fortran-current-defun): Use fortran-start-prog-re.
751 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
753         * subr.el (do-after-load-evaluation): Simplify.
755 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
757         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
759         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
760         (vc-rcs-print-log): Use it.
762         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
764 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
766         * paths.el (abbrev-file-name): Move to abbrev.el.
767         * abbrev.el (abbrev-file-name): Move from paths.el.
768         Obey user-emacs-directory.
769         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
770         user-emacs-directory.
771         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
772         abbrev-file-name and calc-settings-file any more.
773         * startup.el (command-line): Recompute abbrev-file-name and
774         abbreviated-home-dir.
775         (normal-no-mouse-startup-screen): Improve the generic code and get rid
776         of the special code for when C-h bindings haven't been changed.
777         (display-startup-echo-area-message): Use with-current-buffer.
778         (command-line-1): Use a list of strings, rather than a list of lists
779         of strings for longopts.
781         * files.el (get-free-disk-space): Use / for default-directory.
783         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
784         Use with-current-buffer.
786         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
787         Recognize immutable variables like most-positive-fixnum.
788         (byte-compile-setq-default): Check and warn if trying to assign
789         to an immutable variable, or a non-variable.
791         * progmodes/cc-vars.el (c-comment-continuation-stars):
792         * progmodes/cc-engine.el (c-looking-at-bos):
793         * progmodes/cc-cmds.el (c-toggle-auto-state)
794         (c-forward-into-nomenclature, c-backward-into-nomenclature)
795         (c-comment-line-break-function): Add version of obsolescence.
797 2009-08-28  Juri Linkov  <juri@jurta.org>
799         * files.el (magic-fallback-mode-alist): Add ZIP magic number
800         associated with `archive-mode'.
802         * image.el (image-type-header-regexps): Use only JPEG magic number
803         to determine JPEG images, and don't use `image-jpeg-p' because
804         Emacs can display non-JFIF non-Exif JPEG images.
806 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
808         * arc-mode.el (archive-mode):
809         * emacs-lisp/re-builder.el (re-builder-unload-function):
810         Protect against the default value of `major-mode' being nil.
812 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
814         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
815         Fix typos in docstrings.
817         * progmodes/js.el (js--macro-decl-re): Doc fix.
818         (js--plain-method-re, js--split-name): Refloc docstring.
819         (js--class-styles, js--make-merged-item, js--splice-into-items):
820         Fix typos in docstrings; reflow docstrings.
821         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
822         (js--variable-decl-matcher, js--inside-pitem-p)
823         (js--parse-state-at-point, js--get-all-known-symbols)
824         (js--symbol-history, js-find-symbol, js--js-references)
825         (js--moz-interactor, js--js-encode-value, js--read-tab):
826         Fix typos in docstrings.
828 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
830         * textmodes/reftex.el (reftex-get-file-buffer-force):
831         * progmodes/verilog-mode.el (verilog-batch-execute-func):
832         * emulation/viper.el (viper-go-away, viper-set-hooks):
833         * emacs-lisp/re-builder.el (re-builder-unload-function):
834         * emacs-lisp/bytecomp.el (byte-compile-file):
835         * ses.el (ses-unload-function):
836         * hexl.el (hexl-find-file):
837         * files.el (normal-mode):
838         * ehelp.el (with-electric-help):
839         * autoinsert.el (auto-insert-alist):
840         * arc-mode.el (archive-mode):
841         Use (default-value 'major-mode) instead of default-major-mode.
843         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
844         * international/mule.el (load-with-code-conversion):
845         * emacs-lisp/debug.el (debug):
846         * ediff-vers.el (ediff-rcs-get-output-buffer):
847         * dired.el (dired-internal-noselect): Don't let-bind
848         default-major-mode around code that doesn't use it.
849         E.g. buffer creation via get-buffer-create doesn't use it.
851 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
853         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
854         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
855         when writing the temp file.  Otherwise, epa-file gets confused.
856         (tramp-register-file-name-handlers): Make it a defun.  Move also
857         `epa-file-handler' to the front of `file-name-handler-alist'.
859 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
861         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
862         start right after a ^M.
863         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
864         (tramp-completion-file-name-regexp-separate)
865         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
866         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
867         Don't modify last-coding-system-used by accident.
868         (tramp-completion-file-name-handler): Apply the checks here,
869         instead during registration.
870         (tramp-register-file-name-handlers) Renamed from
871         `tramp-register-file-name-handler'.  Register both
872         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
873         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
875 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
877         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
878         Remove variable ...
879         (gdb-init-1, gdb-display-separate-io-buffer)
880         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
881         references to it.
882         (gdb-inferior-io-mode): Use make-comint-in-buffer.
883         (gdb-inferior-filter): Use comint-output-filter to stop
884         echoing and remove ^M characters.
886 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
888         * emulation/viper-init.el (viper-restore-cursor-type):
889         * emulation/cua-base.el (cua--update-indications):
890         Replace default-cursor-type with (default-value 'cursor-type).
892         * mail/sendmail.el (mail-recover-1):
893         * international/mule-diag.el (describe-current-coding-system-briefly)
894         (describe-current-coding-system):
895         * international/mule-cmds.el (select-safe-coding-system)
896         (select-message-coding-system)
897         (set-language-environment-coding-systems, set-locale-environment):
898         * hexl.el (hexl-insert-multibyte-char):
899         * dos-w32.el (find-buffer-file-type-coding-system):
900         * simple.el (what-cursor-position):
901         Replace uses of default-buffer-file-coding-system
902         with (default-value 'buffer-file-coding-system).
904         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
905         Replace uses of default-cursor-in-non-selected-windows
906         with (default-value 'cursor-in-non-selected-windows).
907         Use with-current-buffer.
909         * mail/feedmail.el: Use CL macros.
910         (feedmail-run-the-queue, feedmail-send-it-immediately):
911         * dos-w32.el (find-buffer-file-type): Replace uses of
912         default-buffer-file-type with (default-value 'buffer-file-type).
914 2009-08-28  Glenn Morris  <rgm@gnu.org>
916         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
917         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
918         Use default-value of major-mode rather than default-major-mode.
920 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
922         * Makefile.in (update-elcfiles): Report left over elc files.
924         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
925         expand-file-name and with-current-buffer.
926         (mail-get-names, mail-directory): Use with-current-buffer.
928         * vc.el (vc-read-revision): New function.
929         (vc-version-diff, vc-merge): Use it.
931 2009-08-27  Sam Steingold  <sds@gnu.org>
933         * simple.el (kill-do-not-save-duplicates): New user option.
934         (kill-new): When it is non-nil, and the new string is the same as
935         the latest kill, set replace to t to avoid duplicates in kill-ring.
937 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
939         * net/tramp.el (tramp-handle-process-file): Do not flush all
940         caches when `process-file-side-effects' is set.
941         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
942         instead of `tramp-find-file-exists-command'.
943         Unset `process-file-side-effects'.
945 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
947         * net/tramp.el (tramp-methods): New method "rsyncc".
948         (top): Add completion function for "rsyncc".
949         (tramp-message-show-message): New defvar.
950         (tramp-message, tramp-error): Use it.
951         (tramp-do-copy-or-rename-file-directly): Extend check for direct
952         remote copying.
953         (tramp-do-copy-or-rename-file-out-of-band): Handle new
954         `tramp-methods' entry `copy-env' of "rsyncc".
955         (tramp-vc-registered-read-file-names): New defconst.
956         (tramp-vc-registered-file-names): New defvar.
957         (tramp-handle-vc-registered): Implement optimization strategy.
958         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
959         (tramp-vc-file-name-handler): New defun.
960         (tramp-get-ls-command, tramp-get-test-command)
961         (tramp-get-file-exists-command, tramp-get-remote-ln)
962         (tramp-get-remote-perl, tramp-get-remote-stat)
963         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
965         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
966         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
967         timestamps.
968         (tramp-get-file-property): Check for timestamps in
969         `tramp-cache-inhibit-cache'.
970         (tramp-set-file-property): Write timestamp.
972 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
974         * language/japan-util.el (japanese-symbol-table): Add entries for
975         cp932-2-byte.
977         * international/characters.el: Add category `j' to cp932-2-byte.
979 2009-08-27  Kenichi Handa  <handa@m17n.org>
981         * international/fontset.el (build-default-fontset-data): New macro.
982         (setup-default-fontset): Use build-default-fontset-data for CJK,
983         tibetan, ethiopic, and ipa.
985 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
987         * cus-start.el (default-major-mode): Customize `major-mode' instead.
988         (enable-multibyte-characters): Not customizable any more.
990         * subr.el (default-mode-line-format, default-header-line-format)
991         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
992         (default-direction-reversed, default-truncate-lines)
993         (default-left-margin, default-tab-width, default-case-fold-search)
994         (default-left-margin-width, default-right-margin-width)
995         (default-left-fringe-width, default-right-fringe-width)
996         (default-fringes-outside-margins, default-scroll-bar-width)
997         (default-vertical-scroll-bar, default-indicate-empty-lines)
998         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
999         (default-fringe-cursor-alist, default-scroll-up-aggressively)
1000         (default-scroll-down-aggressively, default-fill-column)
1001         (default-cursor-type, default-buffer-file-type)
1002         (default-cursor-in-non-selected-windows)
1003         (default-buffer-file-coding-system, default-major-mode)
1004         (default-enable-multibyte-characters): Mark as obsolete.
1006 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
1008         * vc-dir.el (vc-dir-update): Remove debug helper.
1010         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
1012 2009-08-26  Sam Steingold  <sds@gnu.org>
1014         * simple.el (save-interprogram-paste-before-kill): New user option.
1015         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
1016         save the interprogram-paste into kill-ring before overriding it
1017         with the Emacs kill.
1019 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
1021         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
1022         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
1023         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
1024         and move to vc-rcs.el.
1025         (vc-default-next-revision): Rename to vc-rcs-next-revision and
1026         move to vc-rcs.el.
1027         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
1028         (vc-rcs-update-changelog): Remove.
1029         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
1030         and move to vc-rcs.el.
1032         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
1033         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
1034         renaming.
1035         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
1036         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
1037         vc.el, renamed to be RCS specific.
1039         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
1040         New functions.
1041         (vc-cvs-update-changelog): Move here from vc.el.
1043         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
1044         New functions.
1046 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
1050 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
1052         * vc-git.el (vc-git-register): Use "git add" for directories.
1053         (vc-git-stash, vc-git-stash-show): New functions.
1054         (vc-git-extra-menu-map): Bind them.
1056         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
1057         directory correctly in case the item is a directory itself.
1059         * vc.el: Document the desired behavior for reverted files in the
1060         `added' state.
1061         (vc-default-prettify-state-info): Remove function, unused.
1063         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
1065 2009-08-26  Glenn Morris  <rgm@gnu.org>
1067         * bindings.el (standard-mode-line-format): Reposition dashes in
1068         which-func entry.  (Bug#4217)
1070         * files.el (enable-local-variables, enable-local-eval)
1071         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
1072         the defcustoms.
1073         (auto-mode-alist, ignored-local-variables)
1074         (save-some-buffers-action-alist): Move risky declarations to the
1075         definitions.
1076         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
1077         (font-lock-defaults, format-alist, imenu--index-alist)
1078         (imenu-generic-expression, input-method-alist, minor-mode-alist)
1079         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
1080         (mode-line-modified, mode-line-mule-info, mode-line-position)
1081         (mode-line-process, mode-line-remote, outline-level)
1082         (parse-time-rules, rmail-output-file-alist)
1083         (special-display-buffer-names, vc-mode):
1084         Move risky declarations to the relevant files.
1085         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
1086         (mode-line-modified, mode-line-process, mode-line-position)
1087         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
1088         * font-core.el (font-lock-defaults):
1089         * format.el (format-alist):
1090         * vc-hooks.el (vc-mode):
1091         * window.el (special-display-buffer-names):
1092         * international/mule-cmds.el (input-method-alist):
1093         Define riskiness here (dumped file) rather than in files.el.
1094         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
1095         * imenu.el (imenu-generic-expression, imenu--index-alist):
1096         * outline.el (outline-level):
1097         * time.el (display-time-string):
1098         * calendar/parse-time.el (parse-time-rules):
1099         * mail/rmailout.el (rmail-output-file-alist):
1100         Autoload riskiness here, rather than placing in files.el.
1102 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
1104         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
1106 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1108         * simple.el (process-file-side-effects): New defvar.
1110         * dired-aux.el (dired-show-file-type):
1111         * vc.el (vc-diff-internal):
1112         * vc-arch.el (vc-arch-diff):
1113         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
1114         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
1115         * vc-git.el (vc-git-registered, vc-git-working-revision)
1116         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
1117         (vc-git--empty-db-p):
1118         * vc-hooks.el (vc-user-login-name):
1119         * vc-svn.el (vc-svn-registered, vc-svn-state)
1120         (vc-svn-dir-extra-headers, vc-svn-find-revision):
1121         * progmodes/grep.el (grep-probe): Let-bind
1122         `process-file-side-effects' with nil.
1124         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
1126         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
1127         daemon.  Replace ping by checking for running service for bluez
1128         and zeroconf.  (Bug#4239)
1130 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1132         * net/dig.el (dig): Add autoload cookie.
1134 2009-08-25  Glenn Morris  <rgm@gnu.org>
1136         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
1137         load-history for absolute file-names.
1138         (byte-compile-file-form-require): Warn about use of the cl package.
1140         * format.el (format-alist): Doc fix.
1142         * play/bubbles.el (top-level): Don't require cl at run-time.
1144         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
1145         run-time cl).
1147 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
1149         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
1150         from cl package.
1151         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
1153 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
1155         * calc/calc-alg.el (math-trig-rewrite)
1156         (math-hyperbolic-trig-rewrite): New functions.
1157         (calc-simplify): Simplify trig functions when asked.
1159 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1161         * diff-mode.el (diff-find-source-location): Avoid goto-line.
1163 2009-08-24  Kenichi Handa  <handa@m17n.org>
1165         * language/ind-util.el (mapthread): Delete it.
1166         (combinatorial): New function.
1167         (indian--puthash-cv): Use combinatorial instead of mapthread.
1169 2009-08-22  Kevin Ryde  <user42@zip.com.au>
1171         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
1172         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
1173         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
1174         Clarify docstring that the value is strings not symbols.
1175         (checkdoc-list-of-strings-p): New function.
1177 2009-08-22  Glenn Morris  <rgm@gnu.org>
1179         * files.el (auto-mode-alist):
1180         * hippie-exp.el (he-concat-directory-file-name):
1181         * lpr.el (lpr-windows-system, printer-name):
1182         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
1183         * ps-print.el (ps-windows-system):
1184         * startup.el (command-line):
1185         * emulation/viper-ex.el (viper-glob-function):
1186         * international/mule-cmds.el (set-language-environment-coding-systems):
1187         * net/ange-ftp.el (ange-ftp-write-region):
1188         * obsolete/fast-lock.el (fast-lock-cache-name):
1189         Remove code for defunct system-types emx, macos, mswindows, next-mach,
1190         unisoft-unix, vax-vms, win32, w32.
1192         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
1193         given name if the pattern is not more specific.
1195         * calendar/lunar.el (lunar-phase-names): New option.
1196         (lunar-phase): Doc fix.
1197         (lunar-cycles-per-year): New constant.
1198         (lunar-index): New function.
1199         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
1200         (lunar-phase-name): Use lunar-phase-names.
1201         (calendar-lunar-phases): Use format.
1202         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
1204         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
1205         Copy imenu-example--name-and-position function here for own use.
1206         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
1208         * bs.el (bs--redisplay):
1209         * cus-edit.el (custom-redraw):
1210         * ibuffer.el (ibuffer-bury-buffer):
1211         * server.el (server-goto-line-column):
1212         * startup.el (command-line-1):
1213         * strokes.el (strokes-xpm-for-stroke):
1214         * term.el (term-display-buffer-line):
1215         * view.el (View-goto-line):
1216         * calc/calc.el (calc-do, calc-trail-buffer):
1217         * play/gamegrid.el (gamegrid-add-score-insecure):
1218         * progmodes/ada-mode.el (ada-compile-goto-error):
1219         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
1220         (ebrowse-select-1st-to-9nth):
1221         * progmodes/cperl-mode.el (cperl-time-fontification):
1222         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
1223         * progmodes/gud.el (gud-display-line):
1224         (idlwave-shell-display-line):
1225         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
1226         * progmodes/make-mode.el (makefile-browser-toggle):
1227         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
1228         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
1229         * textmodes/picture.el (picture-draw-rectangle):
1230         * textmodes/reftex-index.el (reftex-index-goto-letter):
1231         (reftex-select-jump-to-previous):
1232         * textmodes/reftex-sel.el (reftex-find-start-point)
1233         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
1234         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
1235         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
1236         * textmodes/tex-mode.el (tex-compilation-parse-errors):
1237         * textmodes/two-column.el (2C-associated-buffer):
1238         Use forward-line rather than goto-line.
1240         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
1241         goto-line.
1243         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
1244         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
1245         (quick-check-list-to-regexp): Declare.
1247         * progmodes/make-mode.el (makefile-browser-insert-selection):
1248         Use goto-char rather than goto-line.
1250         * progmodes/prolog.el (compilation-error-regexp-alist)
1251         (compilation-forget-errors): Declare.
1253 2009-08-22  Juri Linkov  <juri@jurta.org>
1255         * progmodes/grep.el (lgrep, rgrep): At the beginning
1256         set `dir' to `default-directory' unless `dir' is a non-nil
1257         readable directory.  (Bug#4052)
1258         (lgrep, rgrep): Change a weird way to report an error
1259         from using `read-string' to using `error'.
1260         Instead of using interactive arguments in the function body,
1261         add new argument `confirm'.
1263 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1265         * textmodes/remember.el (remember-buffer):
1266         * progmodes/cperl-mode.el (cperl-vc-header-alist):
1267         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
1268         (icalendar-extract-ical-from-buffer):
1269         * net/newst-treeview.el (newsticker-groups-filename):
1270         * net/newst-backend.el (newsticker-cache-filename):
1271         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
1272         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
1273         (speedbar-add-ignored-path-regexp, speedbar-line-path)
1274         (speedbar-buffers-line-path, speedbar-path-line)
1275         (speedbar-buffers-line-path):
1276         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
1277         (epg-sign-keys):
1278         * epa.el (epa-display-verify-result):
1279         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
1281 2009-08-21  Glenn Morris  <rgm@gnu.org>
1283         * progmodes/js.el (inferior-moz-process): Fix declaration.
1285         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
1287         * obsolete/rnewspost.el (news-mail-reply):
1288         Use goto-char rather than goto-line.
1290         * term/ns-win.el (ns-open-file-select-line):
1291         Use line-beginning-position rather than goto-line.
1293         * apropos.el (apropos-command):
1294         * ehelp.el (electric-helpify):
1295         * printing.el (pr-show-setup):
1296         * strokes.el (strokes-help):
1297         * tutorial.el (tutorial--describe-nonstandard-key)
1298         (tutorial--detailed-help):
1299         * woman.el (woman-mini-help, woman-display-extended-fonts):
1300         * calc/calc-help.el (calc-describe-key):
1301         * emulation/edt.el (edt-electric-helpify):
1302         * international/mule-diag.el (mule-diag):
1303         * play/yow.el (apropos-zippy):
1304         * progmodes/python.el (python-describe-symbol):
1305         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
1306         * textmodes/table.el (*table--cell-describe-mode)
1307         (*table--cell-describe-bindings):
1308         Use help-print-return-message rather than the now obsolete alias.
1310         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
1311         (calendar-cursor-to-visible-date):
1312         * play/5x5.el (5x5-position-cursor):
1313         * play/decipher.el (decipher):
1314         * play/gomoku.el (gomoku-goto-xy):
1315         * play/landmark.el (lm-goto-xy):
1316         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
1317         (mpuz-paint-digit):
1318         Use forward-line, not goto-line.
1320         * mail/rmail.el (rmail-obsolete): Delete custom group.
1321         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
1322         (rmail-remote-password, rmail-remote-password-required):
1323         Remove unneeded :set-after and :set properties.
1325 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
1327         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
1329 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
1331         * loadup.el: Remove leftover macos code.
1333         * vc-git.el (vc-git-annotate-command): Run asynchronously.
1334         Explicitly pass the date format to git blame so that user local
1335         so that the output format can be parsed.
1337 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
1339         * net/dbus.el (top): Don't check for (getenv
1340         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
1342 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
1344         * log-edit.el (log-edit-strip-single-file-name): New var.
1345         (log-edit-insert-changelog): Use it.  Bug#3571
1347 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1349         * subr.el (read-passwd): Use read-key so keypad keys work as well.
1350         Bug#3287
1352         * help.el (help-print-return-message): Rename from
1353         print-help-return-message.
1355         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
1356         cvs-mode-map parent hack.
1357         (log-view-mode): Derive from special-mode.
1359         * linum.el (linum-mode): window-size-change-functions is redundant.
1360         Adapt to new window-configuration-change-hook behavior.
1361         (linum-after-size, linum-after-config): Remove.
1363         * imenu.el (imenu-example--name-and-position)
1364         (imenu-example--lisp-extract-index-name)
1365         (imenu-example--create-lisp-index, imenu-example--create-c-index):
1366         Mark as obsolete.
1368         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
1369         (inferior-prolog-mode): Use it.
1370         (inferior-prolog-load-file): Reset list of errors.
1372 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1374         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
1376         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
1378 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
1380         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
1381         is running already.
1383 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1385         * subr.el (listify-key-sequence-1): Use normal syntax since those
1386         integers are nowadays always represented by the same (positive) number
1387         on all platforms.
1388         (read-key-empty-map): New const.
1389         (read-key-delay): New var.
1390         (read-key): New function.
1391         (force-mode-line-update): Use with-current-buffer.
1392         (locate-user-emacs-file): Don't forget to abbreviate the file name.
1393         (start-process-shell-command, start-file-process-shell-command):
1394         Discourage the use of command-args.
1396 2009-08-19  Glenn Morris  <rgm@gnu.org>
1398         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
1400 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1402         * simple.el (choose-completion-string): Don't rely on
1403         minibuffer-completing-file-name and ad-hoc checks to decide whether
1404         to continue completion or not.
1406         * minibuffer.el (minibuffer-hide-completions): New function.
1407         (completion--do-completion): Use it.
1408         (completions-annotations): New face.
1409         (completion--insert-strings): Use it.
1410         (completion-pcm--delim-wild-regex): Add docstring.
1411         (completion-pcm--string->pattern): Add support for 0-width delimiters
1412         in completion-pcm--delim-wild-regex.
1414 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1416         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
1417         Remove unused var `buffer-modified-p'.
1419         * minibuffer.el (completion--do-completion): Move point for the #b001
1420         case as well (bug#4176).
1421         (minibuffer-complete, minibuffer-complete-word): Don't move point.
1423 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
1425         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
1426         and :session buses.
1428 2009-08-18  Kenichi Handa  <handa@m17n.org>
1430         * international/ucs-normalize.el (ucs-normalize-version):
1431         Change to 1.1.
1432         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
1433         (utf-8-hfs): Make it perform normalization on encoding too.
1435         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
1436         (sentence-end-without-space): Delete duplicated chars.
1437         (sentence-end-base): Likewise.
1439         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
1440         (html-mode): Delete duplicated chars from sentence-end-base.
1442         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
1443         (texinfo-mode): Delete duplicated chars from sentence-end-base.
1445 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
1447         * files.el (hack-one-local-variable): If the mode function is for
1448         a minor mode, pass it an argument (Bug#4148).
1450 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
1452         * net/tramp.el (tramp-register-completion-file-name-handler):
1453         Check also for (member 'partial-completion completion-styles).
1455 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1457         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
1458         abbrev (Bug#3943).
1460 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
1462         * progmodes/cperl-mode.el: Merge upstream 6.2.
1463         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
1464         (cperl-forward-re): Check cperl-brace-recursing.
1465         (cperl-highlight-charclass): New function.
1466         (cperl-find-pods-heres): Use it.
1467         (cperl-fill-paragraph): Synch to save-excursion placement used
1468         upstream.
1469         (cperl-beautify-regexp-piece): Fix column calculation.
1470         (cperl-make-regexp-x): Handle case where point is between "q" and
1471         "rs".
1472         (cperl-beautify-level): Don't process entire regexp.
1473         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
1474         calling man.
1475         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
1476         (cperl-init-faces): Build a list in the normal way.
1478 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1480         * calendar/parse-time.el (parse-time-string-chars): Save match
1481         data.
1483 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1485         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
1486         (sql-product): Use it.
1487         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
1488         (sql-set-product): Add completion.
1489         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
1490         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
1491         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
1492         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
1493         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
1494         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
1495         (sql-highlight-db2-keywords): Remove.
1496         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1497         (sql-highlight-product): Use derived-mode-p.
1498         (sql-set-sqli-buffer): Use with-current-buffer.
1499         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
1500         Simplify.
1502         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
1504         * term.el: Fix commenting convention, turn comments into docstrings.
1506 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
1508         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
1510 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1512         * calendar/parse-time.el (parse-time-string-chars): Compute using
1513         character classes, to handle non-ascii characters (Bug#3190).
1515 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1517         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
1518         another heredoc if the user adds another < (Bug#3226).
1520         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1521         Don't initialize based on window-system (Bug#4124).
1523         * facemenu.el (facemenu-read-color): Use a completion function
1524         that accepts any defined color, such as RGB triplets (Bug#3677).
1526         * files.el (get-free-disk-space): Change fallback default
1527         directory to /.  Expand DIR argument before switching to fallback.
1528         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
1530 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1532         * files.el (load-library): Doc fix.
1534 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
1536         * viper-cmd.el (viper-insert-isearch-string): New function.
1537         (viper-if-string): Redefine C-s in the minibuffer to insert the last
1538         incremental search string.
1540         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
1541         XEmacs.
1543         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
1544         (ediff-merge-region-is-non-clash)
1545         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
1546         Also check if the job is really a merge job.
1548         * ediff.el (ediff-current-file): New function.
1550 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1552         * progmodes/js.el: Edit docstrings throughout to follow Emacs
1553         conventions.
1554         (js-insert-and-indent): Delete function.
1555         (js-mode-map): Don't bind keys to js-insert-and-indent.
1556         (js-beginning-of-defun): Rename from js--beginning-of-defun.
1557         (js-end-of-defun): Rename from js--end-of-defun.
1558         (js-auto-indent-flag): Delete variable.
1560 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
1562         * progmodes/js.el: Remove proclaim statement.
1563         Defvar which-func-imenu-joiner-function to silence compiler.
1565         * files.el (auto-mode-alist): Use js-mode for .js files.
1567         * progmodes/js2-mode.el: Remove file.
1569         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
1571         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
1573         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
1575 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
1576             Karl Landstrom  <karl.landstrom@brgeight.se>
1578         * progmodes/js.el: New file.
1580 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
1582         * timezone.el (timezone-parse-date): Add ability to understand ISO
1583         basic format (minimal separators) dates in addition to the
1584         already-supported extended format dates.
1586 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
1588         * international/ucs-normalize.el: Add a `coding' file variable.
1590         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
1592 2009-08-14  Sam Steingold  <sds@gnu.org>
1594         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1596 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1598         * faces.el (help-argument-name): Define it here instead of
1599         help-fns.el, because in daemon mode help-fns.el may be loaded when
1600         faces are still uninitialized (Bug#1078).
1602         * help-fns.el (help-argument-name): Move defface to faces.el.
1604 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
1606         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
1607         create buffer with a pty but no process so that GDB can make the
1608         inferior the controlling process.
1610 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
1612         * international/ucs-normalize.el: New file.
1614 2009-08-13  Richard Stallman  <rms@gnu.org>
1616         * mail/rmail.el (rmail-get-attr-names):
1617         Accept an attribute header that is too short.
1619         * mail/rmail.el (rmail-forget-messages):
1620         Ignore nil elt in rmail-message-vector.  Use dotimes.
1622         * progmodes/compile.el (compilation-goto-locus):
1623         Use next-error-move-function.
1625         * simple.el (next-error-move-function): New variable.
1627 2009-08-12  Juri Linkov  <juri@jurta.org>
1629         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
1630         always non-nil.  (Bug#4052)
1632         * replace.el (read-regexp): Return empty string when
1633         `default-value' is nil.
1634         (keep-lines-read-args): Don't use empty string as the
1635         default value for `read-regexp'.  (Bug#2495)
1637 2009-08-12  Juri Linkov  <juri@jurta.org>
1639         * international/mule-cmds.el (ucs-insert): Change arguments
1640         from `arg' to `character', `count', `inherit' to be the same
1641         as in `insert-char'.  Doc fix.  (Bug#4039)
1643         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
1645 2009-08-12  Juri Linkov  <juri@jurta.org>
1647         * files-x.el: New file.
1649         * files.el: Move code that deals with adding/deleting
1650         file/directory-local variables to files-x.el.
1652         * Makefile.in (ELCFILES): Add files-x.elc.
1654 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
1656         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
1657         to use `goto-line'.
1658         (gdb-place-breakpoints, gdb-get-location): Rewritten without
1659         `goto-line'.
1660         (gdb-invalidate-disassembly): Do not refresh upon receiving
1661         'update signal.  Instead, update all disassembly buffers only after
1662         threads list.
1663         (gdb): Send -target-detach when buffer is killed (#3794).
1664         (gdb-starting): Moved -data-list-register-names...
1665         (gdb-stopped): ...here so it's sent when first thread stops.
1666         (gdb-registers-handler-custom): Do nothing if register names are
1667         unknown yet.
1669         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
1670         from `gdb-mi.el' to avoid extra tangling.
1672         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
1673         change which breaks `gud-def' definitions used in `gdb'.
1674         (gdb-update-gud-running): No extra fuss for updating frame number.
1676 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1678         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
1679         (describe-language-environment-map, setup-language-environment-map)
1680         (set-coding-system-map): Move initialization into declaration.
1681         (set-language-info-alist): Last arg to define-key-after can be skipped.
1683         * international/quail.el (quail-completion-1): Simplify.
1684         (quail-define-rules): Use slightly more compact code.
1685         (quail-insert-decode-map): Propertize keys, compact columns.
1687         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1688         Add goto-line.
1690 2009-08-10  Miles Bader  <miles@gnu.org>
1692         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
1693         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
1694         (js2-instance-member, js2-private-member, js2-private-function-call)
1695         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
1696         (js2-magic-paren, js2-external-variable):
1697         Remove "-face" suffix from face names.
1698         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
1699         (js2-highlight-undeclared-vars, js2-peek-token)
1700         (js2-parse-function-params, js2-mode-show-errors)
1701         (js2-mode-show-warnings, js2-make-magic-delimiter)
1702         (js2-mode-highlight-magic-parens): Update to use new face names.
1704 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
1706         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
1707         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
1709 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
1711         * subr.el: Provide hashtable-print-readable.
1713         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
1714         hs-c-like-adjust-block-beginning.
1715         (hs-hide-block-at-point): Stop hiding at the beginning of
1716         hs-block-end-regexp (Bug#700).
1718 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
1720         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
1721         a macro.
1722         (gdb-registers-handler-custom): Do not fail when register names
1723         are unavailable.
1725 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
1727         * progmodes/gdb-mi.el (gdb-control-all-threads)
1728         (gdb-control-current-thread): Interactive setters for
1729         `gdb-gud-control-all-threads' to use in menu.
1730         (gdb-show-run-p): Show «Go» when process is not active.
1731         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
1732         gud/thread.xpm and gud/all.xpm.
1734 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
1736         * net/net-utils.el (net-utils-font-lock-keywords): New var.
1737         (nslookup-font-lock-keywords): Make it a variable.
1738         (net-utils-mode): New mode for viewing diagnostic network output.
1739         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
1740         (net-utils-run-simple): New function.
1741         (ifconfig, iwconfig, netstat, arp, route): Use it.
1743 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
1745         * progmodes/gdb-mi.el (gdb-read-memory-custom)
1746         (gdb-memory-set-address, def-gdb-set-positive-number)
1747         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
1748         after changing settings.
1749         (gdb-invalidate-disassembly): Update when first shown.
1750         (gdb-edit-locals-value): Fixed.
1751         (gdb-registers-handler-custom): Print registers in right order and
1752         allow changing register values (only for current thread yet).
1753         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
1754         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
1755         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
1756         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
1757         info in mode name.
1758         (gdb-registers-mode-map): TAB to switch to locals.
1760 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
1762         * mail/rmail.el (rmail-add-mbox-headers)
1763         (rmail-set-message-counters-counter): Search for
1764         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
1766 2009-08-08  Glenn Morris  <rgm@gnu.org>
1768         * Makefile.in (ELCFILES): Update.
1770 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
1772         * mail/sendmail.el (mail-yank-original): Set
1773         buffer-file-coding-system from the one used by the message whose
1774         text is yanked.
1776         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
1777         to "windows" when "pgnuplot" is used.
1778         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
1779         call accept-process-output if "pgnuplot" is used.
1780         (calc-graph-init): Don't send -display and -geometry to
1781         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
1782         running "pgnuplot -V" with shell-command-to-string.
1784         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
1785         the default.
1787 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
1789         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
1790         org/org-latex.elc.
1792 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1794         * vc-dispatcher.el (vc-resynch-window): Update comment.
1796         * term.el (term-handle-ansi-escape): Add comments with the
1797         terminfo capabilities implemented.
1799 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
1801         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
1802         (gdb-var-create-handler): Rewritten using JSON parser.
1803         (gdb-propertize-header): Moved earlier.
1804         (gdb-set-header): Removed to avoid duplication.
1805         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
1806         Refresh disassembly buffers only after threads list have been
1807         update.
1808         (gdb-threads-header, gdb-registers-header): Per-buffer header line
1809         variables.
1811 2009-08-04  Juri Linkov  <juri@jurta.org>
1813         * files.el: Commands to add/delete file/directory-local variables.
1814         (read-file-local-variable, read-file-local-variable-value)
1815         (read-file-local-variable-mode, modify-file-local-variable)
1816         (modify-file-local-variable-prop-line)
1817         (modify-dir-local-variable): New functions.
1818         (add-file-local-variable, delete-file-local-variable)
1819         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
1820         (add-dir-local-variable, delete-dir-local-variable)
1821         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
1822         (copy-dir-locals-to-file-locals-prop-line): New commands.
1824 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
1826         * abbrev.el (insert-abbrev-table-description): Prettify output.
1827         Suggested by Karl Chen.
1829 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
1831         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
1832         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
1833         (gdb-overlay-arrow-position, gdb-thread-position)
1834         (gdb-disassembly-position): Declare variables.
1835         (gdb-wait-for-pending): Function now.
1836         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
1837         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
1838         compilation goes smoothly.
1839         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
1840         (gdb-non-stop-setting): New customization setting which replaces
1841         `gdb-non-stop' so changing it doesn't break active GDB session.
1842         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
1843         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
1844         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
1845         (gdb-show-threads-by-default): New customization options.
1846         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
1847         routines.
1848         (gdb-get-buffer-create): Send buffers update signal when they are
1849         created.
1850         (gdb-invalidate-locals, gdb-invalidate-registers)
1851         (gdb-invalidate-breakpoints)
1852         (gdb-invalidate-threads, gdb-invalidate-disassembly)
1853         (gdb-invalidate-memory): Accept update signal.
1854         (gdb-current-context-command): Use --frame option.
1855         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
1856         Implement `gdb-frame-number' selection logic.
1857         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
1858         whether to show GUD toolbar buttons.
1859         (gdb-thread-exited): Unselect current thread when it exits.
1860         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
1861         (gdb-mark-line): Routine which sets overlay arrow or inverses
1862         video on fringeless displays.
1863         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
1864         to build aligned columns of data in GDB buffers and set text
1865         properties line-by-line.
1866         (gdb-invalidate-breakpoints)
1867         (gdb-breakpoints-list-handler-custom)
1868         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
1869         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
1870         (gdb-registers-handler-custom): Align data columns.
1871         (gdb-locals-handler-custom): Now prints data like in variable
1872         declarations.
1873         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
1874         Removed confusing buttons.
1875         (gdb-invalidate-threads): Append --frame.
1876         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
1877         between breakpoints/threads buffers.
1878         (gdb-set-window-buffer): Now can ignore dedicated windows.
1879         (gdb-propertize-header): Use `gdb-set-window-buffer'.
1880         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
1881         (def-gdb-thread-buffer-gud-command): Replaces
1882         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
1883         for fine thread control.
1884         (gdb-preempt-existing-or-display-buffer): New function used to
1885         display bound buffers without breaking window layout.
1886         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
1887         (gdb-select-frame): New version of `gdb-frames-select' which now
1888         sets `gdb-frame-number' so commands may use --frame option instead
1889         of inner debugger state.
1890         (gdb-frame-handler): Do not set `gdb-frame-number'.
1891         (gdb-threads-mode-map): Select threads with mouse.
1893         * progmodes/gud.el (gdb-gud-context-call): Declare function to
1894         avoid compilation warning.
1895         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
1896         `gdb-show-stop-p`.
1898         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
1899         Argument `key' renamed to `buffer-type'.
1900         (gdb-current-context-buffer-name): Do not add thread info to
1901         buffer name when no thread is selected.
1902         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
1903         command (bug 3794).
1904         (gdb-thread-selected): Handle `=thread-selected' notification.
1905         (gdb-wait-for-pending): New macro to deal with congestion problems.
1906         (gdb-breakpoints-list-handler-custom): Don't fail on pending
1907         breakpoints.
1908         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
1909         This fixes problem similar to one described in bug 3947.
1910         (gud-menu-map): More menu items.
1911         (gdb-init-1): Reset `gdb-thread-number' to nil.
1913         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
1914         non-stop settings.
1916         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
1917         (gdb-current-context-command): Do not append --thread if
1918         `gdb-thread-number' is nil.
1919         (gdb-running-threads-count, gdb-stopped-threads-count): New
1920         variables.
1921         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
1922         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
1923         customization options.
1924         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
1925         GUD commands.
1926         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
1927         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
1928         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
1929         set `gdb-thread-number' and update `gud-running' properly.
1930         (gdb-running): Update threads list when new threads appear.
1931         (gdb-stopped): Support non-stop operation and new thread switching
1932         logic.
1933         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
1934         (gdb-json-partial-output): New set of JSON routines.
1935         (def-gdb-auto-update-trigger): New `signal-list' optional
1936         argument.
1937         (gdb-thread-list-handler-custom): Update `gud-running',
1938         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
1939         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
1940         (gdb-continue-thread, gdb-step-thread): New commands for fine
1941         thread execution control.
1942         (gud-menu-map): New menu items to switch non-stop options.
1943         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
1944         (gdb-send): Mimic RET properly (bug 3794).
1946         * progmodes/gdb-mi.el (gdb-rules-name-maker)
1947         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1948         gdb-buffer-rules.
1949         (def-gdb-auto-update-handler): New nopreserve optional argument.
1950         (gdb-stack-list-frames-custom): Print stack from top to bottom.
1952         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1953         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1954         (gdb-parent-mode): New mode to derive other GDB modes from.
1955         (gdb-display-disassembly-for-thread)
1956         (gdb-frame-disassembly-for-thread): New commands for threads
1957         buffer.
1959         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1960         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
1961         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1962         (gdb-update): We now store all GDB buffers in a list so that they
1963         can be updated by traversing a list instead of calling invalidate
1964         triggers explicitly.
1965         (def-gdb-trigger-and-handler): New macro to define trigger-handler
1966         pair for GDB buffer.
1967         (gdb-stack-buffer-name): Add thread information.
1968         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1969         handle pending triggers.
1970         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1971         (def-gdb-thread-buffer-simple-command)
1972         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1973         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
1974         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
1975         New commands which show buffers bound to thread.
1976         (gdb-stack-list-locals-regexp): Removed unused regexp.
1978         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
1979         (gdb-locals-buffer-name, gdb-registers-buffer-name)
1980         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1981         to (gud-comint-buffer) in *-buffer-name functions
1982         because (gdb-get-target-string) already does that.
1983         (gdb-locals-handler-custom, gdb-registers-handler-custom)
1984         (gdb-changed-registers-handler): Rewritten without regexps.
1986         * progmodes/gdb-mi.el Basic thread selection support.
1987         (gdb-thread-number): New variable.
1988         (gdb-current-context-command): New macro which adds --thread
1989         option to command.
1990         (gdb-threads-mode-map): Select thread with SPC.
1991         (gdb-thread-list-handler-custom): Mark current thread with overlay
1992         arrow.  Synchronize GDB thread and Emacs thread.
1993         (gdb-select-thread): New command which selects current thread.
1994         (gdb-invalidate-frames, gdb-invalidate-locals)
1995         (gdb-invalidate-registers): Use --thread option.
1997 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
1999         * net/tramp.el (top): Make check for tramp-gvfs loading more
2000         robust.  (Bug#3977)
2001         (tramp-handle-insert-file-contents): `unwind-protect' must be
2002         inside `with-parsed-tramp-file-name'.
2004         * net/tramp-gvfs.el (top): Remove superfluous message when loading
2005         fails.
2007 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
2009         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
2010         directory if CLASSPATH is not set.
2012 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
2014         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
2015         New defconst.
2016         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
2018 2009-08-02  Kevin Ryde  <user42@zip.com.au>
2020         * net/newst-backend.el (newsticker--raw-url-list-defaults):
2021         Update freshmeat link.  Delete newsforge.com as it seems gone.
2023 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
2025         * select.el (x-set-selection): Doc fix (Bug#4021).
2027         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
2029         * help-fns.el (describe-variable): Treat list return values from
2030         dir-locals-find-file properly (Bug#4005).
2032 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
2034         * net/tramp.el (tramp-debug-message): Print also microseconds.
2036 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
2038         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
2039         or END is non-nil.
2040         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
2041         (tramp-get-debug-buffer): Change `outline-regexp' according to new
2042         format.
2044         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
2045         (tramp-get-file-property): Use it.
2047         * autorevert.el (auto-revert-handler): Allow
2048         `auto-revert-tail-mode' for remote files.
2050 2009-08-02  Jason Rumney  <jasonr@gnu.org>
2052         * minibuffer.el (read-file-name): Treat confirm options to
2053         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
2055 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
2057         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
2058         (font-lock-variable-name-face, font-lock-constant-face): Darken
2059         the colors for light backgrounds.
2061 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
2063         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
2064         month names.  (Bug#3987)
2066 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
2068         * simple.el (line-move-finish): Pass whole number to
2069         line-move-to-column.
2070         (line-move-visual): Perform hscroll to the recorded position.
2072 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
2074         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
2076 2009-07-29  Alan Mackenzie  <acm@muc.de>
2078         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
2080 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
2082         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
2083         (gdb-place-breakpoints): Use full path when setting breakpoints.
2085 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
2087         * calc/calc.el (calc-mode-map): Add keybinding for
2088         `calc-transpose-lines'.
2090 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
2092         * calc/calc-misc.el (calc-transpose-lines): New function.
2094 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
2096         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
2097         Simplify check for out-of-band methods.
2098         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
2099         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
2101 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
2103         * vc-git.el (vc-git-checkin): Fix typo.
2105 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
2107         * progmodes/js2-mode.el: New file.
2109 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
2111         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
2112         (gud-menu-map): Adjust tooltip accordingly.
2114 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2116         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
2117         (vc-bzr-log-view-mode): Adjust log-view-file-re.
2119         * add-log.el (change-log-mode-map): Add a menu.
2121 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
2123         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
2124         function returns nil.
2125         (dbus-handle-event): Handle special return value :ignore.
2126         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
2128 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
2130         * view.el (view-mode-enable): Don't define Helper-return-blurb if
2131         it's not needed.
2133 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
2135         Fix Bug#3888:
2137         * w32-vars.el (x-select-enable-clipboard): Doc fix.
2139         * term/pc-win.el (x-display-name, x-colors)
2140         (x-select-enable-clipboard, x-select-text): Doc fix.
2142         * term/common-win.el (x-display-name, x-colors): Doc fix.
2144         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
2145         (xw-defined-colors): Doc fix.
2147         * w32-fns.el (x-select-text, x-setup-function-keys)
2148         (x-get-selection, x-set-selection): Doc fix.
2150         * term/x-win.el (x-select-text, x-setup-function-keys)
2151         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
2153         * select.el (x-set-selection): Doc fix.
2155 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
2157         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
2158         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
2159         "IsNSSSupportAvailable" method is not available.  Reported by
2160         Steve Youngs <steve@sxemacs.org>.
2162 2009-07-24  Kenichi Handa  <handa@m17n.org>
2164         * international/characters.el: Fix setting of category ?C, ?|, ?K,
2165         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
2166         (build-unicode-category-table): Fix range checks.
2168 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2170         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
2171         the buffer we try to sync is current when calling
2172         vc-resynch-buffer.
2174         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
2175         not show up to date files.
2177 2009-07-24  Glenn Morris  <rgm@gnu.org>
2179         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
2180         Add autoload cookies.  If necessary, initialize.
2181         (elint-log): Handle non-file buffers.
2182         (elint-initialize): Add optional argument to reinitialize.
2183         (elint-find-builtin-variables): Save excursion.
2185 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2187         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2188         for Lint.
2190 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2192         * vc.el (vc-print-log-internal): New function, split out from ...
2193         (vc-print-log): ... here.
2194         (vc-dir-move-to-goal-column): Declare.
2196         * vc-git.el (vc-git-add-signoff): New variable.
2197         (vc-git-checkin): Use it.
2198         (vc-git-toggle-signoff): New function.
2199         (vc-git-extra-menu-map): Bind it to menu.
2200         (vc-git--run-command-string): Accept a nil FILE argument.
2201         (vc-git-stash-list): New function.
2202         (vc-git-dir-extra-headers): Use it.
2204 2009-07-23  Glenn Morris  <rgm@gnu.org>
2206         * help-fns.el (describe-variable): Describe ignored and risky local
2207         variables in a similar way to that in which we describe safe ones.
2209         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
2210         (byte-compile-output-file-form, byte-compile-output-docform)
2211         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
2212         Give some more local variables with common names a "bytecomp-" prefix,
2213         so as not to shadow things during compilation.
2214         * emacs-lisp/cl-macs.el (load-time-value)
2215         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
2216         `outbuffer' to `bytecomp-outbuffer'.
2218         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
2219         since the next two variables cover them automatically now.
2220         (elint-builtin-variables, elint-autoloaded-variables): New.
2221         (elint-unknown-builtin-args): Remove all members, since they can be
2222         parsed automatically now.
2223         (elint-extra-errors): New.
2224         (elint-env-add-env, elint-env-add-macro): Use cadr.
2225         (elint-current-buffer): Use or.  Change final message.
2226         (elint-get-top-forms): Use line-end-position.
2227         (elint-init-env): Use cadr.  Handle autoload, declare-function,
2228         and defalias.
2229         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
2230         (regexp-assoc): Remove unused function.
2231         (elint-top-form): Set elint-current-pos, to record the start of the
2232         top-level form, for compilation-mode.
2233         (elint-form): Trap errors in macro expansion.  Use dolist.
2234         (elint-unbound-variable): Use elint-builtin-variables and
2235         elint-autoloaded-variables.
2236         (elint-get-args): Use cadr, or.
2237         (elint-check-cond-form): Use dolist, cadr.
2238         (elint-check-condition-case-form): Doc fix.  Use cadr.
2239         Use elint-extra-errors.
2240         (elint-log): New function.
2241         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
2242         Distinguish errors and warnings.
2243         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
2244         Use a bytecomp-style format.
2245         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
2246         (elint-get-log-buffer): Use compilation mode.  Disable undo.
2247         Don't truncate lines.
2248         (elint-initialize): Set builtin and autoloaded variable lists.
2249         Only process elint-unknown-builtin-args if non-nil.
2250         (elint-find-builtin-variables, elint-find-autoloaded-variables):
2251         New functions.
2252         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
2254 2009-07-22  Kevin Ryde  <user42@zip.com.au>
2256         * net/newst-backend.el (newsticker--parse-atom-1.0)
2257         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
2258         (newsticker--parse-rss-1.0):
2259         * progmodes/idlwave.el (idlwave-mode):
2260         * progmodes/idlw-shell.el (idlwave-shell-mode):
2261         * progmodes/vera-mode.el (vera-mode):
2262         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
2263         * progmodes/vhdl-mode.el (vhdl-mode):
2264         * textmodes/table.el (table-generate-source)
2265         (table--warn-incompatibility):
2266         Hyperlink urls in docstrings with URL `...'.
2268 2009-07-22  Glenn Morris  <rgm@gnu.org>
2270         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
2271         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
2272         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
2273         Remove leading * from defcustom docs.
2275         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
2277         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
2278         defcustom doc.
2279         (list-load-path-shadows): Optionally, just return shadows as a string.
2281         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
2283 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
2285         * mail/rmailedit.el (rmail-edit-mode): Use
2286         auto-save-include-big-deletions.
2288         * mail/rmail.el (rmail-variables): Use
2289         auto-save-include-big-deletions.
2291         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
2292         changes.
2294 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
2296         * calc/calc.el (calc-undo-length): New variable.
2297         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
2299 2009-07-21  Richard Stallman  <rms@gnu.org>
2301         * files.el (auto-save-mode): Handle buffer-save-size = -2
2302         for toggling mode.
2304 2009-07-21  Glenn Morris  <rgm@gnu.org>
2306         * textmodes/ispell.el (ispell-looking-back): Update declaration.
2308         * calendar/todo-mode.el (calendar-current-date): Update declaration.
2310         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
2311         silence compiler.  Instead...
2312         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
2313         (ps-print-ensure-fontified): Update for above function name changes.
2315         * printing.el (pr-mh-get-msg-num, pr-mh-show)
2316         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
2317         silence compiler.  Instead...
2318         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
2319         (mh-show-buffer): Only define for compiler.
2320         (pr-mh-current-message): Update for above function name changes.
2322         * files.el (abort-if-file-too-large): Explicitly pass `filename'
2323         as an argument.
2324         (find-file-noselect, insert-file-1): Update for above change.
2326         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
2328         * mail/mailclient.el (mailclient-send-it): Fix message.
2330         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
2331         (edebug-eval): Check cl-debug-env is bound.
2332         (print-level, print-circle): Don't redefine built-in variables.
2334         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
2335         (custom-print-vectors): Remove old comments from doc.
2337         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
2338         (emerge-version): Make the variable an obsolete alias for the
2339         emacs-version variable.  Make the function obsolete.
2340         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
2341         Emerge options, rather than merging in into the main Options menu.
2342         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
2343         and auto advance modes.  Disable edit/fast items when not relevant.
2345 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2347         * term/vt420.el (terminal-init-vt420): Fix typo.
2349 2009-07-20  Sam Steingold  <sds@gnu.org>
2351         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
2352         variable (removed from compile.el on 2004-03-11).
2354 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
2356         * files.el (hack-local-variables-filter): Fix last change.
2358 2009-07-19  Juri Linkov  <juri@jurta.org>
2360         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
2361         (dir-local-variables-alist): New buffer-local variable.
2362         (hack-local-variables-filter): If variable is not dir-local,
2363         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
2364         because file-local overrides dir-local.
2365         (c-postprocess-file-styles)<declare-function>:
2366         Remove obsolete declaration.
2367         (hack-dir-local-variables): Add dir-local variable/value pair to
2368         `dir-local-variables-alist' and remove duplicates.  Doc fix.
2370         * help-fns.el (describe-variable): Add information about
2371         file-local and dir-local variables.
2373 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
2375         * files.el (hack-local-variables-filter): Rewrite.
2377 2009-07-19  Glenn Morris  <rgm@gnu.org>
2379         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
2380         Silence compiler by only defining on XEmacs.
2382         * international/mule.el (auto-coding-regexp-alist): Only match
2383         BABYL... at the start of buffer, not of lines.  (Bug#3790)
2385         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
2386         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
2387         (cal-menu-context-mouse-menu): Doc fix.
2389         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
2391         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
2393 2009-07-18  Juri Linkov  <juri@jurta.org>
2395         * info.el: Virtual Info keyword finder.
2396         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
2397         (Info-finder-file): New variable.
2398         (Info-finder-find-file): New function.
2399         (finder-known-keywords, finder-package-info)
2400         (find-library-name, lm-commentary): Use defvar and
2401         declare-function to silence compiler warnings.
2402         (Info-finder-find-node): New function.
2403         (info-finder): New command.
2405         * subr.el (process-kill-buffer-query-function): New function.
2406         (add-hook)<kill-buffer-query-functions>: Add hook
2407         `process-kill-buffer-query-function'.
2409 2009-07-18  Alan Mackenzie  <acm@muc.de>
2411         * progmodes/cc-mode.el (c-before-hack-hook)
2412         (c-postprocess-file-styles): Give invocation of `c-set-style'
2413         DONT-OVERRIDE parameter of t.  Already set style variables will
2414         thus not be overridden by style settings given by `c-file-syle'.
2416         * files.el (hack-local-variables-filter): Remove entries with
2417         duplicate keys from `file-local-variables-alist'.
2419 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2421         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
2422         x-set-selection if display-selections-p returns nil for the
2423         current frame.
2425 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2427         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
2429 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2431         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
2432         Accept nil in addition to a regexp.
2433         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
2434         Accept nil in addition to a regexp.
2435         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
2436         buffers that have an associated file.  Handle nil values of
2437         desktop-buffers-not-to-save and desktop-files-not-to-save.
2438         (Bug#3833)
2440         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2441         (x-disown-selection-internal): New functions.
2443 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
2445         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
2446         warning.
2447         (gdb-breakpoints-header): Move forward to avoid compiler warning.
2448         (gdb-make-header-line-mouse-map): Remove duplicate definition.
2450 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
2452         * simple.el (set-mark): Revert last change.
2454 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
2456         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
2457         rendering of pngs is not possible instead of messaging a long
2458         description.
2460 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
2462         * w32-fns.el (x-selection-owner-p): New function.
2464         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
2465         (mouse-yank-at-click, mouse-yank-primary): If
2466         select-active-regions is non-nil, deactivate the mark before
2467         insertion.
2469         * simple.el (deactivate-mark, set-mark): Only save selection if we
2470         own it.
2472 2009-07-17  Kenichi Handa  <handa@m17n.org>
2474         * case-table.el (describe-buffer-case-table): Fix for the case
2475         that KEY is a cons.
2477 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2479         * vc-rcs.el (vc-rcs-find-file-hook):
2480         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
2482 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
2484         * net/tramp.el (tramp-wait-for-output): Handle the case when
2485         commands do not return a newline but a null byte before the shell
2486         prompt.  (Bug#3858)
2488 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2490         * term/ns-win.el (ns-set-alpha): Don't declare.
2491         (ns-set-background-alpha): Remove function.
2493 2009-07-16  Kevin Ryde  <user42@zip.com.au>
2495         * emacs-lisp/copyright.el (copyright-update): Save match-data across
2496         y-or-n-p, for safety.
2498 2009-07-16  Richard Stallman  <rms@gnu.org>
2500         * files.el (auto-save-mode): If buffer-saved-size is -2,
2501         don't clobber it.
2503         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
2504         (rmail-retry-ignored-headers): Add more uninteresting fields.
2506 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
2508         * net/rcirc.el (rcirc): Use history variables.
2509         (rcirc-server-name-history, rcirc-nick-name-history)
2510         (rcirc-server-port-history): New variables.
2512 2009-07-15  Kenichi Handa  <handa@m17n.org>
2514         * international/mule-cmds.el (set-language-environment-charset):
2515         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
2516         ignore them.
2518         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
2519         Delete unibyte-display.
2521 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2523         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
2525 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2527         * simple.el (deactivate-mark): Optional argument FORCE.
2528         (set-mark): Use deactivate-mark.
2530         * info.el (Info-search): No need to check transient-mark-mode
2531         before calling deactivate-mark.
2533         * select.el (x-set-selection): Doc fix.
2534         (x-valid-simple-selection-p): Allow buffer values.
2535         (xselect--selection-bounds): Handle buffer values.  Suggested by
2536         David De La Harpe Golden.
2538         * mouse.el (mouse-set-region, mouse-drag-track): Call
2539         copy-region-as-kill before setting the mark, to let
2540         select-active-regions work.
2542 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
2544         * simple.el (deactivate-mark): If select-active-regions is
2545         non-nil, copy the selection data into a string.
2546         (activate-mark): If select-active-regions is non-nil, set the
2547         selection to the current buffer.
2548         (set-mark): Update selection if select-active-regions is non-nil.
2550         * select.el (x-valid-simple-selection-p): Allow buffer values.
2552 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2554         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
2555         and more featureful message-mode.
2557 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
2559         * select.el (x-set-selection): Doc fix.
2560         (x-valid-simple-selection-p): Disallow selection data consisting
2561         of a list or cons of integers, since that is not used.
2562         (xselect--selection-bounds, xselect--int-to-cons): New functions.
2563         (xselect-convert-to-string, xselect-convert-to-length)
2564         (xselect-convert-to-filename, xselect-convert-to-charpos)
2565         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
2567 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
2569         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
2570         output in -break-info command (Emacs bug #3794).
2572 2009-07-14  Glenn Morris  <rgm@gnu.org>
2574         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
2575         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
2576         (edebug-print-length, edebug-print-level, edebug-print-circle)
2577         (edebug-sit-for-seconds, edebug-view-outside)
2578         (edebug-bounce-point, edebug-set-global-break-condition)
2579         (edebug-Go-nonstop-mode, edebug-trace-mode)
2580         (edebug-Trace-fast-mode, edebug-continue-mode)
2581         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
2582         (edebug-visit-eval-list): Doc fixes.
2584         * subr.el (def-edebug-spec): Doc fix.
2586 2009-07-14  Kenichi Handa  <handa@m17n.org>
2588         * international/characters.el: Fix setting of category ?C.
2590 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
2592         * term/ns-win.el (x-select-font): defalias x-select-font to
2593         ns-popup-font-panel instead of generate-fontset-menu.
2595 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
2597         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
2599 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
2601         * arc-mode.el (archive-find-type): Allow for a PK00 string before
2602         the PK\003\004 header (Bug#3770).
2604 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
2606         * pcomplete.el (pcomplete-comint-setup): Check for
2607         shell-dynamic-complete-filename too.
2609 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
2611         * simple.el (temporary-goal-column): Change the value for
2612         line-move-visual to a cons cell.
2613         (line-move-visual): Record or set the window hscroll, if
2614         necessary (Bug#3494).
2615         (line-move-1): Handle cons value of temporary-goal-column.
2617 2009-07-11  Kenichi Handa  <handa@m17n.org>
2619         * international/mule-diag.el (describe-character-set): Don't show
2620         width.
2622 2009-07-10  Sam Steingold  <sds@gnu.org>
2624         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2625         Omake sometimes indents the errors it prints, so allow all
2626         regexps to start with spaces.
2628 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
2630         * cus-edit.el (customize-changed-options-previous-release):
2631         Bump value to 22.1.  (Bug#3804)
2633 2009-07-08  Sam Steingold  <sds@gnu.org>
2635         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
2636         to be a cons cell (test . ignored-directory) to selectively ignore
2637         some directories depending on the location of the search.
2639 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
2641         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
2642         remote user is root, on the local host.
2643         (tramp-local-host-p): Either the local user or the remote user
2644         must be root.  (Bug#3771)
2646 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
2648         * progmodes/gdb-mi.el (gdb): Remove description of
2649         gdb-use-separate-io-buffer.
2650         (menu): Don't allow toggling of or enable
2651         gdb-use-separate-io-buffer from menubar.
2653 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
2655         * mail/unrmail.el (unrmail): Make sure the message ends with two
2656         newlines (Bug#3769).
2658 2009-07-08  Glenn Morris  <rgm@gnu.org>
2660         * calendar/calendar.el (calendar-current-date): Rework previous change.
2662 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
2664         * calendar/calendar.el (calendar-current-date):
2665         Add an optional argument giving an offset from today.
2667 2009-07-08  Glenn Morris  <rgm@gnu.org>
2669         * tutorial.el (tutorial--describe-nonstandard-key):
2670         Adjust the message for when a key has been unbound.
2671         (help-with-tutorial): Hide the arch-tag.
2673 2009-07-08  Kenichi Handa  <handa@m17n.org>
2675         * international/fontset.el (setup-default-fontset): For each
2676         script, append (not set) font-specs.
2678         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
2679         docstring.
2681 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
2683         * progmodes/gdb-mi.el (gdb-init-1): Move sending
2684         -data-list-register-names to ...
2685         (gdb-starting): ... here because GDB 7.0 requires execution to
2686         have started when using this MI command.
2687         (gdb-set-header): New function to distinguish select and
2688         unselected tabs in gdb buffers.
2689         (gdb-propertize-header): New macro that uses gdb-set-header.
2690         (gdb-breakpoints-header, gdb-locals-header): Use it.
2691         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
2693 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
2695         * Makefile.in (ELCFILES): Remove fadr.elc.
2697 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
2699         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
2700         may contain frame information, so `string-match' should be used.
2701         (gdb-update): Disassembly is invalidated through
2702         `gdb-get-selected-frame'.
2703         (gdb-pad-string): New function to pad string with spaces.
2704         (gdb-invalidate-disassembly): Invalidate only if the buffer
2705         exists.
2706         (gdb-disassembly-handler-custom): Column alignment.
2707         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
2708         placing new ones.
2709         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
2710         end of line, too.
2711         (gdb-frame-handler): Match convention to for disassembly buffer
2712         mode name.
2713         (gdb-stack-list-frames-handler): Rewritten without regexps.
2714         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
2715         not highlight breakpoints without line information.
2716         (gdb-input): Add trailing newline to command.
2718         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
2719         buffer properly.
2720         (gdb-breakpoints-list-handler-custom): Replacement for
2721         `gdb-break-list-handler'.  Using real parser instead of regexps
2722         now.
2723         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
2724         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
2725         to place breakpoints.
2726         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
2727         functions.
2728         (gdb-disassembly-handler-custom): Show overlay arrow.
2729         (gdb-disassembly-place-breakpoints): Show breakpoints in
2730         disassembly buffer.
2731         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2732         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
2733         instead of parsing breakpoints buffer.  Fixed old menu references
2734         in `gud-menu-map'.
2736         * fadr.el: Remove.
2738         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
2739         (gdb-memory-address): New variable which holds top address of
2740         memory page shown in memory buffer.
2741         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
2742         customization variables.
2743         New functions:
2744         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
2745         display the memory buffer.
2746         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
2747         buffer display parameters.
2748         (def-gdb-memory-format, gdb-memory-format-binary)
2749         (gdb-memory-format-octal, gdb-memory-format-unsigned)
2750         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
2751         Functions for setting memory buffer format.
2752         (gdb-memory-unit-word, gdb-memory-unit-halfword)
2753         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
2754         unit size used in memory buffer.
2755         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
2756         to next/previous page of memory buffer.
2757         Now using (bindat-get-field) instead of fadr functions.
2759 2009-07-07  Sam Steingold  <sds@gnu.org>
2761         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
2762         non-top-level files.
2764 2009-07-07  Kenichi Handa  <handa@m17n.org>
2766         * international/mule-cmds.el (reset-language-environment): Put
2767         the highset priority to the charset iso-8859-1.
2769 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
2771         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
2772         to the end of the line when locating the block (Bug#700).
2774 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
2776         * net/tramp.el (tramp-handle-write-region): Flush file properties
2777         in case of short track.
2779 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
2781         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
2782         representation of verilog error regular expressions to work with
2783         Emacs-22's new format.
2784         (verilog-error-regexp-xemacs-alist): Coded custom representation
2785         of verilog error regular expressions to work with XEmacs format.
2786         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
2787         error recognition into XEmacs.
2788         (verilog-error-regexp-add-emacs): Hook routine to install verilog
2789         error recognition into Emacs-22.
2791 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
2793         * woman.el: Remove stand-alone closing parentheses.
2794         (woman-file-name, woman2-format-paragraphs)
2795         (woman-leave-blank-lines): Code cleanup.
2796         (woman-use-own-frame): Change default to nil.
2797         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
2798         defaults to inherit from default faces.
2799         (woman2-process-escapes): Consume the newline after a stand-alone
2800         filler character (Bug#3651).
2802 2009-07-06  Glenn Morris  <rgm@gnu.org>
2804         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
2805         (top-level): Move provide to the end.
2806         (ffap): Remove defunct URL from custom group.
2808         * subr.el (eval-after-load): Doc fix.
2810 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
2812         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
2813         `calc-embedded-word' is called twice.
2815 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2817         * files.el (find-alternate-file-other-window, find-alternate-file):
2818         Obey confirm-nonexistent-file-or-buffer.
2820 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
2822         * dired-aux.el (dired-show-file-type): Handle remote files.
2824 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
2826         * desktop.el (desktop-globals-to-save):
2827         Add file-name-history (Bug#2750).
2829 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
2831         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
2833 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
2835         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
2836         property on entire argument since this is what eshell-lisp-command
2837         expects.
2839 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
2841         * net/tramp-gvfs.el (tramp-gvfs-methods)
2842         (tramp-gvfs-zeroconf-domain)
2843         (tramp-bluez-discover-devices-timeout): Add version flag.
2844         (tramp-gvfs-handler-mounted-unmounted)
2845         (tramp-gvfs-connection-mounted-p): Polish handling of
2846         incompatibilities between GVFS 0.2 and 1.0.
2848 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
2850         * cus-start.el (all): Add make-pointer-invisible.
2852 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
2854         * calc-math.el (math-use-emacs-fn): Make sure that the number is
2855         formatted correctly.
2857 2009-07-02  Juri Linkov  <juri@jurta.org>
2859         * info.el: Virtual Info files and nodes.
2860         (Info-virtual-files, Info-virtual-nodes): New variables.
2861         (Info-current-node-virtual): New variable.
2862         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
2863         New functions.
2864         (Info-file-supports-index-cookies): Use Info-virtual-file-p
2865         to check for a virtual file instead of checking a fixed list
2866         of node names.
2867         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
2868         instead of ad-hoc processing of "dir" and (apropos history toc).
2869         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
2870         instead of ad-hoc processing of "dir" and (apropos history toc).
2871         Reread a file when moving from a virtual node.
2872         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
2873         (Info-directory-toc-nodes, Info-directory-find-file)
2874         (Info-directory-find-node): New functions.
2875         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
2876         (Info-history): Move part of code to
2877         `Info-history-find-node'.
2878         (Info-history-toc-nodes, Info-history-find-file)
2879         (Info-history-find-node): New functions.
2880         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
2881         (Info-toc): Move part of code to `Info-toc-find-node'.
2882         (Info-toc-find-node): New function.
2883         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
2884         the current Info file name to references because now the node
2885         "*TOC*" belongs to the same Info manual.
2886         (Info-toc-build): Rename from `Info-build-toc'.
2887         (Info-toc-nodes): Rename input argument `file' to `filename'.
2888         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
2889         instead of ad-hoc processing of ("dir" apropos history toc).
2890         (Info-index-nodes): Use Info-virtual-file-p
2891         to check for a virtual file instead of checking a fixed list
2892         of node names.
2893         (Info-index-node): Add check for `Info-current-node-virtual'.
2894         Raise `save-match-data' higher up the tree to contain
2895         `search-forward' too (bug fix).
2896         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
2897         (Info-virtual-index-nodes): New variable.
2898         (Info-virtual-index-find-node, Info-virtual-index): New functions.
2899         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
2900         (Info-apropos-file, Info-apropos-nodes): New variables.
2901         (Info-apropos-toc-nodes, Info-apropos-find-file)
2902         (Info-apropos-find-node, Info-apropos-matches): New functions.
2903         (info-apropos): Move part of code to `Info-apropos-find-node' and
2904         `Info-apropos-matches'.
2905         (Info-mode-map): Bind "I" to `Info-virtual-index'.
2906         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
2907         for a virtual file instead of checking a fixed list of node names.
2909         * simple.el (async-shell-command): New command.
2911         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
2913         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
2914         instead of `mount-info'.
2916 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
2918         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
2919         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
2921 2009-07-02  Kenichi Handa  <handa@m17n.org>
2923         * international/mule.el (set-keyboard-coding-system): Force *-unix
2924         coding-system to avoid eol conversion.
2926 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
2928         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2929         Add handler for `process-file', `shell-command' and
2930         `start-file-process'.
2931         (tramp-gvfs-handle-shell-command)
2932         (tramp-gvfs-handle-start-file-process)
2933         (tramp-gvfs-handle-process-file): New defuns.
2934         (tramp-synce-list-devices): Simplify check for existence of property.
2936 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2938         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
2940 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2942         * language/korean.el (set-language-info-alist): Add korean-cp949,
2943         cp949 to spec.
2945 2009-07-01  Kenichi Handa  <handa@m17n.org>
2947         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2949         * international/encoded-kb.el: Deleted.
2951         * international/mule.el (set-keyboard-coding-system): Perform the
2952         necessary setup here instead of calling encoded-kbd-setup-display.
2954 2009-07-01  Glenn Morris  <rgm@gnu.org>
2956         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2958 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
2960         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
2962 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
2964         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2965         Handle also the 'rename case, when setting file modes.  (Bug#3712)
2966         (tramp-default-file-modes) Remove execute permissions.
2968         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
2969         (top): Add a default for "synce" in `tramp-default-user-alist'.
2970         Add completion function for "synce" method.
2971         (tramp-hal-service, tramp-hal-path-manager)
2972         (tramp-hal-interface-manager, tramp-hal-interface-device):
2973         New defconst.
2974         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2975         (tramp-synce-list-devices, tramp-synce-parse-device-names):
2976         New defuns.
2978         * net/trampver.el: Update release number.
2980 2009-06-30  Kenichi Handa  <handa@m17n.org>
2982         * international/fontset.el (setup-default-fontset): Add CJK fonts
2983         for symbols and the other miscellaneous characters.
2985         * language/korea-util.el (setup-korean-environment-internal):
2986         Make char-width-table suitable for Korean environments.
2987         (exit-korean-environment): Cancel above.
2989         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2990         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2991         setup-funcion to make char-widht-table suitable for respective
2992         environments, and an exit-function to cancel that.
2994         * language/japan-util.el (setup-japanese-environment-internal):
2995         Call use-cjk-char-width-table with arg `ja_JP'.
2997         * international/characters.el (cjk-char-width-table): Delete it.
2998         (cjk-char-width-table-list): New variable.
2999         (use-cjk-char-width-table): New arg local-name.
3000         (use-default-char-width-table): Fix for the case that Emacs is
3001         already using the default char-width-table.
3003 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
3005         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
3006         modes mandatory.  (Bug#3712)
3008 2009-06-29  Alan Mackenzie  <acm@muc.de>
3010         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
3011         correction between the visible width of TABs and their number of bytes.
3013 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
3015         * server.el (server-buffer-done): Prevent kill-buffer from
3016         prompting by clearing the buffer modification flag (Bug#3696).
3018 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
3020         * verilog-mode.el (verilog-beg-of-statement)
3021         (verilog-endcomment-reason-re): Support unique case and priority case.
3022         (verilog-basic-complete-re): Support localparam lineup.
3023         (verilog-beg-of-statement-1): Fix for robustness, unique case.
3024         (verilog-set-auto-endcomments): Fix for unique case, always_comb
3025         commenting.
3026         (verilog-leap-to-case-head): Now support *nested* unique &
3027         priority case statements.
3028         (verilog-auto-lineup): Make just declarations the default (as it
3029         had been).
3030         (verilog-leap-to-case-head): Support priority/unique case statements.
3031         (verilog-auto-lineup): Rework to give users radio buttons to
3032         select the various styles of automatic lineup.
3033         (verilog-error-regexp-alist): Rework to support the XEmacs style
3034         of error regular expressions from compilers, lint tools &
3035         simulators.  Note that GNU Emacs has made it impossible for a mode
3036         to load such things.
3037         (electric-verilog-terminate-line, verilog-indent-declaration)
3038         (verilog-auto-wiure): Rework for radio button selection of
3039         auto-lineup selection of specification of auto lineup.
3040         (verilog-beg-of-statement-1): Redesign to support proper operation
3041         in additional code, based on testing with auto-lineup.
3042         (verilog-calculate-indent, assignments & declarations)
3043         (verilog-backward-token): Enhance to support auto-lineup of
3044         assignments & declarations.
3045         (verilog-in-directive-p, verilog-at-struct-p): New function for
3046         easy test of whether we are.
3047         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
3048         to support safe execution at almost anyline.
3049         (verilog-calc-1): Properly support indenting deep inside generate
3050         blocks.
3051         (verilog-init-font) Remove definition & use of verilog-init-font,
3052         as it is redundant with font-lock-defaults.
3053         (verilog-mode): Alter the definition of verilog-font-lock-defualts
3054         to avoid circular calls if syntax-ppss is a function (as is the
3055         case now in 22.x GNU Emacs) as that function would sometimes call
3056         itself, leading to (nearly) infinite recursion.
3057         (verilog-ovm-begin-re, verilog-ovm-end-re)
3058         (verilog-ovm-statement-re, verilog-leap-to-head)
3059         (verilog-backward-token): Add support for OVM macros.  Some are
3060         complete statements, and others open and close scopes like begin
3061         and end.
3062         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
3063         (verilog-defun-level-generate-only-re): Really fix the defun-list
3064         compilation issue.
3065         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
3066         coverpoint, constraint and cross statements.
3067         (verilog-defun-level-list, verilog-generate-defun-level-list)
3068         (verilog-all-defun-level-list): Redo these specifications - it is
3069         too hard to support eval-when compile aggregation of lists also
3070         built at when-compile time.
3071         (verilog-defun-level-list): Place defconsts of variables used in
3072         building regular expressions which are built in eval-when-compile
3073         bodies in the same eval-when-compile body to facilitate compile
3074         without load.
3075         (verilog-beg-block-re-ordered): Support indenting
3076         virtual/protected tasks and functions.
3077         (verilog-defun-level-list, verilog-in-generate-region-p)
3078         (verilog-backward-ws&directives, verilog-calc-1): Speed up
3079         indentation of some module items (generate items).
3080         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
3081         across virtual/protected tasks and functions.
3083 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
3085         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
3086         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
3087         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
3088         in concatenations.  Reported by Yishay Belkind.
3089         (verilog-auto-ascii-enum): Support one-hot state machines in
3090         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
3091         (verilog-auto-inst, verilog-auto-inst-port): Include interface
3092         modport in AUTOINST and add vl-modport for users.  Reported by
3093         David Rogoff.
3094         (verilog-auto-inout-module, verilog-auto-inst)
3095         (verilog-decls-get-interfaces, verilog-insert-definition)
3096         (verilog-insert-one-definition, verilog-read-decls)
3097         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
3098         (verilog-sig-modport, verilog-signals-combine-bus)
3099         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
3100         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
3101         Suggested by David Rogoff.
3102         (verilog-repair-open-comma): Fix non-insertion of comma when
3103         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
3104         (verilog-make-width-expression): Simplify [A-1:0] expression
3105         widths to just {A{1'b0}}.
3106         (verilog-mode): Cleanup checkdoc warnings.
3107         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
3108         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
3109         inputs/outputs or data type.  Suggested by Vasu Kandadi.
3110         (next-error-last-buffer): Fix byte-compiler warning.
3111         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
3112         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
3113         or shell command text during AUTO expansion.  Suggested by Tad Truex.
3114         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
3115         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
3116         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
3117         in AUTOINOUT.  Reported by Matthew Lovell.
3118         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
3119         causing use of <= assignments.  Reported by Alex Reed.
3120         (verilog-read-decls): Fix triand, trior, wand, wor to be
3121         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
3122         (verilog-extended-complete-re): Support import "DPI-C" functions.
3123         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
3124         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
3125         (verilog-insert-date, verilog-insert-year)
3126         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
3127         Windows systems.  Reported by Michael Potts.
3128         (verilog-read-module-name): Fix AUTOINST when the child module
3129         declaration's name is a tick define.  Reported by Elliot Mednick.
3130         (verilog-read-decls): Fix V2K parameter bit subscripts getting
3131         passed to next parameter's definition.  Reported by Bruce T.
3132         (verilog-read-decls): Fix detecting "parameter int" when using
3133         AUTOINSTPARAM.  Reported by Bruce T.
3134         (verilog-goto-defun): Fix goto not finding modules unless first
3135         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
3136         (verilog-mode): Expand -f flag arguments on entry to mode so
3137         verilog-goto-defun will work.  Reported by Lawrence Butcher.
3138         (verilog-getopt): Expand environment variables in -f file
3139         arguments.  Suggested by Lawrence Butcher.
3140         (verilog-set-define): Fix "Symbol's value as variable is void"
3141         when reading enumerations.
3142         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
3143         Suggested by Stephen Peltan.
3144         (verilog-read-defines): Fix reading of enumerations in include
3145         files.  Reported by Steve Peltan.
3147 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3149         * files.el (trash-directory): Fix defcustom type.
3151 2009-06-28  Juri Linkov  <juri@jurta.org>
3153         * help-fns.el (describe-function-1): Correctly locate adviced
3154         functions in hyperlink (Bug#2438).
3156 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
3158         * files.el (trash-directory): Change default to nil.
3159         (move-file-to-trash): If trash-directory is nil and
3160         system-move-file-to-trash is unbound, perform freedesktop-style
3161         trashing.
3163 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3165         * files.el (move-file-to-trash): Add freedesktop trash
3166         support (Bug#973).
3168 2009-06-28  Glenn Morris  <rgm@gnu.org>
3170         * autorevert.el (global-auto-revert-non-file-buffers)
3171         (global-auto-revert-mode): Doc fixes.
3173 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
3175         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
3177 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
3179         * faces.el (x-handle-named-frame-geometry): Ensure that we have
3180         opened an X connection before calling x-get-resource (Bug#3194).
3182         * play/doctor.el: Remove reference to obsolete website.
3183         (make-doctor-variables): Correct grammar mistake (Bug#2633).
3185 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3187         Remove find-file-not-found-hook VC method.  (Bug#2757)
3188         * vc-hooks.el (vc-file-not-found-hook)
3189         (vc-default-find-file-not-found-hook): Remove functions.
3190         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
3191         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
3192         * vc.el:
3193         * vc-hg.el:
3194         * vc-git.el: Do not mention find-file-not-found-hook VC method.
3196 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3198         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3199           compatibility function for `looking-back'.
3201         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3202         Use `ispell-looking-back'.
3204 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
3206         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
3207         rather than `filename'.
3209 2009-06-23  Miles Bader  <miles@gnu.org>
3211         * face-remap.el (text-scale-set): New function.
3213 2009-06-23  Glenn Morris  <rgm@gnu.org>
3215         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3217         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
3219         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
3221         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
3223         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3224         Simplify Persian conditionals.
3226         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
3227         variable `filename'.
3229         * comint.el (comint-insert-input): Doc fix.
3231         * Makefile.in (ELCFILES): Fix typo in previous change.
3233 2009-06-23  Miles Bader  <miles@gnu.org>
3235         * cus-start.el: Add entry for `recenter-redisplay'.
3237 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3239         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
3240         Add an optional argument for the backend, use it instead of
3241         calling vc-backend.
3242         (vc-mode-line): Add an optional argument for the backend.
3243         Pass the backend to vc-state and vc-working-revision.  Move code for
3244         special handling for vc-state being a buffer to ...
3246         * vc-rcs.el (vc-rcs-find-file-hook):
3247         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
3249         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
3250         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
3251         vc-stay-local-p and vc-mode-line calls.
3253         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
3254         (vc-cvs-diff, vc-cvs-annotate-command)
3255         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
3256         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
3257         vc-mode-line calls.
3259         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
3260         direct comparison.
3261         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
3262         backend when calling vc-mode-line.
3263         (vc-register): Do not create a closure for calling the vc register
3264         function, call it directly.
3266 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3268         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
3269         to make it obvious item can be clicked.
3271         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
3273 2009-06-23  Kenichi Handa  <handa@m17n.org>
3275         * language/korea-util.el (korean-key-bindings): Change the binding
3276         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
3277         same command.
3279 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3281         Sync with Tramp 2.1.16.
3283         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
3285         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
3286         when a loading of a package fails.  Completion function for rsync
3287         is `tramp-completion-function-alist-ssh'.
3288         (all): Replace all calls of `split-string' and
3289         `tramp-split-string' by `tramp-compat-split-string'.
3290         (tramp-default-method): Use `tramp-compat-process-running-p'.
3291         (tramp-default-proxies-alist): Allow also Lisp forms.
3292         (tramp-remote-path): Add choice "Private Directories".
3293         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
3294         (tramp-domain-regexp): Allow also "-", "_" and ".".
3295         (tramp-end-of-output): Remove newlines, and add "$" at the end.
3296         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
3297         (tramp-debug-message): Insert header line in debug buffer.
3298         (tramp-handle-directory-files-and-attributes-with-stat):
3299         Care about filenames with spaces, or starting with "-".
3300         (tramp-handle-dired-uncache): New defun.
3301         (tramp-handle-insert-directory): Don't flush the directory from
3302         cache, this is handled by `dired-uncache' now.
3303         (tramp-handle-insert-file-contents): Improve error handling.
3304         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3305         Quote `tramp-end-of-output'.
3306         (tramp-action-password): Improve trace message.
3307         (tramp-check-for-regexp): Both echoes must be present, before removing.
3308         (tramp-open-connection-setup-interactive-shell): Trace coding system.
3309         (tramp-compute-multi-hops): Eval cons cells of
3310         `tramp-default-proxies-alist'.
3311         (tramp-maybe-open-connection): Use the same command pattern for
3312         first hop and further hops.
3313         (tramp-wait-for-output): Remove handling of newlines.
3314         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
3315         (tramp-split-string): Remove function.  It is handled in
3316         tramp-compat now.
3318         * net/tramp-cmds.el (tramp-bug):
3319         Recommend `tramp-cleanup-all-connections' in the bug mail.
3321         * net/tramp-compat.el (tramp-compat-split-string)
3322         (tramp-compat-process-running-p): New defuns.
3324         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
3325         for `dired-uncache'.
3327         * net/tramp-gvfs.el: New package.
3329         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3330         Add handler for `dired-uncache'.
3331         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
3333         * net/trampver.el: Update release number.  Make version check fit
3334         for SXEmacs 22.
3336 2009-06-22  Jim Meyering  <meyering@redhat.com>
3338         Automatically handle .xz suffix (XZ-compressed files), too.
3339         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
3340         XZ is the successor to LZMA: <http://tukaani.org/xz/>
3342 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
3343             Nick Roberts  <nickrob@snap.net.nz>
3345         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
3346         repository (http://sphinx.net.ru/hg/gdb-mi/).
3348 2009-06-22  Glenn Morris  <rgm@gnu.org>
3350         * files.el (dir-locals-collect-mode-variables): Allow for any number of
3351         `mode' and `eval' entries.  (Bug#3430)
3353         * Makefile.in (ELCFILES): Add fadr.elc.
3355         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
3356         differing behavior of \n and ^ in strings.  (Bug#3385)
3358         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
3360         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
3361         property.
3362         (lisp-indent-function): Make it a defcustom.
3364 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
3366         * progmodes/gdb-ui.el: Replace with ...
3367         * progmodes/gdb-mi.el: ... this file.
3368         * progmodes/gud.el: Modify for gdb-mi.el.
3370 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
3372         * fadr.el: New file.
3374 See ChangeLog.14 for earlier changes.
3376 ;; Local Variables:
3377 ;; coding: utf-8
3378 ;; End:
3380     Copyright (C) 2009  Free Software Foundation, Inc.
3382   This file is part of GNU Emacs.
3384   GNU Emacs is free software: you can redistribute it and/or modify
3385   it under the terms of the GNU General Public License as published by
3386   the Free Software Foundation, either version 3 of the License, or
3387   (at your option) any later version.
3389   GNU Emacs is distributed in the hope that it will be useful,
3390   but WITHOUT ANY WARRANTY; without even the implied warranty of
3391   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3392   GNU General Public License for more details.
3394   You should have received a copy of the GNU General Public License
3395   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3397 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1