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