* files.el (auto-mode-alist): Change default for XML files to nXML
[emacs.git] / lisp / ChangeLog
blobdcbe3034a5391e590090e1e8abccc21989332c6b
1 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
3         * files.el (auto-mode-alist): Change default for XML files to nXML
4         mode (Bug#4169).
6 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
8         * server.el (server-ensure-safe-dir): Pass 'integer
9         to `file-attributes', as suggested.
11 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * dired-aux.el (dired-query-alist): Remove spurious backslash.
14         (dired-query): Use read-key.
16 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
18         * cus-start.el (ns-use-qd-smoothing): Remove.
20 2009-09-18  Glenn Morris  <rgm@gnu.org>
22         * allout.el (top-level): Remove unnecessary progn.
24         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
26         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
27         definition of abbrev table.
29         * speedbar.el (speedbar-track-mouse):
30         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
31         * net/eudc.el (eudc-expand-inline):
32         * net/newst-backend.el (newsticker--cache-read-feed):
33         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
34         condition-case handlers.
36 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
38         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
39         (gdb-var-list): Add an element for has_more field.
40         (gdb-non-stop-handler): Enable pretty printing for STL containers.
41         (gdb-var-create-handler, gdb-var-list-children-handler-1)
42         (gdb-var-update-handler-1): Parse output of dynamic variable
43         objects (STL containers).
44         (gdb-var-delete-1): Pass var1 as an explicit second argument.
45         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
47         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
48         gdb-var-list.
49         (gud-speedbar-buttons): Make node expandable if expression "has more"
50         children.
52 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
54         * startup.el (emacs-quick-startup): Remove variable and all uses.
55         (command-line): Set `inhibit-x-resources' instead.
56         (command-line-1): Use `inhibit-x-resources' instead.
58 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
60         * subr.el: Fix last change to avoid using the `unless' macro,
61         which breaks bootstrapping.
63 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
65         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
66         extended definitions, in case we reload subr.el after having
67         loaded CL.
68         (eval-next-after-load): Mark as obsolete.
70 2009-09-17  Juri Linkov  <juri@jurta.org>
72         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
73         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
74         (menu-bar-showhide-menu, menu-bar-tools-menu)
75         (menu-bar-describe-menu, menu-bar-help-menu)
76         (minibuffer-local-completion-map, minibuffer-local-map):
77         Fix list quoting.
79 2009-09-17  Glenn Morris  <rgm@gnu.org>
81         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
82         arguments, whether or not it has a handler.
84         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
86         * simple.el (hard-newline): Give it a doc-string.
88         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
89         (lisp-mode-syntax-table): Give them doc-strings.
91 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
93         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
94         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
95         (menu-bar-options-menu, menu-bar-showhide-menu)
96         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
97         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
98         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
99         (menu-bar-options-menu, menu-bar-tools-menu)
100         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
101         (menu-bar-help-menu):
102         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
103         string arguments.
105         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
106         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
107         calls for the menu names and :help.
109 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
111         * mouse.el (minor-mode-menu-from-indicator): Pay attention
112         to :minor-mode-function (bug#4455).
114 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * startup.el (command-line): Initialize the window-system after
117         processing the command-line.
119         * textmodes/page.el (what-page): Make sure we don't inf-loop if
120         page-delimiter matches the empty string.
122 2009-09-16  Glenn Morris  <rgm@gnu.org>
124         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
125         byte-compile-not-obsolete-var.  It's a list now.
126         (byte-compile-not-obsolete-funcs): New variable.
127         (byte-compile-warn-obsolete): Don't warn about functions if they are in
128         byte-compile-not-obsolete-funcs.
129         (byte-compile-variable-ref, byte-compile-defvar): Update for
130         byte-compile-not-obsolete-vars name-change and list nature.
131         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
132         and variables behind (f)boundp tests.
133         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
135 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
137         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
139 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
141         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
142         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
143         Don't autoload.
145 2009-09-15  Stephen Eglen  <stephen@gnu.org>
147         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
148         the  virtual-buffers, use the name of the buffer specified by
149         find-file-noselect, as the match may be a symlink.  (This was a
150         problem if the target and the symlink had differet names.)
152 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
154         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
156         * desktop.el (desktop-path): Check user-emacs-directory.
158         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
160         * loadup.el: Use after-load-functions to GC after loading each file.
161         Remove the explicit GC calls that used to be sprinkled around.
163         * subr.el (after-load-functions): New hook.
164         (do-after-load-evaluation): Run it.  Use string-match-p to detect
165         `obsolete' packages, rather than painfully extracting the relevant
166         directory name.
168 2009-09-15  Glenn Morris  <rgm@gnu.org>
170         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
171         free variable `doc'.
173         * dired.el (dired-mode-map): Add menu entry for async shell command.
175         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
176         variables, also consider the .elc files, since the .el files are
177         normally gzipped (subsequent code locates the .el.gz from the .elc).
179         * calc/calc-prog.el (arglist): Define for compiler.
181         * calendar/diary-lib.el (diary-display-function): Change the default to
182         fancy display.
183         (body): Define for compiler.
185         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
186         (byte-compile-file-form, byte-compile-lambda)
187         (byte-compile-top-level-body, byte-compile-form)
188         (byte-compile-variable-ref, byte-compile-setq)
189         (byte-compile-setq-default, byte-compile-body)
190         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
191         (batch-byte-compile): Give some more local variables with common names
192         a "bytecomp-" prefix to avoid masking warnings about free variables.
194         * startup.el (command-line-1): Give local variables with common names a
195         distinguishing prefix, so as not to hide free variable warnings during
196         bootstrap.
198         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
199         clever and add a suffix to make a unique name, just let the user decide
200         whether or not to overwrite it.  If the input is a directory, write the
201         default filename to that directory.  (Bug#4388)
202         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
203         is a filename-as-a-directory.
205 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
207         * textmodes/page.el (what-page): Don't move to beginning of line.
208         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
210 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
212         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
214 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
216         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
217         * help.el (help-for-help-internal): Add purecopy calls for text.
219         * vc.el (top): print-log method now takes an optional SHORTLOG
220         argument.  Add a new method: root.
221         (vc-root-diff, vc-print-root-log): New functions.
222         (vc-log-short-style): New variable.
223         (vc-print-log-internal): Add support for showing short logs.
225         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
226         vc-print-root-log and vc-print-root-diff.
228         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
229         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
230         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
231         short logs.
233         * vc-cvs.el (vc-cvs-print-log):
234         * vc-mtn.el (vc-mtn-print-log):
235         * vc-rcs.el (vc-rcs-print-log):
236         * vc-sccs.el (vc-sccs-print-log):
237         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
238         that is ignored for now.
240         * vc-mtn.el (vc-mtn-annotate-command):
241         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
243 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
246         to function-key-map, and give them ascii-character property.
247         * term/x-win.el (x-alternatives-map):
248         * term/ns-win.el (ns-alternatives-map):
249         * term/internal.el (msdos-key-remapping-map):
250         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
252 2009-09-14  Glenn Morris  <rgm@gnu.org>
254         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
255         temp-buffers (2009-09-12).
257 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
260         the new read-key function.
262 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
264         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
265         is defined (Bug#4405).
267 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
269         * recentf.el (recentf-cleanup): Use a hash table to find
270         duplicates (Bug#4407).
272 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
274         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
275         kp-0 to ascii equivalents (Bug#4325).
277 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
279         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
281         * eshell/em-hist.el:
282         * eshell/em-dirs.el (eshell-complete-user-reference):
283         Declare pcomplete functions and variables to avoid compiler warnings.
285 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
287         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
288         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
289         * eshell/em-alias.el (eshell-aliases-file):
290         * eshell/em-hist.el (eshell-history-file-name):
291         Use expand-file-name instead of concat to make file names (Bug#4308).
293 2009-09-13  Glenn Morris  <rgm@gnu.org>
295         * ediff-merg.el (ediff-do-merge):
296         * filesets.el (filesets-run-cmd):
297         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
298         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
299         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
300         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
301         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
302         Replace empty `let's with `progn'.
304 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
306         * mail/sendmail.el (send-mail-function):
307         * tooltip.el (tooltip-mode):
308         * simple.el (transient-mark-mode):
309         * rfn-eshadow.el (file-name-shadow-mode):
310         * frame.el (blink-cursor-mode):
311         * font-core.el (global-font-lock-mode):
312         * files.el (temporary-file-directory)
313         (small-temporary-file-directory, auto-save-file-name-transforms):
314         * epa-hook.el (auto-encryption-mode):
315         * composite.el (global-auto-composition-mode):
316         Use custom-initialize-delay.
317         * startup.el (command-line): Don't explicitly call
318         custom-reevaluate-setting for all the above vars.
319         * custom.el (custom-initialize-safe-set)
320         (custom-initialize-safe-default): Delete.
322 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
324         * term/x-win.el (x-initialize-window-system):
325         * term/w32-win.el (w32-initialize-window-system):
326         * term/ns-win.el (ns-initialize-window-system): Don't call
327         mouse-wheel-mode since it's enabled globally by default already.
329         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
330         actually define the variable, but only silences the byte-compiler.
331         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
332         before looking it up.
333         (mouse-wheel-scroll-amount): Also reset the bindings if this value
334         is changed.
336 2009-09-12  Glenn Morris  <rgm@gnu.org>
338         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
339         1000.
340         (elint-add-required-env): Don't beep on error.
341         (elint-forms): In case of error, return ENV unchanged.
342         (elint-init-env): Skip non-list forms.
343         (elint-log): Handle unknown file positions.
345 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
347         * epg.el (epg-make-context): Add autoload cookie.
348         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
349         (epg-decrypt-string, epg-start-verify, epg-verify-file)
350         (epg-verify-string, epg-start-sign, epg-sign-file)
351         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
352         (epg-encrypt-string, epg-start-export-keys)
353         (epg-export-keys-to-file, epg-export-keys-to-string)
354         (epg-start-import-keys, epg-import-keys-from-file)
355         (epg-import-keys-from-string, epg-start-receive-keys)
356         (epg-receive-keys, epg-import-keys-from-server)
357         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
358         (epg-sign-keys, epg-start-generate-key)
359         (epg-generate-key-from-file, epg-generate-key-from-string):
360         Remove autoload cookie.
362 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
364         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
365         reevaluation of trash-directory.
367         * mwheel.el: Fix last change.
368         (mouse-wheel-mode): New defvar.
369         (mouse-wheel-mode): Remove autoload cookie.
371 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * mwheel.el (mwheel-installed-bindings): New var.
374         (mouse-wheel-mode): Use it, so as to make sure we really remove all
375         the bindings we set last time.  Use custom-initialize-delay.
376         * loadup.el: Load mwheel after term/*-win.el.
377         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
378         and mouse-wheel-up-event now that their first evaluation is done
379         sufficiently late to be correct.
381         * startup.el (tutorial-directory): Make it a defcustom.
382         Use custom-initialize-delay rather than eval-at-startup to set it.
383         * image.el (image-load-path): Make it a defcustom.
384         Use custom-initialize-delay rather than eval-at-startup to set it.
385         * subr.el (eval-at-startup): Remove.
386         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
388         * subr.el (do-after-load-evaluation): Warn the user after loading an
389         obsolete package.
391 2009-09-12  Glenn Morris  <rgm@gnu.org>
393         * proced.el (proced-mark-alt): Remove alias.
394         (proced-mode-map): Remove proced-mark-alt.
396         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
397         Elint file and directory.  Remove initialization entry.
399         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
400         commands.
401         (elint-current-buffer): Set mode-line-process.
402         (elint-init-env): Handle define-derived-mode.
403         Fix declare-function with unspecified arglist.  Guard against odd
404         defalias statements (eg iso-insert's 8859-1-map).
405         (elint-add-required-env): Use a temp buffer.
406         (elint-form): Just print the function/macro name, not the whole form.
407         Return env unchanged if we fail to parse a macro.
408         (elint-forms): Guard against parse errors.
409         (elint-output): New function, to handle batch mode.
410         (elint-log-message): Add optional argument.  Use elint-output.
411         (elint-set-mode-line): New function.
413 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
415         * emacs-lisp/elp.el (elp-not-profilable): Add more
416         functions (Bug#4233).
418 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
420         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
421         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
423 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
425         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
426         (gdb-var-list-children): Use json parsing.
428 2009-09-11  Daniel Colascione <dan.colascione@gmail.com>
430         * progmodes/js.el (js--proper-indentation): Handle the case where
431         char-before is null.  Reported by Deniz Dogan.
433 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
435         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
437 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
439         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
440         (epg-digest-algorithm-alist): Add SHA224.
441         (epg-context-set-passphrase-callback)
442         (epg-context-set-progress-callback): Add description about
443         callback function.
445 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
447         * custom.el (custom-delayed-init-variables): New var.
448         (custom-initialize-delay): New function.
449         * startup.el (command-line): "Re"evaluate all vars in
450         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
451         explicitly any more.
452         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
453         to avoid creating a ~/.emacs.d at build-time (bug#4347).
455         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
457 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
459         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
460         (gdb-var-update-handler): Use json parsing.
462 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
464         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
465         decode annotated text, regardless of language environment.  (Bug#2741)
467 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
469         * Makefile.in (autoloads): Make rmail.el writable as well.
471 2009-09-11  Glenn Morris  <rgm@gnu.org>
473         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
474         loaddefs.el.
475         * dired.el: Regenerate with extracted autoloads.
476         * Makefile.in (autoloads): Make dired.el writable.
478         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
479         * ibuffer.el: Regenerate with extracted autoloads.
480         * Makefile.in (autoloads): Make ibuffer.el writable.
482         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
483         * version.el (emacs-copyright, emacs-major-version)
484         (emacs-minor-version): Reformat doc-strings for make-docfile.
486         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
487         functions and variables, since they must be stuff specific to some other
488         platform.
489         (apropos-print): Make mouse-click message less specific about button.
491         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
492         that records where a macro was defined.
493         * help-fns.el (describe-function-1): Mention if a function has a
494         compiler-macro.
495         * help-mode.el (help-function-cmacro): New button.
497         * locate.el (top-level): Always require dired.
498         (locate-mode-map): Initialize inside the defvar.
500         * net/ange-ftp.el (dired-compress-file): Declare.
501         (ange-ftp-dired-compress-file): Add doc string.
503         * term/ns-win.el (x-display-name, x-setup-function-keys):
504         Unify doc-strings with X versions.
506 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
508         * emulation/crisp.el (crisp-mode-map): Move initialization
509         into declaration.
510         (crisp-mode): Use define-minor-mode.
512         * progmodes/xscheme.el (xscheme-evaluation-commands):
513         Put a :advertised-binding property rather than using
514         advertised-xscheme-send-previous-expression.
515         (advertised-xscheme-send-previous-expression): Declare obsolete.
516         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
517         `advertised-undo'.
518         (crisp-mode): Add corresponding bindings to
519         undo's :advertised-binding instead.
520         * dired.el (dired-mode-map): Put a :advertised-binding property rather
521         than using dired-advertised-find-file.
522         (dired-advertised-find-file):
523         * simple.el (advertised-undo):
524         * wid-edit.el (advertised-widget-backward): Declare obsolete.
525         (widget-keymap): Put a :advertised-binding property rather
526         than using advertised-widget-backward.
527         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
528         than using advertised-undo.
529         * tutorial.el (tutorial--default-keys): Adjust accordingly.
531 2009-09-10  Simon South  <ssouth@slowcomputing.org>
533         * progmodes/delphi.el (delphi-tab): Indent region when Transient
534         Mark mode is enabled and region is active; otherwise indent or
535         insert TAB as usual.
536         (delphi-mode): Update description of TAB-key binding.
538 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
540         * subr.el (define-key-rebound-commands): Mark obsolete.
541         * startup.el (precompute-menubar-bindings): Remove.
542         (normal-top-level): Remove obsolete code that tried to precompute
543         menubar bindings.
544         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
545         define-key-rebound-commands and precompute-menubar-bindings.
547 2009-09-10  Glenn Morris  <rgm@gnu.org>
549         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
551         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
552         (byte-compile-file-form-autoload): Don't warn about unknown functions
553         where the autoload statement comes after the use.
554         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
555         that any handlers inside the body (eg require) are in turn respected.
557         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
558         effects.
560         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
561         and syntax and abbrev tables basic docs, if they don't have any.
563         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
565         * international/mule-cmds.el (top-level): Require cl when compiling.
566         (view-hello-file): Use default-value rather than
567         default-enable-multibyte-characters.
569         * progmodes/fortran.el: Move all safe and risky properties into the
570         defcustoms.
572         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
573         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
574         * mail/undigest.el:
575         Put autoloads in rmail.el rather than loaddefs.el.
576         * mail/rmail.el: Regenerate with extracted autoloads.
578         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
579         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
581 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
583         Reported in thread for Bug#4375.
584         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
585         "-data-evaluate-expression" instead of print.
586         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
587         (gdb-tooltip-print): Parse output from above MI command.
588         (gdb): Revert 2009-08-11 change.  User should detach inferior
589         manually.
591         Remove the word "separate" from IO functions as inferior
592         output is now never displayed in the GUD buffer.
594 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
596         * startup.el (command-line-normalize-file-name): On Windows and
597         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
599 2009-09-10  Juri Linkov  <juri@jurta.org>
601         * isearch.el (isearch-text-char-description): Propertize escape
602         character sequences with the `escape-glyph' face.  (Bug#4344)
604         * simple.el (shell-command): Set asynchronous process filter to
605         `comint-output-filter'.  (Bug#4343)
607         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
608         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
609         the list.  Move "asm" to the bottom.
610         (grep-find-ignored-directories): Add `choice' with nil value
611         to empty the list easily.
612         (grep-find-ignored-files): New option.
613         (grep-files-history): Set to nil by default instead of '("ch" "el").
614         (grep-compute-defaults): Add "<X>" to `grep-template'.
615         (grep-read-files): Bind new local variables `default-alias' and
616         `default-extension'.  Use a list of default values for the file prompt.
617         (lgrep): Add `--exclude=' command line options composed from
618         `grep-find-ignored-files'.
619         (rgrep): Add `-name' command line options composed from
620         `grep-find-ignored-files'.  (Bug#4301)
622 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
625         (bug#4368).
627 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
629         * calendar/time-date.el (autoload):
630         Expand define-obsolete-function-alias into defalias and make-obsolete
631         for old Emacsen that Gnus supports.
632         (with-no-warnings): Define it for old Emacsen.
633         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
634         is available.
635         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
636         float-time is available; suppress compile warning for time-to-seconds.
638 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
640         * net/imap.el (imap-message-map): Docstring fix.
642 2009-09-09  Glenn Morris  <rgm@gnu.org>
644         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
645         line numbers too.  (Bug#4374)
647 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * smerge-mode.el (smerge-remove-props, smerge-refine):
650         Use with-silent-modifications (bug#4342).
652         * subr.el (with-silent-modifications): New macro.
654 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
656         * files.el (top-level): Require `cl' when compiling.
658 2009-09-07  Glenn Morris  <rgm@gnu.org>
660         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
662         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
663         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
665 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
667         * vc-git.el (vc-git-annotate-command): Use separator to parse
668         arguments correctly.
670 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
672         * proced.el (proced-mode): Doc fix.
674 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
676         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
677         lstat fails.
678         (tramp-do-file-attributes-with-ls): Check for file existence at
679         remote end.
680         (tramp-do-file-attributes-with-stat): Likewise.
681         (tramp-convert-file-attributes): Return nil when attr is nil.
683 2009-09-05  Glenn Morris  <rgm@gnu.org>
685         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
686         properties to this button.
687         (diary-fancy-display): Don't extend the button to the final newline.
688         (diary-fancy-display-mode): Continue to define "q" as a local key.
690         * calendar/cal-china.el (holiday-chinese): Make it slightly more
691         efficient.
693         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
695         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
696         (byte-compile-dest-file-function): New option.
697         (byte-compile-dest-file): Doc fix.
698         Obey byte-compile-dest-file-function.
699         (byte-compile-cl-file-p): New function.
700         (byte-compile-eval): Only suppress noruntime warnings about cl functions
701         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
702         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
703         than for file being previously loaded.
704         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
705         (byte-compile-file-form-require): Handle the case where requiring a file
706         indirectly causes CL to be loaded.
708 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
710         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
711         before killing the old buffer, since by the time `kill-buffer' is
712         run so many buffer variables have been set to nil that it may not
713         behave as expected.  (Bug#4061)
715 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
717         * files.el (find-alternate-file): If the old buffer is modified
718         and visiting a file, behave similarly to `kill-buffer' when
719         killing it, thus reverting to the pre-1.878 behavior; see
720         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
721         for discussion.  Also, consult `buffer-file-name' as a variable
722         not as a function, for consistency with the rest of the code.
724 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
726         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
727         also when adding a new directory.
729         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
730         defun.
732 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * files.el (locate-file-completion-table): Make it provide boundary
735         information, so partial-completion works better.
737 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
739         * mail/footnote.el (Footnote-text-under-cursor):
740         Check footnote-text-marker-alist before using it (bug#4324).
742 2009-09-04  Glenn Morris  <rgm@gnu.org>
744         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
745         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
746         * play/solitaire.el, play/tetris.el:
747         Remove leading * from defcustom and defface docs.
749         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
750         necessary.
751         (diary-fancy-overriding-map): New variable.
752         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
753         Use view-mode.
755         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
756         goto-line.
758 2009-09-03  Glenn Morris  <rgm@gnu.org>
760         * arc-mode.el (archive-mode):
761         * dos-fns.el (set-default-process-coding-system):
762         * man.el (Man-getpage-in-background):
763         * menu-bar.el (menu-bar-describe-menu):
764         * server.el (server-process-filter):
765         * startup.el (command-line):
766         * tar-mode.el (tar-header-block-tokenize, tar-extract):
767         * w32-fns.el (set-default-process-coding-system):
768         * x-dnd.el (x-dnd-handle-file-name):
769         * international/mule-cmds.el (mule-menu-keymap)
770         (set-default-coding-systems, language-info-alist, set-language-info)
771         (set-language-environment, standard-display-european-internal)
772         (set-locale-environment):
773         * international/mule-diag.el (mule-diag):
774         * mail/emacsbug.el (report-emacs-bug):
775         * mail/rmail.el (rmail-mode):
776         * mail/sendmail.el (mail-setup):
777         Use default-value rather than default-enable-multibyte-characters.
779         * progmodes/f90.el: Move all safe properties into the defcustoms.
780         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
782         * calendar/appt.el (appt-check):
783         * calendar/diary-lib.el (diary-set-header, diary-live-p)
784         (diary-check-diary-file, diary-list-entries)
785         (diary-include-other-diary-files, diary-simple-display)
786         (diary-fancy-display, diary-print-entries)
787         (diary-mark-included-diary-files, diary-make-entry):
788         Don't call substitute-in-file-name on diary-file.
790 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
791             Stefan Monnier  <monnier@iro.umontreal.ca>
793         * mail/footnote.el (footnote-prefix): Make it a defcustom.
794         (footnote-mode-map): Move initialization into the declaration.
795         (footnote-minor-mode-map): Define it rather than changing global-map.
796         (footnote-mode): Use define-minor-mode.
798 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
800         * net/tramp.el (tramp-handle-file-attributes-with-ls)
801         (tramp-do-file-attributes-with-perl)
802         (tramp-do-file-attributes-with-stat): Rename from
803         `tramp-handle-file-attributes-with-*'.
804         (tramp-handle-file-attributes): Use them.
805         (tramp-do-directory-files-and-attributes-with-perl)
806         (tramp-do-directory-files-and-attributes-with-stat): Rename from
807         `tramp-handle-directory-files-and-attributes-with-*'.
808         (tramp-handle-directory-files-and-attributes): Use them.
809         (tramp-method-out-of-band-p): Additional parameter SIZE.
810         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
811         (tramp-handle-write-region): Use it.
812         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
813         (tramp-handle-vc-registered): Check, whether the first run did
814         return files to be tested.
815         (tramp-advice-make-auto-save-file-name): Do not call directly
816         `tramp-handle-make-auto-save-file-name', because this would bypass
817         the locking mechanism.
819         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
820         (file-remote-p, process-file, start-file-process, set-file-times)
821         (tramp-compat-file-attributes): Compatibility functions shall not
822         call directly `tramp-handle-*', because this would bypass the
823         locking mechanism.
824         (tramp-compat-number-sequence): New defun.
826 2009-09-02  Glenn Morris  <rgm@gnu.org>
828         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
829         alias for float-time.
830         (time-to-number-of-days): In Emacs, use float-time.
831         * net/newst-backend.el (time-add): Suppress warnings from compat
832         function.
833         * time.el (emacs-uptime, emacs-init-time):
834         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
835         Use float-time rather than time-to-seconds.
837         * minibuffer.el (completion-initials-expand): Fix typo.
839         * faces.el (modeline, modeline-inactive, modeline-highlight)
840         (modeline-buffer-id):
841         * info.el (info-menu-5): Mark these face aliases as obsolete.
843 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
845         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
846         space ...
847         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
848         no "--thread" option.
849         (gdb-stopped): Don't print "Switched to thread" message when it is
850         unchanged.
852 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
854         * minibuffer.el (completion-try-completion)
855         (completion-all-completions): Remove ill-defined (and
856         mistakenly installed and luckily never used nor documented)
857         `completion-styles' property.
858         (completion-initials-expand, completion-initials-all-completions)
859         (completion-initials-try-completion): New functions.
860         (completion-styles-alist): Add doc to each entry.
861         Add new `initials' entry.
863 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
865         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
866         MI command -var-evaluate-expression.
867         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
868         and tweak for case of string child.
869         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
871 2009-09-01  Glenn Morris  <rgm@gnu.org>
873         * add-log.el (change-log-date-face, change-log-name-face)
874         (change-log-email-face, change-log-file-face, change-log-list-face)
875         (change-log-conditionals-face, change-log-function-face)
876         (change-log-acknowledgement-face):
877         * cus-edit.el (custom-invalid-face, custom-rogue-face)
878         (custom-modified-face, custom-set-face, custom-changed-face)
879         (custom-saved-face, custom-button-face, custom-button-pressed-face)
880         (custom-documentation-face, custom-state-face, custom-comment-face)
881         (custom-comment-tag-face, custom-variable-tag-face)
882         (custom-variable-button-face, custom-face-tag-face)
883         (custom-group-tag-face-1, custom-group-tag-face):
884         * diff-mode.el (diff-header-face, diff-file-header-face)
885         (diff-index-face, diff-hunk-header-face, diff-removed-face)
886         (diff-added-face, diff-changed-face, diff-function-face)
887         (diff-context-face, diff-nonexistent-face):
888         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
889         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
890         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
891         (Info-title-4-face):
892         * isearch.el (isearch-lazy-highlight-face):
893         * log-view.el (log-view-file-face, log-view-message-face):
894         * paren.el (show-paren-match-face, show-paren-mismatch-face):
895         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
896         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
897         (cvs-msg-face):
898         * smerge-mode.el (smerge-mine-face, smerge-other-face)
899         (smerge-base-face, smerge-markers-face):
900         * wid-edit.el (widget-documentation-face, widget-button-face)
901         (widget-field-face, widget-single-line-field-face)
902         (widget-inactive-face, widget-button-pressed-face):
903         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
904         (woman-addition-face):
905         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
906         (eshell-ls-executable-face, eshell-ls-readonly-face)
907         (eshell-ls-unreadable-face, eshell-ls-special-face)
908         (eshell-ls-missing-face, eshell-ls-archive-face)
909         (eshell-ls-backup-face, eshell-ls-product-face)
910         (eshell-ls-clutter-face):
911         * eshell/em-prompt.el (eshell-prompt-face):
912         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
913         * obsolete/old-whitespace.el (whitespace-highlight-face):
914         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
915         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
916         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
917         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
918         (antlr-font-lock-literal-face):
919         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
920         (ebrowse-root-class-face, ebrowse-file-name-face)
921         (ebrowse-default-face, ebrowse-member-attribute-face)
922         (ebrowse-member-class-face, ebrowse-progress-face):
923         * progmodes/make-mode.el (makefile-space-face):
924         * progmodes/sh-script.el (sh-heredoc-face):
925         * textmodes/flyspell.el (flyspell-incorrect-face)
926         (flyspell-duplicate-face):
927         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
928         * textmodes/texinfo.el (texinfo-heading-face):
929         Mark face aliases with "-face" suffix as obsolete.
931         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
932         compiler.
934         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
935         (eudc-bob-sound-menu): Use defvar rather than defconst, since
936         easy-menu-define wants to modify these.
938         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
940         * net/browse-url.el (browse-url-file-url):
941         * term/internal.el (dos-codepage-setup):
942         Use default-value rather than default-enable-multibyte-characters.
944         * progmodes/etags.el (etags-goto-tag-location):
945         * progmodes/flymake.el (flymake-highlight-line)
946         (flymake-goto-file-and-line, flymake-goto-line):
947         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
948         (gdb-goto-breakpoint):
949         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
950         * progmodes/python.el (python-find-function)
951         (python-pdbtrack-track-stack-file):
952         * progmodes/verilog-mode.el (verilog-surelint-off):
953         * term/ns-win.el (ns-open-file-select-line):
954         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
955         Use forward-line rather than goto-line.
957         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
958         * textmodes/reftex-index.el (reftex-display-index):
959         * textmodes/reftex-ref.el (reftex-offer-label-menu):
960         * textmodes/reftex-toc.el (reftex-toc):
961         Remove unnecessary bindings of default-major-mode (all are followed by
962         major-mode check and possible mode switch).
964 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
966         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
967         Handle watchpoints (bug#4282).
968         (def-gdb-thread-buffer-command): Enable thread to be selected by
969         clicking without selecting threads buffer first.
970         (gdb-current-context-command): Use selected frame so that "up",
971         "down" etc work in the GUD buffer.
972         (gdb-update): Find selected frame before rendering stack buffer.
973         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
975 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
977         * progmodes/sym-comp.el (displayed-completions): Remove.
978         (symbol-complete): Use minibuffer-complete.
980 2009-08-31  Glenn Morris  <rgm@gnu.org>
982         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
984         * apropos.el (apropos-symbols-internal):
985         Handle (obsolete) face aliases.
987         * faces.el (describe-face): Adjust the output format to be more like
988         describe-variable, and to mention (obsolete) face aliases.
989         Adjust the whitespace so that help-setup-xref works.
991         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
992         * calendar/diary-lib.el (diary-button-face):
993         Mark these face aliases as obsolete.
995         * calendar/calendar.el (calendar-today): Doc fix.
997 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
999         * progmodes/gdb-mi.el (gdb-control-all-threads)
1000         (gdb-control-current-thread): Force tool bar update.
1001         (gdb-non-stop-handler): New function.
1002         (gdb-init-1): Use it to test if non-stop mode is supported.
1003         Remove unused gdbmi buffer type.
1005 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1007         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
1008         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
1010 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
1012         * comint.el (comint-exec-1): Check command is non-null first.
1013         Part of gdb-mi.el change (2009-08-28).
1015 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1017         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
1019 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
1021         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
1022         instead of `dolist' to avoid a recursive require when bootstrapping.
1024 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1026         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
1028         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
1030         * net/imap.el (imap-send-command): Simplify.
1031         (imap-wait-for-tag): point-max -> buffer-size.
1033         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
1035         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
1036         with constant argument.
1038         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
1040         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
1042         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
1043         Change default, since most of our files don't have a history.
1044         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
1045         the user.
1047         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1048         Add comint-run.
1050         * calc/calc.el: Improve commenting convention.
1051         (calc-digit-map, toplevel): Simplify.
1053         * comint.el (comint-insert-input): Be careful to only set point if we
1054         don't delegate to some other command.
1056         * proced.el (proced-signal-list): Make it an alist.
1057         (proced-grammar-alist): Capitalize names.
1058         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
1059         Disable undo manually and make it read-only.
1060         Use completion-annotate-function.
1062         * minibuffer.el (minibuffer-message): If the current buffer is not
1063         a minibuffer, insert the message in the echo area rather than at the
1064         end of the buffer.
1065         (completion-annotate-function): New variable.
1066         (minibuffer-completion-help): Use it.
1067         (completion--embedded-envvar-table): Environment vars are
1068         always case-sensitive.
1070 2009-08-30  Glenn Morris  <rgm@gnu.org>
1072         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
1073         from fortran-current-defun.
1074         (fortran-beginning-of-subprogram): Be more precise about finding the
1075         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
1076         (fortran-end-of-subprogram): Simplify.
1077         (fortran-current-defun): Use fortran-start-prog-re.
1079 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
1081         * subr.el (do-after-load-evaluation): Simplify.
1083 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
1085         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
1087         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
1088         (vc-rcs-print-log): Use it.
1090         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
1092 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1094         * paths.el (abbrev-file-name): Move to abbrev.el.
1095         * abbrev.el (abbrev-file-name): Move from paths.el.
1096         Obey user-emacs-directory.
1097         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
1098         user-emacs-directory.
1099         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
1100         abbrev-file-name and calc-settings-file any more.
1101         * startup.el (command-line): Recompute abbrev-file-name and
1102         abbreviated-home-dir.
1103         (normal-no-mouse-startup-screen): Improve the generic code and get rid
1104         of the special code for when C-h bindings haven't been changed.
1105         (display-startup-echo-area-message): Use with-current-buffer.
1106         (command-line-1): Use a list of strings, rather than a list of lists
1107         of strings for longopts.
1109         * files.el (get-free-disk-space): Use / for default-directory.
1111         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
1112         Use with-current-buffer.
1114         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
1115         Recognize immutable variables like most-positive-fixnum.
1116         (byte-compile-setq-default): Check and warn if trying to assign
1117         to an immutable variable, or a non-variable.
1119         * progmodes/cc-vars.el (c-comment-continuation-stars):
1120         * progmodes/cc-engine.el (c-looking-at-bos):
1121         * progmodes/cc-cmds.el (c-toggle-auto-state)
1122         (c-forward-into-nomenclature, c-backward-into-nomenclature)
1123         (c-comment-line-break-function): Add version of obsolescence.
1125 2009-08-28  Juri Linkov  <juri@jurta.org>
1127         * files.el (magic-fallback-mode-alist): Add ZIP magic number
1128         associated with `archive-mode'.
1130         * image.el (image-type-header-regexps): Use only JPEG magic number
1131         to determine JPEG images, and don't use `image-jpeg-p' because
1132         Emacs can display non-JFIF non-Exif JPEG images.
1134 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
1136         * arc-mode.el (archive-mode):
1137         * emacs-lisp/re-builder.el (re-builder-unload-function):
1138         Protect against the default value of `major-mode' being nil.
1140 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
1142         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
1143         Fix typos in docstrings.
1145         * progmodes/js.el (js--macro-decl-re): Doc fix.
1146         (js--plain-method-re, js--split-name): Refloc docstring.
1147         (js--class-styles, js--make-merged-item, js--splice-into-items):
1148         Fix typos in docstrings; reflow docstrings.
1149         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
1150         (js--variable-decl-matcher, js--inside-pitem-p)
1151         (js--parse-state-at-point, js--get-all-known-symbols)
1152         (js--symbol-history, js-find-symbol, js--js-references)
1153         (js--moz-interactor, js--js-encode-value, js--read-tab):
1154         Fix typos in docstrings.
1156 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1158         * textmodes/reftex.el (reftex-get-file-buffer-force):
1159         * progmodes/verilog-mode.el (verilog-batch-execute-func):
1160         * emulation/viper.el (viper-go-away, viper-set-hooks):
1161         * emacs-lisp/re-builder.el (re-builder-unload-function):
1162         * emacs-lisp/bytecomp.el (byte-compile-file):
1163         * ses.el (ses-unload-function):
1164         * hexl.el (hexl-find-file):
1165         * files.el (normal-mode):
1166         * ehelp.el (with-electric-help):
1167         * autoinsert.el (auto-insert-alist):
1168         * arc-mode.el (archive-mode):
1169         Use (default-value 'major-mode) instead of default-major-mode.
1171         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
1172         * international/mule.el (load-with-code-conversion):
1173         * emacs-lisp/debug.el (debug):
1174         * ediff-vers.el (ediff-rcs-get-output-buffer):
1175         * dired.el (dired-internal-noselect): Don't let-bind
1176         default-major-mode around code that doesn't use it.
1177         E.g. buffer creation via get-buffer-create doesn't use it.
1179 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
1181         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
1182         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
1183         when writing the temp file.  Otherwise, epa-file gets confused.
1184         (tramp-register-file-name-handlers): Make it a defun.  Move also
1185         `epa-file-handler' to the front of `file-name-handler-alist'.
1187 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1189         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
1190         start right after a ^M.
1191         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
1192         (tramp-completion-file-name-regexp-separate)
1193         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
1194         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
1195         Don't modify last-coding-system-used by accident.
1196         (tramp-completion-file-name-handler): Apply the checks here,
1197         instead during registration.
1198         (tramp-register-file-name-handlers) Renamed from
1199         `tramp-register-file-name-handler'.  Register both
1200         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
1201         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
1203 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
1205         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
1206         Remove variable ...
1207         (gdb-init-1, gdb-display-separate-io-buffer)
1208         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
1209         references to it.
1210         (gdb-inferior-io-mode): Use make-comint-in-buffer.
1211         (gdb-inferior-filter): Use comint-output-filter to stop
1212         echoing and remove ^M characters.
1214 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1216         * emulation/viper-init.el (viper-restore-cursor-type):
1217         * emulation/cua-base.el (cua--update-indications):
1218         Replace default-cursor-type with (default-value 'cursor-type).
1220         * mail/sendmail.el (mail-recover-1):
1221         * international/mule-diag.el (describe-current-coding-system-briefly)
1222         (describe-current-coding-system):
1223         * international/mule-cmds.el (select-safe-coding-system)
1224         (select-message-coding-system)
1225         (set-language-environment-coding-systems, set-locale-environment):
1226         * hexl.el (hexl-insert-multibyte-char):
1227         * dos-w32.el (find-buffer-file-type-coding-system):
1228         * simple.el (what-cursor-position):
1229         Replace uses of default-buffer-file-coding-system
1230         with (default-value 'buffer-file-coding-system).
1232         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
1233         Replace uses of default-cursor-in-non-selected-windows
1234         with (default-value 'cursor-in-non-selected-windows).
1235         Use with-current-buffer.
1237         * mail/feedmail.el: Use CL macros.
1238         (feedmail-run-the-queue, feedmail-send-it-immediately):
1239         * dos-w32.el (find-buffer-file-type): Replace uses of
1240         default-buffer-file-type with (default-value 'buffer-file-type).
1242 2009-08-28  Glenn Morris  <rgm@gnu.org>
1244         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
1245         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
1246         Use default-value of major-mode rather than default-major-mode.
1248 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1250         * Makefile.in (update-elcfiles): Report left over elc files.
1252         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
1253         expand-file-name and with-current-buffer.
1254         (mail-get-names, mail-directory): Use with-current-buffer.
1256         * vc.el (vc-read-revision): New function.
1257         (vc-version-diff, vc-merge): Use it.
1259 2009-08-27  Sam Steingold  <sds@gnu.org>
1261         * simple.el (kill-do-not-save-duplicates): New user option.
1262         (kill-new): When it is non-nil, and the new string is the same as
1263         the latest kill, set replace to t to avoid duplicates in kill-ring.
1265 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
1267         * net/tramp.el (tramp-handle-process-file): Do not flush all
1268         caches when `process-file-side-effects' is set.
1269         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
1270         instead of `tramp-find-file-exists-command'.
1271         Unset `process-file-side-effects'.
1273 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
1275         * net/tramp.el (tramp-methods): New method "rsyncc".
1276         (top): Add completion function for "rsyncc".
1277         (tramp-message-show-message): New defvar.
1278         (tramp-message, tramp-error): Use it.
1279         (tramp-do-copy-or-rename-file-directly): Extend check for direct
1280         remote copying.
1281         (tramp-do-copy-or-rename-file-out-of-band): Handle new
1282         `tramp-methods' entry `copy-env' of "rsyncc".
1283         (tramp-vc-registered-read-file-names): New defconst.
1284         (tramp-vc-registered-file-names): New defvar.
1285         (tramp-handle-vc-registered): Implement optimization strategy.
1286         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
1287         (tramp-vc-file-name-handler): New defun.
1288         (tramp-get-ls-command, tramp-get-test-command)
1289         (tramp-get-file-exists-command, tramp-get-remote-ln)
1290         (tramp-get-remote-perl, tramp-get-remote-stat)
1291         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
1293         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
1294         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
1295         timestamps.
1296         (tramp-get-file-property): Check for timestamps in
1297         `tramp-cache-inhibit-cache'.
1298         (tramp-set-file-property): Write timestamp.
1300 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1302         * language/japan-util.el (japanese-symbol-table): Add entries for
1303         cp932-2-byte.
1305         * international/characters.el: Add category `j' to cp932-2-byte.
1307 2009-08-27  Kenichi Handa  <handa@m17n.org>
1309         * international/fontset.el (build-default-fontset-data): New macro.
1310         (setup-default-fontset): Use build-default-fontset-data for CJK,
1311         tibetan, ethiopic, and ipa.
1313 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1315         * cus-start.el (default-major-mode): Customize `major-mode' instead.
1316         (enable-multibyte-characters): Not customizable any more.
1318         * subr.el (default-mode-line-format, default-header-line-format)
1319         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
1320         (default-direction-reversed, default-truncate-lines)
1321         (default-left-margin, default-tab-width, default-case-fold-search)
1322         (default-left-margin-width, default-right-margin-width)
1323         (default-left-fringe-width, default-right-fringe-width)
1324         (default-fringes-outside-margins, default-scroll-bar-width)
1325         (default-vertical-scroll-bar, default-indicate-empty-lines)
1326         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
1327         (default-fringe-cursor-alist, default-scroll-up-aggressively)
1328         (default-scroll-down-aggressively, default-fill-column)
1329         (default-cursor-type, default-buffer-file-type)
1330         (default-cursor-in-non-selected-windows)
1331         (default-buffer-file-coding-system, default-major-mode)
1332         (default-enable-multibyte-characters): Mark as obsolete.
1334 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
1336         * vc-dir.el (vc-dir-update): Remove debug helper.
1338         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
1340 2009-08-26  Sam Steingold  <sds@gnu.org>
1342         * simple.el (save-interprogram-paste-before-kill): New user option.
1343         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
1344         save the interprogram-paste into kill-ring before overriding it
1345         with the Emacs kill.
1347 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
1349         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
1350         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
1351         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
1352         and move to vc-rcs.el.
1353         (vc-default-next-revision): Rename to vc-rcs-next-revision and
1354         move to vc-rcs.el.
1355         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
1356         (vc-rcs-update-changelog): Remove.
1357         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
1358         and move to vc-rcs.el.
1360         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
1361         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
1362         renaming.
1363         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
1364         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
1365         vc.el, renamed to be RCS specific.
1367         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
1368         New functions.
1369         (vc-cvs-update-changelog): Move here from vc.el.
1371         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
1372         New functions.
1374 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1376         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
1378 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
1380         * vc-git.el (vc-git-register): Use "git add" for directories.
1381         (vc-git-stash, vc-git-stash-show): New functions.
1382         (vc-git-extra-menu-map): Bind them.
1384         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
1385         directory correctly in case the item is a directory itself.
1387         * vc.el: Document the desired behavior for reverted files in the
1388         `added' state.
1389         (vc-default-prettify-state-info): Remove function, unused.
1391         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
1393 2009-08-26  Glenn Morris  <rgm@gnu.org>
1395         * bindings.el (standard-mode-line-format): Reposition dashes in
1396         which-func entry.  (Bug#4217)
1398         * files.el (enable-local-variables, enable-local-eval)
1399         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
1400         the defcustoms.
1401         (auto-mode-alist, ignored-local-variables)
1402         (save-some-buffers-action-alist): Move risky declarations to the
1403         definitions.
1404         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
1405         (font-lock-defaults, format-alist, imenu--index-alist)
1406         (imenu-generic-expression, input-method-alist, minor-mode-alist)
1407         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
1408         (mode-line-modified, mode-line-mule-info, mode-line-position)
1409         (mode-line-process, mode-line-remote, outline-level)
1410         (parse-time-rules, rmail-output-file-alist)
1411         (special-display-buffer-names, vc-mode):
1412         Move risky declarations to the relevant files.
1413         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
1414         (mode-line-modified, mode-line-process, mode-line-position)
1415         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
1416         * font-core.el (font-lock-defaults):
1417         * format.el (format-alist):
1418         * vc-hooks.el (vc-mode):
1419         * window.el (special-display-buffer-names):
1420         * international/mule-cmds.el (input-method-alist):
1421         Define riskiness here (dumped file) rather than in files.el.
1422         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
1423         * imenu.el (imenu-generic-expression, imenu--index-alist):
1424         * outline.el (outline-level):
1425         * time.el (display-time-string):
1426         * calendar/parse-time.el (parse-time-rules):
1427         * mail/rmailout.el (rmail-output-file-alist):
1428         Autoload riskiness here, rather than placing in files.el.
1430 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
1432         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
1434 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
1436         * simple.el (process-file-side-effects): New defvar.
1438         * dired-aux.el (dired-show-file-type):
1439         * vc.el (vc-diff-internal):
1440         * vc-arch.el (vc-arch-diff):
1441         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
1442         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
1443         * vc-git.el (vc-git-registered, vc-git-working-revision)
1444         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
1445         (vc-git--empty-db-p):
1446         * vc-hooks.el (vc-user-login-name):
1447         * vc-svn.el (vc-svn-registered, vc-svn-state)
1448         (vc-svn-dir-extra-headers, vc-svn-find-revision):
1449         * progmodes/grep.el (grep-probe): Let-bind
1450         `process-file-side-effects' with nil.
1452         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
1454         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
1455         daemon.  Replace ping by checking for running service for bluez
1456         and zeroconf.  (Bug#4239)
1458 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1460         * net/dig.el (dig): Add autoload cookie.
1462 2009-08-25  Glenn Morris  <rgm@gnu.org>
1464         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
1465         load-history for absolute file-names.
1466         (byte-compile-file-form-require): Warn about use of the cl package.
1468         * format.el (format-alist): Doc fix.
1470         * play/bubbles.el (top-level): Don't require cl at run-time.
1472         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
1473         run-time cl).
1475 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
1477         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
1478         from cl package.
1479         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
1481 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
1483         * calc/calc-alg.el (math-trig-rewrite)
1484         (math-hyperbolic-trig-rewrite): New functions.
1485         (calc-simplify): Simplify trig functions when asked.
1487 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1489         * diff-mode.el (diff-find-source-location): Avoid goto-line.
1491 2009-08-24  Kenichi Handa  <handa@m17n.org>
1493         * language/ind-util.el (mapthread): Delete it.
1494         (combinatorial): New function.
1495         (indian--puthash-cv): Use combinatorial instead of mapthread.
1497 2009-08-22  Kevin Ryde  <user42@zip.com.au>
1499         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
1500         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
1501         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
1502         Clarify docstring that the value is strings not symbols.
1503         (checkdoc-list-of-strings-p): New function.
1505 2009-08-22  Glenn Morris  <rgm@gnu.org>
1507         * files.el (auto-mode-alist):
1508         * hippie-exp.el (he-concat-directory-file-name):
1509         * lpr.el (lpr-windows-system, printer-name):
1510         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
1511         * ps-print.el (ps-windows-system):
1512         * startup.el (command-line):
1513         * emulation/viper-ex.el (viper-glob-function):
1514         * international/mule-cmds.el (set-language-environment-coding-systems):
1515         * net/ange-ftp.el (ange-ftp-write-region):
1516         * obsolete/fast-lock.el (fast-lock-cache-name):
1517         Remove code for defunct system-types emx, macos, mswindows, next-mach,
1518         unisoft-unix, vax-vms, win32, w32.
1520         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
1521         given name if the pattern is not more specific.
1523         * calendar/lunar.el (lunar-phase-names): New option.
1524         (lunar-phase): Doc fix.
1525         (lunar-cycles-per-year): New constant.
1526         (lunar-index): New function.
1527         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
1528         (lunar-phase-name): Use lunar-phase-names.
1529         (calendar-lunar-phases): Use format.
1530         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
1532         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
1533         Copy imenu-example--name-and-position function here for own use.
1534         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
1536         * bs.el (bs--redisplay):
1537         * cus-edit.el (custom-redraw):
1538         * ibuffer.el (ibuffer-bury-buffer):
1539         * server.el (server-goto-line-column):
1540         * startup.el (command-line-1):
1541         * strokes.el (strokes-xpm-for-stroke):
1542         * term.el (term-display-buffer-line):
1543         * view.el (View-goto-line):
1544         * calc/calc.el (calc-do, calc-trail-buffer):
1545         * play/gamegrid.el (gamegrid-add-score-insecure):
1546         * progmodes/ada-mode.el (ada-compile-goto-error):
1547         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
1548         (ebrowse-select-1st-to-9nth):
1549         * progmodes/cperl-mode.el (cperl-time-fontification):
1550         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
1551         * progmodes/gud.el (gud-display-line):
1552         (idlwave-shell-display-line):
1553         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
1554         * progmodes/make-mode.el (makefile-browser-toggle):
1555         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
1556         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
1557         * textmodes/picture.el (picture-draw-rectangle):
1558         * textmodes/reftex-index.el (reftex-index-goto-letter):
1559         (reftex-select-jump-to-previous):
1560         * textmodes/reftex-sel.el (reftex-find-start-point)
1561         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
1562         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
1563         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
1564         * textmodes/tex-mode.el (tex-compilation-parse-errors):
1565         * textmodes/two-column.el (2C-associated-buffer):
1566         Use forward-line rather than goto-line.
1568         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
1569         goto-line.
1571         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
1572         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
1573         (quick-check-list-to-regexp): Declare.
1575         * progmodes/make-mode.el (makefile-browser-insert-selection):
1576         Use goto-char rather than goto-line.
1578         * progmodes/prolog.el (compilation-error-regexp-alist)
1579         (compilation-forget-errors): Declare.
1581 2009-08-22  Juri Linkov  <juri@jurta.org>
1583         * progmodes/grep.el (lgrep, rgrep): At the beginning
1584         set `dir' to `default-directory' unless `dir' is a non-nil
1585         readable directory.  (Bug#4052)
1586         (lgrep, rgrep): Change a weird way to report an error
1587         from using `read-string' to using `error'.
1588         Instead of using interactive arguments in the function body,
1589         add new argument `confirm'.
1591 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1593         * textmodes/remember.el (remember-buffer):
1594         * progmodes/cperl-mode.el (cperl-vc-header-alist):
1595         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
1596         (icalendar-extract-ical-from-buffer):
1597         * net/newst-treeview.el (newsticker-groups-filename):
1598         * net/newst-backend.el (newsticker-cache-filename):
1599         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
1600         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
1601         (speedbar-add-ignored-path-regexp, speedbar-line-path)
1602         (speedbar-buffers-line-path, speedbar-path-line)
1603         (speedbar-buffers-line-path):
1604         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
1605         (epg-sign-keys):
1606         * epa.el (epa-display-verify-result):
1607         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
1609 2009-08-21  Glenn Morris  <rgm@gnu.org>
1611         * progmodes/js.el (inferior-moz-process): Fix declaration.
1613         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
1615         * obsolete/rnewspost.el (news-mail-reply):
1616         Use goto-char rather than goto-line.
1618         * term/ns-win.el (ns-open-file-select-line):
1619         Use line-beginning-position rather than goto-line.
1621         * apropos.el (apropos-command):
1622         * ehelp.el (electric-helpify):
1623         * printing.el (pr-show-setup):
1624         * strokes.el (strokes-help):
1625         * tutorial.el (tutorial--describe-nonstandard-key)
1626         (tutorial--detailed-help):
1627         * woman.el (woman-mini-help, woman-display-extended-fonts):
1628         * calc/calc-help.el (calc-describe-key):
1629         * emulation/edt.el (edt-electric-helpify):
1630         * international/mule-diag.el (mule-diag):
1631         * play/yow.el (apropos-zippy):
1632         * progmodes/python.el (python-describe-symbol):
1633         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
1634         * textmodes/table.el (*table--cell-describe-mode)
1635         (*table--cell-describe-bindings):
1636         Use help-print-return-message rather than the now obsolete alias.
1638         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
1639         (calendar-cursor-to-visible-date):
1640         * play/5x5.el (5x5-position-cursor):
1641         * play/decipher.el (decipher):
1642         * play/gomoku.el (gomoku-goto-xy):
1643         * play/landmark.el (lm-goto-xy):
1644         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
1645         (mpuz-paint-digit):
1646         Use forward-line, not goto-line.
1648         * mail/rmail.el (rmail-obsolete): Delete custom group.
1649         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
1650         (rmail-remote-password, rmail-remote-password-required):
1651         Remove unneeded :set-after and :set properties.
1653 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
1655         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
1657 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
1659         * loadup.el: Remove leftover macos code.
1661         * vc-git.el (vc-git-annotate-command): Run asynchronously.
1662         Explicitly pass the date format to git blame so that user local
1663         so that the output format can be parsed.
1665 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
1667         * net/dbus.el (top): Don't check for (getenv
1668         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
1670 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
1672         * log-edit.el (log-edit-strip-single-file-name): New var.
1673         (log-edit-insert-changelog): Use it.  Bug#3571
1675 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1677         * subr.el (read-passwd): Use read-key so keypad keys work as well.
1678         Bug#3287
1680         * help.el (help-print-return-message): Rename from
1681         print-help-return-message.
1683         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
1684         cvs-mode-map parent hack.
1685         (log-view-mode): Derive from special-mode.
1687         * linum.el (linum-mode): window-size-change-functions is redundant.
1688         Adapt to new window-configuration-change-hook behavior.
1689         (linum-after-size, linum-after-config): Remove.
1691         * imenu.el (imenu-example--name-and-position)
1692         (imenu-example--lisp-extract-index-name)
1693         (imenu-example--create-lisp-index, imenu-example--create-c-index):
1694         Mark as obsolete.
1696         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
1697         (inferior-prolog-mode): Use it.
1698         (inferior-prolog-load-file): Reset list of errors.
1700 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1702         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
1704         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
1706 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
1708         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
1709         is running already.
1711 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1713         * subr.el (listify-key-sequence-1): Use normal syntax since those
1714         integers are nowadays always represented by the same (positive) number
1715         on all platforms.
1716         (read-key-empty-map): New const.
1717         (read-key-delay): New var.
1718         (read-key): New function.
1719         (force-mode-line-update): Use with-current-buffer.
1720         (locate-user-emacs-file): Don't forget to abbreviate the file name.
1721         (start-process-shell-command, start-file-process-shell-command):
1722         Discourage the use of command-args.
1724 2009-08-19  Glenn Morris  <rgm@gnu.org>
1726         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
1728 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1730         * simple.el (choose-completion-string): Don't rely on
1731         minibuffer-completing-file-name and ad-hoc checks to decide whether
1732         to continue completion or not.
1734         * minibuffer.el (minibuffer-hide-completions): New function.
1735         (completion--do-completion): Use it.
1736         (completions-annotations): New face.
1737         (completion--insert-strings): Use it.
1738         (completion-pcm--delim-wild-regex): Add docstring.
1739         (completion-pcm--string->pattern): Add support for 0-width delimiters
1740         in completion-pcm--delim-wild-regex.
1742 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1744         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
1745         Remove unused var `buffer-modified-p'.
1747         * minibuffer.el (completion--do-completion): Move point for the #b001
1748         case as well (bug#4176).
1749         (minibuffer-complete, minibuffer-complete-word): Don't move point.
1751 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
1753         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
1754         and :session buses.
1756 2009-08-18  Kenichi Handa  <handa@m17n.org>
1758         * international/ucs-normalize.el (ucs-normalize-version):
1759         Change to 1.1.
1760         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
1761         (utf-8-hfs): Make it perform normalization on encoding too.
1763         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
1764         (sentence-end-without-space): Delete duplicated chars.
1765         (sentence-end-base): Likewise.
1767         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
1768         (html-mode): Delete duplicated chars from sentence-end-base.
1770         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
1771         (texinfo-mode): Delete duplicated chars from sentence-end-base.
1773 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
1775         * files.el (hack-one-local-variable): If the mode function is for
1776         a minor mode, pass it an argument (Bug#4148).
1778 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
1780         * net/tramp.el (tramp-register-completion-file-name-handler):
1781         Check also for (member 'partial-completion completion-styles).
1783 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1785         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
1786         abbrev (Bug#3943).
1788 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
1790         * progmodes/cperl-mode.el: Merge upstream 6.2.
1791         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
1792         (cperl-forward-re): Check cperl-brace-recursing.
1793         (cperl-highlight-charclass): New function.
1794         (cperl-find-pods-heres): Use it.
1795         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
1796         (cperl-beautify-regexp-piece): Fix column calculation.
1797         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
1798         (cperl-beautify-level): Don't process entire regexp.
1799         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
1800         calling man.
1801         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
1802         (cperl-init-faces): Build a list in the normal way.
1804 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1806         * calendar/parse-time.el (parse-time-string-chars): Save match
1807         data.
1809 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1811         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
1812         (sql-product): Use it.
1813         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
1814         (sql-set-product): Add completion.
1815         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
1816         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
1817         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
1818         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
1819         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
1820         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
1821         (sql-highlight-db2-keywords): Remove.
1822         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1823         (sql-highlight-product): Use derived-mode-p.
1824         (sql-set-sqli-buffer): Use with-current-buffer.
1825         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
1826         Simplify.
1828         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
1830         * term.el: Fix commenting convention, turn comments into docstrings.
1832 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
1834         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
1836 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1838         * calendar/parse-time.el (parse-time-string-chars): Compute using
1839         character classes, to handle non-ascii characters (Bug#3190).
1841 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1843         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
1844         another heredoc if the user adds another < (Bug#3226).
1846         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1847         Don't initialize based on window-system (Bug#4124).
1849         * facemenu.el (facemenu-read-color): Use a completion function
1850         that accepts any defined color, such as RGB triplets (Bug#3677).
1852         * files.el (get-free-disk-space): Change fallback default
1853         directory to /.  Expand DIR argument before switching to fallback.
1854         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
1856 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1858         * files.el (load-library): Doc fix.
1860 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
1862         * viper-cmd.el (viper-insert-isearch-string): New function.
1863         (viper-if-string): Redefine C-s in the minibuffer to insert the last
1864         incremental search string.
1866         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
1867         XEmacs.
1869         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
1870         (ediff-merge-region-is-non-clash)
1871         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
1872         Also check if the job is really a merge job.
1874         * ediff.el (ediff-current-file): New function.
1876 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1878         * progmodes/js.el: Edit docstrings throughout to follow Emacs
1879         conventions.
1880         (js-insert-and-indent): Delete function.
1881         (js-mode-map): Don't bind keys to js-insert-and-indent.
1882         (js-beginning-of-defun): Rename from js--beginning-of-defun.
1883         (js-end-of-defun): Rename from js--end-of-defun.
1884         (js-auto-indent-flag): Delete variable.
1886 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
1888         * progmodes/js.el: Remove proclaim statement.
1889         Defvar which-func-imenu-joiner-function to silence compiler.
1891         * files.el (auto-mode-alist): Use js-mode for .js files.
1893         * progmodes/js2-mode.el: Remove file.
1895         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
1897         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
1899         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
1901 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
1902             Karl Landstrom  <karl.landstrom@brgeight.se>
1904         * progmodes/js.el: New file.
1906 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
1908         * timezone.el (timezone-parse-date): Add ability to understand ISO
1909         basic format (minimal separators) dates in addition to the
1910         already-supported extended format dates.
1912 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
1914         * international/ucs-normalize.el: Add a `coding' file variable.
1916         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
1918 2009-08-14  Sam Steingold  <sds@gnu.org>
1920         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1922 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1924         * faces.el (help-argument-name): Define it here instead of
1925         help-fns.el, because in daemon mode help-fns.el may be loaded when
1926         faces are still uninitialized (Bug#1078).
1928         * help-fns.el (help-argument-name): Move defface to faces.el.
1930 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
1932         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
1933         create buffer with a pty but no process so that GDB can make the
1934         inferior the controlling process.
1936 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
1938         * international/ucs-normalize.el: New file.
1940 2009-08-13  Richard Stallman  <rms@gnu.org>
1942         * mail/rmail.el (rmail-get-attr-names):
1943         Accept an attribute header that is too short.
1945         * mail/rmail.el (rmail-forget-messages):
1946         Ignore nil elt in rmail-message-vector.  Use dotimes.
1948         * progmodes/compile.el (compilation-goto-locus):
1949         Use next-error-move-function.
1951         * simple.el (next-error-move-function): New variable.
1953 2009-08-12  Juri Linkov  <juri@jurta.org>
1955         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
1956         always non-nil.  (Bug#4052)
1958         * replace.el (read-regexp): Return empty string when
1959         `default-value' is nil.
1960         (keep-lines-read-args): Don't use empty string as the
1961         default value for `read-regexp'.  (Bug#2495)
1963 2009-08-12  Juri Linkov  <juri@jurta.org>
1965         * international/mule-cmds.el (ucs-insert): Change arguments
1966         from `arg' to `character', `count', `inherit' to be the same
1967         as in `insert-char'.  Doc fix.  (Bug#4039)
1969         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
1971 2009-08-12  Juri Linkov  <juri@jurta.org>
1973         * files-x.el: New file.
1975         * files.el: Move code that deals with adding/deleting
1976         file/directory-local variables to files-x.el.
1978         * Makefile.in (ELCFILES): Add files-x.elc.
1980 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
1982         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
1983         to use `goto-line'.
1984         (gdb-place-breakpoints, gdb-get-location): Rewritten without
1985         `goto-line'.
1986         (gdb-invalidate-disassembly): Do not refresh upon receiving
1987         'update signal.  Instead, update all disassembly buffers only after
1988         threads list.
1989         (gdb): Send -target-detach when buffer is killed (#3794).
1990         (gdb-starting): Moved -data-list-register-names...
1991         (gdb-stopped): ...here so it's sent when first thread stops.
1992         (gdb-registers-handler-custom): Do nothing if register names are
1993         unknown yet.
1995         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
1996         from `gdb-mi.el' to avoid extra tangling.
1998         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
1999         change which breaks `gud-def' definitions used in `gdb'.
2000         (gdb-update-gud-running): No extra fuss for updating frame number.
2002 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2004         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
2005         (describe-language-environment-map, setup-language-environment-map)
2006         (set-coding-system-map): Move initialization into declaration.
2007         (set-language-info-alist): Last arg to define-key-after can be skipped.
2009         * international/quail.el (quail-completion-1): Simplify.
2010         (quail-define-rules): Use slightly more compact code.
2011         (quail-insert-decode-map): Propertize keys, compact columns.
2013         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2014         Add goto-line.
2016 2009-08-10  Miles Bader  <miles@gnu.org>
2018         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
2019         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
2020         (js2-instance-member, js2-private-member, js2-private-function-call)
2021         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
2022         (js2-magic-paren, js2-external-variable):
2023         Remove "-face" suffix from face names.
2024         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
2025         (js2-highlight-undeclared-vars, js2-peek-token)
2026         (js2-parse-function-params, js2-mode-show-errors)
2027         (js2-mode-show-warnings, js2-make-magic-delimiter)
2028         (js2-mode-highlight-magic-parens): Update to use new face names.
2030 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
2032         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
2033         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
2035 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
2037         * subr.el: Provide hashtable-print-readable.
2039         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
2040         hs-c-like-adjust-block-beginning.
2041         (hs-hide-block-at-point): Stop hiding at the beginning of
2042         hs-block-end-regexp (Bug#700).
2044 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
2046         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
2047         a macro.
2048         (gdb-registers-handler-custom): Do not fail when register names
2049         are unavailable.
2051 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
2053         * progmodes/gdb-mi.el (gdb-control-all-threads)
2054         (gdb-control-current-thread): Interactive setters for
2055         `gdb-gud-control-all-threads' to use in menu.
2056         (gdb-show-run-p): Show «Go» when process is not active.
2057         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
2058         gud/thread.xpm and gud/all.xpm.
2060 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
2062         * net/net-utils.el (net-utils-font-lock-keywords): New var.
2063         (nslookup-font-lock-keywords): Make it a variable.
2064         (net-utils-mode): New mode for viewing diagnostic network output.
2065         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
2066         (net-utils-run-simple): New function.
2067         (ifconfig, iwconfig, netstat, arp, route): Use it.
2069 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
2071         * progmodes/gdb-mi.el (gdb-read-memory-custom)
2072         (gdb-memory-set-address, def-gdb-set-positive-number)
2073         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
2074         after changing settings.
2075         (gdb-invalidate-disassembly): Update when first shown.
2076         (gdb-edit-locals-value): Fixed.
2077         (gdb-registers-handler-custom): Print registers in right order and
2078         allow changing register values (only for current thread yet).
2079         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
2080         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
2081         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
2082         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
2083         info in mode name.
2084         (gdb-registers-mode-map): TAB to switch to locals.
2086 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
2088         * mail/rmail.el (rmail-add-mbox-headers)
2089         (rmail-set-message-counters-counter): Search for
2090         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
2092 2009-08-08  Glenn Morris  <rgm@gnu.org>
2094         * Makefile.in (ELCFILES): Update.
2096 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
2098         * mail/sendmail.el (mail-yank-original): Set
2099         buffer-file-coding-system from the one used by the message whose
2100         text is yanked.
2102         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
2103         to "windows" when "pgnuplot" is used.
2104         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
2105         call accept-process-output if "pgnuplot" is used.
2106         (calc-graph-init): Don't send -display and -geometry to
2107         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
2108         running "pgnuplot -V" with shell-command-to-string.
2110         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
2111         the default.
2113 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
2115         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
2116         org/org-latex.elc.
2118 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
2120         * vc-dispatcher.el (vc-resynch-window): Update comment.
2122         * term.el (term-handle-ansi-escape): Add comments with the
2123         terminfo capabilities implemented.
2125 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
2127         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
2128         (gdb-var-create-handler): Rewritten using JSON parser.
2129         (gdb-propertize-header): Moved earlier.
2130         (gdb-set-header): Removed to avoid duplication.
2131         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
2132         Refresh disassembly buffers only after threads list have been
2133         update.
2134         (gdb-threads-header, gdb-registers-header): Per-buffer header line
2135         variables.
2137 2009-08-04  Juri Linkov  <juri@jurta.org>
2139         * files.el: Commands to add/delete file/directory-local variables.
2140         (read-file-local-variable, read-file-local-variable-value)
2141         (read-file-local-variable-mode, modify-file-local-variable)
2142         (modify-file-local-variable-prop-line)
2143         (modify-dir-local-variable): New functions.
2144         (add-file-local-variable, delete-file-local-variable)
2145         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
2146         (add-dir-local-variable, delete-dir-local-variable)
2147         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
2148         (copy-dir-locals-to-file-locals-prop-line): New commands.
2150 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
2152         * abbrev.el (insert-abbrev-table-description): Prettify output.
2153         Suggested by Karl Chen.
2155 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
2157         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
2158         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
2159         (gdb-overlay-arrow-position, gdb-thread-position)
2160         (gdb-disassembly-position): Declare variables.
2161         (gdb-wait-for-pending): Function now.
2162         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
2163         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
2164         compilation goes smoothly.
2165         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
2166         (gdb-non-stop-setting): New customization setting which replaces
2167         `gdb-non-stop' so changing it doesn't break active GDB session.
2168         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
2169         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
2170         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
2171         (gdb-show-threads-by-default): New customization options.
2172         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
2173         routines.
2174         (gdb-get-buffer-create): Send buffers update signal when they are
2175         created.
2176         (gdb-invalidate-locals, gdb-invalidate-registers)
2177         (gdb-invalidate-breakpoints)
2178         (gdb-invalidate-threads, gdb-invalidate-disassembly)
2179         (gdb-invalidate-memory): Accept update signal.
2180         (gdb-current-context-command): Use --frame option.
2181         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
2182         Implement `gdb-frame-number' selection logic.
2183         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
2184         whether to show GUD toolbar buttons.
2185         (gdb-thread-exited): Unselect current thread when it exits.
2186         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
2187         (gdb-mark-line): Routine which sets overlay arrow or inverses
2188         video on fringeless displays.
2189         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
2190         to build aligned columns of data in GDB buffers and set text
2191         properties line-by-line.
2192         (gdb-invalidate-breakpoints)
2193         (gdb-breakpoints-list-handler-custom)
2194         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
2195         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
2196         (gdb-registers-handler-custom): Align data columns.
2197         (gdb-locals-handler-custom): Now prints data like in variable
2198         declarations.
2199         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
2200         Removed confusing buttons.
2201         (gdb-invalidate-threads): Append --frame.
2202         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
2203         between breakpoints/threads buffers.
2204         (gdb-set-window-buffer): Now can ignore dedicated windows.
2205         (gdb-propertize-header): Use `gdb-set-window-buffer'.
2206         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
2207         (def-gdb-thread-buffer-gud-command): Replaces
2208         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
2209         for fine thread control.
2210         (gdb-preempt-existing-or-display-buffer): New function used to
2211         display bound buffers without breaking window layout.
2212         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
2213         (gdb-select-frame): New version of `gdb-frames-select' which now
2214         sets `gdb-frame-number' so commands may use --frame option instead
2215         of inner debugger state.
2216         (gdb-frame-handler): Do not set `gdb-frame-number'.
2217         (gdb-threads-mode-map): Select threads with mouse.
2219         * progmodes/gud.el (gdb-gud-context-call): Declare function to
2220         avoid compilation warning.
2221         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
2222         `gdb-show-stop-p`.
2224         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
2225         Argument `key' renamed to `buffer-type'.
2226         (gdb-current-context-buffer-name): Do not add thread info to
2227         buffer name when no thread is selected.
2228         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
2229         command (bug 3794).
2230         (gdb-thread-selected): Handle `=thread-selected' notification.
2231         (gdb-wait-for-pending): New macro to deal with congestion problems.
2232         (gdb-breakpoints-list-handler-custom): Don't fail on pending
2233         breakpoints.
2234         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
2235         This fixes problem similar to one described in bug 3947.
2236         (gud-menu-map): More menu items.
2237         (gdb-init-1): Reset `gdb-thread-number' to nil.
2239         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
2240         non-stop settings.
2242         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
2243         (gdb-current-context-command): Do not append --thread if
2244         `gdb-thread-number' is nil.
2245         (gdb-running-threads-count, gdb-stopped-threads-count): New
2246         variables.
2247         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
2248         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
2249         customization options.
2250         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
2251         GUD commands.
2252         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
2253         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
2254         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
2255         set `gdb-thread-number' and update `gud-running' properly.
2256         (gdb-running): Update threads list when new threads appear.
2257         (gdb-stopped): Support non-stop operation and new thread switching
2258         logic.
2259         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
2260         (gdb-json-partial-output): New set of JSON routines.
2261         (def-gdb-auto-update-trigger): New `signal-list' optional
2262         argument.
2263         (gdb-thread-list-handler-custom): Update `gud-running',
2264         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
2265         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
2266         (gdb-continue-thread, gdb-step-thread): New commands for fine
2267         thread execution control.
2268         (gud-menu-map): New menu items to switch non-stop options.
2269         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
2270         (gdb-send): Mimic RET properly (bug 3794).
2272         * progmodes/gdb-mi.el (gdb-rules-name-maker)
2273         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
2274         gdb-buffer-rules.
2275         (def-gdb-auto-update-handler): New nopreserve optional argument.
2276         (gdb-stack-list-frames-custom): Print stack from top to bottom.
2278         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
2279         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
2280         (gdb-parent-mode): New mode to derive other GDB modes from.
2281         (gdb-display-disassembly-for-thread)
2282         (gdb-frame-disassembly-for-thread): New commands for threads
2283         buffer.
2285         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
2286         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
2287         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
2288         (gdb-update): We now store all GDB buffers in a list so that they
2289         can be updated by traversing a list instead of calling invalidate
2290         triggers explicitly.
2291         (def-gdb-trigger-and-handler): New macro to define trigger-handler
2292         pair for GDB buffer.
2293         (gdb-stack-buffer-name): Add thread information.
2294         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
2295         handle pending triggers.
2296         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
2297         (def-gdb-thread-buffer-simple-command)
2298         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
2299         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
2300         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
2301         New commands which show buffers bound to thread.
2302         (gdb-stack-list-locals-regexp): Removed unused regexp.
2304         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
2305         (gdb-locals-buffer-name, gdb-registers-buffer-name)
2306         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
2307         to (gud-comint-buffer) in *-buffer-name functions
2308         because (gdb-get-target-string) already does that.
2309         (gdb-locals-handler-custom, gdb-registers-handler-custom)
2310         (gdb-changed-registers-handler): Rewritten without regexps.
2312         * progmodes/gdb-mi.el Basic thread selection support.
2313         (gdb-thread-number): New variable.
2314         (gdb-current-context-command): New macro which adds --thread
2315         option to command.
2316         (gdb-threads-mode-map): Select thread with SPC.
2317         (gdb-thread-list-handler-custom): Mark current thread with overlay
2318         arrow.  Synchronize GDB thread and Emacs thread.
2319         (gdb-select-thread): New command which selects current thread.
2320         (gdb-invalidate-frames, gdb-invalidate-locals)
2321         (gdb-invalidate-registers): Use --thread option.
2323 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
2325         * net/tramp.el (top): Make check for tramp-gvfs loading more
2326         robust.  (Bug#3977)
2327         (tramp-handle-insert-file-contents): `unwind-protect' must be
2328         inside `with-parsed-tramp-file-name'.
2330         * net/tramp-gvfs.el (top): Remove superfluous message when loading
2331         fails.
2333 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
2335         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
2336         directory if CLASSPATH is not set.
2338 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
2340         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
2341         New defconst.
2342         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
2344 2009-08-02  Kevin Ryde  <user42@zip.com.au>
2346         * net/newst-backend.el (newsticker--raw-url-list-defaults):
2347         Update freshmeat link.  Delete newsforge.com as it seems gone.
2349 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
2351         * select.el (x-set-selection): Doc fix (Bug#4021).
2353         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
2355         * help-fns.el (describe-variable): Treat list return values from
2356         dir-locals-find-file properly (Bug#4005).
2358 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
2360         * net/tramp.el (tramp-debug-message): Print also microseconds.
2362 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
2364         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
2365         or END is non-nil.
2366         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
2367         (tramp-get-debug-buffer): Change `outline-regexp' according to new
2368         format.
2370         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
2371         (tramp-get-file-property): Use it.
2373         * autorevert.el (auto-revert-handler): Allow
2374         `auto-revert-tail-mode' for remote files.
2376 2009-08-02  Jason Rumney  <jasonr@gnu.org>
2378         * minibuffer.el (read-file-name): Treat confirm options to
2379         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
2381 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
2383         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
2384         (font-lock-variable-name-face, font-lock-constant-face): Darken
2385         the colors for light backgrounds.
2387 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
2389         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
2390         month names.  (Bug#3987)
2392 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
2394         * simple.el (line-move-finish): Pass whole number to
2395         line-move-to-column.
2396         (line-move-visual): Perform hscroll to the recorded position.
2398 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
2400         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
2402 2009-07-29  Alan Mackenzie  <acm@muc.de>
2404         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
2406 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
2408         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
2409         (gdb-place-breakpoints): Use full path when setting breakpoints.
2411 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
2413         * calc/calc.el (calc-mode-map): Add keybinding for
2414         `calc-transpose-lines'.
2416 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
2418         * calc/calc-misc.el (calc-transpose-lines): New function.
2420 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
2422         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
2423         Simplify check for out-of-band methods.
2424         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
2425         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
2427 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
2429         * vc-git.el (vc-git-checkin): Fix typo.
2431 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
2433         * progmodes/js2-mode.el: New file.
2435 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
2437         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
2438         (gud-menu-map): Adjust tooltip accordingly.
2440 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2442         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
2443         (vc-bzr-log-view-mode): Adjust log-view-file-re.
2445         * add-log.el (change-log-mode-map): Add a menu.
2447 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
2449         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
2450         function returns nil.
2451         (dbus-handle-event): Handle special return value :ignore.
2452         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
2454 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
2456         * view.el (view-mode-enable): Don't define Helper-return-blurb if
2457         it's not needed.
2459 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
2461         Fix Bug#3888:
2463         * w32-vars.el (x-select-enable-clipboard): Doc fix.
2465         * term/pc-win.el (x-display-name, x-colors)
2466         (x-select-enable-clipboard, x-select-text): Doc fix.
2468         * term/common-win.el (x-display-name, x-colors): Doc fix.
2470         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
2471         (xw-defined-colors): Doc fix.
2473         * w32-fns.el (x-select-text, x-setup-function-keys)
2474         (x-get-selection, x-set-selection): Doc fix.
2476         * term/x-win.el (x-select-text, x-setup-function-keys)
2477         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
2479         * select.el (x-set-selection): Doc fix.
2481 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
2483         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
2484         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
2485         "IsNSSSupportAvailable" method is not available.  Reported by
2486         Steve Youngs <steve@sxemacs.org>.
2488 2009-07-24  Kenichi Handa  <handa@m17n.org>
2490         * international/characters.el: Fix setting of category ?C, ?|, ?K,
2491         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
2492         (build-unicode-category-table): Fix range checks.
2494 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2496         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
2497         the buffer we try to sync is current when calling
2498         vc-resynch-buffer.
2500         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
2501         not show up to date files.
2503 2009-07-24  Glenn Morris  <rgm@gnu.org>
2505         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
2506         Add autoload cookies.  If necessary, initialize.
2507         (elint-log): Handle non-file buffers.
2508         (elint-initialize): Add optional argument to reinitialize.
2509         (elint-find-builtin-variables): Save excursion.
2511 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2513         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2514         for Lint.
2516 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2518         * vc.el (vc-print-log-internal): New function, split out from ...
2519         (vc-print-log): ... here.
2520         (vc-dir-move-to-goal-column): Declare.
2522         * vc-git.el (vc-git-add-signoff): New variable.
2523         (vc-git-checkin): Use it.
2524         (vc-git-toggle-signoff): New function.
2525         (vc-git-extra-menu-map): Bind it to menu.
2526         (vc-git--run-command-string): Accept a nil FILE argument.
2527         (vc-git-stash-list): New function.
2528         (vc-git-dir-extra-headers): Use it.
2530 2009-07-23  Glenn Morris  <rgm@gnu.org>
2532         * help-fns.el (describe-variable): Describe ignored and risky local
2533         variables in a similar way to that in which we describe safe ones.
2535         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
2536         (byte-compile-output-file-form, byte-compile-output-docform)
2537         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
2538         Give some more local variables with common names a "bytecomp-" prefix,
2539         so as not to shadow things during compilation.
2540         * emacs-lisp/cl-macs.el (load-time-value)
2541         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
2542         `outbuffer' to `bytecomp-outbuffer'.
2544         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
2545         since the next two variables cover them automatically now.
2546         (elint-builtin-variables, elint-autoloaded-variables): New.
2547         (elint-unknown-builtin-args): Remove all members, since they can be
2548         parsed automatically now.
2549         (elint-extra-errors): New.
2550         (elint-env-add-env, elint-env-add-macro): Use cadr.
2551         (elint-current-buffer): Use or.  Change final message.
2552         (elint-get-top-forms): Use line-end-position.
2553         (elint-init-env): Use cadr.  Handle autoload, declare-function,
2554         and defalias.
2555         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
2556         (regexp-assoc): Remove unused function.
2557         (elint-top-form): Set elint-current-pos, to record the start of the
2558         top-level form, for compilation-mode.
2559         (elint-form): Trap errors in macro expansion.  Use dolist.
2560         (elint-unbound-variable): Use elint-builtin-variables and
2561         elint-autoloaded-variables.
2562         (elint-get-args): Use cadr, or.
2563         (elint-check-cond-form): Use dolist, cadr.
2564         (elint-check-condition-case-form): Doc fix.  Use cadr.
2565         Use elint-extra-errors.
2566         (elint-log): New function.
2567         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
2568         Distinguish errors and warnings.
2569         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
2570         Use a bytecomp-style format.
2571         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
2572         (elint-get-log-buffer): Use compilation mode.  Disable undo.
2573         Don't truncate lines.
2574         (elint-initialize): Set builtin and autoloaded variable lists.
2575         Only process elint-unknown-builtin-args if non-nil.
2576         (elint-find-builtin-variables, elint-find-autoloaded-variables):
2577         New functions.
2578         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
2580 2009-07-22  Kevin Ryde  <user42@zip.com.au>
2582         * net/newst-backend.el (newsticker--parse-atom-1.0)
2583         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
2584         (newsticker--parse-rss-1.0):
2585         * progmodes/idlwave.el (idlwave-mode):
2586         * progmodes/idlw-shell.el (idlwave-shell-mode):
2587         * progmodes/vera-mode.el (vera-mode):
2588         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
2589         * progmodes/vhdl-mode.el (vhdl-mode):
2590         * textmodes/table.el (table-generate-source)
2591         (table--warn-incompatibility):
2592         Hyperlink urls in docstrings with URL `...'.
2594 2009-07-22  Glenn Morris  <rgm@gnu.org>
2596         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
2597         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
2598         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
2599         Remove leading * from defcustom docs.
2601         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
2603         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
2604         defcustom doc.
2605         (list-load-path-shadows): Optionally, just return shadows as a string.
2607         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
2609 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
2611         * mail/rmailedit.el (rmail-edit-mode): Use
2612         auto-save-include-big-deletions.
2614         * mail/rmail.el (rmail-variables): Use
2615         auto-save-include-big-deletions.
2617         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
2618         changes.
2620 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
2622         * calc/calc.el (calc-undo-length): New variable.
2623         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
2625 2009-07-21  Richard Stallman  <rms@gnu.org>
2627         * files.el (auto-save-mode): Handle buffer-save-size = -2
2628         for toggling mode.
2630 2009-07-21  Glenn Morris  <rgm@gnu.org>
2632         * textmodes/ispell.el (ispell-looking-back): Update declaration.
2634         * calendar/todo-mode.el (calendar-current-date): Update declaration.
2636         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
2637         silence compiler.  Instead...
2638         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
2639         (ps-print-ensure-fontified): Update for above function name changes.
2641         * printing.el (pr-mh-get-msg-num, pr-mh-show)
2642         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
2643         silence compiler.  Instead...
2644         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
2645         (mh-show-buffer): Only define for compiler.
2646         (pr-mh-current-message): Update for above function name changes.
2648         * files.el (abort-if-file-too-large): Explicitly pass `filename'
2649         as an argument.
2650         (find-file-noselect, insert-file-1): Update for above change.
2652         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
2654         * mail/mailclient.el (mailclient-send-it): Fix message.
2656         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
2657         (edebug-eval): Check cl-debug-env is bound.
2658         (print-level, print-circle): Don't redefine built-in variables.
2660         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
2661         (custom-print-vectors): Remove old comments from doc.
2663         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
2664         (emerge-version): Make the variable an obsolete alias for the
2665         emacs-version variable.  Make the function obsolete.
2666         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
2667         Emerge options, rather than merging in into the main Options menu.
2668         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
2669         and auto advance modes.  Disable edit/fast items when not relevant.
2671 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2673         * term/vt420.el (terminal-init-vt420): Fix typo.
2675 2009-07-20  Sam Steingold  <sds@gnu.org>
2677         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
2678         variable (removed from compile.el on 2004-03-11).
2680 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
2682         * files.el (hack-local-variables-filter): Fix last change.
2684 2009-07-19  Juri Linkov  <juri@jurta.org>
2686         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
2687         (dir-local-variables-alist): New buffer-local variable.
2688         (hack-local-variables-filter): If variable is not dir-local,
2689         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
2690         because file-local overrides dir-local.
2691         (c-postprocess-file-styles)<declare-function>:
2692         Remove obsolete declaration.
2693         (hack-dir-local-variables): Add dir-local variable/value pair to
2694         `dir-local-variables-alist' and remove duplicates.  Doc fix.
2696         * help-fns.el (describe-variable): Add information about
2697         file-local and dir-local variables.
2699 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
2701         * files.el (hack-local-variables-filter): Rewrite.
2703 2009-07-19  Glenn Morris  <rgm@gnu.org>
2705         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
2706         Silence compiler by only defining on XEmacs.
2708         * international/mule.el (auto-coding-regexp-alist): Only match
2709         BABYL... at the start of buffer, not of lines.  (Bug#3790)
2711         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
2712         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
2713         (cal-menu-context-mouse-menu): Doc fix.
2715         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
2717         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
2719 2009-07-18  Juri Linkov  <juri@jurta.org>
2721         * info.el: Virtual Info keyword finder.
2722         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
2723         (Info-finder-file): New variable.
2724         (Info-finder-find-file): New function.
2725         (finder-known-keywords, finder-package-info)
2726         (find-library-name, lm-commentary): Use defvar and
2727         declare-function to silence compiler warnings.
2728         (Info-finder-find-node): New function.
2729         (info-finder): New command.
2731         * subr.el (process-kill-buffer-query-function): New function.
2732         (add-hook)<kill-buffer-query-functions>: Add hook
2733         `process-kill-buffer-query-function'.
2735 2009-07-18  Alan Mackenzie  <acm@muc.de>
2737         * progmodes/cc-mode.el (c-before-hack-hook)
2738         (c-postprocess-file-styles): Give invocation of `c-set-style'
2739         DONT-OVERRIDE parameter of t.  Already set style variables will
2740         thus not be overridden by style settings given by `c-file-syle'.
2742         * files.el (hack-local-variables-filter): Remove entries with
2743         duplicate keys from `file-local-variables-alist'.
2745 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2747         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
2748         x-set-selection if display-selections-p returns nil for the
2749         current frame.
2751 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2753         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
2755 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2757         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
2758         Accept nil in addition to a regexp.
2759         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
2760         Accept nil in addition to a regexp.
2761         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
2762         buffers that have an associated file.  Handle nil values of
2763         desktop-buffers-not-to-save and desktop-files-not-to-save.
2764         (Bug#3833)
2766         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2767         (x-disown-selection-internal): New functions.
2769 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
2771         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
2772         warning.
2773         (gdb-breakpoints-header): Move forward to avoid compiler warning.
2774         (gdb-make-header-line-mouse-map): Remove duplicate definition.
2776 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
2778         * simple.el (set-mark): Revert last change.
2780 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
2782         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
2783         rendering of pngs is not possible instead of messaging a long
2784         description.
2786 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
2788         * w32-fns.el (x-selection-owner-p): New function.
2790         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
2791         (mouse-yank-at-click, mouse-yank-primary): If
2792         select-active-regions is non-nil, deactivate the mark before
2793         insertion.
2795         * simple.el (deactivate-mark, set-mark): Only save selection if we
2796         own it.
2798 2009-07-17  Kenichi Handa  <handa@m17n.org>
2800         * case-table.el (describe-buffer-case-table): Fix for the case
2801         that KEY is a cons.
2803 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2805         * vc-rcs.el (vc-rcs-find-file-hook):
2806         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
2808 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
2810         * net/tramp.el (tramp-wait-for-output): Handle the case when
2811         commands do not return a newline but a null byte before the shell
2812         prompt.  (Bug#3858)
2814 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2816         * term/ns-win.el (ns-set-alpha): Don't declare.
2817         (ns-set-background-alpha): Remove function.
2819 2009-07-16  Kevin Ryde  <user42@zip.com.au>
2821         * emacs-lisp/copyright.el (copyright-update): Save match-data across
2822         y-or-n-p, for safety.
2824 2009-07-16  Richard Stallman  <rms@gnu.org>
2826         * files.el (auto-save-mode): If buffer-saved-size is -2,
2827         don't clobber it.
2829         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
2830         (rmail-retry-ignored-headers): Add more uninteresting fields.
2832 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
2834         * net/rcirc.el (rcirc): Use history variables.
2835         (rcirc-server-name-history, rcirc-nick-name-history)
2836         (rcirc-server-port-history): New variables.
2838 2009-07-15  Kenichi Handa  <handa@m17n.org>
2840         * international/mule-cmds.el (set-language-environment-charset):
2841         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
2842         ignore them.
2844         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
2845         Delete unibyte-display.
2847 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2849         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
2851 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2853         * simple.el (deactivate-mark): Optional argument FORCE.
2854         (set-mark): Use deactivate-mark.
2856         * info.el (Info-search): No need to check transient-mark-mode
2857         before calling deactivate-mark.
2859         * select.el (x-set-selection): Doc fix.
2860         (x-valid-simple-selection-p): Allow buffer values.
2861         (xselect--selection-bounds): Handle buffer values.  Suggested by
2862         David De La Harpe Golden.
2864         * mouse.el (mouse-set-region, mouse-drag-track): Call
2865         copy-region-as-kill before setting the mark, to let
2866         select-active-regions work.
2868 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
2870         * simple.el (deactivate-mark): If select-active-regions is
2871         non-nil, copy the selection data into a string.
2872         (activate-mark): If select-active-regions is non-nil, set the
2873         selection to the current buffer.
2874         (set-mark): Update selection if select-active-regions is non-nil.
2876         * select.el (x-valid-simple-selection-p): Allow buffer values.
2878 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
2881         and more featureful message-mode.
2883 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
2885         * select.el (x-set-selection): Doc fix.
2886         (x-valid-simple-selection-p): Disallow selection data consisting
2887         of a list or cons of integers, since that is not used.
2888         (xselect--selection-bounds, xselect--int-to-cons): New functions.
2889         (xselect-convert-to-string, xselect-convert-to-length)
2890         (xselect-convert-to-filename, xselect-convert-to-charpos)
2891         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
2893 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
2895         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
2896         output in -break-info command (Emacs bug #3794).
2898 2009-07-14  Glenn Morris  <rgm@gnu.org>
2900         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
2901         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
2902         (edebug-print-length, edebug-print-level, edebug-print-circle)
2903         (edebug-sit-for-seconds, edebug-view-outside)
2904         (edebug-bounce-point, edebug-set-global-break-condition)
2905         (edebug-Go-nonstop-mode, edebug-trace-mode)
2906         (edebug-Trace-fast-mode, edebug-continue-mode)
2907         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
2908         (edebug-visit-eval-list): Doc fixes.
2910         * subr.el (def-edebug-spec): Doc fix.
2912 2009-07-14  Kenichi Handa  <handa@m17n.org>
2914         * international/characters.el: Fix setting of category ?C.
2916 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
2918         * term/ns-win.el (x-select-font): defalias x-select-font to
2919         ns-popup-font-panel instead of generate-fontset-menu.
2921 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
2923         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
2925 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
2927         * arc-mode.el (archive-find-type): Allow for a PK00 string before
2928         the PK\003\004 header (Bug#3770).
2930 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
2932         * pcomplete.el (pcomplete-comint-setup): Check for
2933         shell-dynamic-complete-filename too.
2935 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
2937         * simple.el (temporary-goal-column): Change the value for
2938         line-move-visual to a cons cell.
2939         (line-move-visual): Record or set the window hscroll, if
2940         necessary (Bug#3494).
2941         (line-move-1): Handle cons value of temporary-goal-column.
2943 2009-07-11  Kenichi Handa  <handa@m17n.org>
2945         * international/mule-diag.el (describe-character-set): Don't show
2946         width.
2948 2009-07-10  Sam Steingold  <sds@gnu.org>
2950         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2951         Omake sometimes indents the errors it prints, so allow all
2952         regexps to start with spaces.
2954 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
2956         * cus-edit.el (customize-changed-options-previous-release):
2957         Bump value to 22.1.  (Bug#3804)
2959 2009-07-08  Sam Steingold  <sds@gnu.org>
2961         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
2962         to be a cons cell (test . ignored-directory) to selectively ignore
2963         some directories depending on the location of the search.
2965 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
2967         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
2968         remote user is root, on the local host.
2969         (tramp-local-host-p): Either the local user or the remote user
2970         must be root.  (Bug#3771)
2972 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
2974         * progmodes/gdb-mi.el (gdb): Remove description of
2975         gdb-use-separate-io-buffer.
2976         (menu): Don't allow toggling of or enable
2977         gdb-use-separate-io-buffer from menubar.
2979 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
2981         * mail/unrmail.el (unrmail): Make sure the message ends with two
2982         newlines (Bug#3769).
2984 2009-07-08  Glenn Morris  <rgm@gnu.org>
2986         * calendar/calendar.el (calendar-current-date): Rework previous change.
2988 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
2990         * calendar/calendar.el (calendar-current-date):
2991         Add an optional argument giving an offset from today.
2993 2009-07-08  Glenn Morris  <rgm@gnu.org>
2995         * tutorial.el (tutorial--describe-nonstandard-key):
2996         Adjust the message for when a key has been unbound.
2997         (help-with-tutorial): Hide the arch-tag.
2999 2009-07-08  Kenichi Handa  <handa@m17n.org>
3001         * international/fontset.el (setup-default-fontset): For each
3002         script, append (not set) font-specs.
3004         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
3005         docstring.
3007 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
3009         * progmodes/gdb-mi.el (gdb-init-1): Move sending
3010         -data-list-register-names to ...
3011         (gdb-starting): ... here because GDB 7.0 requires execution to
3012         have started when using this MI command.
3013         (gdb-set-header): New function to distinguish select and
3014         unselected tabs in gdb buffers.
3015         (gdb-propertize-header): New macro that uses gdb-set-header.
3016         (gdb-breakpoints-header, gdb-locals-header): Use it.
3017         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
3019 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
3021         * Makefile.in (ELCFILES): Remove fadr.elc.
3023 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
3025         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
3026         may contain frame information, so `string-match' should be used.
3027         (gdb-update): Disassembly is invalidated through
3028         `gdb-get-selected-frame'.
3029         (gdb-pad-string): New function to pad string with spaces.
3030         (gdb-invalidate-disassembly): Invalidate only if the buffer
3031         exists.
3032         (gdb-disassembly-handler-custom): Column alignment.
3033         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
3034         placing new ones.
3035         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
3036         end of line, too.
3037         (gdb-frame-handler): Match convention to for disassembly buffer
3038         mode name.
3039         (gdb-stack-list-frames-handler): Rewritten without regexps.
3040         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
3041         not highlight breakpoints without line information.
3042         (gdb-input): Add trailing newline to command.
3044         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
3045         buffer properly.
3046         (gdb-breakpoints-list-handler-custom): Replacement for
3047         `gdb-break-list-handler'.  Using real parser instead of regexps
3048         now.
3049         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
3050         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
3051         to place breakpoints.
3052         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
3053         functions.
3054         (gdb-disassembly-handler-custom): Show overlay arrow.
3055         (gdb-disassembly-place-breakpoints): Show breakpoints in
3056         disassembly buffer.
3057         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
3058         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
3059         instead of parsing breakpoints buffer.  Fixed old menu references
3060         in `gud-menu-map'.
3062         * fadr.el: Remove.
3064         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
3065         (gdb-memory-address): New variable which holds top address of
3066         memory page shown in memory buffer.
3067         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
3068         customization variables.
3069         New functions:
3070         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
3071         display the memory buffer.
3072         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
3073         buffer display parameters.
3074         (def-gdb-memory-format, gdb-memory-format-binary)
3075         (gdb-memory-format-octal, gdb-memory-format-unsigned)
3076         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
3077         Functions for setting memory buffer format.
3078         (gdb-memory-unit-word, gdb-memory-unit-halfword)
3079         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
3080         unit size used in memory buffer.
3081         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
3082         to next/previous page of memory buffer.
3083         Now using (bindat-get-field) instead of fadr functions.
3085 2009-07-07  Sam Steingold  <sds@gnu.org>
3087         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
3088         non-top-level files.
3090 2009-07-07  Kenichi Handa  <handa@m17n.org>
3092         * international/mule-cmds.el (reset-language-environment): Put
3093         the highset priority to the charset iso-8859-1.
3095 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
3097         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
3098         to the end of the line when locating the block (Bug#700).
3100 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
3102         * net/tramp.el (tramp-handle-write-region): Flush file properties
3103         in case of short track.
3105 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
3107         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
3108         representation of verilog error regular expressions to work with
3109         Emacs-22's new format.
3110         (verilog-error-regexp-xemacs-alist): Coded custom representation
3111         of verilog error regular expressions to work with XEmacs format.
3112         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
3113         error recognition into XEmacs.
3114         (verilog-error-regexp-add-emacs): Hook routine to install verilog
3115         error recognition into Emacs-22.
3117 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
3119         * woman.el: Remove stand-alone closing parentheses.
3120         (woman-file-name, woman2-format-paragraphs)
3121         (woman-leave-blank-lines): Code cleanup.
3122         (woman-use-own-frame): Change default to nil.
3123         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
3124         defaults to inherit from default faces.
3125         (woman2-process-escapes): Consume the newline after a stand-alone
3126         filler character (Bug#3651).
3128 2009-07-06  Glenn Morris  <rgm@gnu.org>
3130         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
3131         (top-level): Move provide to the end.
3132         (ffap): Remove defunct URL from custom group.
3134         * subr.el (eval-after-load): Doc fix.
3136 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
3138         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
3139         `calc-embedded-word' is called twice.
3141 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3143         * files.el (find-alternate-file-other-window, find-alternate-file):
3144         Obey confirm-nonexistent-file-or-buffer.
3146 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
3148         * dired-aux.el (dired-show-file-type): Handle remote files.
3150 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
3152         * desktop.el (desktop-globals-to-save):
3153         Add file-name-history (Bug#2750).
3155 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
3157         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
3159 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
3161         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
3162         property on entire argument since this is what eshell-lisp-command
3163         expects.
3165 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
3167         * net/tramp-gvfs.el (tramp-gvfs-methods)
3168         (tramp-gvfs-zeroconf-domain)
3169         (tramp-bluez-discover-devices-timeout): Add version flag.
3170         (tramp-gvfs-handler-mounted-unmounted)
3171         (tramp-gvfs-connection-mounted-p): Polish handling of
3172         incompatibilities between GVFS 0.2 and 1.0.
3174 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
3176         * cus-start.el (all): Add make-pointer-invisible.
3178 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
3180         * calc-math.el (math-use-emacs-fn): Make sure that the number is
3181         formatted correctly.
3183 2009-07-02  Juri Linkov  <juri@jurta.org>
3185         * info.el: Virtual Info files and nodes.
3186         (Info-virtual-files, Info-virtual-nodes): New variables.
3187         (Info-current-node-virtual): New variable.
3188         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
3189         New functions.
3190         (Info-file-supports-index-cookies): Use Info-virtual-file-p
3191         to check for a virtual file instead of checking a fixed list
3192         of node names.
3193         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
3194         instead of ad-hoc processing of "dir" and (apropos history toc).
3195         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
3196         instead of ad-hoc processing of "dir" and (apropos history toc).
3197         Reread a file when moving from a virtual node.
3198         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
3199         (Info-directory-toc-nodes, Info-directory-find-file)
3200         (Info-directory-find-node): New functions.
3201         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
3202         (Info-history): Move part of code to
3203         `Info-history-find-node'.
3204         (Info-history-toc-nodes, Info-history-find-file)
3205         (Info-history-find-node): New functions.
3206         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
3207         (Info-toc): Move part of code to `Info-toc-find-node'.
3208         (Info-toc-find-node): New function.
3209         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
3210         the current Info file name to references because now the node
3211         "*TOC*" belongs to the same Info manual.
3212         (Info-toc-build): Rename from `Info-build-toc'.
3213         (Info-toc-nodes): Rename input argument `file' to `filename'.
3214         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
3215         instead of ad-hoc processing of ("dir" apropos history toc).
3216         (Info-index-nodes): Use Info-virtual-file-p
3217         to check for a virtual file instead of checking a fixed list
3218         of node names.
3219         (Info-index-node): Add check for `Info-current-node-virtual'.
3220         Raise `save-match-data' higher up the tree to contain
3221         `search-forward' too (bug fix).
3222         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
3223         (Info-virtual-index-nodes): New variable.
3224         (Info-virtual-index-find-node, Info-virtual-index): New functions.
3225         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
3226         (Info-apropos-file, Info-apropos-nodes): New variables.
3227         (Info-apropos-toc-nodes, Info-apropos-find-file)
3228         (Info-apropos-find-node, Info-apropos-matches): New functions.
3229         (info-apropos): Move part of code to `Info-apropos-find-node' and
3230         `Info-apropos-matches'.
3231         (Info-mode-map): Bind "I" to `Info-virtual-index'.
3232         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
3233         for a virtual file instead of checking a fixed list of node names.
3235         * simple.el (async-shell-command): New command.
3237         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
3239         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
3240         instead of `mount-info'.
3242 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
3244         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
3245         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
3247 2009-07-02  Kenichi Handa  <handa@m17n.org>
3249         * international/mule.el (set-keyboard-coding-system): Force *-unix
3250         coding-system to avoid eol conversion.
3252 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
3254         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
3255         Add handler for `process-file', `shell-command' and
3256         `start-file-process'.
3257         (tramp-gvfs-handle-shell-command)
3258         (tramp-gvfs-handle-start-file-process)
3259         (tramp-gvfs-handle-process-file): New defuns.
3260         (tramp-synce-list-devices): Simplify check for existence of property.
3262 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
3264         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
3266 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
3268         * language/korean.el (set-language-info-alist): Add korean-cp949,
3269         cp949 to spec.
3271 2009-07-01  Kenichi Handa  <handa@m17n.org>
3273         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
3275         * international/encoded-kb.el: Deleted.
3277         * international/mule.el (set-keyboard-coding-system): Perform the
3278         necessary setup here instead of calling encoded-kbd-setup-display.
3280 2009-07-01  Glenn Morris  <rgm@gnu.org>
3282         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
3284 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
3286         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
3288 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
3290         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
3291         Handle also the 'rename case, when setting file modes.  (Bug#3712)
3292         (tramp-default-file-modes) Remove execute permissions.
3294         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
3295         (top): Add a default for "synce" in `tramp-default-user-alist'.
3296         Add completion function for "synce" method.
3297         (tramp-hal-service, tramp-hal-path-manager)
3298         (tramp-hal-interface-manager, tramp-hal-interface-device):
3299         New defconst.
3300         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
3301         (tramp-synce-list-devices, tramp-synce-parse-device-names):
3302         New defuns.
3304         * net/trampver.el: Update release number.
3306 2009-06-30  Kenichi Handa  <handa@m17n.org>
3308         * international/fontset.el (setup-default-fontset): Add CJK fonts
3309         for symbols and the other miscellaneous characters.
3311         * language/korea-util.el (setup-korean-environment-internal):
3312         Make char-width-table suitable for Korean environments.
3313         (exit-korean-environment): Cancel above.
3315         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
3316         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
3317         setup-funcion to make char-widht-table suitable for respective
3318         environments, and an exit-function to cancel that.
3320         * language/japan-util.el (setup-japanese-environment-internal):
3321         Call use-cjk-char-width-table with arg `ja_JP'.
3323         * international/characters.el (cjk-char-width-table): Delete it.
3324         (cjk-char-width-table-list): New variable.
3325         (use-cjk-char-width-table): New arg local-name.
3326         (use-default-char-width-table): Fix for the case that Emacs is
3327         already using the default char-width-table.
3329 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
3331         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
3332         modes mandatory.  (Bug#3712)
3334 2009-06-29  Alan Mackenzie  <acm@muc.de>
3336         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
3337         correction between the visible width of TABs and their number of bytes.
3339 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
3341         * server.el (server-buffer-done): Prevent kill-buffer from
3342         prompting by clearing the buffer modification flag (Bug#3696).
3344 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
3346         * verilog-mode.el (verilog-beg-of-statement)
3347         (verilog-endcomment-reason-re): Support unique case and priority case.
3348         (verilog-basic-complete-re): Support localparam lineup.
3349         (verilog-beg-of-statement-1): Fix for robustness, unique case.
3350         (verilog-set-auto-endcomments): Fix for unique case, always_comb
3351         commenting.
3352         (verilog-leap-to-case-head): Now support *nested* unique &
3353         priority case statements.
3354         (verilog-auto-lineup): Make just declarations the default (as it
3355         had been).
3356         (verilog-leap-to-case-head): Support priority/unique case statements.
3357         (verilog-auto-lineup): Rework to give users radio buttons to
3358         select the various styles of automatic lineup.
3359         (verilog-error-regexp-alist): Rework to support the XEmacs style
3360         of error regular expressions from compilers, lint tools &
3361         simulators.  Note that GNU Emacs has made it impossible for a mode
3362         to load such things.
3363         (electric-verilog-terminate-line, verilog-indent-declaration)
3364         (verilog-auto-wiure): Rework for radio button selection of
3365         auto-lineup selection of specification of auto lineup.
3366         (verilog-beg-of-statement-1): Redesign to support proper operation
3367         in additional code, based on testing with auto-lineup.
3368         (verilog-calculate-indent, assignments & declarations)
3369         (verilog-backward-token): Enhance to support auto-lineup of
3370         assignments & declarations.
3371         (verilog-in-directive-p, verilog-at-struct-p): New function for
3372         easy test of whether we are.
3373         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
3374         to support safe execution at almost anyline.
3375         (verilog-calc-1): Properly support indenting deep inside generate
3376         blocks.
3377         (verilog-init-font) Remove definition & use of verilog-init-font,
3378         as it is redundant with font-lock-defaults.
3379         (verilog-mode): Alter the definition of verilog-font-lock-defualts
3380         to avoid circular calls if syntax-ppss is a function (as is the
3381         case now in 22.x GNU Emacs) as that function would sometimes call
3382         itself, leading to (nearly) infinite recursion.
3383         (verilog-ovm-begin-re, verilog-ovm-end-re)
3384         (verilog-ovm-statement-re, verilog-leap-to-head)
3385         (verilog-backward-token): Add support for OVM macros.  Some are
3386         complete statements, and others open and close scopes like begin
3387         and end.
3388         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
3389         (verilog-defun-level-generate-only-re): Really fix the defun-list
3390         compilation issue.
3391         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
3392         coverpoint, constraint and cross statements.
3393         (verilog-defun-level-list, verilog-generate-defun-level-list)
3394         (verilog-all-defun-level-list): Redo these specifications - it is
3395         too hard to support eval-when compile aggregation of lists also
3396         built at when-compile time.
3397         (verilog-defun-level-list): Place defconsts of variables used in
3398         building regular expressions which are built in eval-when-compile
3399         bodies in the same eval-when-compile body to facilitate compile
3400         without load.
3401         (verilog-beg-block-re-ordered): Support indenting
3402         virtual/protected tasks and functions.
3403         (verilog-defun-level-list, verilog-in-generate-region-p)
3404         (verilog-backward-ws&directives, verilog-calc-1): Speed up
3405         indentation of some module items (generate items).
3406         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
3407         across virtual/protected tasks and functions.
3409 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
3411         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
3412         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
3413         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
3414         in concatenations.  Reported by Yishay Belkind.
3415         (verilog-auto-ascii-enum): Support one-hot state machines in
3416         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
3417         (verilog-auto-inst, verilog-auto-inst-port): Include interface
3418         modport in AUTOINST and add vl-modport for users.  Reported by
3419         David Rogoff.
3420         (verilog-auto-inout-module, verilog-auto-inst)
3421         (verilog-decls-get-interfaces, verilog-insert-definition)
3422         (verilog-insert-one-definition, verilog-read-decls)
3423         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
3424         (verilog-sig-modport, verilog-signals-combine-bus)
3425         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
3426         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
3427         Suggested by David Rogoff.
3428         (verilog-repair-open-comma): Fix non-insertion of comma when
3429         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
3430         (verilog-make-width-expression): Simplify [A-1:0] expression
3431         widths to just {A{1'b0}}.
3432         (verilog-mode): Cleanup checkdoc warnings.
3433         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
3434         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
3435         inputs/outputs or data type.  Suggested by Vasu Kandadi.
3436         (next-error-last-buffer): Fix byte-compiler warning.
3437         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
3438         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
3439         or shell command text during AUTO expansion.  Suggested by Tad Truex.
3440         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
3441         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
3442         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
3443         in AUTOINOUT.  Reported by Matthew Lovell.
3444         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
3445         causing use of <= assignments.  Reported by Alex Reed.
3446         (verilog-read-decls): Fix triand, trior, wand, wor to be
3447         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
3448         (verilog-extended-complete-re): Support import "DPI-C" functions.
3449         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
3450         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
3451         (verilog-insert-date, verilog-insert-year)
3452         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
3453         Windows systems.  Reported by Michael Potts.
3454         (verilog-read-module-name): Fix AUTOINST when the child module
3455         declaration's name is a tick define.  Reported by Elliot Mednick.
3456         (verilog-read-decls): Fix V2K parameter bit subscripts getting
3457         passed to next parameter's definition.  Reported by Bruce T.
3458         (verilog-read-decls): Fix detecting "parameter int" when using
3459         AUTOINSTPARAM.  Reported by Bruce T.
3460         (verilog-goto-defun): Fix goto not finding modules unless first
3461         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
3462         (verilog-mode): Expand -f flag arguments on entry to mode so
3463         verilog-goto-defun will work.  Reported by Lawrence Butcher.
3464         (verilog-getopt): Expand environment variables in -f file
3465         arguments.  Suggested by Lawrence Butcher.
3466         (verilog-set-define): Fix "Symbol's value as variable is void"
3467         when reading enumerations.
3468         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
3469         Suggested by Stephen Peltan.
3470         (verilog-read-defines): Fix reading of enumerations in include
3471         files.  Reported by Steve Peltan.
3473 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3475         * files.el (trash-directory): Fix defcustom type.
3477 2009-06-28  Juri Linkov  <juri@jurta.org>
3479         * help-fns.el (describe-function-1): Correctly locate adviced
3480         functions in hyperlink (Bug#2438).
3482 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
3484         * files.el (trash-directory): Change default to nil.
3485         (move-file-to-trash): If trash-directory is nil and
3486         system-move-file-to-trash is unbound, perform freedesktop-style
3487         trashing.
3489 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3491         * files.el (move-file-to-trash): Add freedesktop trash
3492         support (Bug#973).
3494 2009-06-28  Glenn Morris  <rgm@gnu.org>
3496         * autorevert.el (global-auto-revert-non-file-buffers)
3497         (global-auto-revert-mode): Doc fixes.
3499 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
3501         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
3503 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
3505         * faces.el (x-handle-named-frame-geometry): Ensure that we have
3506         opened an X connection before calling x-get-resource (Bug#3194).
3508         * play/doctor.el: Remove reference to obsolete website.
3509         (make-doctor-variables): Correct grammar mistake (Bug#2633).
3511 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3513         Remove find-file-not-found-hook VC method.  (Bug#2757)
3514         * vc-hooks.el (vc-file-not-found-hook)
3515         (vc-default-find-file-not-found-hook): Remove functions.
3516         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
3517         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
3518         * vc.el:
3519         * vc-hg.el:
3520         * vc-git.el: Do not mention find-file-not-found-hook VC method.
3522 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3524         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3525           compatibility function for `looking-back'.
3527         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3528         Use `ispell-looking-back'.
3530 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
3532         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
3533         rather than `filename'.
3535 2009-06-23  Miles Bader  <miles@gnu.org>
3537         * face-remap.el (text-scale-set): New function.
3539 2009-06-23  Glenn Morris  <rgm@gnu.org>
3541         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3543         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
3545         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
3547         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
3549         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3550         Simplify Persian conditionals.
3552         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
3553         variable `filename'.
3555         * comint.el (comint-insert-input): Doc fix.
3557         * Makefile.in (ELCFILES): Fix typo in previous change.
3559 2009-06-23  Miles Bader  <miles@gnu.org>
3561         * cus-start.el: Add entry for `recenter-redisplay'.
3563 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3565         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
3566         Add an optional argument for the backend, use it instead of
3567         calling vc-backend.
3568         (vc-mode-line): Add an optional argument for the backend.
3569         Pass the backend to vc-state and vc-working-revision.  Move code for
3570         special handling for vc-state being a buffer to ...
3572         * vc-rcs.el (vc-rcs-find-file-hook):
3573         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
3575         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
3576         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
3577         vc-stay-local-p and vc-mode-line calls.
3579         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
3580         (vc-cvs-diff, vc-cvs-annotate-command)
3581         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
3582         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
3583         vc-mode-line calls.
3585         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
3586         direct comparison.
3587         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
3588         backend when calling vc-mode-line.
3589         (vc-register): Do not create a closure for calling the vc register
3590         function, call it directly.
3592 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3594         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
3595         to make it obvious item can be clicked.
3597         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
3599 2009-06-23  Kenichi Handa  <handa@m17n.org>
3601         * language/korea-util.el (korean-key-bindings): Change the binding
3602         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
3603         same command.
3605 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3607         Sync with Tramp 2.1.16.
3609         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
3611         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
3612         when a loading of a package fails.  Completion function for rsync
3613         is `tramp-completion-function-alist-ssh'.
3614         (all): Replace all calls of `split-string' and
3615         `tramp-split-string' by `tramp-compat-split-string'.
3616         (tramp-default-method): Use `tramp-compat-process-running-p'.
3617         (tramp-default-proxies-alist): Allow also Lisp forms.
3618         (tramp-remote-path): Add choice "Private Directories".
3619         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
3620         (tramp-domain-regexp): Allow also "-", "_" and ".".
3621         (tramp-end-of-output): Remove newlines, and add "$" at the end.
3622         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
3623         (tramp-debug-message): Insert header line in debug buffer.
3624         (tramp-handle-directory-files-and-attributes-with-stat):
3625         Care about filenames with spaces, or starting with "-".
3626         (tramp-handle-dired-uncache): New defun.
3627         (tramp-handle-insert-directory): Don't flush the directory from
3628         cache, this is handled by `dired-uncache' now.
3629         (tramp-handle-insert-file-contents): Improve error handling.
3630         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3631         Quote `tramp-end-of-output'.
3632         (tramp-action-password): Improve trace message.
3633         (tramp-check-for-regexp): Both echoes must be present, before removing.
3634         (tramp-open-connection-setup-interactive-shell): Trace coding system.
3635         (tramp-compute-multi-hops): Eval cons cells of
3636         `tramp-default-proxies-alist'.
3637         (tramp-maybe-open-connection): Use the same command pattern for
3638         first hop and further hops.
3639         (tramp-wait-for-output): Remove handling of newlines.
3640         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
3641         (tramp-split-string): Remove function.  It is handled in
3642         tramp-compat now.
3644         * net/tramp-cmds.el (tramp-bug):
3645         Recommend `tramp-cleanup-all-connections' in the bug mail.
3647         * net/tramp-compat.el (tramp-compat-split-string)
3648         (tramp-compat-process-running-p): New defuns.
3650         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
3651         for `dired-uncache'.
3653         * net/tramp-gvfs.el: New package.
3655         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3656         Add handler for `dired-uncache'.
3657         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
3659         * net/trampver.el: Update release number.  Make version check fit
3660         for SXEmacs 22.
3662 2009-06-22  Jim Meyering  <meyering@redhat.com>
3664         Automatically handle .xz suffix (XZ-compressed files), too.
3665         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
3666         XZ is the successor to LZMA: <http://tukaani.org/xz/>
3668 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
3669             Nick Roberts  <nickrob@snap.net.nz>
3671         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
3672         repository (http://sphinx.net.ru/hg/gdb-mi/).
3674 2009-06-22  Glenn Morris  <rgm@gnu.org>
3676         * files.el (dir-locals-collect-mode-variables): Allow for any number of
3677         `mode' and `eval' entries.  (Bug#3430)
3679         * Makefile.in (ELCFILES): Add fadr.elc.
3681         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
3682         differing behavior of \n and ^ in strings.  (Bug#3385)
3684         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
3686         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
3687         property.
3688         (lisp-indent-function): Make it a defcustom.
3690 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
3692         * progmodes/gdb-ui.el: Replace with ...
3693         * progmodes/gdb-mi.el: ... this file.
3694         * progmodes/gud.el: Modify for gdb-mi.el.
3696 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
3698         * fadr.el: New file.
3700 See ChangeLog.14 for earlier changes.
3702 ;; Local Variables:
3703 ;; coding: utf-8
3704 ;; End:
3706     Copyright (C) 2009  Free Software Foundation, Inc.
3708   This file is part of GNU Emacs.
3710   GNU Emacs is free software: you can redistribute it and/or modify
3711   it under the terms of the GNU General Public License as published by
3712   the Free Software Foundation, either version 3 of the License, or
3713   (at your option) any later version.
3715   GNU Emacs is distributed in the hope that it will be useful,
3716   but WITHOUT ANY WARRANTY; without even the implied warranty of
3717   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3718   GNU General Public License for more details.
3720   You should have received a copy of the GNU General Public License
3721   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3723 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1