(byte-compile-interactive-only-functions): Add goto-line.
[emacs.git] / lisp / ChangeLog
blob0ae8c7cfdd70fc46a0f528e4e88aee05d28e37ae
1 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4         Add goto-line.
6 2009-08-10  Miles Bader  <miles@gnu.org>
8         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
9         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
10         (js2-instance-member, js2-private-member, js2-private-function-call)
11         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12         (js2-magic-paren, js2-external-variable):
13         Remove "-face" suffix from face names.
14         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
15         (js2-highlight-undeclared-vars, js2-peek-token)
16         (js2-parse-function-params, js2-mode-show-errors)
17         (js2-mode-show-warnings, js2-make-magic-delimiter)
18         (js2-mode-highlight-magic-parens): Update to use new face names.
20 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
22         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
23         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
25 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
27         * subr.el: Provide hashtable-print-readable.
29         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
30         hs-c-like-adjust-block-beginning.
31         (hs-hide-block-at-point): Stop hiding at the beginning of
32         hs-block-end-regexp (Bug#700).
34 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
36         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
37         a macro.
38         (gdb-registers-handler-custom): Do not fail when register names
39         are unavailable.
41 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
43         * progmodes/gdb-mi.el (gdb-control-all-threads)
44         (gdb-control-current-thread): Interactive setters for
45         `gdb-gud-control-all-threads' to use in menu.
46         (gdb-show-run-p): Show «Go» when process is not active.
47         (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
48         gud/thread.xpm and gud/all.xpm.
50 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
52         * net/net-utils.el (net-utils-font-lock-keywords): New var.
53         (nslookup-font-lock-keywords): Make it a variable.
54         (net-utils-mode): New mode for viewing diagnostic network output.
55         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
56         (net-utils-run-simple): New function.
57         (ifconfig, iwconfig, netstat, arp, route): Use it.
59 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
61         * progmodes/gdb-mi.el (gdb-read-memory-custom)
62         (gdb-memory-set-address, def-gdb-set-positive-number)
63         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
64         after changing settings.
65         (gdb-invalidate-disassembly): Update when first shown.
66         (gdb-edit-locals-value): Fixed.
67         (gdb-registers-handler-custom): Print registers in right order and
68         allow changing register values (only for current thread yet).
69         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
70         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
71         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
72         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
73         info in mode name.
74         (gdb-registers-mode-map): TAB to switch to locals.
76 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
78         * mail/rmail.el (rmail-add-mbox-headers)
79         (rmail-set-message-counters-counter): Search for
80         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
82 2009-08-08  Glenn Morris  <rgm@gnu.org>
84         * Makefile.in (ELCFILES): Update.
86 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
88         * mail/sendmail.el (mail-yank-original): Set
89         buffer-file-coding-system from the one used by the message whose
90         text is yanked.
92         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
93         to "windows" when "pgnuplot" is used.
94         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
95         call accept-process-output if "pgnuplot" is used.
96         (calc-graph-init): Don't send -display and -geometry to
97         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
98         running "pgnuplot -V" with shell-command-to-string.
100         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
101         the default.
103 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
105         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
106         org/org-latex.elc.
108 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
110         * vc-dispatcher.el (vc-resynch-window): Update comment.
112         * term.el (term-handle-ansi-escape): Add comments with the
113         terminfo capabilities implemented.
115 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
117         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
118         (gdb-var-create-handler): Rewritten using JSON parser.
119         (gdb-propertize-header): Moved earlier.
120         (gdb-set-header): Removed to avoid duplication.
121         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
122         Refresh disassembly buffers only after threads list have been
123         update.
124         (gdb-threads-header, gdb-registers-header): Per-buffer header line
125         variables.
127 2009-08-04  Juri Linkov  <juri@jurta.org>
129         * files.el: Commands to add/delete file/directory-local variables.
130         (read-file-local-variable, read-file-local-variable-value)
131         (read-file-local-variable-mode, modify-file-local-variable)
132         (modify-file-local-variable-prop-line)
133         (modify-dir-local-variable): New functions.
134         (add-file-local-variable, delete-file-local-variable)
135         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
136         (add-dir-local-variable, delete-dir-local-variable)
137         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
138         (copy-dir-locals-to-file-locals-prop-line): New commands.
140 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
142         * abbrev.el (insert-abbrev-table-description): Prettify output.
143         Suggested by Karl Chen.
145 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
147         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
148         (gdb-overlay-arrow-position): Renamed to
149         `gdb-disassembly-position'.
150         (gdb-overlay-arrow-position, gdb-thread-position)
151         (gdb-disassembly-position): Declare variables.
152         (gdb-wait-for-pending): Function now.
153         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
154         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
155         compilation goes smoothly.
156         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
157         (gdb-non-stop-setting): New customization setting which replaces
158         `gdb-non-stop' so changing it doesn't break active GDB session.
159         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
160         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
161         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
162         (gdb-show-threads-by-default): New customization options.
163         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
164         routines.
165         (gdb-get-buffer-create): Send buffers update signal when they are
166         created.
167         (gdb-invalidate-locals, gdb-invalidate-registers)
168         (gdb-invalidate-breakpoints)
169         (gdb-invalidate-threads, gdb-invalidate-disassembly)
170         (gdb-invalidate-memory): Accept update signal.
171         (gdb-current-context-command): Use --frame option.
172         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
173         Implement `gdb-frame-number' selection logic.
174         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
175         whether to show GUD toolbar buttons.
176         (gdb-thread-exited): Unselect current thread when it exits.
177         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
178         (gdb-mark-line): Routine which sets overlay arrow or inverses
179         video on fringeless displays.
180         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
181         to build aligned columns of data in GDB buffers and set text
182         properties line-by-line.
183         (gdb-invalidate-breakpoints)
184         (gdb-breakpoints-list-handler-custom)
185         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
186         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
187         (gdb-registers-handler-custom): Align data columns.
188         (gdb-locals-handler-custom): Now prints data like in variable
189         declarations.
190         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
191         Removed confusing buttons.
192         (gdb-invalidate-threads): Append --frame.
193         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
194         between breakpoints/threads buffers.
195         (gdb-set-window-buffer): Now can ignore dedicated windows.
196         (gdb-propertize-header): Use `gdb-set-window-buffer'.
197         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
198         (def-gdb-thread-buffer-gud-command): Replaces
199         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
200         for fine thread control.
201         (gdb-preempt-existing-or-display-buffer): New function used to
202         display bound buffers without breaking window layout.
203         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
204         (gdb-select-frame): New version of `gdb-frames-select' which now
205         sets `gdb-frame-number' so commands may use --frame option instead
206         of inner debugger state.
207         (gdb-frame-handler): Do not set `gdb-frame-number'.
208         (gdb-threads-mode-map): Select threads with mouse.
210         * progmodes/gud.el (gdb-gud-context-call): Declare function to
211         avoid compilation warning.
212         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
213         `gdb-show-stop-p`.
215         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
216         Argument `key' renamed to `buffer-type'.
217         (gdb-current-context-buffer-name): Do not add thread info to
218         buffer name when no thread is selected.
219         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
220         command (bug 3794).
221         (gdb-thread-selected): Handle `=thread-selected' notification.
222         (gdb-wait-for-pending): New macro to deal with congestion problems.
223         (gdb-breakpoints-list-handler-custom): Don't fail on pending
224         breakpoints.
225         (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
226         fixes problem similar to one described in bug 3947.
227         (gud-menu-map): More menu items.
228         (gdb-init-1): Reset `gdb-thread-number' to nil.
230         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
231         non-stop settings.
233         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
234         (gdb-current-context-command): Do not append --thread if
235         `gdb-thread-number' is nil.
236         (gdb-running-threads-count, gdb-stopped-threads-count): New
237         variables.
238         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
239         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
240         customization options.
241         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
242         GUD commands.
243         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
244         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
245         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
246         set `gdb-thread-number' and update `gud-running' properly.
247         (gdb-running): Update threads list when new threads appear.
248         (gdb-stopped): Support non-stop operation and new thread switching
249         logic.
250         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
251         (gdb-json-partial-output): New set of JSON routines.
252         (def-gdb-auto-update-trigger): New `signal-list' optional
253         argument.
254         (gdb-thread-list-handler-custom): Update `gud-running',
255         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
256         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
257         (gdb-continue-thread, gdb-step-thread): New commands for fine
258         thread execution control.
259         (gud-menu-map): New menu items to switch non-stop options.
260         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
261         (gdb-send): Mimic RET properly (bug 3794).
263         * progmodes/gdb-mi.el (gdb-rules-name-maker)
264         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
265         gdb-buffer-rules.
266         (def-gdb-auto-update-handler): New nopreserve optional argument.
267         (gdb-stack-list-frames-custom): Print stack from top to bottom.
269         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
270         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
271         (gdb-parent-mode): New mode to derive other GDB modes from.
272         (gdb-display-disassembly-for-thread)
273         (gdb-frame-disassembly-for-thread): New commands for threads
274         buffer.
276         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
277         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
278         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
279         (gdb-update): We now store all GDB buffers in a list so that they
280         can be updated by traversing a list instead of calling invalidate
281         triggers explicitly
282         (def-gdb-trigger-and-handler): New macro to define trigger-handler
283         pair for GDB buffer.
284         (gdb-stack-buffer-name): Add thread information.
285         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
286         handle pending triggers.
287         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
288         (def-gdb-thread-buffer-simple-command)
289         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
290         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
291         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
292         commands which show buffers bound to thread.
293         (gdb-stack-list-locals-regexp): Removed unused regexp.
295         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
296         (gdb-registers-buffer-name)
297         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
298         to (gud-comint-buffer) in *-buffer-name functions
299         because (gdb-get-target-string) already does that.
300         (gdb-locals-handler-custom, gdb-registers-handler-custom)
301         (gdb-changed-registers-handler): Rewritten without regexps.
303         * progmodes/gdb-mi.el Basic thread selection support.
304         (gdb-thread-number): New variable.
305         (gdb-current-context-command): New macro which adds --thread
306         option to command.
307         (gdb-threads-mode-map): Select thread with SPC
308         (gdb-thread-list-handler-custom): Mark current thread with overlay
309         arrow. Synchronize GDB thread and Emacs thread.
310         (gdb-select-thread): New command which selects current thread.
311         (gdb-invalidate-frames, gdb-invalidate-locals)
312         (gdb-invalidate-registers): Use --thread option.
314 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
316         * net/tramp.el (top): Make check for tramp-gvfs loading more
317         robust.  (Bug#3977)
318         (tramp-handle-insert-file-contents): `unwind-protect' must be
319         inside `with-parsed-tramp-file-name'.
321         * net/tramp-gvfs.el (top): Remove superfluous message when loading
322         fails.
324 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
326         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
327         directory if CLASSPATH is not set.
329 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
331         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
332         defconst.
333         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
335 2009-08-02  Kevin Ryde  <user42@zip.com.au>
337         * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
338         freshmeat link.  Delete newsforge.com as it seems gone.
340 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
342         * select.el (x-set-selection): Doc fix (Bug#4021).
344         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
346         * help-fns.el (describe-variable): Treat list return values from
347         dir-locals-find-file properly (Bug#4005).
349 2009-08-02  Julian Scheid <julians37@googlemail.com>  (tiny change)
351         * net/tramp.el (tramp-debug-message): Print also microseconds.
353 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
355         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
356         or END is non-nil.
357         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
358         (tramp-get-debug-buffer): Change `outline-regexp' according to new
359         format.
361         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
362         (tramp-get-file-property): Use it.
364         * autorevert.el (auto-revert-handler): Allow
365         `auto-revert-tail-mode' for remote files.
367 2009-08-02  Jason Rumney  <jasonr@gnu.org>
369         * minibuffer.el (read-file-name): Treat confirm options to
370         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
372 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
374         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
375         (font-lock-variable-name-face, font-lock-constant-face): Darken
376         the colors for light backgrounds.
378 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
380         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
381         month names.  (Bug#3987)
383 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
385         * simple.el (line-move-finish): Pass whole number to
386         line-move-to-column.
387         (line-move-visual): Perform hscroll to the recorded position.
389 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
391         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
393 2009-07-29  Alan Mackenzie  <acm@muc.de>
395         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
397 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
399         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
400         (gdb-place-breakpoints): Use full path when setting breakpoints.
402 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
404         * calc/calc.el (calc-mode-map): Add keybinding for
405         `calc-transpose-lines'.
407 2009-07-29  Vincent Belaïche <vincent.belaiche@gmail.com>
409         * calc/calc-misc.el (calc-transpose-lines): New function.
411 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
413         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
414         Simplify check for out-of-band methods.
415         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
416         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
418 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
420         * vc-git.el (vc-git-checkin): Fix typo.
422 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
424         * progmodes/js2-mode.el: New file.
426 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
428         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
429         (gud-menu-map): Adjust tooltip accordingly.
431 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
433         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
434         (vc-bzr-log-view-mode): Adjust log-view-file-re.
436         * add-log.el (change-log-mode-map): Add a menu.
438 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
440         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
441         function returns nil.
442         (dbus-handle-event): Handle special return value :ignore.
443         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
445 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
447         * view.el (view-mode-enable): Don't define Helper-return-blurb if
448         it's not needed.
450 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
452         Fix Bug#3888:
454         * w32-vars.el (x-select-enable-clipboard): Doc fix.
456         * term/pc-win.el (x-display-name, x-colors)
457         (x-select-enable-clipboard, x-select-text): Doc fix.
459         * term/common-win.el (x-display-name, x-colors): Doc fix.
461         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
462         (xw-defined-colors): Doc fix.
464         * w32-fns.el (x-select-text, x-setup-function-keys)
465         (x-get-selection, x-set-selection): Doc fix.
467         * term/x-win.el (x-select-text, x-setup-function-keys)
468         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
470         * select.el (x-set-selection): Doc fix.
472 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
474         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
475         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
476         "IsNSSSupportAvailable" method is not available.  Reported by
477         Steve Youngs <steve@sxemacs.org>.
479 2009-07-24  Kenichi Handa  <handa@m17n.org>
481         * international/characters.el: Fix setting of category ?C, ?|, ?K,
482         and ?H.  Fix setting of case for Latin Extended and Greek
483         Extended.
484         (build-unicode-category-table): Fix range checks.
486 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
488         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
489         the buffer we try to sync is current when calling
490         vc-resynch-buffer.
492         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
493         not show up to date files.
495 2009-07-24  Glenn Morris  <rgm@gnu.org>
497         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
498         Add autoload cookies.  If necessary, initialize.
499         (elint-log): Handle non-file buffers.
500         (elint-initialize): Add optional argument to reinitialize.
501         (elint-find-builtin-variables): Save excursion.
503 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
505         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
506         for Lint.
508 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
510         * vc.el (vc-print-log-internal): New function, split out from ...
511         (vc-print-log): ... here.
512         (vc-dir-move-to-goal-column): Declare.
514         * vc-git.el (vc-git-add-signoff): New variable.
515         (vc-git-checkin): Use it.
516         (vc-git-toggle-signoff): New function.
517         (vc-git-extra-menu-map): Bind it to menu.
518         (vc-git--run-command-string): Accept a nil FILE argument.
519         (vc-git-stash-list): New function.
520         (vc-git-dir-extra-headers): Use it.
522 2009-07-23  Glenn Morris  <rgm@gnu.org>
524         * help-fns.el (describe-variable): Describe ignored and risky local
525         variables in a similar way to that in which we describe safe ones.
527         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
528         (byte-compile-output-file-form, byte-compile-output-docform)
529         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
530         Give some more local variables with common names a "bytecomp-" prefix,
531         so as not to shadow things during compilation.
532         * emacs-lisp/cl-macs.el (load-time-value)
533         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
534         `outbuffer' to `bytecomp-outbuffer'.
536         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
537         since the next two variables cover them automatically now.
538         (elint-builtin-variables, elint-autoloaded-variables): New.
539         (elint-unknown-builtin-args): Remove all members, since they can be
540         parsed automatically now.
541         (elint-extra-errors): New.
542         (elint-env-add-env, elint-env-add-macro): Use cadr.
543         (elint-current-buffer): Use or.  Change final message.
544         (elint-get-top-forms): Use line-end-position.
545         (elint-init-env): Use cadr.  Handle autoload, declare-function,
546         and defalias.
547         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
548         (regexp-assoc): Remove unused function.
549         (elint-top-form): Set elint-current-pos, to record the start of the
550         top-level form, for compilation-mode.
551         (elint-form): Trap errors in macro expansion.  Use dolist.
552         (elint-unbound-variable): Use elint-builtin-variables and
553         elint-autoloaded-variables.
554         (elint-get-args): Use cadr, or.
555         (elint-check-cond-form): Use dolist, cadr.
556         (elint-check-condition-case-form): Doc fix.  Use cadr.
557         Use elint-extra-errors.
558         (elint-log): New function.
559         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
560         Distinguish errors and warnings.
561         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
562         Use a bytecomp-style format.
563         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
564         (elint-get-log-buffer): Use compilation mode.  Disable undo.
565         Don't truncate lines.
566         (elint-initialize): Set builtin and autoloaded variable lists.
567         Only process elint-unknown-builtin-args if non-nil.
568         (elint-find-builtin-variables, elint-find-autoloaded-variables):
569         New functions.
570         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
572 2009-07-22  Kevin Ryde  <user42@zip.com.au>
574         * net/newst-backend.el (newsticker--parse-atom-1.0)
575         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
576         (newsticker--parse-rss-1.0):
577         * progmodes/idlwave.el (idlwave-mode):
578         * progmodes/idlw-shell.el (idlwave-shell-mode):
579         * progmodes/vera-mode.el (vera-mode):
580         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
581         * progmodes/vhdl-mode.el (vhdl-mode):
582         * textmodes/table.el (table-generate-source)
583         (table--warn-incompatibility):
584         Hyperlink urls in docstrings with URL `...'.
586 2009-07-22  Glenn Morris  <rgm@gnu.org>
588         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
589         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
590         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
591         Remove leading * from defcustom docs.
593         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
595         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
596         defcustom doc.
597         (list-load-path-shadows): Optionally, just return shadows as a string.
599         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
601 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
603         * mail/rmailedit.el (rmail-edit-mode): Use
604         auto-save-include-big-deletions.
606         * mail/rmail.el (rmail-variables): Use
607         auto-save-include-big-deletions.
609         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
610         changes.
612 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
614         * calc/calc.el (calc-undo-length): New variable.
615         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
617 2009-07-21  Richard Stallman  <rms@gnu.org>
619         * files.el (auto-save-mode): Handle buffer-save-size = -2
620         for toggling mode.
622 2009-07-21  Glenn Morris  <rgm@gnu.org>
624         * textmodes/ispell.el (ispell-looking-back): Update declaration.
626         * calendar/todo-mode.el (calendar-current-date): Update declaration.
628         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
629         silence compiler.  Instead...
630         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
631         (ps-print-ensure-fontified): Update for above function name changes.
633         * printing.el (pr-mh-get-msg-num, pr-mh-show)
634         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
635         silence compiler.  Instead...
636         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
637         (mh-show-buffer): Only define for compiler.
638         (pr-mh-current-message): Update for above function name changes.
640         * files.el (abort-if-file-too-large): Explicitly pass `filename'
641         as an argument.
642         (find-file-noselect, insert-file-1): Update for above change.
644         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
646         * mail/mailclient.el (mailclient-send-it): Fix message.
648         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
649         (edebug-eval): Check cl-debug-env is bound.
650         (print-level, print-circle): Don't redefine built-in variables.
652         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
653         (custom-print-vectors): Remove old comments from doc.
655         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
656         (emerge-version): Make the variable an obsolete alias for the
657         emacs-version variable.  Make the function obsolete.
658         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
659         Emerge options, rather than merging in into the main Options menu.
660         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
661         and auto advance modes.  Disable edit/fast items when not relevant.
663 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
665         * term/vt420.el (terminal-init-vt420): Fix typo.
667 2009-07-20  Sam Steingold  <sds@gnu.org>
669         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
670         variable (removed from compile.el on 2004-03-11).
672 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
674         * files.el (hack-local-variables-filter): Fix last change.
676 2009-07-19  Juri Linkov  <juri@jurta.org>
678         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
679         (dir-local-variables-alist): New buffer-local variable.
680         (hack-local-variables-filter): If variable is not dir-local,
681         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
682         because file-local overrides dir-local.
683         (c-postprocess-file-styles)<declare-function>:
684         Remove obsolete declaration.
685         (hack-dir-local-variables): Add dir-local variable/value pair to
686         `dir-local-variables-alist' and remove duplicates.  Doc fix.
688         * help-fns.el (describe-variable): Add information about
689         file-local and dir-local variables.
691 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
693         * files.el (hack-local-variables-filter): Rewrite.
695 2009-07-19  Glenn Morris  <rgm@gnu.org>
697         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
698         Silence compiler by only defining on XEmacs.
700         * international/mule.el (auto-coding-regexp-alist): Only match
701         BABYL... at the start of buffer, not of lines.  (Bug#3790)
703         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
704         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
705         (cal-menu-context-mouse-menu): Doc fix.
707         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
709         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
711 2009-07-18  Juri Linkov  <juri@jurta.org>
713         * info.el: Virtual Info keyword finder.
714         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
715         (Info-finder-file): New variable.
716         (Info-finder-find-file): New function.
717         (finder-known-keywords, finder-package-info)
718         (find-library-name, lm-commentary): Use defvar and
719         declare-function to silence compiler warnings.
720         (Info-finder-find-node): New function.
721         (info-finder): New command.
723         * subr.el (process-kill-buffer-query-function): New function.
724         (add-hook)<kill-buffer-query-functions>: Add hook
725         `process-kill-buffer-query-function'.
727 2009-07-18  Alan Mackenzie  <acm@muc.de>
729         * progmodes/cc-mode.el (c-before-hack-hook),
730         (c-postprocess-file-styles): Give invocation of `c-set-style'
731         DONT-OVERRIDE parameter of t.  Already set style variables will
732         thus not be overridden by style settings given by `c-file-syle'.
734         * files.el (hack-local-variables-filter): Remove entries with
735         duplicate keys from `file-local-variables-alist'.
737 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
739         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
740         x-set-selection if display-selections-p returns nil for the
741         current frame.
743 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
745         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
747 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
749         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
750         Accept nil in addition to a regexp.
751         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
752         Accept nil in addition to a regexp.
753         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
754         buffers that have an associated file.  Handle nil values of
755         desktop-buffers-not-to-save and desktop-files-not-to-save.
756         (Bug#3833)
758         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
759         (x-disown-selection-internal): New functions.
761 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
763         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
764         warning.
765         (gdb-breakpoints-header): Move forward to avoid compiler warning.
766         (gdb-make-header-line-mouse-map): Remove duplicate definition.
768 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
770         * simple.el (set-mark): Revert last change.
772 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
774         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
775         rendering of pngs is not possible instead of messaging a long
776         description.
778 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
780         * w32-fns.el (x-selection-owner-p): New function.
782         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
783         (mouse-yank-at-click, mouse-yank-primary): If
784         select-active-regions is non-nil, deactivate the mark before
785         insertion.
787         * simple.el (deactivate-mark, set-mark): Only save selection if we
788         own it.
790 2009-07-17  Kenichi Handa  <handa@m17n.org>
792         * case-table.el (describe-buffer-case-table): Fix for the case
793         that KEY is a cons.
795 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
797         * vc-rcs.el (vc-rcs-find-file-hook):
798         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
800 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
802         * net/tramp.el (tramp-wait-for-output): Handle the case when
803         commands do not return a newline but a null byte before the shell
804         prompt.  (Bug#3858)
806 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
808         * term/ns-win.el (ns-set-alpha): Don't declare.
809         (ns-set-background-alpha): Remove function.
811 2009-07-16  Kevin Ryde  <user42@zip.com.au>
813         * emacs-lisp/copyright.el (copyright-update): Save match-data across
814         y-or-n-p, for safety.
816 2009-07-16  Richard Stallman  <rms@gnu.org>
818         * files.el (auto-save-mode): If buffer-saved-size is -2,
819         don't clobber it.
821         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
822         (rmail-retry-ignored-headers): Add more uninteresting fields.
824 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
826         * net/rcirc.el (rcirc): Use history variables.
827         (rcirc-server-name-history, rcirc-nick-name-history)
828         (rcirc-server-port-history): New variables.
830 2009-07-15  Kenichi Handa  <handa@m17n.org>
832         * international/mule-cmds.el (set-language-environment-charset):
833         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
834         ignore them.
836         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
837         Delete unibyte-display.
839 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
841         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
843 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
845         * simple.el (deactivate-mark): Optional argument FORCE.
846         (set-mark): Use deactivate-mark.
848         * info.el (Info-search): No need to check transient-mark-mode
849         before calling deactivate-mark.
851         * select.el (x-set-selection): Doc fix.
852         (x-valid-simple-selection-p): Allow buffer values.
853         (xselect--selection-bounds): Handle buffer values.  Suggested by
854         David De La Harpe Golden.
856         * mouse.el (mouse-set-region, mouse-drag-track): Call
857         copy-region-as-kill before setting the mark, to let
858         select-active-regions work.
860 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
862         * simple.el (deactivate-mark): If select-active-regions is
863         non-nil, copy the selection data into a string.
864         (activate-mark): If select-active-regions is non-nil, set the
865         selection to the current buffer.
866         (set-mark): Update selection if select-active-regions is non-nil.
868         * select.el (x-valid-simple-selection-p): Allow buffer values.
870 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
872         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
873         and more featureful message-mode.
875 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
877         * select.el (x-set-selection): Doc fix.
878         (x-valid-simple-selection-p): Disallow selection data consisting
879         of a list or cons of integers, since that is not used.
880         (xselect--selection-bounds, xselect--int-to-cons): New functions.
881         (xselect-convert-to-string, xselect-convert-to-length)
882         (xselect-convert-to-filename, xselect-convert-to-charpos)
883         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
885 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
887         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
888         output in -break-info command (Emacs bug #3794).
890 2009-07-14  Glenn Morris  <rgm@gnu.org>
892         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
893         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
894         (edebug-print-length, edebug-print-level, edebug-print-circle)
895         (edebug-sit-for-seconds, edebug-view-outside)
896         (edebug-bounce-point, edebug-set-global-break-condition)
897         (edebug-Go-nonstop-mode, edebug-trace-mode)
898         (edebug-Trace-fast-mode, edebug-continue-mode)
899         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
900         (edebug-visit-eval-list): Doc fixes.
902         * subr.el (def-edebug-spec): Doc fix.
904 2009-07-14  Kenichi Handa  <handa@m17n.org>
906         * international/characters.el: Fix setting of category ?C.
908 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
910         * term/ns-win.el (x-select-font): defailias x-select-font to
911         ns-popup-font-panel instead of generate-fontset-menu.
913 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
915         * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
917 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
919         * arc-mode.el (archive-find-type): Allow for a PK00 string before
920         the PK\003\004 header (Bug#3770).
922 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
924         * pcomplete.el (pcomplete-comint-setup): Check for
925         shell-dynamic-complete-filename too.
927 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
929         * simple.el (temporary-goal-column): Change the value for
930         line-move-visual to a cons cell.
931         (line-move-visual): Record or set the window hscroll, if
932         necessary (Bug#3494).
933         (line-move-1): Handle cons value of temporary-goal-column.
935 2009-07-11  Kenichi Handa  <handa@m17n.org>
937         * international/mule-diag.el (describe-character-set): Don't show
938         width.
940 2009-07-10  Sam Steingold  <sds@gnu.org>
942         * progmodes/compile.el (compilation-mode-font-lock-keywords):
943         Omake sometimes indents the errors it prints, so allow all
944         regexps to start with spaces.
946 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
948         * cus-edit.el (customize-changed-options-previous-release):
949         Bump value to 22.1.  (Bug#3804)
951 2009-07-08  Sam Steingold  <sds@gnu.org>
953         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
954         to be a cons cell (test . ignored-directory) to selectively ignore
955         some directories depending on the location of the search.
957 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
959         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
960         remote user is root, on the local host.
961         (tramp-local-host-p): Either the local user or the remote user
962         must be root.  (Bug#3771)
964 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
966         * progmodes/gdb-mi.el (gdb): Remove description of
967         gdb-use-separate-io-buffer.
968         (menu): Don't allow toggling of or enable
969         gdb-use-separate-io-buffer from menubar.
971 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
973         * mail/unrmail.el (unrmail): Make sure the message ends with two
974         newlines (Bug#3769).
976 2009-07-08  Glenn Morris  <rgm@gnu.org>
978         * calendar/calendar.el (calendar-current-date): Rework previous change.
980 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
982         * calendar/calendar.el (calendar-current-date):
983         Add an optional argument giving an offset from today.
985 2009-07-08  Glenn Morris  <rgm@gnu.org>
987         * tutorial.el (tutorial--describe-nonstandard-key):
988         Adjust the message for when a key has been unbound.
989         (help-with-tutorial): Hide the arch-tag.
991 2009-07-08  Kenichi Handa  <handa@m17n.org>
993         * international/fontset.el (setup-default-fontset): For each
994         script, append (not set) font-specs.
996         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
997         docstring.
999 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1001         * progmodes/gdb-mi.el (gdb-init-1): Move sending
1002         -data-list-register-names to ...
1003         (gdb-starting): ... here because GDB 7.0 requires execution to
1004         have started when using this MI command.
1005         (gdb-set-header): New function to distinguish select and
1006         unselected tabs in gdb buffers.
1007         (gdb-propertize-header): New macro that uses gdb-set-header.
1008         (gdb-breakpoints-header, gdb-locals-header): Use it.
1009         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
1011 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
1013         * Makefile.in (ELCFILES): Remove fadr.elc.
1015 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
1017         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1018         may contain frame information, so `string-match' should be used.
1019         (gdb-update): Disassembly is invalidated through
1020         `gdb-get-selected-frame'.
1021         (gdb-pad-string): New function to pad string with spaces.
1022         (gdb-invalidate-disassembly): Invalidate only if the buffer
1023         exists.
1024         (gdb-disassembly-handler-custom): Column alignment.
1025         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1026         placing new ones.
1027         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1028         end of line, too.
1029         (gdb-frame-handler): Match convention to for disassembly buffer
1030         mode name.
1031         (gdb-stack-list-frames-handler): Rewritten without regexps.
1032         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1033         not highlight breakpoints without line information.
1034         (gdb-input): Add trailing newline to command.
1036         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1037         buffer properly.
1038         (gdb-breakpoints-list-handler-custom): Replacement for
1039         `gdb-break-list-handler'. Using real parser instead of regexps
1040         now.
1041         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1042         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1043         to place breakpoints.
1044         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1045         functions.
1046         (gdb-disassembly-handler-custom): Show overlay arrow.
1047         (gdb-disassembly-place-breakpoints): Show breakpoints in
1048         disassembly buffer.
1049         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1050         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1051         instead of parsing breakpoints buffer. Fixed old menu references
1052         in `gud-menu-map'.
1054         * fadr.el: Remove.
1056         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1057         (gdb-memory-address): New variable which holds top address of
1058         memory page shown in memory buffer
1059         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1060         customization variables.
1061         New functions:
1062         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1063         display the memory buffer.
1064         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1065         buffer display parameters.
1066         (def-gdb-memory-format, gdb-memory-format-binary)
1067         (gdb-memory-format-octal, gdb-memory-format-unsigned)
1068         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1069         Functions for setting memory buffer format.
1070         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1071         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1072         unit size used in memory buffer.
1073         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1074         to next/previous page of memory buffer.
1075         Now using (bindat-get-field) instead of fadr functions.
1077 2009-07-07  Sam Steingold  <sds@gnu.org>
1079         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1080         non-top-level files.
1082 2009-07-07  Kenichi Handa  <handa@m17n.org>
1084         * international/mule-cmds.el (reset-language-environment): Put
1085         the highset priority to the charset iso-8859-1.
1087 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1089         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1090         to the end of the line when locating the block (Bug#700).
1092 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
1094         * net/tramp.el (tramp-handle-write-region): Flush file properties
1095         in case of short track.
1097 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
1099         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1100         representation of verilog error regular expressions to work with
1101         Emacs-22's new format.
1102         (verilog-error-regexp-xemacs-alist): Coded custom representation
1103         of verilog error regular expressions to work with XEmacs format
1104         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1105         error recognition into XEmacs.
1106         (verilog-error-regexp-add-emacs): Hook routine to install verilog
1107         error recognition into Emacs-22.
1109 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1111         * woman.el: Remove stand-alone closing parentheses.
1112         (woman-file-name, woman2-format-paragraphs)
1113         (woman-leave-blank-lines): Code cleanup.
1114         (woman-use-own-frame): Change default to nil.
1115         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1116         defaults to inherit from default faces.
1117         (woman2-process-escapes): Consume the newline after a stand-alone
1118         filler character (Bug#3651).
1120 2009-07-06  Glenn Morris  <rgm@gnu.org>
1122         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1123         (top-level): Move provide to the end.
1124         (ffap): Remove defunct URL from custom group.
1126         * subr.el (eval-after-load): Doc fix.
1128 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
1130         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1131         `calc-embedded-word' is called twice.
1133 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1135         * files.el (find-alternate-file-other-window, find-alternate-file):
1136         Obey confirm-nonexistent-file-or-buffer.
1138 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
1140         * dired-aux.el (dired-show-file-type): Handle remote files.
1142 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
1144         * desktop.el (desktop-globals-to-save):
1145         Add file-name-history (Bug#2750).
1147 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
1149         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
1151 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
1153         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1154         property on entire argument since this is what eshell-lisp-command
1155         expects.
1157 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
1159         * net/tramp-gvfs.el (tramp-gvfs-methods)
1160         (tramp-gvfs-zeroconf-domain)
1161         (tramp-bluez-discover-devices-timeout): Add version flag.
1162         (tramp-gvfs-handler-mounted-unmounted)
1163         (tramp-gvfs-connection-mounted-p): Polish handling of
1164         incompatibilities between GVFS 0.2 and 1.0.
1166 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
1168         * cus-start.el (all): Add make-pointer-invisible.
1170 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1172         * calc-math.el (math-use-emacs-fn): Make sure that the number is
1173         formatted correctly.
1175 2009-07-02  Juri Linkov  <juri@jurta.org>
1177         * info.el: Virtual Info files and nodes.
1178         (Info-virtual-files, Info-virtual-nodes): New variables.
1179         (Info-current-node-virtual): New variable.
1180         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1181         New functions.
1182         (Info-file-supports-index-cookies): Use Info-virtual-file-p
1183         to check for a virtual file instead of checking a fixed list
1184         of node names.
1185         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1186         instead of ad-hoc processing of "dir" and (apropos history toc).
1187         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1188         instead of ad-hoc processing of "dir" and (apropos history toc).
1189         Reread a file when moving from a virtual node.
1190         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1191         (Info-directory-toc-nodes, Info-directory-find-file)
1192         (Info-directory-find-node): New functions.
1193         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1194         (Info-history): Move part of code to
1195         `Info-history-find-node'.
1196         (Info-history-toc-nodes, Info-history-find-file)
1197         (Info-history-find-node): New functions.
1198         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1199         (Info-toc): Move part of code to `Info-toc-find-node'.
1200         (Info-toc-find-node): New function.
1201         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
1202         the current Info file name to references because now the node
1203         "*TOC*" belongs to the same Info manual.
1204         (Info-toc-build): Rename from `Info-build-toc'.
1205         (Info-toc-nodes): Rename input argument `file' to `filename'.
1206         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1207         instead of ad-hoc processing of ("dir" apropos history toc).
1208         (Info-index-nodes): Use Info-virtual-file-p
1209         to check for a virtual file instead of checking a fixed list
1210         of node names.
1211         (Info-index-node): Add check for `Info-current-node-virtual'.
1212         Raise `save-match-data' higher up the tree to contain
1213         `search-forward' too (bug fix).
1214         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1215         (Info-virtual-index-nodes): New variable.
1216         (Info-virtual-index-find-node, Info-virtual-index): New functions.
1217         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1218         (Info-apropos-file, Info-apropos-nodes): New variables.
1219         (Info-apropos-toc-nodes, Info-apropos-find-file)
1220         (Info-apropos-find-node, Info-apropos-matches): New functions.
1221         (info-apropos): Move part of code to `Info-apropos-find-node' and
1222         `Info-apropos-matches'.
1223         (Info-mode-map): Bind "I" to `Info-virtual-index'.
1224         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1225         for a virtual file instead of checking a fixed list of node names.
1227         * simple.el (async-shell-command): New command.
1229         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1231         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1232         instead of `mount-info'.
1234 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
1236         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
1237         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
1239 2009-07-02  Kenichi Handa  <handa@m17n.org>
1241         * international/mule.el (set-keyboard-coding-system): Force *-unix
1242         coding-system to avoid eol conversion.
1244 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
1246         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1247         Add handler for `process-file', `shell-command' and
1248         `start-file-process'.
1249         (tramp-gvfs-handle-shell-command)
1250         (tramp-gvfs-handle-start-file-process)
1251         (tramp-gvfs-handle-process-file): New defuns.
1252         (tramp-synce-list-devices): Simplify check for existence of property.
1254 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1256         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1258 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1260         * language/korean.el (set-language-info-alist): Add korean-cp949,
1261         cp949 to spec.
1263 2009-07-01  Kenichi Handa  <handa@m17n.org>
1265         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1267         * international/encoded-kb.el: Deleted.
1269         * international/mule.el (set-keyboard-coding-system): Perform the
1270         necessary setup here instead of calling encoded-kbd-setup-display.
1272 2009-07-01  Glenn Morris  <rgm@gnu.org>
1274         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1276 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
1278         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
1280 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
1282         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1283         Handle also the 'rename case, when setting file modes.  (Bug#3712)
1284         (tramp-default-file-modes) Remove execute permissions.
1286         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
1287         (top): Add a default for "synce" in `tramp-default-user-alist'.
1288         Add completion function for "synce" method.
1289         (tramp-hal-service, tramp-hal-path-manager)
1290         (tramp-hal-interface-manager, tramp-hal-interface-device):
1291         New defconst.
1292         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1293         (tramp-synce-list-devices, tramp-synce-parse-device-names):
1294         New defuns.
1296         * net/trampver.el: Update release number.
1298 2009-06-30  Kenichi Handa  <handa@m17n.org>
1300         * international/fontset.el (setup-default-fontset): Add CJK fonts
1301         for symbols and the other miscellaneous characters.
1303         * language/korea-util.el (setup-korean-environment-internal):
1304         Make char-width-table suitable for Korean environments.
1305         (exit-korean-environment): Cancel above.
1307         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1308         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1309         setup-funcion to make char-widht-table suitable for respective
1310         environments, and an exit-function to cancel that.
1312         * language/japan-util.el (setup-japanese-environment-internal):
1313         Call use-cjk-char-width-table with arg `ja_JP'.
1315         * international/characters.el (cjk-char-width-table): Delete it.
1316         (cjk-char-width-table-list): New variable.
1317         (use-cjk-char-width-table): New arg local-name.
1318         (use-default-char-width-table): Fix for the case that Emacs is
1319         already using the default char-width-table.
1321 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
1323         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1324         modes mandatory.  (Bug#3712)
1326 2009-06-29  Alan Mackenzie  <acm@muc.de>
1328         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
1329         correction between the visible width of TABs and their number of bytes.
1331 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
1333         * server.el (server-buffer-done): Prevent kill-buffer from
1334         prompting by clearing the buffer modification flag (Bug#3696).
1336 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
1338         * verilog-mode.el (verilog-beg-of-statement)
1339         (verilog-endcomment-reason-re): Support unique case and priority case.
1340         (verilog-basic-complete-re): Support localparam lineup.
1341         (verilog-beg-of-statement-1): Fix for robustness, unique case.
1342         (verilog-set-auto-endcomments): Fix for unique case, always_comb
1343         commenting.
1344         (verilog-leap-to-case-head): Now support *nested* unique &
1345         priority case statements.
1346         (verilog-auto-lineup): Make just declarations the default (as it
1347         had been).
1348         (verilog-leap-to-case-head): Support priority/unique case statements.
1349         (verilog-auto-lineup): Rework to give users radio buttons to
1350         select the various styles of automatic lineup
1351         (verilog-error-regexp-alist): Rework to support the XEmacs style
1352         of error regular expressions from compilers, lint tools &
1353         simulators.  Note that GNU Emacs has made it impossible for a mode
1354         to load such things.
1355         (electric-verilog-terminate-line, verilog-indent-declaration)
1356         (verilog-auto-wiure): Rework for radio button selection of
1357         auto-lineup selection of specification of auto lineup.
1358         (verilog-beg-of-statement-1): Redesign to support proper operation
1359         in additional code, based on testing with auto-lineup.
1360         (verilog-calculate-indent, assignments & declarations)
1361         (verilog-backward-token): Enhance to support auto-lineup of
1362         assignments & declarations.
1363         (verilog-in-directive-p, verilog-at-struct-p): New function for
1364         easy test of whether we are.
1365         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1366         to support safe execution at almost anyline.
1367         (verilog-calc-1): Properly support indenting deep inside generate
1368         blocks.
1369         (verilog-init-font) Remove definition & use of verilog-init-font,
1370         as it is redundant with font-lock-defaults.
1371         (verilog-mode): Alter the definition of verilog-font-lock-defualts
1372         to avoid circular calls if syntax-ppss is a function (as is the
1373         case now in 22.x GNU Emacs) as that function would sometimes call
1374         itself, leading to (nearly) infinite recursion
1375         (verilog-ovm-begin-re, verilog-ovm-end-re)
1376         (verilog-ovm-statement-re, verilog-leap-to-head)
1377         (verilog-backward-token): Add support for OVM macros.  Some are
1378         complete statements, and others open and close scopes like begin
1379         and end.
1380         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1381         (verilog-defun-level-generate-only-re): Really fix the defun-list
1382         compilation issue
1383         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1384         coverpoint, constraint and cross statements
1385         (verilog-defun-level-list, verilog-generate-defun-level-list)
1386         (verilog-all-defun-level-list): Redo these specifications - it is
1387         too hard to support eval-when compile aggregation of lists also
1388         built at when-compile time.
1389         (verilog-defun-level-list): Place defconsts of variables used in
1390         building regular expressions which are built in eval-when-compile
1391         bodies in the same eval-when-compile body to facilitate compile
1392         without load.
1393         (verilog-beg-block-re-ordered): Support indenting
1394         virtual/protected tasks and functions.
1395         (verilog-defun-level-list,verilog-in-generate-region-p)
1396         (verilog-backward-ws&directives, verilog-calc-1): Speed up
1397         indentation of some module items (generate items).
1398         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1399         across virtual/protected tasks and functions.
1401 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
1403         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1404         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
1405         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1406         in concatenations.  Reported by Yishay Belkind.
1407         (verilog-auto-ascii-enum): Support one-hot state machines in
1408         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
1409         (verilog-auto-inst, verilog-auto-inst-port): Include interface
1410         modport in AUTOINST and add vl-modport for users.  Reported by
1411         David Rogoff.
1412         (verilog-auto-inout-module, verilog-auto-inst)
1413         (verilog-decls-get-interfaces, verilog-insert-definition)
1414         (verilog-insert-one-definition, verilog-read-decls)
1415         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1416         (verilog-sig-modport, verilog-signals-combine-bus)
1417         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1418         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1419         Suggested by David Rogoff.
1420         (verilog-repair-open-comma): Fix non-insertion of comma when
1421         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
1422         (verilog-make-width-expression): Simplify [A-1:0] expression
1423         widths to just {A{1'b0}}.
1424         (verilog-mode): Cleanup checkdoc warnings.
1425         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1426         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
1427         inputs/outputs or data type.  Suggested by Vasu Kandadi.
1428         (next-error-last-buffer): Fix byte-compiler warning.
1429         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1430         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
1431         or shell command text during AUTO expansion.  Suggested by Tad Truex.
1432         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
1433         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1434         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
1435         in AUTOINOUT. Reported by Matthew Lovell.
1436         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1437         causing use of <= assignments.  Reported by Alex Reed.
1438         (verilog-read-decls): Fix triand, trior, wand, wor to be
1439         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
1440         (verilog-extended-complete-re): Support import "DPI-C" functions.
1441         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
1442         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
1443         (verilog-insert-date, verilog-insert-year)
1444         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1445         Windows systems.  Reported by Michael Potts.
1446         (verilog-read-module-name): Fix AUTOINST when the child module
1447         declaration's name is a tick define. Reported by Elliot Mednick.
1448         (verilog-read-decls): Fix V2K parameter bit subscripts getting
1449         passed to next parameter's definition. Reported by Bruce T.
1450         (verilog-read-decls): Fix detecting "parameter int" when using
1451         AUTOINSTPARAM.  Reported by Bruce T.
1452         (verilog-goto-defun): Fix goto not finding modules unless first
1453         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
1454         (verilog-mode): Expand -f flag arguments on entry to mode so
1455         verilog-goto-defun will work.  Reported by Lawrence Butcher.
1456         (verilog-getopt): Expand environment variables in -f file
1457         arguments.  Suggested by Lawrence Butcher.
1458         (verilog-set-define): Fix "Symbol's value as variable is void"
1459         when reading enumerations.
1460         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1461         Suggested by Stephen Peltan.
1462         (verilog-read-defines): Fix reading of enumerations in include
1463         files.  Reported by Steve Peltan.
1465 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1467         * files.el (trash-directory): Fix defcustom type.
1469 2009-06-28  Juri Linkov  <juri@jurta.org>
1471         * help-fns.el (describe-function-1): Correctly locate adviced
1472         functions in hyperlink (Bug#2438).
1474 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
1476         * files.el (trash-directory): Change default to nil.
1477         (move-file-to-trash): If trash-directory is nil and
1478         system-move-file-to-trash is unbound, perform freedesktop-style
1479         trashing.
1481 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1483         * files.el (move-file-to-trash): Add freedesktop trash
1484         support (Bug#973).
1486 2009-06-28  Glenn Morris  <rgm@gnu.org>
1488         * autorevert.el (global-auto-revert-non-file-buffers)
1489         (global-auto-revert-mode): Doc fixes.
1491 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
1493         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1495 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
1497         * faces.el (x-handle-named-frame-geometry): Ensure that we have
1498         opened an X connection before calling x-get-resource (Bug#3194).
1500         * play/doctor.el: Remove reference to obsolete website.
1501         (make-doctor-variables): Correct grammar mistake (Bug#2633).
1503 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1505         Remove find-file-not-found-hook VC method.  (Bug#2757)
1506         * vc-hooks.el (vc-file-not-found-hook)
1507         (vc-default-find-file-not-found-hook): Remove functions.
1508         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1509         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1510         * vc.el:
1511         * vc-hg.el:
1512         * vc-git.el: Do not mention find-file-not-found-hook VC method.
1514 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
1516         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1517           compatibility function for `looking-back'
1519         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1520         Use `ispell-looking-back'
1522 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
1524         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
1525         rather than `filename'.
1527 2009-06-23  Miles Bader  <miles@gnu.org>
1529         * face-remap.el (text-scale-set): New function.
1531 2009-06-23  Glenn Morris  <rgm@gnu.org>
1533         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1535         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1537         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1539         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1541         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1542         Simplify Persian conditionals.
1544         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1545         variable `filename'.
1547         * comint.el (comint-insert-input): Doc fix.
1549         * Makefile.in (ELCFILES): Fix typo in previous change.
1551 2009-06-23  Miles Bader  <miles@gnu.org>
1553         * cus-start.el: Add entry for `recenter-redisplay'.
1555 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1557         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1558         Add an optional argument for the backend, use it instead of
1559         calling vc-backend.
1560         (vc-mode-line): Add an optional argument for the backend.
1561         Pass the backend to vc-state and vc-working-revision.  Move code for
1562         special handling for vc-state being a buffer to ...
1564         * vc-rcs.el (vc-rcs-find-file-hook):
1565         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
1567         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1568         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1569         vc-stay-local-p and vc-mode-line calls.
1571         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1572         (vc-cvs-diff, vc-cvs-annotate-command)
1573         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1574         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1575         vc-mode-line calls.
1577         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1578         direct comparison.
1579         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1580         backend when calling vc-mode-line.
1581         (vc-register): Do not create a closure for calling the vc register
1582         function, call it directly.
1584 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1586         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1587         to make it obvious item can be clicked.
1589         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1591 2009-06-23  Kenichi Handa  <handa@m17n.org>
1593         * language/korea-util.el (korean-key-bindings): Change the binding
1594         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
1595         same command.
1597 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
1599         Sync with Tramp 2.1.16.
1601         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1603         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
1604         when a loading of a package fails.  Completion function for rsync
1605         is `tramp-completion-function-alist-ssh'.
1606         (all): Replace all calls of `split-string' and
1607         `tramp-split-string' by `tramp-compat-split-string'.
1608         (tramp-default-method): Use `tramp-compat-process-running-p'.
1609         (tramp-default-proxies-alist): Allow also Lisp forms.
1610         (tramp-remote-path): Add choice "Private Directories".
1611         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
1612         (tramp-domain-regexp): Allow also "-", "_" and ".".
1613         (tramp-end-of-output): Remove newlines, and add "$" at the end.
1614         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1615         (tramp-debug-message): Insert header line in debug buffer.
1616         (tramp-handle-directory-files-and-attributes-with-stat):
1617         Care about filenames with spaces, or starting with "-".
1618         (tramp-handle-dired-uncache): New defun.
1619         (tramp-handle-insert-directory): Don't flush the directory from
1620         cache, this is handled by `dired-uncache' now.
1621         (tramp-handle-insert-file-contents): Improve error handling.
1622         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1623         Quote `tramp-end-of-output'.
1624         (tramp-action-password): Improve trace message.
1625         (tramp-check-for-regexp): Both echoes must be present, before removing.
1626         (tramp-open-connection-setup-interactive-shell): Trace coding system.
1627         (tramp-compute-multi-hops): Eval cons cells of
1628         `tramp-default-proxies-alist'.
1629         (tramp-maybe-open-connection): Use the same command pattern for
1630         first hop and further hops.
1631         (tramp-wait-for-output): Remove handling of newlines.
1632         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1633         (tramp-split-string): Remove function.  It is handled in
1634         tramp-compat now.
1636         * net/tramp-cmds.el (tramp-bug):
1637         Recommend `tramp-cleanup-all-connections' in the bug mail.
1639         * net/tramp-compat.el (tramp-compat-split-string)
1640         (tramp-compat-process-running-p): New defuns.
1642         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1643         for `dired-uncache'.
1645         * net/tramp-gvfs.el: New package.
1647         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1648         Add handler for `dired-uncache'.
1649         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1651         * net/trampver.el: Update release number.  Make version check fit
1652         for SXEmacs 22.
1654 2009-06-22  Jim Meyering  <meyering@redhat.com>
1656         Automatically handle .xz suffix (XZ-compressed files), too.
1657         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1658         XZ is the successor to LZMA: <http://tukaani.org/xz/>
1660 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
1661             Nick Roberts  <nickrob@snap.net.nz>
1663         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
1664         repository (http://sphinx.net.ru/hg/gdb-mi/).
1666 2009-06-22  Glenn Morris  <rgm@gnu.org>
1668         * files.el (dir-locals-collect-mode-variables): Allow for any number of
1669         `mode' and `eval' entries.  (Bug#3430)
1671         * Makefile.in (ELCFILES): Add fadr.elc.
1673         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1674         differing behavior of \n and ^ in strings.  (Bug#3385)
1676         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1678         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1679         property.
1680         (lisp-indent-function): Make it a defcustom.
1682 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
1684         * progmodes/gdb-ui.el: Replace with ...
1685         * progmodes/gdb-mi.el: ... this file.
1686         * progmodes/gud.el: Modify for gdb-mi.el.
1688 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
1690         * fadr.el: New file.
1692 See ChangeLog.14 for earlier changes.
1694 ;; Local Variables:
1695 ;; coding: utf-8
1696 ;; End:
1698     Copyright (C) 2009  Free Software Foundation, Inc.
1700   This file is part of GNU Emacs.
1702   GNU Emacs is free software: you can redistribute it and/or modify
1703   it under the terms of the GNU General Public License as published by
1704   the Free Software Foundation, either version 3 of the License, or
1705   (at your option) any later version.
1707   GNU Emacs is distributed in the hope that it will be useful,
1708   but WITHOUT ANY WARRANTY; without even the implied warranty of
1709   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1710   GNU General Public License for more details.
1712   You should have received a copy of the GNU General Public License
1713   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1715 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1