lisp/cedet/ede/pmake.el (ede-proj-makefile-create): Require
[emacs.git] / lisp / ChangeLog
blob61a7be1f83babf27e210149443feb42b10280116
1 2009-09-20  Chong Yidong  <cyd@stupidchicken.com>
3         * cedet/ede/pmake.el (ede-proj-makefile-create): Require
4         ede/srecode.
6         * cedet/srecode/compile.el (srecode-compile-split-code)
7         (srecode-compile-parse-inserter): Fix compiler warning.
9 2009-09-20  Chong Yidong  <cyd@stupidchicken.com>
11         * cedet/ede/speedbar.el (ede-speedbar-file-setup): Add autoload.
13         * cedet/ede.el, cedet/ede/*.el: New files.
15         * cedet/cedet.el: Require ede.
17         * progmodes/autoconf.el: Provide autoconf as well.
19         * files.el (auto-mode-alist): Use emacs-lisp-mode for Project.ede.
20         (auto-mode-alist): Use srecode-template-mode for .srt files.
22         * cedet/semantic/bovine/gcc.el (semantic-gcc-test-output-parser)
23         (semantic-gcc-test-output-parser-this-machine):
24         * cedet/semantic/symref/filter.el (semantic-symref-test-count-hits-in-tag)
25         (semantic-symref-hits-in-region): Require semantic/idle.
27         * cedet/semantic/db-global.el (semanticdb-test-gnu-global):
28         * cedet/semantic/tag-write.el (semantic-tag-write-test)
29         (semantic-tag-write-list-test):
30         * cedet/semantic/lex-spp.el (semantic-lex-spp-write-test)
31         (semantic-lex-spp-write-utest):
32         * cedet/semantic/lex.el (semantic-lex-test-region)
33         (semantic-lex-test-full-depth):
34         * cedet/semantic/idle.el (semantic-idle-pnf-test):
35         * cedet/semantic/fw.el (semantic-test-data-cache)
36         (semantic-test-throw-on-input):
37         * cedet/semantic/format.el (semantic-test-all-format-tag-functions):
38         * cedet/semantic/complete.el (semantic-complete-test):
39         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-run-tests)
40         (semanticdb-ebrowse-dump): Test functions moved to
41         semantic-tests.el in the test/ directory.
43         * cedet/semantic/db-ref.el (semanticdb-ref-test): Doc fix.
45 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
47         Synch to Eric Ludlam's upstream CEDET repository.
49         * cedet/semantic/db.el (semanticdb-get-buffer): Wrap find-file in
50         save-match-data.
52         * cedet/semantic/db-global.el (semanticdb-test-gnu-global): Wrap
53         find-file in save-match-data.
55         * cedet/semantic/util.el (semantic-file-tag-table)
56         (semantic-recursive-find-nonterminal-by-name): Wrap find-file in
57         save-match-data.
59         * cedet/semantic/tag.el (semantic-tag-buffer): Wrap find-file in
60         save-match-data.
62         * cedet/semantic/tag-file.el (semantic-go-to-tag): Wrap the "goto"
63         part with save-match-data.
65         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
66         Save match data around calling the major mode to enable.
68         * cedet/semantic/format.el (semantic-format-tag-short-doc-default):
69         Wrap find-file in save-match-data.
71         * cedet/semantic/fw.el (semantic-find-file-noselect): Wrap
72         find-file in save-match-data
74 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
76         Synch to Eric Ludlam's upstream CEDET repository.
78         * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
79         Autoload.
81         * cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1)
82         (semantic-analyze-type): Require semantic/scope.
83         (semantic-analyze-select-best-tag): Require semantic/db-typecache.
84         (semantic-analyze-dereference-metatype): Move up to avoid compiler
85         warning.
87         * cedet/semantic/wisent/java-tags.el:
88         * cedet/semantic/wisent/javat-wy.el: New files.
90         * cedet/semantic/wisent/java.el:
91         * cedet/semantic/wisent/java-wy.el: Files removed.
93         * cedet/semantic/java.el (semantic-java-prototype-function)
94         (semantic-java-prototype-variable, semantic-java-prototype-type):
95         Doc fix
96         (java-mode::semantic-format-tag-prototype): Renamed from
97         semantic-format-prototype-tag, which didn't match the overloadable
98         function.
100         * cedet/semantic/bovine/c.el (semantic-c-dereference-namespace-alias):
101         Deal correctly with nested namespaces.  Make sure type actually
102         exists in original namespace.
104         * cedet/semantic/lex-spp.el (semantic-lex-spp-hack-depth): New.
105         (semantic-lex-spp-lex-text-string): Use above to enable recursion.
107         * cedet/semantic/format.el: Whitespace cleanup.
108         (semantic-test-all-format-tag-functions): Move to end.
109         (semantic-format-tag-prototype, semantic-format-tag-name)
110         (semantic-format-tag-name-default): Revert to original upstream
111         positions.
113         * cedet/semantic/elp.el: File removed.
115         * cedet/semantic/analyze.el (semantic-adebug-analyze): New
116         function, moved here from semantic/adebug.  Require data-debug.
118         * cedet/semantic/adebug.el: Declare external semanticdb functions.
119         (semantic-adebug-analyze, semantic-adebug-edebug-expr): Deleted.
121         * emacs-lisp/eieio.el (eieio-unbound): Default value is now robust
122         to recompile.
124         * emacs-lisp/eieio-datadebug.el: Add eieio objects to the list of
125         data debug things to recognize.
127         * emacs-lisp/eieio-comp.el: Synch to upstream.
129         * cedet/data-debug.el: Don't require eieio and semantic/tag.
130         If eieio is loaded, require eieio-datadebug.
131         (data-debug-insert-ring-button): Do not be specific about the ring
132         contents.
133         (data-debug-thing-alist): Remove eieio and semantic specific
134         entries.
135         (data-debug-add-specialized-thing): New function.
137         * cedet/cedet.el: Update commentary.
139         * cedet/cedet-edebug.el: Require edebug and debug.
141 2009-09-07  Chong Yidong  <cyd@stupidchicken.com>
143         * emacs-lisp/autoload.el (make-autoload): Handle defclass form.
145         * emacs-lisp/eieio.el (eieio-defclass-autoload): Autoload.
147 2009-09-05  Chong Yidong  <cyd@stupidchicken.com>
149         * emacs-lisp/autoload.el (generated-autoload-load-name): New var.
150         (autoload-generate-file-autoloads): Use it.
151         (make-autoload): Handle define-overloadable-function.
153         * emacs-lisp/lisp-mode.el (define-overloadable-function): Add
154         doc-string-elt property for define-overloadable-function.
156 2009-09-02  Chong Yidong  <cyd@stupidchicken.com>
158         * emacs-lisp/autoload.el (generated-autoload-feature): New var.
159         (autoload-rubric): Use it.
161         * Makefile.in (setwins): Ignore CEDET subdirectories when making
162         subdirs.el.
164         * emacs-lisp/cl-loaddefs.el (deftype): Add autoload for deftype.
166         * emacs-lisp/cl-macs.el (deftype): Add autoload.
168 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
170         * textmodes/remember.el (remember-buffer):
171         * progmodes/cperl-mode.el (cperl-vc-header-alist):
172         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
173         (icalendar-extract-ical-from-buffer):
174         * net/newst-treeview.el (newsticker-groups-filename):
175         * net/newst-backend.el (newsticker-cache-filename):
176         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
177         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
178         (speedbar-add-ignored-path-regexp, speedbar-line-path)
179         (speedbar-buffers-line-path, speedbar-path-line)
180         (speedbar-buffers-line-path):
181         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
182         (epg-sign-keys):
183         * epa.el (epa-display-verify-result):
184         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
186 2009-08-21  Glenn Morris  <rgm@gnu.org>
188         * progmodes/js.el (inferior-moz-process): Fix declaration.
190         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
192         * obsolete/rnewspost.el (news-mail-reply):
193         Use goto-char rather than goto-line.
195         * term/ns-win.el (ns-open-file-select-line):
196         Use line-beginning-position rather than goto-line.
198         * apropos.el (apropos-command):
199         * ehelp.el (electric-helpify):
200         * printing.el (pr-show-setup):
201         * strokes.el (strokes-help):
202         * tutorial.el (tutorial--describe-nonstandard-key)
203         (tutorial--detailed-help):
204         * woman.el (woman-mini-help, woman-display-extended-fonts):
205         * calc/calc-help.el (calc-describe-key):
206         * emulation/edt.el (edt-electric-helpify):
207         * international/mule-diag.el (mule-diag):
208         * play/yow.el (apropos-zippy):
209         * progmodes/python.el (python-describe-symbol):
210         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
211         * textmodes/table.el (*table--cell-describe-mode)
212         (*table--cell-describe-bindings):
213         Use help-print-return-message rather than the now obsolete alias.
215         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
216         (calendar-cursor-to-visible-date):
217         * play/5x5.el (5x5-position-cursor):
218         * play/decipher.el (decipher):
219         * play/gomoku.el (gomoku-goto-xy):
220         * play/landmark.el (lm-goto-xy):
221         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
222         (mpuz-paint-digit):
223         Use forward-line, not goto-line.
225         * mail/rmail.el (rmail-obsolete): Delete custom group.
226         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
227         (rmail-remote-password, rmail-remote-password-required):
228         Remove unneeded :set-after and :set properties.
230 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
232         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
234 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
236         * loadup.el: Remove leftover macos code.
238         * vc-git.el (vc-git-annotate-command): Run asynchronously.
239         Explicitly pass the date format to git blame so that user local
240         so that the output format can be parsed.
242 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
244         * net/dbus.el (top): Don't check for (getenv
245         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
247 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
249         * log-edit.el (log-edit-strip-single-file-name): New var.
250         (log-edit-insert-changelog): Use it.  Bug#3571
252 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
254         * subr.el (read-passwd): Use read-key so keypad keys work as well.
255         Bug#3287
257         * help.el (help-print-return-message): Rename from
258         print-help-return-message.
260         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
261         cvs-mode-map parent hack.
262         (log-view-mode): Derive from special-mode.
264         * linum.el (linum-mode): window-size-change-functions is redundant.
265         Adapt to new window-configuration-change-hook behavior.
266         (linum-after-size, linum-after-config): Remove.
268         * imenu.el (imenu-example--name-and-position)
269         (imenu-example--lisp-extract-index-name)
270         (imenu-example--create-lisp-index, imenu-example--create-c-index):
271         Mark as obsolete.
273         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
274         (inferior-prolog-mode): Use it.
275         (inferior-prolog-load-file): Reset list of errors.
277 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
279         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
281         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
283 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
285         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
286         is running already.
288 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
290         * subr.el (listify-key-sequence-1): Use normal syntax since those
291         integers are nowadays always represented by the same (positive) number
292         on all platforms.
293         (read-key-empty-map): New const.
294         (read-key-delay): New var.
295         (read-key): New function.
296         (force-mode-line-update): Use with-current-buffer.
297         (locate-user-emacs-file): Don't forget to abbreviate the file name.
298         (start-process-shell-command, start-file-process-shell-command):
299         Discourage the use of command-args.
301 2009-08-19  Glenn Morris  <rgm@gnu.org>
303         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
305 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
307         * simple.el (choose-completion-string): Don't rely on
308         minibuffer-completing-file-name and ad-hoc checks to decide whether
309         to continue completion or not.
311         * minibuffer.el (minibuffer-hide-completions): New function.
312         (completion--do-completion): Use it.
313         (completions-annotations): New face.
314         (completion--insert-strings): Use it.
315         (completion-pcm--delim-wild-regex): Add docstring.
316         (completion-pcm--string->pattern): Add support for 0-width delimiters
317         in completion-pcm--delim-wild-regex.
319 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
321         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
322         Remove unused var `buffer-modified-p'.
324         * minibuffer.el (completion--do-completion): Move point for the #b001
325         case as well (bug#4176).
326         (minibuffer-complete, minibuffer-complete-word): Don't move point.
328 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
330         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
331         and :session buses.
333 2009-08-18  Kenichi Handa  <handa@m17n.org>
335         * international/ucs-normalize.el (ucs-normalize-version):
336         Change to 1.1.
337         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
338         (utf-8-hfs): Make it perform normalization on encoding too.
340         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
341         (sentence-end-without-space): Delete duplicated chars.
342         (sentence-end-base): Likewise.
344         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
345         (html-mode): Delete duplicated chars from sentence-end-base.
347         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
348         (texinfo-mode): Delete duplicated chars from sentence-end-base.
350 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
352         * files.el (hack-one-local-variable): If the mode function is for
353         a minor mode, pass it an argument (Bug#4148).
355 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
357         * net/tramp.el (tramp-register-completion-file-name-handler):
358         Check also for (member 'partial-completion completion-styles).
360 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
362         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
363         abbrev (Bug#3943).
365 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
367         * progmodes/cperl-mode.el: Merge upstream 6.2.
368         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
369         (cperl-forward-re): Check cperl-brace-recursing.
370         (cperl-highlight-charclass): New function.
371         (cperl-find-pods-heres): Use it.
372         (cperl-fill-paragraph): Synch to save-excursion placement used
373         upstream.
374         (cperl-beautify-regexp-piece): Fix column calculation.
375         (cperl-make-regexp-x): Handle case where point is between "q" and
376         "rs".
377         (cperl-beautify-level): Don't process entire regexp.
378         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
379         calling man.
380         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
381         (cperl-init-faces): Build a list in the normal way.
383 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
385         * calendar/parse-time.el (parse-time-string-chars): Save match
386         data.
388 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
390         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
391         (sql-product): Use it.
392         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
393         (sql-set-product): Add completion.
394         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
395         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
396         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
397         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
398         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
399         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
400         (sql-highlight-db2-keywords): Remove.
401         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
402         (sql-highlight-product): Use derived-mode-p.
403         (sql-set-sqli-buffer): Use with-current-buffer.
404         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
405         Simplify.
407         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
409         * term.el: Fix commenting convention, turn comments into docstrings.
411 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
413         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
415 2009-08-16  Jan Seeger <jan.seeger@thenybble.de>  (tiny change)
417         * calendar/parse-time.el (parse-time-string-chars): Compute using
418         character classes, to handle non-ascii characters (Bug#3190).
420 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
422         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
423         another heredoc if the user adds another < (Bug#3226).
425         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
426         Don't initialize based on window-system (Bug#4124).
428         * facemenu.el (facemenu-read-color): Use a completion function
429         that accepts any defined color, such as RGB triplets (Bug#3677).
431         * files.el (get-free-disk-space): Change fallback default
432         directory to /.  Expand DIR argument before switching to fallback.
433         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
435 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
437         * files.el (load-library): Doc fix.
439 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
441         * viper-cmd.el (viper-insert-isearch-string): New function.
442         (viper-if-string): Redefine C-s in the minibuffer to insert the last
443         incremental search string.
445         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
446         XEmacs.
448         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
449         (ediff-merge-region-is-non-clash)
450         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
451         Also check if the job is really a merge job.
453         * ediff.el (ediff-current-file): New function.
455 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
457         * progmodes/js.el: Edit docstrings throughout to follow Emacs
458         conventions.
459         (js-insert-and-indent): Delete function.
460         (js-mode-map): Don't bind keys to js-insert-and-indent.
461         (js-beginning-of-defun): Rename from js--beginning-of-defun.
462         (js-end-of-defun): Rename from js--end-of-defun.
463         (js-auto-indent-flag): Delete variable.
465 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
467         * progmodes/js.el: Remove proclaim statement.
468         Defvar which-func-imenu-joiner-function to silence compiler.
470         * files.el (auto-mode-alist): Use js-mode for .js files.
472         * progmodes/js2-mode.el: Remove file.
474         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
476         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
478         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
480 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
481         Karl Landstrom  <karl.landstrom@brgeight.se>
483         * progmodes/js.el: New file.
485 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
487         * timezone.el (timezone-parse-date): Add ability to understand ISO
488         basic format (minimal separators) dates in addition to the
489         already-supported extended format dates.
491 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
493         * international/ucs-normalize.el: Add a `coding' file variable.
495         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
497 2009-08-14  Sam Steingold  <sds@gnu.org>
499         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
501 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
503         * faces.el (help-argument-name): Define it here instead of
504         help-fns.el, because in daemon mode help-fns.el may be loaded when
505         faces are still uninitialized (Bug#1078).
507         * help-fns.el (help-argument-name): Move defface to faces.el.
509 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
511         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
512         create buffer with a pty but no process so that GDB can make the
513         inferior the controlling process.
515 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
517         * international/ucs-normalize.el: New file.
519 2009-08-13  Richard Stallman  <rms@gnu.org>
521         * mail/rmail.el (rmail-get-attr-names):
522         Accept an attribute header that is too short.
524         * mail/rmail.el (rmail-forget-messages):
525         Ignore nil elt in rmail-message-vector.  Use dotimes.
527         * progmodes/compile.el (compilation-goto-locus):
528         Use next-error-move-function.
530         * simple.el (next-error-move-function): New variable.
532 2009-08-12  Juri Linkov  <juri@jurta.org>
534         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
535         always non-nil.  (Bug#4052)
537         * replace.el (read-regexp): Return empty string when
538         `default-value' is nil.
539         (keep-lines-read-args): Don't use empty string as the
540         default value for `read-regexp'.  (Bug#2495)
542 2009-08-12  Juri Linkov  <juri@jurta.org>
544         * international/mule-cmds.el (ucs-insert): Change arguments
545         from `arg' to `character', `count', `inherit' to be the same
546         as in `insert-char'.  Doc fix.  (Bug#4039)
548         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
550 2009-08-12  Juri Linkov  <juri@jurta.org>
552         * files-x.el: New file.
554         * files.el: Move code that deals with adding/deleting
555         file/directory-local variables to files-x.el.
557         * Makefile.in (ELCFILES): Add files-x.elc.
559 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
561         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
562         to use `goto-line'.
563         (gdb-place-breakpoints, gdb-get-location): Rewritten without
564         `goto-line'.
565         (gdb-invalidate-disassembly): Do not refresh upon receiving
566         'update signal. Instead, update all disassembly buffers only after
567         threads list.
568         (gdb): Send -target-detach when buffer is killed (#3794).
569         (gdb-starting): Moved -data-list-register-names...
570         (gdb-stopped): ...here so it's sent when first thread stops.
571         (gdb-registers-handler-custom): Do nothing if register names are
572         unknown yet.
574         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
575         from `gdb-mi.el' to avoid extra tangling.
577         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
578         change which breaks `gud-def' definitions. used in `gdb'.
579         (gdb-update-gud-running): No extra fuss for updating frame number.
581 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
583         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
584         (describe-language-environment-map, setup-language-environment-map)
585         (set-coding-system-map): Move initialization into declaration.
586         (set-language-info-alist): Last arg to define-key-after can be skipped.
588         * international/quail.el (quail-completion-1): Simplify.
589         (quail-define-rules): Use slightly more compact code.
590         (quail-insert-decode-map): Propertize keys, compact columns.
592         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
593         Add goto-line.
595 2009-08-10  Miles Bader  <miles@gnu.org>
597         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
598         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
599         (js2-instance-member, js2-private-member, js2-private-function-call)
600         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
601         (js2-magic-paren, js2-external-variable):
602         Remove "-face" suffix from face names.
603         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
604         (js2-highlight-undeclared-vars, js2-peek-token)
605         (js2-parse-function-params, js2-mode-show-errors)
606         (js2-mode-show-warnings, js2-make-magic-delimiter)
607         (js2-mode-highlight-magic-parens): Update to use new face names.
609 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
611         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
612         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
614 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
616         * subr.el: Provide hashtable-print-readable.
618         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
619         hs-c-like-adjust-block-beginning.
620         (hs-hide-block-at-point): Stop hiding at the beginning of
621         hs-block-end-regexp (Bug#700).
623 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
625         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
626         a macro.
627         (gdb-registers-handler-custom): Do not fail when register names
628         are unavailable.
630 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
632         * progmodes/gdb-mi.el (gdb-control-all-threads)
633         (gdb-control-current-thread): Interactive setters for
634         `gdb-gud-control-all-threads' to use in menu.
635         (gdb-show-run-p): Show «Go» when process is not active.
636         (gud-tool-bar-map): Add non-stop/A,T indicator. Uses
637         gud/thread.xpm and gud/all.xpm.
639 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
641         * net/net-utils.el (net-utils-font-lock-keywords): New var.
642         (nslookup-font-lock-keywords): Make it a variable.
643         (net-utils-mode): New mode for viewing diagnostic network output.
644         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
645         (net-utils-run-simple): New function.
646         (ifconfig, iwconfig, netstat, arp, route): Use it.
648 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
650         * progmodes/gdb-mi.el (gdb-read-memory-custom)
651         (gdb-memory-set-address, def-gdb-set-positive-number)
652         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
653         after changing settings.
654         (gdb-invalidate-disassembly): Update when first shown.
655         (gdb-edit-locals-value): Fixed.
656         (gdb-registers-handler-custom): Print registers in right order and
657         allow changing register values (only for current thread yet).
658         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
659         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
660         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
661         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
662         info in mode name.
663         (gdb-registers-mode-map): TAB to switch to locals.
665 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
667         * mail/rmail.el (rmail-add-mbox-headers)
668         (rmail-set-message-counters-counter): Search for
669         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
671 2009-08-08  Glenn Morris  <rgm@gnu.org>
673         * Makefile.in (ELCFILES): Update.
675 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
677         * mail/sendmail.el (mail-yank-original): Set
678         buffer-file-coding-system from the one used by the message whose
679         text is yanked.
681         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
682         to "windows" when "pgnuplot" is used.
683         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
684         call accept-process-output if "pgnuplot" is used.
685         (calc-graph-init): Don't send -display and -geometry to
686         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
687         running "pgnuplot -V" with shell-command-to-string.
689         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
690         the default.
692 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
694         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
695         org/org-latex.elc.
697 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
699         * vc-dispatcher.el (vc-resynch-window): Update comment.
701         * term.el (term-handle-ansi-escape): Add comments with the
702         terminfo capabilities implemented.
704 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
706         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
707         (gdb-var-create-handler): Rewritten using JSON parser.
708         (gdb-propertize-header): Moved earlier.
709         (gdb-set-header): Removed to avoid duplication.
710         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
711         Refresh disassembly buffers only after threads list have been
712         update.
713         (gdb-threads-header, gdb-registers-header): Per-buffer header line
714         variables.
716 2009-08-04  Juri Linkov  <juri@jurta.org>
718         * files.el: Commands to add/delete file/directory-local variables.
719         (read-file-local-variable, read-file-local-variable-value)
720         (read-file-local-variable-mode, modify-file-local-variable)
721         (modify-file-local-variable-prop-line)
722         (modify-dir-local-variable): New functions.
723         (add-file-local-variable, delete-file-local-variable)
724         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
725         (add-dir-local-variable, delete-dir-local-variable)
726         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
727         (copy-dir-locals-to-file-locals-prop-line): New commands.
729 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
731         * abbrev.el (insert-abbrev-table-description): Prettify output.
732         Suggested by Karl Chen.
734 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
736         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
737         (gdb-overlay-arrow-position): Renamed to
738         `gdb-disassembly-position'.
739         (gdb-overlay-arrow-position, gdb-thread-position)
740         (gdb-disassembly-position): Declare variables.
741         (gdb-wait-for-pending): Function now.
742         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
743         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
744         compilation goes smoothly.
745         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
746         (gdb-non-stop-setting): New customization setting which replaces
747         `gdb-non-stop' so changing it doesn't break active GDB session.
748         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
749         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
750         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
751         (gdb-show-threads-by-default): New customization options.
752         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
753         routines.
754         (gdb-get-buffer-create): Send buffers update signal when they are
755         created.
756         (gdb-invalidate-locals, gdb-invalidate-registers)
757         (gdb-invalidate-breakpoints)
758         (gdb-invalidate-threads, gdb-invalidate-disassembly)
759         (gdb-invalidate-memory): Accept update signal.
760         (gdb-current-context-command): Use --frame option.
761         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
762         Implement `gdb-frame-number' selection logic.
763         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
764         whether to show GUD toolbar buttons.
765         (gdb-thread-exited): Unselect current thread when it exits.
766         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
767         (gdb-mark-line): Routine which sets overlay arrow or inverses
768         video on fringeless displays.
769         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
770         to build aligned columns of data in GDB buffers and set text
771         properties line-by-line.
772         (gdb-invalidate-breakpoints)
773         (gdb-breakpoints-list-handler-custom)
774         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
775         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
776         (gdb-registers-handler-custom): Align data columns.
777         (gdb-locals-handler-custom): Now prints data like in variable
778         declarations.
779         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
780         Removed confusing buttons.
781         (gdb-invalidate-threads): Append --frame.
782         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
783         between breakpoints/threads buffers.
784         (gdb-set-window-buffer): Now can ignore dedicated windows.
785         (gdb-propertize-header): Use `gdb-set-window-buffer'.
786         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
787         (def-gdb-thread-buffer-gud-command): Replaces
788         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
789         for fine thread control.
790         (gdb-preempt-existing-or-display-buffer): New function used to
791         display bound buffers without breaking window layout.
792         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
793         (gdb-select-frame): New version of `gdb-frames-select' which now
794         sets `gdb-frame-number' so commands may use --frame option instead
795         of inner debugger state.
796         (gdb-frame-handler): Do not set `gdb-frame-number'.
797         (gdb-threads-mode-map): Select threads with mouse.
799         * progmodes/gud.el (gdb-gud-context-call): Declare function to
800         avoid compilation warning.
801         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
802         `gdb-show-stop-p`.
804         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
805         Argument `key' renamed to `buffer-type'.
806         (gdb-current-context-buffer-name): Do not add thread info to
807         buffer name when no thread is selected.
808         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
809         command (bug 3794).
810         (gdb-thread-selected): Handle `=thread-selected' notification.
811         (gdb-wait-for-pending): New macro to deal with congestion problems.
812         (gdb-breakpoints-list-handler-custom): Don't fail on pending
813         breakpoints.
814         (gdb-invalidate-disassembly): Use 'fullname instead of 'file. This
815         fixes problem similar to one described in bug 3947.
816         (gud-menu-map): More menu items.
817         (gdb-init-1): Reset `gdb-thread-number' to nil.
819         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
820         non-stop settings.
822         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
823         (gdb-current-context-command): Do not append --thread if
824         `gdb-thread-number' is nil.
825         (gdb-running-threads-count, gdb-stopped-threads-count): New
826         variables.
827         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
828         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
829         customization options.
830         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
831         GUD commands.
832         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'
833         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
834         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
835         set `gdb-thread-number' and update `gud-running' properly.
836         (gdb-running): Update threads list when new threads appear.
837         (gdb-stopped): Support non-stop operation and new thread switching
838         logic.
839         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
840         (gdb-json-partial-output): New set of JSON routines.
841         (def-gdb-auto-update-trigger): New `signal-list' optional
842         argument.
843         (gdb-thread-list-handler-custom): Update `gud-running',
844         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
845         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
846         (gdb-continue-thread, gdb-step-thread): New commands for fine
847         thread execution control.
848         (gud-menu-map): New menu items to switch non-stop options.
849         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
850         (gdb-send): Mimic RET properly (bug 3794).
852         * progmodes/gdb-mi.el (gdb-rules-name-maker)
853         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
854         gdb-buffer-rules.
855         (def-gdb-auto-update-handler): New nopreserve optional argument.
856         (gdb-stack-list-frames-custom): Print stack from top to bottom.
858         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
859         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
860         (gdb-parent-mode): New mode to derive other GDB modes from.
861         (gdb-display-disassembly-for-thread)
862         (gdb-frame-disassembly-for-thread): New commands for threads
863         buffer.
865         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
866         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
867         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
868         (gdb-update): We now store all GDB buffers in a list so that they
869         can be updated by traversing a list instead of calling invalidate
870         triggers explicitly
871         (def-gdb-trigger-and-handler): New macro to define trigger-handler
872         pair for GDB buffer.
873         (gdb-stack-buffer-name): Add thread information.
874         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
875         handle pending triggers.
876         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
877         (def-gdb-thread-buffer-simple-command)
878         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
879         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
880         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread): New
881         commands which show buffers bound to thread.
882         (gdb-stack-list-locals-regexp): Removed unused regexp.
884         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name,gdb-locals-buffer-name)
885         (gdb-registers-buffer-name)
886         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
887         to (gud-comint-buffer) in *-buffer-name functions
888         because (gdb-get-target-string) already does that.
889         (gdb-locals-handler-custom, gdb-registers-handler-custom)
890         (gdb-changed-registers-handler): Rewritten without regexps.
892         * progmodes/gdb-mi.el Basic thread selection support.
893         (gdb-thread-number): New variable.
894         (gdb-current-context-command): New macro which adds --thread
895         option to command.
896         (gdb-threads-mode-map): Select thread with SPC
897         (gdb-thread-list-handler-custom): Mark current thread with overlay
898         arrow. Synchronize GDB thread and Emacs thread.
899         (gdb-select-thread): New command which selects current thread.
900         (gdb-invalidate-frames, gdb-invalidate-locals)
901         (gdb-invalidate-registers): Use --thread option.
903 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
905         * net/tramp.el (top): Make check for tramp-gvfs loading more
906         robust.  (Bug#3977)
907         (tramp-handle-insert-file-contents): `unwind-protect' must be
908         inside `with-parsed-tramp-file-name'.
910         * net/tramp-gvfs.el (top): Remove superfluous message when loading
911         fails.
913 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
915         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
916         directory if CLASSPATH is not set.
918 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
920         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp) New
921         defconst.
922         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
924 2009-08-02  Kevin Ryde  <user42@zip.com.au>
926         * net/newst-backend.el (newsticker--raw-url-list-defaults): Update
927         freshmeat link.  Delete newsforge.com as it seems gone.
929 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
931         * select.el (x-set-selection): Doc fix (Bug#4021).
933         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
935         * help-fns.el (describe-variable): Treat list return values from
936         dir-locals-find-file properly (Bug#4005).
938 2009-08-02  Julian Scheid <julians37@googlemail.com>  (tiny change)
940         * net/tramp.el (tramp-debug-message): Print also microseconds.
942 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
944         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
945         or END is non-nil.
946         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
947         (tramp-get-debug-buffer): Change `outline-regexp' according to new
948         format.
950         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
951         (tramp-get-file-property): Use it.
953         * autorevert.el (auto-revert-handler): Allow
954         `auto-revert-tail-mode' for remote files.
956 2009-08-02  Jason Rumney  <jasonr@gnu.org>
958         * minibuffer.el (read-file-name): Treat confirm options to
959         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
961 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
963         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
964         (font-lock-variable-name-face, font-lock-constant-face): Darken
965         the colors for light backgrounds.
967 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
969         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
970         month names.  (Bug#3987)
972 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
974         * simple.el (line-move-finish): Pass whole number to
975         line-move-to-column.
976         (line-move-visual): Perform hscroll to the recorded position.
978 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
980         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
982 2009-07-29  Alan Mackenzie  <acm@muc.de>
984         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
986 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
988         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
989         (gdb-place-breakpoints): Use full path when setting breakpoints.
991 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
993         * calc/calc.el (calc-mode-map): Add keybinding for
994         `calc-transpose-lines'.
996 2009-07-29  Vincent Belaïche <vincent.belaiche@gmail.com>
998         * calc/calc-misc.el (calc-transpose-lines): New function.
1000 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
1002         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
1003         Simplify check for out-of-band methods.
1004         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
1005         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
1007 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
1009         * vc-git.el (vc-git-checkin): Fix typo.
1011 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>>
1013         * progmodes/js2-mode.el: New file.
1015 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
1017         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
1018         (gud-menu-map): Adjust tooltip accordingly.
1020 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
1022         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
1023         (vc-bzr-log-view-mode): Adjust log-view-file-re.
1025         * add-log.el (change-log-mode-map): Add a menu.
1027 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
1029         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
1030         function returns nil.
1031         (dbus-handle-event): Handle special return value :ignore.
1032         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
1034 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
1036         * view.el (view-mode-enable): Don't define Helper-return-blurb if
1037         it's not needed.
1039 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
1041         Fix Bug#3888:
1043         * w32-vars.el (x-select-enable-clipboard): Doc fix.
1045         * term/pc-win.el (x-display-name, x-colors)
1046         (x-select-enable-clipboard, x-select-text): Doc fix.
1048         * term/common-win.el (x-display-name, x-colors): Doc fix.
1050         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
1051         (xw-defined-colors): Doc fix.
1053         * w32-fns.el (x-select-text, x-setup-function-keys)
1054         (x-get-selection, x-set-selection): Doc fix.
1056         * term/x-win.el (x-select-text, x-setup-function-keys)
1057         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
1059         * select.el (x-set-selection): Doc fix.
1061 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
1063         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
1064         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
1065         "IsNSSSupportAvailable" method is not available.  Reported by
1066         Steve Youngs <steve@sxemacs.org>.
1068 2009-07-24  Kenichi Handa  <handa@m17n.org>
1070         * international/characters.el: Fix setting of category ?C, ?|, ?K,
1071         and ?H.  Fix setting of case for Latin Extended and Greek
1072         Extended.
1073         (build-unicode-category-table): Fix range checks.
1075 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
1077         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
1078         the buffer we try to sync is current when calling
1079         vc-resynch-buffer.
1081         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
1082         not show up to date files.
1084 2009-07-24  Glenn Morris  <rgm@gnu.org>
1086         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
1087         Add autoload cookies.  If necessary, initialize.
1088         (elint-log): Handle non-file buffers.
1089         (elint-initialize): Add optional argument to reinitialize.
1090         (elint-find-builtin-variables): Save excursion.
1092 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
1094         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
1095         for Lint.
1097 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
1099         * vc.el (vc-print-log-internal): New function, split out from ...
1100         (vc-print-log): ... here.
1101         (vc-dir-move-to-goal-column): Declare.
1103         * vc-git.el (vc-git-add-signoff): New variable.
1104         (vc-git-checkin): Use it.
1105         (vc-git-toggle-signoff): New function.
1106         (vc-git-extra-menu-map): Bind it to menu.
1107         (vc-git--run-command-string): Accept a nil FILE argument.
1108         (vc-git-stash-list): New function.
1109         (vc-git-dir-extra-headers): Use it.
1111 2009-07-23  Glenn Morris  <rgm@gnu.org>
1113         * help-fns.el (describe-variable): Describe ignored and risky local
1114         variables in a similar way to that in which we describe safe ones.
1116         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
1117         (byte-compile-output-file-form, byte-compile-output-docform)
1118         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
1119         Give some more local variables with common names a "bytecomp-" prefix,
1120         so as not to shadow things during compilation.
1121         * emacs-lisp/cl-macs.el (load-time-value)
1122         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
1123         `outbuffer' to `bytecomp-outbuffer'.
1125         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
1126         since the next two variables cover them automatically now.
1127         (elint-builtin-variables, elint-autoloaded-variables): New.
1128         (elint-unknown-builtin-args): Remove all members, since they can be
1129         parsed automatically now.
1130         (elint-extra-errors): New.
1131         (elint-env-add-env, elint-env-add-macro): Use cadr.
1132         (elint-current-buffer): Use or.  Change final message.
1133         (elint-get-top-forms): Use line-end-position.
1134         (elint-init-env): Use cadr.  Handle autoload, declare-function,
1135         and defalias.
1136         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
1137         (regexp-assoc): Remove unused function.
1138         (elint-top-form): Set elint-current-pos, to record the start of the
1139         top-level form, for compilation-mode.
1140         (elint-form): Trap errors in macro expansion.  Use dolist.
1141         (elint-unbound-variable): Use elint-builtin-variables and
1142         elint-autoloaded-variables.
1143         (elint-get-args): Use cadr, or.
1144         (elint-check-cond-form): Use dolist, cadr.
1145         (elint-check-condition-case-form): Doc fix.  Use cadr.
1146         Use elint-extra-errors.
1147         (elint-log): New function.
1148         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
1149         Distinguish errors and warnings.
1150         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
1151         Use a bytecomp-style format.
1152         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
1153         (elint-get-log-buffer): Use compilation mode.  Disable undo.
1154         Don't truncate lines.
1155         (elint-initialize): Set builtin and autoloaded variable lists.
1156         Only process elint-unknown-builtin-args if non-nil.
1157         (elint-find-builtin-variables, elint-find-autoloaded-variables):
1158         New functions.
1159         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
1161 2009-07-22  Kevin Ryde  <user42@zip.com.au>
1163         * net/newst-backend.el (newsticker--parse-atom-1.0)
1164         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1165         (newsticker--parse-rss-1.0):
1166         * progmodes/idlwave.el (idlwave-mode):
1167         * progmodes/idlw-shell.el (idlwave-shell-mode):
1168         * progmodes/vera-mode.el (vera-mode):
1169         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
1170         * progmodes/vhdl-mode.el (vhdl-mode):
1171         * textmodes/table.el (table-generate-source)
1172         (table--warn-incompatibility):
1173         Hyperlink urls in docstrings with URL `...'.
1175 2009-07-22  Glenn Morris  <rgm@gnu.org>
1177         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
1178         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
1179         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
1180         Remove leading * from defcustom docs.
1182         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
1184         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
1185         defcustom doc.
1186         (list-load-path-shadows): Optionally, just return shadows as a string.
1188         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
1190 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
1192         * mail/rmailedit.el (rmail-edit-mode): Use
1193         auto-save-include-big-deletions.
1195         * mail/rmail.el (rmail-variables): Use
1196         auto-save-include-big-deletions.
1198         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
1199         changes.
1201 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
1203         * calc/calc.el (calc-undo-length): New variable.
1204         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
1206 2009-07-21  Richard Stallman  <rms@gnu.org>
1208         * files.el (auto-save-mode): Handle buffer-save-size = -2
1209         for toggling mode.
1211 2009-07-21  Glenn Morris  <rgm@gnu.org>
1213         * textmodes/ispell.el (ispell-looking-back): Update declaration.
1215         * calendar/todo-mode.el (calendar-current-date): Update declaration.
1217         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
1218         silence compiler.  Instead...
1219         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
1220         (ps-print-ensure-fontified): Update for above function name changes.
1222         * printing.el (pr-mh-get-msg-num, pr-mh-show)
1223         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
1224         silence compiler.  Instead...
1225         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
1226         (mh-show-buffer): Only define for compiler.
1227         (pr-mh-current-message): Update for above function name changes.
1229         * files.el (abort-if-file-too-large): Explicitly pass `filename'
1230         as an argument.
1231         (find-file-noselect, insert-file-1): Update for above change.
1233         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
1235         * mail/mailclient.el (mailclient-send-it): Fix message.
1237         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
1238         (edebug-eval): Check cl-debug-env is bound.
1239         (print-level, print-circle): Don't redefine built-in variables.
1241         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
1242         (custom-print-vectors): Remove old comments from doc.
1244         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
1245         (emerge-version): Make the variable an obsolete alias for the
1246         emacs-version variable.  Make the function obsolete.
1247         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
1248         Emerge options, rather than merging in into the main Options menu.
1249         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
1250         and auto advance modes.  Disable edit/fast items when not relevant.
1252 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
1254         * term/vt420.el (terminal-init-vt420): Fix typo.
1256 2009-07-20  Sam Steingold  <sds@gnu.org>
1258         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
1259         variable (removed from compile.el on 2004-03-11).
1261 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
1263         * files.el (hack-local-variables-filter): Fix last change.
1265 2009-07-19  Juri Linkov  <juri@jurta.org>
1267         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
1268         (dir-local-variables-alist): New buffer-local variable.
1269         (hack-local-variables-filter): If variable is not dir-local,
1270         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
1271         because file-local overrides dir-local.
1272         (c-postprocess-file-styles)<declare-function>:
1273         Remove obsolete declaration.
1274         (hack-dir-local-variables): Add dir-local variable/value pair to
1275         `dir-local-variables-alist' and remove duplicates.  Doc fix.
1277         * help-fns.el (describe-variable): Add information about
1278         file-local and dir-local variables.
1280 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
1282         * files.el (hack-local-variables-filter): Rewrite.
1284 2009-07-19  Glenn Morris  <rgm@gnu.org>
1286         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
1287         Silence compiler by only defining on XEmacs.
1289         * international/mule.el (auto-coding-regexp-alist): Only match
1290         BABYL... at the start of buffer, not of lines.  (Bug#3790)
1292         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
1293         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
1294         (cal-menu-context-mouse-menu): Doc fix.
1296         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
1298         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
1300 2009-07-18  Juri Linkov  <juri@jurta.org>
1302         * info.el: Virtual Info keyword finder.
1303         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
1304         (Info-finder-file): New variable.
1305         (Info-finder-find-file): New function.
1306         (finder-known-keywords, finder-package-info)
1307         (find-library-name, lm-commentary): Use defvar and
1308         declare-function to silence compiler warnings.
1309         (Info-finder-find-node): New function.
1310         (info-finder): New command.
1312         * subr.el (process-kill-buffer-query-function): New function.
1313         (add-hook)<kill-buffer-query-functions>: Add hook
1314         `process-kill-buffer-query-function'.
1316 2009-07-18  Alan Mackenzie  <acm@muc.de>
1318         * progmodes/cc-mode.el (c-before-hack-hook),
1319         (c-postprocess-file-styles): Give invocation of `c-set-style'
1320         DONT-OVERRIDE parameter of t.  Already set style variables will
1321         thus not be overridden by style settings given by `c-file-syle'.
1323         * files.el (hack-local-variables-filter): Remove entries with
1324         duplicate keys from `file-local-variables-alist'.
1326 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
1328         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
1329         x-set-selection if display-selections-p returns nil for the
1330         current frame.
1332 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
1334         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
1336 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
1338         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
1339         Accept nil in addition to a regexp.
1340         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
1341         Accept nil in addition to a regexp.
1342         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
1343         buffers that have an associated file.  Handle nil values of
1344         desktop-buffers-not-to-save and desktop-files-not-to-save.
1345         (Bug#3833)
1347         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
1348         (x-disown-selection-internal): New functions.
1350 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
1352         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
1353         warning.
1354         (gdb-breakpoints-header): Move forward to avoid compiler warning.
1355         (gdb-make-header-line-mouse-map): Remove duplicate definition.
1357 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
1359         * simple.el (set-mark): Revert last change.
1361 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
1363         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
1364         rendering of pngs is not possible instead of messaging a long
1365         description.
1367 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
1369         * w32-fns.el (x-selection-owner-p): New function.
1371         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
1372         (mouse-yank-at-click, mouse-yank-primary): If
1373         select-active-regions is non-nil, deactivate the mark before
1374         insertion.
1376         * simple.el (deactivate-mark, set-mark): Only save selection if we
1377         own it.
1379 2009-07-17  Kenichi Handa  <handa@m17n.org>
1381         * case-table.el (describe-buffer-case-table): Fix for the case
1382         that KEY is a cons.
1384 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
1386         * vc-rcs.el (vc-rcs-find-file-hook):
1387         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
1389 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
1391         * net/tramp.el (tramp-wait-for-output): Handle the case when
1392         commands do not return a newline but a null byte before the shell
1393         prompt.  (Bug#3858)
1395 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1397         * term/ns-win.el (ns-set-alpha): Don't declare.
1398         (ns-set-background-alpha): Remove function.
1400 2009-07-16  Kevin Ryde  <user42@zip.com.au>
1402         * emacs-lisp/copyright.el (copyright-update): Save match-data across
1403         y-or-n-p, for safety.
1405 2009-07-16  Richard Stallman  <rms@gnu.org>
1407         * files.el (auto-save-mode): If buffer-saved-size is -2,
1408         don't clobber it.
1410         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
1411         (rmail-retry-ignored-headers): Add more uninteresting fields.
1413 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
1415         * net/rcirc.el (rcirc): Use history variables.
1416         (rcirc-server-name-history, rcirc-nick-name-history)
1417         (rcirc-server-port-history): New variables.
1419 2009-07-15  Kenichi Handa  <handa@m17n.org>
1421         * international/mule-cmds.el (set-language-environment-charset):
1422         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
1423         ignore them.
1425         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
1426         Delete unibyte-display.
1428 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1430         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
1432 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
1434         * simple.el (deactivate-mark): Optional argument FORCE.
1435         (set-mark): Use deactivate-mark.
1437         * info.el (Info-search): No need to check transient-mark-mode
1438         before calling deactivate-mark.
1440         * select.el (x-set-selection): Doc fix.
1441         (x-valid-simple-selection-p): Allow buffer values.
1442         (xselect--selection-bounds): Handle buffer values.  Suggested by
1443         David De La Harpe Golden.
1445         * mouse.el (mouse-set-region, mouse-drag-track): Call
1446         copy-region-as-kill before setting the mark, to let
1447         select-active-regions work.
1449 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
1451         * simple.el (deactivate-mark): If select-active-regions is
1452         non-nil, copy the selection data into a string.
1453         (activate-mark): If select-active-regions is non-nil, set the
1454         selection to the current buffer.
1455         (set-mark): Update selection if select-active-regions is non-nil.
1457         * select.el (x-valid-simple-selection-p): Allow buffer values.
1459 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1461         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
1462         and more featureful message-mode.
1464 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
1466         * select.el (x-set-selection): Doc fix.
1467         (x-valid-simple-selection-p): Disallow selection data consisting
1468         of a list or cons of integers, since that is not used.
1469         (xselect--selection-bounds, xselect--int-to-cons): New functions.
1470         (xselect-convert-to-string, xselect-convert-to-length)
1471         (xselect-convert-to-filename, xselect-convert-to-charpos)
1472         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
1474 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
1476         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
1477         output in -break-info command (Emacs bug #3794).
1479 2009-07-14  Glenn Morris  <rgm@gnu.org>
1481         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
1482         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
1483         (edebug-print-length, edebug-print-level, edebug-print-circle)
1484         (edebug-sit-for-seconds, edebug-view-outside)
1485         (edebug-bounce-point, edebug-set-global-break-condition)
1486         (edebug-Go-nonstop-mode, edebug-trace-mode)
1487         (edebug-Trace-fast-mode, edebug-continue-mode)
1488         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
1489         (edebug-visit-eval-list): Doc fixes.
1491         * subr.el (def-edebug-spec): Doc fix.
1493 2009-07-14  Kenichi Handa  <handa@m17n.org>
1495         * international/characters.el: Fix setting of category ?C.
1497 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
1499         * term/ns-win.el (x-select-font): defailias x-select-font to
1500         ns-popup-font-panel instead of generate-fontset-menu.
1502 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
1504         * desktop.el (desktop-buffers-not-to-save): Remove ".log". (Bug#3833)
1506 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
1508         * arc-mode.el (archive-find-type): Allow for a PK00 string before
1509         the PK\003\004 header (Bug#3770).
1511 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
1513         * pcomplete.el (pcomplete-comint-setup): Check for
1514         shell-dynamic-complete-filename too.
1516 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
1518         * simple.el (temporary-goal-column): Change the value for
1519         line-move-visual to a cons cell.
1520         (line-move-visual): Record or set the window hscroll, if
1521         necessary (Bug#3494).
1522         (line-move-1): Handle cons value of temporary-goal-column.
1524 2009-07-11  Kenichi Handa  <handa@m17n.org>
1526         * international/mule-diag.el (describe-character-set): Don't show
1527         width.
1529 2009-07-10  Sam Steingold  <sds@gnu.org>
1531         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1532         Omake sometimes indents the errors it prints, so allow all
1533         regexps to start with spaces.
1535 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
1537         * cus-edit.el (customize-changed-options-previous-release):
1538         Bump value to 22.1.  (Bug#3804)
1540 2009-07-08  Sam Steingold  <sds@gnu.org>
1542         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
1543         to be a cons cell (test . ignored-directory) to selectively ignore
1544         some directories depending on the location of the search.
1546 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
1548         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
1549         remote user is root, on the local host.
1550         (tramp-local-host-p): Either the local user or the remote user
1551         must be root.  (Bug#3771)
1553 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1555         * progmodes/gdb-mi.el (gdb): Remove description of
1556         gdb-use-separate-io-buffer.
1557         (menu): Don't allow toggling of or enable
1558         gdb-use-separate-io-buffer from menubar.
1560 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
1562         * mail/unrmail.el (unrmail): Make sure the message ends with two
1563         newlines (Bug#3769).
1565 2009-07-08  Glenn Morris  <rgm@gnu.org>
1567         * calendar/calendar.el (calendar-current-date): Rework previous change.
1569 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
1571         * calendar/calendar.el (calendar-current-date):
1572         Add an optional argument giving an offset from today.
1574 2009-07-08  Glenn Morris  <rgm@gnu.org>
1576         * tutorial.el (tutorial--describe-nonstandard-key):
1577         Adjust the message for when a key has been unbound.
1578         (help-with-tutorial): Hide the arch-tag.
1580 2009-07-08  Kenichi Handa  <handa@m17n.org>
1582         * international/fontset.el (setup-default-fontset): For each
1583         script, append (not set) font-specs.
1585         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
1586         docstring.
1588 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
1590         * progmodes/gdb-mi.el (gdb-init-1): Move sending
1591         -data-list-register-names to ...
1592         (gdb-starting): ... here because GDB 7.0 requires execution to
1593         have started when using this MI command.
1594         (gdb-set-header): New function to distinguish select and
1595         unselected tabs in gdb buffers.
1596         (gdb-propertize-header): New macro that uses gdb-set-header.
1597         (gdb-breakpoints-header, gdb-locals-header): Use it.
1598         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
1600 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
1602         * Makefile.in (ELCFILES): Remove fadr.elc.
1604 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
1606         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
1607         may contain frame information, so `string-match' should be used.
1608         (gdb-update): Disassembly is invalidated through
1609         `gdb-get-selected-frame'.
1610         (gdb-pad-string): New function to pad string with spaces.
1611         (gdb-invalidate-disassembly): Invalidate only if the buffer
1612         exists.
1613         (gdb-disassembly-handler-custom): Column alignment.
1614         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
1615         placing new ones.
1616         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
1617         end of line, too.
1618         (gdb-frame-handler): Match convention to for disassembly buffer
1619         mode name.
1620         (gdb-stack-list-frames-handler): Rewritten without regexps.
1621         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
1622         not highlight breakpoints without line information.
1623         (gdb-input): Add trailing newline to command.
1625         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
1626         buffer properly.
1627         (gdb-breakpoints-list-handler-custom): Replacement for
1628         `gdb-break-list-handler'. Using real parser instead of regexps
1629         now.
1630         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
1631         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
1632         to place breakpoints.
1633         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
1634         functions.
1635         (gdb-disassembly-handler-custom): Show overlay arrow.
1636         (gdb-disassembly-place-breakpoints): Show breakpoints in
1637         disassembly buffer.
1638         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1639         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
1640         instead of parsing breakpoints buffer. Fixed old menu references
1641         in `gud-menu-map'.
1643         * fadr.el: Remove.
1645         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el
1646         (gdb-memory-address): New variable which holds top address of
1647         memory page shown in memory buffer
1648         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
1649         customization variables.
1650         New functions:
1651         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
1652         display the memory buffer.
1653         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
1654         buffer display parameters.
1655         (def-gdb-memory-format, gdb-memory-format-binary)
1656         (gdb-memory-format-octal, gdb-memory-format-unsigned)
1657         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
1658         Functions for setting memory buffer format.
1659         (gdb-memory-unit-word, gdb-memory-unit-halfword)
1660         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
1661         unit size used in memory buffer.
1662         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
1663         to next/previous page of memory buffer.
1664         Now using (bindat-get-field) instead of fadr functions.
1666 2009-07-07  Sam Steingold  <sds@gnu.org>
1668         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
1669         non-top-level files.
1671 2009-07-07  Kenichi Handa  <handa@m17n.org>
1673         * international/mule-cmds.el (reset-language-environment): Put
1674         the highset priority to the charset iso-8859-1.
1676 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1678         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
1679         to the end of the line when locating the block (Bug#700).
1681 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
1683         * net/tramp.el (tramp-handle-write-region): Flush file properties
1684         in case of short track.
1686 2009-07-07  Michael McNamara  <mac@mail.brushroad.com>
1688         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
1689         representation of verilog error regular expressions to work with
1690         Emacs-22's new format.
1691         (verilog-error-regexp-xemacs-alist): Coded custom representation
1692         of verilog error regular expressions to work with XEmacs format
1693         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
1694         error recognition into XEmacs.
1695         (verilog-error-regexp-add-emacs): Hook routine to install verilog
1696         error recognition into Emacs-22.
1698 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
1700         * woman.el: Remove stand-alone closing parentheses.
1701         (woman-file-name, woman2-format-paragraphs)
1702         (woman-leave-blank-lines): Code cleanup.
1703         (woman-use-own-frame): Change default to nil.
1704         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
1705         defaults to inherit from default faces.
1706         (woman2-process-escapes): Consume the newline after a stand-alone
1707         filler character (Bug#3651).
1709 2009-07-06  Glenn Morris  <rgm@gnu.org>
1711         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
1712         (top-level): Move provide to the end.
1713         (ffap): Remove defunct URL from custom group.
1715         * subr.el (eval-after-load): Doc fix.
1717 2009-07-06  Vincent Belaïche <vincent.belaiche@gmail.com>
1719         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
1720         `calc-embedded-word' is called twice.
1722 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1724         * files.el (find-alternate-file-other-window, find-alternate-file):
1725         Obey confirm-nonexistent-file-or-buffer.
1727 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
1729         * dired-aux.el (dired-show-file-type): Handle remote files.
1731 2009-03-22  Jari Aalto  <jari.aalto@cante.net>
1733         * desktop.el (desktop-globals-to-save):
1734         Add file-name-history (Bug#2750).
1736 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
1738         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
1740 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
1742         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
1743         property on entire argument since this is what eshell-lisp-command
1744         expects.
1746 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
1748         * net/tramp-gvfs.el (tramp-gvfs-methods)
1749         (tramp-gvfs-zeroconf-domain)
1750         (tramp-bluez-discover-devices-timeout): Add version flag.
1751         (tramp-gvfs-handler-mounted-unmounted)
1752         (tramp-gvfs-connection-mounted-p): Polish handling of
1753         incompatibilities between GVFS 0.2 and 1.0.
1755 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
1757         * cus-start.el (all): Add make-pointer-invisible.
1759 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
1761         * calc-math.el (math-use-emacs-fn): Make sure that the number is
1762         formatted correctly.
1764 2009-07-02  Juri Linkov  <juri@jurta.org>
1766         * info.el: Virtual Info files and nodes.
1767         (Info-virtual-files, Info-virtual-nodes): New variables.
1768         (Info-current-node-virtual): New variable.
1769         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
1770         New functions.
1771         (Info-file-supports-index-cookies): Use Info-virtual-file-p
1772         to check for a virtual file instead of checking a fixed list
1773         of node names.
1774         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
1775         instead of ad-hoc processing of "dir" and (apropos history toc).
1776         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
1777         instead of ad-hoc processing of "dir" and (apropos history toc).
1778         Reread a file when moving from a virtual node.
1779         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
1780         (Info-directory-toc-nodes, Info-directory-find-file)
1781         (Info-directory-find-node): New functions.
1782         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
1783         (Info-history): Move part of code to
1784         `Info-history-find-node'.
1785         (Info-history-toc-nodes, Info-history-find-file)
1786         (Info-history-find-node): New functions.
1787         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
1788         (Info-toc): Move part of code to `Info-toc-find-node'.
1789         (Info-toc-find-node): New function.
1790         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
1791         the current Info file name to references because now the node
1792         "*TOC*" belongs to the same Info manual.
1793         (Info-toc-build): Rename from `Info-build-toc'.
1794         (Info-toc-nodes): Rename input argument `file' to `filename'.
1795         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
1796         instead of ad-hoc processing of ("dir" apropos history toc).
1797         (Info-index-nodes): Use Info-virtual-file-p
1798         to check for a virtual file instead of checking a fixed list
1799         of node names.
1800         (Info-index-node): Add check for `Info-current-node-virtual'.
1801         Raise `save-match-data' higher up the tree to contain
1802         `search-forward' too (bug fix).
1803         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
1804         (Info-virtual-index-nodes): New variable.
1805         (Info-virtual-index-find-node, Info-virtual-index): New functions.
1806         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
1807         (Info-apropos-file, Info-apropos-nodes): New variables.
1808         (Info-apropos-toc-nodes, Info-apropos-find-file)
1809         (Info-apropos-find-node, Info-apropos-matches): New functions.
1810         (info-apropos): Move part of code to `Info-apropos-find-node' and
1811         `Info-apropos-matches'.
1812         (Info-mode-map): Bind "I" to `Info-virtual-index'.
1813         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
1814         for a virtual file instead of checking a fixed list of node names.
1816         * simple.el (async-shell-command): New command.
1818         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
1820         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
1821         instead of `mount-info'.
1823 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
1825         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
1826         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
1828 2009-07-02  Kenichi Handa  <handa@m17n.org>
1830         * international/mule.el (set-keyboard-coding-system): Force *-unix
1831         coding-system to avoid eol conversion.
1833 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
1835         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1836         Add handler for `process-file', `shell-command' and
1837         `start-file-process'.
1838         (tramp-gvfs-handle-shell-command)
1839         (tramp-gvfs-handle-start-file-process)
1840         (tramp-gvfs-handle-process-file): New defuns.
1841         (tramp-synce-list-devices): Simplify check for existence of property.
1843 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
1845         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
1847 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
1849         * language/korean.el (set-language-info-alist): Add korean-cp949,
1850         cp949 to spec.
1852 2009-07-01  Kenichi Handa  <handa@m17n.org>
1854         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
1856         * international/encoded-kb.el: Deleted.
1858         * international/mule.el (set-keyboard-coding-system): Perform the
1859         necessary setup here instead of calling encoded-kbd-setup-display.
1861 2009-07-01  Glenn Morris  <rgm@gnu.org>
1863         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
1865 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
1867         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
1869 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
1871         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
1872         Handle also the 'rename case, when setting file modes.  (Bug#3712)
1873         (tramp-default-file-modes) Remove execute permissions.
1875         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
1876         (top): Add a default for "synce" in `tramp-default-user-alist'.
1877         Add completion function for "synce" method.
1878         (tramp-hal-service, tramp-hal-path-manager)
1879         (tramp-hal-interface-manager, tramp-hal-interface-device):
1880         New defconst.
1881         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
1882         (tramp-synce-list-devices, tramp-synce-parse-device-names):
1883         New defuns.
1885         * net/trampver.el: Update release number.
1887 2009-06-30  Kenichi Handa  <handa@m17n.org>
1889         * international/fontset.el (setup-default-fontset): Add CJK fonts
1890         for symbols and the other miscellaneous characters.
1892         * language/korea-util.el (setup-korean-environment-internal):
1893         Make char-width-table suitable for Korean environments.
1894         (exit-korean-environment): Cancel above.
1896         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
1897         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
1898         setup-funcion to make char-widht-table suitable for respective
1899         environments, and an exit-function to cancel that.
1901         * language/japan-util.el (setup-japanese-environment-internal):
1902         Call use-cjk-char-width-table with arg `ja_JP'.
1904         * international/characters.el (cjk-char-width-table): Delete it.
1905         (cjk-char-width-table-list): New variable.
1906         (use-cjk-char-width-table): New arg local-name.
1907         (use-default-char-width-table): Fix for the case that Emacs is
1908         already using the default char-width-table.
1910 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
1912         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
1913         modes mandatory.  (Bug#3712)
1915 2009-06-29  Alan Mackenzie  <acm@muc.de>
1917         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
1918         correction between the visible width of TABs and their number of bytes.
1920 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
1922         * server.el (server-buffer-done): Prevent kill-buffer from
1923         prompting by clearing the buffer modification flag (Bug#3696).
1925 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
1927         * verilog-mode.el (verilog-beg-of-statement)
1928         (verilog-endcomment-reason-re): Support unique case and priority case.
1929         (verilog-basic-complete-re): Support localparam lineup.
1930         (verilog-beg-of-statement-1): Fix for robustness, unique case.
1931         (verilog-set-auto-endcomments): Fix for unique case, always_comb
1932         commenting.
1933         (verilog-leap-to-case-head): Now support *nested* unique &
1934         priority case statements.
1935         (verilog-auto-lineup): Make just declarations the default (as it
1936         had been).
1937         (verilog-leap-to-case-head): Support priority/unique case statements.
1938         (verilog-auto-lineup): Rework to give users radio buttons to
1939         select the various styles of automatic lineup
1940         (verilog-error-regexp-alist): Rework to support the XEmacs style
1941         of error regular expressions from compilers, lint tools &
1942         simulators.  Note that GNU Emacs has made it impossible for a mode
1943         to load such things.
1944         (electric-verilog-terminate-line, verilog-indent-declaration)
1945         (verilog-auto-wiure): Rework for radio button selection of
1946         auto-lineup selection of specification of auto lineup.
1947         (verilog-beg-of-statement-1): Redesign to support proper operation
1948         in additional code, based on testing with auto-lineup.
1949         (verilog-calculate-indent, assignments & declarations)
1950         (verilog-backward-token): Enhance to support auto-lineup of
1951         assignments & declarations.
1952         (verilog-in-directive-p, verilog-at-struct-p): New function for
1953         easy test of whether we are.
1954         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
1955         to support safe execution at almost anyline.
1956         (verilog-calc-1): Properly support indenting deep inside generate
1957         blocks.
1958         (verilog-init-font) Remove definition & use of verilog-init-font,
1959         as it is redundant with font-lock-defaults.
1960         (verilog-mode): Alter the definition of verilog-font-lock-defualts
1961         to avoid circular calls if syntax-ppss is a function (as is the
1962         case now in 22.x GNU Emacs) as that function would sometimes call
1963         itself, leading to (nearly) infinite recursion
1964         (verilog-ovm-begin-re, verilog-ovm-end-re)
1965         (verilog-ovm-statement-re, verilog-leap-to-head)
1966         (verilog-backward-token): Add support for OVM macros.  Some are
1967         complete statements, and others open and close scopes like begin
1968         and end.
1969         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
1970         (verilog-defun-level-generate-only-re): Really fix the defun-list
1971         compilation issue
1972         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
1973         coverpoint, constraint and cross statements
1974         (verilog-defun-level-list, verilog-generate-defun-level-list)
1975         (verilog-all-defun-level-list): Redo these specifications - it is
1976         too hard to support eval-when compile aggregation of lists also
1977         built at when-compile time.
1978         (verilog-defun-level-list): Place defconsts of variables used in
1979         building regular expressions which are built in eval-when-compile
1980         bodies in the same eval-when-compile body to facilitate compile
1981         without load.
1982         (verilog-beg-block-re-ordered): Support indenting
1983         virtual/protected tasks and functions.
1984         (verilog-defun-level-list,verilog-in-generate-region-p)
1985         (verilog-backward-ws&directives, verilog-calc-1): Speed up
1986         indentation of some module items (generate items).
1987         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
1988         across virtual/protected tasks and functions.
1990 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
1992         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
1993         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
1994         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
1995         in concatenations.  Reported by Yishay Belkind.
1996         (verilog-auto-ascii-enum): Support one-hot state machines in
1997         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
1998         (verilog-auto-inst, verilog-auto-inst-port): Include interface
1999         modport in AUTOINST and add vl-modport for users.  Reported by
2000         David Rogoff.
2001         (verilog-auto-inout-module, verilog-auto-inst)
2002         (verilog-decls-get-interfaces, verilog-insert-definition)
2003         (verilog-insert-one-definition, verilog-read-decls)
2004         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
2005         (verilog-sig-modport, verilog-signals-combine-bus)
2006         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
2007         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
2008         Suggested by David Rogoff.
2009         (verilog-repair-open-comma): Fix non-insertion of comma when
2010         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
2011         (verilog-make-width-expression): Simplify [A-1:0] expression
2012         widths to just {A{1'b0}}.
2013         (verilog-mode): Cleanup checkdoc warnings.
2014         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
2015         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
2016         inputs/outputs or data type.  Suggested by Vasu Kandadi.
2017         (next-error-last-buffer): Fix byte-compiler warning.
2018         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
2019         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
2020         or shell command text during AUTO expansion.  Suggested by Tad Truex.
2021         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
2022         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
2023         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
2024         in AUTOINOUT. Reported by Matthew Lovell.
2025         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
2026         causing use of <= assignments.  Reported by Alex Reed.
2027         (verilog-read-decls): Fix triand, trior, wand, wor to be
2028         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
2029         (verilog-extended-complete-re): Support import "DPI-C" functions.
2030         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
2031         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
2032         (verilog-insert-date, verilog-insert-year)
2033         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
2034         Windows systems.  Reported by Michael Potts.
2035         (verilog-read-module-name): Fix AUTOINST when the child module
2036         declaration's name is a tick define. Reported by Elliot Mednick.
2037         (verilog-read-decls): Fix V2K parameter bit subscripts getting
2038         passed to next parameter's definition. Reported by Bruce T.
2039         (verilog-read-decls): Fix detecting "parameter int" when using
2040         AUTOINSTPARAM.  Reported by Bruce T.
2041         (verilog-goto-defun): Fix goto not finding modules unless first
2042         perform a verilog-auto expansion. Suggested by Lawrence Butcher.
2043         (verilog-mode): Expand -f flag arguments on entry to mode so
2044         verilog-goto-defun will work.  Reported by Lawrence Butcher.
2045         (verilog-getopt): Expand environment variables in -f file
2046         arguments.  Suggested by Lawrence Butcher.
2047         (verilog-set-define): Fix "Symbol's value as variable is void"
2048         when reading enumerations.
2049         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
2050         Suggested by Stephen Peltan.
2051         (verilog-read-defines): Fix reading of enumerations in include
2052         files.  Reported by Steve Peltan.
2054 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
2056         * files.el (trash-directory): Fix defcustom type.
2058 2009-06-28  Juri Linkov  <juri@jurta.org>
2060         * help-fns.el (describe-function-1): Correctly locate adviced
2061         functions in hyperlink (Bug#2438).
2063 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
2065         * files.el (trash-directory): Change default to nil.
2066         (move-file-to-trash): If trash-directory is nil and
2067         system-move-file-to-trash is unbound, perform freedesktop-style
2068         trashing.
2070 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
2072         * files.el (move-file-to-trash): Add freedesktop trash
2073         support (Bug#973).
2075 2009-06-28  Glenn Morris  <rgm@gnu.org>
2077         * autorevert.el (global-auto-revert-non-file-buffers)
2078         (global-auto-revert-mode): Doc fixes.
2080 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
2082         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
2084 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
2086         * faces.el (x-handle-named-frame-geometry): Ensure that we have
2087         opened an X connection before calling x-get-resource (Bug#3194).
2089         * play/doctor.el: Remove reference to obsolete website.
2090         (make-doctor-variables): Correct grammar mistake (Bug#2633).
2092 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
2094         Remove find-file-not-found-hook VC method.  (Bug#2757)
2095         * vc-hooks.el (vc-file-not-found-hook)
2096         (vc-default-find-file-not-found-hook): Remove functions.
2097         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
2098         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
2099         * vc.el:
2100         * vc-hg.el:
2101         * vc-git.el: Do not mention find-file-not-found-hook VC method.
2103 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
2105         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
2106           compatibility function for `looking-back'
2108         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
2109         Use `ispell-looking-back'
2111 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
2113         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
2114         rather than `filename'.
2116 2009-06-23  Miles Bader  <miles@gnu.org>
2118         * face-remap.el (text-scale-set): New function.
2120 2009-06-23  Glenn Morris  <rgm@gnu.org>
2122         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2124         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
2126         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
2128         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
2130         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
2131         Simplify Persian conditionals.
2133         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
2134         variable `filename'.
2136         * comint.el (comint-insert-input): Doc fix.
2138         * Makefile.in (ELCFILES): Fix typo in previous change.
2140 2009-06-23  Miles Bader  <miles@gnu.org>
2142         * cus-start.el: Add entry for `recenter-redisplay'.
2144 2009-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
2146         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
2147         Add an optional argument for the backend, use it instead of
2148         calling vc-backend.
2149         (vc-mode-line): Add an optional argument for the backend.
2150         Pass the backend to vc-state and vc-working-revision.  Move code for
2151         special handling for vc-state being a buffer to ...
2153         * vc-rcs.el (vc-rcs-find-file-hook):
2154         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
2156         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
2157         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
2158         vc-stay-local-p and vc-mode-line calls.
2160         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
2161         (vc-cvs-diff, vc-cvs-annotate-command)
2162         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
2163         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
2164         vc-mode-line calls.
2166         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
2167         direct comparison.
2168         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
2169         backend when calling vc-mode-line.
2170         (vc-register): Do not create a closure for calling the vc register
2171         function, call it directly.
2173 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
2175         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
2176         to make it obvious item can be clicked.
2178         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
2180 2009-06-23  Kenichi Handa  <handa@m17n.org>
2182         * language/korea-util.el (korean-key-bindings): Change the binding
2183         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
2184         same command.
2186 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
2188         Sync with Tramp 2.1.16.
2190         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
2192         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
2193         when a loading of a package fails.  Completion function for rsync
2194         is `tramp-completion-function-alist-ssh'.
2195         (all): Replace all calls of `split-string' and
2196         `tramp-split-string' by `tramp-compat-split-string'.
2197         (tramp-default-method): Use `tramp-compat-process-running-p'.
2198         (tramp-default-proxies-alist): Allow also Lisp forms.
2199         (tramp-remote-path): Add choice "Private Directories".
2200         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
2201         (tramp-domain-regexp): Allow also "-", "_" and ".".
2202         (tramp-end-of-output): Remove newlines, and add "$" at the end.
2203         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
2204         (tramp-debug-message): Insert header line in debug buffer.
2205         (tramp-handle-directory-files-and-attributes-with-stat):
2206         Care about filenames with spaces, or starting with "-".
2207         (tramp-handle-dired-uncache): New defun.
2208         (tramp-handle-insert-directory): Don't flush the directory from
2209         cache, this is handled by `dired-uncache' now.
2210         (tramp-handle-insert-file-contents): Improve error handling.
2211         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
2212         Quote `tramp-end-of-output'.
2213         (tramp-action-password): Improve trace message.
2214         (tramp-check-for-regexp): Both echoes must be present, before removing.
2215         (tramp-open-connection-setup-interactive-shell): Trace coding system.
2216         (tramp-compute-multi-hops): Eval cons cells of
2217         `tramp-default-proxies-alist'.
2218         (tramp-maybe-open-connection): Use the same command pattern for
2219         first hop and further hops.
2220         (tramp-wait-for-output): Remove handling of newlines.
2221         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
2222         (tramp-split-string): Remove function.  It is handled in
2223         tramp-compat now.
2225         * net/tramp-cmds.el (tramp-bug):
2226         Recommend `tramp-cleanup-all-connections' in the bug mail.
2228         * net/tramp-compat.el (tramp-compat-split-string)
2229         (tramp-compat-process-running-p): New defuns.
2231         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
2232         for `dired-uncache'.
2234         * net/tramp-gvfs.el: New package.
2236         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
2237         Add handler for `dired-uncache'.
2238         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
2240         * net/trampver.el: Update release number.  Make version check fit
2241         for SXEmacs 22.
2243 2009-06-22  Jim Meyering  <meyering@redhat.com>
2245         Automatically handle .xz suffix (XZ-compressed files), too.
2246         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
2247         XZ is the successor to LZMA: <http://tukaani.org/xz/>
2249 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
2250             Nick Roberts  <nickrob@snap.net.nz>
2252         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
2253         repository (http://sphinx.net.ru/hg/gdb-mi/).
2255 2009-06-22  Glenn Morris  <rgm@gnu.org>
2257         * files.el (dir-locals-collect-mode-variables): Allow for any number of
2258         `mode' and `eval' entries.  (Bug#3430)
2260         * Makefile.in (ELCFILES): Add fadr.elc.
2262         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
2263         differing behavior of \n and ^ in strings.  (Bug#3385)
2265         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
2267         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
2268         property.
2269         (lisp-indent-function): Make it a defcustom.
2271 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
2273         * progmodes/gdb-ui.el: Replace with ...
2274         * progmodes/gdb-mi.el: ... this file.
2275         * progmodes/gud.el: Modify for gdb-mi.el.
2277 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
2279         * fadr.el: New file.
2281 See ChangeLog.14 for earlier changes.
2283 ;; Local Variables:
2284 ;; coding: utf-8
2285 ;; End:
2287     Copyright (C) 2009  Free Software Foundation, Inc.
2289   This file is part of GNU Emacs.
2291   GNU Emacs is free software: you can redistribute it and/or modify
2292   it under the terms of the GNU General Public License as published by
2293   the Free Software Foundation, either version 3 of the License, or
2294   (at your option) any later version.
2296   GNU Emacs is distributed in the hope that it will be useful,
2297   but WITHOUT ANY WARRANTY; without even the implied warranty of
2298   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2299   GNU General Public License for more details.
2301   You should have received a copy of the GNU General Public License
2302   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
2304 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1