Ed Reingold <reingold at emr.cs.iit.edu>
[emacs.git] / lisp / ChangeLog
blob354580577c595340fd5219d7831d7471ebe9609d
1 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
3         * calendar/calendar.el (calendar-current-date):
4         Add an optional argument giving an offset from today.
6 2009-07-08  Glenn Morris  <rgm@gnu.org>
8         * tutorial.el (tutorial--describe-nonstandard-key):
9         Adjust the message for when a key has been unbound.
10         (help-with-tutorial): Hide the arch-tag.
12 2009-07-08  Kenichi Handa  <handa@m17n.org>
14         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
15         docstring.
17 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
19         * progmodes/gdb-mi.el (gdb-init-1): Move sending
20         -data-list-register-names to ...
21         (gdb-starting): ... here because GDB 7.0 requires execution to
22         have started when using this MI command.
23         (gdb-set-header): New function to distinguish select and
24         unselected tabs in gdb buffers.
25         (gdb-propertize-header): New macro that uses gdb-set-header.
26         (gdb-breakpoints-header, gdb-locals-header): Use it.
28 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
30         * Makefile.in (ELCFILES): Remove fadr.elc.
32 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
34         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
35         may contain frame information, so `string-match' should be used.
36         (gdb-update): Disassembly is invalidated through
37         `gdb-get-selected-frame'.
38         (gdb-pad-string): New function to pad string with spaces.
39         (gdb-invalidate-disassembly): Invalidate only if the buffer
40         exists.
41         (gdb-disassembly-handler-custom): Column alignment.
42         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
43         placing new ones.
44         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
45         end of line, too.
46         (gdb-frame-handler): Match convention to for disassembly buffer
47         mode name.
48         (gdb-stack-list-frames-handler): Rewritten without regexps.
49         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
50         not highlight breakpoints without line information.
51         (gdb-input): Add trailing newline to command.
53         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
54         buffer properly.
55         (gdb-breakpoints-list-handler-custom): Replacement for
56         `gdb-break-list-handler'. Using real parser instead of regexps
57         now.
58         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
59         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
60         to place breakpoints.
61         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
62         functions.
63         (gdb-disassembly-handler-custom): Show overlay arrow.
64         (gdb-disassembly-place-breakpoints): Show breakpoints in
65         disassembly buffer.
66         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
67         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
68         instead of parsing breakpoints buffer. Fixed old menu references
69         in `gud-menu-map'.
71         * fadr.el: Remove.
73         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
74         (gdb-memory-address): New variable which holds top address of
75         memory page shown in memory buffer
76         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
77         customization variables.
78         New functions:
79         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
80         display the memory buffer.
81         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
82         buffer display parameters.
83         (def-gdb-memory-format, gdb-memory-format-binary)
84         (gdb-memory-format-octal, gdb-memory-format-unsigned)
85         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
86         Functions for setting memory buffer format.
87         (gdb-memory-unit-word, gdb-memory-unit-halfword)
88         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
89         unit size used in memory buffer.
90         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
91         to next/previous page of memory buffer.
92         Now using (bindat-get-field) instead of fadr functions.
94 2009-07-07  Sam Steingold  <sds@gnu.org>
96         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
97         non-top-level files.
99 2009-07-07  Kenichi Handa  <handa@m17n.org>
101         * international/mule-cmds.el (reset-language-environment): Put
102         the highset priority to the charset iso-8859-1.
104 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
106         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
107         to the end of the line when locating the block (Bug#700).
109 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
111         * net/tramp.el (tramp-handle-write-region): Flush file properties
112         in case of short track.
114 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
116         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
117         representation of verilog error regular expressions to work with
118         Emacs-22's new format.
119         (verilog-error-regexp-xemacs-alist): Coded custom representation
120         of verilog error regular expressions to work with XEmacs format
121         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
122         error recognition into XEmacs.
123         (verilog-error-regexp-add-emacs): Hook routine to install verilog
124         error recognition into Emacs-22.
126 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
128         * woman.el: Remove stand-alone closing parentheses.
129         (woman-file-name, woman2-format-paragraphs)
130         (woman-leave-blank-lines): Code cleanup.
131         (woman-use-own-frame): Change default to nil.
132         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
133         defaults to inherit from default faces.
134         (woman2-process-escapes): Consume the newline after a stand-alone
135         filler character (Bug#3651).
137 2009-07-06  Glenn Morris  <rgm@gnu.org>
139         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
140         (top-level): Move provide to the end.
141         (ffap): Remove defunct URL from custom group.
143         * subr.el (eval-after-load): Doc fix.
145 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
147         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
148         `calc-embedded-word' is called twice.
150 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
152         * files.el (find-alternate-file-other-window, find-alternate-file):
153         Obey confirm-nonexistent-file-or-buffer.
155 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
157         * dired-aux.el (dired-show-file-type): Handle remote files.
159 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
161         * desktop.el (desktop-globals-to-save):
162         Add file-name-history (Bug#2750).
164 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
166         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
168 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
170         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
171         property on entire argument since this is what eshell-lisp-command
172         expects.
174 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
176         * net/tramp-gvfs.el (tramp-gvfs-methods)
177         (tramp-gvfs-zeroconf-domain)
178         (tramp-bluez-discover-devices-timeout): Add version flag.
179         (tramp-gvfs-handler-mounted-unmounted)
180         (tramp-gvfs-connection-mounted-p): Polish handling of
181         incompatibilities between GVFS 0.2 and 1.0.
183 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
185         * cus-start.el (all): Add make-pointer-invisible.
187 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
189         * calc-math.el (math-use-emacs-fn): Make sure that the number is
190         formatted correctly.
192 2009-07-02  Juri Linkov  <juri@jurta.org>
194         * info.el: Virtual Info files and nodes.
195         (Info-virtual-files, Info-virtual-nodes): New variables.
196         (Info-current-node-virtual): New variable.
197         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
198         New functions.
199         (Info-file-supports-index-cookies): Use Info-virtual-file-p
200         to check for a virtual file instead of checking a fixed list
201         of node names.
202         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
203         instead of ad-hoc processing of "dir" and (apropos history toc).
204         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
205         instead of ad-hoc processing of "dir" and (apropos history toc).
206         Reread a file when moving from a virtual node.
207         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
208         (Info-directory-toc-nodes, Info-directory-find-file)
209         (Info-directory-find-node): New functions.
210         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
211         (Info-history): Move part of code to
212         `Info-history-find-node'.
213         (Info-history-toc-nodes, Info-history-find-file)
214         (Info-history-find-node): New functions.
215         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
216         (Info-toc): Move part of code to `Info-toc-find-node'.
217         (Info-toc-find-node): New function.
218         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
219         the current Info file name to references because now the node
220         "*TOC*" belongs to the same Info manual.
221         (Info-toc-build): Rename from `Info-build-toc'.
222         (Info-toc-nodes): Rename input argument `file' to `filename'.
223         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
224         instead of ad-hoc processing of ("dir" apropos history toc).
225         (Info-index-nodes): Use Info-virtual-file-p
226         to check for a virtual file instead of checking a fixed list
227         of node names.
228         (Info-index-node): Add check for `Info-current-node-virtual'.
229         Raise `save-match-data' higher up the tree to contain
230         `search-forward' too (bug fix).
231         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
232         (Info-virtual-index-nodes): New variable.
233         (Info-virtual-index-find-node, Info-virtual-index): New functions.
234         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
235         (Info-apropos-file, Info-apropos-nodes): New variables.
236         (Info-apropos-toc-nodes, Info-apropos-find-file)
237         (Info-apropos-find-node, Info-apropos-matches): New functions.
238         (info-apropos): Move part of code to `Info-apropos-find-node' and
239         `Info-apropos-matches'.
240         (Info-mode-map): Bind "I" to `Info-virtual-index'.
241         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
242         for a virtual file instead of checking a fixed list of node names.
244         * simple.el (async-shell-command): New command.
246         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
248         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
249         instead of `mount-info'.
251 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
253         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
254         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
256 2009-07-02  Kenichi Handa  <handa@m17n.org>
258         * international/mule.el (set-keyboard-coding-system): Force *-unix
259         coding-system to avoid eol conversion.
261 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
263         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
264         Add handler for `process-file', `shell-command' and
265         `start-file-process'.
266         (tramp-gvfs-handle-shell-command)
267         (tramp-gvfs-handle-start-file-process)
268         (tramp-gvfs-handle-process-file): New defuns.
269         (tramp-synce-list-devices): Simplify check for existence of property.
271 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
273         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
275 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
277         * language/korean.el (set-language-info-alist): Add korean-cp949,
278         cp949 to spec.
280 2009-07-01  Kenichi Handa  <handa@m17n.org>
282         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
284         * international/encoded-kb.el: Deleted.
286         * international/mule.el (set-keyboard-coding-system): Perform the
287         necessary setup here instead of calling encoded-kbd-setup-display.
289 2009-07-01  Glenn Morris  <rgm@gnu.org>
291         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
293 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
295         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
297 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
299         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
300         Handle also the 'rename case, when setting file modes.  (Bug#3712)
301         (tramp-default-file-modes) Remove execute permissions.
303         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
304         (top): Add a default for "synce" in `tramp-default-user-alist'.
305         Add completion function for "synce" method.
306         (tramp-hal-service, tramp-hal-path-manager)
307         (tramp-hal-interface-manager, tramp-hal-interface-device):
308         New defconst.
309         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
310         (tramp-synce-list-devices, tramp-synce-parse-device-names):
311         New defuns.
313         * net/trampver.el: Update release number.
315 2009-06-30  Kenichi Handa  <handa@m17n.org>
317         * international/fontset.el (setup-default-fontset): Add CJK fonts
318         for symbols and the other miscellaneous characters.
320         * language/korea-util.el (setup-korean-environment-internal):
321         Make char-width-table suitable for Korean environments.
322         (exit-korean-environment): Cancel above.
324         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
325         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
326         setup-funcion to make char-widht-table suitable for respective
327         environments, and an exit-function to cancel that.
329         * language/japan-util.el (setup-japanese-environment-internal):
330         Call use-cjk-char-width-table with arg `ja_JP'.
332         * international/characters.el (cjk-char-width-table): Delete it.
333         (cjk-char-width-table-list): New variable.
334         (use-cjk-char-width-table): New arg local-name.
335         (use-default-char-width-table): Fix for the case that Emacs is
336         already using the default char-width-table.
338 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
340         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
341         modes mandatory.  (Bug#3712)
343 2009-06-29  Alan Mackenzie  <acm@muc.de>
345         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
346         correction between the visible width of TABs and their number of bytes.
348 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
350         * server.el (server-buffer-done): Prevent kill-buffer from
351         prompting by clearing the buffer modification flag (Bug#3696).
353 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
355         * verilog-mode.el (verilog-beg-of-statement)
356         (verilog-endcomment-reason-re): Support unique case and priority case.
357         (verilog-basic-complete-re): Support localparam lineup.
358         (verilog-beg-of-statement-1): Fix for robustness, unique case.
359         (verilog-set-auto-endcomments): Fix for unique case, always_comb
360         commenting.
361         (verilog-leap-to-case-head): Now support *nested* unique &
362         priority case statements.
363         (verilog-auto-lineup): Make just declarations the default (as it
364         had been).
365         (verilog-leap-to-case-head): Support priority/unique case statements.
366         (verilog-auto-lineup): Rework to give users radio buttons to
367         select the various styles of automatic lineup
368         (verilog-error-regexp-alist): Rework to support the XEmacs style
369         of error regular expressions from compilers, lint tools &
370         simulators.  Note that GNU Emacs has made it impossible for a mode
371         to load such things.
372         (electric-verilog-terminate-line, verilog-indent-declaration)
373         (verilog-auto-wiure): Rework for radio button selection of
374         auto-lineup selection of specification of auto lineup.
375         (verilog-beg-of-statement-1): Redesign to support proper operation
376         in additional code, based on testing with auto-lineup.
377         (verilog-calculate-indent, assignments & declarations)
378         (verilog-backward-token): Enhance to support auto-lineup of
379         assignments & declarations.
380         (verilog-in-directive-p, verilog-at-struct-p): New function for
381         easy test of whether we are.
382         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
383         to support safe execution at almost anyline.
384         (verilog-calc-1): Properly support indenting deep inside generate
385         blocks.
386         (verilog-init-font) Remove definition & use of verilog-init-font,
387         as it is redundant with font-lock-defaults.
388         (verilog-mode): Alter the definition of verilog-font-lock-defualts
389         to avoid circular calls if syntax-ppss is a function (as is the
390         case now in 22.x GNU Emacs) as that function would sometimes call
391         itself, leading to (nearly) infinite recursion
392         (verilog-ovm-begin-re, verilog-ovm-end-re)
393         (verilog-ovm-statement-re, verilog-leap-to-head)
394         (verilog-backward-token): Add support for OVM macros.  Some are
395         complete statements, and others open and close scopes like begin
396         and end.
397         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
398         (verilog-defun-level-generate-only-re): Really fix the defun-list
399         compilation issue
400         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
401         coverpoint, constraint and cross statements
402         (verilog-defun-level-list, verilog-generate-defun-level-list)
403         (verilog-all-defun-level-list): Redo these specifications - it is
404         too hard to support eval-when compile aggregation of lists also
405         built at when-compile time.
406         (verilog-defun-level-list): Place defconsts of variables used in
407         building regular expressions which are built in eval-when-compile
408         bodies in the same eval-when-compile body to facilitate compile
409         without load.
410         (verilog-beg-block-re-ordered): Support indenting
411         virtual/protected tasks and functions.
412         (verilog-defun-level-list,verilog-in-generate-region-p)
413         (verilog-backward-ws&directives, verilog-calc-1): Speed up
414         indentation of some module items (generate items).
415         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
416         across virtual/protected tasks and functions.
418 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
420         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
421         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
422         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
423         in concatenations.  Reported by Yishay Belkind.
424         (verilog-auto-ascii-enum): Support one-hot state machines in
425         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
426         (verilog-auto-inst, verilog-auto-inst-port): Include interface
427         modport in AUTOINST and add vl-modport for users.  Reported by
428         David Rogoff.
429         (verilog-auto-inout-module, verilog-auto-inst)
430         (verilog-decls-get-interfaces, verilog-insert-definition)
431         (verilog-insert-one-definition, verilog-read-decls)
432         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
433         (verilog-sig-modport, verilog-signals-combine-bus)
434         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
435         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
436         Suggested by David Rogoff.
437         (verilog-repair-open-comma): Fix non-insertion of comma when
438         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
439         (verilog-make-width-expression): Simplify [A-1:0] expression
440         widths to just {A{1'b0}}.
441         (verilog-mode): Cleanup checkdoc warnings.
442         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
443         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
444         inputs/outputs or data type.  Suggested by Vasu Kandadi.
445         (next-error-last-buffer): Fix byte-compiler warning.
446         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
447         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
448         or shell command text during AUTO expansion.  Suggested by Tad Truex.
449         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
450         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
451         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
452         in AUTOINOUT. Reported by Matthew Lovell.
453         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
454         causing use of <= assignments.  Reported by Alex Reed.
455         (verilog-read-decls): Fix triand, trior, wand, wor to be
456         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
457         (verilog-extended-complete-re): Support import "DPI-C" functions.
458         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
459         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
460         (verilog-insert-date, verilog-insert-year)
461         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
462         Windows systems.  Reported by Michael Potts.
463         (verilog-read-module-name): Fix AUTOINST when the child module
464         declaration's name is a tick define. Reported by Elliot Mednick.
465         (verilog-read-decls): Fix V2K parameter bit subscripts getting
466         passed to next parameter's definition. Reported by Bruce T.
467         (verilog-read-decls): Fix detecting "parameter int" when using
468         AUTOINSTPARAM.  Reported by Bruce T.
469         (verilog-goto-defun): Fix goto not finding modules unless first
470         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
471         (verilog-mode): Expand -f flag arguments on entry to mode so
472         verilog-goto-defun will work.  Reported by Lawrence Butcher.
473         (verilog-getopt): Expand environment variables in -f file
474         arguments.  Suggested by Lawrence Butcher.
475         (verilog-set-define): Fix "Symbol's value as variable is void"
476         when reading enumerations.
477         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
478         Suggested by Stephen Peltan.
479         (verilog-read-defines): Fix reading of enumerations in include
480         files.  Reported by Steve Peltan.
482 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
484         * files.el (trash-directory): Fix defcustom type.
486 2009-06-28  Juri Linkov  <juri@jurta.org>
488         * help-fns.el (describe-function-1): Correctly locate adviced
489         functions in hyperlink (Bug#2438).
491 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
493         * files.el (trash-directory): Change default to nil.
494         (move-file-to-trash): If trash-directory is nil and
495         system-move-file-to-trash is unbound, perform freedesktop-style
496         trashing.
498 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
500         * files.el (move-file-to-trash): Add freedesktop trash
501         support (Bug#973).
503 2009-06-28  Glenn Morris  <rgm@gnu.org>
505         * autorevert.el (global-auto-revert-non-file-buffers)
506         (global-auto-revert-mode): Doc fixes.
508 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
510         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
512 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
514         * faces.el (x-handle-named-frame-geometry): Ensure that we have
515         opened an X connection before calling x-get-resource (Bug#3194).
517         * play/doctor.el: Remove reference to obsolete website.
518         (make-doctor-variables): Correct grammar mistake (Bug#2633).
520 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
522         Remove find-file-not-found-hook VC method.  (Bug#2757)
523         * vc-hooks.el (vc-file-not-found-hook)
524         (vc-default-find-file-not-found-hook): Remove functions.
525         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
526         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
527         * vc.el:
528         * vc-hg.el:
529         * vc-git.el: Do not mention find-file-not-found-hook VC method.
531 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
533         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
534           compatibility function for `looking-back'
536         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
537         Use `ispell-looking-back'
539 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
541         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
542         rather than `filename'.
544 2009-06-23  Miles Bader  <miles@gnu.org>
546         * face-remap.el (text-scale-set): New function.
548 2009-06-23  Glenn Morris  <rgm@gnu.org>
550         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
552         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
554         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
556         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
558         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
559         Simplify Persian conditionals.
561         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
562         variable `filename'.
564         * comint.el (comint-insert-input): Doc fix.
566         * Makefile.in (ELCFILES): Fix typo in previous change.
568 2009-06-23  Miles Bader  <miles@gnu.org>
570         * cus-start.el: Add entry for `recenter-redisplay'.
572 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
574         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
575         Add an optional argument for the backend, use it instead of
576         calling vc-backend.
577         (vc-mode-line): Add an optional argument for the backend.
578         Pass the backend to vc-state and vc-working-revision.  Move code for
579         special handling for vc-state being a buffer to ...
581         * vc-rcs.el (vc-rcs-find-file-hook):
582         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
584         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
585         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
586         vc-stay-local-p and vc-mode-line calls.
588         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
589         (vc-cvs-diff, vc-cvs-annotate-command)
590         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
591         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
592         vc-mode-line calls.
594         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
595         direct comparison.
596         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
597         backend when calling vc-mode-line.
598         (vc-register): Do not create a closure for calling the vc register
599         function, call it directly.
601 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
603         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
604         to make it obvious item can be clicked.
606         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
608 2009-06-23  Kenichi Handa  <handa@m17n.org>
610         * language/korea-util.el (korean-key-bindings): Change the binding
611         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
612         same command.
614 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
616         Sync with Tramp 2.1.16.
618         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
620         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
621         when a loading of a package fails.  Completion function for rsync
622         is `tramp-completion-function-alist-ssh'.
623         (all): Replace all calls of `split-string' and
624         `tramp-split-string' by `tramp-compat-split-string'.
625         (tramp-default-method): Use `tramp-compat-process-running-p'.
626         (tramp-default-proxies-alist): Allow also Lisp forms.
627         (tramp-remote-path): Add choice "Private Directories".
628         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
629         (tramp-domain-regexp): Allow also "-", "_" and ".".
630         (tramp-end-of-output): Remove newlines, and add "$" at the end.
631         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
632         (tramp-debug-message): Insert header line in debug buffer.
633         (tramp-handle-directory-files-and-attributes-with-stat):
634         Care about filenames with spaces, or starting with "-".
635         (tramp-handle-dired-uncache): New defun.
636         (tramp-handle-insert-directory): Don't flush the directory from
637         cache, this is handled by `dired-uncache' now.
638         (tramp-handle-insert-file-contents): Improve error handling.
639         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
640         Quote `tramp-end-of-output'.
641         (tramp-action-password): Improve trace message.
642         (tramp-check-for-regexp): Both echoes must be present, before removing.
643         (tramp-open-connection-setup-interactive-shell): Trace coding system.
644         (tramp-compute-multi-hops): Eval cons cells of
645         `tramp-default-proxies-alist'.
646         (tramp-maybe-open-connection): Use the same command pattern for
647         first hop and further hops.
648         (tramp-wait-for-output): Remove handling of newlines.
649         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
650         (tramp-split-string): Remove function.  It is handled in
651         tramp-compat now.
653         * net/tramp-cmds.el (tramp-bug):
654         Recommend `tramp-cleanup-all-connections' in the bug mail.
656         * net/tramp-compat.el (tramp-compat-split-string)
657         (tramp-compat-process-running-p): New defuns.
659         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
660         for `dired-uncache'.
662         * net/tramp-gvfs.el: New package.
664         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
665         Add handler for `dired-uncache'.
666         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
668         * net/trampver.el: Update release number.  Make version check fit
669         for SXEmacs 22.
671 2009-06-22  Jim Meyering  <meyering@redhat.com>
673         Automatically handle .xz suffix (XZ-compressed files), too.
674         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
675         XZ is the successor to LZMA: <http://tukaani.org/xz/>
677 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
678             Nick Roberts  <nickrob@snap.net.nz>
680         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
681         repository (http://sphinx.net.ru/hg/gdb-mi/).
683 2009-06-22  Glenn Morris  <rgm@gnu.org>
685         * files.el (dir-locals-collect-mode-variables): Allow for any number of
686         `mode' and `eval' entries.  (Bug#3430)
688         * Makefile.in (ELCFILES): Add fadr.elc.
690         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
691         differing behavior of \n and ^ in strings.  (Bug#3385)
693         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
695         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
696         property.
697         (lisp-indent-function): Make it a defcustom.
699 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
701         * progmodes/gdb-ui.el: Replace with ...
702         * progmodes/gdb-mi.el: ... this file.
703         * progmodes/gud.el: Modify for gdb-mi.el.
705 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
707         * fadr.el: New file.
709 See ChangeLog.14 for earlier changes.
711 ;; Local Variables:
712 ;; coding: utf-8
713 ;; End:
715     Copyright (C) 2009  Free Software Foundation, Inc.
717   This file is part of GNU Emacs.
719   GNU Emacs is free software: you can redistribute it and/or modify
720   it under the terms of the GNU General Public License as published by
721   the Free Software Foundation, either version 3 of the License, or
722   (at your option) any later version.
724   GNU Emacs is distributed in the hope that it will be useful,
725   but WITHOUT ANY WARRANTY; without even the implied warranty of
726   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
727   GNU General Public License for more details.
729   You should have received a copy of the GNU General Public License
730   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
732 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1