Change to utf-8. Adjust coding cookie.
[emacs.git] / lisp / ChangeLog
blobcc083c22aae2380660440e53228f9e0d39161395
1 2009-08-18  Kenichi Handa  <handa@m17n.org>
3         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
4         (sentence-end-without-space): Delete duplicated chars.
5         (sentence-end-base): Likewise.
7         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
8         (html-mode): Delete duplicated chars from sentence-end-base.
10         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
11         (texinfo-mode): Delete duplicated chars from sentence-end-base.
13 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
15         * files.el (hack-one-local-variable): If the mode function is for
16         a minor mode, pass it an argument (Bug#4148).
18 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
20         * net/tramp.el (tramp-register-completion-file-name-handler):
21         Check also for (member 'partial-completion completion-styles).
23 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
25         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
26         abbrev (Bug#3943).
28 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
30         * progmodes/cperl-mode.el: Merge upstream 6.2.
31         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
32         (cperl-forward-re): Check cperl-brace-recursing.
33         (cperl-highlight-charclass): New function.
34         (cperl-find-pods-heres): Use it.
35         (cperl-fill-paragraph): Synch to save-excursion placement used
36         upstream.
37         (cperl-beautify-regexp-piece): Fix column calculation.
38         (cperl-make-regexp-x): Handle case where point is between "q" and
39         "rs".
40         (cperl-beautify-level): Don't process entire regexp.
41         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
42         calling man.
43         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
44         (cperl-init-faces): Build a list in the normal way.
46 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
48         * calendar/parse-time.el (parse-time-string-chars): Save match
49         data.
51 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
53         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
54         (sql-product): Use it.
55         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
56         (sql-set-product): Add completion.
57         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
58         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
59         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
60         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
61         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
62         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
63         (sql-highlight-db2-keywords): Remove.
64         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
65         (sql-highlight-product): Use derived-mode-p.
66         (sql-set-sqli-buffer): Use with-current-buffer.
67         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
68         Simplify.
70         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
72         * term.el: Fix commenting convention, turn comments into docstrings.
74 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
76         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
78 2009-08-16  Jan Seeger <jan.seeger@thenybble.de>  (tiny change)
80         * calendar/parse-time.el (parse-time-string-chars): Compute using
81         character classes, to handle non-ascii characters (Bug#3190).
83 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
85         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
86         another heredoc if the user adds another < (Bug#3226).
88         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
89         Don't initialize based on window-system (Bug#4124).
91         * facemenu.el (facemenu-read-color): Use a completion function
92         that accepts any defined color, such as RGB triplets (Bug#3677).
94         * files.el (get-free-disk-space): Change fallback default
95         directory to /.  Expand DIR argument before switching to fallback.
96         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
98 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
100         * files.el (load-library): Doc fix.
102 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
104         * viper-cmd.el (viper-insert-isearch-string): New function.
105         (viper-if-string): Redefine C-s in the minibuffer to insert the last
106         incremental search string.
108         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
109         XEmacs.
111         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
112         (ediff-merge-region-is-non-clash)
113         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
114         Also check if the job is really a merge job.
116         * ediff.el (ediff-current-file): New function.
118 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
120         * progmodes/js.el: Edit docstrings throughout to follow Emacs
121         conventions.
122         (js-insert-and-indent): Delete function.
123         (js-mode-map): Don't bind keys to js-insert-and-indent.
124         (js-beginning-of-defun): Rename from js--beginning-of-defun.
125         (js-end-of-defun): Rename from js--end-of-defun.
126         (js-auto-indent-flag): Delete variable.
128 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
130         * progmodes/js.el: Remove proclaim statement.
131         Defvar which-func-imenu-joiner-function to silence compiler.
133         * files.el (auto-mode-alist): Use js-mode for .js files.
135         * progmodes/js2-mode.el: Remove file.
137         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
139         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
141         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
143 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
145         * progmodes/js.el: New file.
147 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
149         * timezone.el (timezone-parse-date): Add ability to understand ISO
150         basic format (minimal separators) dates in addition to the
151         already-supported extended format dates.
153 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
155         * international/ucs-normalize.el: Add a `coding' file variable.
157         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
159 2009-08-14  Sam Steingold  <sds@gnu.org>
161         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
163 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
165         * faces.el (help-argument-name): Define it here instead of
166         help-fns.el, because in daemon mode help-fns.el may be loaded when
167         faces are still uninitialized (Bug#1078).
169         * help-fns.el (help-argument-name): Move defface to faces.el.
171 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
173         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
174         create buffer with a pty but no process so that GDB can make the
175         inferior the controlling process.
177 2009-08-13  Kenichi Handa  <handa@m17n.org>
179         * international/ucs-normalize.el: New file.
181 2009-08-13  Richard Stallman  <rms@gnu.org>
183         * mail/rmail.el (rmail-get-attr-names):
184         Accept an attribute header that is too short.
186         * mail/rmail.el (rmail-forget-messages):
187         Ignore nil elt in rmail-message-vector.  Use dotimes.
189         * progmodes/compile.el (compilation-goto-locus):
190         Use next-error-move-function.
192         * simple.el (next-error-move-function): New variable.
194 2009-08-12  Juri Linkov  <juri@jurta.org>
196         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
197         always non-nil.  (Bug#4052)
199         * replace.el (read-regexp): Return empty string when
200         `default-value' is nil.
201         (keep-lines-read-args): Don't use empty string as the
202         default value for `read-regexp'.  (Bug#2495)
204 2009-08-12  Juri Linkov  <juri@jurta.org>
206         * international/mule-cmds.el (ucs-insert): Change arguments
207         from `arg' to `character', `count', `inherit' to be the same
208         as in `insert-char'.  Doc fix.  (Bug#4039)
210         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
212 2009-08-12  Juri Linkov  <juri@jurta.org>
214         * files-x.el: New file.
216         * files.el: Move code that deals with adding/deleting
217         file/directory-local variables to files-x.el.
219         * Makefile.in (ELCFILES): Add files-x.elc.
221 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
223         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
224         to use `goto-line'.
225         (gdb-place-breakpoints, gdb-get-location): Rewritten without
226         `goto-line'.
227         (gdb-invalidate-disassembly): Do not refresh upon receiving
228         'update signal. Instead, update all disassembly buffers only after
229         threads list.
230         (gdb): Send -target-detach when buffer is killed (#3794).
231         (gdb-starting): Moved -data-list-register-names...
232         (gdb-stopped): ...here so it's sent when first thread stops.
233         (gdb-registers-handler-custom): Do nothing if register names are
234         unknown yet.
236         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
237         from `gdb-mi.el' to avoid extra tangling.
239         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
240         change which breaks `gud-def' definitions. used in `gdb'.
241         (gdb-update-gud-running): No extra fuss for updating frame number.
243 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
245         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
246         (describe-language-environment-map, setup-language-environment-map)
247         (set-coding-system-map): Move initialization into declaration.
248         (set-language-info-alist): Last arg to define-key-after can be skipped.
250         * international/quail.el (quail-completion-1): Simplify.
251         (quail-define-rules): Use slightly more compact code.
252         (quail-insert-decode-map): Propertize keys, compact columns.
254         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
255         Add goto-line.
257 2009-08-10  Miles Bader  <miles@gnu.org>
259         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
260         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
261         (js2-instance-member, js2-private-member, js2-private-function-call)
262         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
263         (js2-magic-paren, js2-external-variable):
264         Remove "-face" suffix from face names.
265         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
266         (js2-highlight-undeclared-vars, js2-peek-token)
267         (js2-parse-function-params, js2-mode-show-errors)
268         (js2-mode-show-warnings, js2-make-magic-delimiter)
269         (js2-mode-highlight-magic-parens): Update to use new face names.
271 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
273         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
274         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
276 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
278         * subr.el: Provide hashtable-print-readable.
280         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
281         hs-c-like-adjust-block-beginning.
282         (hs-hide-block-at-point): Stop hiding at the beginning of
283         hs-block-end-regexp (Bug#700).
285 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
287         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
288         a macro.
289         (gdb-registers-handler-custom): Do not fail when register names
290         are unavailable.
292 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
294         * progmodes/gdb-mi.el (gdb-control-all-threads)
295         (gdb-control-current-thread): Interactive setters for
296         `gdb-gud-control-all-threads' to use in menu.
297         (gdb-show-run-p): Show «Go» when process is not active.
298         (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
299         gud/thread.xpm and gud/all.xpm.
301 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
303         * net/net-utils.el (net-utils-font-lock-keywords): New var.
304         (nslookup-font-lock-keywords): Make it a variable.
305         (net-utils-mode): New mode for viewing diagnostic network output.
306         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
307         (net-utils-run-simple): New function.
308         (ifconfig, iwconfig, netstat, arp, route): Use it.
310 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
312         * progmodes/gdb-mi.el (gdb-read-memory-custom)
313         (gdb-memory-set-address, def-gdb-set-positive-number)
314         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
315         after changing settings.
316         (gdb-invalidate-disassembly): Update when first shown.
317         (gdb-edit-locals-value): Fixed.
318         (gdb-registers-handler-custom): Print registers in right order and
319         allow changing register values (only for current thread yet).
320         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
321         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
322         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
323         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
324         info in mode name.
325         (gdb-registers-mode-map): TAB to switch to locals.
327 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
329         * mail/rmail.el (rmail-add-mbox-headers)
330         (rmail-set-message-counters-counter): Search for
331         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
333 2009-08-08  Glenn Morris  <rgm@gnu.org>
335         * Makefile.in (ELCFILES): Update.
337 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
339         * mail/sendmail.el (mail-yank-original): Set
340         buffer-file-coding-system from the one used by the message whose
341         text is yanked.
343         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
344         to "windows" when "pgnuplot" is used.
345         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
346         call accept-process-output if "pgnuplot" is used.
347         (calc-graph-init): Don't send -display and -geometry to
348         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
349         running "pgnuplot -V" with shell-command-to-string.
351         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
352         the default.
354 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
356         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
357         org/org-latex.elc.
359 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
361         * vc-dispatcher.el (vc-resynch-window): Update comment.
363         * term.el (term-handle-ansi-escape): Add comments with the
364         terminfo capabilities implemented.
366 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
368         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
369         (gdb-var-create-handler): Rewritten using JSON parser.
370         (gdb-propertize-header): Moved earlier.
371         (gdb-set-header): Removed to avoid duplication.
372         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
373         Refresh disassembly buffers only after threads list have been
374         update.
375         (gdb-threads-header, gdb-registers-header): Per-buffer header line
376         variables.
378 2009-08-04  Juri Linkov  <juri@jurta.org>
380         * files.el: Commands to add/delete file/directory-local variables.
381         (read-file-local-variable, read-file-local-variable-value)
382         (read-file-local-variable-mode, modify-file-local-variable)
383         (modify-file-local-variable-prop-line)
384         (modify-dir-local-variable): New functions.
385         (add-file-local-variable, delete-file-local-variable)
386         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
387         (add-dir-local-variable, delete-dir-local-variable)
388         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
389         (copy-dir-locals-to-file-locals-prop-line): New commands.
391 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
393         * abbrev.el (insert-abbrev-table-description): Prettify output.
394         Suggested by Karl Chen.
396 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
398         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
399         (gdb-overlay-arrow-position): Renamed to
400         `gdb-disassembly-position'.
401         (gdb-overlay-arrow-position, gdb-thread-position)
402         (gdb-disassembly-position): Declare variables.
403         (gdb-wait-for-pending): Function now.
404         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
405         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
406         compilation goes smoothly.
407         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
408         (gdb-non-stop-setting): New customization setting which replaces
409         `gdb-non-stop' so changing it doesn't break active GDB session.
410         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
411         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
412         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
413         (gdb-show-threads-by-default): New customization options.
414         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
415         routines.
416         (gdb-get-buffer-create): Send buffers update signal when they are
417         created.
418         (gdb-invalidate-locals, gdb-invalidate-registers)
419         (gdb-invalidate-breakpoints)
420         (gdb-invalidate-threads, gdb-invalidate-disassembly)
421         (gdb-invalidate-memory): Accept update signal.
422         (gdb-current-context-command): Use --frame option.
423         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
424         Implement `gdb-frame-number' selection logic.
425         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
426         whether to show GUD toolbar buttons.
427         (gdb-thread-exited): Unselect current thread when it exits.
428         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
429         (gdb-mark-line): Routine which sets overlay arrow or inverses
430         video on fringeless displays.
431         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
432         to build aligned columns of data in GDB buffers and set text
433         properties line-by-line.
434         (gdb-invalidate-breakpoints)
435         (gdb-breakpoints-list-handler-custom)
436         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
437         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
438         (gdb-registers-handler-custom): Align data columns.
439         (gdb-locals-handler-custom): Now prints data like in variable
440         declarations.
441         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
442         Removed confusing buttons.
443         (gdb-invalidate-threads): Append --frame.
444         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
445         between breakpoints/threads buffers.
446         (gdb-set-window-buffer): Now can ignore dedicated windows.
447         (gdb-propertize-header): Use `gdb-set-window-buffer'.
448         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
449         (def-gdb-thread-buffer-gud-command): Replaces
450         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
451         for fine thread control.
452         (gdb-preempt-existing-or-display-buffer): New function used to
453         display bound buffers without breaking window layout.
454         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
455         (gdb-select-frame): New version of `gdb-frames-select' which now
456         sets `gdb-frame-number' so commands may use --frame option instead
457         of inner debugger state.
458         (gdb-frame-handler): Do not set `gdb-frame-number'.
459         (gdb-threads-mode-map): Select threads with mouse.
461         * progmodes/gud.el (gdb-gud-context-call): Declare function to
462         avoid compilation warning.
463         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
464         `gdb-show-stop-p`.
466         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
467         Argument `key' renamed to `buffer-type'.
468         (gdb-current-context-buffer-name): Do not add thread info to
469         buffer name when no thread is selected.
470         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
471         command (bug 3794).
472         (gdb-thread-selected): Handle `=thread-selected' notification.
473         (gdb-wait-for-pending): New macro to deal with congestion problems.
474         (gdb-breakpoints-list-handler-custom): Don't fail on pending
475         breakpoints.
476         (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
477         fixes problem similar to one described in bug 3947.
478         (gud-menu-map): More menu items.
479         (gdb-init-1): Reset `gdb-thread-number' to nil.
481         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
482         non-stop settings.
484         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
485         (gdb-current-context-command): Do not append --thread if
486         `gdb-thread-number' is nil.
487         (gdb-running-threads-count, gdb-stopped-threads-count): New
488         variables.
489         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
490         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
491         customization options.
492         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
493         GUD commands.
494         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
495         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
496         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
497         set `gdb-thread-number' and update `gud-running' properly.
498         (gdb-running): Update threads list when new threads appear.
499         (gdb-stopped): Support non-stop operation and new thread switching
500         logic.
501         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
502         (gdb-json-partial-output): New set of JSON routines.
503         (def-gdb-auto-update-trigger): New `signal-list' optional
504         argument.
505         (gdb-thread-list-handler-custom): Update `gud-running',
506         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
507         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
508         (gdb-continue-thread, gdb-step-thread): New commands for fine
509         thread execution control.
510         (gud-menu-map): New menu items to switch non-stop options.
511         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
512         (gdb-send): Mimic RET properly (bug 3794).
514         * progmodes/gdb-mi.el (gdb-rules-name-maker)
515         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
516         gdb-buffer-rules.
517         (def-gdb-auto-update-handler): New nopreserve optional argument.
518         (gdb-stack-list-frames-custom): Print stack from top to bottom.
520         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
521         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
522         (gdb-parent-mode): New mode to derive other GDB modes from.
523         (gdb-display-disassembly-for-thread)
524         (gdb-frame-disassembly-for-thread): New commands for threads
525         buffer.
527         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
528         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
529         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
530         (gdb-update): We now store all GDB buffers in a list so that they
531         can be updated by traversing a list instead of calling invalidate
532         triggers explicitly
533         (def-gdb-trigger-and-handler): New macro to define trigger-handler
534         pair for GDB buffer.
535         (gdb-stack-buffer-name): Add thread information.
536         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
537         handle pending triggers.
538         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
539         (def-gdb-thread-buffer-simple-command)
540         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
541         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
542         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
543         commands which show buffers bound to thread.
544         (gdb-stack-list-locals-regexp): Removed unused regexp.
546         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
547         (gdb-registers-buffer-name)
548         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
549         to (gud-comint-buffer) in *-buffer-name functions
550         because (gdb-get-target-string) already does that.
551         (gdb-locals-handler-custom, gdb-registers-handler-custom)
552         (gdb-changed-registers-handler): Rewritten without regexps.
554         * progmodes/gdb-mi.el Basic thread selection support.
555         (gdb-thread-number): New variable.
556         (gdb-current-context-command): New macro which adds --thread
557         option to command.
558         (gdb-threads-mode-map): Select thread with SPC
559         (gdb-thread-list-handler-custom): Mark current thread with overlay
560         arrow. Synchronize GDB thread and Emacs thread.
561         (gdb-select-thread): New command which selects current thread.
562         (gdb-invalidate-frames, gdb-invalidate-locals)
563         (gdb-invalidate-registers): Use --thread option.
565 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
567         * net/tramp.el (top): Make check for tramp-gvfs loading more
568         robust.  (Bug#3977)
569         (tramp-handle-insert-file-contents): `unwind-protect' must be
570         inside `with-parsed-tramp-file-name'.
572         * net/tramp-gvfs.el (top): Remove superfluous message when loading
573         fails.
575 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
577         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
578         directory if CLASSPATH is not set.
580 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
582         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
583         defconst.
584         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
586 2009-08-02  Kevin Ryde  <user42@zip.com.au>
588         * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
589         freshmeat link.  Delete newsforge.com as it seems gone.
591 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
593         * select.el (x-set-selection): Doc fix (Bug#4021).
595         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
597         * help-fns.el (describe-variable): Treat list return values from
598         dir-locals-find-file properly (Bug#4005).
600 2009-08-02  Julian Scheid <julians37@googlemail.com>  (tiny change)
602         * net/tramp.el (tramp-debug-message): Print also microseconds.
604 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
606         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
607         or END is non-nil.
608         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
609         (tramp-get-debug-buffer): Change `outline-regexp' according to new
610         format.
612         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
613         (tramp-get-file-property): Use it.
615         * autorevert.el (auto-revert-handler): Allow
616         `auto-revert-tail-mode' for remote files.
618 2009-08-02  Jason Rumney  <jasonr@gnu.org>
620         * minibuffer.el (read-file-name): Treat confirm options to
621         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
623 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
625         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
626         (font-lock-variable-name-face, font-lock-constant-face): Darken
627         the colors for light backgrounds.
629 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
631         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
632         month names.  (Bug#3987)
634 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
636         * simple.el (line-move-finish): Pass whole number to
637         line-move-to-column.
638         (line-move-visual): Perform hscroll to the recorded position.
640 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
642         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
644 2009-07-29  Alan Mackenzie  <acm@muc.de>
646         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
648 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
650         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
651         (gdb-place-breakpoints): Use full path when setting breakpoints.
653 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
655         * calc/calc.el (calc-mode-map): Add keybinding for
656         `calc-transpose-lines'.
658 2009-07-29  Vincent Belaïche <vincent.belaiche@gmail.com>
660         * calc/calc-misc.el (calc-transpose-lines): New function.
662 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
664         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
665         Simplify check for out-of-band methods.
666         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
667         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
669 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
671         * vc-git.el (vc-git-checkin): Fix typo.
673 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
675         * progmodes/js2-mode.el: New file.
677 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
679         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
680         (gud-menu-map): Adjust tooltip accordingly.
682 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
684         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
685         (vc-bzr-log-view-mode): Adjust log-view-file-re.
687         * add-log.el (change-log-mode-map): Add a menu.
689 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
691         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
692         function returns nil.
693         (dbus-handle-event): Handle special return value :ignore.
694         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
696 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
698         * view.el (view-mode-enable): Don't define Helper-return-blurb if
699         it's not needed.
701 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
703         Fix Bug#3888:
705         * w32-vars.el (x-select-enable-clipboard): Doc fix.
707         * term/pc-win.el (x-display-name, x-colors)
708         (x-select-enable-clipboard, x-select-text): Doc fix.
710         * term/common-win.el (x-display-name, x-colors): Doc fix.
712         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
713         (xw-defined-colors): Doc fix.
715         * w32-fns.el (x-select-text, x-setup-function-keys)
716         (x-get-selection, x-set-selection): Doc fix.
718         * term/x-win.el (x-select-text, x-setup-function-keys)
719         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
721         * select.el (x-set-selection): Doc fix.
723 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
725         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
726         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
727         "IsNSSSupportAvailable" method is not available.  Reported by
728         Steve Youngs <steve@sxemacs.org>.
730 2009-07-24  Kenichi Handa  <handa@m17n.org>
732         * international/characters.el: Fix setting of category ?C, ?|, ?K,
733         and ?H.  Fix setting of case for Latin Extended and Greek
734         Extended.
735         (build-unicode-category-table): Fix range checks.
737 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
739         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
740         the buffer we try to sync is current when calling
741         vc-resynch-buffer.
743         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
744         not show up to date files.
746 2009-07-24  Glenn Morris  <rgm@gnu.org>
748         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
749         Add autoload cookies.  If necessary, initialize.
750         (elint-log): Handle non-file buffers.
751         (elint-initialize): Add optional argument to reinitialize.
752         (elint-find-builtin-variables): Save excursion.
754 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
756         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
757         for Lint.
759 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
761         * vc.el (vc-print-log-internal): New function, split out from ...
762         (vc-print-log): ... here.
763         (vc-dir-move-to-goal-column): Declare.
765         * vc-git.el (vc-git-add-signoff): New variable.
766         (vc-git-checkin): Use it.
767         (vc-git-toggle-signoff): New function.
768         (vc-git-extra-menu-map): Bind it to menu.
769         (vc-git--run-command-string): Accept a nil FILE argument.
770         (vc-git-stash-list): New function.
771         (vc-git-dir-extra-headers): Use it.
773 2009-07-23  Glenn Morris  <rgm@gnu.org>
775         * help-fns.el (describe-variable): Describe ignored and risky local
776         variables in a similar way to that in which we describe safe ones.
778         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
779         (byte-compile-output-file-form, byte-compile-output-docform)
780         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
781         Give some more local variables with common names a "bytecomp-" prefix,
782         so as not to shadow things during compilation.
783         * emacs-lisp/cl-macs.el (load-time-value)
784         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
785         `outbuffer' to `bytecomp-outbuffer'.
787         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
788         since the next two variables cover them automatically now.
789         (elint-builtin-variables, elint-autoloaded-variables): New.
790         (elint-unknown-builtin-args): Remove all members, since they can be
791         parsed automatically now.
792         (elint-extra-errors): New.
793         (elint-env-add-env, elint-env-add-macro): Use cadr.
794         (elint-current-buffer): Use or.  Change final message.
795         (elint-get-top-forms): Use line-end-position.
796         (elint-init-env): Use cadr.  Handle autoload, declare-function,
797         and defalias.
798         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
799         (regexp-assoc): Remove unused function.
800         (elint-top-form): Set elint-current-pos, to record the start of the
801         top-level form, for compilation-mode.
802         (elint-form): Trap errors in macro expansion.  Use dolist.
803         (elint-unbound-variable): Use elint-builtin-variables and
804         elint-autoloaded-variables.
805         (elint-get-args): Use cadr, or.
806         (elint-check-cond-form): Use dolist, cadr.
807         (elint-check-condition-case-form): Doc fix.  Use cadr.
808         Use elint-extra-errors.
809         (elint-log): New function.
810         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
811         Distinguish errors and warnings.
812         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
813         Use a bytecomp-style format.
814         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
815         (elint-get-log-buffer): Use compilation mode.  Disable undo.
816         Don't truncate lines.
817         (elint-initialize): Set builtin and autoloaded variable lists.
818         Only process elint-unknown-builtin-args if non-nil.
819         (elint-find-builtin-variables, elint-find-autoloaded-variables):
820         New functions.
821         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
823 2009-07-22  Kevin Ryde  <user42@zip.com.au>
825         * net/newst-backend.el (newsticker--parse-atom-1.0)
826         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
827         (newsticker--parse-rss-1.0):
828         * progmodes/idlwave.el (idlwave-mode):
829         * progmodes/idlw-shell.el (idlwave-shell-mode):
830         * progmodes/vera-mode.el (vera-mode):
831         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
832         * progmodes/vhdl-mode.el (vhdl-mode):
833         * textmodes/table.el (table-generate-source)
834         (table--warn-incompatibility):
835         Hyperlink urls in docstrings with URL `...'.
837 2009-07-22  Glenn Morris  <rgm@gnu.org>
839         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
840         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
841         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
842         Remove leading * from defcustom docs.
844         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
846         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
847         defcustom doc.
848         (list-load-path-shadows): Optionally, just return shadows as a string.
850         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
852 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
854         * mail/rmailedit.el (rmail-edit-mode): Use
855         auto-save-include-big-deletions.
857         * mail/rmail.el (rmail-variables): Use
858         auto-save-include-big-deletions.
860         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
861         changes.
863 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
865         * calc/calc.el (calc-undo-length): New variable.
866         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
868 2009-07-21  Richard Stallman  <rms@gnu.org>
870         * files.el (auto-save-mode): Handle buffer-save-size = -2
871         for toggling mode.
873 2009-07-21  Glenn Morris  <rgm@gnu.org>
875         * textmodes/ispell.el (ispell-looking-back): Update declaration.
877         * calendar/todo-mode.el (calendar-current-date): Update declaration.
879         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
880         silence compiler.  Instead...
881         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
882         (ps-print-ensure-fontified): Update for above function name changes.
884         * printing.el (pr-mh-get-msg-num, pr-mh-show)
885         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
886         silence compiler.  Instead...
887         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
888         (mh-show-buffer): Only define for compiler.
889         (pr-mh-current-message): Update for above function name changes.
891         * files.el (abort-if-file-too-large): Explicitly pass `filename'
892         as an argument.
893         (find-file-noselect, insert-file-1): Update for above change.
895         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
897         * mail/mailclient.el (mailclient-send-it): Fix message.
899         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
900         (edebug-eval): Check cl-debug-env is bound.
901         (print-level, print-circle): Don't redefine built-in variables.
903         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
904         (custom-print-vectors): Remove old comments from doc.
906         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
907         (emerge-version): Make the variable an obsolete alias for the
908         emacs-version variable.  Make the function obsolete.
909         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
910         Emerge options, rather than merging in into the main Options menu.
911         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
912         and auto advance modes.  Disable edit/fast items when not relevant.
914 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
916         * term/vt420.el (terminal-init-vt420): Fix typo.
918 2009-07-20  Sam Steingold  <sds@gnu.org>
920         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
921         variable (removed from compile.el on 2004-03-11).
923 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
925         * files.el (hack-local-variables-filter): Fix last change.
927 2009-07-19  Juri Linkov  <juri@jurta.org>
929         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
930         (dir-local-variables-alist): New buffer-local variable.
931         (hack-local-variables-filter): If variable is not dir-local,
932         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
933         because file-local overrides dir-local.
934         (c-postprocess-file-styles)<declare-function>:
935         Remove obsolete declaration.
936         (hack-dir-local-variables): Add dir-local variable/value pair to
937         `dir-local-variables-alist' and remove duplicates.  Doc fix.
939         * help-fns.el (describe-variable): Add information about
940         file-local and dir-local variables.
942 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
944         * files.el (hack-local-variables-filter): Rewrite.
946 2009-07-19  Glenn Morris  <rgm@gnu.org>
948         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
949         Silence compiler by only defining on XEmacs.
951         * international/mule.el (auto-coding-regexp-alist): Only match
952         BABYL... at the start of buffer, not of lines.  (Bug#3790)
954         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
955         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
956         (cal-menu-context-mouse-menu): Doc fix.
958         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
960         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
962 2009-07-18  Juri Linkov  <juri@jurta.org>
964         * info.el: Virtual Info keyword finder.
965         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
966         (Info-finder-file): New variable.
967         (Info-finder-find-file): New function.
968         (finder-known-keywords, finder-package-info)
969         (find-library-name, lm-commentary): Use defvar and
970         declare-function to silence compiler warnings.
971         (Info-finder-find-node): New function.
972         (info-finder): New command.
974         * subr.el (process-kill-buffer-query-function): New function.
975         (add-hook)<kill-buffer-query-functions>: Add hook
976         `process-kill-buffer-query-function'.
978 2009-07-18  Alan Mackenzie  <acm@muc.de>
980         * progmodes/cc-mode.el (c-before-hack-hook),
981         (c-postprocess-file-styles): Give invocation of `c-set-style'
982         DONT-OVERRIDE parameter of t.  Already set style variables will
983         thus not be overridden by style settings given by `c-file-syle'.
985         * files.el (hack-local-variables-filter): Remove entries with
986         duplicate keys from `file-local-variables-alist'.
988 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
990         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
991         x-set-selection if display-selections-p returns nil for the
992         current frame.
994 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
996         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
998 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
1000         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1001         Accept nil in addition to a regexp.
1002         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1003         Accept nil in addition to a regexp.
1004         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1005         buffers that have an associated file.  Handle nil values of
1006         desktop-buffers-not-to-save and desktop-files-not-to-save.
1007         (Bug#3833)
1009         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1010         (x-disown-selection-internal): New functions.
1012 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
1014         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1015         warning.
1016         (gdb-breakpoints-header): Move forward to avoid compiler warning.
1017         (gdb-make-header-line-mouse-map): Remove duplicate definition.
1019 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
1021         * simple.el (set-mark): Revert last change.
1023 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
1025         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1026         rendering of pngs is not possible instead of messaging a long
1027         description.
1029 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
1031         * w32-fns.el (x-selection-owner-p): New function.
1033         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
1034         (mouse-yank-at-click, mouse-yank-primary): If
1035         select-active-regions is non-nil, deactivate the mark before
1036         insertion.
1038         * simple.el (deactivate-mark, set-mark): Only save selection if we
1039         own it.
1041 2009-07-17  Kenichi Handa  <handa@m17n.org>
1043         * case-table.el (describe-buffer-case-table): Fix for the case
1044         that KEY is a cons.
1046 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1048         * vc-rcs.el (vc-rcs-find-file-hook):
1049         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1051 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
1053         * net/tramp.el (tramp-wait-for-output): Handle the case when
1054         commands do not return a newline but a null byte before the shell
1055         prompt.  (Bug#3858)
1057 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1059         * term/ns-win.el (ns-set-alpha): Don't declare.
1060         (ns-set-background-alpha): Remove function.
1062 2009-07-16  Kevin Ryde  <user42@zip.com.au>
1064         * emacs-lisp/copyright.el (copyright-update): Save match-data across
1065         y-or-n-p, for safety.
1067 2009-07-16  Richard Stallman  <rms@gnu.org>
1069         * files.el (auto-save-mode): If buffer-saved-size is -2,
1070         don't clobber it.
1072         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1073         (rmail-retry-ignored-headers): Add more uninteresting fields.
1075 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
1077         * net/rcirc.el (rcirc): Use history variables.
1078         (rcirc-server-name-history, rcirc-nick-name-history)
1079         (rcirc-server-port-history): New variables.
1081 2009-07-15  Kenichi Handa  <handa@m17n.org>
1083         * international/mule-cmds.el (set-language-environment-charset):
1084         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1085         ignore them.
1087         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1088         Delete unibyte-display.
1090 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1092         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1094 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1096         * simple.el (deactivate-mark): Optional argument FORCE.
1097         (set-mark): Use deactivate-mark.
1099         * info.el (Info-search): No need to check transient-mark-mode
1100         before calling deactivate-mark.
1102         * select.el (x-set-selection): Doc fix.
1103         (x-valid-simple-selection-p): Allow buffer values.
1104         (xselect--selection-bounds): Handle buffer values.  Suggested by
1105         David De La Harpe Golden.
1107         * mouse.el (mouse-set-region, mouse-drag-track): Call
1108         copy-region-as-kill before setting the mark, to let
1109         select-active-regions work.
1111 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1113         * simple.el (deactivate-mark): If select-active-regions is
1114         non-nil, copy the selection data into a string.
1115         (activate-mark): If select-active-regions is non-nil, set the
1116         selection to the current buffer.
1117         (set-mark): Update selection if select-active-regions is non-nil.
1119         * select.el (x-valid-simple-selection-p): Allow buffer values.
1121 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1123         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1124         and more featureful message-mode.
1126 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
1128         * select.el (x-set-selection): Doc fix.
1129         (x-valid-simple-selection-p): Disallow selection data consisting
1130         of a list or cons of integers, since that is not used.
1131         (xselect--selection-bounds, xselect--int-to-cons): New functions.
1132         (xselect-convert-to-string, xselect-convert-to-length)
1133         (xselect-convert-to-filename, xselect-convert-to-charpos)
1134         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1136 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
1138         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1139         output in -break-info command (Emacs bug #3794).
1141 2009-07-14  Glenn Morris  <rgm@gnu.org>
1143         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1144         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1145         (edebug-print-length, edebug-print-level, edebug-print-circle)
1146         (edebug-sit-for-seconds, edebug-view-outside)
1147         (edebug-bounce-point, edebug-set-global-break-condition)
1148         (edebug-Go-nonstop-mode, edebug-trace-mode)
1149         (edebug-Trace-fast-mode, edebug-continue-mode)
1150         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1151         (edebug-visit-eval-list): Doc fixes.
1153         * subr.el (def-edebug-spec): Doc fix.
1155 2009-07-14  Kenichi Handa  <handa@m17n.org>
1157         * international/characters.el: Fix setting of category ?C.
1159 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
1161         * term/ns-win.el (x-select-font): defailias x-select-font to
1162         ns-popup-font-panel instead of generate-fontset-menu.
1164 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
1166         * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1168 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
1170         * arc-mode.el (archive-find-type): Allow for a PK00 string before
1171         the PK\003\004 header (Bug#3770).
1173 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
1175         * pcomplete.el (pcomplete-comint-setup): Check for
1176         shell-dynamic-complete-filename too.
1178 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
1180         * simple.el (temporary-goal-column): Change the value for
1181         line-move-visual to a cons cell.
1182         (line-move-visual): Record or set the window hscroll, if
1183         necessary (Bug#3494).
1184         (line-move-1): Handle cons value of temporary-goal-column.
1186 2009-07-11  Kenichi Handa  <handa@m17n.org>
1188         * international/mule-diag.el (describe-character-set): Don't show
1189         width.
1191 2009-07-10  Sam Steingold  <sds@gnu.org>
1193         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1194         Omake sometimes indents the errors it prints, so allow all
1195         regexps to start with spaces.
1197 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
1199         * cus-edit.el (customize-changed-options-previous-release):
1200         Bump value to 22.1.  (Bug#3804)
1202 2009-07-08  Sam Steingold  <sds@gnu.org>
1204         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1205         to be a cons cell (test . ignored-directory) to selectively ignore
1206         some directories depending on the location of the search.
1208 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
1210         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1211         remote user is root, on the local host.
1212         (tramp-local-host-p): Either the local user or the remote user
1213         must be root.  (Bug#3771)
1215 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1217         * progmodes/gdb-mi.el (gdb): Remove description of
1218         gdb-use-separate-io-buffer.
1219         (menu): Don't allow toggling of or enable
1220         gdb-use-separate-io-buffer from menubar.
1222 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
1224         * mail/unrmail.el (unrmail): Make sure the message ends with two
1225         newlines (Bug#3769).
1227 2009-07-08  Glenn Morris  <rgm@gnu.org>
1229         * calendar/calendar.el (calendar-current-date): Rework previous change.
1231 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
1233         * calendar/calendar.el (calendar-current-date):
1234         Add an optional argument giving an offset from today.
1236 2009-07-08  Glenn Morris  <rgm@gnu.org>
1238         * tutorial.el (tutorial--describe-nonstandard-key):
1239         Adjust the message for when a key has been unbound.
1240         (help-with-tutorial): Hide the arch-tag.
1242 2009-07-08  Kenichi Handa  <handa@m17n.org>
1244         * international/fontset.el (setup-default-fontset): For each
1245         script, append (not set) font-specs.
1247         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1248         docstring.
1250 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1252         * progmodes/gdb-mi.el (gdb-init-1): Move sending
1253         -data-list-register-names to ...
1254         (gdb-starting): ... here because GDB 7.0 requires execution to
1255         have started when using this MI command.
1256         (gdb-set-header): New function to distinguish select and
1257         unselected tabs in gdb buffers.
1258         (gdb-propertize-header): New macro that uses gdb-set-header.
1259         (gdb-breakpoints-header, gdb-locals-header): Use it.
1260         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
1262 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
1264         * Makefile.in (ELCFILES): Remove fadr.elc.
1266 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
1268         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1269         may contain frame information, so `string-match' should be used.
1270         (gdb-update): Disassembly is invalidated through
1271         `gdb-get-selected-frame'.
1272         (gdb-pad-string): New function to pad string with spaces.
1273         (gdb-invalidate-disassembly): Invalidate only if the buffer
1274         exists.
1275         (gdb-disassembly-handler-custom): Column alignment.
1276         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1277         placing new ones.
1278         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1279         end of line, too.
1280         (gdb-frame-handler): Match convention to for disassembly buffer
1281         mode name.
1282         (gdb-stack-list-frames-handler): Rewritten without regexps.
1283         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1284         not highlight breakpoints without line information.
1285         (gdb-input): Add trailing newline to command.
1287         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1288         buffer properly.
1289         (gdb-breakpoints-list-handler-custom): Replacement for
1290         `gdb-break-list-handler'. Using real parser instead of regexps
1291         now.
1292         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1293         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1294         to place breakpoints.
1295         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1296         functions.
1297         (gdb-disassembly-handler-custom): Show overlay arrow.
1298         (gdb-disassembly-place-breakpoints): Show breakpoints in
1299         disassembly buffer.
1300         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1301         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1302         instead of parsing breakpoints buffer. Fixed old menu references
1303         in `gud-menu-map'.
1305         * fadr.el: Remove.
1307         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1308         (gdb-memory-address): New variable which holds top address of
1309         memory page shown in memory buffer
1310         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1311         customization variables.
1312         New functions:
1313         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1314         display the memory buffer.
1315         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1316         buffer display parameters.
1317         (def-gdb-memory-format, gdb-memory-format-binary)
1318         (gdb-memory-format-octal, gdb-memory-format-unsigned)
1319         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1320         Functions for setting memory buffer format.
1321         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1322         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1323         unit size used in memory buffer.
1324         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1325         to next/previous page of memory buffer.
1326         Now using (bindat-get-field) instead of fadr functions.
1328 2009-07-07  Sam Steingold  <sds@gnu.org>
1330         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1331         non-top-level files.
1333 2009-07-07  Kenichi Handa  <handa@m17n.org>
1335         * international/mule-cmds.el (reset-language-environment): Put
1336         the highset priority to the charset iso-8859-1.
1338 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1340         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1341         to the end of the line when locating the block (Bug#700).
1343 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
1345         * net/tramp.el (tramp-handle-write-region): Flush file properties
1346         in case of short track.
1348 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
1350         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1351         representation of verilog error regular expressions to work with
1352         Emacs-22's new format.
1353         (verilog-error-regexp-xemacs-alist): Coded custom representation
1354         of verilog error regular expressions to work with XEmacs format
1355         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1356         error recognition into XEmacs.
1357         (verilog-error-regexp-add-emacs): Hook routine to install verilog
1358         error recognition into Emacs-22.
1360 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1362         * woman.el: Remove stand-alone closing parentheses.
1363         (woman-file-name, woman2-format-paragraphs)
1364         (woman-leave-blank-lines): Code cleanup.
1365         (woman-use-own-frame): Change default to nil.
1366         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1367         defaults to inherit from default faces.
1368         (woman2-process-escapes): Consume the newline after a stand-alone
1369         filler character (Bug#3651).
1371 2009-07-06  Glenn Morris  <rgm@gnu.org>
1373         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1374         (top-level): Move provide to the end.
1375         (ffap): Remove defunct URL from custom group.
1377         * subr.el (eval-after-load): Doc fix.
1379 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
1381         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1382         `calc-embedded-word' is called twice.
1384 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * files.el (find-alternate-file-other-window, find-alternate-file):
1387         Obey confirm-nonexistent-file-or-buffer.
1389 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
1391         * dired-aux.el (dired-show-file-type): Handle remote files.
1393 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
1395         * desktop.el (desktop-globals-to-save):
1396         Add file-name-history (Bug#2750).
1398 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
1400         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
1402 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
1404         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1405         property on entire argument since this is what eshell-lisp-command
1406         expects.
1408 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
1410         * net/tramp-gvfs.el (tramp-gvfs-methods)
1411         (tramp-gvfs-zeroconf-domain)
1412         (tramp-bluez-discover-devices-timeout): Add version flag.
1413         (tramp-gvfs-handler-mounted-unmounted)
1414         (tramp-gvfs-connection-mounted-p): Polish handling of
1415         incompatibilities between GVFS 0.2 and 1.0.
1417 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
1419         * cus-start.el (all): Add make-pointer-invisible.
1421 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1423         * calc-math.el (math-use-emacs-fn): Make sure that the number is
1424         formatted correctly.
1426 2009-07-02  Juri Linkov  <juri@jurta.org>
1428         * info.el: Virtual Info files and nodes.
1429         (Info-virtual-files, Info-virtual-nodes): New variables.
1430         (Info-current-node-virtual): New variable.
1431         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1432         New functions.
1433         (Info-file-supports-index-cookies): Use Info-virtual-file-p
1434         to check for a virtual file instead of checking a fixed list
1435         of node names.
1436         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1437         instead of ad-hoc processing of "dir" and (apropos history toc).
1438         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1439         instead of ad-hoc processing of "dir" and (apropos history toc).
1440         Reread a file when moving from a virtual node.
1441         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1442         (Info-directory-toc-nodes, Info-directory-find-file)
1443         (Info-directory-find-node): New functions.
1444         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1445         (Info-history): Move part of code to
1446         `Info-history-find-node'.
1447         (Info-history-toc-nodes, Info-history-find-file)
1448         (Info-history-find-node): New functions.
1449         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1450         (Info-toc): Move part of code to `Info-toc-find-node'.
1451         (Info-toc-find-node): New function.
1452         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
1453         the current Info file name to references because now the node
1454         "*TOC*" belongs to the same Info manual.
1455         (Info-toc-build): Rename from `Info-build-toc'.
1456         (Info-toc-nodes): Rename input argument `file' to `filename'.
1457         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1458         instead of ad-hoc processing of ("dir" apropos history toc).
1459         (Info-index-nodes): Use Info-virtual-file-p
1460         to check for a virtual file instead of checking a fixed list
1461         of node names.
1462         (Info-index-node): Add check for `Info-current-node-virtual'.
1463         Raise `save-match-data' higher up the tree to contain
1464         `search-forward' too (bug fix).
1465         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1466         (Info-virtual-index-nodes): New variable.
1467         (Info-virtual-index-find-node, Info-virtual-index): New functions.
1468         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1469         (Info-apropos-file, Info-apropos-nodes): New variables.
1470         (Info-apropos-toc-nodes, Info-apropos-find-file)
1471         (Info-apropos-find-node, Info-apropos-matches): New functions.
1472         (info-apropos): Move part of code to `Info-apropos-find-node' and
1473         `Info-apropos-matches'.
1474         (Info-mode-map): Bind "I" to `Info-virtual-index'.
1475         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1476         for a virtual file instead of checking a fixed list of node names.
1478         * simple.el (async-shell-command): New command.
1480         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1482         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1483         instead of `mount-info'.
1485 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
1487         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
1488         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
1490 2009-07-02  Kenichi Handa  <handa@m17n.org>
1492         * international/mule.el (set-keyboard-coding-system): Force *-unix
1493         coding-system to avoid eol conversion.
1495 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
1497         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1498         Add handler for `process-file', `shell-command' and
1499         `start-file-process'.
1500         (tramp-gvfs-handle-shell-command)
1501         (tramp-gvfs-handle-start-file-process)
1502         (tramp-gvfs-handle-process-file): New defuns.
1503         (tramp-synce-list-devices): Simplify check for existence of property.
1505 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1507         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1509 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1511         * language/korean.el (set-language-info-alist): Add korean-cp949,
1512         cp949 to spec.
1514 2009-07-01  Kenichi Handa  <handa@m17n.org>
1516         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1518         * international/encoded-kb.el: Deleted.
1520         * international/mule.el (set-keyboard-coding-system): Perform the
1521         necessary setup here instead of calling encoded-kbd-setup-display.
1523 2009-07-01  Glenn Morris  <rgm@gnu.org>
1525         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1527 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
1529         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
1531 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
1533         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1534         Handle also the 'rename case, when setting file modes.  (Bug#3712)
1535         (tramp-default-file-modes) Remove execute permissions.
1537         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
1538         (top): Add a default for "synce" in `tramp-default-user-alist'.
1539         Add completion function for "synce" method.
1540         (tramp-hal-service, tramp-hal-path-manager)
1541         (tramp-hal-interface-manager, tramp-hal-interface-device):
1542         New defconst.
1543         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1544         (tramp-synce-list-devices, tramp-synce-parse-device-names):
1545         New defuns.
1547         * net/trampver.el: Update release number.
1549 2009-06-30  Kenichi Handa  <handa@m17n.org>
1551         * international/fontset.el (setup-default-fontset): Add CJK fonts
1552         for symbols and the other miscellaneous characters.
1554         * language/korea-util.el (setup-korean-environment-internal):
1555         Make char-width-table suitable for Korean environments.
1556         (exit-korean-environment): Cancel above.
1558         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1559         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1560         setup-funcion to make char-widht-table suitable for respective
1561         environments, and an exit-function to cancel that.
1563         * language/japan-util.el (setup-japanese-environment-internal):
1564         Call use-cjk-char-width-table with arg `ja_JP'.
1566         * international/characters.el (cjk-char-width-table): Delete it.
1567         (cjk-char-width-table-list): New variable.
1568         (use-cjk-char-width-table): New arg local-name.
1569         (use-default-char-width-table): Fix for the case that Emacs is
1570         already using the default char-width-table.
1572 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
1574         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1575         modes mandatory.  (Bug#3712)
1577 2009-06-29  Alan Mackenzie  <acm@muc.de>
1579         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
1580         correction between the visible width of TABs and their number of bytes.
1582 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
1584         * server.el (server-buffer-done): Prevent kill-buffer from
1585         prompting by clearing the buffer modification flag (Bug#3696).
1587 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
1589         * verilog-mode.el (verilog-beg-of-statement)
1590         (verilog-endcomment-reason-re): Support unique case and priority case.
1591         (verilog-basic-complete-re): Support localparam lineup.
1592         (verilog-beg-of-statement-1): Fix for robustness, unique case.
1593         (verilog-set-auto-endcomments): Fix for unique case, always_comb
1594         commenting.
1595         (verilog-leap-to-case-head): Now support *nested* unique &
1596         priority case statements.
1597         (verilog-auto-lineup): Make just declarations the default (as it
1598         had been).
1599         (verilog-leap-to-case-head): Support priority/unique case statements.
1600         (verilog-auto-lineup): Rework to give users radio buttons to
1601         select the various styles of automatic lineup
1602         (verilog-error-regexp-alist): Rework to support the XEmacs style
1603         of error regular expressions from compilers, lint tools &
1604         simulators.  Note that GNU Emacs has made it impossible for a mode
1605         to load such things.
1606         (electric-verilog-terminate-line, verilog-indent-declaration)
1607         (verilog-auto-wiure): Rework for radio button selection of
1608         auto-lineup selection of specification of auto lineup.
1609         (verilog-beg-of-statement-1): Redesign to support proper operation
1610         in additional code, based on testing with auto-lineup.
1611         (verilog-calculate-indent, assignments & declarations)
1612         (verilog-backward-token): Enhance to support auto-lineup of
1613         assignments & declarations.
1614         (verilog-in-directive-p, verilog-at-struct-p): New function for
1615         easy test of whether we are.
1616         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1617         to support safe execution at almost anyline.
1618         (verilog-calc-1): Properly support indenting deep inside generate
1619         blocks.
1620         (verilog-init-font) Remove definition & use of verilog-init-font,
1621         as it is redundant with font-lock-defaults.
1622         (verilog-mode): Alter the definition of verilog-font-lock-defualts
1623         to avoid circular calls if syntax-ppss is a function (as is the
1624         case now in 22.x GNU Emacs) as that function would sometimes call
1625         itself, leading to (nearly) infinite recursion
1626         (verilog-ovm-begin-re, verilog-ovm-end-re)
1627         (verilog-ovm-statement-re, verilog-leap-to-head)
1628         (verilog-backward-token): Add support for OVM macros.  Some are
1629         complete statements, and others open and close scopes like begin
1630         and end.
1631         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1632         (verilog-defun-level-generate-only-re): Really fix the defun-list
1633         compilation issue
1634         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1635         coverpoint, constraint and cross statements
1636         (verilog-defun-level-list, verilog-generate-defun-level-list)
1637         (verilog-all-defun-level-list): Redo these specifications - it is
1638         too hard to support eval-when compile aggregation of lists also
1639         built at when-compile time.
1640         (verilog-defun-level-list): Place defconsts of variables used in
1641         building regular expressions which are built in eval-when-compile
1642         bodies in the same eval-when-compile body to facilitate compile
1643         without load.
1644         (verilog-beg-block-re-ordered): Support indenting
1645         virtual/protected tasks and functions.
1646         (verilog-defun-level-list,verilog-in-generate-region-p)
1647         (verilog-backward-ws&directives, verilog-calc-1): Speed up
1648         indentation of some module items (generate items).
1649         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1650         across virtual/protected tasks and functions.
1652 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
1654         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1655         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
1656         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1657         in concatenations.  Reported by Yishay Belkind.
1658         (verilog-auto-ascii-enum): Support one-hot state machines in
1659         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
1660         (verilog-auto-inst, verilog-auto-inst-port): Include interface
1661         modport in AUTOINST and add vl-modport for users.  Reported by
1662         David Rogoff.
1663         (verilog-auto-inout-module, verilog-auto-inst)
1664         (verilog-decls-get-interfaces, verilog-insert-definition)
1665         (verilog-insert-one-definition, verilog-read-decls)
1666         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
1667         (verilog-sig-modport, verilog-signals-combine-bus)
1668         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
1669         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
1670         Suggested by David Rogoff.
1671         (verilog-repair-open-comma): Fix non-insertion of comma when
1672         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
1673         (verilog-make-width-expression): Simplify [A-1:0] expression
1674         widths to just {A{1'b0}}.
1675         (verilog-mode): Cleanup checkdoc warnings.
1676         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
1677         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
1678         inputs/outputs or data type.  Suggested by Vasu Kandadi.
1679         (next-error-last-buffer): Fix byte-compiler warning.
1680         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
1681         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
1682         or shell command text during AUTO expansion.  Suggested by Tad Truex.
1683         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
1684         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
1685         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
1686         in AUTOINOUT. Reported by Matthew Lovell.
1687         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
1688         causing use of <= assignments.  Reported by Alex Reed.
1689         (verilog-read-decls): Fix triand, trior, wand, wor to be
1690         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
1691         (verilog-extended-complete-re): Support import "DPI-C" functions.
1692         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
1693         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
1694         (verilog-insert-date, verilog-insert-year)
1695         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
1696         Windows systems.  Reported by Michael Potts.
1697         (verilog-read-module-name): Fix AUTOINST when the child module
1698         declaration's name is a tick define. Reported by Elliot Mednick.
1699         (verilog-read-decls): Fix V2K parameter bit subscripts getting
1700         passed to next parameter's definition. Reported by Bruce T.
1701         (verilog-read-decls): Fix detecting "parameter int" when using
1702         AUTOINSTPARAM.  Reported by Bruce T.
1703         (verilog-goto-defun): Fix goto not finding modules unless first
1704         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
1705         (verilog-mode): Expand -f flag arguments on entry to mode so
1706         verilog-goto-defun will work.  Reported by Lawrence Butcher.
1707         (verilog-getopt): Expand environment variables in -f file
1708         arguments.  Suggested by Lawrence Butcher.
1709         (verilog-set-define): Fix "Symbol's value as variable is void"
1710         when reading enumerations.
1711         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
1712         Suggested by Stephen Peltan.
1713         (verilog-read-defines): Fix reading of enumerations in include
1714         files.  Reported by Steve Peltan.
1716 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1718         * files.el (trash-directory): Fix defcustom type.
1720 2009-06-28  Juri Linkov  <juri@jurta.org>
1722         * help-fns.el (describe-function-1): Correctly locate adviced
1723         functions in hyperlink (Bug#2438).
1725 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
1727         * files.el (trash-directory): Change default to nil.
1728         (move-file-to-trash): If trash-directory is nil and
1729         system-move-file-to-trash is unbound, perform freedesktop-style
1730         trashing.
1732 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1734         * files.el (move-file-to-trash): Add freedesktop trash
1735         support (Bug#973).
1737 2009-06-28  Glenn Morris  <rgm@gnu.org>
1739         * autorevert.el (global-auto-revert-non-file-buffers)
1740         (global-auto-revert-mode): Doc fixes.
1742 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
1744         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
1746 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
1748         * faces.el (x-handle-named-frame-geometry): Ensure that we have
1749         opened an X connection before calling x-get-resource (Bug#3194).
1751         * play/doctor.el: Remove reference to obsolete website.
1752         (make-doctor-variables): Correct grammar mistake (Bug#2633).
1754 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
1756         Remove find-file-not-found-hook VC method.  (Bug#2757)
1757         * vc-hooks.el (vc-file-not-found-hook)
1758         (vc-default-find-file-not-found-hook): Remove functions.
1759         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
1760         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
1761         * vc.el:
1762         * vc-hg.el:
1763         * vc-git.el: Do not mention find-file-not-found-hook VC method.
1765 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
1767         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
1768           compatibility function for `looking-back'
1770         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1771         Use `ispell-looking-back'
1773 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
1775         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
1776         rather than `filename'.
1778 2009-06-23  Miles Bader  <miles@gnu.org>
1780         * face-remap.el (text-scale-set): New function.
1782 2009-06-23  Glenn Morris  <rgm@gnu.org>
1784         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
1786         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
1788         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
1790         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
1792         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
1793         Simplify Persian conditionals.
1795         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
1796         variable `filename'.
1798         * comint.el (comint-insert-input): Doc fix.
1800         * Makefile.in (ELCFILES): Fix typo in previous change.
1802 2009-06-23  Miles Bader  <miles@gnu.org>
1804         * cus-start.el: Add entry for `recenter-redisplay'.
1806 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
1808         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
1809         Add an optional argument for the backend, use it instead of
1810         calling vc-backend.
1811         (vc-mode-line): Add an optional argument for the backend.
1812         Pass the backend to vc-state and vc-working-revision.  Move code for
1813         special handling for vc-state being a buffer to ...
1815         * vc-rcs.el (vc-rcs-find-file-hook):
1816         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
1818         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
1819         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
1820         vc-stay-local-p and vc-mode-line calls.
1822         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
1823         (vc-cvs-diff, vc-cvs-annotate-command)
1824         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
1825         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
1826         vc-mode-line calls.
1828         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
1829         direct comparison.
1830         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
1831         backend when calling vc-mode-line.
1832         (vc-register): Do not create a closure for calling the vc register
1833         function, call it directly.
1835 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
1837         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
1838         to make it obvious item can be clicked.
1840         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
1842 2009-06-23  Kenichi Handa  <handa@m17n.org>
1844         * language/korea-util.el (korean-key-bindings): Change the binding
1845         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
1846         same command.
1848 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
1850         Sync with Tramp 2.1.16.
1852         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
1854         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
1855         when a loading of a package fails.  Completion function for rsync
1856         is `tramp-completion-function-alist-ssh'.
1857         (all): Replace all calls of `split-string' and
1858         `tramp-split-string' by `tramp-compat-split-string'.
1859         (tramp-default-method): Use `tramp-compat-process-running-p'.
1860         (tramp-default-proxies-alist): Allow also Lisp forms.
1861         (tramp-remote-path): Add choice "Private Directories".
1862         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
1863         (tramp-domain-regexp): Allow also "-", "_" and ".".
1864         (tramp-end-of-output): Remove newlines, and add "$" at the end.
1865         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
1866         (tramp-debug-message): Insert header line in debug buffer.
1867         (tramp-handle-directory-files-and-attributes-with-stat):
1868         Care about filenames with spaces, or starting with "-".
1869         (tramp-handle-dired-uncache): New defun.
1870         (tramp-handle-insert-directory): Don't flush the directory from
1871         cache, this is handled by `dired-uncache' now.
1872         (tramp-handle-insert-file-contents): Improve error handling.
1873         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
1874         Quote `tramp-end-of-output'.
1875         (tramp-action-password): Improve trace message.
1876         (tramp-check-for-regexp): Both echoes must be present, before removing.
1877         (tramp-open-connection-setup-interactive-shell): Trace coding system.
1878         (tramp-compute-multi-hops): Eval cons cells of
1879         `tramp-default-proxies-alist'.
1880         (tramp-maybe-open-connection): Use the same command pattern for
1881         first hop and further hops.
1882         (tramp-wait-for-output): Remove handling of newlines.
1883         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
1884         (tramp-split-string): Remove function.  It is handled in
1885         tramp-compat now.
1887         * net/tramp-cmds.el (tramp-bug):
1888         Recommend `tramp-cleanup-all-connections' in the bug mail.
1890         * net/tramp-compat.el (tramp-compat-split-string)
1891         (tramp-compat-process-running-p): New defuns.
1893         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
1894         for `dired-uncache'.
1896         * net/tramp-gvfs.el: New package.
1898         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1899         Add handler for `dired-uncache'.
1900         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
1902         * net/trampver.el: Update release number.  Make version check fit
1903         for SXEmacs 22.
1905 2009-06-22  Jim Meyering  <meyering@redhat.com>
1907         Automatically handle .xz suffix (XZ-compressed files), too.
1908         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
1909         XZ is the successor to LZMA: <http://tukaani.org/xz/>
1911 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
1912             Nick Roberts  <nickrob@snap.net.nz>
1914         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
1915         repository (http://sphinx.net.ru/hg/gdb-mi/).
1917 2009-06-22  Glenn Morris  <rgm@gnu.org>
1919         * files.el (dir-locals-collect-mode-variables): Allow for any number of
1920         `mode' and `eval' entries.  (Bug#3430)
1922         * Makefile.in (ELCFILES): Add fadr.elc.
1924         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
1925         differing behavior of \n and ^ in strings.  (Bug#3385)
1927         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
1929         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
1930         property.
1931         (lisp-indent-function): Make it a defcustom.
1933 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
1935         * progmodes/gdb-ui.el: Replace with ...
1936         * progmodes/gdb-mi.el: ... this file.
1937         * progmodes/gud.el: Modify for gdb-mi.el.
1939 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
1941         * fadr.el: New file.
1943 See ChangeLog.14 for earlier changes.
1945 ;; Local Variables:
1946 ;; coding: utf-8
1947 ;; End:
1949     Copyright (C) 2009  Free Software Foundation, Inc.
1951   This file is part of GNU Emacs.
1953   GNU Emacs is free software: you can redistribute it and/or modify
1954   it under the terms of the GNU General Public License as published by
1955   the Free Software Foundation, either version 3 of the License, or
1956   (at your option) any later version.
1958   GNU Emacs is distributed in the hope that it will be useful,
1959   but WITHOUT ANY WARRANTY; without even the implied warranty of
1960   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
1961   GNU General Public License for more details.
1963   You should have received a copy of the GNU General Public License
1964   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
1966 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1