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