Add algorithm names.
[emacs.git] / lisp / ChangeLog
blobe7b4987b7eb903671e6710bb38ea222daea0bdab
1 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
3         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4         (epg-digest-algorithm-alist): Add SHA224.
6 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8         * custom.el (custom-delayed-init-variables): New var.
9         (custom-initialize-delay): New function.
10         * startup.el (command-line): "Re"evaluate all vars in
11         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
12         explicitly any more.
13         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14         to avoid creating a ~/.emacs.d at build-time (bug#4347).
16         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
18 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
20         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
21         (gdb-var-update-handler): Use json parsing.
23 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
25         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
26         decode annotated text, regardless of language environment.  (Bug#2741)
28 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
30         * Makefile.in (autoloads): Make rmail.el writable as well.
32 2009-09-11  Glenn Morris  <rgm@gnu.org>
34         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
35         loaddefs.el.
36         * dired.el: Regenerate with extracted autoloads.
37         * Makefile.in (autoloads): Make dired.el writable.
39         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
40         * ibuffer.el: Regenerate with extracted autoloads.
41         * Makefile.in (autoloads): Make ibuffer.el writable.
43         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
44         * version.el (emacs-copyright, emacs-major-version)
45         (emacs-minor-version): Reformat doc-strings for make-docfile.
47         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
48         functions and variables, since they must be stuff specific to some other
49         platform.
50         (apropos-print): Make mouse-click message less specific about button.
52         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
53         that records where a macro was defined.
54         * help-fns.el (describe-function-1): Mention if a function has a
55         compiler-macro.
56         * help-mode.el (help-function-cmacro): New button.
58         * locate.el (top-level): Always require dired.
59         (locate-mode-map): Initialize inside the defvar.
61         * net/ange-ftp.el (dired-compress-file): Declare.
62         (ange-ftp-dired-compress-file): Add doc string.
64         * term/ns-win.el (x-display-name, x-setup-function-keys):
65         Unify doc-strings with X versions.
67 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
69         * emulation/crisp.el (crisp-mode-map): Move initialization
70         into declaration.
71         (crisp-mode): Use define-minor-mode.
73         * progmodes/xscheme.el (xscheme-evaluation-commands):
74         Put a :advertised-binding property rather than using
75         advertised-xscheme-send-previous-expression.
76         (advertised-xscheme-send-previous-expression): Declare obsolete.
77         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
78         `advertised-undo'.
79         (crisp-mode): Add corresponding bindings to
80         undo's :advertised-binding instead.
81         * dired.el (dired-mode-map): Put a :advertised-binding property rather
82         than using dired-advertised-find-file.
83         (dired-advertised-find-file):
84         * simple.el (advertised-undo):
85         * wid-edit.el (advertised-widget-backward): Declare obsolete.
86         (widget-keymap): Put a :advertised-binding property rather
87         than using advertised-widget-backward.
88         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
89         than using advertised-undo.
90         * tutorial.el (tutorial--default-keys): Adjust accordingly.
92 2009-09-10  Simon South  <ssouth@slowcomputing.org>
94         * progmodes/delphi.el (delphi-tab): Indent region when Transient
95         Mark mode is enabled and region is active; otherwise indent or
96         insert TAB as usual.
97         (delphi-mode): Update description of TAB-key binding.
99 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
101         * subr.el (define-key-rebound-commands): Mark obsolete.
102         * startup.el (precompute-menubar-bindings): Remove.
103         (normal-top-level): Remove obsolete code that tried to precompute
104         menubar bindings.
105         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
106         define-key-rebound-commands and precompute-menubar-bindings.
108 2009-09-10  Glenn Morris  <rgm@gnu.org>
110         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
112         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
113         (byte-compile-file-form-autoload): Don't warn about unknown functions
114         where the autoload statement comes after the use.
115         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
116         that any handlers inside the body (eg require) are in turn respected.
118         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
119         effects.
121         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
122         and syntax and abbrev tables basic docs, if they don't have any.
124         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
126         * international/mule-cmds.el (top-level): Require cl when compiling.
127         (view-hello-file): Use default-value rather than
128         default-enable-multibyte-characters.
130         * progmodes/fortran.el: Move all safe and risky properties into the
131         defcustoms.
133         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
134         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
135         * mail/undigest.el:
136         Put autoloads in rmail.el rather than loaddefs.el.
137         * mail/rmail.el: Regenerate with extracted autoloads.
139         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
140         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
142 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
144         Reported in thread for Bug#4375.
145         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
146         "-data-evaluate-expression" instead of print.
147         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
148         (gdb-tooltip-print): Parse output from above MI command.
149         (gdb): Revert 2009-08-11 change.  User should detach inferior
150         manually.
152         Remove the word "separate" from IO functions as inferior
153         output is now never displayed in the GUD buffer.
155 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
157         * startup.el (command-line-normalize-file-name): On Windows and
158         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
160 2009-09-10  Juri Linkov  <juri@jurta.org>
162         * isearch.el (isearch-text-char-description): Propertize escape
163         character sequences with the `escape-glyph' face.  (Bug#4344)
165         * simple.el (shell-command): Set asynchronous process filter to
166         `comint-output-filter'.  (Bug#4343)
168         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
169         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
170         the list.  Move "asm" to the bottom.
171         (grep-find-ignored-directories): Add `choice' with nil value
172         to empty the list easily.
173         (grep-find-ignored-files): New option.
174         (grep-files-history): Set to nil by default instead of '("ch" "el").
175         (grep-compute-defaults): Add "<X>" to `grep-template'.
176         (grep-read-files): Bind new local variables `default-alias' and
177         `default-extension'.  Use a list of default values for the file prompt.
178         (lgrep): Add `--exclude=' command line options composed from
179         `grep-find-ignored-files'.
180         (rgrep): Add `-name' command line options composed from
181         `grep-find-ignored-files'.  (Bug#4301)
183 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
186         (bug#4368).
188 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
190         * calendar/time-date.el (autoload):
191         Expand define-obsolete-function-alias into defalias and make-obsolete
192         for old Emacsen that Gnus supports.
193         (with-no-warnings): Define it for old Emacsen.
194         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
195         is available.
196         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
197         float-time is available; suppress compile warning for time-to-seconds.
199 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
201         * net/imap.el (imap-message-map): Docstring fix.
203 2009-09-09  Glenn Morris  <rgm@gnu.org>
205         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
206         line numbers too.  (Bug#4374)
208 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
210         * smerge-mode.el (smerge-remove-props, smerge-refine):
211         Use with-silent-modifications (bug#4342).
213         * subr.el (with-silent-modifications): New macro.
215 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
217         * files.el (top-level): Require `cl' when compiling.
219 2009-09-07  Glenn Morris  <rgm@gnu.org>
221         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
223         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
224         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
226 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
228         * vc-git.el (vc-git-annotate-command): Use separator to parse
229         arguments correctly.
231 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
233         * proced.el (proced-mode): Doc fix.
235 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
237         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
238         lstat fails.
239         (tramp-do-file-attributes-with-ls): Check for file existence at
240         remote end.
241         (tramp-do-file-attributes-with-stat): Likewise.
242         (tramp-convert-file-attributes): Return nil when attr is nil.
244 2009-09-05  Glenn Morris  <rgm@gnu.org>
246         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
247         properties to this button.
248         (diary-fancy-display): Don't extend the button to the final newline.
249         (diary-fancy-display-mode): Continue to define "q" as a local key.
251         * calendar/cal-china.el (holiday-chinese): Make it slightly more
252         efficient.
254         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
256         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
257         (byte-compile-dest-file-function): New option.
258         (byte-compile-dest-file): Doc fix.
259         Obey byte-compile-dest-file-function.
260         (byte-compile-cl-file-p): New function.
261         (byte-compile-eval): Only suppress noruntime warnings about cl functions
262         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
263         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
264         than for file being previously loaded.
265         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
266         (byte-compile-file-form-require): Handle the case where requiring a file
267         indirectly causes CL to be loaded.
269 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
271         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
272         before killing the old buffer, since by the time `kill-buffer' is
273         run so many buffer variables have been set to nil that it may not
274         behave as expected.  (Bug#4061)
276 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
278         * files.el (find-alternate-file): If the old buffer is modified
279         and visiting a file, behave similarly to `kill-buffer' when
280         killing it, thus reverting to the pre-1.878 behavior; see
281         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
282         for discussion.  Also, consult `buffer-file-name' as a variable
283         not as a function, for consistency with the rest of the code.
285 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
287         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
288         also when adding a new directory.
290         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
291         defun.
293 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * files.el (locate-file-completion-table): Make it provide boundary
296         information, so partial-completion works better.
298 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
300         * mail/footnote.el (Footnote-text-under-cursor):
301         Check footnote-text-marker-alist before using it (bug#4324).
303 2009-09-04  Glenn Morris  <rgm@gnu.org>
305         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
306         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
307         * play/solitaire.el, play/tetris.el:
308         Remove leading * from defcustom and defface docs.
310         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
311         necessary.
312         (diary-fancy-overriding-map): New variable.
313         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
314         Use view-mode.
316         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
317         goto-line.
319 2009-09-03  Glenn Morris  <rgm@gnu.org>
321         * arc-mode.el (archive-mode):
322         * dos-fns.el (set-default-process-coding-system):
323         * man.el (Man-getpage-in-background):
324         * menu-bar.el (menu-bar-describe-menu):
325         * server.el (server-process-filter):
326         * startup.el (command-line):
327         * tar-mode.el (tar-header-block-tokenize, tar-extract):
328         * w32-fns.el (set-default-process-coding-system):
329         * x-dnd.el (x-dnd-handle-file-name):
330         * international/mule-cmds.el (mule-menu-keymap)
331         (set-default-coding-systems, language-info-alist, set-language-info)
332         (set-language-environment, standard-display-european-internal)
333         (set-locale-environment):
334         * international/mule-diag.el (mule-diag):
335         * mail/emacsbug.el (report-emacs-bug):
336         * mail/rmail.el (rmail-mode):
337         * mail/sendmail.el (mail-setup):
338         Use default-value rather than default-enable-multibyte-characters.
340         * progmodes/f90.el: Move all safe properties into the defcustoms.
341         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
343         * calendar/appt.el (appt-check):
344         * calendar/diary-lib.el (diary-set-header, diary-live-p)
345         (diary-check-diary-file, diary-list-entries)
346         (diary-include-other-diary-files, diary-simple-display)
347         (diary-fancy-display, diary-print-entries)
348         (diary-mark-included-diary-files, diary-make-entry):
349         Don't call substitute-in-file-name on diary-file.
351 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
352             Stefan Monnier  <monnier@iro.umontreal.ca>
354         * mail/footnote.el (footnote-prefix): Make it a defcustom.
355         (footnote-mode-map): Move initialization into the declaration.
356         (footnote-minor-mode-map): Define it rather than changing global-map.
357         (footnote-mode): Use define-minor-mode.
359 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
361         * net/tramp.el (tramp-handle-file-attributes-with-ls)
362         (tramp-do-file-attributes-with-perl)
363         (tramp-do-file-attributes-with-stat): Rename from
364         `tramp-handle-file-attributes-with-*'.
365         (tramp-handle-file-attributes): Use them.
366         (tramp-do-directory-files-and-attributes-with-perl)
367         (tramp-do-directory-files-and-attributes-with-stat): Rename from
368         `tramp-handle-directory-files-and-attributes-with-*'.
369         (tramp-handle-directory-files-and-attributes): Use them.
370         (tramp-method-out-of-band-p): Additional parameter SIZE.
371         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
372         (tramp-handle-write-region): Use it.
373         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
374         (tramp-handle-vc-registered): Check, whether the first run did
375         return files to be tested.
376         (tramp-advice-make-auto-save-file-name): Do not call directly
377         `tramp-handle-make-auto-save-file-name', because this would bypass
378         the locking mechanism.
380         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
381         (file-remote-p, process-file, start-file-process, set-file-times)
382         (tramp-compat-file-attributes): Compatibility functions shall not
383         call directly `tramp-handle-*', because this would bypass the
384         locking mechanism.
385         (tramp-compat-number-sequence): New defun.
387 2009-09-02  Glenn Morris  <rgm@gnu.org>
389         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
390         alias for float-time.
391         (time-to-number-of-days): In Emacs, use float-time.
392         * net/newst-backend.el (time-add): Suppress warnings from compat
393         function.
394         * time.el (emacs-uptime, emacs-init-time):
395         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
396         Use float-time rather than time-to-seconds.
398         * minibuffer.el (completion-initials-expand): Fix typo.
400         * faces.el (modeline, modeline-inactive, modeline-highlight)
401         (modeline-buffer-id):
402         * info.el (info-menu-5): Mark these face aliases as obsolete.
404 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
406         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
407         space ...
408         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
409         no "--thread" option.
410         (gdb-stopped): Don't print "Switched to thread" message when it is
411         unchanged.
413 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * minibuffer.el (completion-try-completion)
416         (completion-all-completions): Remove ill-defined (and
417         mistakenly installed and luckily never used nor documented)
418         `completion-styles' property.
419         (completion-initials-expand, completion-initials-all-completions)
420         (completion-initials-try-completion): New functions.
421         (completion-styles-alist): Add doc to each entry.
422         Add new `initials' entry.
424 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
426         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
427         MI command -var-evaluate-expression.
428         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
429         and tweak for case of string child.
430         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
432 2009-09-01  Glenn Morris  <rgm@gnu.org>
434         * add-log.el (change-log-date-face, change-log-name-face)
435         (change-log-email-face, change-log-file-face, change-log-list-face)
436         (change-log-conditionals-face, change-log-function-face)
437         (change-log-acknowledgement-face):
438         * cus-edit.el (custom-invalid-face, custom-rogue-face)
439         (custom-modified-face, custom-set-face, custom-changed-face)
440         (custom-saved-face, custom-button-face, custom-button-pressed-face)
441         (custom-documentation-face, custom-state-face, custom-comment-face)
442         (custom-comment-tag-face, custom-variable-tag-face)
443         (custom-variable-button-face, custom-face-tag-face)
444         (custom-group-tag-face-1, custom-group-tag-face):
445         * diff-mode.el (diff-header-face, diff-file-header-face)
446         (diff-index-face, diff-hunk-header-face, diff-removed-face)
447         (diff-added-face, diff-changed-face, diff-function-face)
448         (diff-context-face, diff-nonexistent-face):
449         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
450         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
451         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
452         (Info-title-4-face):
453         * isearch.el (isearch-lazy-highlight-face):
454         * log-view.el (log-view-file-face, log-view-message-face):
455         * paren.el (show-paren-match-face, show-paren-mismatch-face):
456         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
457         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
458         (cvs-msg-face):
459         * smerge-mode.el (smerge-mine-face, smerge-other-face)
460         (smerge-base-face, smerge-markers-face):
461         * wid-edit.el (widget-documentation-face, widget-button-face)
462         (widget-field-face, widget-single-line-field-face)
463         (widget-inactive-face, widget-button-pressed-face):
464         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
465         (woman-addition-face):
466         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
467         (eshell-ls-executable-face, eshell-ls-readonly-face)
468         (eshell-ls-unreadable-face, eshell-ls-special-face)
469         (eshell-ls-missing-face, eshell-ls-archive-face)
470         (eshell-ls-backup-face, eshell-ls-product-face)
471         (eshell-ls-clutter-face):
472         * eshell/em-prompt.el (eshell-prompt-face):
473         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
474         * obsolete/old-whitespace.el (whitespace-highlight-face):
475         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
476         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
477         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
478         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
479         (antlr-font-lock-literal-face):
480         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
481         (ebrowse-root-class-face, ebrowse-file-name-face)
482         (ebrowse-default-face, ebrowse-member-attribute-face)
483         (ebrowse-member-class-face, ebrowse-progress-face):
484         * progmodes/make-mode.el (makefile-space-face):
485         * progmodes/sh-script.el (sh-heredoc-face):
486         * textmodes/flyspell.el (flyspell-incorrect-face)
487         (flyspell-duplicate-face):
488         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
489         * textmodes/texinfo.el (texinfo-heading-face):
490         Mark face aliases with "-face" suffix as obsolete.
492         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
493         compiler.
495         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
496         (eudc-bob-sound-menu): Use defvar rather than defconst, since
497         easy-menu-define wants to modify these.
499         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
501         * net/browse-url.el (browse-url-file-url):
502         * term/internal.el (dos-codepage-setup):
503         Use default-value rather than default-enable-multibyte-characters.
505         * progmodes/etags.el (etags-goto-tag-location):
506         * progmodes/flymake.el (flymake-highlight-line)
507         (flymake-goto-file-and-line, flymake-goto-line):
508         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
509         (gdb-goto-breakpoint):
510         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
511         * progmodes/python.el (python-find-function)
512         (python-pdbtrack-track-stack-file):
513         * progmodes/verilog-mode.el (verilog-surelint-off):
514         * term/ns-win.el (ns-open-file-select-line):
515         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
516         Use forward-line rather than goto-line.
518         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
519         * textmodes/reftex-index.el (reftex-display-index):
520         * textmodes/reftex-ref.el (reftex-offer-label-menu):
521         * textmodes/reftex-toc.el (reftex-toc):
522         Remove unnecessary bindings of default-major-mode (all are followed by
523         major-mode check and possible mode switch).
525 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
527         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
528         Handle watchpoints (bug#4282).
529         (def-gdb-thread-buffer-command): Enable thread to be selected by
530         clicking without selecting threads buffer first.
531         (gdb-current-context-command): Use selected frame so that "up",
532         "down" etc work in the GUD buffer.
533         (gdb-update): Find selected frame before rendering stack buffer.
534         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
536 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
538         * progmodes/sym-comp.el (displayed-completions): Remove.
539         (symbol-complete): Use minibuffer-complete.
541 2009-08-31  Glenn Morris  <rgm@gnu.org>
543         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
545         * apropos.el (apropos-symbols-internal):
546         Handle (obsolete) face aliases.
548         * faces.el (describe-face): Adjust the output format to be more like
549         describe-variable, and to mention (obsolete) face aliases.
550         Adjust the whitespace so that help-setup-xref works.
552         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
553         * calendar/diary-lib.el (diary-button-face):
554         Mark these face aliases as obsolete.
556         * calendar/calendar.el (calendar-today): Doc fix.
558 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
560         * progmodes/gdb-mi.el (gdb-control-all-threads)
561         (gdb-control-current-thread): Force tool bar update.
562         (gdb-non-stop-handler): New function.
563         (gdb-init-1): Use it to test if non-stop mode is supported.
564         Remove unused gdbmi buffer type.
566 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
568         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
569         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
571 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
573         * comint.el (comint-exec-1): Check command is non-null first.
574         Part of gdb-mi.el change (2009-08-28).
576 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
580 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
582         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
583         instead of `dolist' to avoid a recursive require when bootstrapping.
585 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
587         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
589         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
591         * net/imap.el (imap-send-command): Simplify.
592         (imap-wait-for-tag): point-max -> buffer-size.
594         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
596         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
597         with constant argument.
599         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
601         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
603         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
604         Change default, since most of our files don't have a history.
605         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
606         the user.
608         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
609         Add comint-run.
611         * calc/calc.el: Improve commenting convention.
612         (calc-digit-map, toplevel): Simplify.
614         * comint.el (comint-insert-input): Be careful to only set point if we
615         don't delegate to some other command.
617         * proced.el (proced-signal-list): Make it an alist.
618         (proced-grammar-alist): Capitalize names.
619         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
620         Disable undo manually and make it read-only.
621         Use completion-annotate-function.
623         * minibuffer.el (minibuffer-message): If the current buffer is not
624         a minibuffer, insert the message in the echo area rather than at the
625         end of the buffer.
626         (completion-annotate-function): New variable.
627         (minibuffer-completion-help): Use it.
628         (completion--embedded-envvar-table): Environment vars are
629         always case-sensitive.
631 2009-08-30  Glenn Morris  <rgm@gnu.org>
633         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
634         from fortran-current-defun.
635         (fortran-beginning-of-subprogram): Be more precise about finding the
636         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
637         (fortran-end-of-subprogram): Simplify.
638         (fortran-current-defun): Use fortran-start-prog-re.
640 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
642         * subr.el (do-after-load-evaluation): Simplify.
644 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
646         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
648         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
649         (vc-rcs-print-log): Use it.
651         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
653 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
655         * paths.el (abbrev-file-name): Move to abbrev.el.
656         * abbrev.el (abbrev-file-name): Move from paths.el.
657         Obey user-emacs-directory.
658         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
659         user-emacs-directory.
660         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
661         abbrev-file-name and calc-settings-file any more.
662         * startup.el (command-line): Recompute abbrev-file-name and
663         abbreviated-home-dir.
664         (normal-no-mouse-startup-screen): Improve the generic code and get rid
665         of the special code for when C-h bindings haven't been changed.
666         (display-startup-echo-area-message): Use with-current-buffer.
667         (command-line-1): Use a list of strings, rather than a list of lists
668         of strings for longopts.
670         * files.el (get-free-disk-space): Use / for default-directory.
672         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
673         Use with-current-buffer.
675         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
676         Recognize immutable variables like most-positive-fixnum.
677         (byte-compile-setq-default): Check and warn if trying to assign
678         to an immutable variable, or a non-variable.
680         * progmodes/cc-vars.el (c-comment-continuation-stars):
681         * progmodes/cc-engine.el (c-looking-at-bos):
682         * progmodes/cc-cmds.el (c-toggle-auto-state)
683         (c-forward-into-nomenclature, c-backward-into-nomenclature)
684         (c-comment-line-break-function): Add version of obsolescence.
686 2009-08-28  Juri Linkov  <juri@jurta.org>
688         * files.el (magic-fallback-mode-alist): Add ZIP magic number
689         associated with `archive-mode'.
691         * image.el (image-type-header-regexps): Use only JPEG magic number
692         to determine JPEG images, and don't use `image-jpeg-p' because
693         Emacs can display non-JFIF non-Exif JPEG images.
695 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
697         * arc-mode.el (archive-mode):
698         * emacs-lisp/re-builder.el (re-builder-unload-function):
699         Protect against the default value of `major-mode' being nil.
701 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
703         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
704         Fix typos in docstrings.
706         * progmodes/js.el (js--macro-decl-re): Doc fix.
707         (js--plain-method-re, js--split-name): Refloc docstring.
708         (js--class-styles, js--make-merged-item, js--splice-into-items):
709         Fix typos in docstrings; reflow docstrings.
710         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
711         (js--variable-decl-matcher, js--inside-pitem-p)
712         (js--parse-state-at-point, js--get-all-known-symbols)
713         (js--symbol-history, js-find-symbol, js--js-references)
714         (js--moz-interactor, js--js-encode-value, js--read-tab):
715         Fix typos in docstrings.
717 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
719         * textmodes/reftex.el (reftex-get-file-buffer-force):
720         * progmodes/verilog-mode.el (verilog-batch-execute-func):
721         * emulation/viper.el (viper-go-away, viper-set-hooks):
722         * emacs-lisp/re-builder.el (re-builder-unload-function):
723         * emacs-lisp/bytecomp.el (byte-compile-file):
724         * ses.el (ses-unload-function):
725         * hexl.el (hexl-find-file):
726         * files.el (normal-mode):
727         * ehelp.el (with-electric-help):
728         * autoinsert.el (auto-insert-alist):
729         * arc-mode.el (archive-mode):
730         Use (default-value 'major-mode) instead of default-major-mode.
732         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
733         * international/mule.el (load-with-code-conversion):
734         * emacs-lisp/debug.el (debug):
735         * ediff-vers.el (ediff-rcs-get-output-buffer):
736         * dired.el (dired-internal-noselect): Don't let-bind
737         default-major-mode around code that doesn't use it.
738         E.g. buffer creation via get-buffer-create doesn't use it.
740 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
742         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
743         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
744         when writing the temp file.  Otherwise, epa-file gets confused.
745         (tramp-register-file-name-handlers): Make it a defun.  Move also
746         `epa-file-handler' to the front of `file-name-handler-alist'.
748 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
750         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
751         start right after a ^M.
752         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
753         (tramp-completion-file-name-regexp-separate)
754         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
755         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
756         Don't modify last-coding-system-used by accident.
757         (tramp-completion-file-name-handler): Apply the checks here,
758         instead during registration.
759         (tramp-register-file-name-handlers) Renamed from
760         `tramp-register-file-name-handler'.  Register both
761         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
762         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
764 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
766         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
767         Remove variable ...
768         (gdb-init-1, gdb-display-separate-io-buffer)
769         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
770         references to it.
771         (gdb-inferior-io-mode): Use make-comint-in-buffer.
772         (gdb-inferior-filter): Use comint-output-filter to stop
773         echoing and remove ^M characters.
775 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
777         * emulation/viper-init.el (viper-restore-cursor-type):
778         * emulation/cua-base.el (cua--update-indications):
779         Replace default-cursor-type with (default-value 'cursor-type).
781         * mail/sendmail.el (mail-recover-1):
782         * international/mule-diag.el (describe-current-coding-system-briefly)
783         (describe-current-coding-system):
784         * international/mule-cmds.el (select-safe-coding-system)
785         (select-message-coding-system)
786         (set-language-environment-coding-systems, set-locale-environment):
787         * hexl.el (hexl-insert-multibyte-char):
788         * dos-w32.el (find-buffer-file-type-coding-system):
789         * simple.el (what-cursor-position):
790         Replace uses of default-buffer-file-coding-system
791         with (default-value 'buffer-file-coding-system).
793         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
794         Replace uses of default-cursor-in-non-selected-windows
795         with (default-value 'cursor-in-non-selected-windows).
796         Use with-current-buffer.
798         * mail/feedmail.el: Use CL macros.
799         (feedmail-run-the-queue, feedmail-send-it-immediately):
800         * dos-w32.el (find-buffer-file-type): Replace uses of
801         default-buffer-file-type with (default-value 'buffer-file-type).
803 2009-08-28  Glenn Morris  <rgm@gnu.org>
805         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
806         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
807         Use default-value of major-mode rather than default-major-mode.
809 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
811         * Makefile.in (update-elcfiles): Report left over elc files.
813         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
814         expand-file-name and with-current-buffer.
815         (mail-get-names, mail-directory): Use with-current-buffer.
817         * vc.el (vc-read-revision): New function.
818         (vc-version-diff, vc-merge): Use it.
820 2009-08-27  Sam Steingold  <sds@gnu.org>
822         * simple.el (kill-do-not-save-duplicates): New user option.
823         (kill-new): When it is non-nil, and the new string is the same as
824         the latest kill, set replace to t to avoid duplicates in kill-ring.
826 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
828         * net/tramp.el (tramp-handle-process-file): Do not flush all
829         caches when `process-file-side-effects' is set.
830         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
831         instead of `tramp-find-file-exists-command'.
832         Unset `process-file-side-effects'.
834 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
836         * net/tramp.el (tramp-methods): New method "rsyncc".
837         (top): Add completion function for "rsyncc".
838         (tramp-message-show-message): New defvar.
839         (tramp-message, tramp-error): Use it.
840         (tramp-do-copy-or-rename-file-directly): Extend check for direct
841         remote copying.
842         (tramp-do-copy-or-rename-file-out-of-band): Handle new
843         `tramp-methods' entry `copy-env' of "rsyncc".
844         (tramp-vc-registered-read-file-names): New defconst.
845         (tramp-vc-registered-file-names): New defvar.
846         (tramp-handle-vc-registered): Implement optimization strategy.
847         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
848         (tramp-vc-file-name-handler): New defun.
849         (tramp-get-ls-command, tramp-get-test-command)
850         (tramp-get-file-exists-command, tramp-get-remote-ln)
851         (tramp-get-remote-perl, tramp-get-remote-stat)
852         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
854         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
855         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
856         timestamps.
857         (tramp-get-file-property): Check for timestamps in
858         `tramp-cache-inhibit-cache'.
859         (tramp-set-file-property): Write timestamp.
861 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
863         * language/japan-util.el (japanese-symbol-table): Add entries for
864         cp932-2-byte.
866         * international/characters.el: Add category `j' to cp932-2-byte.
868 2009-08-27  Kenichi Handa  <handa@m17n.org>
870         * international/fontset.el (build-default-fontset-data): New macro.
871         (setup-default-fontset): Use build-default-fontset-data for CJK,
872         tibetan, ethiopic, and ipa.
874 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
876         * cus-start.el (default-major-mode): Customize `major-mode' instead.
877         (enable-multibyte-characters): Not customizable any more.
879         * subr.el (default-mode-line-format, default-header-line-format)
880         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
881         (default-direction-reversed, default-truncate-lines)
882         (default-left-margin, default-tab-width, default-case-fold-search)
883         (default-left-margin-width, default-right-margin-width)
884         (default-left-fringe-width, default-right-fringe-width)
885         (default-fringes-outside-margins, default-scroll-bar-width)
886         (default-vertical-scroll-bar, default-indicate-empty-lines)
887         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
888         (default-fringe-cursor-alist, default-scroll-up-aggressively)
889         (default-scroll-down-aggressively, default-fill-column)
890         (default-cursor-type, default-buffer-file-type)
891         (default-cursor-in-non-selected-windows)
892         (default-buffer-file-coding-system, default-major-mode)
893         (default-enable-multibyte-characters): Mark as obsolete.
895 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
897         * vc-dir.el (vc-dir-update): Remove debug helper.
899         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
901 2009-08-26  Sam Steingold  <sds@gnu.org>
903         * simple.el (save-interprogram-paste-before-kill): New user option.
904         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
905         save the interprogram-paste into kill-ring before overriding it
906         with the Emacs kill.
908 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
910         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
911         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
912         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
913         and move to vc-rcs.el.
914         (vc-default-next-revision): Rename to vc-rcs-next-revision and
915         move to vc-rcs.el.
916         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
917         (vc-rcs-update-changelog): Remove.
918         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
919         and move to vc-rcs.el.
921         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
922         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
923         renaming.
924         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
925         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
926         vc.el, renamed to be RCS specific.
928         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
929         New functions.
930         (vc-cvs-update-changelog): Move here from vc.el.
932         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
933         New functions.
935 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
937         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
939 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
941         * vc-git.el (vc-git-register): Use "git add" for directories.
942         (vc-git-stash, vc-git-stash-show): New functions.
943         (vc-git-extra-menu-map): Bind them.
945         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
946         directory correctly in case the item is a directory itself.
948         * vc.el: Document the desired behavior for reverted files in the
949         `added' state.
950         (vc-default-prettify-state-info): Remove function, unused.
952         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
954 2009-08-26  Glenn Morris  <rgm@gnu.org>
956         * bindings.el (standard-mode-line-format): Reposition dashes in
957         which-func entry.  (Bug#4217)
959         * files.el (enable-local-variables, enable-local-eval)
960         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
961         the defcustoms.
962         (auto-mode-alist, ignored-local-variables)
963         (save-some-buffers-action-alist): Move risky declarations to the
964         definitions.
965         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
966         (font-lock-defaults, format-alist, imenu--index-alist)
967         (imenu-generic-expression, input-method-alist, minor-mode-alist)
968         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
969         (mode-line-modified, mode-line-mule-info, mode-line-position)
970         (mode-line-process, mode-line-remote, outline-level)
971         (parse-time-rules, rmail-output-file-alist)
972         (special-display-buffer-names, vc-mode):
973         Move risky declarations to the relevant files.
974         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
975         (mode-line-modified, mode-line-process, mode-line-position)
976         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
977         * font-core.el (font-lock-defaults):
978         * format.el (format-alist):
979         * vc-hooks.el (vc-mode):
980         * window.el (special-display-buffer-names):
981         * international/mule-cmds.el (input-method-alist):
982         Define riskiness here (dumped file) rather than in files.el.
983         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
984         * imenu.el (imenu-generic-expression, imenu--index-alist):
985         * outline.el (outline-level):
986         * time.el (display-time-string):
987         * calendar/parse-time.el (parse-time-rules):
988         * mail/rmailout.el (rmail-output-file-alist):
989         Autoload riskiness here, rather than placing in files.el.
991 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
993         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
995 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
997         * simple.el (process-file-side-effects): New defvar.
999         * dired-aux.el (dired-show-file-type):
1000         * vc.el (vc-diff-internal):
1001         * vc-arch.el (vc-arch-diff):
1002         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
1003         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
1004         * vc-git.el (vc-git-registered, vc-git-working-revision)
1005         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
1006         (vc-git--empty-db-p):
1007         * vc-hooks.el (vc-user-login-name):
1008         * vc-svn.el (vc-svn-registered, vc-svn-state)
1009         (vc-svn-dir-extra-headers, vc-svn-find-revision):
1010         * progmodes/grep.el (grep-probe): Let-bind
1011         `process-file-side-effects' with nil.
1013         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
1015         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
1016         daemon.  Replace ping by checking for running service for bluez
1017         and zeroconf.  (Bug#4239)
1019 2009-08-25  Kevin Ryde  <user42@zip.com.au>
1021         * net/dig.el (dig): Add autoload cookie.
1023 2009-08-25  Glenn Morris  <rgm@gnu.org>
1025         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
1026         load-history for absolute file-names.
1027         (byte-compile-file-form-require): Warn about use of the cl package.
1029         * format.el (format-alist): Doc fix.
1031         * play/bubbles.el (top-level): Don't require cl at run-time.
1033         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
1034         run-time cl).
1036 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
1038         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
1039         from cl package.
1040         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
1042 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
1044         * calc/calc-alg.el (math-trig-rewrite)
1045         (math-hyperbolic-trig-rewrite): New functions.
1046         (calc-simplify): Simplify trig functions when asked.
1048 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1050         * diff-mode.el (diff-find-source-location): Avoid goto-line.
1052 2009-08-24  Kenichi Handa  <handa@m17n.org>
1054         * language/ind-util.el (mapthread): Delete it.
1055         (combinatorial): New function.
1056         (indian--puthash-cv): Use combinatorial instead of mapthread.
1058 2009-08-22  Kevin Ryde  <user42@zip.com.au>
1060         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
1061         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
1062         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
1063         Clarify docstring that the value is strings not symbols.
1064         (checkdoc-list-of-strings-p): New function.
1066 2009-08-22  Glenn Morris  <rgm@gnu.org>
1068         * files.el (auto-mode-alist):
1069         * hippie-exp.el (he-concat-directory-file-name):
1070         * lpr.el (lpr-windows-system, printer-name):
1071         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
1072         * ps-print.el (ps-windows-system):
1073         * startup.el (command-line):
1074         * emulation/viper-ex.el (viper-glob-function):
1075         * international/mule-cmds.el (set-language-environment-coding-systems):
1076         * net/ange-ftp.el (ange-ftp-write-region):
1077         * obsolete/fast-lock.el (fast-lock-cache-name):
1078         Remove code for defunct system-types emx, macos, mswindows, next-mach,
1079         unisoft-unix, vax-vms, win32, w32.
1081         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
1082         given name if the pattern is not more specific.
1084         * calendar/lunar.el (lunar-phase-names): New option.
1085         (lunar-phase): Doc fix.
1086         (lunar-cycles-per-year): New constant.
1087         (lunar-index): New function.
1088         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
1089         (lunar-phase-name): Use lunar-phase-names.
1090         (calendar-lunar-phases): Use format.
1091         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
1093         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
1094         Copy imenu-example--name-and-position function here for own use.
1095         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
1097         * bs.el (bs--redisplay):
1098         * cus-edit.el (custom-redraw):
1099         * ibuffer.el (ibuffer-bury-buffer):
1100         * server.el (server-goto-line-column):
1101         * startup.el (command-line-1):
1102         * strokes.el (strokes-xpm-for-stroke):
1103         * term.el (term-display-buffer-line):
1104         * view.el (View-goto-line):
1105         * calc/calc.el (calc-do, calc-trail-buffer):
1106         * play/gamegrid.el (gamegrid-add-score-insecure):
1107         * progmodes/ada-mode.el (ada-compile-goto-error):
1108         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
1109         (ebrowse-select-1st-to-9nth):
1110         * progmodes/cperl-mode.el (cperl-time-fontification):
1111         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
1112         * progmodes/gud.el (gud-display-line):
1113         (idlwave-shell-display-line):
1114         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
1115         * progmodes/make-mode.el (makefile-browser-toggle):
1116         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
1117         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
1118         * textmodes/picture.el (picture-draw-rectangle):
1119         * textmodes/reftex-index.el (reftex-index-goto-letter):
1120         (reftex-select-jump-to-previous):
1121         * textmodes/reftex-sel.el (reftex-find-start-point)
1122         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
1123         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
1124         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
1125         * textmodes/tex-mode.el (tex-compilation-parse-errors):
1126         * textmodes/two-column.el (2C-associated-buffer):
1127         Use forward-line rather than goto-line.
1129         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
1130         goto-line.
1132         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
1133         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
1134         (quick-check-list-to-regexp): Declare.
1136         * progmodes/make-mode.el (makefile-browser-insert-selection):
1137         Use goto-char rather than goto-line.
1139         * progmodes/prolog.el (compilation-error-regexp-alist)
1140         (compilation-forget-errors): Declare.
1142 2009-08-22  Juri Linkov  <juri@jurta.org>
1144         * progmodes/grep.el (lgrep, rgrep): At the beginning
1145         set `dir' to `default-directory' unless `dir' is a non-nil
1146         readable directory.  (Bug#4052)
1147         (lgrep, rgrep): Change a weird way to report an error
1148         from using `read-string' to using `error'.
1149         Instead of using interactive arguments in the function body,
1150         add new argument `confirm'.
1152 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1154         * textmodes/remember.el (remember-buffer):
1155         * progmodes/cperl-mode.el (cperl-vc-header-alist):
1156         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
1157         (icalendar-extract-ical-from-buffer):
1158         * net/newst-treeview.el (newsticker-groups-filename):
1159         * net/newst-backend.el (newsticker-cache-filename):
1160         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
1161         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
1162         (speedbar-add-ignored-path-regexp, speedbar-line-path)
1163         (speedbar-buffers-line-path, speedbar-path-line)
1164         (speedbar-buffers-line-path):
1165         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
1166         (epg-sign-keys):
1167         * epa.el (epa-display-verify-result):
1168         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
1170 2009-08-21  Glenn Morris  <rgm@gnu.org>
1172         * progmodes/js.el (inferior-moz-process): Fix declaration.
1174         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
1176         * obsolete/rnewspost.el (news-mail-reply):
1177         Use goto-char rather than goto-line.
1179         * term/ns-win.el (ns-open-file-select-line):
1180         Use line-beginning-position rather than goto-line.
1182         * apropos.el (apropos-command):
1183         * ehelp.el (electric-helpify):
1184         * printing.el (pr-show-setup):
1185         * strokes.el (strokes-help):
1186         * tutorial.el (tutorial--describe-nonstandard-key)
1187         (tutorial--detailed-help):
1188         * woman.el (woman-mini-help, woman-display-extended-fonts):
1189         * calc/calc-help.el (calc-describe-key):
1190         * emulation/edt.el (edt-electric-helpify):
1191         * international/mule-diag.el (mule-diag):
1192         * play/yow.el (apropos-zippy):
1193         * progmodes/python.el (python-describe-symbol):
1194         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
1195         * textmodes/table.el (*table--cell-describe-mode)
1196         (*table--cell-describe-bindings):
1197         Use help-print-return-message rather than the now obsolete alias.
1199         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
1200         (calendar-cursor-to-visible-date):
1201         * play/5x5.el (5x5-position-cursor):
1202         * play/decipher.el (decipher):
1203         * play/gomoku.el (gomoku-goto-xy):
1204         * play/landmark.el (lm-goto-xy):
1205         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
1206         (mpuz-paint-digit):
1207         Use forward-line, not goto-line.
1209         * mail/rmail.el (rmail-obsolete): Delete custom group.
1210         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
1211         (rmail-remote-password, rmail-remote-password-required):
1212         Remove unneeded :set-after and :set properties.
1214 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
1216         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
1218 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
1220         * loadup.el: Remove leftover macos code.
1222         * vc-git.el (vc-git-annotate-command): Run asynchronously.
1223         Explicitly pass the date format to git blame so that user local
1224         so that the output format can be parsed.
1226 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
1228         * net/dbus.el (top): Don't check for (getenv
1229         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
1231 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
1233         * log-edit.el (log-edit-strip-single-file-name): New var.
1234         (log-edit-insert-changelog): Use it.  Bug#3571
1236 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * subr.el (read-passwd): Use read-key so keypad keys work as well.
1239         Bug#3287
1241         * help.el (help-print-return-message): Rename from
1242         print-help-return-message.
1244         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
1245         cvs-mode-map parent hack.
1246         (log-view-mode): Derive from special-mode.
1248         * linum.el (linum-mode): window-size-change-functions is redundant.
1249         Adapt to new window-configuration-change-hook behavior.
1250         (linum-after-size, linum-after-config): Remove.
1252         * imenu.el (imenu-example--name-and-position)
1253         (imenu-example--lisp-extract-index-name)
1254         (imenu-example--create-lisp-index, imenu-example--create-c-index):
1255         Mark as obsolete.
1257         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
1258         (inferior-prolog-mode): Use it.
1259         (inferior-prolog-load-file): Reset list of errors.
1261 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
1263         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
1265         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
1267 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
1269         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
1270         is running already.
1272 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1274         * subr.el (listify-key-sequence-1): Use normal syntax since those
1275         integers are nowadays always represented by the same (positive) number
1276         on all platforms.
1277         (read-key-empty-map): New const.
1278         (read-key-delay): New var.
1279         (read-key): New function.
1280         (force-mode-line-update): Use with-current-buffer.
1281         (locate-user-emacs-file): Don't forget to abbreviate the file name.
1282         (start-process-shell-command, start-file-process-shell-command):
1283         Discourage the use of command-args.
1285 2009-08-19  Glenn Morris  <rgm@gnu.org>
1287         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
1289 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1291         * simple.el (choose-completion-string): Don't rely on
1292         minibuffer-completing-file-name and ad-hoc checks to decide whether
1293         to continue completion or not.
1295         * minibuffer.el (minibuffer-hide-completions): New function.
1296         (completion--do-completion): Use it.
1297         (completions-annotations): New face.
1298         (completion--insert-strings): Use it.
1299         (completion-pcm--delim-wild-regex): Add docstring.
1300         (completion-pcm--string->pattern): Add support for 0-width delimiters
1301         in completion-pcm--delim-wild-regex.
1303 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1305         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
1306         Remove unused var `buffer-modified-p'.
1308         * minibuffer.el (completion--do-completion): Move point for the #b001
1309         case as well (bug#4176).
1310         (minibuffer-complete, minibuffer-complete-word): Don't move point.
1312 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
1314         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
1315         and :session buses.
1317 2009-08-18  Kenichi Handa  <handa@m17n.org>
1319         * international/ucs-normalize.el (ucs-normalize-version):
1320         Change to 1.1.
1321         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
1322         (utf-8-hfs): Make it perform normalization on encoding too.
1324         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
1325         (sentence-end-without-space): Delete duplicated chars.
1326         (sentence-end-base): Likewise.
1328         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
1329         (html-mode): Delete duplicated chars from sentence-end-base.
1331         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
1332         (texinfo-mode): Delete duplicated chars from sentence-end-base.
1334 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
1336         * files.el (hack-one-local-variable): If the mode function is for
1337         a minor mode, pass it an argument (Bug#4148).
1339 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
1341         * net/tramp.el (tramp-register-completion-file-name-handler):
1342         Check also for (member 'partial-completion completion-styles).
1344 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1346         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
1347         abbrev (Bug#3943).
1349 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
1351         * progmodes/cperl-mode.el: Merge upstream 6.2.
1352         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
1353         (cperl-forward-re): Check cperl-brace-recursing.
1354         (cperl-highlight-charclass): New function.
1355         (cperl-find-pods-heres): Use it.
1356         (cperl-fill-paragraph): Synch to save-excursion placement used
1357         upstream.
1358         (cperl-beautify-regexp-piece): Fix column calculation.
1359         (cperl-make-regexp-x): Handle case where point is between "q" and
1360         "rs".
1361         (cperl-beautify-level): Don't process entire regexp.
1362         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
1363         calling man.
1364         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
1365         (cperl-init-faces): Build a list in the normal way.
1367 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1369         * calendar/parse-time.el (parse-time-string-chars): Save match
1370         data.
1372 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1374         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
1375         (sql-product): Use it.
1376         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
1377         (sql-set-product): Add completion.
1378         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
1379         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
1380         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
1381         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
1382         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
1383         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
1384         (sql-highlight-db2-keywords): Remove.
1385         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1386         (sql-highlight-product): Use derived-mode-p.
1387         (sql-set-sqli-buffer): Use with-current-buffer.
1388         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
1389         Simplify.
1391         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
1393         * term.el: Fix commenting convention, turn comments into docstrings.
1395 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
1397         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
1399 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
1401         * calendar/parse-time.el (parse-time-string-chars): Compute using
1402         character classes, to handle non-ascii characters (Bug#3190).
1404 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
1406         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
1407         another heredoc if the user adds another < (Bug#3226).
1409         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1410         Don't initialize based on window-system (Bug#4124).
1412         * facemenu.el (facemenu-read-color): Use a completion function
1413         that accepts any defined color, such as RGB triplets (Bug#3677).
1415         * files.el (get-free-disk-space): Change fallback default
1416         directory to /.  Expand DIR argument before switching to fallback.
1417         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
1419 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1421         * files.el (load-library): Doc fix.
1423 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
1425         * viper-cmd.el (viper-insert-isearch-string): New function.
1426         (viper-if-string): Redefine C-s in the minibuffer to insert the last
1427         incremental search string.
1429         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
1430         XEmacs.
1432         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
1433         (ediff-merge-region-is-non-clash)
1434         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
1435         Also check if the job is really a merge job.
1437         * ediff.el (ediff-current-file): New function.
1439 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
1441         * progmodes/js.el: Edit docstrings throughout to follow Emacs
1442         conventions.
1443         (js-insert-and-indent): Delete function.
1444         (js-mode-map): Don't bind keys to js-insert-and-indent.
1445         (js-beginning-of-defun): Rename from js--beginning-of-defun.
1446         (js-end-of-defun): Rename from js--end-of-defun.
1447         (js-auto-indent-flag): Delete variable.
1449 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
1451         * progmodes/js.el: Remove proclaim statement.
1452         Defvar which-func-imenu-joiner-function to silence compiler.
1454         * files.el (auto-mode-alist): Use js-mode for .js files.
1456         * progmodes/js2-mode.el: Remove file.
1458         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
1460         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
1462         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
1464 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
1465             Karl Landstrom  <karl.landstrom@brgeight.se>
1467         * progmodes/js.el: New file.
1469 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
1471         * timezone.el (timezone-parse-date): Add ability to understand ISO
1472         basic format (minimal separators) dates in addition to the
1473         already-supported extended format dates.
1475 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
1477         * international/ucs-normalize.el: Add a `coding' file variable.
1479         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
1481 2009-08-14  Sam Steingold  <sds@gnu.org>
1483         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
1485 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
1487         * faces.el (help-argument-name): Define it here instead of
1488         help-fns.el, because in daemon mode help-fns.el may be loaded when
1489         faces are still uninitialized (Bug#1078).
1491         * help-fns.el (help-argument-name): Move defface to faces.el.
1493 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
1495         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
1496         create buffer with a pty but no process so that GDB can make the
1497         inferior the controlling process.
1499 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
1501         * international/ucs-normalize.el: New file.
1503 2009-08-13  Richard Stallman  <rms@gnu.org>
1505         * mail/rmail.el (rmail-get-attr-names):
1506         Accept an attribute header that is too short.
1508         * mail/rmail.el (rmail-forget-messages):
1509         Ignore nil elt in rmail-message-vector.  Use dotimes.
1511         * progmodes/compile.el (compilation-goto-locus):
1512         Use next-error-move-function.
1514         * simple.el (next-error-move-function): New variable.
1516 2009-08-12  Juri Linkov  <juri@jurta.org>
1518         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
1519         always non-nil.  (Bug#4052)
1521         * replace.el (read-regexp): Return empty string when
1522         `default-value' is nil.
1523         (keep-lines-read-args): Don't use empty string as the
1524         default value for `read-regexp'.  (Bug#2495)
1526 2009-08-12  Juri Linkov  <juri@jurta.org>
1528         * international/mule-cmds.el (ucs-insert): Change arguments
1529         from `arg' to `character', `count', `inherit' to be the same
1530         as in `insert-char'.  Doc fix.  (Bug#4039)
1532         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
1534 2009-08-12  Juri Linkov  <juri@jurta.org>
1536         * files-x.el: New file.
1538         * files.el: Move code that deals with adding/deleting
1539         file/directory-local variables to files-x.el.
1541         * Makefile.in (ELCFILES): Add files-x.elc.
1543 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
1545         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
1546         to use `goto-line'.
1547         (gdb-place-breakpoints, gdb-get-location): Rewritten without
1548         `goto-line'.
1549         (gdb-invalidate-disassembly): Do not refresh upon receiving
1550         'update signal.  Instead, update all disassembly buffers only after
1551         threads list.
1552         (gdb): Send -target-detach when buffer is killed (#3794).
1553         (gdb-starting): Moved -data-list-register-names...
1554         (gdb-stopped): ...here so it's sent when first thread stops.
1555         (gdb-registers-handler-custom): Do nothing if register names are
1556         unknown yet.
1558         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
1559         from `gdb-mi.el' to avoid extra tangling.
1561         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
1562         change which breaks `gud-def' definitions used in `gdb'.
1563         (gdb-update-gud-running): No extra fuss for updating frame number.
1565 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1567         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
1568         (describe-language-environment-map, setup-language-environment-map)
1569         (set-coding-system-map): Move initialization into declaration.
1570         (set-language-info-alist): Last arg to define-key-after can be skipped.
1572         * international/quail.el (quail-completion-1): Simplify.
1573         (quail-define-rules): Use slightly more compact code.
1574         (quail-insert-decode-map): Propertize keys, compact columns.
1576         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
1577         Add goto-line.
1579 2009-08-10  Miles Bader  <miles@gnu.org>
1581         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
1582         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
1583         (js2-instance-member, js2-private-member, js2-private-function-call)
1584         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
1585         (js2-magic-paren, js2-external-variable):
1586         Remove "-face" suffix from face names.
1587         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
1588         (js2-highlight-undeclared-vars, js2-peek-token)
1589         (js2-parse-function-params, js2-mode-show-errors)
1590         (js2-mode-show-warnings, js2-make-magic-delimiter)
1591         (js2-mode-highlight-magic-parens): Update to use new face names.
1593 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
1595         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
1596         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
1598 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
1600         * subr.el: Provide hashtable-print-readable.
1602         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
1603         hs-c-like-adjust-block-beginning.
1604         (hs-hide-block-at-point): Stop hiding at the beginning of
1605         hs-block-end-regexp (Bug#700).
1607 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
1609         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
1610         a macro.
1611         (gdb-registers-handler-custom): Do not fail when register names
1612         are unavailable.
1614 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
1616         * progmodes/gdb-mi.el (gdb-control-all-threads)
1617         (gdb-control-current-thread): Interactive setters for
1618         `gdb-gud-control-all-threads' to use in menu.
1619         (gdb-show-run-p): Show «Go» when process is not active.
1620         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
1621         gud/thread.xpm and gud/all.xpm.
1623 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
1625         * net/net-utils.el (net-utils-font-lock-keywords): New var.
1626         (nslookup-font-lock-keywords): Make it a variable.
1627         (net-utils-mode): New mode for viewing diagnostic network output.
1628         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
1629         (net-utils-run-simple): New function.
1630         (ifconfig, iwconfig, netstat, arp, route): Use it.
1632 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
1634         * progmodes/gdb-mi.el (gdb-read-memory-custom)
1635         (gdb-memory-set-address, def-gdb-set-positive-number)
1636         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
1637         after changing settings.
1638         (gdb-invalidate-disassembly): Update when first shown.
1639         (gdb-edit-locals-value): Fixed.
1640         (gdb-registers-handler-custom): Print registers in right order and
1641         allow changing register values (only for current thread yet).
1642         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
1643         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
1644         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
1645         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
1646         info in mode name.
1647         (gdb-registers-mode-map): TAB to switch to locals.
1649 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
1651         * mail/rmail.el (rmail-add-mbox-headers)
1652         (rmail-set-message-counters-counter): Search for
1653         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
1655 2009-08-08  Glenn Morris  <rgm@gnu.org>
1657         * Makefile.in (ELCFILES): Update.
1659 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
1661         * mail/sendmail.el (mail-yank-original): Set
1662         buffer-file-coding-system from the one used by the message whose
1663         text is yanked.
1665         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
1666         to "windows" when "pgnuplot" is used.
1667         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
1668         call accept-process-output if "pgnuplot" is used.
1669         (calc-graph-init): Don't send -display and -geometry to
1670         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
1671         running "pgnuplot -V" with shell-command-to-string.
1673         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
1674         the default.
1676 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
1678         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
1679         org/org-latex.elc.
1681 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
1683         * vc-dispatcher.el (vc-resynch-window): Update comment.
1685         * term.el (term-handle-ansi-escape): Add comments with the
1686         terminfo capabilities implemented.
1688 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
1690         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
1691         (gdb-var-create-handler): Rewritten using JSON parser.
1692         (gdb-propertize-header): Moved earlier.
1693         (gdb-set-header): Removed to avoid duplication.
1694         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
1695         Refresh disassembly buffers only after threads list have been
1696         update.
1697         (gdb-threads-header, gdb-registers-header): Per-buffer header line
1698         variables.
1700 2009-08-04  Juri Linkov  <juri@jurta.org>
1702         * files.el: Commands to add/delete file/directory-local variables.
1703         (read-file-local-variable, read-file-local-variable-value)
1704         (read-file-local-variable-mode, modify-file-local-variable)
1705         (modify-file-local-variable-prop-line)
1706         (modify-dir-local-variable): New functions.
1707         (add-file-local-variable, delete-file-local-variable)
1708         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
1709         (add-dir-local-variable, delete-dir-local-variable)
1710         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
1711         (copy-dir-locals-to-file-locals-prop-line): New commands.
1713 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
1715         * abbrev.el (insert-abbrev-table-description): Prettify output.
1716         Suggested by Karl Chen.
1718 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
1720         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
1721         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
1722         (gdb-overlay-arrow-position, gdb-thread-position)
1723         (gdb-disassembly-position): Declare variables.
1724         (gdb-wait-for-pending): Function now.
1725         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
1726         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
1727         compilation goes smoothly.
1728         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
1729         (gdb-non-stop-setting): New customization setting which replaces
1730         `gdb-non-stop' so changing it doesn't break active GDB session.
1731         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
1732         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
1733         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
1734         (gdb-show-threads-by-default): New customization options.
1735         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
1736         routines.
1737         (gdb-get-buffer-create): Send buffers update signal when they are
1738         created.
1739         (gdb-invalidate-locals, gdb-invalidate-registers)
1740         (gdb-invalidate-breakpoints)
1741         (gdb-invalidate-threads, gdb-invalidate-disassembly)
1742         (gdb-invalidate-memory): Accept update signal.
1743         (gdb-current-context-command): Use --frame option.
1744         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
1745         Implement `gdb-frame-number' selection logic.
1746         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
1747         whether to show GUD toolbar buttons.
1748         (gdb-thread-exited): Unselect current thread when it exits.
1749         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
1750         (gdb-mark-line): Routine which sets overlay arrow or inverses
1751         video on fringeless displays.
1752         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
1753         to build aligned columns of data in GDB buffers and set text
1754         properties line-by-line.
1755         (gdb-invalidate-breakpoints)
1756         (gdb-breakpoints-list-handler-custom)
1757         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
1758         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
1759         (gdb-registers-handler-custom): Align data columns.
1760         (gdb-locals-handler-custom): Now prints data like in variable
1761         declarations.
1762         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
1763         Removed confusing buttons.
1764         (gdb-invalidate-threads): Append --frame.
1765         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
1766         between breakpoints/threads buffers.
1767         (gdb-set-window-buffer): Now can ignore dedicated windows.
1768         (gdb-propertize-header): Use `gdb-set-window-buffer'.
1769         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
1770         (def-gdb-thread-buffer-gud-command): Replaces
1771         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
1772         for fine thread control.
1773         (gdb-preempt-existing-or-display-buffer): New function used to
1774         display bound buffers without breaking window layout.
1775         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
1776         (gdb-select-frame): New version of `gdb-frames-select' which now
1777         sets `gdb-frame-number' so commands may use --frame option instead
1778         of inner debugger state.
1779         (gdb-frame-handler): Do not set `gdb-frame-number'.
1780         (gdb-threads-mode-map): Select threads with mouse.
1782         * progmodes/gud.el (gdb-gud-context-call): Declare function to
1783         avoid compilation warning.
1784         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
1785         `gdb-show-stop-p`.
1787         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
1788         Argument `key' renamed to `buffer-type'.
1789         (gdb-current-context-buffer-name): Do not add thread info to
1790         buffer name when no thread is selected.
1791         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
1792         command (bug 3794).
1793         (gdb-thread-selected): Handle `=thread-selected' notification.
1794         (gdb-wait-for-pending): New macro to deal with congestion problems.
1795         (gdb-breakpoints-list-handler-custom): Don't fail on pending
1796         breakpoints.
1797         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
1798         This fixes problem similar to one described in bug 3947.
1799         (gud-menu-map): More menu items.
1800         (gdb-init-1): Reset `gdb-thread-number' to nil.
1802         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
1803         non-stop settings.
1805         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
1806         (gdb-current-context-command): Do not append --thread if
1807         `gdb-thread-number' is nil.
1808         (gdb-running-threads-count, gdb-stopped-threads-count): New
1809         variables.
1810         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
1811         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
1812         customization options.
1813         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
1814         GUD commands.
1815         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
1816         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
1817         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
1818         set `gdb-thread-number' and update `gud-running' properly.
1819         (gdb-running): Update threads list when new threads appear.
1820         (gdb-stopped): Support non-stop operation and new thread switching
1821         logic.
1822         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
1823         (gdb-json-partial-output): New set of JSON routines.
1824         (def-gdb-auto-update-trigger): New `signal-list' optional
1825         argument.
1826         (gdb-thread-list-handler-custom): Update `gud-running',
1827         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
1828         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
1829         (gdb-continue-thread, gdb-step-thread): New commands for fine
1830         thread execution control.
1831         (gud-menu-map): New menu items to switch non-stop options.
1832         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
1833         (gdb-send): Mimic RET properly (bug 3794).
1835         * progmodes/gdb-mi.el (gdb-rules-name-maker)
1836         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1837         gdb-buffer-rules.
1838         (def-gdb-auto-update-handler): New nopreserve optional argument.
1839         (gdb-stack-list-frames-custom): Print stack from top to bottom.
1841         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1842         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1843         (gdb-parent-mode): New mode to derive other GDB modes from.
1844         (gdb-display-disassembly-for-thread)
1845         (gdb-frame-disassembly-for-thread): New commands for threads
1846         buffer.
1848         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1849         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
1850         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1851         (gdb-update): We now store all GDB buffers in a list so that they
1852         can be updated by traversing a list instead of calling invalidate
1853         triggers explicitly.
1854         (def-gdb-trigger-and-handler): New macro to define trigger-handler
1855         pair for GDB buffer.
1856         (gdb-stack-buffer-name): Add thread information.
1857         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1858         handle pending triggers.
1859         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1860         (def-gdb-thread-buffer-simple-command)
1861         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1862         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
1863         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
1864         New commands which show buffers bound to thread.
1865         (gdb-stack-list-locals-regexp): Removed unused regexp.
1867         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
1868         (gdb-locals-buffer-name, gdb-registers-buffer-name)
1869         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1870         to (gud-comint-buffer) in *-buffer-name functions
1871         because (gdb-get-target-string) already does that.
1872         (gdb-locals-handler-custom, gdb-registers-handler-custom)
1873         (gdb-changed-registers-handler): Rewritten without regexps.
1875         * progmodes/gdb-mi.el Basic thread selection support.
1876         (gdb-thread-number): New variable.
1877         (gdb-current-context-command): New macro which adds --thread
1878         option to command.
1879         (gdb-threads-mode-map): Select thread with SPC.
1880         (gdb-thread-list-handler-custom): Mark current thread with overlay
1881         arrow.  Synchronize GDB thread and Emacs thread.
1882         (gdb-select-thread): New command which selects current thread.
1883         (gdb-invalidate-frames, gdb-invalidate-locals)
1884         (gdb-invalidate-registers): Use --thread option.
1886 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
1888         * net/tramp.el (top): Make check for tramp-gvfs loading more
1889         robust.  (Bug#3977)
1890         (tramp-handle-insert-file-contents): `unwind-protect' must be
1891         inside `with-parsed-tramp-file-name'.
1893         * net/tramp-gvfs.el (top): Remove superfluous message when loading
1894         fails.
1896 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
1898         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
1899         directory if CLASSPATH is not set.
1901 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
1903         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
1904         New defconst.
1905         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
1907 2009-08-02  Kevin Ryde  <user42@zip.com.au>
1909         * net/newst-backend.el (newsticker--raw-url-list-defaults):
1910         Update freshmeat link.  Delete newsforge.com as it seems gone.
1912 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
1914         * select.el (x-set-selection): Doc fix (Bug#4021).
1916         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1918         * help-fns.el (describe-variable): Treat list return values from
1919         dir-locals-find-file properly (Bug#4005).
1921 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
1923         * net/tramp.el (tramp-debug-message): Print also microseconds.
1925 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
1927         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1928         or END is non-nil.
1929         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1930         (tramp-get-debug-buffer): Change `outline-regexp' according to new
1931         format.
1933         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1934         (tramp-get-file-property): Use it.
1936         * autorevert.el (auto-revert-handler): Allow
1937         `auto-revert-tail-mode' for remote files.
1939 2009-08-02  Jason Rumney  <jasonr@gnu.org>
1941         * minibuffer.el (read-file-name): Treat confirm options to
1942         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
1944 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
1946         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1947         (font-lock-variable-name-face, font-lock-constant-face): Darken
1948         the colors for light backgrounds.
1950 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
1952         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1953         month names.  (Bug#3987)
1955 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
1957         * simple.el (line-move-finish): Pass whole number to
1958         line-move-to-column.
1959         (line-move-visual): Perform hscroll to the recorded position.
1961 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
1963         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1965 2009-07-29  Alan Mackenzie  <acm@muc.de>
1967         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1969 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
1971         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1972         (gdb-place-breakpoints): Use full path when setting breakpoints.
1974 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
1976         * calc/calc.el (calc-mode-map): Add keybinding for
1977         `calc-transpose-lines'.
1979 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
1981         * calc/calc-misc.el (calc-transpose-lines): New function.
1983 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
1985         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1986         Simplify check for out-of-band methods.
1987         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1988         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
1990 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1992         * vc-git.el (vc-git-checkin): Fix typo.
1994 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
1996         * progmodes/js2-mode.el: New file.
1998 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
2000         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
2001         (gud-menu-map): Adjust tooltip accordingly.
2003 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
2005         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
2006         (vc-bzr-log-view-mode): Adjust log-view-file-re.
2008         * add-log.el (change-log-mode-map): Add a menu.
2010 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
2012         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
2013         function returns nil.
2014         (dbus-handle-event): Handle special return value :ignore.
2015         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
2017 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
2019         * view.el (view-mode-enable): Don't define Helper-return-blurb if
2020         it's not needed.
2022 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
2024         Fix Bug#3888:
2026         * w32-vars.el (x-select-enable-clipboard): Doc fix.
2028         * term/pc-win.el (x-display-name, x-colors)
2029         (x-select-enable-clipboard, x-select-text): Doc fix.
2031         * term/common-win.el (x-display-name, x-colors): Doc fix.
2033         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
2034         (xw-defined-colors): Doc fix.
2036         * w32-fns.el (x-select-text, x-setup-function-keys)
2037         (x-get-selection, x-set-selection): Doc fix.
2039         * term/x-win.el (x-select-text, x-setup-function-keys)
2040         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
2042         * select.el (x-set-selection): Doc fix.
2044 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
2046         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
2047         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
2048         "IsNSSSupportAvailable" method is not available.  Reported by
2049         Steve Youngs <steve@sxemacs.org>.
2051 2009-07-24  Kenichi Handa  <handa@m17n.org>
2053         * international/characters.el: Fix setting of category ?C, ?|, ?K,
2054         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
2055         (build-unicode-category-table): Fix range checks.
2057 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
2059         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
2060         the buffer we try to sync is current when calling
2061         vc-resynch-buffer.
2063         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
2064         not show up to date files.
2066 2009-07-24  Glenn Morris  <rgm@gnu.org>
2068         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
2069         Add autoload cookies.  If necessary, initialize.
2070         (elint-log): Handle non-file buffers.
2071         (elint-initialize): Add optional argument to reinitialize.
2072         (elint-find-builtin-variables): Save excursion.
2074 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
2076         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
2077         for Lint.
2079 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
2081         * vc.el (vc-print-log-internal): New function, split out from ...
2082         (vc-print-log): ... here.
2083         (vc-dir-move-to-goal-column): Declare.
2085         * vc-git.el (vc-git-add-signoff): New variable.
2086         (vc-git-checkin): Use it.
2087         (vc-git-toggle-signoff): New function.
2088         (vc-git-extra-menu-map): Bind it to menu.
2089         (vc-git--run-command-string): Accept a nil FILE argument.
2090         (vc-git-stash-list): New function.
2091         (vc-git-dir-extra-headers): Use it.
2093 2009-07-23  Glenn Morris  <rgm@gnu.org>
2095         * help-fns.el (describe-variable): Describe ignored and risky local
2096         variables in a similar way to that in which we describe safe ones.
2098         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
2099         (byte-compile-output-file-form, byte-compile-output-docform)
2100         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
2101         Give some more local variables with common names a "bytecomp-" prefix,
2102         so as not to shadow things during compilation.
2103         * emacs-lisp/cl-macs.el (load-time-value)
2104         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
2105         `outbuffer' to `bytecomp-outbuffer'.
2107         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
2108         since the next two variables cover them automatically now.
2109         (elint-builtin-variables, elint-autoloaded-variables): New.
2110         (elint-unknown-builtin-args): Remove all members, since they can be
2111         parsed automatically now.
2112         (elint-extra-errors): New.
2113         (elint-env-add-env, elint-env-add-macro): Use cadr.
2114         (elint-current-buffer): Use or.  Change final message.
2115         (elint-get-top-forms): Use line-end-position.
2116         (elint-init-env): Use cadr.  Handle autoload, declare-function,
2117         and defalias.
2118         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
2119         (regexp-assoc): Remove unused function.
2120         (elint-top-form): Set elint-current-pos, to record the start of the
2121         top-level form, for compilation-mode.
2122         (elint-form): Trap errors in macro expansion.  Use dolist.
2123         (elint-unbound-variable): Use elint-builtin-variables and
2124         elint-autoloaded-variables.
2125         (elint-get-args): Use cadr, or.
2126         (elint-check-cond-form): Use dolist, cadr.
2127         (elint-check-condition-case-form): Doc fix.  Use cadr.
2128         Use elint-extra-errors.
2129         (elint-log): New function.
2130         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
2131         Distinguish errors and warnings.
2132         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
2133         Use a bytecomp-style format.
2134         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
2135         (elint-get-log-buffer): Use compilation mode.  Disable undo.
2136         Don't truncate lines.
2137         (elint-initialize): Set builtin and autoloaded variable lists.
2138         Only process elint-unknown-builtin-args if non-nil.
2139         (elint-find-builtin-variables, elint-find-autoloaded-variables):
2140         New functions.
2141         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
2143 2009-07-22  Kevin Ryde  <user42@zip.com.au>
2145         * net/newst-backend.el (newsticker--parse-atom-1.0)
2146         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
2147         (newsticker--parse-rss-1.0):
2148         * progmodes/idlwave.el (idlwave-mode):
2149         * progmodes/idlw-shell.el (idlwave-shell-mode):
2150         * progmodes/vera-mode.el (vera-mode):
2151         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
2152         * progmodes/vhdl-mode.el (vhdl-mode):
2153         * textmodes/table.el (table-generate-source)
2154         (table--warn-incompatibility):
2155         Hyperlink urls in docstrings with URL `...'.
2157 2009-07-22  Glenn Morris  <rgm@gnu.org>
2159         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
2160         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
2161         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
2162         Remove leading * from defcustom docs.
2164         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
2166         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
2167         defcustom doc.
2168         (list-load-path-shadows): Optionally, just return shadows as a string.
2170         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
2172 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
2174         * mail/rmailedit.el (rmail-edit-mode): Use
2175         auto-save-include-big-deletions.
2177         * mail/rmail.el (rmail-variables): Use
2178         auto-save-include-big-deletions.
2180         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
2181         changes.
2183 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
2185         * calc/calc.el (calc-undo-length): New variable.
2186         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
2188 2009-07-21  Richard Stallman  <rms@gnu.org>
2190         * files.el (auto-save-mode): Handle buffer-save-size = -2
2191         for toggling mode.
2193 2009-07-21  Glenn Morris  <rgm@gnu.org>
2195         * textmodes/ispell.el (ispell-looking-back): Update declaration.
2197         * calendar/todo-mode.el (calendar-current-date): Update declaration.
2199         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
2200         silence compiler.  Instead...
2201         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
2202         (ps-print-ensure-fontified): Update for above function name changes.
2204         * printing.el (pr-mh-get-msg-num, pr-mh-show)
2205         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
2206         silence compiler.  Instead...
2207         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
2208         (mh-show-buffer): Only define for compiler.
2209         (pr-mh-current-message): Update for above function name changes.
2211         * files.el (abort-if-file-too-large): Explicitly pass `filename'
2212         as an argument.
2213         (find-file-noselect, insert-file-1): Update for above change.
2215         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
2217         * mail/mailclient.el (mailclient-send-it): Fix message.
2219         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
2220         (edebug-eval): Check cl-debug-env is bound.
2221         (print-level, print-circle): Don't redefine built-in variables.
2223         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
2224         (custom-print-vectors): Remove old comments from doc.
2226         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
2227         (emerge-version): Make the variable an obsolete alias for the
2228         emacs-version variable.  Make the function obsolete.
2229         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
2230         Emerge options, rather than merging in into the main Options menu.
2231         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
2232         and auto advance modes.  Disable edit/fast items when not relevant.
2234 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
2236         * term/vt420.el (terminal-init-vt420): Fix typo.
2238 2009-07-20  Sam Steingold  <sds@gnu.org>
2240         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
2241         variable (removed from compile.el on 2004-03-11).
2243 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
2245         * files.el (hack-local-variables-filter): Fix last change.
2247 2009-07-19  Juri Linkov  <juri@jurta.org>
2249         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
2250         (dir-local-variables-alist): New buffer-local variable.
2251         (hack-local-variables-filter): If variable is not dir-local,
2252         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
2253         because file-local overrides dir-local.
2254         (c-postprocess-file-styles)<declare-function>:
2255         Remove obsolete declaration.
2256         (hack-dir-local-variables): Add dir-local variable/value pair to
2257         `dir-local-variables-alist' and remove duplicates.  Doc fix.
2259         * help-fns.el (describe-variable): Add information about
2260         file-local and dir-local variables.
2262 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
2264         * files.el (hack-local-variables-filter): Rewrite.
2266 2009-07-19  Glenn Morris  <rgm@gnu.org>
2268         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
2269         Silence compiler by only defining on XEmacs.
2271         * international/mule.el (auto-coding-regexp-alist): Only match
2272         BABYL... at the start of buffer, not of lines.  (Bug#3790)
2274         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
2275         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
2276         (cal-menu-context-mouse-menu): Doc fix.
2278         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
2280         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
2282 2009-07-18  Juri Linkov  <juri@jurta.org>
2284         * info.el: Virtual Info keyword finder.
2285         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
2286         (Info-finder-file): New variable.
2287         (Info-finder-find-file): New function.
2288         (finder-known-keywords, finder-package-info)
2289         (find-library-name, lm-commentary): Use defvar and
2290         declare-function to silence compiler warnings.
2291         (Info-finder-find-node): New function.
2292         (info-finder): New command.
2294         * subr.el (process-kill-buffer-query-function): New function.
2295         (add-hook)<kill-buffer-query-functions>: Add hook
2296         `process-kill-buffer-query-function'.
2298 2009-07-18  Alan Mackenzie  <acm@muc.de>
2300         * progmodes/cc-mode.el (c-before-hack-hook)
2301         (c-postprocess-file-styles): Give invocation of `c-set-style'
2302         DONT-OVERRIDE parameter of t.  Already set style variables will
2303         thus not be overridden by style settings given by `c-file-syle'.
2305         * files.el (hack-local-variables-filter): Remove entries with
2306         duplicate keys from `file-local-variables-alist'.
2308 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2310         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
2311         x-set-selection if display-selections-p returns nil for the
2312         current frame.
2314 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
2316         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
2318 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
2320         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
2321         Accept nil in addition to a regexp.
2322         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
2323         Accept nil in addition to a regexp.
2324         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
2325         buffers that have an associated file.  Handle nil values of
2326         desktop-buffers-not-to-save and desktop-files-not-to-save.
2327         (Bug#3833)
2329         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
2330         (x-disown-selection-internal): New functions.
2332 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
2334         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
2335         warning.
2336         (gdb-breakpoints-header): Move forward to avoid compiler warning.
2337         (gdb-make-header-line-mouse-map): Remove duplicate definition.
2339 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
2341         * simple.el (set-mark): Revert last change.
2343 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
2345         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
2346         rendering of pngs is not possible instead of messaging a long
2347         description.
2349 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
2351         * w32-fns.el (x-selection-owner-p): New function.
2353         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
2354         (mouse-yank-at-click, mouse-yank-primary): If
2355         select-active-regions is non-nil, deactivate the mark before
2356         insertion.
2358         * simple.el (deactivate-mark, set-mark): Only save selection if we
2359         own it.
2361 2009-07-17  Kenichi Handa  <handa@m17n.org>
2363         * case-table.el (describe-buffer-case-table): Fix for the case
2364         that KEY is a cons.
2366 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
2368         * vc-rcs.el (vc-rcs-find-file-hook):
2369         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
2371 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
2373         * net/tramp.el (tramp-wait-for-output): Handle the case when
2374         commands do not return a newline but a null byte before the shell
2375         prompt.  (Bug#3858)
2377 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2379         * term/ns-win.el (ns-set-alpha): Don't declare.
2380         (ns-set-background-alpha): Remove function.
2382 2009-07-16  Kevin Ryde  <user42@zip.com.au>
2384         * emacs-lisp/copyright.el (copyright-update): Save match-data across
2385         y-or-n-p, for safety.
2387 2009-07-16  Richard Stallman  <rms@gnu.org>
2389         * files.el (auto-save-mode): If buffer-saved-size is -2,
2390         don't clobber it.
2392         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
2393         (rmail-retry-ignored-headers): Add more uninteresting fields.
2395 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
2397         * net/rcirc.el (rcirc): Use history variables.
2398         (rcirc-server-name-history, rcirc-nick-name-history)
2399         (rcirc-server-port-history): New variables.
2401 2009-07-15  Kenichi Handa  <handa@m17n.org>
2403         * international/mule-cmds.el (set-language-environment-charset):
2404         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
2405         ignore them.
2407         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
2408         Delete unibyte-display.
2410 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2412         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
2414 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
2416         * simple.el (deactivate-mark): Optional argument FORCE.
2417         (set-mark): Use deactivate-mark.
2419         * info.el (Info-search): No need to check transient-mark-mode
2420         before calling deactivate-mark.
2422         * select.el (x-set-selection): Doc fix.
2423         (x-valid-simple-selection-p): Allow buffer values.
2424         (xselect--selection-bounds): Handle buffer values.  Suggested by
2425         David De La Harpe Golden.
2427         * mouse.el (mouse-set-region, mouse-drag-track): Call
2428         copy-region-as-kill before setting the mark, to let
2429         select-active-regions work.
2431 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
2433         * simple.el (deactivate-mark): If select-active-regions is
2434         non-nil, copy the selection data into a string.
2435         (activate-mark): If select-active-regions is non-nil, set the
2436         selection to the current buffer.
2437         (set-mark): Update selection if select-active-regions is non-nil.
2439         * select.el (x-valid-simple-selection-p): Allow buffer values.
2441 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
2444         and more featureful message-mode.
2446 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
2448         * select.el (x-set-selection): Doc fix.
2449         (x-valid-simple-selection-p): Disallow selection data consisting
2450         of a list or cons of integers, since that is not used.
2451         (xselect--selection-bounds, xselect--int-to-cons): New functions.
2452         (xselect-convert-to-string, xselect-convert-to-length)
2453         (xselect-convert-to-filename, xselect-convert-to-charpos)
2454         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
2456 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
2458         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
2459         output in -break-info command (Emacs bug #3794).
2461 2009-07-14  Glenn Morris  <rgm@gnu.org>
2463         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
2464         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
2465         (edebug-print-length, edebug-print-level, edebug-print-circle)
2466         (edebug-sit-for-seconds, edebug-view-outside)
2467         (edebug-bounce-point, edebug-set-global-break-condition)
2468         (edebug-Go-nonstop-mode, edebug-trace-mode)
2469         (edebug-Trace-fast-mode, edebug-continue-mode)
2470         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
2471         (edebug-visit-eval-list): Doc fixes.
2473         * subr.el (def-edebug-spec): Doc fix.
2475 2009-07-14  Kenichi Handa  <handa@m17n.org>
2477         * international/characters.el: Fix setting of category ?C.
2479 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
2481         * term/ns-win.el (x-select-font): defalias x-select-font to
2482         ns-popup-font-panel instead of generate-fontset-menu.
2484 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
2486         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
2488 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
2490         * arc-mode.el (archive-find-type): Allow for a PK00 string before
2491         the PK\003\004 header (Bug#3770).
2493 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
2495         * pcomplete.el (pcomplete-comint-setup): Check for
2496         shell-dynamic-complete-filename too.
2498 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
2500         * simple.el (temporary-goal-column): Change the value for
2501         line-move-visual to a cons cell.
2502         (line-move-visual): Record or set the window hscroll, if
2503         necessary (Bug#3494).
2504         (line-move-1): Handle cons value of temporary-goal-column.
2506 2009-07-11  Kenichi Handa  <handa@m17n.org>
2508         * international/mule-diag.el (describe-character-set): Don't show
2509         width.
2511 2009-07-10  Sam Steingold  <sds@gnu.org>
2513         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2514         Omake sometimes indents the errors it prints, so allow all
2515         regexps to start with spaces.
2517 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
2519         * cus-edit.el (customize-changed-options-previous-release):
2520         Bump value to 22.1.  (Bug#3804)
2522 2009-07-08  Sam Steingold  <sds@gnu.org>
2524         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
2525         to be a cons cell (test . ignored-directory) to selectively ignore
2526         some directories depending on the location of the search.
2528 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
2530         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
2531         remote user is root, on the local host.
2532         (tramp-local-host-p): Either the local user or the remote user
2533         must be root.  (Bug#3771)
2535 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
2537         * progmodes/gdb-mi.el (gdb): Remove description of
2538         gdb-use-separate-io-buffer.
2539         (menu): Don't allow toggling of or enable
2540         gdb-use-separate-io-buffer from menubar.
2542 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
2544         * mail/unrmail.el (unrmail): Make sure the message ends with two
2545         newlines (Bug#3769).
2547 2009-07-08  Glenn Morris  <rgm@gnu.org>
2549         * calendar/calendar.el (calendar-current-date): Rework previous change.
2551 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
2553         * calendar/calendar.el (calendar-current-date):
2554         Add an optional argument giving an offset from today.
2556 2009-07-08  Glenn Morris  <rgm@gnu.org>
2558         * tutorial.el (tutorial--describe-nonstandard-key):
2559         Adjust the message for when a key has been unbound.
2560         (help-with-tutorial): Hide the arch-tag.
2562 2009-07-08  Kenichi Handa  <handa@m17n.org>
2564         * international/fontset.el (setup-default-fontset): For each
2565         script, append (not set) font-specs.
2567         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
2568         docstring.
2570 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
2572         * progmodes/gdb-mi.el (gdb-init-1): Move sending
2573         -data-list-register-names to ...
2574         (gdb-starting): ... here because GDB 7.0 requires execution to
2575         have started when using this MI command.
2576         (gdb-set-header): New function to distinguish select and
2577         unselected tabs in gdb buffers.
2578         (gdb-propertize-header): New macro that uses gdb-set-header.
2579         (gdb-breakpoints-header, gdb-locals-header): Use it.
2580         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
2582 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
2584         * Makefile.in (ELCFILES): Remove fadr.elc.
2586 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
2588         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
2589         may contain frame information, so `string-match' should be used.
2590         (gdb-update): Disassembly is invalidated through
2591         `gdb-get-selected-frame'.
2592         (gdb-pad-string): New function to pad string with spaces.
2593         (gdb-invalidate-disassembly): Invalidate only if the buffer
2594         exists.
2595         (gdb-disassembly-handler-custom): Column alignment.
2596         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
2597         placing new ones.
2598         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
2599         end of line, too.
2600         (gdb-frame-handler): Match convention to for disassembly buffer
2601         mode name.
2602         (gdb-stack-list-frames-handler): Rewritten without regexps.
2603         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
2604         not highlight breakpoints without line information.
2605         (gdb-input): Add trailing newline to command.
2607         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
2608         buffer properly.
2609         (gdb-breakpoints-list-handler-custom): Replacement for
2610         `gdb-break-list-handler'.  Using real parser instead of regexps
2611         now.
2612         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
2613         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
2614         to place breakpoints.
2615         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
2616         functions.
2617         (gdb-disassembly-handler-custom): Show overlay arrow.
2618         (gdb-disassembly-place-breakpoints): Show breakpoints in
2619         disassembly buffer.
2620         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2621         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
2622         instead of parsing breakpoints buffer.  Fixed old menu references
2623         in `gud-menu-map'.
2625         * fadr.el: Remove.
2627         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
2628         (gdb-memory-address): New variable which holds top address of
2629         memory page shown in memory buffer.
2630         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
2631         customization variables.
2632         New functions:
2633         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
2634         display the memory buffer.
2635         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
2636         buffer display parameters.
2637         (def-gdb-memory-format, gdb-memory-format-binary)
2638         (gdb-memory-format-octal, gdb-memory-format-unsigned)
2639         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
2640         Functions for setting memory buffer format.
2641         (gdb-memory-unit-word, gdb-memory-unit-halfword)
2642         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
2643         unit size used in memory buffer.
2644         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
2645         to next/previous page of memory buffer.
2646         Now using (bindat-get-field) instead of fadr functions.
2648 2009-07-07  Sam Steingold  <sds@gnu.org>
2650         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
2651         non-top-level files.
2653 2009-07-07  Kenichi Handa  <handa@m17n.org>
2655         * international/mule-cmds.el (reset-language-environment): Put
2656         the highset priority to the charset iso-8859-1.
2658 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
2660         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
2661         to the end of the line when locating the block (Bug#700).
2663 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
2665         * net/tramp.el (tramp-handle-write-region): Flush file properties
2666         in case of short track.
2668 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
2670         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
2671         representation of verilog error regular expressions to work with
2672         Emacs-22's new format.
2673         (verilog-error-regexp-xemacs-alist): Coded custom representation
2674         of verilog error regular expressions to work with XEmacs format.
2675         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
2676         error recognition into XEmacs.
2677         (verilog-error-regexp-add-emacs): Hook routine to install verilog
2678         error recognition into Emacs-22.
2680 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
2682         * woman.el: Remove stand-alone closing parentheses.
2683         (woman-file-name, woman2-format-paragraphs)
2684         (woman-leave-blank-lines): Code cleanup.
2685         (woman-use-own-frame): Change default to nil.
2686         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
2687         defaults to inherit from default faces.
2688         (woman2-process-escapes): Consume the newline after a stand-alone
2689         filler character (Bug#3651).
2691 2009-07-06  Glenn Morris  <rgm@gnu.org>
2693         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
2694         (top-level): Move provide to the end.
2695         (ffap): Remove defunct URL from custom group.
2697         * subr.el (eval-after-load): Doc fix.
2699 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
2701         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
2702         `calc-embedded-word' is called twice.
2704 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * files.el (find-alternate-file-other-window, find-alternate-file):
2707         Obey confirm-nonexistent-file-or-buffer.
2709 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
2711         * dired-aux.el (dired-show-file-type): Handle remote files.
2713 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
2715         * desktop.el (desktop-globals-to-save):
2716         Add file-name-history (Bug#2750).
2718 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
2720         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
2722 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
2724         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
2725         property on entire argument since this is what eshell-lisp-command
2726         expects.
2728 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
2730         * net/tramp-gvfs.el (tramp-gvfs-methods)
2731         (tramp-gvfs-zeroconf-domain)
2732         (tramp-bluez-discover-devices-timeout): Add version flag.
2733         (tramp-gvfs-handler-mounted-unmounted)
2734         (tramp-gvfs-connection-mounted-p): Polish handling of
2735         incompatibilities between GVFS 0.2 and 1.0.
2737 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
2739         * cus-start.el (all): Add make-pointer-invisible.
2741 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
2743         * calc-math.el (math-use-emacs-fn): Make sure that the number is
2744         formatted correctly.
2746 2009-07-02  Juri Linkov  <juri@jurta.org>
2748         * info.el: Virtual Info files and nodes.
2749         (Info-virtual-files, Info-virtual-nodes): New variables.
2750         (Info-current-node-virtual): New variable.
2751         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
2752         New functions.
2753         (Info-file-supports-index-cookies): Use Info-virtual-file-p
2754         to check for a virtual file instead of checking a fixed list
2755         of node names.
2756         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
2757         instead of ad-hoc processing of "dir" and (apropos history toc).
2758         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
2759         instead of ad-hoc processing of "dir" and (apropos history toc).
2760         Reread a file when moving from a virtual node.
2761         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
2762         (Info-directory-toc-nodes, Info-directory-find-file)
2763         (Info-directory-find-node): New functions.
2764         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
2765         (Info-history): Move part of code to
2766         `Info-history-find-node'.
2767         (Info-history-toc-nodes, Info-history-find-file)
2768         (Info-history-find-node): New functions.
2769         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
2770         (Info-toc): Move part of code to `Info-toc-find-node'.
2771         (Info-toc-find-node): New function.
2772         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
2773         the current Info file name to references because now the node
2774         "*TOC*" belongs to the same Info manual.
2775         (Info-toc-build): Rename from `Info-build-toc'.
2776         (Info-toc-nodes): Rename input argument `file' to `filename'.
2777         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
2778         instead of ad-hoc processing of ("dir" apropos history toc).
2779         (Info-index-nodes): Use Info-virtual-file-p
2780         to check for a virtual file instead of checking a fixed list
2781         of node names.
2782         (Info-index-node): Add check for `Info-current-node-virtual'.
2783         Raise `save-match-data' higher up the tree to contain
2784         `search-forward' too (bug fix).
2785         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
2786         (Info-virtual-index-nodes): New variable.
2787         (Info-virtual-index-find-node, Info-virtual-index): New functions.
2788         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
2789         (Info-apropos-file, Info-apropos-nodes): New variables.
2790         (Info-apropos-toc-nodes, Info-apropos-find-file)
2791         (Info-apropos-find-node, Info-apropos-matches): New functions.
2792         (info-apropos): Move part of code to `Info-apropos-find-node' and
2793         `Info-apropos-matches'.
2794         (Info-mode-map): Bind "I" to `Info-virtual-index'.
2795         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
2796         for a virtual file instead of checking a fixed list of node names.
2798         * simple.el (async-shell-command): New command.
2800         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
2802         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
2803         instead of `mount-info'.
2805 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
2807         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
2808         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
2810 2009-07-02  Kenichi Handa  <handa@m17n.org>
2812         * international/mule.el (set-keyboard-coding-system): Force *-unix
2813         coding-system to avoid eol conversion.
2815 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
2817         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
2818         Add handler for `process-file', `shell-command' and
2819         `start-file-process'.
2820         (tramp-gvfs-handle-shell-command)
2821         (tramp-gvfs-handle-start-file-process)
2822         (tramp-gvfs-handle-process-file): New defuns.
2823         (tramp-synce-list-devices): Simplify check for existence of property.
2825 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
2827         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
2829 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
2831         * language/korean.el (set-language-info-alist): Add korean-cp949,
2832         cp949 to spec.
2834 2009-07-01  Kenichi Handa  <handa@m17n.org>
2836         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2838         * international/encoded-kb.el: Deleted.
2840         * international/mule.el (set-keyboard-coding-system): Perform the
2841         necessary setup here instead of calling encoded-kbd-setup-display.
2843 2009-07-01  Glenn Morris  <rgm@gnu.org>
2845         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2847 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
2849         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
2851 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
2853         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2854         Handle also the 'rename case, when setting file modes.  (Bug#3712)
2855         (tramp-default-file-modes) Remove execute permissions.
2857         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
2858         (top): Add a default for "synce" in `tramp-default-user-alist'.
2859         Add completion function for "synce" method.
2860         (tramp-hal-service, tramp-hal-path-manager)
2861         (tramp-hal-interface-manager, tramp-hal-interface-device):
2862         New defconst.
2863         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2864         (tramp-synce-list-devices, tramp-synce-parse-device-names):
2865         New defuns.
2867         * net/trampver.el: Update release number.
2869 2009-06-30  Kenichi Handa  <handa@m17n.org>
2871         * international/fontset.el (setup-default-fontset): Add CJK fonts
2872         for symbols and the other miscellaneous characters.
2874         * language/korea-util.el (setup-korean-environment-internal):
2875         Make char-width-table suitable for Korean environments.
2876         (exit-korean-environment): Cancel above.
2878         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2879         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2880         setup-funcion to make char-widht-table suitable for respective
2881         environments, and an exit-function to cancel that.
2883         * language/japan-util.el (setup-japanese-environment-internal):
2884         Call use-cjk-char-width-table with arg `ja_JP'.
2886         * international/characters.el (cjk-char-width-table): Delete it.
2887         (cjk-char-width-table-list): New variable.
2888         (use-cjk-char-width-table): New arg local-name.
2889         (use-default-char-width-table): Fix for the case that Emacs is
2890         already using the default char-width-table.
2892 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
2894         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
2895         modes mandatory.  (Bug#3712)
2897 2009-06-29  Alan Mackenzie  <acm@muc.de>
2899         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
2900         correction between the visible width of TABs and their number of bytes.
2902 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
2904         * server.el (server-buffer-done): Prevent kill-buffer from
2905         prompting by clearing the buffer modification flag (Bug#3696).
2907 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
2909         * verilog-mode.el (verilog-beg-of-statement)
2910         (verilog-endcomment-reason-re): Support unique case and priority case.
2911         (verilog-basic-complete-re): Support localparam lineup.
2912         (verilog-beg-of-statement-1): Fix for robustness, unique case.
2913         (verilog-set-auto-endcomments): Fix for unique case, always_comb
2914         commenting.
2915         (verilog-leap-to-case-head): Now support *nested* unique &
2916         priority case statements.
2917         (verilog-auto-lineup): Make just declarations the default (as it
2918         had been).
2919         (verilog-leap-to-case-head): Support priority/unique case statements.
2920         (verilog-auto-lineup): Rework to give users radio buttons to
2921         select the various styles of automatic lineup.
2922         (verilog-error-regexp-alist): Rework to support the XEmacs style
2923         of error regular expressions from compilers, lint tools &
2924         simulators.  Note that GNU Emacs has made it impossible for a mode
2925         to load such things.
2926         (electric-verilog-terminate-line, verilog-indent-declaration)
2927         (verilog-auto-wiure): Rework for radio button selection of
2928         auto-lineup selection of specification of auto lineup.
2929         (verilog-beg-of-statement-1): Redesign to support proper operation
2930         in additional code, based on testing with auto-lineup.
2931         (verilog-calculate-indent, assignments & declarations)
2932         (verilog-backward-token): Enhance to support auto-lineup of
2933         assignments & declarations.
2934         (verilog-in-directive-p, verilog-at-struct-p): New function for
2935         easy test of whether we are.
2936         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2937         to support safe execution at almost anyline.
2938         (verilog-calc-1): Properly support indenting deep inside generate
2939         blocks.
2940         (verilog-init-font) Remove definition & use of verilog-init-font,
2941         as it is redundant with font-lock-defaults.
2942         (verilog-mode): Alter the definition of verilog-font-lock-defualts
2943         to avoid circular calls if syntax-ppss is a function (as is the
2944         case now in 22.x GNU Emacs) as that function would sometimes call
2945         itself, leading to (nearly) infinite recursion.
2946         (verilog-ovm-begin-re, verilog-ovm-end-re)
2947         (verilog-ovm-statement-re, verilog-leap-to-head)
2948         (verilog-backward-token): Add support for OVM macros.  Some are
2949         complete statements, and others open and close scopes like begin
2950         and end.
2951         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2952         (verilog-defun-level-generate-only-re): Really fix the defun-list
2953         compilation issue.
2954         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
2955         coverpoint, constraint and cross statements.
2956         (verilog-defun-level-list, verilog-generate-defun-level-list)
2957         (verilog-all-defun-level-list): Redo these specifications - it is
2958         too hard to support eval-when compile aggregation of lists also
2959         built at when-compile time.
2960         (verilog-defun-level-list): Place defconsts of variables used in
2961         building regular expressions which are built in eval-when-compile
2962         bodies in the same eval-when-compile body to facilitate compile
2963         without load.
2964         (verilog-beg-block-re-ordered): Support indenting
2965         virtual/protected tasks and functions.
2966         (verilog-defun-level-list, verilog-in-generate-region-p)
2967         (verilog-backward-ws&directives, verilog-calc-1): Speed up
2968         indentation of some module items (generate items).
2969         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2970         across virtual/protected tasks and functions.
2972 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
2974         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2975         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
2976         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2977         in concatenations.  Reported by Yishay Belkind.
2978         (verilog-auto-ascii-enum): Support one-hot state machines in
2979         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
2980         (verilog-auto-inst, verilog-auto-inst-port): Include interface
2981         modport in AUTOINST and add vl-modport for users.  Reported by
2982         David Rogoff.
2983         (verilog-auto-inout-module, verilog-auto-inst)
2984         (verilog-decls-get-interfaces, verilog-insert-definition)
2985         (verilog-insert-one-definition, verilog-read-decls)
2986         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2987         (verilog-sig-modport, verilog-signals-combine-bus)
2988         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2989         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2990         Suggested by David Rogoff.
2991         (verilog-repair-open-comma): Fix non-insertion of comma when
2992         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
2993         (verilog-make-width-expression): Simplify [A-1:0] expression
2994         widths to just {A{1'b0}}.
2995         (verilog-mode): Cleanup checkdoc warnings.
2996         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2997         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
2998         inputs/outputs or data type.  Suggested by Vasu Kandadi.
2999         (next-error-last-buffer): Fix byte-compiler warning.
3000         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
3001         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
3002         or shell command text during AUTO expansion.  Suggested by Tad Truex.
3003         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
3004         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
3005         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
3006         in AUTOINOUT.  Reported by Matthew Lovell.
3007         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
3008         causing use of <= assignments.  Reported by Alex Reed.
3009         (verilog-read-decls): Fix triand, trior, wand, wor to be
3010         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
3011         (verilog-extended-complete-re): Support import "DPI-C" functions.
3012         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
3013         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
3014         (verilog-insert-date, verilog-insert-year)
3015         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
3016         Windows systems.  Reported by Michael Potts.
3017         (verilog-read-module-name): Fix AUTOINST when the child module
3018         declaration's name is a tick define.  Reported by Elliot Mednick.
3019         (verilog-read-decls): Fix V2K parameter bit subscripts getting
3020         passed to next parameter's definition.  Reported by Bruce T.
3021         (verilog-read-decls): Fix detecting "parameter int" when using
3022         AUTOINSTPARAM.  Reported by Bruce T.
3023         (verilog-goto-defun): Fix goto not finding modules unless first
3024         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
3025         (verilog-mode): Expand -f flag arguments on entry to mode so
3026         verilog-goto-defun will work.  Reported by Lawrence Butcher.
3027         (verilog-getopt): Expand environment variables in -f file
3028         arguments.  Suggested by Lawrence Butcher.
3029         (verilog-set-define): Fix "Symbol's value as variable is void"
3030         when reading enumerations.
3031         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
3032         Suggested by Stephen Peltan.
3033         (verilog-read-defines): Fix reading of enumerations in include
3034         files.  Reported by Steve Peltan.
3036 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3038         * files.el (trash-directory): Fix defcustom type.
3040 2009-06-28  Juri Linkov  <juri@jurta.org>
3042         * help-fns.el (describe-function-1): Correctly locate adviced
3043         functions in hyperlink (Bug#2438).
3045 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
3047         * files.el (trash-directory): Change default to nil.
3048         (move-file-to-trash): If trash-directory is nil and
3049         system-move-file-to-trash is unbound, perform freedesktop-style
3050         trashing.
3052 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
3054         * files.el (move-file-to-trash): Add freedesktop trash
3055         support (Bug#973).
3057 2009-06-28  Glenn Morris  <rgm@gnu.org>
3059         * autorevert.el (global-auto-revert-non-file-buffers)
3060         (global-auto-revert-mode): Doc fixes.
3062 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
3064         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
3066 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
3068         * faces.el (x-handle-named-frame-geometry): Ensure that we have
3069         opened an X connection before calling x-get-resource (Bug#3194).
3071         * play/doctor.el: Remove reference to obsolete website.
3072         (make-doctor-variables): Correct grammar mistake (Bug#2633).
3074 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
3076         Remove find-file-not-found-hook VC method.  (Bug#2757)
3077         * vc-hooks.el (vc-file-not-found-hook)
3078         (vc-default-find-file-not-found-hook): Remove functions.
3079         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
3080         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
3081         * vc.el:
3082         * vc-hg.el:
3083         * vc-git.el: Do not mention find-file-not-found-hook VC method.
3085 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
3087         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
3088           compatibility function for `looking-back'.
3090         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
3091         Use `ispell-looking-back'.
3093 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
3095         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
3096         rather than `filename'.
3098 2009-06-23  Miles Bader  <miles@gnu.org>
3100         * face-remap.el (text-scale-set): New function.
3102 2009-06-23  Glenn Morris  <rgm@gnu.org>
3104         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
3106         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
3108         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
3110         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
3112         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3113         Simplify Persian conditionals.
3115         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
3116         variable `filename'.
3118         * comint.el (comint-insert-input): Doc fix.
3120         * Makefile.in (ELCFILES): Fix typo in previous change.
3122 2009-06-23  Miles Bader  <miles@gnu.org>
3124         * cus-start.el: Add entry for `recenter-redisplay'.
3126 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3128         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
3129         Add an optional argument for the backend, use it instead of
3130         calling vc-backend.
3131         (vc-mode-line): Add an optional argument for the backend.
3132         Pass the backend to vc-state and vc-working-revision.  Move code for
3133         special handling for vc-state being a buffer to ...
3135         * vc-rcs.el (vc-rcs-find-file-hook):
3136         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
3138         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
3139         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
3140         vc-stay-local-p and vc-mode-line calls.
3142         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
3143         (vc-cvs-diff, vc-cvs-annotate-command)
3144         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
3145         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
3146         vc-mode-line calls.
3148         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
3149         direct comparison.
3150         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
3151         backend when calling vc-mode-line.
3152         (vc-register): Do not create a closure for calling the vc register
3153         function, call it directly.
3155 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
3157         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
3158         to make it obvious item can be clicked.
3160         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
3162 2009-06-23  Kenichi Handa  <handa@m17n.org>
3164         * language/korea-util.el (korean-key-bindings): Change the binding
3165         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
3166         same command.
3168 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
3170         Sync with Tramp 2.1.16.
3172         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
3174         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
3175         when a loading of a package fails.  Completion function for rsync
3176         is `tramp-completion-function-alist-ssh'.
3177         (all): Replace all calls of `split-string' and
3178         `tramp-split-string' by `tramp-compat-split-string'.
3179         (tramp-default-method): Use `tramp-compat-process-running-p'.
3180         (tramp-default-proxies-alist): Allow also Lisp forms.
3181         (tramp-remote-path): Add choice "Private Directories".
3182         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
3183         (tramp-domain-regexp): Allow also "-", "_" and ".".
3184         (tramp-end-of-output): Remove newlines, and add "$" at the end.
3185         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
3186         (tramp-debug-message): Insert header line in debug buffer.
3187         (tramp-handle-directory-files-and-attributes-with-stat):
3188         Care about filenames with spaces, or starting with "-".
3189         (tramp-handle-dired-uncache): New defun.
3190         (tramp-handle-insert-directory): Don't flush the directory from
3191         cache, this is handled by `dired-uncache' now.
3192         (tramp-handle-insert-file-contents): Improve error handling.
3193         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3194         Quote `tramp-end-of-output'.
3195         (tramp-action-password): Improve trace message.
3196         (tramp-check-for-regexp): Both echoes must be present, before removing.
3197         (tramp-open-connection-setup-interactive-shell): Trace coding system.
3198         (tramp-compute-multi-hops): Eval cons cells of
3199         `tramp-default-proxies-alist'.
3200         (tramp-maybe-open-connection): Use the same command pattern for
3201         first hop and further hops.
3202         (tramp-wait-for-output): Remove handling of newlines.
3203         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
3204         (tramp-split-string): Remove function.  It is handled in
3205         tramp-compat now.
3207         * net/tramp-cmds.el (tramp-bug):
3208         Recommend `tramp-cleanup-all-connections' in the bug mail.
3210         * net/tramp-compat.el (tramp-compat-split-string)
3211         (tramp-compat-process-running-p): New defuns.
3213         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
3214         for `dired-uncache'.
3216         * net/tramp-gvfs.el: New package.
3218         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
3219         Add handler for `dired-uncache'.
3220         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
3222         * net/trampver.el: Update release number.  Make version check fit
3223         for SXEmacs 22.
3225 2009-06-22  Jim Meyering  <meyering@redhat.com>
3227         Automatically handle .xz suffix (XZ-compressed files), too.
3228         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
3229         XZ is the successor to LZMA: <http://tukaani.org/xz/>
3231 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
3232             Nick Roberts  <nickrob@snap.net.nz>
3234         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
3235         repository (http://sphinx.net.ru/hg/gdb-mi/).
3237 2009-06-22  Glenn Morris  <rgm@gnu.org>
3239         * files.el (dir-locals-collect-mode-variables): Allow for any number of
3240         `mode' and `eval' entries.  (Bug#3430)
3242         * Makefile.in (ELCFILES): Add fadr.elc.
3244         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
3245         differing behavior of \n and ^ in strings.  (Bug#3385)
3247         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
3249         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
3250         property.
3251         (lisp-indent-function): Make it a defcustom.
3253 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
3255         * progmodes/gdb-ui.el: Replace with ...
3256         * progmodes/gdb-mi.el: ... this file.
3257         * progmodes/gud.el: Modify for gdb-mi.el.
3259 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
3261         * fadr.el: New file.
3263 See ChangeLog.14 for earlier changes.
3265 ;; Local Variables:
3266 ;; coding: utf-8
3267 ;; End:
3269     Copyright (C) 2009  Free Software Foundation, Inc.
3271   This file is part of GNU Emacs.
3273   GNU Emacs is free software: you can redistribute it and/or modify
3274   it under the terms of the GNU General Public License as published by
3275   the Free Software Foundation, either version 3 of the License, or
3276   (at your option) any later version.
3278   GNU Emacs is distributed in the hope that it will be useful,
3279   but WITHOUT ANY WARRANTY; without even the implied warranty of
3280   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
3281   GNU General Public License for more details.
3283   You should have received a copy of the GNU General Public License
3284   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
3286 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1