(rmail-write-region-annotate): Prevent viewing different
[emacs.git] / lisp / ChangeLog
blob5daa5efd1b43bc13404c1faa004a44d4772b5f70
1 2009-10-17  Glenn Morris  <rgm@gnu.org>
3         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
4         messages from messing up the file coding.  (Bug#4623)
6 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
9         if no match is found for the current dictionary.  (Bug#4578)
11         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12         optional, since that is how it is documented, and this is often called
13         with a nil argument.  (Bug#4577)
14         (flyspell-external-point-words, flyspell-auto-correct-word)
15         (flyspell-correct-word-before-point, flyspell-word-search-forward)
16         (flyspell-word-search-backward): Remove nil argument in calls to
17         flyspell-get-word, since it is not needed now.
19 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
21         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
23 2009-10-16  Glenn Morris  <rgm@gnu.org>
25         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
27 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
29         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
30         (ange-ftp-file-size): New function.
31         (ange-ftp-file-attributes): Use it.
33 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
35         * net/tramp-smb.el (tramp-smb-version): New defvar.
36         (tramp-smb-maybe-open-connection): Use it, in order to avoid
37         repeated checks.
39 2009-10-16  Glenn Morris  <rgm@gnu.org>
41         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
42         Maybe copy some custom properties from old to new name.  (Bug#4706)
44 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
46         * subr.el (error, sit-for, start-process-shell-command)
47         (start-file-process-shell-command): Set the calling convention
48         after the function definition.
50 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
52         * subr.el (error, sit-for, start-process-shell-command)
53         (start-file-process-shell-command): Use the new
54         set-advertised-calling-convention feature.
56 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
58         * international/ucs-normalize.el (ucs-normalize-version):
59         Change to 1.2.
60         (check-range): Adjust for Unicode 5.2.
62 2009-10-15  Juri Linkov  <juri@jurta.org>
64         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
65         to the `menu-item' format.
67 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
69         * net/tramp.el (tramp-replace-environment-variables): Do not fail
70         if the environment variable does not exist.
72         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
73         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
74         parameter.
75         (tramp-smb-handle-add-name-to-file)
76         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
77         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
78         (tramp-smb-handle-file-attributes)
79         (tramp-smb-do-file-attributes-with-stat)
80         (tramp-smb-handle-file-local-copy)
81         (tramp-smb-handle-insert-directory)
82         (tramp-smb-handle-make-directory)
83         (tramp-smb-handle-make-directory-internal)
84         (tramp-smb-handle-make-symbolic-link)
85         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
86         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
87         (tramp-smb-maybe-open-connection): Apply the changed parameters.
88         (tramp-smb-read-file-entry): Read Disk names in compressed format.
89         Handle long file names.
90         (tramp-smb-get-cifs-capabilities): Check, whether the connection
91         process is running.
92         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
93         Read share names with "-g" option.
95 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
97         * net/rcirc.el (rcirc-view-log-file): New command.
98         (rcirc-track-minor-mode-map): Remove C-c ` binding.
99         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
100         specified.
102 2009-10-15  Glenn Morris  <rgm@gnu.org>
104         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
105         from the second command-line argument.
106         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
107         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
108         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
109         w32-batch-update-autoloads.
110         * emacs-lisp/autoload.el (autoload-make-program): New variable.
111         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
113         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
114         the headers cannot be located.  Simplify, subtracting superflous
115         save-excursions.
117 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
119         Replace completion-base-size by completion-base-position to fix bugs
120         such as (bug#4699).
121         * simple.el (completion-base-position): New var.
122         (completion-base-size): Mark as obsolete.
123         (choose-completion): Make it work for mouse events as well.
124         Pass the new base-position to choose-completion-string.
125         (choose-completion-guess-base-position): New function, extracted from
126         choose-completion-delete-max-match.
127         (choose-completion-delete-max-match): Use it.  Make obsolete.
128         (choose-completion-string): Use the new base-position info.
129         (completion-root-regexp): Delete.
130         (completion-setup-function): Preserve completion-base-position.
131         Eliminate obsolete base-size manipulation.
132         * minibuffer.el (display-completion-list): Don't mess with base-size.
133         (minibuffer-completion-help): Set completion-base-position instead.
134         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
135         choose-completion.
136         * textmodes/bibtex.el (bibtex-complete):
137         * emacs-lisp/crm.el (crm--choose-completion-string):
138         Adjust to new calling convention.
139         * complete.el (partial-completion-mode): Use minibufferp to avoid
140         bumping into incompatible change to choose-completion-string-functions.
141         * ido.el (ido-choose-completion-string): Make its calling convention
142         more permissive.
143         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
144         base-size manipulation.
145         (comint-dynamic-list-input-ring): Use dotimes and push.
146         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
147         fundamental-mode.  Use `or'.
149 2009-10-14  Juri Linkov  <juri@jurta.org>
151         * misearch.el (multi-isearch-next-buffer-from-list)
152         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
154 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
156         * Makefile.in (compile-onefile): Load `bytecomp' rather than
157         `bytecomp.el'.
159         * minibuffer.el (completion-pcm--merge-completions): Make sure the
160         string we return is all made up of text from the completions rather
161         than part from the completions and part from the input (bug#4219).
163         * ido.el (ido-everywhere): Use define-minor-mode.
165         * buff-menu.el (list-buffers, ctl-x-map):
166         Mark the entry points with ;;;###autoload cookies.
168 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
170         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
171         correctly in the detached head case.
172         (vc-git-print-log): Remove unused binding.
174         * vc.el (vc-responsible-backend): When a directory is passed for
175         for registration create a VC repository if no backend is
176         responsible for the directory argument.
177         (vc-deduce-fileset): Tell vc-responsible-backend to register.
179         * vc.el: Move comments about RCS and SCCS ...
180         * vc-rcs.el:
181         * vc-sccs.el: ... here, respectively.
183 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
185         * minibuffer.el (completion--file-name-table): Return nil if there's
186         no file completion, even if substitute-in-file-name changed
187         the string (bug#4708).
189 2009-10-13  Juri Linkov  <juri@jurta.org>
191         * files-x.el (read-file-local-variable-value): Don't filter out
192         minor modes from mode name completion (bug#4664).
194 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
196         * international/mule-cmds.el (ucs-names): Remove exclusion of
197         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
199 2009-10-13  Kenichi Handa  <handa@m17n.org>
201         * international/uni-name.el: Regenerated.
203 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
205         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
206         should be automatically buffer-local, but isn't.)
208 2009-10-12  Sam Steingold  <sds@gnu.org>
210         * progmodes/compile.el (compilation-next-error-function): Fix the
211         timestamps if the buffer has been visited before.
212         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
213         non-anchored patterns, like the perl one (bug#3928).
215 2009-10-12  Glenn Morris  <rgm@gnu.org>
217         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
218         Let-bind `size'.
220 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
222         * proced.el (proced-unload-function): New function.
224         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
225         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
226         Doc fix.
228         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
230 2009-10-11  Juri Linkov  <juri@jurta.org>
232         * files-x.el (read-file-local-variable-value):
233         Provide default value only for bound variables (bug#4664).
235 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
237         * net/tramp.el (tramp-local-host-p): Function shall return nil for
238         connection methods like smb.
240         * net/tramp-cache.el (tramp-flush-connection-property): The hash
241         can be empty.
243         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
244         (tramp-smb-file-name-handler-alist): Add handlers for
245         `add-name-to-file', `make-symbolic-link'.
246         (tramp-smb-handle-add-name-to-file)
247         (tramp-smb-do-file-attributes-with-stat)
248         (tramp-smb-handle-make-symbolic-link)
249         (tramp-smb-get-cifs-capabilities): New defuns.
250         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
251         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
252         (tramp-smb-handle-file-local-copy)
253         (tramp-smb-handle-make-directory-internal)
254         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
255         The file name syntax depends on cifs capabilities.
256         (tramp-smb-handle-file-attributes):
257         Call `tramp-smb-do-file-attributes-with-stat' if possible.
258         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
259         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
261 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
263         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
264         (eieio-defclass): Apply deftype handler and setf-method properties
265         directly.
266         (eieio-add-new-slot): Avoid union function from cl library.
267         (eieio--typep): New function.
268         (eieio-perform-slot-validation): Use it.
270 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
272         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
273         Update documentation to refer to the variables documented in r1.135.
274         (Bug#4188)
276 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
278         * bookmark.el (Info-suffix-list): Remove this unused variable.
279         (bookmark-current-point): Remove this obsolete variable.
280         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
281         Adjust for removal of bookmark-current-point.
283         (bookmarks-already-loaded, bookmark-current-buffer)
284         (bookmark-yank-point): Document.  (Bug#4188)
286 2009-10-10  Glenn Morris  <rgm@gnu.org>
288         * frame.el (frame-height): Doc fix.
290         * calendar/calendar.el (calendar-split-width-threshold): New option.
291         (calendar-basic-setup): Use calendar-split-width-threshold.
293 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
295         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
296         Use .la for Automake.
298 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
300         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
301         Use "autoreconf -i".  Suggested by Andreas Schwab.
303 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
305         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
306         Ideographic Supplement" range (U+1F200..U+1F2FF).
308 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
310         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
311         since the list will have been rebuilt anyway.  (Bug#4349)
313 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
315         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
316         (bookmark-bmenu-execute-deletions): Don't save here, as
317         bookmark-delete will now do so if necessary.
318         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
319         (Bug#4348)
321 2009-10-09  Glenn Morris  <rgm@gnu.org>
323         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
325 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
327         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
328         (bookmark-jump-other-window): Just invoke bookmark-jump with new
329         argument now, so the two function's behaviors will match.  (Bug#3645)
331 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
333         * cedet/ede/proj.el (project-make-dist, project-compile-project):
334         Fix filename test.
335         (ede-proj-dist-makefile): Use expand-file-name instead of concat
336         to expand file names.
338 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
340         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
341         (tramp-file-name-real-host, tramp-file-name-port):
342         Apply `save-match-data.
344         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
345         case both directories are remote.
346         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
347         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
349 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
351         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
352         (ede-proj-target-makefile-objectcode): Use it.
354         * cedet/ede/source.el (ede-want-any-source-files-p)
355         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
356         Return search result.  This error was introduced while merging.
358 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
360         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
362 2009-10-07  Glenn Morris  <rgm@gnu.org>
364         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
365         of concat.
367 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
369         * files-x.el (read-file-local-variable): Include some
370         non-user-variables in the completion table (bug#4664).
372 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
374         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
375         message.
377         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
378         (tramp-smb-file-name-handler-alist): Add handler for
379         `copy-directory', `expand-file-name', `set-file-modes'.
380         (tramp-smb-handle-copy-directory)
381         (tramp-smb-handle-expand-file-name)
382         (tramp-smb-handle-set-file-modes): New defuns.
383         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
384         (tramp-smb-handle-file-attributes): Simplify check for retrieving
385         entry.
386         (tramp-smb-handle-insert-directory): Don't flush the cache.
387         (tramp-smb-maybe-open-connection): Check for samba client and
388         server versions.
390 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
392         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
393         to not error out of search for "^lisp=" fails.
395 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
397         * makefile.w32-in (WINS_UPDATES): New macro.
398         (custom-deps, finder-data, autoloads): Use it.
400 2009-10-07  Glenn Morris  <rgm@gnu.org>
402         * Makefile.in (autoloads): Revert previous change.
403         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
404         the list of preloaded files passed on the command-line, get
405         it from src/Makefile.
407         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
408         show the original buffer rather than a random one.
410 2009-10-07  Markus Rost <rost@math.uni-bielefeld.de>
412         * help.el (describe-no-warranty): Place point in a slightly better
413         position in the GPLv3 text.
415 2009-10-06  Sam Steingold  <sds@gnu.org>
417         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
418         the comm attribute is present before calling regexp-quote.
420 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
422         * play/animate.el (animate-string): For good effect, make sure
423         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
425         * play/animate.el (animate-sequence, animate-birthday-present):
426         * misc.el (butterfly): Don't set `indent-tabs-mode'.
428 2009-10-06  Glenn Morris  <rgm@gnu.org>
430         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
432         * emacs-lisp/autoload.el (autoload-excludes): New variable.
433         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
434         (batch-update-autoloads): Process a string value of autoload-excludes,
435         set during the build process.
436         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
438         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
439         inside with-parsed...  macro so that `v' is defined.
441         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
442         * progmodes/fortran.el (fortran-end-of-block)
443         (fortran-beginning-of-block):
444         Also push mark in the macro case.
446         * emerge.el (emerge-show-file-name):
447         * calc/calc.el (calc-quit):
448         * calc/calc-misc.el (calc-big-or-small):
449         * calc/calc-graph.el (calc-graph-view):
450         * calc/calc-ext.el (calc-reset):
451         * calendar/calendar.el (calendar-basic-setup):
452         Use window-full-height-p.
454         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
455         header we don't understand, don't insert another.  (Bug#4624)
456         If changing mime charset, insert the new one in the right place.
458 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
460         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
461         (cal-tex-cursor-month): Correctly increment the end date for diary and
462         holiday listing.  (Bug#4626)
464 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
466         * help-fns.el (describe-function-1): Don't burp if the function is not
467         a symbol.
469 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
471         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
472         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
473         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
474         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
476         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
477         (eieio-default-superclass): Reflow docstrings.
478         (this, class-option-assoc, defclass, eieio-class-un-autoload)
479         (eieio-unbind-method-implementations, defmethod)
480         (eieio-validate-slot-value, eieio-validate-class-slot-value)
481         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
482         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
483         (eieio-slot-originating-class-p, eieio-slot-name-index)
484         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
485         (constructor, initialize-instance, no-next-method, object-print)
486         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
487         Fix typos in docstrings.
488         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
489         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
490         (next-method-p): Doc fixes.
491         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
492         Fix typos in error messages.
493         (eieio-defmethod): Fix typo in description of generic method.
495         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
496         (eieio-persistent-save-interactive, slot-missing):
497         Fix typos in docstrings.
498         (eieio-instance-inheritor-slot-boundp): Doc fix.
500         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
501         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
503         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
504         (eieio-custom-object-apply-reset):
505         Fix typos in docstrings and error messages.
507         * emacs-lisp/eieio-datadebug.el (data-debug-show):
508         Fix typo in docstring.
510         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
511         (eieio-browse-tree): Doc fix.
512         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
513         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
514         Fix typos in docstrings.
516         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
517         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
518         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
519         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
520         Reflow docstrings.
522 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
524         * vc-hg.el (log-view-vc-backend): Declare for compiler.
525         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
526         Set log-view-vc-backend so that diff can work.
528         * log-view.el (log-view-diff): Use vc-diff-internal instead of
529         vc-version-diff.
530         (vc-diff-internal): Autoload this instead of vc-version-diff.
532 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
534         * simple.el (eval-expression): Doc fix.
536         * progmodes/cwarn.el (cwarn-mode): Doc fix.
538 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
540         * files.el (directory-files-no-dot-files-regexp): New defconst.
541         (delete-directory): Use it.
542         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
544         * net/tramp.el (tramp-verbose): Fix docstring.
545         (tramp-methods): Add recursive option to `tramp-copy-args'.
546         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
547         "scp1_old", "scp2_old", "rsync", "rsyncc".
548         (tramp-default-method): Check also for `auth-source-user-or-password'.
549         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
550         Add handler for `copy-directory'.
551         (tramp-handle-copy-directory): New defun.
552         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
553         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
554         Optimize sent command.
556 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
558         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
559         window if necessary.
561         * calendar/calendar.el (calendar-basic-setup): Don't call
562         switch-to-buffer in a dedicated window.
564 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
566         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
567           don't do anything related to relocating, just return nil.
568         (bookmark-error-no-filename): New error.
569         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
570           bookmark has no file.  Don't even attempt to handle things that
571           are not files; the whole point of custom handlers is to keep that
572           knowledge elsewhere anyway.  Tighten some comments.
573         (bookmark-file-or-variation-thereof): Remove now-unused function.
574         (bookmark-location): Doc string fix.
575         (Bug#4250)
577 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
579         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
580         don't use a file dialog, because they usually don't know how to read
581         a directory target from the user.  (Bug#4230)
582         Also, make sure the prompt can display directories as well as files.
584 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
586         * bookmark.el (bookmark-set, bookmark-buffer-name):
587         Improve doc strings.  (Bug#1193)
589 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
591         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
592         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
593         (bookmark-get-annotation, bookmark-set-annotation)
594         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
595         (bookmark-set-position, bookmark-get-front-context-string)
596         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
597         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
598         (bookmark-jump-other-window, bookmark-handle-bookmark)
599         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
600         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
601         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
602            Improve doc strings to say whether bookmark can be a string or
603            a record or both, and make other consistency and clarity fixes.
604         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
605         (bookmark-default-annotation-text, bookmark-yank-word)
606         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
607         (bookmark-import-new-list, bookmark-maybe-rename)
608         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
609         (bookmark-bmenu-bookmark): Give these doc strings.
610         (bookmark-bmenu-check-position): Give this a doc string, but also
611            add a FIXME comment about how the function may be pointless.
612         (bookmark-default-handler): Rework doc string and change a
613            parameter name, to clarify that this takes a bookmark record
614            not a bookmark name.
615         (bookmark-set): Change a parameter name to indicate its meaning,
616            and improve the doc string a bit.
617         (Bug#4188)
619 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
621         * bookmark.el (bookmark-alist): Document the new `handler' element
622         in the param alist.
623         (bookmark-make-record-function): Adjust documentation for above.
624         (Bug#4193)
626 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
628         * info.el (Info-bookmark-make-record): Document this function.
629         (Info-bookmark-jump): Document with a doc string, not just a comment.
630         (Bug#4203)
632 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
634         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
635         (semantic-new-buffer-fcn): Call parser setup functions here.
636         (semantic-mode): Don't call parser setup functions here, it's done
637         in semantic-new-buffer-fcn now.
638         (semantic-mode): Parse all existing buffers when enabled.
640         * cedet/srecode/compile.el (srecode-compile-file):
641         Call semantic-new-buffer-fcn if the buffer has not been parsed.
643 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
645         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
647         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
648         (proj-comp-insert-variable-once): New macro, renamed from
649         ede-pmake-insert-variable-once in ede/pmake.edl.
650         (ede-proj-makefile-insert-variables): Use it.
652 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
654         * files.el (copy-directory): New defun.
656         * dired-aux.el (dired-copy-file-recursive): Use it.
658 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
660         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
661         (makefile-end-of-command):
662         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
663         (semantic-end-of-context): Fix previous change.  Doc fixes.
665 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
667         * files-x.el (modify-dir-local-variable)
668         (copy-dir-locals-to-file-locals-prop-line):
669         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
670         (makefile-end-of-command):
671         * cedet/semantic/lex.el (semantic-lex-token):
672         * cedet/semantic/analyze/fcn.el
673         (semantic-analyze-dereference-metatype-1):
674         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
675         (semantic-lex-cpp-undef):
676         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
677         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
678         (semantic-end-of-context): Fix typos in docstrings.
680         * recentf.el (recentf-unload-function): New function.
682 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
684         * cedet/ede.el (ede-project-placeholder-cache-file):
685         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
686         * cedet/srecode/map.el (srecode-map-save-file):
687         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
689 2009-10-04  Glenn Morris  <rgm@gnu.org>
691         * window.el (window-full-height-p): Add doc string.
693 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
695         * window.el (window-full-height-p): New function.  (Bug#4543)
697 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
699         * cedet/srecode/insert.el: Require srecode/args.
701         * cedet/srecode/args.el: Require srecode/dictionary instead of
702         srecode/insert.
704         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
706         * files.el (auto-mode-alist): Add .srt and Project.ede.
708         * cedet/semantic.el (semantic-mode):
709         Handle srecode-template-mode-hook as well.
710         (semantic-mode): Use js-mode-hook for Javascript hook.
712         * cedet/srecode/template.el: Remove hook variable.
714         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
716         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
717         projects exist.
718         (ede-project-placeholder-cache-file): Default to a file in
719         user-emacs-directory.
721         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
722         templates in data-directory.
723         (srecode-map-save-file): Default to a file in user-emacs-directory.
725         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
726         directory.
728 2009-09-30  Eric Ludlam  <zappo@gnu.org>
730         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
731         Doc fix.
733         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
734         Only insert each variable once.
736         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
737         (ede-pmake-insert-variable-shared): Use it.
739         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
740         for lexical table iff table is nil.
742 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
744         * vc.el: Remove commented out code.
745         (vc-derived-from-dir-mode): Remove, unused.
746         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
748 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
750         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
751         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
752         there could be recursive loading when `default-directory' is a
753         remote file name.  (Bug#4614)
755 2009-10-03  Glenn Morris  <rgm@gnu.org>
757         * calendar/calendar.el (calendar-basic-setup): Handle the case where
758         the frame is wide.
759         (calendar-generate-window): Test for shrinkability rather than width.
761         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
762         declaration, currently false.
764         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
765         reusing existing buffers, in case we happen to visit two files with the
766         same basename.  (Bug#4593)
768 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
770         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
771         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
772         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
773         subdirs of cedet as well.
774         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
776 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
778         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
779         Obey advertised-signature-table.
781         * help-fns.el (help-function-arglist): Don't check
782         advertised-signature-table.
783         (describe-function-1): Do it here instead so it also applies to subrs.
785 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
787         * simple.el (start-file-process): Say in the doc-string, that file
788         handlers might not support pty association, if PROGRAM is nil.
790         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
791         HOST and USER are strings.  They are nil, when there are
792         incomplete entries in ~/.netrc, for example.
793         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
794         root directory ("device busy" error otherwise).
796         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
797         Flush file properties of created directory.
799 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
801         * makefile.w32-in (WINS_BASIC): Remove cedet.
802         (WINS_CEDET): Add cedet.
803         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
805 2009-10-02  Kevin Ryde  <user42@zip.com.au>
807         * net/browse-url.el (browse-url): Pass any symbol in
808         browse-url-browser-function to `apply', since if you've mistakenly put
809         an unbound symbol then the error is clearer.  (Bug#4531)
811 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
813         * allout.el (allout-init, allout-back-to-current-heading)
814         (allout-beginning-of-current-entry, allout-ascend-to-depth)
815         (allout-ascend, allout-up-current-level, allout-end-of-level)
816         (allout-previous-visible-heading, allout-forward-current-level)
817         (allout-backward-current-level, allout-show-children):
818         * apropos.el (apropos-describe-plist):
819         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
820         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
821         * completion.el (add-completion, add-permanent-completion):
822         * descr-text.el (describe-text-category, describe-char):
823         * desktop.el (desktop-lazy-abort):
824         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
825         * dired.el (dired-build-subdir-alist):
826         * ediff.el (ediff-version):
827         * elide-head.el (elide-head, elide-head-show):
828         * emerge.el (emerge-version):
829         * env.el (getenv):
830         * face-remap.el (variable-pitch-mode):
831         * faces.el (describe-face):
832         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
833         (dired-at-point):
834         * files.el (find-file-existing, auto-save-mode):
835         * font-lock.el (font-lock-fontify-buffer):
836         * help-fns.el (describe-function, describe-variable)
837         (describe-syntax, describe-categories):
838         * help.el (view-lossage, describe-bindings, describe-key)
839         (describe-mode):
840         * hexl.el (hexl-current-address):
841         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
842         * info.el (Info-goto-emacs-key-command-node):
843         * log-edit.el (log-edit-insert-cvs-template)
844         (log-edit-insert-cvs-rcstemplate):
845         * menu-bar.el (menu-bar-mode):
846         * mouse.el (mouse-appearance-menu):
847         * newcomment.el (comment-indent-new-line):
848         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
849         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
850         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
851         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
852         * recentf.el (recentf-mode):
853         * savehist.el (savehist-mode, savehist-save):
854         * shadowfile.el (shadow-copy-files):
855         * simple.el (kill-ring-save, next-line, previous-line)
856         (normal-erase-is-backspace-mode):
857         * strokes.el (strokes-update-window-configuration)
858         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
859         (strokes-xpm-for-stroke):
860         * time.el (emacs-uptime, emacs-init-time):
861         * tutorial.el (tutorial--describe-nonstandard-key)
862         (tutorial--detailed-help):
863         * type-break.el (type-break-mode)
864         (type-break-mode-line-message-mode, type-break-query-mode)
865         (type-break-guesstimate-keystroke-threshold):
866         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
867         * version.el (emacs-version):
868         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
869         * winner.el (winner-mode):
870         * calendar/timeclock.el (timeclock-in, timeclock-out)
871         (timeclock-status-string, timeclock-change)
872         (timeclock-workday-remaining-string)
873         (timeclock-workday-elapsed-string)
874         (timeclock-when-to-leave-string):
875         * calendar/todo-mode.el (todo-add-category):
876         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
877         * emacs-lisp/autoload.el (update-file-autoloads):
878         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
879         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
880         (checkdoc-message-text, checkdoc-defun):
881         * emacs-lisp/debug.el (debugger-list-functions):
882         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
883         * emacs-lisp/eieio-opt.el (eieio-describe-class)
884         (eieio-describe-generic):
885         * emacs-lisp/lisp-mnt.el (lm-synopsis):
886         * emacs-lisp/shadow.el (list-load-path-shadows):
887         * emulation/cua-base.el (cua-mode):
888         * emulation/edt.el (edt-set-scroll-margins):
889         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
890         (tpu-toggle-regexp, tpu-toggle-search-direction)
891         (tpu-toggle-rectangle, tpu-toggle-control-keys):
892         * emulation/tpu-extras.el (tpu-set-scroll-margins):
893         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
894         (viper-set-parsing-style-toggling-macro)
895         (viper-set-emacs-state-searchstyle-macros):
896         * emulation/viper.el (viper-set-hooks):
897         * eshell/esh-mode.el (eshell-truncate-buffer):
898         * international/mule-cmds.el (prefer-coding-system)
899         (describe-input-method, describe-language-environment):
900         * international/mule-diag.el (list-character-sets)
901         (describe-character-set, describe-coding-system)
902         (describe-fontset, list-fontsets, list-input-methods):
903         * mail/sendmail.el (mail-signature):
904         * net/ange-ftp.el (ange-ftp-copy-file):
905         * net/browse-url.el (browse-url):
906         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
907         * net/quickurl.el (quickurl-add-url):
908         * net/rcirc.el (names, topic):
909         * net/xesam.el (xesam-mode):
910         * play/5x5.el (5x5-new-game):
911         * play/yow.el (apropos-zippy):
912         * progmodes/ada-mode.el (ada-mode-version):
913         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
914         (f90-end-of-block)
915         (f90-beginning-of-block):
916         * progmodes/fortran.el (fortran-end-of-block)
917         (fortran-beginning-of-block):
918         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
919         * progmodes/python.el (python-describe-symbol, python-shell):
920         * term/ns-win.el (ns-print-buffer):
921         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
922         * textmodes/flyspell.el (flyspell-mode-on):
923         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
924         (pages-directory-for-addresses):
925         * textmodes/table.el (table-recognize-cell)
926         (table-query-dimension, table-generate-source)
927         (table-insert-sequence, table--warn-incompatibility):
928         * textmodes/tex-mode.el (tex-validate-buffer):
929         * textmodes/texinfmt.el (texinfmt-version)
930         (texinfo-format-buffer):
931         Use `called-interactively-p' instead of `interactive-p'.
933 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
935         * image-mode.el (image-toggle-display):
936         * emacs-lisp/elp.el (elp-instrument-function):
937         * emacs-lisp/advice.el (ad-make-advised-definition):
938         * emacs-lisp/easy-mmode.el (define-minor-mode):
939         * net/browse-url.el (browse-url-maybe-new-window):
940         * progmodes/sh-script.el (sh-learn-buffer-indent):
941         Pass new argument 'any to `called-interactively-p'.
943 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
945         * international/uni-bidi.el:
946         * international/uni-category.el:
947         * international/uni-combining.el:
948         * international/uni-comment.el:
949         * international/uni-decimal.el:
950         * international/uni-decomposition.el:
951         * international/uni-digit.el:
952         * international/uni-lowercase.el:
953         * international/uni-mirrored.el:
954         * international/uni-name.el:
955         * international/uni-numeric.el:
956         * international/uni-old-name.el:
957         * international/uni-titlecase.el:
958         * international/uni-uppercase.el:
959         Regenerate from Unicode 5.2.0 data.
961 2009-10-01  Glenn Morris  <rgm@gnu.org>
963         * Makefile.in (ELCFILES): Regenerate.
965 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
967         * subr.el (interactive-p): Mark obsolete.
968         (called-interactively-p): Make the optional-ness of `kind' obsolete.
969         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
970         advertised-signature-table for subroutines as well.
972         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
973         (set-advertised-calling-convention): New function.
974         (make-obsolete, define-obsolete-function-alias)
975         (make-obsolete-variable, define-obsolete-variable-alias):
976         Make the optional-ness of `when' obsolete.
977         (define-obsolete-face-alias): Make `when' non-optional.
978         * help-fns.el (help-function-arglist):
979         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
980         Use advertised-signature-table.
982 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
984         * files.el (delete-directory): New defun.  The original function
985         in fileio.c has been renamed to `delete-directory-internal'.
987         * dired.el (dired-delete-file): Call `delete-directory' with
988         RECURSIVE parameter.
990         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
991         parameter RECURSIVE.  Implementation is missing.
993         * net/tramp.el (tramp-handle-make-directory): Flush upper
994         directory's file properties.
995         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
996         (tramp-handle-dired-recursive-delete-directory): Flush directory
997         properties after the remove command only.
999         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1000         Handle optional parameter RECURSIVE.
1002         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
1003         Handle optional parameter RECURSIVE.
1005         * net/tramp-smb.el (tramp-smb-errors): Add error message for
1006         connection timeout.
1007         (tramp-smb-handle-delete-directory): Handle optional parameter
1008         RECURSIVE.
1010 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1012         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
1013         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
1014         (byte-compile-defmacro): Use backquotes.
1016         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
1018         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
1019         has no associated file.
1020         (vc-resynch-buffer): Use vc-dir-buffers.
1022 2009-10-01  Glenn Morris  <rgm@gnu.org>
1024         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
1025         (chart-file-count):
1026         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
1027         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
1028         * emacs-lisp/eieio-opt.el (eieio-describe-class):
1029         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
1030         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
1031         (eieio-copy-parents-into-subclass, make-instance, class-children)
1032         (eieio-generic-form):
1033         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
1034         * cedet/cedet-idutils.el (cedet-idutils-search)
1035         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1036         (cedet-idutils-version-check):
1037         * cedet/cedet.el (cedet-version):
1038         * cedet/data-debug.el (data-debug-insert-overlay-button)
1039         (data-debug-insert-overlay-list-button)
1040         (data-debug-insert-buffer-button)
1041         (data-debug-insert-buffer-list-button)
1042         (data-debug-insert-process-button, data-debug-insert-ring-button)
1043         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1044         (data-debug-insert-stuff-vector-button)
1045         (data-debug-insert-symbol-button, data-debug-insert-string)
1046         (data-debug-insert-number, data-debug-insert-lambda-expression)
1047         (data-debug-insert-nil, data-debug-insert-simple-thing)
1048         (data-debug-insert-custom, data-debug-edebug-expr):
1049         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
1050         (global-ede-mode-map, ede-new, ede-debug-target)
1051         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1052         * cedet/semantic.el (semantic-minimum-working-buffer-size)
1053         (semantic-fetch-tags, semantic-submode-list)
1054         (semantic-default-submodes):
1055         * cedet/ede/source.el (ede-source-match):
1056         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
1057         (project-am-package-info):
1058         * cedet/ede/proj.el (ede-proj-target, project-new-target):
1059         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
1060         * cedet/ede/proj-comp.el (ede-current-build-list):
1061         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
1062         * cedet/ede/files.el (ede-toplevel-project-or-nil):
1063         * cedet/ede/cpp-root.el (initialize-instance):
1064         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
1065         (autoconf-parameter-strip, autoconf-insert-new-macro):
1066         * cedet/semantic/wisent.el (wisent-lex-eoi):
1067         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
1068         (semantic-show-parser-state-mode):
1069         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
1070         * cedet/semantic/tag.el (semantic-tag-new-variable)
1071         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1072         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1073         (semantic--tag-deep-copy-tag-list)
1074         (semantic-tag-components-with-overlays-default):
1075         * cedet/semantic/symref.el (semantic-symref-find-text):
1076         * cedet/semantic/senator.el (senator-yank-tag)
1077         (senator-transpose-tags-up):
1078         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
1079         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1080         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
1081         * cedet/semantic/lex.el (semantic-lex-comment-regex)
1082         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1083         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1084         * cedet/semantic/lex-spp.el
1085         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1086         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1087         * cedet/semantic/idle.el
1088         (semantic-idle-summary-current-symbol-info-brutish)
1089         (semantic-idle-summary-current-symbol-info-default):
1090         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
1091         (semantic--grammar-macro-compl-dict):
1092         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1093         * cedet/semantic/format.el (semantic-format-tag-custom-list)
1094         (semantic-format-tag-canonical-name-default):
1095         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
1096         (semantic-find-tags-for-completion)
1097         (semantic-find-tags-by-scope-protection-default)
1098         (semantic-deep-find-tags-for-completion):
1099         * cedet/semantic/edit.el
1100         (semantic-edits-incremental-reparse-failed-hook)
1101         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1102         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1103         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1104         * cedet/semantic/dep.el (semantic-dependency-include-path):
1105         * cedet/semantic/db.el (semanticdb-default-find-index-class)
1106         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1107         (semanticdb-project-roots):
1108         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
1109         (semanticdb-find-adebug-insert-scanned-tag-cons)
1110         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1111         (semanticdb-brute-deep-find-tags-for-completion):
1112         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1113         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
1114         (semantic-end-of-context-default)
1115         (semantic-ctxt-current-function-default)
1116         (semantic-ctxt-scoped-types-default):
1117         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1118         (semantic-complete-inline-tag-engine)
1119         (semantic-complete-inline-custom-type)
1120         (semantic-complete-read-tag-analyzer):
1121         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
1122         (semantic-chart-database-size):
1123         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
1124         (semantic-analyze-current-context):
1125         * cedet/semantic/symref/list.el (semantic-symref)
1126         (semantic-symref-hide-buffer, semantic-symref-symbol):
1127         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
1128         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
1129         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1130         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1131         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1132         (semantic-c-dereference-template):
1133         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1134         (semantic--analyze-refs-full-lookup-with-parents)
1135         (semantic--analyze-refs-full-lookup-simple):
1136         * cedet/semantic/analyze/complete.el
1137         (semantic-analyze-possible-completions):
1138         * cedet/srecode/table.el (srecode-mode-table-new):
1139         * cedet/srecode/srt.el (srecode-read-variable-name):
1140         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1141         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
1142         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1143         * cedet/srecode/map.el (srecode-current-map):
1144         * cedet/srecode/insert.el (srecode-insert)
1145         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1146         (srecode-template-inserter-point-override)
1147         (srecode-insert-include-lookup):
1148         * cedet/srecode/getset.el (srecode-auto-choose-class):
1149         * cedet/srecode/extract.el (srecode-inserter-extract):
1150         * cedet/srecode/document.el
1151         (srecode-document-autocomment-return-last-alist)
1152         (srecode-document-autocomment-param-type-alist)
1153         (srecode-document-insert-function-comment)
1154         (srecode-document-insert-variable-one-line-comment)
1155         (srecode-document-function-name-comment):
1156         * cedet/srecode/dictionary.el (srecode-create-dictionary)
1157         (srecode-compound-toString):
1158         * cedet/srecode/compile.el (srecode-flush-active-templates):
1159         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
1160         Doc/message fixes.
1162         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
1163         match-data.  (Bug#4555).
1165         * cedet/semantic/bovine/gcc.el
1166         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1167         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1169         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
1170         rather than parsing it as a regexp.  This relaxes the layout
1171         requirements and makes errors easier to detect.
1172         (check-declare-verify): Check file is regular.
1173         (check-declare-directory): Doc fix.
1174         * subr.el (declare-function): Doc fix.
1176         * ibuffer.el (ibuffer-format-qualifier):
1177         * isearch.el (hi-lock-regexp-okay):
1178         * calc/calc.el (math-zerop):
1179         * mail/uce.el (rmail-msgbeg, rmail-msgend):
1180         * term/w32-win.el (setup-default-fontset, set-fontset-font):
1181         Remove unused declarations.
1183 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1185         * cedet/semantic/wisent/javat-wy.el
1186         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1188 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1190         * cedet/srecode/expandproto.el: Fix provide statement.
1192 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1194         * emacs-lisp/eieio.el (boolean-p): Delete.
1196 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1198         * cedet/ede/srecode.el: Fix provide statement.
1200 2009-09-30  Glenn Morris  <rgm@gnu.org>
1202         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
1203         * cedet/ede/proj-aux.el (ede-aux-source):
1204         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1205         (ede-misc-source):
1206         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
1207         (semantic-mrub-switch-tags): Fix doc typos.
1209         * cedet/semantic/db-global.el (data-debug-new-buffer)
1210         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1211         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1213         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1215         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1216         use of CL function `remove-if-not'.
1218         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
1220         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
1221         filename is not a string.
1223 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
1225         * files.el (safe-local-eval-forms): Fix typo.
1227 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * vc-hooks.el (vc-dir-buffers): New var.
1230         (vc-state-refresh): New function.
1231         (vc-state): Use it.
1232         (vc-after-save): Always ask the backend to recompute the new state.
1233         Always call vc-dir if necessary, using vc-dir-buffers.
1234         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
1235         Use vc-dir-buffers.
1236         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
1237         (vc-dir-prepare-status-buffer, vc-dir-update)
1238         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
1239         Don't call expand-file-name on default-directory.
1241 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1243         * speedbar.el (speedbar-item-delete):
1244         * calc/calc-prog.el (calc-kbd-if):
1245         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
1247         * epa.el (epa-key-list-mode-map):
1248         * hi-lock.el (hi-lock-menu): Fix typos in menus.
1250         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
1251         (hs-show-hook): Fix typo in docstring.
1253 2009-09-29  Glenn Morris  <rgm@gnu.org>
1255         * cedet/semantic/symref/idutils.el:
1256         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
1258         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1260         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1261         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
1262         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
1263         Mark declarations not understood by check-declare.
1265         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
1266         file-name-nondirectory call preventing location of cedet files.
1267         (check-declare-verify): Use literal search rather than re-search.
1268         Add basic defmethod and defclass, and define-overloadable-function.
1270         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1271         Use tramp-compat-file-attributes rather than nonexistent
1272         tramp-compat-handle-file-attributes.
1274         * Makefile.in (lisptagsfiles4): New.
1275         (AUTOGENEL): Add cedet loaddefs files.
1276         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
1277         (update-elclist, compile-always, backup-compiled-files)
1278         (bootstrap-clean): Add yet another directory level.
1279         (update-elclist): Use LC_COLLATE rather than COLLATE.
1280         (ELCFILES): Update, via `make update-elclist'.
1282 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1284         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
1285         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
1286         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
1288 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
1290         * Makefile.in (lisptagsfiles3): Define.
1291         (TAGS, TAGS-LISP): Use it.
1292         (update-elclist): Add third directory level to look for elc files.
1293         (compile-always): Likewise.
1294         (backup-compiled-files): Likewise.
1295         (bootstrap-clean): Likewise.
1296         (ELCFILES): Update.
1298 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
1300         * Makefile.in (ELCFILES): Add CEDET files.
1302 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1304         CEDET (development tools) package merged.
1306         * cedet/*.el:
1307         * cedet/ede/*.el:
1308         * cedet/semantic/*.el:
1309         * cedet/srecode/*.el: New files.
1311 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
1313         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
1315         * net/tramp.el (top): Require tramp-imap.
1317         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1318         Use `tramp-compat-handle-file-attributes'.
1320 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1322         * net/tramp-imap.el: New package.
1324 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1326         * emacs-lisp/chart.el:
1327         * emacs-lisp/eieio-base.el:
1328         * emacs-lisp/eieio-comp.el:
1329         * emacs-lisp/eieio-custom.el:
1330         * emacs-lisp/eieio-datadebug.el:
1331         * emacs-lisp/eieio-opt.el:
1332         * emacs-lisp/eieio-speedbar.el:
1333         * emacs-lisp/eieio.el: New files.
1335         * cedet/cedet-cscope.el:
1336         * cedet/cedet-files.el:
1337         * cedet/cedet-global.el:
1338         * cedet/cedet-idutils.el:
1339         * cedet/data-debug.el:
1340         * cedet/inversion.el:
1341         * cedet/mode-local.el:
1342         * cedet/pulse.el: New files.
1344 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1346         * whitespace.el (whitespace-trailing-regexp)
1347         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1348         Fix doc string.
1350 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
1352         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
1353         menu.
1355         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
1356         menu-bar-ediff-menu.
1358         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
1359         define-overloadable-function.
1361         * progmodes/autoconf.el: Provide autoconf as well, so that this
1362         file can be `require'd.
1364         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
1366         * emacs-lisp/autoload.el (generated-autoload-feature)
1367         (generated-autoload-load-name): New vars.
1368         (autoload-rubric, autoload-generate-file-autoloads): Use them.
1369         (make-autoload): Recognize define-overloadable-function and
1370         defclass forms (for EIEIO).
1372         * Makefile.in (update-subdirs): Exclude cedet directory.
1374 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1376         * term/ns-win.el: Don't set the region face background. (Bug#4381)
1378         * faces.el: Default light-background background for region face to
1379         ns_selection_color under NS.
1381 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1383         * net/imap-hash.el: New library, see NEWS.
1385         * Makefile.in (ELCFILES): Add imap-hash.el.
1387 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1389         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
1390         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
1391         * help-macro.el (make-help-screen): Avoid using an ambiguous function
1392         definition where the docstring could be taken for the return value.
1394 2009-09-26  Glenn Morris  <rgm@gnu.org>
1396         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
1397         Add option to only show images below a certain size.
1398         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
1399         save-excursion calls.
1401 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
1403         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
1404         subdirectories) and eieio.
1406 2009-09-26  Alan Mackenzie  <acm@muc.de>
1408         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
1409         buggy bracketing.
1411         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
1412         character constants (as case labels).
1414 2009-09-25  Juri Linkov  <juri@jurta.org>
1416         * files.el (safe-local-eval-forms): Allow time-stamp in
1417         before-save-hook (Bug#4554).
1419 2009-09-25  Drew Adams  <drew.adams@oracle.com>
1421         * menu-bar.el (list-buffers-directory): Doc fix.
1423 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1425         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
1426         Try and avoid copying twice the same paragraph.
1427         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
1428         Remove save-excursion.
1429         (log-edit-changelog-entry): Do it here instead.
1431 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
1433         * bs.el (bs--get-file-name): Use `list-buffers-directory'
1434         when available, instead of hardcoding mode names.  Doc fix.
1436         * menu-bar.el (list-buffers-directory): Add docstring.
1437         Make automatically buffer-local.
1439         * dired.el (dired-mode):
1440         * files.el (cd-absolute):
1441         * pcvs.el (cvs-temp-buffer):
1442         * pcvs-util.el (cvs-get-buffer-create):
1443         * shell.el (shell-mode):
1444         * vc-dir.el (vc-dir-mode):
1445         Don't make `list-buffers-directory' buffer local.
1447 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
1449         * comint.el (comint-exec, comint-run, make-comint):
1450         Doc fixes (Bug#4542).
1452 2009-09-25  Glenn Morris  <rgm@gnu.org>
1454         * mail/rmailmm.el (rmail-mime): New custom group.
1455         Move all defcustoms in this file into this group.
1456         (rmail-mime-media-type-handlers-alist): Revert previous change.
1457         (rmail-mime-show-images): New option.
1458         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
1459         references to it, since it wasn't actually used for anything.
1460         (rmail-mime-insert-image): New function.
1461         (rmail-mime-image): Use rmail-mime-insert-image.
1462         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
1463         obey the value of `rmail-mime-show-images' option.  Print the size of
1464         attachments.
1466 2009-09-25  David Engster  <deng@randomsample.de>
1468         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
1470 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1472         * whitespace.el: Does not highlight trailing spaces While point is
1473         at end of line.  Does not highligt spaces at beginning of buffer
1474         while point is at beginning of buffer.  Does not highlight spaces
1475         at end of buffer while point is at end of buffer.  (Bug#4177)
1476         New version 12.0.
1477         (whitespace-display-mappings): Adjust initialization.
1478         (whitespace-point, whitespace-font-lock-refontify): New vars.
1479         (whitespace-color-on, whitespace-color-off): Adjust code.
1480         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1481         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
1482         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
1484 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
1486         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
1488         * textmodes/sgml-mode.el: Remove xml-mode alias.
1490         * files.el (auto-mode-alist, conf-mode-maybe)
1491         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
1493 2009-09-24  Alan Mackenzie  <acm@muc.de>
1495         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
1496         c-forward-conditionals, but it doesn't move point and doesn't set
1497         the mark.
1498         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
1499         (c-down-conditional-with-else, c-backward-conditional)
1500         (c-forward-conditional): Refactor to use c-scan-conditionals.
1502 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1504         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
1505         (help-default-arg-highlight): Remove.
1506         (help-highlight-arg): New function.
1507         (help-do-arg-highlight): Use it.
1508         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
1510 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1512         * term.el (term-set-scroll-region, term-handle-ansi-escape):
1513         Undo last change, which didn't fix the problem and introduced others.
1515 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
1517         * progmodes/gdb-mi.el: Don't require speedbar.
1518         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
1520 2009-09-24  Glenn Morris  <rgm@gnu.org>
1522         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
1524         * term/ns-win.el (ns-reg-to-script): Define for compiler.
1526         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
1527         there is no newline after the final mime boundary.  (Bug#4539)
1528         Move markers on insertion so that any buttons inserted don't end up in
1529         the next part of a multipart message.
1530         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
1531         (rmail-mime-bulk-handler): Optionally handle images.
1532         (rmail-mime-image): New button action.
1533         (rmail-mime-image-handler): New function.
1534         (rmail-mime-mode): New mode.
1535         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
1537 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1539         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
1540         than just dropping elements from it (bug#4504).
1542         * term.el (term-set-scroll-region): Don't move cursor any more.
1543         (term-handle-ansi-escape): Call term-goto here instead.
1544         Suggested by Ivan Kanis <apple@kanis.eu>.
1546         * term.el: Require CL.
1547         (term-ansi-reset): New function.
1548         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
1549         (term-handle-colors-array): Simplify.
1551 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1553         * allout.el (allout-overlay-interior-modification-handler)
1554         (allout-obtain-passphrase):
1555         * epa-file.el (epa-file-write-region):
1556         * ps-print.el (ps-begin-job):
1557         * vc-hooks.el (vc-toggle-read-only):
1558         * vc-rcs.el (vc-rcs-rollback):
1559         * vc-sccs.el (vc-sccs-rollback):
1560         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
1561         (vc-version-diff, vc-revert, vc-rollback):
1562         * wdired.el (wdired-check-kill-buffer):
1563         * emacs-lisp/authors.el (authors):
1564         * net/socks.el (socks-open-connection):
1565         * net/zeroconf.el (zeroconf-service-add-hook):
1566         * obsolete/vc-mcvs.el (vc-mcvs-register):
1567         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
1568         (gdb-select-frame):
1569         * progmodes/grep.el (lgrep, rgrep):
1570         * progmodes/idlw-help.el (idlwave-help-check-locations)
1571         (idlwave-help-html-link, idlwave-help-assistant-open-link):
1572         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1573         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
1574         (reftex-toc-rename-label): Fix typos in error messages.
1576         * dired-aux.el (dired-do-shell-command): Reflow docstring.
1577         (dired-copy-how-to-fn): Doc fix.
1578         (dired-files-attributes, dired-read-shell-command):
1579         Fix typos in docstrings.
1581         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
1582         (dired-x-find-file-other-window): Reflow docstrings.
1583         (dired-omit-marker-char, dired-read-shell-command)
1584         (dired-x-submit-report): Fix typos in docstrings.
1586         * shell.el (shell-mode-hook):
1587         * view.el (View-scroll-line-forward):
1588         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
1589         Fix typos in docstrings.
1591         * net/dig.el (dig-invoke): Fix typo in docstring.
1592         (query-dig): Reflow docstring.
1594         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
1595         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
1596         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
1597         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
1598         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
1599         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
1600         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
1601         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
1602         (idlwave-completion-map, idlwave-current-indent)
1603         (idlwave-custom-ampersand-surround, idlwave-customize)
1604         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
1605         (idlwave-define-abbrev, idlwave-determine-class-special)
1606         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
1607         (idlwave-end-block-reg, idlwave-end-of-statement)
1608         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
1609         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
1610         (idlwave-explicit-class-listed, idlwave-file-header)
1611         (idlwave-fill-paragraph, idlwave-find-class-definition)
1612         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
1613         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
1614         (idlwave-in-quote, idlwave-indent-action-table)
1615         (idlwave-indent-expand-table, idlwave-indent-line)
1616         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
1617         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
1618         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
1619         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
1620         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
1621         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
1622         (idlwave-outlawed-buffers, idlwave-popup-select)
1623         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
1624         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
1625         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
1626         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
1627         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
1628         (idlwave-statement-type, idlwave-struct-skip)
1629         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
1630         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
1631         (idlwave-what-module-find-class): Fix typos in docstrings.
1632         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
1633         (idlwave-calculate-cont-indent, idlwave-expand-equal)
1634         (idlwave-find-module, idlwave-find-structure-definition)
1635         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
1636         (idlwave-list-load-path-shadows, idlwave-next-statement)
1637         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
1638         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
1639         (idlwave-template): Reflow docstrings.
1641         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
1642         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
1643         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
1644         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
1645         (idlwave-shell-display-line, idlwave-shell-display-wframe)
1646         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
1647         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
1648         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
1649         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
1650         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
1651         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
1652         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
1653         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
1654         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
1655         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
1656         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
1657         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
1658         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
1659         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
1660         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
1661         Fix typos in docstrings.
1662         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
1663         (idlwave-shell-hide-output, idlwave-shell-mode)
1664         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
1665         Reflow docstrings.
1667         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
1669 2009-09-24  Ivan Kanis  <apple@kanis.eu>
1671         * term.el (term-bold-attribute): New var.
1672         (term-handle-colors-array): Use it.
1674 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
1676         * progmodes/gdb-mi.el (gdb-version): New variable.
1677         (gdb-non-stop-handler): Set gdb-version.
1678         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
1679         Condition "--thread" option on gdb-version.
1680         (gdb-invalidate-threads): Remove unused argument.
1682 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
1685         to looking-back to avoid ridiculous slow down in large files (bug#4511).
1687 2009-09-23  Glenn Morris  <rgm@gnu.org>
1689         * mail/rmail.el (rmail-reply): Don't try to add a References header when
1690         replying to mail without References or Message-Id.  (Bug#4525)
1692 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1694         * term/ns-win.el (ns-reg-to-script): New variable.
1696 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
1698         * epg.el (epg-wait-for-status): Preserve existing 'error results.
1700 2009-09-22  Sam Steingold  <sds@gnu.org>
1702         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
1703         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
1704         to 1 because hg returns status 1 when nothing is found.
1705         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
1707 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1709         * textmodes/fill.el: Convert to utf-8 encoding.
1710         (fill-french-nobreak-p): Remove redundant » and « inherited from our
1711         pre-unicode days.
1713         * add-log.el (change-log-fill-forward-paragraph): New function.
1714         (change-log-mode): Use it so fill-region DTRT.
1715         Set fill-indent-according-to-mode here rather than in
1716         change-log-fill-paragraph.
1717         (change-log-fill-paragraph): Remove.
1719 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
1721         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
1722         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
1724 2009-09-22  Glenn Morris  <rgm@gnu.org>
1726         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
1727         the scroll-bar scroll the calendar window rather than the buffer.
1729         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
1730         commands that move point (as opposed to scrolling).
1732         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
1734         * emacs-lisp/elint.el (elint): New custom group.
1735         (elint-log-buffer): Make it a defcustom.
1736         (elint-scan-preloaded, elint-ignored-warnings)
1737         (elint-directory-skip-re): New options.
1738         (elint-builtin-variables): Doc fix.
1739         (elint-preloaded-env): New variable.
1740         (elint-unknown-builtin-args): Add an entry for encode-time.
1741         (elint-extra-errors): Make it a variable rather than a constant.
1742         (elint-preloaded-skip-re): New constant.
1743         (elint-directory): Skip files matching elint-directory-skip-re.
1744         (elint-features): New variable, local to linted buffers.
1745         (elint-update-env): Initialize elint-features.  Possibly add
1746         elint-preloaded-env to the buffer's environment.
1747         (elint-get-top-forms): Bind elint-current-pos, for log messages.
1748         Skip quoted forms.
1749         (elint-init-form): New function, extracted from elint-init-env.
1750         Make non-list forms a warning rather than an error.
1751         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
1752         easy-menu-define, put that adds an error-condition, and provide.
1753         When requiring cl, also require cl-macs.  Really require cl, to handle
1754         some cl macros.  Store required libraries in the list elint-features,
1755         so as not to re-load them.  Treat cc-require like require.
1756         (elint-init-env): Call elint-init-form to do the work.
1757         Handle eval-and-compile and such like.
1758         (elint-add-required-env): Do not clear messages.
1759         (elint-special-forms): Add handlers for function, defalias, if, when,
1760         unless, and, or.
1761         (elint-form): Add optional argument to ignore elint-special-forms,
1762         useful to prevent recursive calls from handlers.  Doc fix.
1763         Respect elint-ignored-warnings.
1764         (elint-form): Respect elint-ignored-warnings.
1765         (elint-bound-variable, elint-bound-function): New variables.
1766         (elint-unbound-variable): Respect elint-bound-variable.
1767         (elint-get-args): Respect elint-bound-function.
1768         (elint-check-cond-form): Add some simple handling for (f)boundp and
1769         featurep tests.
1770         (elint-check-defalias-form): New handler.
1771         (elint-check-let-form): Make an empty let a warning rather than an
1772         error.
1773         (elint-check-setq-form): Make an empty setq a warning rather than an
1774         error.  Respect elint-ignored-warnings.
1775         (elint-check-defvar-form): Accept null doc-strings.
1776         (elint-check-conditional-form): New handler.  Does some simple-minded
1777         checking of featurep and (f)boundp tests.
1778         (elint-put-function-args): New function.
1779         (elint-initialize): Use elint-scan-doc-file rather than
1780         elint-find-builtin-variables.  Use elint-put-function-args.
1781         Possibly scan preloaded-file-list.
1782         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
1783         extend to handle functions as well.
1785 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
1787         * linum.el (linum-delete-overlays, linum-update-window):
1788         Do not modify the right margin.  (Bug#3971)
1790 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
1792         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
1793         nxml-mode instead of xml-mode.
1795 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1797         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
1799 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1801         * net/dig.el (dig-mode): Use define-derived-mode.
1803 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1805         * vc-dispatcher.el (vc-do-command): Return the process object in
1806         the asynchronous case.  Use when instead of if.  Do not run
1807         vc-exec-after to display a message if not enabled.
1809         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
1810         properties to the stash strings.
1811         (vc-git-stash-list): Return a list of strings.
1812         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
1813         (vc-git-stash-show-at-point): New functions.
1814         (vc-git-stash-map): New keymap.
1816         * register.el (ctl-x-r-map): Define the keys here instead of
1817         using autoload.
1819 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
1821         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
1822         list, to workaround performance problem (bug#4485).
1824 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
1826         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
1828 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
1830         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
1831         Document that this option is not recommended to use.
1833 2009-09-19  Glenn Morris  <rgm@gnu.org>
1835         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
1836         variable `var'.
1838         * calc/calc-alg.el (var):
1839         * calc/calcalg2.el (var): Define for compiler.
1841 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
1843         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
1844         Doc fix (Bug#3932).
1846         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
1848         * time-stamp.el (time-stamp-month-dd-yyyy)
1849         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
1850         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1851         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
1852         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
1853         Remove functions that have been obsolete since 1995 (Bug#4436).
1855         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
1856         indent buffer only if called interactively (Bug#4452).
1858 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
1859             Eli Zaretskii  <eliz@gnu.org>
1861         This fixes bug#4197 (merged to bug#865, though not identical).
1862         * server.el (server-auth-dir): Add docstring note about FAT32.
1863         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
1864         but warn against using them.
1866 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
1868         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
1869         older GDB where there is no has_more field.
1871 2009-09-19  Glenn Morris  <rgm@gnu.org>
1873         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1875 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
1877         * files.el (auto-mode-alist): Change default for XML files to nXML
1878         mode (Bug#4169).
1880 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
1882         * server.el (server-ensure-safe-dir): Pass 'integer
1883         to `file-attributes', as suggested.
1885 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1887         * dired-aux.el (dired-query-alist): Remove spurious backslash.
1888         (dired-query): Use read-key.
1890 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
1892         * cus-start.el (ns-use-qd-smoothing): Remove.
1894 2009-09-18  Glenn Morris  <rgm@gnu.org>
1896         * allout.el (top-level): Remove unnecessary progn.
1898         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
1900         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
1901         definition of abbrev table.
1903         * speedbar.el (speedbar-track-mouse):
1904         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
1905         * net/eudc.el (eudc-expand-inline):
1906         * net/newst-backend.el (newsticker--cache-read-feed):
1907         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
1908         condition-case handlers.
1910 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
1912         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
1913         (gdb-var-list): Add an element for has_more field.
1914         (gdb-non-stop-handler): Enable pretty printing for STL containers.
1915         (gdb-var-create-handler, gdb-var-list-children-handler-1)
1916         (gdb-var-update-handler-1): Parse output of dynamic variable
1917         objects (STL containers).
1918         (gdb-var-delete-1): Pass var1 as an explicit second argument.
1919         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
1921         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
1922         gdb-var-list.
1923         (gud-speedbar-buttons): Make node expandable if expression "has more"
1924         children.
1926 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
1928         * startup.el (emacs-quick-startup): Remove variable and all uses.
1929         (command-line): Set `inhibit-x-resources' instead.
1930         (command-line-1): Use `inhibit-x-resources' instead.
1932 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
1934         * subr.el: Fix last change to avoid using the `unless' macro,
1935         which breaks bootstrapping.
1937 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1939         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
1940         extended definitions, in case we reload subr.el after having
1941         loaded CL.
1942         (eval-next-after-load): Mark as obsolete.
1944 2009-09-17  Juri Linkov  <juri@jurta.org>
1946         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
1947         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
1948         (menu-bar-showhide-menu, menu-bar-tools-menu)
1949         (menu-bar-describe-menu, menu-bar-help-menu)
1950         (minibuffer-local-completion-map, minibuffer-local-map):
1951         Fix list quoting.
1953 2009-09-17  Glenn Morris  <rgm@gnu.org>
1955         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
1956         arguments, whether or not it has a handler.
1958         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
1960         * simple.el (hard-newline): Give it a doc-string.
1962         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1963         (lisp-mode-syntax-table): Give them doc-strings.
1965 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1967         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
1968         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
1969         (menu-bar-options-menu, menu-bar-showhide-menu)
1970         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1971         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1972         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
1973         (menu-bar-options-menu, menu-bar-tools-menu)
1974         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
1975         (menu-bar-help-menu):
1976         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
1977         string arguments.
1979         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
1980         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
1981         calls for the menu names and :help.
1983 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1985         * mouse.el (minor-mode-menu-from-indicator): Pay attention
1986         to :minor-mode-function (bug#4455).
1988 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1990         * startup.el (command-line): Initialize the window-system after
1991         processing the command-line.
1993         * textmodes/page.el (what-page): Make sure we don't inf-loop if
1994         page-delimiter matches the empty string.
1996 2009-09-16  Glenn Morris  <rgm@gnu.org>
1998         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
1999         byte-compile-not-obsolete-var.  It's a list now.
2000         (byte-compile-not-obsolete-funcs): New variable.
2001         (byte-compile-warn-obsolete): Don't warn about functions if they are in
2002         byte-compile-not-obsolete-funcs.
2003         (byte-compile-variable-ref, byte-compile-defvar): Update for
2004         byte-compile-not-obsolete-vars name-change and list nature.
2005         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
2006         and variables behind (f)boundp tests.
2007         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
2009 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2011         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
2013 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2015         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
2016         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
2017         Don't autoload.
2019 2009-09-15  Stephen Eglen  <stephen@gnu.org>
2021         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
2022         the virtual-buffers, use the name of the buffer specified by
2023         find-file-noselect, as the match may be a symlink.  (This was a
2024         problem if the target and the symlink had different names.)
2026 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2028         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
2030         * desktop.el (desktop-path): Check user-emacs-directory.
2032         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
2034         * loadup.el: Use after-load-functions to GC after loading each file.
2035         Remove the explicit GC calls that used to be sprinkled around.
2037         * subr.el (after-load-functions): New hook.
2038         (do-after-load-evaluation): Run it.  Use string-match-p to detect
2039         `obsolete' packages, rather than painfully extracting the relevant
2040         directory name.
2042 2009-09-15  Glenn Morris  <rgm@gnu.org>
2044         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
2045         free variable `doc'.
2047         * dired.el (dired-mode-map): Add menu entry for async shell command.
2049         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
2050         variables, also consider the .elc files, since the .el files are
2051         normally gzipped (subsequent code locates the .el.gz from the .elc).
2053         * calc/calc-prog.el (arglist): Define for compiler.
2055         * calendar/diary-lib.el (diary-display-function): Change the default to
2056         fancy display.
2057         (body): Define for compiler.
2059         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
2060         (byte-compile-file-form, byte-compile-lambda)
2061         (byte-compile-top-level-body, byte-compile-form)
2062         (byte-compile-variable-ref, byte-compile-setq)
2063         (byte-compile-setq-default, byte-compile-body)
2064         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
2065         (batch-byte-compile): Give some more local variables with common names
2066         a "bytecomp-" prefix to avoid masking warnings about free variables.
2068         * startup.el (command-line-1): Give local variables with common names a
2069         distinguishing prefix, so as not to hide free variable warnings during
2070         bootstrap.
2072         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
2073         clever and add a suffix to make a unique name, just let the user decide
2074         whether or not to overwrite it.  If the input is a directory, write the
2075         default filename to that directory.  (Bug#4388)
2076         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
2077         is a filename-as-a-directory.
2079 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2081         * textmodes/page.el (what-page): Don't move to beginning of line.
2082         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
2084 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2086         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
2088 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2090         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
2091         * help.el (help-for-help-internal): Add purecopy calls for text.
2093         * vc.el (top): print-log method now takes an optional SHORTLOG
2094         argument.  Add a new method: root.
2095         (vc-root-diff, vc-print-root-log): New functions.
2096         (vc-log-short-style): New variable.
2097         (vc-print-log-internal): Add support for showing short logs.
2099         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
2100         vc-print-root-log and vc-print-root-diff.
2102         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
2103         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
2104         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
2105         short logs.
2107         * vc-cvs.el (vc-cvs-print-log):
2108         * vc-mtn.el (vc-mtn-print-log):
2109         * vc-rcs.el (vc-rcs-print-log):
2110         * vc-sccs.el (vc-sccs-print-log):
2111         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
2112         that is ignored for now.
2114         * vc-mtn.el (vc-mtn-annotate-command):
2115         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
2117 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2119         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
2120         to function-key-map, and give them ascii-character property.
2121         * term/x-win.el (x-alternatives-map):
2122         * term/ns-win.el (ns-alternatives-map):
2123         * term/internal.el (msdos-key-remapping-map):
2124         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
2126 2009-09-14  Glenn Morris  <rgm@gnu.org>
2128         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
2129         temp-buffers (2009-09-12).
2131 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2133         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
2134         the new read-key function.
2136 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2138         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
2139         is defined (Bug#4405).
2141 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
2143         * recentf.el (recentf-cleanup): Use a hash table to find
2144         duplicates (Bug#4407).
2146 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
2148         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
2149         kp-0 to ascii equivalents (Bug#4325).
2151 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2153         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
2155         * eshell/em-hist.el:
2156         * eshell/em-dirs.el (eshell-complete-user-reference):
2157         Declare pcomplete functions and variables to avoid compiler warnings.
2159 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
2161         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
2162         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
2163         * eshell/em-alias.el (eshell-aliases-file):
2164         * eshell/em-hist.el (eshell-history-file-name):
2165         Use expand-file-name instead of concat to make file names (Bug#4308).
2167 2009-09-13  Glenn Morris  <rgm@gnu.org>
2169         * ediff-merg.el (ediff-do-merge):
2170         * filesets.el (filesets-run-cmd):
2171         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
2172         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
2173         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
2174         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
2175         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
2176         Replace empty `let's with `progn'.
2178 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2180         * mail/sendmail.el (send-mail-function):
2181         * tooltip.el (tooltip-mode):
2182         * simple.el (transient-mark-mode):
2183         * rfn-eshadow.el (file-name-shadow-mode):
2184         * frame.el (blink-cursor-mode):
2185         * font-core.el (global-font-lock-mode):
2186         * files.el (temporary-file-directory)
2187         (small-temporary-file-directory, auto-save-file-name-transforms):
2188         * epa-hook.el (auto-encryption-mode):
2189         * composite.el (global-auto-composition-mode):
2190         Use custom-initialize-delay.
2191         * startup.el (command-line): Don't explicitly call
2192         custom-reevaluate-setting for all the above vars.
2193         * custom.el (custom-initialize-safe-set)
2194         (custom-initialize-safe-default): Delete.
2196 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2198         * term/x-win.el (x-initialize-window-system):
2199         * term/w32-win.el (w32-initialize-window-system):
2200         * term/ns-win.el (ns-initialize-window-system): Don't call
2201         mouse-wheel-mode since it's enabled globally by default already.
2203         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
2204         actually define the variable, but only silences the byte-compiler.
2205         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
2206         before looking it up.
2207         (mouse-wheel-scroll-amount): Also reset the bindings if this value
2208         is changed.
2210 2009-09-12  Glenn Morris  <rgm@gnu.org>
2212         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
2213         1000.
2214         (elint-add-required-env): Don't beep on error.
2215         (elint-forms): In case of error, return ENV unchanged.
2216         (elint-init-env): Skip non-list forms.
2217         (elint-log): Handle unknown file positions.
2219 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
2221         * epg.el (epg-make-context): Add autoload cookie.
2222         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
2223         (epg-decrypt-string, epg-start-verify, epg-verify-file)
2224         (epg-verify-string, epg-start-sign, epg-sign-file)
2225         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
2226         (epg-encrypt-string, epg-start-export-keys)
2227         (epg-export-keys-to-file, epg-export-keys-to-string)
2228         (epg-start-import-keys, epg-import-keys-from-file)
2229         (epg-import-keys-from-string, epg-start-receive-keys)
2230         (epg-receive-keys, epg-import-keys-from-server)
2231         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
2232         (epg-sign-keys, epg-start-generate-key)
2233         (epg-generate-key-from-file, epg-generate-key-from-string):
2234         Remove autoload cookie.
2236 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
2238         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
2239         reevaluation of trash-directory.
2241         * mwheel.el: Fix last change.
2242         (mouse-wheel-mode): New defvar.
2243         (mouse-wheel-mode): Remove autoload cookie.
2245 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2247         * mwheel.el (mwheel-installed-bindings): New var.
2248         (mouse-wheel-mode): Use it, so as to make sure we really remove all
2249         the bindings we set last time.  Use custom-initialize-delay.
2250         * loadup.el: Load mwheel after term/*-win.el.
2251         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
2252         and mouse-wheel-up-event now that their first evaluation is done
2253         sufficiently late to be correct.
2255         * startup.el (tutorial-directory): Make it a defcustom.
2256         Use custom-initialize-delay rather than eval-at-startup to set it.
2257         * image.el (image-load-path): Make it a defcustom.
2258         Use custom-initialize-delay rather than eval-at-startup to set it.
2259         * subr.el (eval-at-startup): Remove.
2260         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
2262         * subr.el (do-after-load-evaluation): Warn the user after loading an
2263         obsolete package.
2265 2009-09-12  Glenn Morris  <rgm@gnu.org>
2267         * proced.el (proced-mark-alt): Remove alias.
2268         (proced-mode-map): Remove proced-mark-alt.
2270         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
2271         Elint file and directory.  Remove initialization entry.
2273         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
2274         commands.
2275         (elint-current-buffer): Set mode-line-process.
2276         (elint-init-env): Handle define-derived-mode.
2277         Fix declare-function with unspecified arglist.  Guard against odd
2278         defalias statements (eg iso-insert's 8859-1-map).
2279         (elint-add-required-env): Use a temp buffer.
2280         (elint-form): Just print the function/macro name, not the whole form.
2281         Return env unchanged if we fail to parse a macro.
2282         (elint-forms): Guard against parse errors.
2283         (elint-output): New function, to handle batch mode.
2284         (elint-log-message): Add optional argument.  Use elint-output.
2285         (elint-set-mode-line): New function.
2287 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2289         * emacs-lisp/elp.el (elp-not-profilable): Add more
2290         functions (Bug#4233).
2292 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
2294         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
2295         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
2297 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
2299         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
2300         (gdb-var-list-children): Use json parsing.
2302 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
2304         * progmodes/js.el (js--proper-indentation): Handle the case where
2305         char-before is null.  Reported by Deniz Dogan.
2307 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2309         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
2311 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
2313         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
2314         (epg-digest-algorithm-alist): Add SHA224.
2315         (epg-context-set-passphrase-callback)
2316         (epg-context-set-progress-callback): Add description about
2317         callback function.
2319 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2321         * custom.el (custom-delayed-init-variables): New var.
2322         (custom-initialize-delay): New function.
2323         * startup.el (command-line): "Re"evaluate all vars in
2324         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
2325         explicitly any more.
2326         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
2327         to avoid creating a ~/.emacs.d at build-time (bug#4347).
2329         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2331 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
2333         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
2334         (gdb-var-update-handler): Use json parsing.
2336 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2338         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
2339         decode annotated text, regardless of language environment.  (Bug#2741)
2341 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2343         * Makefile.in (autoloads): Make rmail.el writable as well.
2345 2009-09-11  Glenn Morris  <rgm@gnu.org>
2347         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
2348         loaddefs.el.
2349         * dired.el: Regenerate with extracted autoloads.
2350         * Makefile.in (autoloads): Make dired.el writable.
2352         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
2353         * ibuffer.el: Regenerate with extracted autoloads.
2354         * Makefile.in (autoloads): Make ibuffer.el writable.
2356         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
2357         * version.el (emacs-copyright, emacs-major-version)
2358         (emacs-minor-version): Reformat doc-strings for make-docfile.
2360         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
2361         functions and variables, since they must be stuff specific to some other
2362         platform.
2363         (apropos-print): Make mouse-click message less specific about button.
2365         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
2366         that records where a macro was defined.
2367         * help-fns.el (describe-function-1): Mention if a function has a
2368         compiler-macro.
2369         * help-mode.el (help-function-cmacro): New button.
2371         * locate.el (top-level): Always require dired.
2372         (locate-mode-map): Initialize inside the defvar.
2374         * net/ange-ftp.el (dired-compress-file): Declare.
2375         (ange-ftp-dired-compress-file): Add doc string.
2377         * term/ns-win.el (x-display-name, x-setup-function-keys):
2378         Unify doc-strings with X versions.
2380 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2382         * emulation/crisp.el (crisp-mode-map): Move initialization
2383         into declaration.
2384         (crisp-mode): Use define-minor-mode.
2386         * progmodes/xscheme.el (xscheme-evaluation-commands):
2387         Put a :advertised-binding property rather than using
2388         advertised-xscheme-send-previous-expression.
2389         (advertised-xscheme-send-previous-expression): Declare obsolete.
2390         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
2391         `advertised-undo'.
2392         (crisp-mode): Add corresponding bindings to
2393         undo's :advertised-binding instead.
2394         * dired.el (dired-mode-map): Put a :advertised-binding property rather
2395         than using dired-advertised-find-file.
2396         (dired-advertised-find-file):
2397         * simple.el (advertised-undo):
2398         * wid-edit.el (advertised-widget-backward): Declare obsolete.
2399         (widget-keymap): Put a :advertised-binding property rather
2400         than using advertised-widget-backward.
2401         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
2402         than using advertised-undo.
2403         * tutorial.el (tutorial--default-keys): Adjust accordingly.
2405 2009-09-10  Simon South  <ssouth@slowcomputing.org>
2407         * progmodes/delphi.el (delphi-tab): Indent region when Transient
2408         Mark mode is enabled and region is active; otherwise indent or
2409         insert TAB as usual.
2410         (delphi-mode): Update description of TAB-key binding.
2412 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2414         * subr.el (define-key-rebound-commands): Mark obsolete.
2415         * startup.el (precompute-menubar-bindings): Remove.
2416         (normal-top-level): Remove obsolete code that tried to precompute
2417         menubar bindings.
2418         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
2419         define-key-rebound-commands and precompute-menubar-bindings.
2421 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2423         * net/imap.el (imap-interactive-login): Better messages.
2424         (imap-open): Fix bug with renamed buffer on reconnect.
2425         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2426         for easier debugging and cleaner code.  On successful (guessed based on
2427         server capabilities) secondary authentication, set imap-state
2428         correctly.
2429         (imap-last-authenticator): Define imap-last-authenticator as a variable
2430         to avoid warnings.
2432 2009-09-10  Glenn Morris  <rgm@gnu.org>
2434         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
2436         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
2437         (byte-compile-file-form-autoload): Don't warn about unknown functions
2438         where the autoload statement comes after the use.
2439         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
2440         that any handlers inside the body (eg require) are in turn respected.
2442         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
2443         effects.
2445         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
2446         and syntax and abbrev tables basic docs, if they don't have any.
2448         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
2450         * international/mule-cmds.el (top-level): Require cl when compiling.
2451         (view-hello-file): Use default-value rather than
2452         default-enable-multibyte-characters.
2454         * progmodes/fortran.el: Move all safe and risky properties into the
2455         defcustoms.
2457         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
2458         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
2459         * mail/undigest.el:
2460         Put autoloads in rmail.el rather than loaddefs.el.
2461         * mail/rmail.el: Regenerate with extracted autoloads.
2463         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
2464         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
2466 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
2468         Reported in thread for Bug#4375.
2469         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
2470         "-data-evaluate-expression" instead of print.
2471         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
2472         (gdb-tooltip-print): Parse output from above MI command.
2473         (gdb): Revert 2009-08-11 change.  User should detach inferior
2474         manually.
2476         Remove the word "separate" from IO functions as inferior
2477         output is now never displayed in the GUD buffer.
2479 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
2481         * startup.el (command-line-normalize-file-name): On Windows and
2482         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
2484 2009-09-10  Juri Linkov  <juri@jurta.org>
2486         * isearch.el (isearch-text-char-description): Propertize escape
2487         character sequences with the `escape-glyph' face.  (Bug#4344)
2489         * simple.el (shell-command): Set asynchronous process filter to
2490         `comint-output-filter'.  (Bug#4343)
2492         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
2493         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
2494         the list.  Move "asm" to the bottom.
2495         (grep-find-ignored-directories): Add `choice' with nil value
2496         to empty the list easily.
2497         (grep-find-ignored-files): New option.
2498         (grep-files-history): Set to nil by default instead of '("ch" "el").
2499         (grep-compute-defaults): Add "<X>" to `grep-template'.
2500         (grep-read-files): Bind new local variables `default-alias' and
2501         `default-extension'.  Use a list of default values for the file prompt.
2502         (lgrep): Add `--exclude=' command line options composed from
2503         `grep-find-ignored-files'.
2504         (rgrep): Add `-name' command line options composed from
2505         `grep-find-ignored-files'.  (Bug#4301)
2507 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2509         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
2510         (bug#4368).
2512 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2514         * calendar/time-date.el (autoload):
2515         Expand define-obsolete-function-alias into defalias and make-obsolete
2516         for old Emacsen that Gnus supports.
2517         (with-no-warnings): Define it for old Emacsen.
2518         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2519         is available.
2520         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2521         float-time is available; suppress compile warning for time-to-seconds.
2523 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2525         * net/imap.el (imap-message-map): Docstring fix.
2527 2009-09-09  Glenn Morris  <rgm@gnu.org>
2529         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
2530         line numbers too.  (Bug#4374)
2532 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2534         * smerge-mode.el (smerge-remove-props, smerge-refine):
2535         Use with-silent-modifications (bug#4342).
2537         * subr.el (with-silent-modifications): New macro.
2539 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
2541         * files.el (top-level): Require `cl' when compiling.
2543 2009-09-07  Glenn Morris  <rgm@gnu.org>
2545         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
2547         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
2548         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
2550 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
2552         * vc-git.el (vc-git-annotate-command): Use separator to parse
2553         arguments correctly.
2555 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
2557         * proced.el (proced-mode): Doc fix.
2559 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2561         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
2562         lstat fails.
2563         (tramp-do-file-attributes-with-ls): Check for file existence at
2564         remote end.
2565         (tramp-do-file-attributes-with-stat): Likewise.
2566         (tramp-convert-file-attributes): Return nil when attr is nil.
2568 2009-09-05  Glenn Morris  <rgm@gnu.org>
2570         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
2571         properties to this button.
2572         (diary-fancy-display): Don't extend the button to the final newline.
2573         (diary-fancy-display-mode): Continue to define "q" as a local key.
2575         * calendar/cal-china.el (holiday-chinese): Make it slightly more
2576         efficient.
2578         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
2580         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
2581         (byte-compile-dest-file-function): New option.
2582         (byte-compile-dest-file): Doc fix.
2583         Obey byte-compile-dest-file-function.
2584         (byte-compile-cl-file-p): New function.
2585         (byte-compile-eval): Only suppress noruntime warnings about cl functions
2586         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
2587         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
2588         than for file being previously loaded.
2589         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
2590         (byte-compile-file-form-require): Handle the case where requiring a file
2591         indirectly causes CL to be loaded.
2593 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2595         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
2596         before killing the old buffer, since by the time `kill-buffer' is
2597         run so many buffer variables have been set to nil that it may not
2598         behave as expected.  (Bug#4061)
2600 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2602         * files.el (find-alternate-file): If the old buffer is modified
2603         and visiting a file, behave similarly to `kill-buffer' when
2604         killing it, thus reverting to the pre-1.878 behavior; see
2605         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
2606         for discussion.  Also, consult `buffer-file-name' as a variable
2607         not as a function, for consistency with the rest of the code.
2609 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
2611         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
2612         also when adding a new directory.
2614         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
2615         defun.
2617 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2619         * files.el (locate-file-completion-table): Make it provide boundary
2620         information, so partial-completion works better.
2622 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
2624         * mail/footnote.el (Footnote-text-under-cursor):
2625         Check footnote-text-marker-alist before using it (bug#4324).
2627 2009-09-04  Glenn Morris  <rgm@gnu.org>
2629         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
2630         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
2631         * play/solitaire.el, play/tetris.el:
2632         Remove leading * from defcustom and defface docs.
2634         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
2635         necessary.
2636         (diary-fancy-overriding-map): New variable.
2637         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
2638         Use view-mode.
2640         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
2641         goto-line.
2643 2009-09-03  Glenn Morris  <rgm@gnu.org>
2645         * arc-mode.el (archive-mode):
2646         * dos-fns.el (set-default-process-coding-system):
2647         * man.el (Man-getpage-in-background):
2648         * menu-bar.el (menu-bar-describe-menu):
2649         * server.el (server-process-filter):
2650         * startup.el (command-line):
2651         * tar-mode.el (tar-header-block-tokenize, tar-extract):
2652         * w32-fns.el (set-default-process-coding-system):
2653         * x-dnd.el (x-dnd-handle-file-name):
2654         * international/mule-cmds.el (mule-menu-keymap)
2655         (set-default-coding-systems, language-info-alist, set-language-info)
2656         (set-language-environment, standard-display-european-internal)
2657         (set-locale-environment):
2658         * international/mule-diag.el (mule-diag):
2659         * mail/emacsbug.el (report-emacs-bug):
2660         * mail/rmail.el (rmail-mode):
2661         * mail/sendmail.el (mail-setup):
2662         Use default-value rather than default-enable-multibyte-characters.
2664         * progmodes/f90.el: Move all safe properties into the defcustoms.
2665         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
2667         * calendar/appt.el (appt-check):
2668         * calendar/diary-lib.el (diary-set-header, diary-live-p)
2669         (diary-check-diary-file, diary-list-entries)
2670         (diary-include-other-diary-files, diary-simple-display)
2671         (diary-fancy-display, diary-print-entries)
2672         (diary-mark-included-diary-files, diary-make-entry):
2673         Don't call substitute-in-file-name on diary-file.
2675 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
2676             Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * mail/footnote.el (footnote-prefix): Make it a defcustom.
2679         (footnote-mode-map): Move initialization into the declaration.
2680         (footnote-minor-mode-map): Define it rather than changing global-map.
2681         (footnote-mode): Use define-minor-mode.
2683 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
2685         * net/tramp.el (tramp-handle-file-attributes-with-ls)
2686         (tramp-do-file-attributes-with-perl)
2687         (tramp-do-file-attributes-with-stat): Rename from
2688         `tramp-handle-file-attributes-with-*'.
2689         (tramp-handle-file-attributes): Use them.
2690         (tramp-do-directory-files-and-attributes-with-perl)
2691         (tramp-do-directory-files-and-attributes-with-stat): Rename from
2692         `tramp-handle-directory-files-and-attributes-with-*'.
2693         (tramp-handle-directory-files-and-attributes): Use them.
2694         (tramp-method-out-of-band-p): Additional parameter SIZE.
2695         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
2696         (tramp-handle-write-region): Use it.
2697         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
2698         (tramp-handle-vc-registered): Check, whether the first run did
2699         return files to be tested.
2700         (tramp-advice-make-auto-save-file-name): Do not call directly
2701         `tramp-handle-make-auto-save-file-name', because this would bypass
2702         the locking mechanism.
2704         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
2705         (file-remote-p, process-file, start-file-process, set-file-times)
2706         (tramp-compat-file-attributes): Compatibility functions shall not
2707         call directly `tramp-handle-*', because this would bypass the
2708         locking mechanism.
2709         (tramp-compat-number-sequence): New defun.
2711 2009-09-02  Glenn Morris  <rgm@gnu.org>
2713         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
2714         alias for float-time.
2715         (time-to-number-of-days): In Emacs, use float-time.
2716         * net/newst-backend.el (time-add): Suppress warnings from compat
2717         function.
2718         * time.el (emacs-uptime, emacs-init-time):
2719         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
2720         Use float-time rather than time-to-seconds.
2722         * minibuffer.el (completion-initials-expand): Fix typo.
2724         * faces.el (modeline, modeline-inactive, modeline-highlight)
2725         (modeline-buffer-id):
2726         * info.el (info-menu-5): Mark these face aliases as obsolete.
2728 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2730         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
2731         space ...
2732         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
2733         no "--thread" option.
2734         (gdb-stopped): Don't print "Switched to thread" message when it is
2735         unchanged.
2737 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2739         * minibuffer.el (completion-try-completion)
2740         (completion-all-completions): Remove ill-defined (and
2741         mistakenly installed and luckily never used nor documented)
2742         `completion-styles' property.
2743         (completion-initials-expand, completion-initials-all-completions)
2744         (completion-initials-try-completion): New functions.
2745         (completion-styles-alist): Add doc to each entry.
2746         Add new `initials' entry.
2748 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2750         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
2751         MI command -var-evaluate-expression.
2752         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
2753         and tweak for case of string child.
2754         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
2756 2009-09-01  Glenn Morris  <rgm@gnu.org>
2758         * add-log.el (change-log-date-face, change-log-name-face)
2759         (change-log-email-face, change-log-file-face, change-log-list-face)
2760         (change-log-conditionals-face, change-log-function-face)
2761         (change-log-acknowledgement-face):
2762         * cus-edit.el (custom-invalid-face, custom-rogue-face)
2763         (custom-modified-face, custom-set-face, custom-changed-face)
2764         (custom-saved-face, custom-button-face, custom-button-pressed-face)
2765         (custom-documentation-face, custom-state-face, custom-comment-face)
2766         (custom-comment-tag-face, custom-variable-tag-face)
2767         (custom-variable-button-face, custom-face-tag-face)
2768         (custom-group-tag-face-1, custom-group-tag-face):
2769         * diff-mode.el (diff-header-face, diff-file-header-face)
2770         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2771         (diff-added-face, diff-changed-face, diff-function-face)
2772         (diff-context-face, diff-nonexistent-face):
2773         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2774         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
2775         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2776         (Info-title-4-face):
2777         * isearch.el (isearch-lazy-highlight-face):
2778         * log-view.el (log-view-file-face, log-view-message-face):
2779         * paren.el (show-paren-match-face, show-paren-mismatch-face):
2780         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2781         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2782         (cvs-msg-face):
2783         * smerge-mode.el (smerge-mine-face, smerge-other-face)
2784         (smerge-base-face, smerge-markers-face):
2785         * wid-edit.el (widget-documentation-face, widget-button-face)
2786         (widget-field-face, widget-single-line-field-face)
2787         (widget-inactive-face, widget-button-pressed-face):
2788         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
2789         (woman-addition-face):
2790         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
2791         (eshell-ls-executable-face, eshell-ls-readonly-face)
2792         (eshell-ls-unreadable-face, eshell-ls-special-face)
2793         (eshell-ls-missing-face, eshell-ls-archive-face)
2794         (eshell-ls-backup-face, eshell-ls-product-face)
2795         (eshell-ls-clutter-face):
2796         * eshell/em-prompt.el (eshell-prompt-face):
2797         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
2798         * obsolete/old-whitespace.el (whitespace-highlight-face):
2799         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
2800         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
2801         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
2802         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
2803         (antlr-font-lock-literal-face):
2804         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2805         (ebrowse-root-class-face, ebrowse-file-name-face)
2806         (ebrowse-default-face, ebrowse-member-attribute-face)
2807         (ebrowse-member-class-face, ebrowse-progress-face):
2808         * progmodes/make-mode.el (makefile-space-face):
2809         * progmodes/sh-script.el (sh-heredoc-face):
2810         * textmodes/flyspell.el (flyspell-incorrect-face)
2811         (flyspell-duplicate-face):
2812         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
2813         * textmodes/texinfo.el (texinfo-heading-face):
2814         Mark face aliases with "-face" suffix as obsolete.
2816         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
2817         compiler.
2819         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
2820         (eudc-bob-sound-menu): Use defvar rather than defconst, since
2821         easy-menu-define wants to modify these.
2823         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
2825         * net/browse-url.el (browse-url-file-url):
2826         * term/internal.el (dos-codepage-setup):
2827         Use default-value rather than default-enable-multibyte-characters.
2829         * progmodes/etags.el (etags-goto-tag-location):
2830         * progmodes/flymake.el (flymake-highlight-line)
2831         (flymake-goto-file-and-line, flymake-goto-line):
2832         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
2833         (gdb-goto-breakpoint):
2834         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2835         * progmodes/python.el (python-find-function)
2836         (python-pdbtrack-track-stack-file):
2837         * progmodes/verilog-mode.el (verilog-surelint-off):
2838         * term/ns-win.el (ns-open-file-select-line):
2839         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2840         Use forward-line rather than goto-line.
2842         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
2843         * textmodes/reftex-index.el (reftex-display-index):
2844         * textmodes/reftex-ref.el (reftex-offer-label-menu):
2845         * textmodes/reftex-toc.el (reftex-toc):
2846         Remove unnecessary bindings of default-major-mode (all are followed by
2847         major-mode check and possible mode switch).
2849 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2851         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2852         Handle watchpoints (bug#4282).
2853         (def-gdb-thread-buffer-command): Enable thread to be selected by
2854         clicking without selecting threads buffer first.
2855         (gdb-current-context-command): Use selected frame so that "up",
2856         "down" etc work in the GUD buffer.
2857         (gdb-update): Find selected frame before rendering stack buffer.
2858         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
2860 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2862         * progmodes/sym-comp.el (displayed-completions): Remove.
2863         (symbol-complete): Use minibuffer-complete.
2865 2009-08-31  Glenn Morris  <rgm@gnu.org>
2867         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
2869         * apropos.el (apropos-symbols-internal):
2870         Handle (obsolete) face aliases.
2872         * faces.el (describe-face): Adjust the output format to be more like
2873         describe-variable, and to mention (obsolete) face aliases.
2874         Adjust the whitespace so that help-setup-xref works.
2876         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
2877         * calendar/diary-lib.el (diary-button-face):
2878         Mark these face aliases as obsolete.
2880         * calendar/calendar.el (calendar-today): Doc fix.
2882 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2884         * progmodes/gdb-mi.el (gdb-control-all-threads)
2885         (gdb-control-current-thread): Force tool bar update.
2886         (gdb-non-stop-handler): New function.
2887         (gdb-init-1): Use it to test if non-stop mode is supported.
2888         Remove unused gdbmi buffer type.
2890 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2892         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
2893         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
2895 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
2897         * comint.el (comint-exec-1): Check command is non-null first.
2898         Part of gdb-mi.el change (2009-08-28).
2900 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2902         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
2904 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
2906         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
2907         instead of `dolist' to avoid a recursive require when bootstrapping.
2909 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2911         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
2913         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
2915         * net/imap.el (imap-send-command): Simplify.
2916         (imap-wait-for-tag): point-max -> buffer-size.
2918         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
2920         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
2921         with constant argument.
2923         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
2925         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
2927         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
2928         Change default, since most of our files don't have a history.
2929         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
2930         the user.
2932         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2933         Add comint-run.
2935         * calc/calc.el: Improve commenting convention.
2936         (calc-digit-map, toplevel): Simplify.
2938         * comint.el (comint-insert-input): Be careful to only set point if we
2939         don't delegate to some other command.
2941         * proced.el (proced-signal-list): Make it an alist.
2942         (proced-grammar-alist): Capitalize names.
2943         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
2944         Disable undo manually and make it read-only.
2945         Use completion-annotate-function.
2947         * minibuffer.el (minibuffer-message): If the current buffer is not
2948         a minibuffer, insert the message in the echo area rather than at the
2949         end of the buffer.
2950         (completion-annotate-function): New variable.
2951         (minibuffer-completion-help): Use it.
2952         (completion--embedded-envvar-table): Environment vars are
2953         always case-sensitive.
2955 2009-08-30  Glenn Morris  <rgm@gnu.org>
2957         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
2958         from fortran-current-defun.
2959         (fortran-beginning-of-subprogram): Be more precise about finding the
2960         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
2961         (fortran-end-of-subprogram): Simplify.
2962         (fortran-current-defun): Use fortran-start-prog-re.
2964 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
2966         * subr.el (do-after-load-evaluation): Simplify.
2968 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2970         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
2972         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
2973         (vc-rcs-print-log): Use it.
2975         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
2977 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2979         * paths.el (abbrev-file-name): Move to abbrev.el.
2980         * abbrev.el (abbrev-file-name): Move from paths.el.
2981         Obey user-emacs-directory.
2982         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
2983         user-emacs-directory.
2984         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
2985         abbrev-file-name and calc-settings-file any more.
2986         * startup.el (command-line): Recompute abbrev-file-name and
2987         abbreviated-home-dir.
2988         (normal-no-mouse-startup-screen): Improve the generic code and get rid
2989         of the special code for when C-h bindings haven't been changed.
2990         (display-startup-echo-area-message): Use with-current-buffer.
2991         (command-line-1): Use a list of strings, rather than a list of lists
2992         of strings for longopts.
2994         * files.el (get-free-disk-space): Use / for default-directory.
2996         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
2997         Use with-current-buffer.
2999         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
3000         Recognize immutable variables like most-positive-fixnum.
3001         (byte-compile-setq-default): Check and warn if trying to assign
3002         to an immutable variable, or a non-variable.
3004         * progmodes/cc-vars.el (c-comment-continuation-stars):
3005         * progmodes/cc-engine.el (c-looking-at-bos):
3006         * progmodes/cc-cmds.el (c-toggle-auto-state)
3007         (c-forward-into-nomenclature, c-backward-into-nomenclature)
3008         (c-comment-line-break-function): Add version of obsolescence.
3010 2009-08-28  Juri Linkov  <juri@jurta.org>
3012         * files.el (magic-fallback-mode-alist): Add ZIP magic number
3013         associated with `archive-mode'.
3015         * image.el (image-type-header-regexps): Use only JPEG magic number
3016         to determine JPEG images, and don't use `image-jpeg-p' because
3017         Emacs can display non-JFIF non-Exif JPEG images.
3019 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
3021         * arc-mode.el (archive-mode):
3022         * emacs-lisp/re-builder.el (re-builder-unload-function):
3023         Protect against the default value of `major-mode' being nil.
3025 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
3027         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
3028         Fix typos in docstrings.
3030         * progmodes/js.el (js--macro-decl-re): Doc fix.
3031         (js--plain-method-re, js--split-name): Refloc docstring.
3032         (js--class-styles, js--make-merged-item, js--splice-into-items):
3033         Fix typos in docstrings; reflow docstrings.
3034         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
3035         (js--variable-decl-matcher, js--inside-pitem-p)
3036         (js--parse-state-at-point, js--get-all-known-symbols)
3037         (js--symbol-history, js-find-symbol, js--js-references)
3038         (js--moz-interactor, js--js-encode-value, js--read-tab):
3039         Fix typos in docstrings.
3041 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3043         * textmodes/reftex.el (reftex-get-file-buffer-force):
3044         * progmodes/verilog-mode.el (verilog-batch-execute-func):
3045         * emulation/viper.el (viper-go-away, viper-set-hooks):
3046         * emacs-lisp/re-builder.el (re-builder-unload-function):
3047         * emacs-lisp/bytecomp.el (byte-compile-file):
3048         * ses.el (ses-unload-function):
3049         * hexl.el (hexl-find-file):
3050         * files.el (normal-mode):
3051         * ehelp.el (with-electric-help):
3052         * autoinsert.el (auto-insert-alist):
3053         * arc-mode.el (archive-mode):
3054         Use (default-value 'major-mode) instead of default-major-mode.
3056         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
3057         * international/mule.el (load-with-code-conversion):
3058         * emacs-lisp/debug.el (debug):
3059         * ediff-vers.el (ediff-rcs-get-output-buffer):
3060         * dired.el (dired-internal-noselect): Don't let-bind
3061         default-major-mode around code that doesn't use it.
3062         E.g. buffer creation via get-buffer-create doesn't use it.
3064 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3066         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
3067         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
3068         when writing the temp file.  Otherwise, epa-file gets confused.
3069         (tramp-register-file-name-handlers): Make it a defun.  Move also
3070         `epa-file-handler' to the front of `file-name-handler-alist'.
3072 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
3075         start right after a ^M.
3076         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
3077         (tramp-completion-file-name-regexp-separate)
3078         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
3079         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
3080         Don't modify last-coding-system-used by accident.
3081         (tramp-completion-file-name-handler): Apply the checks here,
3082         instead during registration.
3083         (tramp-register-file-name-handlers) Renamed from
3084         `tramp-register-file-name-handler'.  Register both
3085         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
3086         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
3088 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
3090         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
3091         Remove variable ...
3092         (gdb-init-1, gdb-display-separate-io-buffer)
3093         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
3094         references to it.
3095         (gdb-inferior-io-mode): Use make-comint-in-buffer.
3096         (gdb-inferior-filter): Use comint-output-filter to stop
3097         echoing and remove ^M characters.
3099 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3101         * emulation/viper-init.el (viper-restore-cursor-type):
3102         * emulation/cua-base.el (cua--update-indications):
3103         Replace default-cursor-type with (default-value 'cursor-type).
3105         * mail/sendmail.el (mail-recover-1):
3106         * international/mule-diag.el (describe-current-coding-system-briefly)
3107         (describe-current-coding-system):
3108         * international/mule-cmds.el (select-safe-coding-system)
3109         (select-message-coding-system)
3110         (set-language-environment-coding-systems, set-locale-environment):
3111         * hexl.el (hexl-insert-multibyte-char):
3112         * dos-w32.el (find-buffer-file-type-coding-system):
3113         * simple.el (what-cursor-position):
3114         Replace uses of default-buffer-file-coding-system
3115         with (default-value 'buffer-file-coding-system).
3117         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
3118         Replace uses of default-cursor-in-non-selected-windows
3119         with (default-value 'cursor-in-non-selected-windows).
3120         Use with-current-buffer.
3122         * mail/feedmail.el: Use CL macros.
3123         (feedmail-run-the-queue, feedmail-send-it-immediately):
3124         * dos-w32.el (find-buffer-file-type): Replace uses of
3125         default-buffer-file-type with (default-value 'buffer-file-type).
3127 2009-08-28  Glenn Morris  <rgm@gnu.org>
3129         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
3130         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
3131         Use default-value of major-mode rather than default-major-mode.
3133 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3135         * Makefile.in (update-elcfiles): Report left over elc files.
3137         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
3138         expand-file-name and with-current-buffer.
3139         (mail-get-names, mail-directory): Use with-current-buffer.
3141         * vc.el (vc-read-revision): New function.
3142         (vc-version-diff, vc-merge): Use it.
3144 2009-08-27  Sam Steingold  <sds@gnu.org>
3146         * simple.el (kill-do-not-save-duplicates): New user option.
3147         (kill-new): When it is non-nil, and the new string is the same as
3148         the latest kill, set replace to t to avoid duplicates in kill-ring.
3150 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
3152         * net/tramp.el (tramp-handle-process-file): Do not flush all
3153         caches when `process-file-side-effects' is set.
3154         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
3155         instead of `tramp-find-file-exists-command'.
3156         Unset `process-file-side-effects'.
3158 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
3160         * net/tramp.el (tramp-methods): New method "rsyncc".
3161         (top): Add completion function for "rsyncc".
3162         (tramp-message-show-message): New defvar.
3163         (tramp-message, tramp-error): Use it.
3164         (tramp-do-copy-or-rename-file-directly): Extend check for direct
3165         remote copying.
3166         (tramp-do-copy-or-rename-file-out-of-band): Handle new
3167         `tramp-methods' entry `copy-env' of "rsyncc".
3168         (tramp-vc-registered-read-file-names): New defconst.
3169         (tramp-vc-registered-file-names): New defvar.
3170         (tramp-handle-vc-registered): Implement optimization strategy.
3171         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
3172         (tramp-vc-file-name-handler): New defun.
3173         (tramp-get-ls-command, tramp-get-test-command)
3174         (tramp-get-file-exists-command, tramp-get-remote-ln)
3175         (tramp-get-remote-perl, tramp-get-remote-stat)
3176         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
3178         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
3179         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
3180         timestamps.
3181         (tramp-get-file-property): Check for timestamps in
3182         `tramp-cache-inhibit-cache'.
3183         (tramp-set-file-property): Write timestamp.
3185 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3187         * language/japan-util.el (japanese-symbol-table): Add entries for
3188         cp932-2-byte.
3190         * international/characters.el: Add category `j' to cp932-2-byte.
3192 2009-08-27  Kenichi Handa  <handa@m17n.org>
3194         * international/fontset.el (build-default-fontset-data): New macro.
3195         (setup-default-fontset): Use build-default-fontset-data for CJK,
3196         tibetan, ethiopic, and ipa.
3198 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3200         * cus-start.el (default-major-mode): Customize `major-mode' instead.
3201         (enable-multibyte-characters): Not customizable any more.
3203         * subr.el (default-mode-line-format, default-header-line-format)
3204         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
3205         (default-direction-reversed, default-truncate-lines)
3206         (default-left-margin, default-tab-width, default-case-fold-search)
3207         (default-left-margin-width, default-right-margin-width)
3208         (default-left-fringe-width, default-right-fringe-width)
3209         (default-fringes-outside-margins, default-scroll-bar-width)
3210         (default-vertical-scroll-bar, default-indicate-empty-lines)
3211         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
3212         (default-fringe-cursor-alist, default-scroll-up-aggressively)
3213         (default-scroll-down-aggressively, default-fill-column)
3214         (default-cursor-type, default-buffer-file-type)
3215         (default-cursor-in-non-selected-windows)
3216         (default-buffer-file-coding-system, default-major-mode)
3217         (default-enable-multibyte-characters): Mark as obsolete.
3219 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
3221         * vc-dir.el (vc-dir-update): Remove debug helper.
3223         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
3225 2009-08-26  Sam Steingold  <sds@gnu.org>
3227         * simple.el (save-interprogram-paste-before-kill): New user option.
3228         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
3229         save the interprogram-paste into kill-ring before overriding it
3230         with the Emacs kill.
3232 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3234         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
3235         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
3236         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
3237         and move to vc-rcs.el.
3238         (vc-default-next-revision): Rename to vc-rcs-next-revision and
3239         move to vc-rcs.el.
3240         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
3241         (vc-rcs-update-changelog): Remove.
3242         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
3243         and move to vc-rcs.el.
3245         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
3246         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
3247         renaming.
3248         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
3249         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3250         vc.el, renamed to be RCS specific.
3252         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
3253         New functions.
3254         (vc-cvs-update-changelog): Move here from vc.el.
3256         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
3257         New functions.
3259 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3261         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
3263 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3265         * vc-git.el (vc-git-register): Use "git add" for directories.
3266         (vc-git-stash, vc-git-stash-show): New functions.
3267         (vc-git-extra-menu-map): Bind them.
3269         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
3270         directory correctly in case the item is a directory itself.
3272         * vc.el: Document the desired behavior for reverted files in the
3273         `added' state.
3274         (vc-default-prettify-state-info): Remove function, unused.
3276         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
3278 2009-08-26  Glenn Morris  <rgm@gnu.org>
3280         * bindings.el (standard-mode-line-format): Reposition dashes in
3281         which-func entry.  (Bug#4217)
3283         * files.el (enable-local-variables, enable-local-eval)
3284         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
3285         the defcustoms.
3286         (auto-mode-alist, ignored-local-variables)
3287         (save-some-buffers-action-alist): Move risky declarations to the
3288         definitions.
3289         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
3290         (font-lock-defaults, format-alist, imenu--index-alist)
3291         (imenu-generic-expression, input-method-alist, minor-mode-alist)
3292         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
3293         (mode-line-modified, mode-line-mule-info, mode-line-position)
3294         (mode-line-process, mode-line-remote, outline-level)
3295         (parse-time-rules, rmail-output-file-alist)
3296         (special-display-buffer-names, vc-mode):
3297         Move risky declarations to the relevant files.
3298         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
3299         (mode-line-modified, mode-line-process, mode-line-position)
3300         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
3301         * font-core.el (font-lock-defaults):
3302         * format.el (format-alist):
3303         * vc-hooks.el (vc-mode):
3304         * window.el (special-display-buffer-names):
3305         * international/mule-cmds.el (input-method-alist):
3306         Define riskiness here (dumped file) rather than in files.el.
3307         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
3308         * imenu.el (imenu-generic-expression, imenu--index-alist):
3309         * outline.el (outline-level):
3310         * time.el (display-time-string):
3311         * calendar/parse-time.el (parse-time-rules):
3312         * mail/rmailout.el (rmail-output-file-alist):
3313         Autoload riskiness here, rather than placing in files.el.
3315 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
3317         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
3319 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3321         * simple.el (process-file-side-effects): New defvar.
3323         * dired-aux.el (dired-show-file-type):
3324         * vc.el (vc-diff-internal):
3325         * vc-arch.el (vc-arch-diff):
3326         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
3327         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
3328         * vc-git.el (vc-git-registered, vc-git-working-revision)
3329         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
3330         (vc-git--empty-db-p):
3331         * vc-hooks.el (vc-user-login-name):
3332         * vc-svn.el (vc-svn-registered, vc-svn-state)
3333         (vc-svn-dir-extra-headers, vc-svn-find-revision):
3334         * progmodes/grep.el (grep-probe): Let-bind
3335         `process-file-side-effects' with nil.
3337         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
3339         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
3340         daemon.  Replace ping by checking for running service for bluez
3341         and zeroconf.  (Bug#4239)
3343 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3345         * net/dig.el (dig): Add autoload cookie.
3347 2009-08-25  Glenn Morris  <rgm@gnu.org>
3349         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
3350         load-history for absolute file-names.
3351         (byte-compile-file-form-require): Warn about use of the cl package.
3353         * format.el (format-alist): Doc fix.
3355         * play/bubbles.el (top-level): Don't require cl at run-time.
3357         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
3358         run-time cl).
3360 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
3362         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
3363         from cl package.
3364         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
3366 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
3368         * calc/calc-alg.el (math-trig-rewrite)
3369         (math-hyperbolic-trig-rewrite): New functions.
3370         (calc-simplify): Simplify trig functions when asked.
3372 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3374         * diff-mode.el (diff-find-source-location): Avoid goto-line.
3376 2009-08-24  Kenichi Handa  <handa@m17n.org>
3378         * language/ind-util.el (mapthread): Delete it.
3379         (combinatorial): New function.
3380         (indian--puthash-cv): Use combinatorial instead of mapthread.
3382 2009-08-22  Kevin Ryde  <user42@zip.com.au>
3384         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
3385         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
3386         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
3387         Clarify docstring that the value is strings not symbols.
3388         (checkdoc-list-of-strings-p): New function.
3390 2009-08-22  Glenn Morris  <rgm@gnu.org>
3392         * files.el (auto-mode-alist):
3393         * hippie-exp.el (he-concat-directory-file-name):
3394         * lpr.el (lpr-windows-system, printer-name):
3395         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
3396         * ps-print.el (ps-windows-system):
3397         * startup.el (command-line):
3398         * emulation/viper-ex.el (viper-glob-function):
3399         * international/mule-cmds.el (set-language-environment-coding-systems):
3400         * net/ange-ftp.el (ange-ftp-write-region):
3401         * obsolete/fast-lock.el (fast-lock-cache-name):
3402         Remove code for defunct system-types emx, macos, mswindows, next-mach,
3403         unisoft-unix, vax-vms, win32, w32.
3405         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
3406         given name if the pattern is not more specific.
3408         * calendar/lunar.el (lunar-phase-names): New option.
3409         (lunar-phase): Doc fix.
3410         (lunar-cycles-per-year): New constant.
3411         (lunar-index): New function.
3412         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
3413         (lunar-phase-name): Use lunar-phase-names.
3414         (calendar-lunar-phases): Use format.
3415         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
3417         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
3418         Copy imenu-example--name-and-position function here for own use.
3419         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
3421         * bs.el (bs--redisplay):
3422         * cus-edit.el (custom-redraw):
3423         * ibuffer.el (ibuffer-bury-buffer):
3424         * server.el (server-goto-line-column):
3425         * startup.el (command-line-1):
3426         * strokes.el (strokes-xpm-for-stroke):
3427         * term.el (term-display-buffer-line):
3428         * view.el (View-goto-line):
3429         * calc/calc.el (calc-do, calc-trail-buffer):
3430         * play/gamegrid.el (gamegrid-add-score-insecure):
3431         * progmodes/ada-mode.el (ada-compile-goto-error):
3432         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
3433         (ebrowse-select-1st-to-9nth):
3434         * progmodes/cperl-mode.el (cperl-time-fontification):
3435         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
3436         * progmodes/gud.el (gud-display-line):
3437         (idlwave-shell-display-line):
3438         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
3439         * progmodes/make-mode.el (makefile-browser-toggle):
3440         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
3441         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
3442         * textmodes/picture.el (picture-draw-rectangle):
3443         * textmodes/reftex-index.el (reftex-index-goto-letter):
3444         (reftex-select-jump-to-previous):
3445         * textmodes/reftex-sel.el (reftex-find-start-point)
3446         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
3447         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
3448         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
3449         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3450         * textmodes/two-column.el (2C-associated-buffer):
3451         Use forward-line rather than goto-line.
3453         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
3454         goto-line.
3456         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
3457         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
3458         (quick-check-list-to-regexp): Declare.
3460         * progmodes/make-mode.el (makefile-browser-insert-selection):
3461         Use goto-char rather than goto-line.
3463         * progmodes/prolog.el (compilation-error-regexp-alist)
3464         (compilation-forget-errors): Declare.
3466 2009-08-22  Juri Linkov  <juri@jurta.org>
3468         * progmodes/grep.el (lgrep, rgrep): At the beginning
3469         set `dir' to `default-directory' unless `dir' is a non-nil
3470         readable directory.  (Bug#4052)
3471         (lgrep, rgrep): Change a weird way to report an error
3472         from using `read-string' to using `error'.
3473         Instead of using interactive arguments in the function body,
3474         add new argument `confirm'.
3476 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * textmodes/remember.el (remember-buffer):
3479         * progmodes/cperl-mode.el (cperl-vc-header-alist):
3480         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
3481         (icalendar-extract-ical-from-buffer):
3482         * net/newst-treeview.el (newsticker-groups-filename):
3483         * net/newst-backend.el (newsticker-cache-filename):
3484         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
3485         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
3486         (speedbar-add-ignored-path-regexp, speedbar-line-path)
3487         (speedbar-buffers-line-path, speedbar-path-line)
3488         (speedbar-buffers-line-path):
3489         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
3490         (epg-sign-keys):
3491         * epa.el (epa-display-verify-result):
3492         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
3494 2009-08-21  Glenn Morris  <rgm@gnu.org>
3496         * progmodes/js.el (inferior-moz-process): Fix declaration.
3498         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
3500         * obsolete/rnewspost.el (news-mail-reply):
3501         Use goto-char rather than goto-line.
3503         * term/ns-win.el (ns-open-file-select-line):
3504         Use line-beginning-position rather than goto-line.
3506         * apropos.el (apropos-command):
3507         * ehelp.el (electric-helpify):
3508         * printing.el (pr-show-setup):
3509         * strokes.el (strokes-help):
3510         * tutorial.el (tutorial--describe-nonstandard-key)
3511         (tutorial--detailed-help):
3512         * woman.el (woman-mini-help, woman-display-extended-fonts):
3513         * calc/calc-help.el (calc-describe-key):
3514         * emulation/edt.el (edt-electric-helpify):
3515         * international/mule-diag.el (mule-diag):
3516         * play/yow.el (apropos-zippy):
3517         * progmodes/python.el (python-describe-symbol):
3518         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
3519         * textmodes/table.el (*table--cell-describe-mode)
3520         (*table--cell-describe-bindings):
3521         Use help-print-return-message rather than the now obsolete alias.
3523         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
3524         (calendar-cursor-to-visible-date):
3525         * play/5x5.el (5x5-position-cursor):
3526         * play/decipher.el (decipher):
3527         * play/gomoku.el (gomoku-goto-xy):
3528         * play/landmark.el (lm-goto-xy):
3529         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
3530         (mpuz-paint-digit):
3531         Use forward-line, not goto-line.
3533         * mail/rmail.el (rmail-obsolete): Delete custom group.
3534         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
3535         (rmail-remote-password, rmail-remote-password-required):
3536         Remove unneeded :set-after and :set properties.
3538 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
3540         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
3542 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
3544         * loadup.el: Remove leftover macos code.
3546         * vc-git.el (vc-git-annotate-command): Run asynchronously.
3547         Explicitly pass the date format to git blame so that user local
3548         so that the output format can be parsed.
3550 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
3552         * net/dbus.el (top): Don't check for (getenv
3553         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
3555 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
3557         * log-edit.el (log-edit-strip-single-file-name): New var.
3558         (log-edit-insert-changelog): Use it.  Bug#3571
3560 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3562         * subr.el (read-passwd): Use read-key so keypad keys work as well.
3563         Bug#3287
3565         * help.el (help-print-return-message): Rename from
3566         print-help-return-message.
3568         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
3569         cvs-mode-map parent hack.
3570         (log-view-mode): Derive from special-mode.
3572         * linum.el (linum-mode): window-size-change-functions is redundant.
3573         Adapt to new window-configuration-change-hook behavior.
3574         (linum-after-size, linum-after-config): Remove.
3576         * imenu.el (imenu-example--name-and-position)
3577         (imenu-example--lisp-extract-index-name)
3578         (imenu-example--create-lisp-index, imenu-example--create-c-index):
3579         Mark as obsolete.
3581         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
3582         (inferior-prolog-mode): Use it.
3583         (inferior-prolog-load-file): Reset list of errors.
3585 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3587         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
3589         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
3591 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
3593         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
3594         is running already.
3596 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3598         * subr.el (listify-key-sequence-1): Use normal syntax since those
3599         integers are nowadays always represented by the same (positive) number
3600         on all platforms.
3601         (read-key-empty-map): New const.
3602         (read-key-delay): New var.
3603         (read-key): New function.
3604         (force-mode-line-update): Use with-current-buffer.
3605         (locate-user-emacs-file): Don't forget to abbreviate the file name.
3606         (start-process-shell-command, start-file-process-shell-command):
3607         Discourage the use of command-args.
3609 2009-08-19  Glenn Morris  <rgm@gnu.org>
3611         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
3613 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3615         * simple.el (choose-completion-string): Don't rely on
3616         minibuffer-completing-file-name and ad-hoc checks to decide whether
3617         to continue completion or not.
3619         * minibuffer.el (minibuffer-hide-completions): New function.
3620         (completion--do-completion): Use it.
3621         (completions-annotations): New face.
3622         (completion--insert-strings): Use it.
3623         (completion-pcm--delim-wild-regex): Add docstring.
3624         (completion-pcm--string->pattern): Add support for 0-width delimiters
3625         in completion-pcm--delim-wild-regex.
3627 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3629         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
3630         Remove unused var `buffer-modified-p'.
3632         * minibuffer.el (completion--do-completion): Move point for the #b001
3633         case as well (bug#4176).
3634         (minibuffer-complete, minibuffer-complete-word): Don't move point.
3636 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
3638         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
3639         and :session buses.
3641 2009-08-18  Kenichi Handa  <handa@m17n.org>
3643         * international/ucs-normalize.el (ucs-normalize-version):
3644         Change to 1.1.
3645         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
3646         (utf-8-hfs): Make it perform normalization on encoding too.
3648         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
3649         (sentence-end-without-space): Delete duplicated chars.
3650         (sentence-end-base): Likewise.
3652         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
3653         (html-mode): Delete duplicated chars from sentence-end-base.
3655         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
3656         (texinfo-mode): Delete duplicated chars from sentence-end-base.
3658 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
3660         * files.el (hack-one-local-variable): If the mode function is for
3661         a minor mode, pass it an argument (Bug#4148).
3663 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
3665         * net/tramp.el (tramp-register-completion-file-name-handler):
3666         Check also for (member 'partial-completion completion-styles).
3668 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3670         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
3671         abbrev (Bug#3943).
3673 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
3675         * progmodes/cperl-mode.el: Merge upstream 6.2.
3676         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
3677         (cperl-forward-re): Check cperl-brace-recursing.
3678         (cperl-highlight-charclass): New function.
3679         (cperl-find-pods-heres): Use it.
3680         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
3681         (cperl-beautify-regexp-piece): Fix column calculation.
3682         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
3683         (cperl-beautify-level): Don't process entire regexp.
3684         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
3685         calling man.
3686         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
3687         (cperl-init-faces): Build a list in the normal way.
3689 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3691         * calendar/parse-time.el (parse-time-string-chars): Save match
3692         data.
3694 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3696         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
3697         (sql-product): Use it.
3698         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
3699         (sql-set-product): Add completion.
3700         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
3701         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
3702         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
3703         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
3704         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
3705         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
3706         (sql-highlight-db2-keywords): Remove.
3707         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3708         (sql-highlight-product): Use derived-mode-p.
3709         (sql-set-sqli-buffer): Use with-current-buffer.
3710         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
3711         Simplify.
3713         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
3715         * term.el: Fix commenting convention, turn comments into docstrings.
3717 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
3719         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
3721 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3723         * calendar/parse-time.el (parse-time-string-chars): Compute using
3724         character classes, to handle non-ascii characters (Bug#3190).
3726 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3728         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
3729         another heredoc if the user adds another < (Bug#3226).
3731         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3732         Don't initialize based on window-system (Bug#4124).
3734         * facemenu.el (facemenu-read-color): Use a completion function
3735         that accepts any defined color, such as RGB triplets (Bug#3677).
3737         * files.el (get-free-disk-space): Change fallback default
3738         directory to /.  Expand DIR argument before switching to fallback.
3739         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
3741 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3743         * files.el (load-library): Doc fix.
3745 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3747         * viper-cmd.el (viper-insert-isearch-string): New function.
3748         (viper-if-string): Redefine C-s in the minibuffer to insert the last
3749         incremental search string.
3751         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
3752         XEmacs.
3754         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
3755         (ediff-merge-region-is-non-clash)
3756         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
3757         Also check if the job is really a merge job.
3759         * ediff.el (ediff-current-file): New function.
3761 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3763         * progmodes/js.el: Edit docstrings throughout to follow Emacs
3764         conventions.
3765         (js-insert-and-indent): Delete function.
3766         (js-mode-map): Don't bind keys to js-insert-and-indent.
3767         (js-beginning-of-defun): Rename from js--beginning-of-defun.
3768         (js-end-of-defun): Rename from js--end-of-defun.
3769         (js-auto-indent-flag): Delete variable.
3771 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
3773         * progmodes/js.el: Remove proclaim statement.
3774         Defvar which-func-imenu-joiner-function to silence compiler.
3776         * files.el (auto-mode-alist): Use js-mode for .js files.
3778         * progmodes/js2-mode.el: Remove file.
3780         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
3782         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
3784         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
3786 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
3787             Karl Landstrom  <karl.landstrom@brgeight.se>
3789         * progmodes/js.el: New file.
3791 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
3793         * timezone.el (timezone-parse-date): Add ability to understand ISO
3794         basic format (minimal separators) dates in addition to the
3795         already-supported extended format dates.
3797 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
3799         * international/ucs-normalize.el: Add a `coding' file variable.
3801         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
3803 2009-08-14  Sam Steingold  <sds@gnu.org>
3805         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3807 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
3809         * faces.el (help-argument-name): Define it here instead of
3810         help-fns.el, because in daemon mode help-fns.el may be loaded when
3811         faces are still uninitialized (Bug#1078).
3813         * help-fns.el (help-argument-name): Move defface to faces.el.
3815 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
3817         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
3818         create buffer with a pty but no process so that GDB can make the
3819         inferior the controlling process.
3821 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
3823         * international/ucs-normalize.el: New file.
3825 2009-08-13  Richard Stallman  <rms@gnu.org>
3827         * mail/rmail.el (rmail-get-attr-names):
3828         Accept an attribute header that is too short.
3830         * mail/rmail.el (rmail-forget-messages):
3831         Ignore nil elt in rmail-message-vector.  Use dotimes.
3833         * progmodes/compile.el (compilation-goto-locus):
3834         Use next-error-move-function.
3836         * simple.el (next-error-move-function): New variable.
3838 2009-08-12  Juri Linkov  <juri@jurta.org>
3840         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
3841         always non-nil.  (Bug#4052)
3843         * replace.el (read-regexp): Return empty string when
3844         `default-value' is nil.
3845         (keep-lines-read-args): Don't use empty string as the
3846         default value for `read-regexp'.  (Bug#2495)
3848 2009-08-12  Juri Linkov  <juri@jurta.org>
3850         * international/mule-cmds.el (ucs-insert): Change arguments
3851         from `arg' to `character', `count', `inherit' to be the same
3852         as in `insert-char'.  Doc fix.  (Bug#4039)
3854         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
3856 2009-08-12  Juri Linkov  <juri@jurta.org>
3858         * files-x.el: New file.
3860         * files.el: Move code that deals with adding/deleting
3861         file/directory-local variables to files-x.el.
3863         * Makefile.in (ELCFILES): Add files-x.elc.
3865 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
3867         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
3868         to use `goto-line'.
3869         (gdb-place-breakpoints, gdb-get-location): Rewritten without
3870         `goto-line'.
3871         (gdb-invalidate-disassembly): Do not refresh upon receiving
3872         'update signal.  Instead, update all disassembly buffers only after
3873         threads list.
3874         (gdb): Send -target-detach when buffer is killed (Bug#3794).
3875         (gdb-starting): Moved -data-list-register-names...
3876         (gdb-stopped): ...here so it's sent when first thread stops.
3877         (gdb-registers-handler-custom): Do nothing if register names are
3878         unknown yet.
3880         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
3881         from `gdb-mi.el' to avoid extra tangling.
3883         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
3884         change which breaks `gud-def' definitions used in `gdb'.
3885         (gdb-update-gud-running): No extra fuss for updating frame number.
3887 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
3890         (describe-language-environment-map, setup-language-environment-map)
3891         (set-coding-system-map): Move initialization into declaration.
3892         (set-language-info-alist): Last arg to define-key-after can be skipped.
3894         * international/quail.el (quail-completion-1): Simplify.
3895         (quail-define-rules): Use slightly more compact code.
3896         (quail-insert-decode-map): Propertize keys, compact columns.
3898         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3899         Add goto-line.
3901 2009-08-10  Miles Bader  <miles@gnu.org>
3903         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
3904         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
3905         (js2-instance-member, js2-private-member, js2-private-function-call)
3906         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
3907         (js2-magic-paren, js2-external-variable):
3908         Remove "-face" suffix from face names.
3909         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
3910         (js2-highlight-undeclared-vars, js2-peek-token)
3911         (js2-parse-function-params, js2-mode-show-errors)
3912         (js2-mode-show-warnings, js2-make-magic-delimiter)
3913         (js2-mode-highlight-magic-parens): Update to use new face names.
3915 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
3917         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
3918         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
3920 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
3922         * subr.el: Provide hashtable-print-readable.
3924         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
3925         hs-c-like-adjust-block-beginning.
3926         (hs-hide-block-at-point): Stop hiding at the beginning of
3927         hs-block-end-regexp (Bug#700).
3929 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
3931         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
3932         a macro.
3933         (gdb-registers-handler-custom): Do not fail when register names
3934         are unavailable.
3936 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3938         * progmodes/gdb-mi.el (gdb-control-all-threads)
3939         (gdb-control-current-thread): Interactive setters for
3940         `gdb-gud-control-all-threads' to use in menu.
3941         (gdb-show-run-p): Show «Go» when process is not active.
3942         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
3943         gud/thread.xpm and gud/all.xpm.
3945 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
3947         * net/net-utils.el (net-utils-font-lock-keywords): New var.
3948         (nslookup-font-lock-keywords): Make it a variable.
3949         (net-utils-mode): New mode for viewing diagnostic network output.
3950         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
3951         (net-utils-run-simple): New function.
3952         (ifconfig, iwconfig, netstat, arp, route): Use it.
3954 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3956         * progmodes/gdb-mi.el (gdb-read-memory-custom)
3957         (gdb-memory-set-address, def-gdb-set-positive-number)
3958         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
3959         after changing settings.
3960         (gdb-invalidate-disassembly): Update when first shown.
3961         (gdb-edit-locals-value): Fixed.
3962         (gdb-registers-handler-custom): Print registers in right order and
3963         allow changing register values (only for current thread yet).
3964         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
3965         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
3966         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
3967         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
3968         info in mode name.
3969         (gdb-registers-mode-map): TAB to switch to locals.
3971 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
3973         * mail/rmail.el (rmail-add-mbox-headers)
3974         (rmail-set-message-counters-counter): Search for
3975         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
3977 2009-08-08  Glenn Morris  <rgm@gnu.org>
3979         * Makefile.in (ELCFILES): Update.
3981 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3983         * mail/sendmail.el (mail-yank-original): Set
3984         buffer-file-coding-system from the one used by the message whose
3985         text is yanked.
3987         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
3988         to "windows" when "pgnuplot" is used.
3989         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
3990         call accept-process-output if "pgnuplot" is used.
3991         (calc-graph-init): Don't send -display and -geometry to
3992         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
3993         running "pgnuplot -V" with shell-command-to-string.
3995         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
3996         the default.
3998 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
4000         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
4001         org/org-latex.elc.
4003 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4005         * vc-dispatcher.el (vc-resynch-window): Update comment.
4007         * term.el (term-handle-ansi-escape): Add comments with the
4008         terminfo capabilities implemented.
4010 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
4012         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
4013         (gdb-var-create-handler): Rewritten using JSON parser.
4014         (gdb-propertize-header): Moved earlier.
4015         (gdb-set-header): Removed to avoid duplication.
4016         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
4017         Refresh disassembly buffers only after threads list have been
4018         update.
4019         (gdb-threads-header, gdb-registers-header): Per-buffer header line
4020         variables.
4022 2009-08-04  Juri Linkov  <juri@jurta.org>
4024         * files.el: Commands to add/delete file/directory-local variables.
4025         (read-file-local-variable, read-file-local-variable-value)
4026         (read-file-local-variable-mode, modify-file-local-variable)
4027         (modify-file-local-variable-prop-line)
4028         (modify-dir-local-variable): New functions.
4029         (add-file-local-variable, delete-file-local-variable)
4030         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
4031         (add-dir-local-variable, delete-dir-local-variable)
4032         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
4033         (copy-dir-locals-to-file-locals-prop-line): New commands.
4035 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
4037         * abbrev.el (insert-abbrev-table-description): Prettify output.
4038         Suggested by Karl Chen.
4040 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
4042         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
4043         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
4044         (gdb-overlay-arrow-position, gdb-thread-position)
4045         (gdb-disassembly-position): Declare variables.
4046         (gdb-wait-for-pending): Function now.
4047         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
4048         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
4049         compilation goes smoothly.
4050         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
4051         (gdb-non-stop-setting): New customization setting which replaces
4052         `gdb-non-stop' so changing it doesn't break active GDB session.
4053         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
4054         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
4055         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
4056         (gdb-show-threads-by-default): New customization options.
4057         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
4058         routines.
4059         (gdb-get-buffer-create): Send buffers update signal when they are
4060         created.
4061         (gdb-invalidate-locals, gdb-invalidate-registers)
4062         (gdb-invalidate-breakpoints)
4063         (gdb-invalidate-threads, gdb-invalidate-disassembly)
4064         (gdb-invalidate-memory): Accept update signal.
4065         (gdb-current-context-command): Use --frame option.
4066         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
4067         Implement `gdb-frame-number' selection logic.
4068         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
4069         whether to show GUD toolbar buttons.
4070         (gdb-thread-exited): Unselect current thread when it exits.
4071         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
4072         (gdb-mark-line): Routine which sets overlay arrow or inverses
4073         video on fringeless displays.
4074         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
4075         to build aligned columns of data in GDB buffers and set text
4076         properties line-by-line.
4077         (gdb-invalidate-breakpoints)
4078         (gdb-breakpoints-list-handler-custom)
4079         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
4080         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
4081         (gdb-registers-handler-custom): Align data columns.
4082         (gdb-locals-handler-custom): Now prints data like in variable
4083         declarations.
4084         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
4085         Removed confusing buttons.
4086         (gdb-invalidate-threads): Append --frame.
4087         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
4088         between breakpoints/threads buffers.
4089         (gdb-set-window-buffer): Now can ignore dedicated windows.
4090         (gdb-propertize-header): Use `gdb-set-window-buffer'.
4091         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
4092         (def-gdb-thread-buffer-gud-command): Replaces
4093         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
4094         for fine thread control.
4095         (gdb-preempt-existing-or-display-buffer): New function used to
4096         display bound buffers without breaking window layout.
4097         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
4098         (gdb-select-frame): New version of `gdb-frames-select' which now
4099         sets `gdb-frame-number' so commands may use --frame option instead
4100         of inner debugger state.
4101         (gdb-frame-handler): Do not set `gdb-frame-number'.
4102         (gdb-threads-mode-map): Select threads with mouse.
4104         * progmodes/gud.el (gdb-gud-context-call): Declare function to
4105         avoid compilation warning.
4106         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
4107         `gdb-show-stop-p`.
4109         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
4110         Argument `key' renamed to `buffer-type'.
4111         (gdb-current-context-buffer-name): Do not add thread info to
4112         buffer name when no thread is selected.
4113         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
4114         command (bug 3794).
4115         (gdb-thread-selected): Handle `=thread-selected' notification.
4116         (gdb-wait-for-pending): New macro to deal with congestion problems.
4117         (gdb-breakpoints-list-handler-custom): Don't fail on pending
4118         breakpoints.
4119         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
4120         This fixes problem similar to one described in bug 3947.
4121         (gud-menu-map): More menu items.
4122         (gdb-init-1): Reset `gdb-thread-number' to nil.
4124         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
4125         non-stop settings.
4127         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
4128         (gdb-current-context-command): Do not append --thread if
4129         `gdb-thread-number' is nil.
4130         (gdb-running-threads-count, gdb-stopped-threads-count): New
4131         variables.
4132         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
4133         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
4134         customization options.
4135         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
4136         GUD commands.
4137         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4138         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
4139         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
4140         set `gdb-thread-number' and update `gud-running' properly.
4141         (gdb-running): Update threads list when new threads appear.
4142         (gdb-stopped): Support non-stop operation and new thread switching
4143         logic.
4144         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
4145         (gdb-json-partial-output): New set of JSON routines.
4146         (def-gdb-auto-update-trigger): New `signal-list' optional
4147         argument.
4148         (gdb-thread-list-handler-custom): Update `gud-running',
4149         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
4150         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
4151         (gdb-continue-thread, gdb-step-thread): New commands for fine
4152         thread execution control.
4153         (gud-menu-map): New menu items to switch non-stop options.
4154         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
4155         (gdb-send): Mimic RET properly (bug 3794).
4157         * progmodes/gdb-mi.el (gdb-rules-name-maker)
4158         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
4159         gdb-buffer-rules.
4160         (def-gdb-auto-update-handler): New nopreserve optional argument.
4161         (gdb-stack-list-frames-custom): Print stack from top to bottom.
4163         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
4164         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
4165         (gdb-parent-mode): New mode to derive other GDB modes from.
4166         (gdb-display-disassembly-for-thread)
4167         (gdb-frame-disassembly-for-thread): New commands for threads
4168         buffer.
4170         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
4171         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
4172         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
4173         (gdb-update): We now store all GDB buffers in a list so that they
4174         can be updated by traversing a list instead of calling invalidate
4175         triggers explicitly.
4176         (def-gdb-trigger-and-handler): New macro to define trigger-handler
4177         pair for GDB buffer.
4178         (gdb-stack-buffer-name): Add thread information.
4179         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
4180         handle pending triggers.
4181         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
4182         (def-gdb-thread-buffer-simple-command)
4183         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
4184         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
4185         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
4186         New commands which show buffers bound to thread.
4187         (gdb-stack-list-locals-regexp): Removed unused regexp.
4189         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
4190         (gdb-locals-buffer-name, gdb-registers-buffer-name)
4191         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
4192         to (gud-comint-buffer) in *-buffer-name functions
4193         because (gdb-get-target-string) already does that.
4194         (gdb-locals-handler-custom, gdb-registers-handler-custom)
4195         (gdb-changed-registers-handler): Rewritten without regexps.
4197         * progmodes/gdb-mi.el Basic thread selection support.
4198         (gdb-thread-number): New variable.
4199         (gdb-current-context-command): New macro which adds --thread
4200         option to command.
4201         (gdb-threads-mode-map): Select thread with SPC.
4202         (gdb-thread-list-handler-custom): Mark current thread with overlay
4203         arrow.  Synchronize GDB thread and Emacs thread.
4204         (gdb-select-thread): New command which selects current thread.
4205         (gdb-invalidate-frames, gdb-invalidate-locals)
4206         (gdb-invalidate-registers): Use --thread option.
4208 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
4210         * net/tramp.el (top): Make check for tramp-gvfs loading more
4211         robust.  (Bug#3977)
4212         (tramp-handle-insert-file-contents): `unwind-protect' must be
4213         inside `with-parsed-tramp-file-name'.
4215         * net/tramp-gvfs.el (top): Remove superfluous message when loading
4216         fails.
4218 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
4220         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
4221         directory if CLASSPATH is not set.
4223 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
4225         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
4226         New defconst.
4227         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
4229 2009-08-02  Kevin Ryde  <user42@zip.com.au>
4231         * net/newst-backend.el (newsticker--raw-url-list-defaults):
4232         Update freshmeat link.  Delete newsforge.com as it seems gone.
4234 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
4236         * select.el (x-set-selection): Doc fix (Bug#4021).
4238         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
4240         * help-fns.el (describe-variable): Treat list return values from
4241         dir-locals-find-file properly (Bug#4005).
4243 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
4245         * net/tramp.el (tramp-debug-message): Print also microseconds.
4247 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
4249         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
4250         or END is non-nil.
4251         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
4252         (tramp-get-debug-buffer): Change `outline-regexp' according to new
4253         format.
4255         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
4256         (tramp-get-file-property): Use it.
4258         * autorevert.el (auto-revert-handler): Allow
4259         `auto-revert-tail-mode' for remote files.
4261 2009-08-02  Jason Rumney  <jasonr@gnu.org>
4263         * minibuffer.el (read-file-name): Treat confirm options to
4264         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
4266 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
4268         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
4269         (font-lock-variable-name-face, font-lock-constant-face): Darken
4270         the colors for light backgrounds.
4272 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
4274         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
4275         month names.  (Bug#3987)
4277 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
4279         * simple.el (line-move-finish): Pass whole number to
4280         line-move-to-column.
4281         (line-move-visual): Perform hscroll to the recorded position.
4283 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
4285         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
4287 2009-07-29  Alan Mackenzie  <acm@muc.de>
4289         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
4291 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
4293         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
4294         (gdb-place-breakpoints): Use full path when setting breakpoints.
4296 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
4298         * calc/calc.el (calc-mode-map): Add keybinding for
4299         `calc-transpose-lines'.
4301 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
4303         * calc/calc-misc.el (calc-transpose-lines): New function.
4305 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
4307         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
4308         Simplify check for out-of-band methods.
4309         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
4310         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
4312 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4314         * vc-git.el (vc-git-checkin): Fix typo.
4316 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
4318         * progmodes/js2-mode.el: New file.
4320 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
4322         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
4323         (gud-menu-map): Adjust tooltip accordingly.
4325 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4327         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
4328         (vc-bzr-log-view-mode): Adjust log-view-file-re.
4330         * add-log.el (change-log-mode-map): Add a menu.
4332 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
4334         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
4335         function returns nil.
4336         (dbus-handle-event): Handle special return value :ignore.
4337         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
4339 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
4341         * view.el (view-mode-enable): Don't define Helper-return-blurb if
4342         it's not needed.
4344 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
4346         Fix Bug#3888:
4348         * w32-vars.el (x-select-enable-clipboard): Doc fix.
4350         * term/pc-win.el (x-display-name, x-colors)
4351         (x-select-enable-clipboard, x-select-text): Doc fix.
4353         * term/common-win.el (x-display-name, x-colors): Doc fix.
4355         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
4356         (xw-defined-colors): Doc fix.
4358         * w32-fns.el (x-select-text, x-setup-function-keys)
4359         (x-get-selection, x-set-selection): Doc fix.
4361         * term/x-win.el (x-select-text, x-setup-function-keys)
4362         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
4364         * select.el (x-set-selection): Doc fix.
4366 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
4368         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
4369         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
4370         "IsNSSSupportAvailable" method is not available.  Reported by
4371         Steve Youngs <steve@sxemacs.org>.
4373 2009-07-24  Kenichi Handa  <handa@m17n.org>
4375         * international/characters.el: Fix setting of category ?C, ?|, ?K,
4376         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
4377         (build-unicode-category-table): Fix range checks.
4379 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4381         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
4382         the buffer we try to sync is current when calling
4383         vc-resynch-buffer.
4385         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
4386         not show up to date files.
4388 2009-07-24  Glenn Morris  <rgm@gnu.org>
4390         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
4391         Add autoload cookies.  If necessary, initialize.
4392         (elint-log): Handle non-file buffers.
4393         (elint-initialize): Add optional argument to reinitialize.
4394         (elint-find-builtin-variables): Save excursion.
4396 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4398         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4399         for Lint.
4401 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4403         * vc.el (vc-print-log-internal): New function, split out from ...
4404         (vc-print-log): ... here.
4405         (vc-dir-move-to-goal-column): Declare.
4407         * vc-git.el (vc-git-add-signoff): New variable.
4408         (vc-git-checkin): Use it.
4409         (vc-git-toggle-signoff): New function.
4410         (vc-git-extra-menu-map): Bind it to menu.
4411         (vc-git--run-command-string): Accept a nil FILE argument.
4412         (vc-git-stash-list): New function.
4413         (vc-git-dir-extra-headers): Use it.
4415 2009-07-23  Glenn Morris  <rgm@gnu.org>
4417         * help-fns.el (describe-variable): Describe ignored and risky local
4418         variables in a similar way to that in which we describe safe ones.
4420         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
4421         (byte-compile-output-file-form, byte-compile-output-docform)
4422         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
4423         Give some more local variables with common names a "bytecomp-" prefix,
4424         so as not to shadow things during compilation.
4425         * emacs-lisp/cl-macs.el (load-time-value)
4426         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
4427         `outbuffer' to `bytecomp-outbuffer'.
4429         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
4430         since the next two variables cover them automatically now.
4431         (elint-builtin-variables, elint-autoloaded-variables): New.
4432         (elint-unknown-builtin-args): Remove all members, since they can be
4433         parsed automatically now.
4434         (elint-extra-errors): New.
4435         (elint-env-add-env, elint-env-add-macro): Use cadr.
4436         (elint-current-buffer): Use or.  Change final message.
4437         (elint-get-top-forms): Use line-end-position.
4438         (elint-init-env): Use cadr.  Handle autoload, declare-function,
4439         and defalias.
4440         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
4441         (regexp-assoc): Remove unused function.
4442         (elint-top-form): Set elint-current-pos, to record the start of the
4443         top-level form, for compilation-mode.
4444         (elint-form): Trap errors in macro expansion.  Use dolist.
4445         (elint-unbound-variable): Use elint-builtin-variables and
4446         elint-autoloaded-variables.
4447         (elint-get-args): Use cadr, or.
4448         (elint-check-cond-form): Use dolist, cadr.
4449         (elint-check-condition-case-form): Doc fix.  Use cadr.
4450         Use elint-extra-errors.
4451         (elint-log): New function.
4452         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
4453         Distinguish errors and warnings.
4454         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
4455         Use a bytecomp-style format.
4456         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
4457         (elint-get-log-buffer): Use compilation mode.  Disable undo.
4458         Don't truncate lines.
4459         (elint-initialize): Set builtin and autoloaded variable lists.
4460         Only process elint-unknown-builtin-args if non-nil.
4461         (elint-find-builtin-variables, elint-find-autoloaded-variables):
4462         New functions.
4463         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
4465 2009-07-22  Kevin Ryde  <user42@zip.com.au>
4467         * net/newst-backend.el (newsticker--parse-atom-1.0)
4468         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4469         (newsticker--parse-rss-1.0):
4470         * progmodes/idlwave.el (idlwave-mode):
4471         * progmodes/idlw-shell.el (idlwave-shell-mode):
4472         * progmodes/vera-mode.el (vera-mode):
4473         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
4474         * progmodes/vhdl-mode.el (vhdl-mode):
4475         * textmodes/table.el (table-generate-source)
4476         (table--warn-incompatibility):
4477         Hyperlink urls in docstrings with URL `...'.
4479 2009-07-22  Glenn Morris  <rgm@gnu.org>
4481         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
4482         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
4483         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
4484         Remove leading * from defcustom docs.
4486         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
4488         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
4489         defcustom doc.
4490         (list-load-path-shadows): Optionally, just return shadows as a string.
4492         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
4494 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
4496         * mail/rmailedit.el (rmail-edit-mode): Use
4497         auto-save-include-big-deletions.
4499         * mail/rmail.el (rmail-variables): Use
4500         auto-save-include-big-deletions.
4502         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
4503         changes.
4505 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4507         * calc/calc.el (calc-undo-length): New variable.
4508         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
4510 2009-07-21  Richard Stallman  <rms@gnu.org>
4512         * files.el (auto-save-mode): Handle buffer-save-size = -2
4513         for toggling mode.
4515 2009-07-21  Glenn Morris  <rgm@gnu.org>
4517         * textmodes/ispell.el (ispell-looking-back): Update declaration.
4519         * calendar/todo-mode.el (calendar-current-date): Update declaration.
4521         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4522         silence compiler.  Instead...
4523         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
4524         (ps-print-ensure-fontified): Update for above function name changes.
4526         * printing.el (pr-mh-get-msg-num, pr-mh-show)
4527         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
4528         silence compiler.  Instead...
4529         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
4530         (mh-show-buffer): Only define for compiler.
4531         (pr-mh-current-message): Update for above function name changes.
4533         * files.el (abort-if-file-too-large): Explicitly pass `filename'
4534         as an argument.
4535         (find-file-noselect, insert-file-1): Update for above change.
4537         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
4539         * mail/mailclient.el (mailclient-send-it): Fix message.
4541         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
4542         (edebug-eval): Check cl-debug-env is bound.
4543         (print-level, print-circle): Don't redefine built-in variables.
4545         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
4546         (custom-print-vectors): Remove old comments from doc.
4548         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
4549         (emerge-version): Make the variable an obsolete alias for the
4550         emacs-version variable.  Make the function obsolete.
4551         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
4552         Emerge options, rather than merging in into the main Options menu.
4553         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
4554         and auto advance modes.  Disable edit/fast items when not relevant.
4556 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4558         * term/vt420.el (terminal-init-vt420): Fix typo.
4560 2009-07-20  Sam Steingold  <sds@gnu.org>
4562         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
4563         variable (removed from compile.el on 2004-03-11).
4565 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
4567         * files.el (hack-local-variables-filter): Fix last change.
4569 2009-07-19  Juri Linkov  <juri@jurta.org>
4571         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
4572         (dir-local-variables-alist): New buffer-local variable.
4573         (hack-local-variables-filter): If variable is not dir-local,
4574         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
4575         because file-local overrides dir-local.
4576         (c-postprocess-file-styles)<declare-function>:
4577         Remove obsolete declaration.
4578         (hack-dir-local-variables): Add dir-local variable/value pair to
4579         `dir-local-variables-alist' and remove duplicates.  Doc fix.
4581         * help-fns.el (describe-variable): Add information about
4582         file-local and dir-local variables.
4584 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
4586         * files.el (hack-local-variables-filter): Rewrite.
4588 2009-07-19  Glenn Morris  <rgm@gnu.org>
4590         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
4591         Silence compiler by only defining on XEmacs.
4593         * international/mule.el (auto-coding-regexp-alist): Only match
4594         BABYL... at the start of buffer, not of lines.  (Bug#3790)
4596         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
4597         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
4598         (cal-menu-context-mouse-menu): Doc fix.
4600         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
4602         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
4604 2009-07-18  Juri Linkov  <juri@jurta.org>
4606         * info.el: Virtual Info keyword finder.
4607         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
4608         (Info-finder-file): New variable.
4609         (Info-finder-find-file): New function.
4610         (finder-known-keywords, finder-package-info)
4611         (find-library-name, lm-commentary): Use defvar and
4612         declare-function to silence compiler warnings.
4613         (Info-finder-find-node): New function.
4614         (info-finder): New command.
4616         * subr.el (process-kill-buffer-query-function): New function.
4617         (add-hook)<kill-buffer-query-functions>: Add hook
4618         `process-kill-buffer-query-function'.
4620 2009-07-18  Alan Mackenzie  <acm@muc.de>
4622         * progmodes/cc-mode.el (c-before-hack-hook)
4623         (c-postprocess-file-styles): Give invocation of `c-set-style'
4624         DONT-OVERRIDE parameter of t.  Already set style variables will
4625         thus not be overridden by style settings given by `c-file-syle'.
4627         * files.el (hack-local-variables-filter): Remove entries with
4628         duplicate keys from `file-local-variables-alist'.
4630 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4632         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
4633         x-set-selection if display-selections-p returns nil for the
4634         current frame.
4636 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
4638         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
4640 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4642         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
4643         Accept nil in addition to a regexp.
4644         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
4645         Accept nil in addition to a regexp.
4646         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
4647         buffers that have an associated file.  Handle nil values of
4648         desktop-buffers-not-to-save and desktop-files-not-to-save.
4649         (Bug#3833)
4651         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4652         (x-disown-selection-internal): New functions.
4654 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
4656         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
4657         warning.
4658         (gdb-breakpoints-header): Move forward to avoid compiler warning.
4659         (gdb-make-header-line-mouse-map): Remove duplicate definition.
4661 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
4663         * simple.el (set-mark): Revert last change.
4665 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
4667         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
4668         rendering of pngs is not possible instead of messaging a long
4669         description.
4671 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
4673         * w32-fns.el (x-selection-owner-p): New function.
4675         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
4676         (mouse-yank-at-click, mouse-yank-primary): If
4677         select-active-regions is non-nil, deactivate the mark before
4678         insertion.
4680         * simple.el (deactivate-mark, set-mark): Only save selection if we
4681         own it.
4683 2009-07-17  Kenichi Handa  <handa@m17n.org>
4685         * case-table.el (describe-buffer-case-table): Fix for the case
4686         that KEY is a cons.
4688 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4690         * vc-rcs.el (vc-rcs-find-file-hook):
4691         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
4693 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
4695         * net/tramp.el (tramp-wait-for-output): Handle the case when
4696         commands do not return a newline but a null byte before the shell
4697         prompt.  (Bug#3858)
4699 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4701         * term/ns-win.el (ns-set-alpha): Don't declare.
4702         (ns-set-background-alpha): Remove function.
4704 2009-07-16  Kevin Ryde  <user42@zip.com.au>
4706         * emacs-lisp/copyright.el (copyright-update): Save match-data across
4707         y-or-n-p, for safety.
4709 2009-07-16  Richard Stallman  <rms@gnu.org>
4711         * files.el (auto-save-mode): If buffer-saved-size is -2,
4712         don't clobber it.
4714         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
4715         (rmail-retry-ignored-headers): Add more uninteresting fields.
4717 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
4719         * net/rcirc.el (rcirc): Use history variables.
4720         (rcirc-server-name-history, rcirc-nick-name-history)
4721         (rcirc-server-port-history): New variables.
4723 2009-07-15  Kenichi Handa  <handa@m17n.org>
4725         * international/mule-cmds.el (set-language-environment-charset):
4726         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
4727         ignore them.
4729         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4730         Delete unibyte-display.
4732 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4734         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
4736 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4738         * simple.el (deactivate-mark): Optional argument FORCE.
4739         (set-mark): Use deactivate-mark.
4741         * info.el (Info-search): No need to check transient-mark-mode
4742         before calling deactivate-mark.
4744         * select.el (x-set-selection): Doc fix.
4745         (x-valid-simple-selection-p): Allow buffer values.
4746         (xselect--selection-bounds): Handle buffer values.  Suggested by
4747         David De La Harpe Golden.
4749         * mouse.el (mouse-set-region, mouse-drag-track): Call
4750         copy-region-as-kill before setting the mark, to let
4751         select-active-regions work.
4753 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
4755         * simple.el (deactivate-mark): If select-active-regions is
4756         non-nil, copy the selection data into a string.
4757         (activate-mark): If select-active-regions is non-nil, set the
4758         selection to the current buffer.
4759         (set-mark): Update selection if select-active-regions is non-nil.
4761         * select.el (x-valid-simple-selection-p): Allow buffer values.
4763 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4765         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
4766         and more featureful message-mode.
4768 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
4770         * select.el (x-set-selection): Doc fix.
4771         (x-valid-simple-selection-p): Disallow selection data consisting
4772         of a list or cons of integers, since that is not used.
4773         (xselect--selection-bounds, xselect--int-to-cons): New functions.
4774         (xselect-convert-to-string, xselect-convert-to-length)
4775         (xselect-convert-to-filename, xselect-convert-to-charpos)
4776         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
4778 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
4780         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4781         output in -break-info command (Emacs bug #3794).
4783 2009-07-14  Glenn Morris  <rgm@gnu.org>
4785         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
4786         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
4787         (edebug-print-length, edebug-print-level, edebug-print-circle)
4788         (edebug-sit-for-seconds, edebug-view-outside)
4789         (edebug-bounce-point, edebug-set-global-break-condition)
4790         (edebug-Go-nonstop-mode, edebug-trace-mode)
4791         (edebug-Trace-fast-mode, edebug-continue-mode)
4792         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
4793         (edebug-visit-eval-list): Doc fixes.
4795         * subr.el (def-edebug-spec): Doc fix.
4797 2009-07-14  Kenichi Handa  <handa@m17n.org>
4799         * international/characters.el: Fix setting of category ?C.
4801 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
4803         * term/ns-win.el (x-select-font): defalias x-select-font to
4804         ns-popup-font-panel instead of generate-fontset-menu.
4806 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
4808         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
4810 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
4812         * arc-mode.el (archive-find-type): Allow for a PK00 string before
4813         the PK\003\004 header (Bug#3770).
4815 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
4817         * pcomplete.el (pcomplete-comint-setup): Check for
4818         shell-dynamic-complete-filename too.
4820 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
4822         * simple.el (temporary-goal-column): Change the value for
4823         line-move-visual to a cons cell.
4824         (line-move-visual): Record or set the window hscroll, if
4825         necessary (Bug#3494).
4826         (line-move-1): Handle cons value of temporary-goal-column.
4828 2009-07-11  Kenichi Handa  <handa@m17n.org>
4830         * international/mule-diag.el (describe-character-set): Don't show
4831         width.
4833 2009-07-10  Sam Steingold  <sds@gnu.org>
4835         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4836         Omake sometimes indents the errors it prints, so allow all
4837         regexps to start with spaces.
4839 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
4841         * cus-edit.el (customize-changed-options-previous-release):
4842         Bump value to 22.1.  (Bug#3804)
4844 2009-07-08  Sam Steingold  <sds@gnu.org>
4846         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
4847         to be a cons cell (test . ignored-directory) to selectively ignore
4848         some directories depending on the location of the search.
4850 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
4852         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
4853         remote user is root, on the local host.
4854         (tramp-local-host-p): Either the local user or the remote user
4855         must be root.  (Bug#3771)
4857 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4859         * progmodes/gdb-mi.el (gdb): Remove description of
4860         gdb-use-separate-io-buffer.
4861         (menu): Don't allow toggling of or enable
4862         gdb-use-separate-io-buffer from menubar.
4864 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4866         * mail/unrmail.el (unrmail): Make sure the message ends with two
4867         newlines (Bug#3769).
4869 2009-07-08  Glenn Morris  <rgm@gnu.org>
4871         * calendar/calendar.el (calendar-current-date): Rework previous change.
4873 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
4875         * calendar/calendar.el (calendar-current-date):
4876         Add an optional argument giving an offset from today.
4878 2009-07-08  Glenn Morris  <rgm@gnu.org>
4880         * tutorial.el (tutorial--describe-nonstandard-key):
4881         Adjust the message for when a key has been unbound.
4882         (help-with-tutorial): Hide the arch-tag.
4884 2009-07-08  Kenichi Handa  <handa@m17n.org>
4886         * international/fontset.el (setup-default-fontset): For each
4887         script, append (not set) font-specs.
4889         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
4890         docstring.
4892 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4894         * progmodes/gdb-mi.el (gdb-init-1): Move sending
4895         -data-list-register-names to ...
4896         (gdb-starting): ... here because GDB 7.0 requires execution to
4897         have started when using this MI command.
4898         (gdb-set-header): New function to distinguish select and
4899         unselected tabs in gdb buffers.
4900         (gdb-propertize-header): New macro that uses gdb-set-header.
4901         (gdb-breakpoints-header, gdb-locals-header): Use it.
4902         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
4904 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
4906         * Makefile.in (ELCFILES): Remove fadr.elc.
4908 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
4910         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
4911         may contain frame information, so `string-match' should be used.
4912         (gdb-update): Disassembly is invalidated through
4913         `gdb-get-selected-frame'.
4914         (gdb-pad-string): New function to pad string with spaces.
4915         (gdb-invalidate-disassembly): Invalidate only if the buffer
4916         exists.
4917         (gdb-disassembly-handler-custom): Column alignment.
4918         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
4919         placing new ones.
4920         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
4921         end of line, too.
4922         (gdb-frame-handler): Match convention to for disassembly buffer
4923         mode name.
4924         (gdb-stack-list-frames-handler): Rewritten without regexps.
4925         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
4926         not highlight breakpoints without line information.
4927         (gdb-input): Add trailing newline to command.
4929         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
4930         buffer properly.
4931         (gdb-breakpoints-list-handler-custom): Replacement for
4932         `gdb-break-list-handler'.  Using real parser instead of regexps
4933         now.
4934         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
4935         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
4936         to place breakpoints.
4937         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
4938         functions.
4939         (gdb-disassembly-handler-custom): Show overlay arrow.
4940         (gdb-disassembly-place-breakpoints): Show breakpoints in
4941         disassembly buffer.
4942         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4943         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
4944         instead of parsing breakpoints buffer.  Fixed old menu references
4945         in `gud-menu-map'.
4947         * fadr.el: Remove.
4949         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
4950         (gdb-memory-address): New variable which holds top address of
4951         memory page shown in memory buffer.
4952         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
4953         customization variables.
4954         New functions:
4955         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
4956         display the memory buffer.
4957         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
4958         buffer display parameters.
4959         (def-gdb-memory-format, gdb-memory-format-binary)
4960         (gdb-memory-format-octal, gdb-memory-format-unsigned)
4961         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
4962         Functions for setting memory buffer format.
4963         (gdb-memory-unit-word, gdb-memory-unit-halfword)
4964         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
4965         unit size used in memory buffer.
4966         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
4967         to next/previous page of memory buffer.
4968         Now using (bindat-get-field) instead of fadr functions.
4970 2009-07-07  Sam Steingold  <sds@gnu.org>
4972         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
4973         non-top-level files.
4975 2009-07-07  Kenichi Handa  <handa@m17n.org>
4977         * international/mule-cmds.el (reset-language-environment): Put
4978         the highset priority to the charset iso-8859-1.
4980 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4982         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
4983         to the end of the line when locating the block (Bug#700).
4985 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
4987         * net/tramp.el (tramp-handle-write-region): Flush file properties
4988         in case of short track.
4990 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
4992         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
4993         representation of verilog error regular expressions to work with
4994         Emacs-22's new format.
4995         (verilog-error-regexp-xemacs-alist): Coded custom representation
4996         of verilog error regular expressions to work with XEmacs format.
4997         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
4998         error recognition into XEmacs.
4999         (verilog-error-regexp-add-emacs): Hook routine to install verilog
5000         error recognition into Emacs-22.
5002 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
5004         * woman.el: Remove stand-alone closing parentheses.
5005         (woman-file-name, woman2-format-paragraphs)
5006         (woman-leave-blank-lines): Code cleanup.
5007         (woman-use-own-frame): Change default to nil.
5008         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
5009         defaults to inherit from default faces.
5010         (woman2-process-escapes): Consume the newline after a stand-alone
5011         filler character (Bug#3651).
5013 2009-07-06  Glenn Morris  <rgm@gnu.org>
5015         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
5016         (top-level): Move provide to the end.
5017         (ffap): Remove defunct URL from custom group.
5019         * subr.el (eval-after-load): Doc fix.
5021 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
5023         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
5024         `calc-embedded-word' is called twice.
5026 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5028         * files.el (find-alternate-file-other-window, find-alternate-file):
5029         Obey confirm-nonexistent-file-or-buffer.
5031 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
5033         * dired-aux.el (dired-show-file-type): Handle remote files.
5035 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
5037         * desktop.el (desktop-globals-to-save):
5038         Add file-name-history (Bug#2750).
5040 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
5042         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
5044 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
5046         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
5047         property on entire argument since this is what eshell-lisp-command
5048         expects.
5050 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
5052         * net/tramp-gvfs.el (tramp-gvfs-methods)
5053         (tramp-gvfs-zeroconf-domain)
5054         (tramp-bluez-discover-devices-timeout): Add version flag.
5055         (tramp-gvfs-handler-mounted-unmounted)
5056         (tramp-gvfs-connection-mounted-p): Polish handling of
5057         incompatibilities between GVFS 0.2 and 1.0.
5059 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
5061         * cus-start.el (all): Add make-pointer-invisible.
5063 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5065         * calc-math.el (math-use-emacs-fn): Make sure that the number is
5066         formatted correctly.
5068 2009-07-02  Juri Linkov  <juri@jurta.org>
5070         * info.el: Virtual Info files and nodes.
5071         (Info-virtual-files, Info-virtual-nodes): New variables.
5072         (Info-current-node-virtual): New variable.
5073         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
5074         New functions.
5075         (Info-file-supports-index-cookies): Use Info-virtual-file-p
5076         to check for a virtual file instead of checking a fixed list
5077         of node names.
5078         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
5079         instead of ad-hoc processing of "dir" and (apropos history toc).
5080         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
5081         instead of ad-hoc processing of "dir" and (apropos history toc).
5082         Reread a file when moving from a virtual node.
5083         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
5084         (Info-directory-toc-nodes, Info-directory-find-file)
5085         (Info-directory-find-node): New functions.
5086         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
5087         (Info-history): Move part of code to
5088         `Info-history-find-node'.
5089         (Info-history-toc-nodes, Info-history-find-file)
5090         (Info-history-find-node): New functions.
5091         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
5092         (Info-toc): Move part of code to `Info-toc-find-node'.
5093         (Info-toc-find-node): New function.
5094         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
5095         the current Info file name to references because now the node
5096         "*TOC*" belongs to the same Info manual.
5097         (Info-toc-build): Rename from `Info-build-toc'.
5098         (Info-toc-nodes): Rename input argument `file' to `filename'.
5099         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
5100         instead of ad-hoc processing of ("dir" apropos history toc).
5101         (Info-index-nodes): Use Info-virtual-file-p
5102         to check for a virtual file instead of checking a fixed list
5103         of node names.
5104         (Info-index-node): Add check for `Info-current-node-virtual'.
5105         Raise `save-match-data' higher up the tree to contain
5106         `search-forward' too (bug fix).
5107         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
5108         (Info-virtual-index-nodes): New variable.
5109         (Info-virtual-index-find-node, Info-virtual-index): New functions.
5110         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
5111         (Info-apropos-file, Info-apropos-nodes): New variables.
5112         (Info-apropos-toc-nodes, Info-apropos-find-file)
5113         (Info-apropos-find-node, Info-apropos-matches): New functions.
5114         (info-apropos): Move part of code to `Info-apropos-find-node' and
5115         `Info-apropos-matches'.
5116         (Info-mode-map): Bind "I" to `Info-virtual-index'.
5117         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
5118         for a virtual file instead of checking a fixed list of node names.
5120         * simple.el (async-shell-command): New command.
5122         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
5124         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
5125         instead of `mount-info'.
5127 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
5129         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
5130         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
5132 2009-07-02  Kenichi Handa  <handa@m17n.org>
5134         * international/mule.el (set-keyboard-coding-system): Force *-unix
5135         coding-system to avoid eol conversion.
5137 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
5139         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5140         Add handler for `process-file', `shell-command' and
5141         `start-file-process'.
5142         (tramp-gvfs-handle-shell-command)
5143         (tramp-gvfs-handle-start-file-process)
5144         (tramp-gvfs-handle-process-file): New defuns.
5145         (tramp-synce-list-devices): Simplify check for existence of property.
5147 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5149         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
5151 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5153         * language/korean.el (set-language-info-alist): Add korean-cp949,
5154         cp949 to spec.
5156 2009-07-01  Kenichi Handa  <handa@m17n.org>
5158         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
5160         * international/encoded-kb.el: Deleted.
5162         * international/mule.el (set-keyboard-coding-system): Perform the
5163         necessary setup here instead of calling encoded-kbd-setup-display.
5165 2009-07-01  Glenn Morris  <rgm@gnu.org>
5167         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
5169 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
5171         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
5173 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
5175         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
5176         Handle also the 'rename case, when setting file modes.  (Bug#3712)
5177         (tramp-default-file-modes) Remove execute permissions.
5179         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
5180         (top): Add a default for "synce" in `tramp-default-user-alist'.
5181         Add completion function for "synce" method.
5182         (tramp-hal-service, tramp-hal-path-manager)
5183         (tramp-hal-interface-manager, tramp-hal-interface-device):
5184         New defconst.
5185         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
5186         (tramp-synce-list-devices, tramp-synce-parse-device-names):
5187         New defuns.
5189         * net/trampver.el: Update release number.
5191 2009-06-30  Kenichi Handa  <handa@m17n.org>
5193         * international/fontset.el (setup-default-fontset): Add CJK fonts
5194         for symbols and the other miscellaneous characters.
5196         * language/korea-util.el (setup-korean-environment-internal):
5197         Make char-width-table suitable for Korean environments.
5198         (exit-korean-environment): Cancel above.
5200         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5201         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
5202         setup-funcion to make char-widht-table suitable for respective
5203         environments, and an exit-function to cancel that.
5205         * language/japan-util.el (setup-japanese-environment-internal):
5206         Call use-cjk-char-width-table with arg `ja_JP'.
5208         * international/characters.el (cjk-char-width-table): Delete it.
5209         (cjk-char-width-table-list): New variable.
5210         (use-cjk-char-width-table): New arg local-name.
5211         (use-default-char-width-table): Fix for the case that Emacs is
5212         already using the default char-width-table.
5214 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
5216         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
5217         modes mandatory.  (Bug#3712)
5219 2009-06-29  Alan Mackenzie  <acm@muc.de>
5221         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
5222         correction between the visible width of TABs and their number of bytes.
5224 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
5226         * server.el (server-buffer-done): Prevent kill-buffer from
5227         prompting by clearing the buffer modification flag (Bug#3696).
5229 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
5231         * verilog-mode.el (verilog-beg-of-statement)
5232         (verilog-endcomment-reason-re): Support unique case and priority case.
5233         (verilog-basic-complete-re): Support localparam lineup.
5234         (verilog-beg-of-statement-1): Fix for robustness, unique case.
5235         (verilog-set-auto-endcomments): Fix for unique case, always_comb
5236         commenting.
5237         (verilog-leap-to-case-head): Now support *nested* unique &
5238         priority case statements.
5239         (verilog-auto-lineup): Make just declarations the default (as it
5240         had been).
5241         (verilog-leap-to-case-head): Support priority/unique case statements.
5242         (verilog-auto-lineup): Rework to give users radio buttons to
5243         select the various styles of automatic lineup.
5244         (verilog-error-regexp-alist): Rework to support the XEmacs style
5245         of error regular expressions from compilers, lint tools &
5246         simulators.  Note that GNU Emacs has made it impossible for a mode
5247         to load such things.
5248         (electric-verilog-terminate-line, verilog-indent-declaration)
5249         (verilog-auto-wiure): Rework for radio button selection of
5250         auto-lineup selection of specification of auto lineup.
5251         (verilog-beg-of-statement-1): Redesign to support proper operation
5252         in additional code, based on testing with auto-lineup.
5253         (verilog-calculate-indent, assignments & declarations)
5254         (verilog-backward-token): Enhance to support auto-lineup of
5255         assignments & declarations.
5256         (verilog-in-directive-p, verilog-at-struct-p): New function for
5257         easy test of whether we are.
5258         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
5259         to support safe execution at almost anyline.
5260         (verilog-calc-1): Properly support indenting deep inside generate
5261         blocks.
5262         (verilog-init-font) Remove definition & use of verilog-init-font,
5263         as it is redundant with font-lock-defaults.
5264         (verilog-mode): Alter the definition of verilog-font-lock-defaults
5265         to avoid circular calls if syntax-ppss is a function (as is the
5266         case now in 22.x GNU Emacs) as that function would sometimes call
5267         itself, leading to (nearly) infinite recursion.
5268         (verilog-ovm-begin-re, verilog-ovm-end-re)
5269         (verilog-ovm-statement-re, verilog-leap-to-head)
5270         (verilog-backward-token): Add support for OVM macros.  Some are
5271         complete statements, and others open and close scopes like begin
5272         and end.
5273         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
5274         (verilog-defun-level-generate-only-re): Really fix the defun-list
5275         compilation issue.
5276         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
5277         coverpoint, constraint and cross statements.
5278         (verilog-defun-level-list, verilog-generate-defun-level-list)
5279         (verilog-all-defun-level-list): Redo these specifications - it is
5280         too hard to support eval-when compile aggregation of lists also
5281         built at when-compile time.
5282         (verilog-defun-level-list): Place defconsts of variables used in
5283         building regular expressions which are built in eval-when-compile
5284         bodies in the same eval-when-compile body to facilitate compile
5285         without load.
5286         (verilog-beg-block-re-ordered): Support indenting
5287         virtual/protected tasks and functions.
5288         (verilog-defun-level-list, verilog-in-generate-region-p)
5289         (verilog-backward-ws&directives, verilog-calc-1): Speed up
5290         indentation of some module items (generate items).
5291         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
5292         across virtual/protected tasks and functions.
5294 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
5296         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
5297         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
5298         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
5299         in concatenations.  Reported by Yishay Belkind.
5300         (verilog-auto-ascii-enum): Support one-hot state machines in
5301         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
5302         (verilog-auto-inst, verilog-auto-inst-port): Include interface
5303         modport in AUTOINST and add vl-modport for users.  Reported by
5304         David Rogoff.
5305         (verilog-auto-inout-module, verilog-auto-inst)
5306         (verilog-decls-get-interfaces, verilog-insert-definition)
5307         (verilog-insert-one-definition, verilog-read-decls)
5308         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
5309         (verilog-sig-modport, verilog-signals-combine-bus)
5310         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
5311         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
5312         Suggested by David Rogoff.
5313         (verilog-repair-open-comma): Fix non-insertion of comma when
5314         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
5315         (verilog-make-width-expression): Simplify [A-1:0] expression
5316         widths to just {A{1'b0}}.
5317         (verilog-mode): Cleanup checkdoc warnings.
5318         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
5319         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
5320         inputs/outputs or data type.  Suggested by Vasu Kandadi.
5321         (next-error-last-buffer): Fix byte-compiler warning.
5322         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
5323         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
5324         or shell command text during AUTO expansion.  Suggested by Tad Truex.
5325         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
5326         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
5327         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
5328         in AUTOINOUT.  Reported by Matthew Lovell.
5329         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
5330         causing use of <= assignments.  Reported by Alex Reed.
5331         (verilog-read-decls): Fix triand, trior, wand, wor to be
5332         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
5333         (verilog-extended-complete-re): Support import "DPI-C" functions.
5334         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
5335         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
5336         (verilog-insert-date, verilog-insert-year)
5337         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
5338         Windows systems.  Reported by Michael Potts.
5339         (verilog-read-module-name): Fix AUTOINST when the child module
5340         declaration's name is a tick define.  Reported by Elliot Mednick.
5341         (verilog-read-decls): Fix V2K parameter bit subscripts getting
5342         passed to next parameter's definition.  Reported by Bruce T.
5343         (verilog-read-decls): Fix detecting "parameter int" when using
5344         AUTOINSTPARAM.  Reported by Bruce T.
5345         (verilog-goto-defun): Fix goto not finding modules unless first
5346         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
5347         (verilog-mode): Expand -f flag arguments on entry to mode so
5348         verilog-goto-defun will work.  Reported by Lawrence Butcher.
5349         (verilog-getopt): Expand environment variables in -f file
5350         arguments.  Suggested by Lawrence Butcher.
5351         (verilog-set-define): Fix "Symbol's value as variable is void"
5352         when reading enumerations.
5353         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
5354         Suggested by Stephen Peltan.
5355         (verilog-read-defines): Fix reading of enumerations in include
5356         files.  Reported by Steve Peltan.
5358 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5360         * files.el (trash-directory): Fix defcustom type.
5362 2009-06-28  Juri Linkov  <juri@jurta.org>
5364         * help-fns.el (describe-function-1): Correctly locate adviced
5365         functions in hyperlink (Bug#2438).
5367 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
5369         * files.el (trash-directory): Change default to nil.
5370         (move-file-to-trash): If trash-directory is nil and
5371         system-move-file-to-trash is unbound, perform freedesktop-style
5372         trashing.
5374 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5376         * files.el (move-file-to-trash): Add freedesktop trash
5377         support (Bug#973).
5379 2009-06-28  Glenn Morris  <rgm@gnu.org>
5381         * autorevert.el (global-auto-revert-non-file-buffers)
5382         (global-auto-revert-mode): Doc fixes.
5384 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
5386         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
5388 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
5390         * faces.el (x-handle-named-frame-geometry): Ensure that we have
5391         opened an X connection before calling x-get-resource (Bug#3194).
5393         * play/doctor.el: Remove reference to obsolete website.
5394         (make-doctor-variables): Correct grammar mistake (Bug#2633).
5396 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5398         Remove find-file-not-found-hook VC method.  (Bug#2757)
5399         * vc-hooks.el (vc-file-not-found-hook)
5400         (vc-default-find-file-not-found-hook): Remove functions.
5401         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
5402         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
5403         * vc.el:
5404         * vc-hg.el:
5405         * vc-git.el: Do not mention find-file-not-found-hook VC method.
5407 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5409         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
5410           compatibility function for `looking-back'.
5412         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5413         Use `ispell-looking-back'.
5415 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
5417         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
5418         rather than `filename'.
5420 2009-06-23  Miles Bader  <miles@gnu.org>
5422         * face-remap.el (text-scale-set): New function.
5424 2009-06-23  Glenn Morris  <rgm@gnu.org>
5426         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5428         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
5430         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
5432         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
5434         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5435         Simplify Persian conditionals.
5437         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
5438         variable `filename'.
5440         * comint.el (comint-insert-input): Doc fix.
5442         * Makefile.in (ELCFILES): Fix typo in previous change.
5444 2009-06-23  Miles Bader  <miles@gnu.org>
5446         * cus-start.el: Add entry for `recenter-redisplay'.
5448 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5450         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
5451         Add an optional argument for the backend, use it instead of
5452         calling vc-backend.
5453         (vc-mode-line): Add an optional argument for the backend.
5454         Pass the backend to vc-state and vc-working-revision.  Move code for
5455         special handling for vc-state being a buffer to ...
5457         * vc-rcs.el (vc-rcs-find-file-hook):
5458         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
5460         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
5461         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
5462         vc-stay-local-p and vc-mode-line calls.
5464         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
5465         (vc-cvs-diff, vc-cvs-annotate-command)
5466         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
5467         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
5468         vc-mode-line calls.
5470         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
5471         direct comparison.
5472         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
5473         backend when calling vc-mode-line.
5474         (vc-register): Do not create a closure for calling the vc register
5475         function, call it directly.
5477 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5479         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
5480         to make it obvious item can be clicked.
5482         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
5484 2009-06-23  Kenichi Handa  <handa@m17n.org>
5486         * language/korea-util.el (korean-key-bindings): Change the binding
5487         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
5488         same command.
5490 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
5492         Sync with Tramp 2.1.16.
5494         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
5496         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
5497         when a loading of a package fails.  Completion function for rsync
5498         is `tramp-completion-function-alist-ssh'.
5499         (all): Replace all calls of `split-string' and
5500         `tramp-split-string' by `tramp-compat-split-string'.
5501         (tramp-default-method): Use `tramp-compat-process-running-p'.
5502         (tramp-default-proxies-alist): Allow also Lisp forms.
5503         (tramp-remote-path): Add choice "Private Directories".
5504         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
5505         (tramp-domain-regexp): Allow also "-", "_" and ".".
5506         (tramp-end-of-output): Remove newlines, and add "$" at the end.
5507         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
5508         (tramp-debug-message): Insert header line in debug buffer.
5509         (tramp-handle-directory-files-and-attributes-with-stat):
5510         Care about filenames with spaces, or starting with "-".
5511         (tramp-handle-dired-uncache): New defun.
5512         (tramp-handle-insert-directory): Don't flush the directory from
5513         cache, this is handled by `dired-uncache' now.
5514         (tramp-handle-insert-file-contents): Improve error handling.
5515         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5516         Quote `tramp-end-of-output'.
5517         (tramp-action-password): Improve trace message.
5518         (tramp-check-for-regexp): Both echoes must be present, before removing.
5519         (tramp-open-connection-setup-interactive-shell): Trace coding system.
5520         (tramp-compute-multi-hops): Eval cons cells of
5521         `tramp-default-proxies-alist'.
5522         (tramp-maybe-open-connection): Use the same command pattern for
5523         first hop and further hops.
5524         (tramp-wait-for-output): Remove handling of newlines.
5525         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
5526         (tramp-split-string): Remove function.  It is handled in
5527         tramp-compat now.
5529         * net/tramp-cmds.el (tramp-bug):
5530         Recommend `tramp-cleanup-all-connections' in the bug mail.
5532         * net/tramp-compat.el (tramp-compat-split-string)
5533         (tramp-compat-process-running-p): New defuns.
5535         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
5536         for `dired-uncache'.
5538         * net/tramp-gvfs.el: New package.
5540         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5541         Add handler for `dired-uncache'.
5542         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
5544         * net/trampver.el: Update release number.  Make version check fit
5545         for SXEmacs 22.
5547 2009-06-22  Jim Meyering  <meyering@redhat.com>
5549         Automatically handle .xz suffix (XZ-compressed files), too.
5550         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
5551         XZ is the successor to LZMA: <http://tukaani.org/xz/>
5553 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
5554             Nick Roberts  <nickrob@snap.net.nz>
5556         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5557         repository (http://sphinx.net.ru/hg/gdb-mi/).
5559 2009-06-22  Glenn Morris  <rgm@gnu.org>
5561         * files.el (dir-locals-collect-mode-variables): Allow for any number of
5562         `mode' and `eval' entries.  (Bug#3430)
5564         * Makefile.in (ELCFILES): Add fadr.elc.
5566         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
5567         differing behavior of \n and ^ in strings.  (Bug#3385)
5569         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
5571         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
5572         property.
5573         (lisp-indent-function): Make it a defcustom.
5575 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
5577         * progmodes/gdb-ui.el: Replace with ...
5578         * progmodes/gdb-mi.el: ... this file.
5579         * progmodes/gud.el: Modify for gdb-mi.el.
5581 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
5583         * fadr.el: New file.
5585 See ChangeLog.14 for earlier changes.
5587 ;; Local Variables:
5588 ;; coding: utf-8
5589 ;; End:
5591     Copyright (C) 2009  Free Software Foundation, Inc.
5593   This file is part of GNU Emacs.
5595   GNU Emacs is free software: you can redistribute it and/or modify
5596   it under the terms of the GNU General Public License as published by
5597   the Free Software Foundation, either version 3 of the License, or
5598   (at your option) any later version.
5600   GNU Emacs is distributed in the hope that it will be useful,
5601   but WITHOUT ANY WARRANTY; without even the implied warranty of
5602   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5603   GNU General Public License for more details.
5605   You should have received a copy of the GNU General Public License
5606   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5608 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1