* cedet/semantic/util-modes.el
[emacs.git] / lisp / ChangeLog
blobaa30f23dad1b8d222a9923174f71962e7c7db157
1 2009-09-26  Chong Yidong  <cyd@stupidchicken.com>
3         * cedet/semantic/lex.el (semantic-lex-reset-hooks): Doc fix.
5         * cedet/semantic/idle.el
6         (semantic-before-idle-scheduler-reparse-hook)
7         (semantic-after-idle-scheduler-reparse-hook): Rename from *-hooks.
8         Make old name an obsolete alias.
10         * cedet/semantic/edit.el (semantic-after-partial-cache-change-hook)
11         (semantic-change-hooks, semantic-edits-new-change-hooks)
12         (semantic-edits-delete-change-hooks)
13         (semantic-edits-move-change-hook)
14         (semantic-edits-reparse-change-hooks)
15         (semantic-edits-incremental-reparse-failed-hooks): Doc fixes.
17         * cedet/semantic/debug.el (semantic-debug-mode): Rename hook
18         symbols.
20         * cedet/semantic/db-mode.el (semanticdb-mode-hook): Rename from
21         semanticdb-mode-hooks.
22         (global-semanticdb-minor-mode): Use the new name.
23         (semanticdb-hooks): Use semantic-init-db-hook instead of obsolete
24         alias semantic-init-db-hooks.
26         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-databases):
27         Use semantic-init-hook instead of obsolete alias
28         semantic-init-hooks.
30         * cedet/semantic/decorate/mode.el
31         (semantic-decorate-pending-decoration-hook): Rename from
32         semantic-decorate-pending-decoration-hooks.  Make old name an
33         obsolete alias.
35         * cedet/srecode/map.el (srecode-map-validate-file-for-mode): Use
36         semantic-init-hook instead of obsolete alias semantic-init-hooks.
38         * cedet/semantic/fw.el (semantic-find-file-noselect): Use
39         semantic-init-hook instead of obsolete alias semantic-init-hooks.
41         * cedet/ede/project-am.el (project-am-with-makefile-current): Use
42         semantic-init-hook instead of obsolete alias semantic-init-hooks.
44         * cedet/semantic/util.el (semantic-describe-buffer): Use
45         semantic-init-hook and semantic-init-db-hook instead of obsolete
46         aliases.
48         * cedet/semantic/util-modes.el (semantic-mode-line-update)
49         (semantic-toggle-minor-mode-globally): Use semantic-init-hook
50         instead of obsolete alias semantic-init-hooks.
51         (semantic-show-parser-state-mode-setup): Use new hook names.
53 2009-09-26  Chong Yidong  <cyd@stupidchicken.com>
55         Synch to Eric Ludlam's upstream CEDET repository.
57         * cedet/semantic/bovine/c.el (semantic-c-parse-token-hack-depth):
58         New var.
59         (semantic-c-parse-lexical-token): Save match data when setting up
60         the secondary parse buffer.  Allow recursion.  Protect against
61         initializing the major mode from throwing errors, ie user hooks.
63         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
64         Protect installing a major mode from throwing errors.
66 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
68         * cedet/semantic.el (semantic-parser-working-message): Use a less
69         technical parsing message.
70         (semantic-mode): Require semantic/db-ebrowse if we need to.
72         * cedet/semantic/util-modes.el (semantic-highlight-func-mode): Doc
73         fix.
75 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
77         * cedet/semantic/db.el (semanticdb--inhibit-make-directory): New
78         var.
79         (semanticdb-save-all-db): Use it.
81         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
82         Save in user-emacs-directory instead of the home directory.
83         (semanticdb-file-directory-exists-p): Avoid prompting the user
84         multiple times.
86 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
88         * help-fns.el (describe-function-1): Call
89         overload-docstring-extension for mode-local functions.
91         * cedet/mode-local.el:
92         * cedet/semantic/mru-bookmark.el:
93         * cedet/pulse.el: Remove advice.
95         * cedet/semantic.el: Add autoloads for semantic/idle functions.
97         * cedet/semantic/util.el (semantic--completion-cache): New var.
98         (semantic-symbol-start, semantic-find-tag-for-completion)
99         (semantic-complete-symbol): New functions, adapted from Senator.
101         * bindings.el (complete-symbol): Try semantic-complete-symbol if
102         no tag table is active.
104         * cedet/semantic/idle.el (define-semantic-idle-service): Doc fix.
106 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
108         * menu-bar.el: Remove ediff-misc from Tools menu.
110         * cedet/semantic.el (semantic-init-hook)
111         (semantic-init-mode-hook, semantic-init-db-hook): Rename
112         from *-hooks, to follow hook naming conventions.
113         (semantic-submode-list, semantic-default-submodes): New vars.
114         (semantic-mode): New mode.
115         (semantic-parser-working-message): Add ellipses to parse message.
117         * cedet/semantic/bovine/c.el:
118         * cedet/semantic/bovine/make.el:
119         * cedet/semantic/bovine/scm.el:
120         * cedet/semantic/wisent/java-tags.el:
121         * cedet/semantic/wisent/javascript.el: Don't set hooks directly.
122         This is now done in semantic-mode.
124         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode):
125         Autoload.
127         * cedet/srecode/compile.el:
128         * cedet/srecode/insert.el:
129         * cedet/srecode/mode.el: Fix require statements.
131 2009-09-20  Chong Yidong  <cyd@stupidchicken.com>
133         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode):
134         Autoload.
136         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix featurep.
138         * cedet/srecode/mode.el (global-srecode-minor-mode): Fix require.
140         * cedet/srecode/insert.el (srecode--insert-into-buffer): Fix
141         require.
143         * cedet/cedet.el: Require srecode.
145         * cedet/ede/system.el: Add local vars for autoloading.
146         (ede-vc-project-directory): Autoload.
148         * cedet/ede/pmake.el (ede-proj-makefile-create): Require
149         ede/srecode.
150         (ede-proj-makefile-create): Fix require.
152         * cedet/srecode/compile.el (srecode-compile-split-code)
153         (srecode-compile-parse-inserter): Fix compiler warning.
154         (srecode-compile-templates): Fix require.
156 2009-09-20  Chong Yidong  <cyd@stupidchicken.com>
158         * cedet/ede/speedbar.el (ede-speedbar-file-setup): Add autoload.
160         * cedet/ede.el, cedet/ede/*.el: New files.
162         * cedet/cedet.el: Require ede.
164         * progmodes/autoconf.el: Provide autoconf as well.
166         * files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede.
167         (auto-mode-alist): Use srecode-template-mode for .srt files.
169         * cedet/semantic/bovine/gcc.el (semantic-gcc-test-output-parser)
170         (semantic-gcc-test-output-parser-this-machine):
171         * cedet/semantic/symref/filter.el (semantic-symref-test-count-hits-in-tag)
172         (semantic-symref-hits-in-region): Require semantic/idle.
174         * cedet/semantic/db-global.el (semanticdb-test-gnu-global):
175         * cedet/semantic/tag-write.el (semantic-tag-write-test)
176         (semantic-tag-write-list-test):
177         * cedet/semantic/lex-spp.el (semantic-lex-spp-write-test)
178         (semantic-lex-spp-write-utest):
179         * cedet/semantic/lex.el (semantic-lex-test-region)
180         (semantic-lex-test-full-depth):
181         * cedet/semantic/idle.el (semantic-idle-pnf-test):
182         * cedet/semantic/fw.el (semantic-test-data-cache)
183         (semantic-test-throw-on-input):
184         * cedet/semantic/format.el (semantic-test-all-format-tag-functions):
185         * cedet/semantic/complete.el (semantic-complete-test):
186         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-run-tests)
187         (semanticdb-ebrowse-dump): Test functions moved to
188         semantic-tests.el in the test/ directory.
190         * cedet/semantic/db-ref.el (semanticdb-ref-test): Doc fix.
192 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
194         Synch to Eric Ludlam's upstream CEDET repository.
196         * cedet/semantic/db.el (semanticdb-get-buffer): Wrap find-file in
197         save-match-data.
199         * cedet/semantic/db-global.el (semanticdb-test-gnu-global): Wrap
200         find-file in save-match-data.
202         * cedet/semantic/util.el (semantic-file-tag-table)
203         (semantic-recursive-find-nonterminal-by-name): Wrap find-file in
204         save-match-data.
206         * cedet/semantic/tag.el (semantic-tag-buffer): Wrap find-file in
207         save-match-data.
209         * cedet/semantic/tag-file.el (semantic-go-to-tag): Wrap the "goto"
210         part with save-match-data.
212         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
213         Save match data around calling the major mode to enable.
215         * cedet/semantic/format.el (semantic-format-tag-short-doc-default):
216         Wrap find-file in save-match-data.
218         * cedet/semantic/fw.el (semantic-find-file-noselect): Wrap
219         find-file in save-match-data
221 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
223         Synch to Eric Ludlam's upstream CEDET repository.
225         * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
226         Autoload.
228         * cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1)
229         (semantic-analyze-type): Require semantic/scope.
230         (semantic-analyze-select-best-tag): Require semantic/db-typecache.
231         (semantic-analyze-dereference-metatype): Move up to avoid compiler
232         warning.
234         * cedet/semantic/wisent/java-tags.el:
235         * cedet/semantic/wisent/javat-wy.el: New files.
237         * cedet/semantic/wisent/java.el:
238         * cedet/semantic/wisent/java-wy.el: Files removed.
240         * cedet/semantic/java.el (semantic-java-prototype-function)
241         (semantic-java-prototype-variable, semantic-java-prototype-type):
242         Doc fix
243         (java-mode::semantic-format-tag-prototype): Renamed from
244         semantic-format-prototype-tag, which didn't match the overloadable
245         function.
247         * cedet/semantic/bovine/c.el (semantic-c-dereference-namespace-alias):
248         Deal correctly with nested namespaces.  Make sure type actually
249         exists in original namespace.
251         * cedet/semantic/lex-spp.el (semantic-lex-spp-hack-depth): New.
252         (semantic-lex-spp-lex-text-string): Use above to enable recursion.
254         * cedet/semantic/format.el: Whitespace cleanup.
255         (semantic-test-all-format-tag-functions): Move to end.
256         (semantic-format-tag-prototype, semantic-format-tag-name)
257         (semantic-format-tag-name-default): Revert to original upstream
258         positions.
260         * cedet/semantic/elp.el: File removed.
262         * cedet/semantic/analyze.el (semantic-adebug-analyze): New
263         function, moved here from semantic/adebug.  Require data-debug.
265         * cedet/semantic/adebug.el: Declare external semanticdb functions.
266         (semantic-adebug-analyze, semantic-adebug-edebug-expr): Deleted.
268         * emacs-lisp/eieio.el (eieio-unbound): Default value is now robust
269         to recompile.
271         * emacs-lisp/eieio-datadebug.el: Add eieio objects to the list of
272         data debug things to recognize.
274         * emacs-lisp/eieio-comp.el: Synch to upstream.
276         * cedet/data-debug.el: Don't require eieio and semantic/tag.
277         If eieio is loaded, require eieio-datadebug.
278         (data-debug-insert-ring-button): Do not be specific about the ring
279         contents.
280         (data-debug-thing-alist): Remove eieio and semantic specific
281         entries.
282         (data-debug-add-specialized-thing): New function.
284         * cedet/cedet.el: Update commentary.
286         * cedet/cedet-edebug.el: Require edebug and debug.
288 2009-09-07  Chong Yidong  <cyd@stupidchicken.com>
290         * emacs-lisp/autoload.el (make-autoload): Handle defclass form.
292         * emacs-lisp/eieio.el (eieio-defclass-autoload): Autoload.
294 2009-09-05  Chong Yidong  <cyd@stupidchicken.com>
296         * emacs-lisp/autoload.el (generated-autoload-load-name): New var.
297         (autoload-generate-file-autoloads): Use it.
298         (make-autoload): Handle define-overloadable-function.
300         * emacs-lisp/lisp-mode.el (define-overloadable-function): Add
301         doc-string-elt property for define-overloadable-function.
303 2009-09-02  Chong Yidong  <cyd@stupidchicken.com>
305         * emacs-lisp/autoload.el (generated-autoload-feature): New var.
306         (autoload-rubric): Use it.
308         * Makefile.in (setwins): Ignore CEDET subdirectories when making
309         subdirs.el.
311         * emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
313         * emacs-lisp/cl-macs.el (deftype): Add autoload.
315 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * textmodes/remember.el (remember-buffer):
318         * progmodes/cperl-mode.el (cperl-vc-header-alist):
319         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
320         (icalendar-extract-ical-from-buffer):
321         * net/newst-treeview.el (newsticker-groups-filename):
322         * net/newst-backend.el (newsticker-cache-filename):
323         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
324         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
325         (speedbar-add-ignored-path-regexp, speedbar-line-path)
326         (speedbar-buffers-line-path, speedbar-path-line)
327         (speedbar-buffers-line-path):
328         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
329         (epg-sign-keys):
330         * epa.el (epa-display-verify-result):
331         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
333 2009-08-21  Glenn Morris  <rgm@gnu.org>
335         * progmodes/js.el (inferior-moz-process): Fix declaration.
337         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
339         * obsolete/rnewspost.el (news-mail-reply):
340         Use goto-char rather than goto-line.
342         * term/ns-win.el (ns-open-file-select-line):
343         Use line-beginning-position rather than goto-line.
345         * apropos.el (apropos-command):
346         * ehelp.el (electric-helpify):
347         * printing.el (pr-show-setup):
348         * strokes.el (strokes-help):
349         * tutorial.el (tutorial--describe-nonstandard-key)
350         (tutorial--detailed-help):
351         * woman.el (woman-mini-help, woman-display-extended-fonts):
352         * calc/calc-help.el (calc-describe-key):
353         * emulation/edt.el (edt-electric-helpify):
354         * international/mule-diag.el (mule-diag):
355         * play/yow.el (apropos-zippy):
356         * progmodes/python.el (python-describe-symbol):
357         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
358         * textmodes/table.el (*table--cell-describe-mode)
359         (*table--cell-describe-bindings):
360         Use help-print-return-message rather than the now obsolete alias.
362         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
363         (calendar-cursor-to-visible-date):
364         * play/5x5.el (5x5-position-cursor):
365         * play/decipher.el (decipher):
366         * play/gomoku.el (gomoku-goto-xy):
367         * play/landmark.el (lm-goto-xy):
368         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
369         (mpuz-paint-digit):
370         Use forward-line, not goto-line.
372         * mail/rmail.el (rmail-obsolete): Delete custom group.
373         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
374         (rmail-remote-password, rmail-remote-password-required):
375         Remove unneeded :set-after and :set properties.
377 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
379         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
381 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
383         * loadup.el: Remove leftover macos code.
385         * vc-git.el (vc-git-annotate-command): Run asynchronously.
386         Explicitly pass the date format to git blame so that user local
387         so that the output format can be parsed.
389 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
391         * net/dbus.el (top): Don't check for (getenv
392         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
394 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
396         * log-edit.el (log-edit-strip-single-file-name): New var.
397         (log-edit-insert-changelog): Use it.  Bug#3571
399 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * subr.el (read-passwd): Use read-key so keypad keys work as well.
402         Bug#3287
404         * help.el (help-print-return-message): Rename from
405         print-help-return-message.
407         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
408         cvs-mode-map parent hack.
409         (log-view-mode): Derive from special-mode.
411         * linum.el (linum-mode): window-size-change-functions is redundant.
412         Adapt to new window-configuration-change-hook behavior.
413         (linum-after-size, linum-after-config): Remove.
415         * imenu.el (imenu-example--name-and-position)
416         (imenu-example--lisp-extract-index-name)
417         (imenu-example--create-lisp-index, imenu-example--create-c-index):
418         Mark as obsolete.
420         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
421         (inferior-prolog-mode): Use it.
422         (inferior-prolog-load-file): Reset list of errors.
424 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
426         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
428         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
430 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
432         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
433         is running already.
435 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
437         * subr.el (listify-key-sequence-1): Use normal syntax since those
438         integers are nowadays always represented by the same (positive) number
439         on all platforms.
440         (read-key-empty-map): New const.
441         (read-key-delay): New var.
442         (read-key): New function.
443         (force-mode-line-update): Use with-current-buffer.
444         (locate-user-emacs-file): Don't forget to abbreviate the file name.
445         (start-process-shell-command, start-file-process-shell-command):
446         Discourage the use of command-args.
448 2009-08-19  Glenn Morris  <rgm@gnu.org>
450         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
452 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
454         * simple.el (choose-completion-string): Don't rely on
455         minibuffer-completing-file-name and ad-hoc checks to decide whether
456         to continue completion or not.
458         * minibuffer.el (minibuffer-hide-completions): New function.
459         (completion--do-completion): Use it.
460         (completions-annotations): New face.
461         (completion--insert-strings): Use it.
462         (completion-pcm--delim-wild-regex): Add docstring.
463         (completion-pcm--string->pattern): Add support for 0-width delimiters
464         in completion-pcm--delim-wild-regex.
466 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
469         Remove unused var `buffer-modified-p'.
471         * minibuffer.el (completion--do-completion): Move point for the #b001
472         case as well (bug#4176).
473         (minibuffer-complete, minibuffer-complete-word): Don't move point.
475 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
477         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
478         and :session buses.
480 2009-08-18  Kenichi Handa  <handa@m17n.org>
482         * international/ucs-normalize.el (ucs-normalize-version):
483         Change to 1.1.
484         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
485         (utf-8-hfs): Make it perform normalization on encoding too.
487         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
488         (sentence-end-without-space): Delete duplicated chars.
489         (sentence-end-base): Likewise.
491         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
492         (html-mode): Delete duplicated chars from sentence-end-base.
494         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
495         (texinfo-mode): Delete duplicated chars from sentence-end-base.
497 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
499         * files.el (hack-one-local-variable): If the mode function is for
500         a minor mode, pass it an argument (Bug#4148).
502 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
504         * net/tramp.el (tramp-register-completion-file-name-handler):
505         Check also for (member 'partial-completion completion-styles).
507 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
509         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
510         abbrev (Bug#3943).
512 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
514         * progmodes/cperl-mode.el: Merge upstream 6.2.
515         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
516         (cperl-forward-re): Check cperl-brace-recursing.
517         (cperl-highlight-charclass): New function.
518         (cperl-find-pods-heres): Use it.
519         (cperl-fill-paragraph): Synch to save-excursion placement used
520         upstream.
521         (cperl-beautify-regexp-piece): Fix column calculation.
522         (cperl-make-regexp-x): Handle case where point is between "q" and
523         "rs".
524         (cperl-beautify-level): Don't process entire regexp.
525         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
526         calling man.
527         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
528         (cperl-init-faces): Build a list in the normal way.
530 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
532         * calendar/parse-time.el (parse-time-string-chars): Save match
533         data.
535 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
537         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
538         (sql-product): Use it.
539         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
540         (sql-set-product): Add completion.
541         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
542         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
543         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
544         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
545         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
546         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
547         (sql-highlight-db2-keywords): Remove.
548         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
549         (sql-highlight-product): Use derived-mode-p.
550         (sql-set-sqli-buffer): Use with-current-buffer.
551         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
552         Simplify.
554         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
556         * term.el: Fix commenting convention, turn comments into docstrings.
558 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
560         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
562 2009-08-16  Jan Seeger <jan.seeger@thenybble.de>  (tiny change)
564         * calendar/parse-time.el (parse-time-string-chars): Compute using
565         character classes, to handle non-ascii characters (Bug#3190).
567 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
569         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
570         another heredoc if the user adds another < (Bug#3226).
572         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
573         Don't initialize based on window-system (Bug#4124).
575         * facemenu.el (facemenu-read-color): Use a completion function
576         that accepts any defined color, such as RGB triplets (Bug#3677).
578         * files.el (get-free-disk-space): Change fallback default
579         directory to /.  Expand DIR argument before switching to fallback.
580         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
582 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
584         * files.el (load-library): Doc fix.
586 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
588         * viper-cmd.el (viper-insert-isearch-string): New function.
589         (viper-if-string): Redefine C-s in the minibuffer to insert the last
590         incremental search string.
592         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
593         XEmacs.
595         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
596         (ediff-merge-region-is-non-clash)
597         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
598         Also check if the job is really a merge job.
600         * ediff.el (ediff-current-file): New function.
602 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
604         * progmodes/js.el: Edit docstrings throughout to follow Emacs
605         conventions.
606         (js-insert-and-indent): Delete function.
607         (js-mode-map): Don't bind keys to js-insert-and-indent.
608         (js-beginning-of-defun): Rename from js--beginning-of-defun.
609         (js-end-of-defun): Rename from js--end-of-defun.
610         (js-auto-indent-flag): Delete variable.
612 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
614         * progmodes/js.el: Remove proclaim statement.
615         Defvar which-func-imenu-joiner-function to silence compiler.
617         * files.el (auto-mode-alist): Use js-mode for .js files.
619         * progmodes/js2-mode.el: Remove file.
621         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
623         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
625         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
627 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
628         Karl Landstrom  <karl.landstrom@brgeight.se>
630         * progmodes/js.el: New file.
632 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
634         * timezone.el (timezone-parse-date): Add ability to understand ISO
635         basic format (minimal separators) dates in addition to the
636         already-supported extended format dates.
638 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
640         * international/ucs-normalize.el: Add a `coding' file variable.
642         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
644 2009-08-14  Sam Steingold  <sds@gnu.org>
646         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
648 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
650         * faces.el (help-argument-name): Define it here instead of
651         help-fns.el, because in daemon mode help-fns.el may be loaded when
652         faces are still uninitialized (Bug#1078).
654         * help-fns.el (help-argument-name): Move defface to faces.el.
656 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
658         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
659         create buffer with a pty but no process so that GDB can make the
660         inferior the controlling process.
662 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
664         * international/ucs-normalize.el: New file.
666 2009-08-13  Richard Stallman  <rms@gnu.org>
668         * mail/rmail.el (rmail-get-attr-names):
669         Accept an attribute header that is too short.
671         * mail/rmail.el (rmail-forget-messages):
672         Ignore nil elt in rmail-message-vector.  Use dotimes.
674         * progmodes/compile.el (compilation-goto-locus):
675         Use next-error-move-function.
677         * simple.el (next-error-move-function): New variable.
679 2009-08-12  Juri Linkov  <juri@jurta.org>
681         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
682         always non-nil.  (Bug#4052)
684         * replace.el (read-regexp): Return empty string when
685         `default-value' is nil.
686         (keep-lines-read-args): Don't use empty string as the
687         default value for `read-regexp'.  (Bug#2495)
689 2009-08-12  Juri Linkov  <juri@jurta.org>
691         * international/mule-cmds.el (ucs-insert): Change arguments
692         from `arg' to `character', `count', `inherit' to be the same
693         as in `insert-char'.  Doc fix.  (Bug#4039)
695         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
697 2009-08-12  Juri Linkov  <juri@jurta.org>
699         * files-x.el: New file.
701         * files.el: Move code that deals with adding/deleting
702         file/directory-local variables to files-x.el.
704         * Makefile.in (ELCFILES): Add files-x.elc.
706 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
708         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
709         to use `goto-line'.
710         (gdb-place-breakpoints, gdb-get-location): Rewritten without
711         `goto-line'.
712         (gdb-invalidate-disassembly): Do not refresh upon receiving
713         'update signal. Instead, update all disassembly buffers only after
714         threads list.
715         (gdb): Send -target-detach when buffer is killed (#3794).
716         (gdb-starting): Moved -data-list-register-names...
717         (gdb-stopped): ...here so it's sent when first thread stops.
718         (gdb-registers-handler-custom): Do nothing if register names are
719         unknown yet.
721         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
722         from `gdb-mi.el' to avoid extra tangling.
724         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
725         change which breaks `gud-def' definitions. used in `gdb'.
726         (gdb-update-gud-running): No extra fuss for updating frame number.
728 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
730         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
731         (describe-language-environment-map, setup-language-environment-map)
732         (set-coding-system-map): Move initialization into declaration.
733         (set-language-info-alist): Last arg to define-key-after can be skipped.
735         * international/quail.el (quail-completion-1): Simplify.
736         (quail-define-rules): Use slightly more compact code.
737         (quail-insert-decode-map): Propertize keys, compact columns.
739         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
740         Add goto-line.
742 2009-08-10  Miles Bader  <miles@gnu.org>
744         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
745         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
746         (js2-instance-member, js2-private-member, js2-private-function-call)
747         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
748         (js2-magic-paren, js2-external-variable):
749         Remove "-face" suffix from face names.
750         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
751         (js2-highlight-undeclared-vars, js2-peek-token)
752         (js2-parse-function-params, js2-mode-show-errors)
753         (js2-mode-show-warnings, js2-make-magic-delimiter)
754         (js2-mode-highlight-magic-parens): Update to use new face names.
756 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
758         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
759         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
761 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
763         * subr.el: Provide hashtable-print-readable.
765         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
766         hs-c-like-adjust-block-beginning.
767         (hs-hide-block-at-point): Stop hiding at the beginning of
768         hs-block-end-regexp (Bug#700).
770 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
772         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
773         a macro.
774         (gdb-registers-handler-custom): Do not fail when register names
775         are unavailable.
777 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
779         * progmodes/gdb-mi.el (gdb-control-all-threads)
780         (gdb-control-current-thread): Interactive setters for
781         `gdb-gud-control-all-threads' to use in menu.
782         (gdb-show-run-p): Show «Go» when process is not active.
783         (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
784         gud/thread.xpm and gud/all.xpm.
786 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
788         * net/net-utils.el (net-utils-font-lock-keywords): New var.
789         (nslookup-font-lock-keywords): Make it a variable.
790         (net-utils-mode): New mode for viewing diagnostic network output.
791         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
792         (net-utils-run-simple): New function.
793         (ifconfig, iwconfig, netstat, arp, route): Use it.
795 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
797         * progmodes/gdb-mi.el (gdb-read-memory-custom)
798         (gdb-memory-set-address, def-gdb-set-positive-number)
799         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
800         after changing settings.
801         (gdb-invalidate-disassembly): Update when first shown.
802         (gdb-edit-locals-value): Fixed.
803         (gdb-registers-handler-custom): Print registers in right order and
804         allow changing register values (only for current thread yet).
805         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
806         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
807         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
808         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
809         info in mode name.
810         (gdb-registers-mode-map): TAB to switch to locals.
812 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
814         * mail/rmail.el (rmail-add-mbox-headers)
815         (rmail-set-message-counters-counter): Search for
816         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
818 2009-08-08  Glenn Morris  <rgm@gnu.org>
820         * Makefile.in (ELCFILES): Update.
822 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
824         * mail/sendmail.el (mail-yank-original): Set
825         buffer-file-coding-system from the one used by the message whose
826         text is yanked.
828         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
829         to "windows" when "pgnuplot" is used.
830         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
831         call accept-process-output if "pgnuplot" is used.
832         (calc-graph-init): Don't send -display and -geometry to
833         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
834         running "pgnuplot -V" with shell-command-to-string.
836         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
837         the default.
839 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
841         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
842         org/org-latex.elc.
844 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
846         * vc-dispatcher.el (vc-resynch-window): Update comment.
848         * term.el (term-handle-ansi-escape): Add comments with the
849         terminfo capabilities implemented.
851 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
853         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
854         (gdb-var-create-handler): Rewritten using JSON parser.
855         (gdb-propertize-header): Moved earlier.
856         (gdb-set-header): Removed to avoid duplication.
857         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
858         Refresh disassembly buffers only after threads list have been
859         update.
860         (gdb-threads-header, gdb-registers-header): Per-buffer header line
861         variables.
863 2009-08-04  Juri Linkov  <juri@jurta.org>
865         * files.el: Commands to add/delete file/directory-local variables.
866         (read-file-local-variable, read-file-local-variable-value)
867         (read-file-local-variable-mode, modify-file-local-variable)
868         (modify-file-local-variable-prop-line)
869         (modify-dir-local-variable): New functions.
870         (add-file-local-variable, delete-file-local-variable)
871         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
872         (add-dir-local-variable, delete-dir-local-variable)
873         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
874         (copy-dir-locals-to-file-locals-prop-line): New commands.
876 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
878         * abbrev.el (insert-abbrev-table-description): Prettify output.
879         Suggested by Karl Chen.
881 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
883         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
884         (gdb-overlay-arrow-position): Renamed to
885         `gdb-disassembly-position'.
886         (gdb-overlay-arrow-position, gdb-thread-position)
887         (gdb-disassembly-position): Declare variables.
888         (gdb-wait-for-pending): Function now.
889         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
890         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
891         compilation goes smoothly.
892         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
893         (gdb-non-stop-setting): New customization setting which replaces
894         `gdb-non-stop' so changing it doesn't break active GDB session.
895         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
896         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
897         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
898         (gdb-show-threads-by-default): New customization options.
899         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
900         routines.
901         (gdb-get-buffer-create): Send buffers update signal when they are
902         created.
903         (gdb-invalidate-locals, gdb-invalidate-registers)
904         (gdb-invalidate-breakpoints)
905         (gdb-invalidate-threads, gdb-invalidate-disassembly)
906         (gdb-invalidate-memory): Accept update signal.
907         (gdb-current-context-command): Use --frame option.
908         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
909         Implement `gdb-frame-number' selection logic.
910         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
911         whether to show GUD toolbar buttons.
912         (gdb-thread-exited): Unselect current thread when it exits.
913         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
914         (gdb-mark-line): Routine which sets overlay arrow or inverses
915         video on fringeless displays.
916         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
917         to build aligned columns of data in GDB buffers and set text
918         properties line-by-line.
919         (gdb-invalidate-breakpoints)
920         (gdb-breakpoints-list-handler-custom)
921         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
922         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
923         (gdb-registers-handler-custom): Align data columns.
924         (gdb-locals-handler-custom): Now prints data like in variable
925         declarations.
926         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
927         Removed confusing buttons.
928         (gdb-invalidate-threads): Append --frame.
929         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
930         between breakpoints/threads buffers.
931         (gdb-set-window-buffer): Now can ignore dedicated windows.
932         (gdb-propertize-header): Use `gdb-set-window-buffer'.
933         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
934         (def-gdb-thread-buffer-gud-command): Replaces
935         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
936         for fine thread control.
937         (gdb-preempt-existing-or-display-buffer): New function used to
938         display bound buffers without breaking window layout.
939         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
940         (gdb-select-frame): New version of `gdb-frames-select' which now
941         sets `gdb-frame-number' so commands may use --frame option instead
942         of inner debugger state.
943         (gdb-frame-handler): Do not set `gdb-frame-number'.
944         (gdb-threads-mode-map): Select threads with mouse.
946         * progmodes/gud.el (gdb-gud-context-call): Declare function to
947         avoid compilation warning.
948         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
949         `gdb-show-stop-p`.
951         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
952         Argument `key' renamed to `buffer-type'.
953         (gdb-current-context-buffer-name): Do not add thread info to
954         buffer name when no thread is selected.
955         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
956         command (bug 3794).
957         (gdb-thread-selected): Handle `=thread-selected' notification.
958         (gdb-wait-for-pending): New macro to deal with congestion problems.
959         (gdb-breakpoints-list-handler-custom): Don't fail on pending
960         breakpoints.
961         (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
962         fixes problem similar to one described in bug 3947.
963         (gud-menu-map): More menu items.
964         (gdb-init-1): Reset `gdb-thread-number' to nil.
966         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
967         non-stop settings.
969         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
970         (gdb-current-context-command): Do not append --thread if
971         `gdb-thread-number' is nil.
972         (gdb-running-threads-count, gdb-stopped-threads-count): New
973         variables.
974         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
975         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
976         customization options.
977         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
978         GUD commands.
979         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
980         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
981         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
982         set `gdb-thread-number' and update `gud-running' properly.
983         (gdb-running): Update threads list when new threads appear.
984         (gdb-stopped): Support non-stop operation and new thread switching
985         logic.
986         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
987         (gdb-json-partial-output): New set of JSON routines.
988         (def-gdb-auto-update-trigger): New `signal-list' optional
989         argument.
990         (gdb-thread-list-handler-custom): Update `gud-running',
991         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
992         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
993         (gdb-continue-thread, gdb-step-thread): New commands for fine
994         thread execution control.
995         (gud-menu-map): New menu items to switch non-stop options.
996         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
997         (gdb-send): Mimic RET properly (bug 3794).
999         * progmodes/gdb-mi.el (gdb-rules-name-maker)
1000         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
1001         gdb-buffer-rules.
1002         (def-gdb-auto-update-handler): New nopreserve optional argument.
1003         (gdb-stack-list-frames-custom): Print stack from top to bottom.
1005         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
1006         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
1007         (gdb-parent-mode): New mode to derive other GDB modes from.
1008         (gdb-display-disassembly-for-thread)
1009         (gdb-frame-disassembly-for-thread): New commands for threads
1010         buffer.
1012         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
1013         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
1014         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
1015         (gdb-update): We now store all GDB buffers in a list so that they
1016         can be updated by traversing a list instead of calling invalidate
1017         triggers explicitly
1018         (def-gdb-trigger-and-handler): New macro to define trigger-handler
1019         pair for GDB buffer.
1020         (gdb-stack-buffer-name): Add thread information.
1021         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
1022         handle pending triggers.
1023         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
1024         (def-gdb-thread-buffer-simple-command)
1025         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
1026         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
1027         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
1028         commands which show buffers bound to thread.
1029         (gdb-stack-list-locals-regexp): Removed unused regexp.
1031         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
1032         (gdb-registers-buffer-name)
1033         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
1034         to (gud-comint-buffer) in *-buffer-name functions
1035         because (gdb-get-target-string) already does that.
1036         (gdb-locals-handler-custom, gdb-registers-handler-custom)
1037         (gdb-changed-registers-handler): Rewritten without regexps.
1039         * progmodes/gdb-mi.el Basic thread selection support.
1040         (gdb-thread-number): New variable.
1041         (gdb-current-context-command): New macro which adds --thread
1042         option to command.
1043         (gdb-threads-mode-map): Select thread with SPC
1044         (gdb-thread-list-handler-custom): Mark current thread with overlay
1045         arrow. Synchronize GDB thread and Emacs thread.
1046         (gdb-select-thread): New command which selects current thread.
1047         (gdb-invalidate-frames, gdb-invalidate-locals)
1048         (gdb-invalidate-registers): Use --thread option.
1050 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
1052         * net/tramp.el (top): Make check for tramp-gvfs loading more
1053         robust.  (Bug#3977)
1054         (tramp-handle-insert-file-contents): `unwind-protect' must be
1055         inside `with-parsed-tramp-file-name'.
1057         * net/tramp-gvfs.el (top): Remove superfluous message when loading
1058         fails.
1060 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
1062         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
1063         directory if CLASSPATH is not set.
1065 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
1067         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
1068         defconst.
1069         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
1071 2009-08-02  Kevin Ryde  <user42@zip.com.au>
1073         * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
1074         freshmeat link.  Delete newsforge.com as it seems gone.
1076 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
1078         * select.el (x-set-selection): Doc fix (Bug#4021).
1080         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
1082         * help-fns.el (describe-variable): Treat list return values from
1083         dir-locals-find-file properly (Bug#4005).
1085 2009-08-02  Julian Scheid <julians37@googlemail.com>  (tiny change)
1087         * net/tramp.el (tramp-debug-message): Print also microseconds.
1089 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
1091         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
1092         or END is non-nil.
1093         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
1094         (tramp-get-debug-buffer): Change `outline-regexp' according to new
1095         format.
1097         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
1098         (tramp-get-file-property): Use it.
1100         * autorevert.el (auto-revert-handler): Allow
1101         `auto-revert-tail-mode' for remote files.
1103 2009-08-02  Jason Rumney  <jasonr@gnu.org>
1105         * minibuffer.el (read-file-name): Treat confirm options to
1106         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
1108 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
1110         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
1111         (font-lock-variable-name-face, font-lock-constant-face): Darken
1112         the colors for light backgrounds.
1114 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
1116         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
1117         month names.  (Bug#3987)
1119 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
1121         * simple.el (line-move-finish): Pass whole number to
1122         line-move-to-column.
1123         (line-move-visual): Perform hscroll to the recorded position.
1125 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
1127         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
1129 2009-07-29  Alan Mackenzie  <acm@muc.de>
1131         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
1133 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
1135         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
1136         (gdb-place-breakpoints): Use full path when setting breakpoints.
1138 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
1140         * calc/calc.el (calc-mode-map): Add keybinding for
1141         `calc-transpose-lines'.
1143 2009-07-29  Vincent Belaïche <vincent.belaiche@gmail.com>
1145         * calc/calc-misc.el (calc-transpose-lines): New function.
1147 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
1149         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1150         Simplify check for out-of-band methods.
1151         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1152         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
1154 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1156         * vc-git.el (vc-git-checkin): Fix typo.
1158 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
1160         * progmodes/js2-mode.el: New file.
1162 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
1164         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
1165         (gud-menu-map): Adjust tooltip accordingly.
1167 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1169         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
1170         (vc-bzr-log-view-mode): Adjust log-view-file-re.
1172         * add-log.el (change-log-mode-map): Add a menu.
1174 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
1176         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
1177         function returns nil.
1178         (dbus-handle-event): Handle special return value :ignore.
1179         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
1181 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
1183         * view.el (view-mode-enable): Don't define Helper-return-blurb if
1184         it's not needed.
1186 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
1188         Fix Bug#3888:
1190         * w32-vars.el (x-select-enable-clipboard): Doc fix.
1192         * term/pc-win.el (x-display-name, x-colors)
1193         (x-select-enable-clipboard, x-select-text): Doc fix.
1195         * term/common-win.el (x-display-name, x-colors): Doc fix.
1197         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
1198         (xw-defined-colors): Doc fix.
1200         * w32-fns.el (x-select-text, x-setup-function-keys)
1201         (x-get-selection, x-set-selection): Doc fix.
1203         * term/x-win.el (x-select-text, x-setup-function-keys)
1204         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
1206         * select.el (x-set-selection): Doc fix.
1208 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
1210         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
1211         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
1212         "IsNSSSupportAvailable" method is not available.  Reported by
1213         Steve Youngs <steve@sxemacs.org>.
1215 2009-07-24  Kenichi Handa  <handa@m17n.org>
1217         * international/characters.el: Fix setting of category ?C, ?|, ?K,
1218         and ?H.  Fix setting of case for Latin Extended and Greek
1219         Extended.
1220         (build-unicode-category-table): Fix range checks.
1222 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1224         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
1225         the buffer we try to sync is current when calling
1226         vc-resynch-buffer.
1228         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
1229         not show up to date files.
1231 2009-07-24  Glenn Morris  <rgm@gnu.org>
1233         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
1234         Add autoload cookies.  If necessary, initialize.
1235         (elint-log): Handle non-file buffers.
1236         (elint-initialize): Add optional argument to reinitialize.
1237         (elint-find-builtin-variables): Save excursion.
1239 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1241         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1242         for Lint.
1244 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1246         * vc.el (vc-print-log-internal): New function, split out from ...
1247         (vc-print-log): ... here.
1248         (vc-dir-move-to-goal-column): Declare.
1250         * vc-git.el (vc-git-add-signoff): New variable.
1251         (vc-git-checkin): Use it.
1252         (vc-git-toggle-signoff): New function.
1253         (vc-git-extra-menu-map): Bind it to menu.
1254         (vc-git--run-command-string): Accept a nil FILE argument.
1255         (vc-git-stash-list): New function.
1256         (vc-git-dir-extra-headers): Use it.
1258 2009-07-23  Glenn Morris  <rgm@gnu.org>
1260         * help-fns.el (describe-variable): Describe ignored and risky local
1261         variables in a similar way to that in which we describe safe ones.
1263         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
1264         (byte-compile-output-file-form, byte-compile-output-docform)
1265         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
1266         Give some more local variables with common names a "bytecomp-" prefix,
1267         so as not to shadow things during compilation.
1268         * emacs-lisp/cl-macs.el (load-time-value)
1269         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
1270         `outbuffer' to `bytecomp-outbuffer'.
1272         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
1273         since the next two variables cover them automatically now.
1274         (elint-builtin-variables, elint-autoloaded-variables): New.
1275         (elint-unknown-builtin-args): Remove all members, since they can be
1276         parsed automatically now.
1277         (elint-extra-errors): New.
1278         (elint-env-add-env, elint-env-add-macro): Use cadr.
1279         (elint-current-buffer): Use or.  Change final message.
1280         (elint-get-top-forms): Use line-end-position.
1281         (elint-init-env): Use cadr.  Handle autoload, declare-function,
1282         and defalias.
1283         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
1284         (regexp-assoc): Remove unused function.
1285         (elint-top-form): Set elint-current-pos, to record the start of the
1286         top-level form, for compilation-mode.
1287         (elint-form): Trap errors in macro expansion.  Use dolist.
1288         (elint-unbound-variable): Use elint-builtin-variables and
1289         elint-autoloaded-variables.
1290         (elint-get-args): Use cadr, or.
1291         (elint-check-cond-form): Use dolist, cadr.
1292         (elint-check-condition-case-form): Doc fix.  Use cadr.
1293         Use elint-extra-errors.
1294         (elint-log): New function.
1295         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
1296         Distinguish errors and warnings.
1297         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
1298         Use a bytecomp-style format.
1299         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
1300         (elint-get-log-buffer): Use compilation mode.  Disable undo.
1301         Don't truncate lines.
1302         (elint-initialize): Set builtin and autoloaded variable lists.
1303         Only process elint-unknown-builtin-args if non-nil.
1304         (elint-find-builtin-variables, elint-find-autoloaded-variables):
1305         New functions.
1306         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
1308 2009-07-22  Kevin Ryde  <user42@zip.com.au>
1310         * net/newst-backend.el (newsticker--parse-atom-1.0)
1311         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1312         (newsticker--parse-rss-1.0):
1313         * progmodes/idlwave.el (idlwave-mode):
1314         * progmodes/idlw-shell.el (idlwave-shell-mode):
1315         * progmodes/vera-mode.el (vera-mode):
1316         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
1317         * progmodes/vhdl-mode.el (vhdl-mode):
1318         * textmodes/table.el (table-generate-source)
1319         (table--warn-incompatibility):
1320         Hyperlink urls in docstrings with URL `...'.
1322 2009-07-22  Glenn Morris  <rgm@gnu.org>
1324         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1325         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1326         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1327         Remove leading * from defcustom docs.
1329         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
1331         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1332         defcustom doc.
1333         (list-load-path-shadows): Optionally, just return shadows as a string.
1335         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1337 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
1339         * mail/rmailedit.el (rmail-edit-mode): Use
1340         auto-save-include-big-deletions.
1342         * mail/rmail.el (rmail-variables): Use
1343         auto-save-include-big-deletions.
1345         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1346         changes.
1348 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
1350         * calc/calc.el (calc-undo-length): New variable.
1351         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1353 2009-07-21  Richard Stallman  <rms@gnu.org>
1355         * files.el (auto-save-mode): Handle buffer-save-size = -2
1356         for toggling mode.
1358 2009-07-21  Glenn Morris  <rgm@gnu.org>
1360         * textmodes/ispell.el (ispell-looking-back): Update declaration.
1362         * calendar/todo-mode.el (calendar-current-date): Update declaration.
1364         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1365         silence compiler.  Instead...
1366         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1367         (ps-print-ensure-fontified): Update for above function name changes.
1369         * printing.el (pr-mh-get-msg-num, pr-mh-show)
1370         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1371         silence compiler.  Instead...
1372         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1373         (mh-show-buffer): Only define for compiler.
1374         (pr-mh-current-message): Update for above function name changes.
1376         * files.el (abort-if-file-too-large): Explicitly pass `filename'
1377         as an argument.
1378         (find-file-noselect, insert-file-1): Update for above change.
1380         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1382         * mail/mailclient.el (mailclient-send-it): Fix message.
1384         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1385         (edebug-eval): Check cl-debug-env is bound.
1386         (print-level, print-circle): Don't redefine built-in variables.
1388         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1389         (custom-print-vectors): Remove old comments from doc.
1391         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1392         (emerge-version): Make the variable an obsolete alias for the
1393         emacs-version variable.  Make the function obsolete.
1394         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1395         Emerge options, rather than merging in into the main Options menu.
1396         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
1397         and auto advance modes.  Disable edit/fast items when not relevant.
1399 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1401         * term/vt420.el (terminal-init-vt420): Fix typo.
1403 2009-07-20  Sam Steingold  <sds@gnu.org>
1405         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1406         variable (removed from compile.el on 2004-03-11).
1408 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
1410         * files.el (hack-local-variables-filter): Fix last change.
1412 2009-07-19  Juri Linkov  <juri@jurta.org>
1414         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1415         (dir-local-variables-alist): New buffer-local variable.
1416         (hack-local-variables-filter): If variable is not dir-local,
1417         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1418         because file-local overrides dir-local.
1419         (c-postprocess-file-styles)<declare-function>:
1420         Remove obsolete declaration.
1421         (hack-dir-local-variables): Add dir-local variable/value pair to
1422         `dir-local-variables-alist' and remove duplicates.  Doc fix.
1424         * help-fns.el (describe-variable): Add information about
1425         file-local and dir-local variables.
1427 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
1429         * files.el (hack-local-variables-filter): Rewrite.
1431 2009-07-19  Glenn Morris  <rgm@gnu.org>
1433         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1434         Silence compiler by only defining on XEmacs.
1436         * international/mule.el (auto-coding-regexp-alist): Only match
1437         BABYL... at the start of buffer, not of lines.  (Bug#3790)
1439         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1440         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
1441         (cal-menu-context-mouse-menu): Doc fix.
1443         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1445         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
1447 2009-07-18  Juri Linkov  <juri@jurta.org>
1449         * info.el: Virtual Info keyword finder.
1450         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1451         (Info-finder-file): New variable.
1452         (Info-finder-find-file): New function.
1453         (finder-known-keywords, finder-package-info)
1454         (find-library-name, lm-commentary): Use defvar and
1455         declare-function to silence compiler warnings.
1456         (Info-finder-find-node): New function.
1457         (info-finder): New command.
1459         * subr.el (process-kill-buffer-query-function): New function.
1460         (add-hook)<kill-buffer-query-functions>: Add hook
1461         `process-kill-buffer-query-function'.
1463 2009-07-18  Alan Mackenzie  <acm@muc.de>
1465         * progmodes/cc-mode.el (c-before-hack-hook),
1466         (c-postprocess-file-styles): Give invocation of `c-set-style'
1467         DONT-OVERRIDE parameter of t.  Already set style variables will
1468         thus not be overridden by style settings given by `c-file-syle'.
1470         * files.el (hack-local-variables-filter): Remove entries with
1471         duplicate keys from `file-local-variables-alist'.
1473 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
1475         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1476         x-set-selection if display-selections-p returns nil for the
1477         current frame.
1479 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1481         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1483 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
1485         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1486         Accept nil in addition to a regexp.
1487         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1488         Accept nil in addition to a regexp.
1489         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1490         buffers that have an associated file.  Handle nil values of
1491         desktop-buffers-not-to-save and desktop-files-not-to-save.
1492         (Bug#3833)
1494         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1495         (x-disown-selection-internal): New functions.
1497 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
1499         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1500         warning.
1501         (gdb-breakpoints-header): Move forward to avoid compiler warning.
1502         (gdb-make-header-line-mouse-map): Remove duplicate definition.
1504 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
1506         * simple.el (set-mark): Revert last change.
1508 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
1510         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1511         rendering of pngs is not possible instead of messaging a long
1512         description.
1514 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
1516         * w32-fns.el (x-selection-owner-p): New function.
1518         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
1519         (mouse-yank-at-click, mouse-yank-primary): If
1520         select-active-regions is non-nil, deactivate the mark before
1521         insertion.
1523         * simple.el (deactivate-mark, set-mark): Only save selection if we
1524         own it.
1526 2009-07-17  Kenichi Handa  <handa@m17n.org>
1528         * case-table.el (describe-buffer-case-table): Fix for the case
1529         that KEY is a cons.
1531 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1533         * vc-rcs.el (vc-rcs-find-file-hook):
1534         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1536 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
1538         * net/tramp.el (tramp-wait-for-output): Handle the case when
1539         commands do not return a newline but a null byte before the shell
1540         prompt.  (Bug#3858)
1542 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1544         * term/ns-win.el (ns-set-alpha): Don't declare.
1545         (ns-set-background-alpha): Remove function.
1547 2009-07-16  Kevin Ryde  <user42@zip.com.au>
1549         * emacs-lisp/copyright.el (copyright-update): Save match-data across
1550         y-or-n-p, for safety.
1552 2009-07-16  Richard Stallman  <rms@gnu.org>
1554         * files.el (auto-save-mode): If buffer-saved-size is -2,
1555         don't clobber it.
1557         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1558         (rmail-retry-ignored-headers): Add more uninteresting fields.
1560 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
1562         * net/rcirc.el (rcirc): Use history variables.
1563         (rcirc-server-name-history, rcirc-nick-name-history)
1564         (rcirc-server-port-history): New variables.
1566 2009-07-15  Kenichi Handa  <handa@m17n.org>
1568         * international/mule-cmds.el (set-language-environment-charset):
1569         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1570         ignore them.
1572         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1573         Delete unibyte-display.
1575 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1577         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1579 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1581         * simple.el (deactivate-mark): Optional argument FORCE.
1582         (set-mark): Use deactivate-mark.
1584         * info.el (Info-search): No need to check transient-mark-mode
1585         before calling deactivate-mark.
1587         * select.el (x-set-selection): Doc fix.
1588         (x-valid-simple-selection-p): Allow buffer values.
1589         (xselect--selection-bounds): Handle buffer values.  Suggested by
1590         David De La Harpe Golden.
1592         * mouse.el (mouse-set-region, mouse-drag-track): Call
1593         copy-region-as-kill before setting the mark, to let
1594         select-active-regions work.
1596 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1598         * simple.el (deactivate-mark): If select-active-regions is
1599         non-nil, copy the selection data into a string.
1600         (activate-mark): If select-active-regions is non-nil, set the
1601         selection to the current buffer.
1602         (set-mark): Update selection if select-active-regions is non-nil.
1604         * select.el (x-valid-simple-selection-p): Allow buffer values.
1606 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1608         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1609         and more featureful message-mode.
1611 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
1613         * select.el (x-set-selection): Doc fix.
1614         (x-valid-simple-selection-p): Disallow selection data consisting
1615         of a list or cons of integers, since that is not used.
1616         (xselect--selection-bounds, xselect--int-to-cons): New functions.
1617         (xselect-convert-to-string, xselect-convert-to-length)
1618         (xselect-convert-to-filename, xselect-convert-to-charpos)
1619         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1621 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
1623         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1624         output in -break-info command (Emacs bug #3794).
1626 2009-07-14  Glenn Morris  <rgm@gnu.org>
1628         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1629         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1630         (edebug-print-length, edebug-print-level, edebug-print-circle)
1631         (edebug-sit-for-seconds, edebug-view-outside)
1632         (edebug-bounce-point, edebug-set-global-break-condition)
1633         (edebug-Go-nonstop-mode, edebug-trace-mode)
1634         (edebug-Trace-fast-mode, edebug-continue-mode)
1635         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1636         (edebug-visit-eval-list): Doc fixes.
1638         * subr.el (def-edebug-spec): Doc fix.
1640 2009-07-14  Kenichi Handa  <handa@m17n.org>
1642         * international/characters.el: Fix setting of category ?C.
1644 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
1646         * term/ns-win.el (x-select-font): defailias x-select-font to
1647         ns-popup-font-panel instead of generate-fontset-menu.
1649 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
1651         * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1653 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
1655         * arc-mode.el (archive-find-type): Allow for a PK00 string before
1656         the PK\003\004 header (Bug#3770).
1658 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
1660         * pcomplete.el (pcomplete-comint-setup): Check for
1661         shell-dynamic-complete-filename too.
1663 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
1665         * simple.el (temporary-goal-column): Change the value for
1666         line-move-visual to a cons cell.
1667         (line-move-visual): Record or set the window hscroll, if
1668         necessary (Bug#3494).
1669         (line-move-1): Handle cons value of temporary-goal-column.
1671 2009-07-11  Kenichi Handa  <handa@m17n.org>
1673         * international/mule-diag.el (describe-character-set): Don't show
1674         width.
1676 2009-07-10  Sam Steingold  <sds@gnu.org>
1678         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1679         Omake sometimes indents the errors it prints, so allow all
1680         regexps to start with spaces.
1682 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
1684         * cus-edit.el (customize-changed-options-previous-release):
1685         Bump value to 22.1.  (Bug#3804)
1687 2009-07-08  Sam Steingold  <sds@gnu.org>
1689         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1690         to be a cons cell (test . ignored-directory) to selectively ignore
1691         some directories depending on the location of the search.
1693 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
1695         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1696         remote user is root, on the local host.
1697         (tramp-local-host-p): Either the local user or the remote user
1698         must be root.  (Bug#3771)
1700 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1702         * progmodes/gdb-mi.el (gdb): Remove description of
1703         gdb-use-separate-io-buffer.
1704         (menu): Don't allow toggling of or enable
1705         gdb-use-separate-io-buffer from menubar.
1707 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
1709         * mail/unrmail.el (unrmail): Make sure the message ends with two
1710         newlines (Bug#3769).
1712 2009-07-08  Glenn Morris  <rgm@gnu.org>
1714         * calendar/calendar.el (calendar-current-date): Rework previous change.
1716 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
1718         * calendar/calendar.el (calendar-current-date):
1719         Add an optional argument giving an offset from today.
1721 2009-07-08  Glenn Morris  <rgm@gnu.org>
1723         * tutorial.el (tutorial--describe-nonstandard-key):
1724         Adjust the message for when a key has been unbound.
1725         (help-with-tutorial): Hide the arch-tag.
1727 2009-07-08  Kenichi Handa  <handa@m17n.org>
1729         * international/fontset.el (setup-default-fontset): For each
1730         script, append (not set) font-specs.
1732         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1733         docstring.
1735 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1737         * progmodes/gdb-mi.el (gdb-init-1): Move sending
1738         -data-list-register-names to ...
1739         (gdb-starting): ... here because GDB 7.0 requires execution to
1740         have started when using this MI command.
1741         (gdb-set-header): New function to distinguish select and
1742         unselected tabs in gdb buffers.
1743         (gdb-propertize-header): New macro that uses gdb-set-header.
1744         (gdb-breakpoints-header, gdb-locals-header): Use it.
1745         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
1747 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
1749         * Makefile.in (ELCFILES): Remove fadr.elc.
1751 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
1753         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1754         may contain frame information, so `string-match' should be used.
1755         (gdb-update): Disassembly is invalidated through
1756         `gdb-get-selected-frame'.
1757         (gdb-pad-string): New function to pad string with spaces.
1758         (gdb-invalidate-disassembly): Invalidate only if the buffer
1759         exists.
1760         (gdb-disassembly-handler-custom): Column alignment.
1761         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1762         placing new ones.
1763         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1764         end of line, too.
1765         (gdb-frame-handler): Match convention to for disassembly buffer
1766         mode name.
1767         (gdb-stack-list-frames-handler): Rewritten without regexps.
1768         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1769         not highlight breakpoints without line information.
1770         (gdb-input): Add trailing newline to command.
1772         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1773         buffer properly.
1774         (gdb-breakpoints-list-handler-custom): Replacement for
1775         `gdb-break-list-handler'. Using real parser instead of regexps
1776         now.
1777         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1778         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1779         to place breakpoints.
1780         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1781         functions.
1782         (gdb-disassembly-handler-custom): Show overlay arrow.
1783         (gdb-disassembly-place-breakpoints): Show breakpoints in
1784         disassembly buffer.
1785         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1786         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1787         instead of parsing breakpoints buffer. Fixed old menu references
1788         in `gud-menu-map'.
1790         * fadr.el: Remove.
1792         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1793         (gdb-memory-address): New variable which holds top address of
1794         memory page shown in memory buffer
1795         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1796         customization variables.
1797         New functions:
1798         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1799         display the memory buffer.
1800         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1801         buffer display parameters.
1802         (def-gdb-memory-format, gdb-memory-format-binary)
1803         (gdb-memory-format-octal, gdb-memory-format-unsigned)
1804         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1805         Functions for setting memory buffer format.
1806         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1807         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1808         unit size used in memory buffer.
1809         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1810         to next/previous page of memory buffer.
1811         Now using (bindat-get-field) instead of fadr functions.
1813 2009-07-07  Sam Steingold  <sds@gnu.org>
1815         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1816         non-top-level files.
1818 2009-07-07  Kenichi Handa  <handa@m17n.org>
1820         * international/mule-cmds.el (reset-language-environment): Put
1821         the highset priority to the charset iso-8859-1.
1823 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1825         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1826         to the end of the line when locating the block (Bug#700).
1828 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
1830         * net/tramp.el (tramp-handle-write-region): Flush file properties
1831         in case of short track.
1833 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
1835         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1836         representation of verilog error regular expressions to work with
1837         Emacs-22's new format.
1838         (verilog-error-regexp-xemacs-alist): Coded custom representation
1839         of verilog error regular expressions to work with XEmacs format
1840         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1841         error recognition into XEmacs.
1842         (verilog-error-regexp-add-emacs): Hook routine to install verilog
1843         error recognition into Emacs-22.
1845 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1847         * woman.el: Remove stand-alone closing parentheses.
1848         (woman-file-name, woman2-format-paragraphs)
1849         (woman-leave-blank-lines): Code cleanup.
1850         (woman-use-own-frame): Change default to nil.
1851         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1852         defaults to inherit from default faces.
1853         (woman2-process-escapes): Consume the newline after a stand-alone
1854         filler character (Bug#3651).
1856 2009-07-06  Glenn Morris  <rgm@gnu.org>
1858         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1859         (top-level): Move provide to the end.
1860         (ffap): Remove defunct URL from custom group.
1862         * subr.el (eval-after-load): Doc fix.
1864 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
1866         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1867         `calc-embedded-word' is called twice.
1869 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * files.el (find-alternate-file-other-window, find-alternate-file):
1872         Obey confirm-nonexistent-file-or-buffer.
1874 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
1876         * dired-aux.el (dired-show-file-type): Handle remote files.
1878 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
1880         * desktop.el (desktop-globals-to-save):
1881         Add file-name-history (Bug#2750).
1883 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
1885         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
1887 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
1889         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1890         property on entire argument since this is what eshell-lisp-command
1891         expects.
1893 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
1895         * net/tramp-gvfs.el (tramp-gvfs-methods)
1896         (tramp-gvfs-zeroconf-domain)
1897         (tramp-bluez-discover-devices-timeout): Add version flag.
1898         (tramp-gvfs-handler-mounted-unmounted)
1899         (tramp-gvfs-connection-mounted-p): Polish handling of
1900         incompatibilities between GVFS 0.2 and 1.0.
1902 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
1904         * cus-start.el (all): Add make-pointer-invisible.
1906 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1908         * calc-math.el (math-use-emacs-fn): Make sure that the number is
1909         formatted correctly.
1911 2009-07-02  Juri Linkov  <juri@jurta.org>
1913         * info.el: Virtual Info files and nodes.
1914         (Info-virtual-files, Info-virtual-nodes): New variables.
1915         (Info-current-node-virtual): New variable.
1916         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1917         New functions.
1918         (Info-file-supports-index-cookies): Use Info-virtual-file-p
1919         to check for a virtual file instead of checking a fixed list
1920         of node names.
1921         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1922         instead of ad-hoc processing of "dir" and (apropos history toc).
1923         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1924         instead of ad-hoc processing of "dir" and (apropos history toc).
1925         Reread a file when moving from a virtual node.
1926         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1927         (Info-directory-toc-nodes, Info-directory-find-file)
1928         (Info-directory-find-node): New functions.
1929         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1930         (Info-history): Move part of code to
1931         `Info-history-find-node'.
1932         (Info-history-toc-nodes, Info-history-find-file)
1933         (Info-history-find-node): New functions.
1934         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1935         (Info-toc): Move part of code to `Info-toc-find-node'.
1936         (Info-toc-find-node): New function.
1937         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
1938         the current Info file name to references because now the node
1939         "*TOC*" belongs to the same Info manual.
1940         (Info-toc-build): Rename from `Info-build-toc'.
1941         (Info-toc-nodes): Rename input argument `file' to `filename'.
1942         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1943         instead of ad-hoc processing of ("dir" apropos history toc).
1944         (Info-index-nodes): Use Info-virtual-file-p
1945         to check for a virtual file instead of checking a fixed list
1946         of node names.
1947         (Info-index-node): Add check for `Info-current-node-virtual'.
1948         Raise `save-match-data' higher up the tree to contain
1949         `search-forward' too (bug fix).
1950         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1951         (Info-virtual-index-nodes): New variable.
1952         (Info-virtual-index-find-node, Info-virtual-index): New functions.
1953         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1954         (Info-apropos-file, Info-apropos-nodes): New variables.
1955         (Info-apropos-toc-nodes, Info-apropos-find-file)
1956         (Info-apropos-find-node, Info-apropos-matches): New functions.
1957         (info-apropos): Move part of code to `Info-apropos-find-node' and
1958         `Info-apropos-matches'.
1959         (Info-mode-map): Bind "I" to `Info-virtual-index'.
1960         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1961         for a virtual file instead of checking a fixed list of node names.
1963         * simple.el (async-shell-command): New command.
1965         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1967         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1968         instead of `mount-info'.
1970 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
1972         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
1973         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
1975 2009-07-02  Kenichi Handa  <handa@m17n.org>
1977         * international/mule.el (set-keyboard-coding-system): Force *-unix
1978         coding-system to avoid eol conversion.
1980 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
1982         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1983         Add handler for `process-file', `shell-command' and
1984         `start-file-process'.
1985         (tramp-gvfs-handle-shell-command)
1986         (tramp-gvfs-handle-start-file-process)
1987         (tramp-gvfs-handle-process-file): New defuns.
1988         (tramp-synce-list-devices): Simplify check for existence of property.
1990 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1992         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1994 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1996         * language/korean.el (set-language-info-alist): Add korean-cp949,
1997         cp949 to spec.
1999 2009-07-01  Kenichi Handa  <handa@m17n.org>
2001         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
2003         * international/encoded-kb.el: Deleted.
2005         * international/mule.el (set-keyboard-coding-system): Perform the
2006         necessary setup here instead of calling encoded-kbd-setup-display.
2008 2009-07-01  Glenn Morris  <rgm@gnu.org>
2010         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
2012 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
2014         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
2016 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
2018         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
2019         Handle also the 'rename case, when setting file modes.  (Bug#3712)
2020         (tramp-default-file-modes) Remove execute permissions.
2022         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
2023         (top): Add a default for "synce" in `tramp-default-user-alist'.
2024         Add completion function for "synce" method.
2025         (tramp-hal-service, tramp-hal-path-manager)
2026         (tramp-hal-interface-manager, tramp-hal-interface-device):
2027         New defconst.
2028         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
2029         (tramp-synce-list-devices, tramp-synce-parse-device-names):
2030         New defuns.
2032         * net/trampver.el: Update release number.
2034 2009-06-30  Kenichi Handa  <handa@m17n.org>
2036         * international/fontset.el (setup-default-fontset): Add CJK fonts
2037         for symbols and the other miscellaneous characters.
2039         * language/korea-util.el (setup-korean-environment-internal):
2040         Make char-width-table suitable for Korean environments.
2041         (exit-korean-environment): Cancel above.
2043         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2044         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
2045         setup-funcion to make char-widht-table suitable for respective
2046         environments, and an exit-function to cancel that.
2048         * language/japan-util.el (setup-japanese-environment-internal):
2049         Call use-cjk-char-width-table with arg `ja_JP'.
2051         * international/characters.el (cjk-char-width-table): Delete it.
2052         (cjk-char-width-table-list): New variable.
2053         (use-cjk-char-width-table): New arg local-name.
2054         (use-default-char-width-table): Fix for the case that Emacs is
2055         already using the default char-width-table.
2057 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
2059         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
2060         modes mandatory.  (Bug#3712)
2062 2009-06-29  Alan Mackenzie  <acm@muc.de>
2064         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
2065         correction between the visible width of TABs and their number of bytes.
2067 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
2069         * server.el (server-buffer-done): Prevent kill-buffer from
2070         prompting by clearing the buffer modification flag (Bug#3696).
2072 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
2074         * verilog-mode.el (verilog-beg-of-statement)
2075         (verilog-endcomment-reason-re): Support unique case and priority case.
2076         (verilog-basic-complete-re): Support localparam lineup.
2077         (verilog-beg-of-statement-1): Fix for robustness, unique case.
2078         (verilog-set-auto-endcomments): Fix for unique case, always_comb
2079         commenting.
2080         (verilog-leap-to-case-head): Now support *nested* unique &
2081         priority case statements.
2082         (verilog-auto-lineup): Make just declarations the default (as it
2083         had been).
2084         (verilog-leap-to-case-head): Support priority/unique case statements.
2085         (verilog-auto-lineup): Rework to give users radio buttons to
2086         select the various styles of automatic lineup
2087         (verilog-error-regexp-alist): Rework to support the XEmacs style
2088         of error regular expressions from compilers, lint tools &
2089         simulators.  Note that GNU Emacs has made it impossible for a mode
2090         to load such things.
2091         (electric-verilog-terminate-line, verilog-indent-declaration)
2092         (verilog-auto-wiure): Rework for radio button selection of
2093         auto-lineup selection of specification of auto lineup.
2094         (verilog-beg-of-statement-1): Redesign to support proper operation
2095         in additional code, based on testing with auto-lineup.
2096         (verilog-calculate-indent, assignments & declarations)
2097         (verilog-backward-token): Enhance to support auto-lineup of
2098         assignments & declarations.
2099         (verilog-in-directive-p, verilog-at-struct-p): New function for
2100         easy test of whether we are.
2101         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
2102         to support safe execution at almost anyline.
2103         (verilog-calc-1): Properly support indenting deep inside generate
2104         blocks.
2105         (verilog-init-font) Remove definition & use of verilog-init-font,
2106         as it is redundant with font-lock-defaults.
2107         (verilog-mode): Alter the definition of verilog-font-lock-defualts
2108         to avoid circular calls if syntax-ppss is a function (as is the
2109         case now in 22.x GNU Emacs) as that function would sometimes call
2110         itself, leading to (nearly) infinite recursion
2111         (verilog-ovm-begin-re, verilog-ovm-end-re)
2112         (verilog-ovm-statement-re, verilog-leap-to-head)
2113         (verilog-backward-token): Add support for OVM macros.  Some are
2114         complete statements, and others open and close scopes like begin
2115         and end.
2116         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
2117         (verilog-defun-level-generate-only-re): Really fix the defun-list
2118         compilation issue
2119         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
2120         coverpoint, constraint and cross statements
2121         (verilog-defun-level-list, verilog-generate-defun-level-list)
2122         (verilog-all-defun-level-list): Redo these specifications - it is
2123         too hard to support eval-when compile aggregation of lists also
2124         built at when-compile time.
2125         (verilog-defun-level-list): Place defconsts of variables used in
2126         building regular expressions which are built in eval-when-compile
2127         bodies in the same eval-when-compile body to facilitate compile
2128         without load.
2129         (verilog-beg-block-re-ordered): Support indenting
2130         virtual/protected tasks and functions.
2131         (verilog-defun-level-list,verilog-in-generate-region-p)
2132         (verilog-backward-ws&directives, verilog-calc-1): Speed up
2133         indentation of some module items (generate items).
2134         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
2135         across virtual/protected tasks and functions.
2137 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
2139         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
2140         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
2141         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
2142         in concatenations.  Reported by Yishay Belkind.
2143         (verilog-auto-ascii-enum): Support one-hot state machines in
2144         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
2145         (verilog-auto-inst, verilog-auto-inst-port): Include interface
2146         modport in AUTOINST and add vl-modport for users.  Reported by
2147         David Rogoff.
2148         (verilog-auto-inout-module, verilog-auto-inst)
2149         (verilog-decls-get-interfaces, verilog-insert-definition)
2150         (verilog-insert-one-definition, verilog-read-decls)
2151         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2152         (verilog-sig-modport, verilog-signals-combine-bus)
2153         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2154         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2155         Suggested by David Rogoff.
2156         (verilog-repair-open-comma): Fix non-insertion of comma when
2157         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
2158         (verilog-make-width-expression): Simplify [A-1:0] expression
2159         widths to just {A{1'b0}}.
2160         (verilog-mode): Cleanup checkdoc warnings.
2161         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2162         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
2163         inputs/outputs or data type.  Suggested by Vasu Kandadi.
2164         (next-error-last-buffer): Fix byte-compiler warning.
2165         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
2166         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
2167         or shell command text during AUTO expansion.  Suggested by Tad Truex.
2168         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
2169         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
2170         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
2171         in AUTOINOUT. Reported by Matthew Lovell.
2172         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
2173         causing use of <= assignments.  Reported by Alex Reed.
2174         (verilog-read-decls): Fix triand, trior, wand, wor to be
2175         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
2176         (verilog-extended-complete-re): Support import "DPI-C" functions.
2177         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
2178         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
2179         (verilog-insert-date, verilog-insert-year)
2180         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
2181         Windows systems.  Reported by Michael Potts.
2182         (verilog-read-module-name): Fix AUTOINST when the child module
2183         declaration's name is a tick define. Reported by Elliot Mednick.
2184         (verilog-read-decls): Fix V2K parameter bit subscripts getting
2185         passed to next parameter's definition. Reported by Bruce T.
2186         (verilog-read-decls): Fix detecting "parameter int" when using
2187         AUTOINSTPARAM.  Reported by Bruce T.
2188         (verilog-goto-defun): Fix goto not finding modules unless first
2189         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
2190         (verilog-mode): Expand -f flag arguments on entry to mode so
2191         verilog-goto-defun will work.  Reported by Lawrence Butcher.
2192         (verilog-getopt): Expand environment variables in -f file
2193         arguments.  Suggested by Lawrence Butcher.
2194         (verilog-set-define): Fix "Symbol's value as variable is void"
2195         when reading enumerations.
2196         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
2197         Suggested by Stephen Peltan.
2198         (verilog-read-defines): Fix reading of enumerations in include
2199         files.  Reported by Steve Peltan.
2201 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
2203         * files.el (trash-directory): Fix defcustom type.
2205 2009-06-28  Juri Linkov  <juri@jurta.org>
2207         * help-fns.el (describe-function-1): Correctly locate adviced
2208         functions in hyperlink (Bug#2438).
2210 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
2212         * files.el (trash-directory): Change default to nil.
2213         (move-file-to-trash): If trash-directory is nil and
2214         system-move-file-to-trash is unbound, perform freedesktop-style
2215         trashing.
2217 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
2219         * files.el (move-file-to-trash): Add freedesktop trash
2220         support (Bug#973).
2222 2009-06-28  Glenn Morris  <rgm@gnu.org>
2224         * autorevert.el (global-auto-revert-non-file-buffers)
2225         (global-auto-revert-mode): Doc fixes.
2227 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
2229         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2231 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
2233         * faces.el (x-handle-named-frame-geometry): Ensure that we have
2234         opened an X connection before calling x-get-resource (Bug#3194).
2236         * play/doctor.el: Remove reference to obsolete website.
2237         (make-doctor-variables): Correct grammar mistake (Bug#2633).
2239 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
2241         Remove find-file-not-found-hook VC method.  (Bug#2757)
2242         * vc-hooks.el (vc-file-not-found-hook)
2243         (vc-default-find-file-not-found-hook): Remove functions.
2244         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
2245         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
2246         * vc.el:
2247         * vc-hg.el:
2248         * vc-git.el: Do not mention find-file-not-found-hook VC method.
2250 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2252         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
2253           compatibility function for `looking-back'
2255         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2256         Use `ispell-looking-back'
2258 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
2260         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
2261         rather than `filename'.
2263 2009-06-23  Miles Bader  <miles@gnu.org>
2265         * face-remap.el (text-scale-set): New function.
2267 2009-06-23  Glenn Morris  <rgm@gnu.org>
2269         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2271         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
2273         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
2275         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
2277         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2278         Simplify Persian conditionals.
2280         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
2281         variable `filename'.
2283         * comint.el (comint-insert-input): Doc fix.
2285         * Makefile.in (ELCFILES): Fix typo in previous change.
2287 2009-06-23  Miles Bader  <miles@gnu.org>
2289         * cus-start.el: Add entry for `recenter-redisplay'.
2291 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2293         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
2294         Add an optional argument for the backend, use it instead of
2295         calling vc-backend.
2296         (vc-mode-line): Add an optional argument for the backend.
2297         Pass the backend to vc-state and vc-working-revision.  Move code for
2298         special handling for vc-state being a buffer to ...
2300         * vc-rcs.el (vc-rcs-find-file-hook):
2301         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
2303         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
2304         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
2305         vc-stay-local-p and vc-mode-line calls.
2307         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
2308         (vc-cvs-diff, vc-cvs-annotate-command)
2309         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
2310         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
2311         vc-mode-line calls.
2313         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
2314         direct comparison.
2315         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
2316         backend when calling vc-mode-line.
2317         (vc-register): Do not create a closure for calling the vc register
2318         function, call it directly.
2320 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
2322         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2323         to make it obvious item can be clicked.
2325         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2327 2009-06-23  Kenichi Handa  <handa@m17n.org>
2329         * language/korea-util.el (korean-key-bindings): Change the binding
2330         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
2331         same command.
2333 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
2335         Sync with Tramp 2.1.16.
2337         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2339         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
2340         when a loading of a package fails.  Completion function for rsync
2341         is `tramp-completion-function-alist-ssh'.
2342         (all): Replace all calls of `split-string' and
2343         `tramp-split-string' by `tramp-compat-split-string'.
2344         (tramp-default-method): Use `tramp-compat-process-running-p'.
2345         (tramp-default-proxies-alist): Allow also Lisp forms.
2346         (tramp-remote-path): Add choice "Private Directories".
2347         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
2348         (tramp-domain-regexp): Allow also "-", "_" and ".".
2349         (tramp-end-of-output): Remove newlines, and add "$" at the end.
2350         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2351         (tramp-debug-message): Insert header line in debug buffer.
2352         (tramp-handle-directory-files-and-attributes-with-stat):
2353         Care about filenames with spaces, or starting with "-".
2354         (tramp-handle-dired-uncache): New defun.
2355         (tramp-handle-insert-directory): Don't flush the directory from
2356         cache, this is handled by `dired-uncache' now.
2357         (tramp-handle-insert-file-contents): Improve error handling.
2358         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2359         Quote `tramp-end-of-output'.
2360         (tramp-action-password): Improve trace message.
2361         (tramp-check-for-regexp): Both echoes must be present, before removing.
2362         (tramp-open-connection-setup-interactive-shell): Trace coding system.
2363         (tramp-compute-multi-hops): Eval cons cells of
2364         `tramp-default-proxies-alist'.
2365         (tramp-maybe-open-connection): Use the same command pattern for
2366         first hop and further hops.
2367         (tramp-wait-for-output): Remove handling of newlines.
2368         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2369         (tramp-split-string): Remove function.  It is handled in
2370         tramp-compat now.
2372         * net/tramp-cmds.el (tramp-bug):
2373         Recommend `tramp-cleanup-all-connections' in the bug mail.
2375         * net/tramp-compat.el (tramp-compat-split-string)
2376         (tramp-compat-process-running-p): New defuns.
2378         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2379         for `dired-uncache'.
2381         * net/tramp-gvfs.el: New package.
2383         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2384         Add handler for `dired-uncache'.
2385         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2387         * net/trampver.el: Update release number.  Make version check fit
2388         for SXEmacs 22.
2390 2009-06-22  Jim Meyering  <meyering@redhat.com>
2392         Automatically handle .xz suffix (XZ-compressed files), too.
2393         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2394         XZ is the successor to LZMA: <http://tukaani.org/xz/>
2396 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
2397             Nick Roberts  <nickrob@snap.net.nz>
2399         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
2400         repository (http://sphinx.net.ru/hg/gdb-mi/).
2402 2009-06-22  Glenn Morris  <rgm@gnu.org>
2404         * files.el (dir-locals-collect-mode-variables): Allow for any number of
2405         `mode' and `eval' entries.  (Bug#3430)
2407         * Makefile.in (ELCFILES): Add fadr.elc.
2409         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2410         differing behavior of \n and ^ in strings.  (Bug#3385)
2412         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2414         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2415         property.
2416         (lisp-indent-function): Make it a defcustom.
2418 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
2420         * progmodes/gdb-ui.el: Replace with ...
2421         * progmodes/gdb-mi.el: ... this file.
2422         * progmodes/gud.el: Modify for gdb-mi.el.
2424 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
2426         * fadr.el: New file.
2428 See ChangeLog.14 for earlier changes.
2430 ;; Local Variables:
2431 ;; coding: utf-8
2432 ;; End:
2434     Copyright (C) 2009  Free Software Foundation, Inc.
2436   This file is part of GNU Emacs.
2438   GNU Emacs is free software: you can redistribute it and/or modify
2439   it under the terms of the GNU General Public License as published by
2440   the Free Software Foundation, either version 3 of the License, or
2441   (at your option) any later version.
2443   GNU Emacs is distributed in the hope that it will be useful,
2444   but WITHOUT ANY WARRANTY; without even the implied warranty of
2445   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2446   GNU General Public License for more details.
2448   You should have received a copy of the GNU General Public License
2449   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2451 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1