* subr.el (error, sit-for, start-process-shell-command)
[emacs.git] / lisp / ChangeLog
blobd48b95612b398b972b0e98cc74e34758eb51420f
1 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
3         * subr.el (error, sit-for, start-process-shell-command)
4         (start-file-process-shell-command): Set the calling convention
5         after the function definition.
7 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * subr.el (error, sit-for, start-process-shell-command)
10         (start-file-process-shell-command): Use the new
11         set-advertised-calling-convention feature.
13 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
15         * international/ucs-normalize.el (ucs-normalize-version):
16         Change to 1.2.
17         (check-range): Adjust for Unicode 5.2.
19 2009-10-15  Juri Linkov  <juri@jurta.org>
21         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
22         to the `menu-item' format.
24 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
26         * net/tramp.el (tramp-replace-environment-variables): Do not fail
27         if the environment variable does not exist.
29         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
30         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
31         parameter.
32         (tramp-smb-handle-add-name-to-file)
33         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
34         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
35         (tramp-smb-handle-file-attributes)
36         (tramp-smb-do-file-attributes-with-stat)
37         (tramp-smb-handle-file-local-copy)
38         (tramp-smb-handle-insert-directory)
39         (tramp-smb-handle-make-directory)
40         (tramp-smb-handle-make-directory-internal)
41         (tramp-smb-handle-make-symbolic-link)
42         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
43         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
44         (tramp-smb-maybe-open-connection): Apply the changed parameters.
45         (tramp-smb-read-file-entry): Read Disk names in compressed format.
46         Handle long file names.
47         (tramp-smb-get-cifs-capabilities): Check, whether the connection
48         process is running.
49         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
50         Read share names with "-g" option.
52 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
54         * net/rcirc.el (rcirc-view-log-file): New command.
55         (rcirc-track-minor-mode-map): Remove C-c ` binding.
56         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
57         specified.
59 2009-10-15  Glenn Morris  <rgm@gnu.org>
61         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
62         from the second command-line argument.
63         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
64         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
65         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
66         w32-batch-update-autoloads.
67         * emacs-lisp/autoload.el (autoload-make-program): New variable.
68         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
70         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
71         the headers cannot be located.  Simplify, subtracting superflous
72         save-excursions.
74 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
76         Replace completion-base-size by completion-base-position to fix bugs
77         such as (bug#4699).
78         * simple.el (completion-base-position): New var.
79         (completion-base-size): Mark as obsolete.
80         (choose-completion): Make it work for mouse events as well.
81         Pass the new base-position to choose-completion-string.
82         (choose-completion-guess-base-position): New function, extracted from
83         choose-completion-delete-max-match.
84         (choose-completion-delete-max-match): Use it.  Make obsolete.
85         (choose-completion-string): Use the new base-position info.
86         (completion-root-regexp): Delete.
87         (completion-setup-function): Preserve completion-base-position.
88         Eliminate obsolete base-size manipulation.
89         * minibuffer.el (display-completion-list): Don't mess with base-size.
90         (minibuffer-completion-help): Set completion-base-position instead.
91         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
92         choose-completion.
93         * textmodes/bibtex.el (bibtex-complete):
94         * emacs-lisp/crm.el (crm--choose-completion-string):
95         Adjust to new calling convention.
96         * complete.el (partial-completion-mode): Use minibufferp to avoid
97         bumping into incompatible change to choose-completion-string-functions.
98         * ido.el (ido-choose-completion-string): Make its calling convention
99         more permissive.
100         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
101         base-size manipulation.
102         (comint-dynamic-list-input-ring): Use dotimes and push.
103         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
104         fundamental-mode.  Use `or'.
106 2009-10-14  Juri Linkov  <juri@jurta.org>
108         * misearch.el (multi-isearch-next-buffer-from-list)
109         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
111 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
113         * Makefile.in (compile-onefile): Load `bytecomp' rather than
114         `bytecomp.el'.
116         * minibuffer.el (completion-pcm--merge-completions): Make sure the
117         string we return is all made up of text from the completions rather
118         than part from the completions and part from the input (bug#4219).
120         * ido.el (ido-everywhere): Use define-minor-mode.
122         * buff-menu.el (list-buffers, ctl-x-map):
123         Mark the entry points with ;;;###autoload cookies.
126 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
128         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
129         correctly in the detached head case.
130         (vc-git-print-log): Remove unused binding.
132         * vc.el (vc-responsible-backend): When a directory is passed for
133         for registration create a VC repository if no backend is
134         responsible for the directory argument.
135         (vc-deduce-fileset): Tell vc-responsible-backend to register.
137         * vc.el: Move comments about RCS and SCCS ...
138         * vc-rcs.el:
139         * vc-sccs.el: ... here, respectively.
141 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * minibuffer.el (completion--file-name-table): Return nil if there's
144         no file completion, even if substitute-in-file-name changed
145         the string (bug#4708).
147 2009-10-13  Juri Linkov  <juri@jurta.org>
149         * files-x.el (read-file-local-variable-value): Don't filter out
150         minor modes from mode name completion (bug#4664).
152 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
154         * international/mule-cmds.el (ucs-names): Remove exclusion of
155         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
157 2009-10-13  Kenichi Handa  <handa@m17n.org>
159         * international/uni-name.el: Regenerated.
161 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
163         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
164         should be automatically buffer-local, but isn't.)
166 2009-10-12  Sam Steingold  <sds@gnu.org>
168         * progmodes/compile.el (compilation-next-error-function): Fix the
169         timestamps if the buffer has been visited before.
171         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
172         non-anchored patterns, like the perl one (bug#3928).
174 2009-10-12  Glenn Morris  <rgm@gnu.org>
176         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
177         Let-bind `size'.
179 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
181         * proced.el (proced-unload-function): New function.
183         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
184         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
185         Doc fix.
187         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
189 2009-10-11  Juri Linkov  <juri@jurta.org>
191         * files-x.el (read-file-local-variable-value):
192         Provide default value only for bound variables (bug#4664).
194 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
196         * net/tramp.el (tramp-local-host-p): Function shall return nil for
197         connection methods like smb.
199         * net/tramp-cache.el (tramp-flush-connection-property): The hash
200         can be empty.
202         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
203         (tramp-smb-file-name-handler-alist): Add handlers for
204         `add-name-to-file', `make-symbolic-link'.
205         (tramp-smb-handle-add-name-to-file)
206         (tramp-smb-do-file-attributes-with-stat)
207         (tramp-smb-handle-make-symbolic-link)
208         (tramp-smb-get-cifs-capabilities): New defuns.
209         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
210         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
211         (tramp-smb-handle-file-local-copy)
212         (tramp-smb-handle-make-directory-internal)
213         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
214         The file name syntax depends on cifs capabilities.
215         (tramp-smb-handle-file-attributes):
216         Call `tramp-smb-do-file-attributes-with-stat' if possible.
217         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
218         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
220 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
222         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
223         (eieio-defclass): Apply deftype handler and setf-method properties
224         directly.
225         (eieio-add-new-slot): Avoid union function from cl library.
226         (eieio--typep): New function.
227         (eieio-perform-slot-validation): Use it.
229 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
231         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
232         Update documentation to refer to the variables documented in r1.135.
233         (Bug#4188)
235 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
237         * bookmark.el (Info-suffix-list): Remove this unused variable.
238         (bookmark-current-point): Remove this obsolete variable.
239         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
240         Adjust for removal of bookmark-current-point.
242         (bookmarks-already-loaded, bookmark-current-buffer)
243         (bookmark-yank-point): Document.  (Bug#4188)
245 2009-10-10  Glenn Morris  <rgm@gnu.org>
247         * frame.el (frame-height): Doc fix.
249         * calendar/calendar.el (calendar-split-width-threshold): New option.
250         (calendar-basic-setup): Use calendar-split-width-threshold.
252 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
254         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
255         Use .la for Automake.
257 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
259         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
260         Use "autoreconf -i".  Suggested by Andreas Schwab.
262 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
264         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
265         Ideographic Supplement" range (U+1F200..U+1F2FF).
267 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
269         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
270         since the list will have been rebuilt anyway.  (Bug#4349)
272 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
274         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
275         (bookmark-bmenu-execute-deletions): Don't save here, as
276         bookmark-delete will now do so if necessary.
277         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
278         (Bug#4348)
280 2009-10-09  Glenn Morris  <rgm@gnu.org>
282         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
284 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
286         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
287         (bookmark-jump-other-window): Just invoke bookmark-jump with new
288         argument now, so the two function's behaviors will match.  (Bug#3645)
290 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
292         * cedet/ede/proj.el (project-make-dist, project-compile-project):
293         Fix filename test.
294         (ede-proj-dist-makefile): Use expand-file-name instead of concat
295         to expand file names.
297 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
299         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
300         (tramp-file-name-real-host, tramp-file-name-port):
301         Apply `save-match-data.
303         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
304         case both directories are remote.
305         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
306         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
308 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
310         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
311         (ede-proj-target-makefile-objectcode): Use it.
313         * cedet/ede/source.el (ede-want-any-source-files-p)
314         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
315         Return search result.  This error was introduced while merging.
317 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
319         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
321 2009-10-07  Glenn Morris  <rgm@gnu.org>
323         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
324         of concat.
326 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
328         * files-x.el (read-file-local-variable): Include some
329         non-user-variables in the completion table (bug#4664).
331 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
333         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
334         message.
336         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
337         (tramp-smb-file-name-handler-alist): Add handler for
338         `copy-directory', `expand-file-name', `set-file-modes'.
339         (tramp-smb-handle-copy-directory)
340         (tramp-smb-handle-expand-file-name)
341         (tramp-smb-handle-set-file-modes): New defuns.
342         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
343         (tramp-smb-handle-file-attributes): Simplify check for retrieving
344         entry.
345         (tramp-smb-handle-insert-directory): Don't flush the cache.
346         (tramp-smb-maybe-open-connection): Check for samba client and
347         server versions.
349 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
351         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
352         to not error out of search for "^lisp=" fails.
354 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
356         * makefile.w32-in (WINS_UPDATES): New macro.
357         (custom-deps, finder-data, autoloads): Use it.
359 2009-10-07  Glenn Morris  <rgm@gnu.org>
361         * Makefile.in (autoloads): Revert previous change.
362         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
363         the list of preloaded files passed on the command-line, get
364         it from src/Makefile.
366         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
367         show the original buffer rather than a random one.
369 2009-10-07  Markus Rost <rost@math.uni-bielefeld.de>
371         * help.el (describe-no-warranty): Place point in a slightly better
372         position in the GPLv3 text.
374 2009-10-06  Sam Steingold  <sds@gnu.org>
376         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
377         the comm attribute is present before calling regexp-quote.
379 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
381         * play/animate.el (animate-string): For good effect, make sure
382         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
384         * play/animate.el (animate-sequence, animate-birthday-present):
385         * misc.el (butterfly): Don't set `indent-tabs-mode'.
387 2009-10-06  Glenn Morris  <rgm@gnu.org>
389         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
391         * emacs-lisp/autoload.el (autoload-excludes): New variable.
392         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
393         (batch-update-autoloads): Process a string value of autoload-excludes,
394         set during the build process.
395         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
397         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
398         inside with-parsed...  macro so that `v' is defined.
400         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
401         * progmodes/fortran.el (fortran-end-of-block)
402         (fortran-beginning-of-block):
403         Also push mark in the macro case.
405         * emerge.el (emerge-show-file-name):
406         * calc/calc.el (calc-quit):
407         * calc/calc-misc.el (calc-big-or-small):
408         * calc/calc-graph.el (calc-graph-view):
409         * calc/calc-ext.el (calc-reset):
410         * calendar/calendar.el (calendar-basic-setup):
411         Use window-full-height-p.
413         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
414         header we don't understand, don't insert another.  (Bug#4624)
415         If changing mime charset, insert the new one in the right place.
417 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
419         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
420         (cal-tex-cursor-month): Correctly increment the end date for diary and
421         holiday listing.  (Bug#4626)
423 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
425         * help-fns.el (describe-function-1): Don't burp if the function is not
426         a symbol.
428 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
430         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
431         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
432         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
433         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
435         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
436         (eieio-default-superclass): Reflow docstrings.
437         (this, class-option-assoc, defclass, eieio-class-un-autoload)
438         (eieio-unbind-method-implementations, defmethod)
439         (eieio-validate-slot-value, eieio-validate-class-slot-value)
440         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
441         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
442         (eieio-slot-originating-class-p, eieio-slot-name-index)
443         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
444         (constructor, initialize-instance, no-next-method, object-print)
445         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
446         Fix typos in docstrings.
447         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
448         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
449         (next-method-p): Doc fixes.
450         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
451         Fix typos in error messages.
452         (eieio-defmethod): Fix typo in description of generic method.
454         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
455         (eieio-persistent-save-interactive, slot-missing):
456         Fix typos in docstrings.
457         (eieio-instance-inheritor-slot-boundp): Doc fix.
459         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
460         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
462         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
463         (eieio-custom-object-apply-reset):
464         Fix typos in docstrings and error messages.
466         * emacs-lisp/eieio-datadebug.el (data-debug-show):
467         Fix typo in docstring.
469         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
470         (eieio-browse-tree): Doc fix.
471         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
472         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
473         Fix typos in docstrings.
475         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
476         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
477         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
478         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
479         Reflow docstrings.
481 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
483         * vc-hg.el (log-view-vc-backend): Declare for compiler.
484         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
485         Set log-view-vc-backend so that diff can work.
487         * log-view.el (log-view-diff): Use vc-diff-internal instead of
488         vc-version-diff.
489         (vc-diff-internal): Autoload this instead of vc-version-diff.
491 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
493         * simple.el (eval-expression): Doc fix.
495         * progmodes/cwarn.el (cwarn-mode): Doc fix.
497 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
499         * files.el (directory-files-no-dot-files-regexp): New defconst.
500         (delete-directory): Use it.
501         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
503         * net/tramp.el (tramp-verbose): Fix docstring.
504         (tramp-methods): Add recursive option to `tramp-copy-args'.
505         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
506         "scp1_old", "scp2_old", "rsync", "rsyncc".
507         (tramp-default-method): Check also for `auth-source-user-or-password'.
508         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
509         Add handler for `copy-directory'.
510         (tramp-handle-copy-directory): New defun.
511         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
512         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
513         Optimize sent command.
515 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
517         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
518         window if necessary.
520         * calendar/calendar.el (calendar-basic-setup): Don't call
521         switch-to-buffer in a dedicated window.
523 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
525         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
526           don't do anything related to relocating, just return nil.
527         (bookmark-error-no-filename): New error.
528         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
529           bookmark has no file.  Don't even attempt to handle things that
530           are not files; the whole point of custom handlers is to keep that
531           knowledge elsewhere anyway.  Tighten some comments.
532         (bookmark-file-or-variation-thereof): Remove now-unused function.
533         (bookmark-location): Doc string fix.
534         (Bug#4250)
536 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
538         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
539         don't use a file dialog, because they usually don't know how to read
540         a directory target from the user.  (Bug#4230)
541         Also, make sure the prompt can display directories as well as files.
543 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
545         * bookmark.el (bookmark-set, bookmark-buffer-name):
546         Improve doc strings.  (Bug#1193)
548 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
550         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
551         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
552         (bookmark-get-annotation, bookmark-set-annotation)
553         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
554         (bookmark-set-position, bookmark-get-front-context-string)
555         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
556         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
557         (bookmark-jump-other-window, bookmark-handle-bookmark)
558         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
559         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
560         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
561            Improve doc strings to say whether bookmark can be a string or
562            a record or both, and make other consistency and clarity fixes.
563         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
564         (bookmark-default-annotation-text, bookmark-yank-word)
565         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
566         (bookmark-import-new-list, bookmark-maybe-rename)
567         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
568         (bookmark-bmenu-bookmark): Give these doc strings.
569         (bookmark-bmenu-check-position): Give this a doc string, but also
570            add a FIXME comment about how the function may be pointless.
571         (bookmark-default-handler): Rework doc string and change a
572            parameter name, to clarify that this takes a bookmark record
573            not a bookmark name.
574         (bookmark-set): Change a parameter name to indicate its meaning,
575            and improve the doc string a bit.
576         (Bug#4188)
578 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
580         * bookmark.el (bookmark-alist): Document the new `handler' element
581         in the param alist.
582         (bookmark-make-record-function): Adjust documentation for above.
583         (Bug#4193)
585 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
587         * info.el (Info-bookmark-make-record): Document this function.
588         (Info-bookmark-jump): Document with a doc string, not just a comment.
589         (Bug#4203)
591 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
593         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
594         (semantic-new-buffer-fcn): Call parser setup functions here.
595         (semantic-mode): Don't call parser setup functions here, it's done
596         in semantic-new-buffer-fcn now.
597         (semantic-mode): Parse all existing buffers when enabled.
599         * cedet/srecode/compile.el (srecode-compile-file):
600         Call semantic-new-buffer-fcn if the buffer has not been parsed.
602 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
604         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
606         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
607         (proj-comp-insert-variable-once): New macro, renamed from
608         ede-pmake-insert-variable-once in ede/pmake.edl.
609         (ede-proj-makefile-insert-variables): Use it.
611 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
613         * files.el (copy-directory): New defun.
615         * dired-aux.el (dired-copy-file-recursive): Use it.
617 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
619         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
620         (makefile-end-of-command):
621         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
622         (semantic-end-of-context): Fix previous change.  Doc fixes.
624 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
626         * files-x.el (modify-dir-local-variable)
627         (copy-dir-locals-to-file-locals-prop-line):
628         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
629         (makefile-end-of-command):
630         * cedet/semantic/lex.el (semantic-lex-token):
631         * cedet/semantic/analyze/fcn.el
632         (semantic-analyze-dereference-metatype-1):
633         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
634         (semantic-lex-cpp-undef):
635         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
636         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
637         (semantic-end-of-context): Fix typos in docstrings.
639         * recentf.el (recentf-unload-function): New function.
641 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
643         * cedet/ede.el (ede-project-placeholder-cache-file):
644         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
645         * cedet/srecode/map.el (srecode-map-save-file):
646         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
648 2009-10-04  Glenn Morris  <rgm@gnu.org>
650         * window.el (window-full-height-p): Add doc string.
652 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
654         * window.el (window-full-height-p): New function.  (Bug#4543)
656 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
658         * cedet/srecode/insert.el: Require srecode/args.
660         * cedet/srecode/args.el: Require srecode/dictionary instead of
661         srecode/insert.
663         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
665         * files.el (auto-mode-alist): Add .srt and Project.ede.
667         * cedet/semantic.el (semantic-mode):
668         Handle srecode-template-mode-hook as well.
669         (semantic-mode): Use js-mode-hook for Javascript hook.
671         * cedet/srecode/template.el: Remove hook variable.
673         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
675         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
676         projects exist.
677         (ede-project-placeholder-cache-file): Default to a file in
678         user-emacs-directory.
680         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
681         templates in data-directory.
682         (srecode-map-save-file): Default to a file in user-emacs-directory.
684         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
685         directory.
687 2009-09-30  Eric Ludlam  <zappo@gnu.org>
689         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
690         Doc fix.
692         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
693         Only insert each variable once.
695         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
696         (ede-pmake-insert-variable-shared): Use it.
698         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
699         for lexical table iff table is nil.
701 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
703         * vc.el: Remove commented out code.
704         (vc-derived-from-dir-mode): Remove, unused.
705         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
707 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
709         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
710         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
711         there could be recursive loading when `default-directory' is a
712         remote file name.  (Bug#4614)
714 2009-10-03  Glenn Morris  <rgm@gnu.org>
716         * calendar/calendar.el (calendar-basic-setup): Handle the case where
717         the frame is wide.
718         (calendar-generate-window): Test for shrinkability rather than width.
720         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
721         declaration, currently false.
723         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
724         reusing existing buffers, in case we happen to visit two files with the
725         same basename.  (Bug#4593)
727 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
729         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
730         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
731         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
732         subdirs of cedet as well.
733         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
735 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
737         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
738         Obey advertised-signature-table.
740         * help-fns.el (help-function-arglist): Don't check
741         advertised-signature-table.
742         (describe-function-1): Do it here instead so it also applies to subrs.
744 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
746         * simple.el (start-file-process): Say in the doc-string, that file
747         handlers might not support pty association, if PROGRAM is nil.
749         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
750         HOST and USER are strings.  They are nil, when there are
751         incomplete entries in ~/.netrc, for example.
752         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
753         root directory ("device busy" error otherwise).
755         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
756         Flush file properties of created directory.
758 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
760         * makefile.w32-in (WINS_BASIC): Remove cedet.
761         (WINS_CEDET): Add cedet.
762         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
764 2009-10-02  Kevin Ryde  <user42@zip.com.au>
766         * net/browse-url.el (browse-url): Pass any symbol in
767         browse-url-browser-function to `apply', since if you've mistakenly put
768         an unbound symbol then the error is clearer.  (Bug#4531)
770 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
772         * allout.el (allout-init, allout-back-to-current-heading)
773         (allout-beginning-of-current-entry, allout-ascend-to-depth)
774         (allout-ascend, allout-up-current-level, allout-end-of-level)
775         (allout-previous-visible-heading, allout-forward-current-level)
776         (allout-backward-current-level, allout-show-children):
777         * apropos.el (apropos-describe-plist):
778         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
779         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
780         * completion.el (add-completion, add-permanent-completion):
781         * descr-text.el (describe-text-category, describe-char):
782         * desktop.el (desktop-lazy-abort):
783         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
784         * dired.el (dired-build-subdir-alist):
785         * ediff.el (ediff-version):
786         * elide-head.el (elide-head, elide-head-show):
787         * emerge.el (emerge-version):
788         * env.el (getenv):
789         * face-remap.el (variable-pitch-mode):
790         * faces.el (describe-face):
791         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
792         (dired-at-point):
793         * files.el (find-file-existing, auto-save-mode):
794         * font-lock.el (font-lock-fontify-buffer):
795         * help-fns.el (describe-function, describe-variable)
796         (describe-syntax, describe-categories):
797         * help.el (view-lossage, describe-bindings, describe-key)
798         (describe-mode):
799         * hexl.el (hexl-current-address):
800         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
801         * info.el (Info-goto-emacs-key-command-node):
802         * log-edit.el (log-edit-insert-cvs-template)
803         (log-edit-insert-cvs-rcstemplate):
804         * menu-bar.el (menu-bar-mode):
805         * mouse.el (mouse-appearance-menu):
806         * newcomment.el (comment-indent-new-line):
807         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
808         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
809         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
810         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
811         * recentf.el (recentf-mode):
812         * savehist.el (savehist-mode, savehist-save):
813         * shadowfile.el (shadow-copy-files):
814         * simple.el (kill-ring-save, next-line, previous-line)
815         (normal-erase-is-backspace-mode):
816         * strokes.el (strokes-update-window-configuration)
817         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
818         (strokes-xpm-for-stroke):
819         * time.el (emacs-uptime, emacs-init-time):
820         * tutorial.el (tutorial--describe-nonstandard-key)
821         (tutorial--detailed-help):
822         * type-break.el (type-break-mode)
823         (type-break-mode-line-message-mode, type-break-query-mode)
824         (type-break-guesstimate-keystroke-threshold):
825         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
826         * version.el (emacs-version):
827         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
828         * winner.el (winner-mode):
829         * calendar/timeclock.el (timeclock-in, timeclock-out)
830         (timeclock-status-string, timeclock-change)
831         (timeclock-workday-remaining-string)
832         (timeclock-workday-elapsed-string)
833         (timeclock-when-to-leave-string):
834         * calendar/todo-mode.el (todo-add-category):
835         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
836         * emacs-lisp/autoload.el (update-file-autoloads):
837         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
838         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
839         (checkdoc-message-text, checkdoc-defun):
840         * emacs-lisp/debug.el (debugger-list-functions):
841         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
842         * emacs-lisp/eieio-opt.el (eieio-describe-class)
843         (eieio-describe-generic):
844         * emacs-lisp/lisp-mnt.el (lm-synopsis):
845         * emacs-lisp/shadow.el (list-load-path-shadows):
846         * emulation/cua-base.el (cua-mode):
847         * emulation/edt.el (edt-set-scroll-margins):
848         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
849         (tpu-toggle-regexp, tpu-toggle-search-direction)
850         (tpu-toggle-rectangle, tpu-toggle-control-keys):
851         * emulation/tpu-extras.el (tpu-set-scroll-margins):
852         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
853         (viper-set-parsing-style-toggling-macro)
854         (viper-set-emacs-state-searchstyle-macros):
855         * emulation/viper.el (viper-set-hooks):
856         * eshell/esh-mode.el (eshell-truncate-buffer):
857         * international/mule-cmds.el (prefer-coding-system)
858         (describe-input-method, describe-language-environment):
859         * international/mule-diag.el (list-character-sets)
860         (describe-character-set, describe-coding-system)
861         (describe-fontset, list-fontsets, list-input-methods):
862         * mail/sendmail.el (mail-signature):
863         * net/ange-ftp.el (ange-ftp-copy-file):
864         * net/browse-url.el (browse-url):
865         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
866         * net/quickurl.el (quickurl-add-url):
867         * net/rcirc.el (names, topic):
868         * net/xesam.el (xesam-mode):
869         * play/5x5.el (5x5-new-game):
870         * play/yow.el (apropos-zippy):
871         * progmodes/ada-mode.el (ada-mode-version):
872         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
873         (f90-end-of-block)
874         (f90-beginning-of-block):
875         * progmodes/fortran.el (fortran-end-of-block)
876         (fortran-beginning-of-block):
877         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
878         * progmodes/python.el (python-describe-symbol, python-shell):
879         * term/ns-win.el (ns-print-buffer):
880         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
881         * textmodes/flyspell.el (flyspell-mode-on):
882         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
883         (pages-directory-for-addresses):
884         * textmodes/table.el (table-recognize-cell)
885         (table-query-dimension, table-generate-source)
886         (table-insert-sequence, table--warn-incompatibility):
887         * textmodes/tex-mode.el (tex-validate-buffer):
888         * textmodes/texinfmt.el (texinfmt-version)
889         (texinfo-format-buffer):
890         Use `called-interactively-p' instead of `interactive-p'.
892 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
894         * image-mode.el (image-toggle-display):
895         * emacs-lisp/elp.el (elp-instrument-function):
896         * emacs-lisp/advice.el (ad-make-advised-definition):
897         * emacs-lisp/easy-mmode.el (define-minor-mode):
898         * net/browse-url.el (browse-url-maybe-new-window):
899         * progmodes/sh-script.el (sh-learn-buffer-indent):
900         Pass new argument 'any to `called-interactively-p'.
902 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
904         * international/uni-bidi.el:
905         * international/uni-category.el:
906         * international/uni-combining.el:
907         * international/uni-comment.el:
908         * international/uni-decimal.el:
909         * international/uni-decomposition.el:
910         * international/uni-digit.el:
911         * international/uni-lowercase.el:
912         * international/uni-mirrored.el:
913         * international/uni-name.el:
914         * international/uni-numeric.el:
915         * international/uni-old-name.el:
916         * international/uni-titlecase.el:
917         * international/uni-uppercase.el:
918         Regenerate from Unicode 5.2.0 data.
920 2009-10-01  Glenn Morris  <rgm@gnu.org>
922         * Makefile.in (ELCFILES): Regenerate.
924 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * subr.el (interactive-p): Mark obsolete.
927         (called-interactively-p): Make the optional-ness of `kind' obsolete.
928         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
929         advertised-signature-table for subroutines as well.
931         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
932         (set-advertised-calling-convention): New function.
933         (make-obsolete, define-obsolete-function-alias)
934         (make-obsolete-variable, define-obsolete-variable-alias):
935         Make the optional-ness of `when' obsolete.
936         (define-obsolete-face-alias): Make `when' non-optional.
937         * help-fns.el (help-function-arglist):
938         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
939         Use advertised-signature-table.
941 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
943         * files.el (delete-directory): New defun.  The original function
944         in fileio.c has been renamed to `delete-directory-internal'.
946         * dired.el (dired-delete-file): Call `delete-directory' with
947         RECURSIVE parameter.
949         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
950         parameter RECURSIVE.  Implementation is missing.
952         * net/tramp.el (tramp-handle-make-directory): Flush upper
953         directory's file properties.
954         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
955         (tramp-handle-dired-recursive-delete-directory): Flush directory
956         properties after the remove command only.
958         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
959         Handle optional parameter RECURSIVE.
961         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
962         Handle optional parameter RECURSIVE.
964         * net/tramp-smb.el (tramp-smb-errors): Add error message for
965         connection timeout.
966         (tramp-smb-handle-delete-directory): Handle optional parameter
967         RECURSIVE.
969 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
972         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
973         (byte-compile-defmacro): Use backquotes.
975         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
977         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
978         has no associated file.
979         (vc-resynch-buffer): Use vc-dir-buffers.
981 2009-10-01  Glenn Morris  <rgm@gnu.org>
983         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
984         (chart-file-count):
985         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
986         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
987         * emacs-lisp/eieio-opt.el (eieio-describe-class):
988         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
989         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
990         (eieio-copy-parents-into-subclass, make-instance, class-children)
991         (eieio-generic-form):
992         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
993         * cedet/cedet-idutils.el (cedet-idutils-search)
994         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
995         (cedet-idutils-version-check):
996         * cedet/cedet.el (cedet-version):
997         * cedet/data-debug.el (data-debug-insert-overlay-button)
998         (data-debug-insert-overlay-list-button)
999         (data-debug-insert-buffer-button)
1000         (data-debug-insert-buffer-list-button)
1001         (data-debug-insert-process-button, data-debug-insert-ring-button)
1002         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1003         (data-debug-insert-stuff-vector-button)
1004         (data-debug-insert-symbol-button, data-debug-insert-string)
1005         (data-debug-insert-number, data-debug-insert-lambda-expression)
1006         (data-debug-insert-nil, data-debug-insert-simple-thing)
1007         (data-debug-insert-custom, data-debug-edebug-expr):
1008         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
1009         (global-ede-mode-map, ede-new, ede-debug-target)
1010         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1011         * cedet/semantic.el (semantic-minimum-working-buffer-size)
1012         (semantic-fetch-tags, semantic-submode-list)
1013         (semantic-default-submodes):
1014         * cedet/ede/source.el (ede-source-match):
1015         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
1016         (project-am-package-info):
1017         * cedet/ede/proj.el (ede-proj-target, project-new-target):
1018         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
1019         * cedet/ede/proj-comp.el (ede-current-build-list):
1020         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
1021         * cedet/ede/files.el (ede-toplevel-project-or-nil):
1022         * cedet/ede/cpp-root.el (initialize-instance):
1023         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
1024         (autoconf-parameter-strip, autoconf-insert-new-macro):
1025         * cedet/semantic/wisent.el (wisent-lex-eoi):
1026         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
1027         (semantic-show-parser-state-mode):
1028         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
1029         * cedet/semantic/tag.el (semantic-tag-new-variable)
1030         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1031         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1032         (semantic--tag-deep-copy-tag-list)
1033         (semantic-tag-components-with-overlays-default):
1034         * cedet/semantic/symref.el (semantic-symref-find-text):
1035         * cedet/semantic/senator.el (senator-yank-tag)
1036         (senator-transpose-tags-up):
1037         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
1038         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1039         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
1040         * cedet/semantic/lex.el (semantic-lex-comment-regex)
1041         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1042         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1043         * cedet/semantic/lex-spp.el
1044         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1045         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1046         * cedet/semantic/idle.el
1047         (semantic-idle-summary-current-symbol-info-brutish)
1048         (semantic-idle-summary-current-symbol-info-default):
1049         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
1050         (semantic--grammar-macro-compl-dict):
1051         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1052         * cedet/semantic/format.el (semantic-format-tag-custom-list)
1053         (semantic-format-tag-canonical-name-default):
1054         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
1055         (semantic-find-tags-for-completion)
1056         (semantic-find-tags-by-scope-protection-default)
1057         (semantic-deep-find-tags-for-completion):
1058         * cedet/semantic/edit.el
1059         (semantic-edits-incremental-reparse-failed-hook)
1060         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1061         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1062         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1063         * cedet/semantic/dep.el (semantic-dependency-include-path):
1064         * cedet/semantic/db.el (semanticdb-default-find-index-class)
1065         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1066         (semanticdb-project-roots):
1067         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
1068         (semanticdb-find-adebug-insert-scanned-tag-cons)
1069         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1070         (semanticdb-brute-deep-find-tags-for-completion):
1071         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1072         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
1073         (semantic-end-of-context-default)
1074         (semantic-ctxt-current-function-default)
1075         (semantic-ctxt-scoped-types-default):
1076         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1077         (semantic-complete-inline-tag-engine)
1078         (semantic-complete-inline-custom-type)
1079         (semantic-complete-read-tag-analyzer):
1080         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
1081         (semantic-chart-database-size):
1082         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
1083         (semantic-analyze-current-context):
1084         * cedet/semantic/symref/list.el (semantic-symref)
1085         (semantic-symref-hide-buffer, semantic-symref-symbol):
1086         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
1087         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
1088         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1089         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1090         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1091         (semantic-c-dereference-template):
1092         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1093         (semantic--analyze-refs-full-lookup-with-parents)
1094         (semantic--analyze-refs-full-lookup-simple):
1095         * cedet/semantic/analyze/complete.el
1096         (semantic-analyze-possible-completions):
1097         * cedet/srecode/table.el (srecode-mode-table-new):
1098         * cedet/srecode/srt.el (srecode-read-variable-name):
1099         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1100         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
1101         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1102         * cedet/srecode/map.el (srecode-current-map):
1103         * cedet/srecode/insert.el (srecode-insert)
1104         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1105         (srecode-template-inserter-point-override)
1106         (srecode-insert-include-lookup):
1107         * cedet/srecode/getset.el (srecode-auto-choose-class):
1108         * cedet/srecode/extract.el (srecode-inserter-extract):
1109         * cedet/srecode/document.el
1110         (srecode-document-autocomment-return-last-alist)
1111         (srecode-document-autocomment-param-type-alist)
1112         (srecode-document-insert-function-comment)
1113         (srecode-document-insert-variable-one-line-comment)
1114         (srecode-document-function-name-comment):
1115         * cedet/srecode/dictionary.el (srecode-create-dictionary)
1116         (srecode-compound-toString):
1117         * cedet/srecode/compile.el (srecode-flush-active-templates):
1118         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
1119         Doc/message fixes.
1121         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
1122         match-data.  (Bug#4555).
1124         * cedet/semantic/bovine/gcc.el
1125         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1126         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1128         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
1129         rather than parsing it as a regexp.  This relaxes the layout
1130         requirements and makes errors easier to detect.
1131         (check-declare-verify): Check file is regular.
1132         (check-declare-directory): Doc fix.
1133         * subr.el (declare-function): Doc fix.
1135         * ibuffer.el (ibuffer-format-qualifier):
1136         * isearch.el (hi-lock-regexp-okay):
1137         * calc/calc.el (math-zerop):
1138         * mail/uce.el (rmail-msgbeg, rmail-msgend):
1139         * term/w32-win.el (setup-default-fontset, set-fontset-font):
1140         Remove unused declarations.
1142 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1144         * cedet/semantic/wisent/javat-wy.el
1145         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1147 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1149         * cedet/srecode/expandproto.el: Fix provide statement.
1151 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1153         * emacs-lisp/eieio.el (boolean-p): Delete.
1155 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1157         * cedet/ede/srecode.el: Fix provide statement.
1159 2009-09-30  Glenn Morris  <rgm@gnu.org>
1161         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
1162         * cedet/ede/proj-aux.el (ede-aux-source):
1163         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1164         (ede-misc-source):
1165         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
1166         (semantic-mrub-switch-tags): Fix doc typos.
1168         * cedet/semantic/db-global.el (data-debug-new-buffer)
1169         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1170         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1172         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1174         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1175         use of CL function `remove-if-not'.
1177         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
1179         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
1180         filename is not a string.
1182 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
1184         * files.el (safe-local-eval-forms): Fix typo.
1186 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1188         * vc-hooks.el (vc-dir-buffers): New var.
1189         (vc-state-refresh): New function.
1190         (vc-state): Use it.
1191         (vc-after-save): Always ask the backend to recompute the new state.
1192         Always call vc-dir if necessary, using vc-dir-buffers.
1193         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
1194         Use vc-dir-buffers.
1195         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
1196         (vc-dir-prepare-status-buffer, vc-dir-update)
1197         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
1198         Don't call expand-file-name on default-directory.
1200 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1202         * speedbar.el (speedbar-item-delete):
1203         * calc/calc-prog.el (calc-kbd-if):
1204         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
1206         * epa.el (epa-key-list-mode-map):
1207         * hi-lock.el (hi-lock-menu): Fix typos in menus.
1209         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
1210         (hs-show-hook): Fix typo in docstring.
1212 2009-09-29  Glenn Morris  <rgm@gnu.org>
1214         * cedet/semantic/symref/idutils.el:
1215         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
1217         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1219         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1220         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
1221         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
1222         Mark declarations not understood by check-declare.
1224         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
1225         file-name-nondirectory call preventing location of cedet files.
1226         (check-declare-verify): Use literal search rather than re-search.
1227         Add basic defmethod and defclass, and define-overloadable-function.
1229         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1230         Use tramp-compat-file-attributes rather than nonexistent
1231         tramp-compat-handle-file-attributes.
1233         * Makefile.in (lisptagsfiles4): New.
1234         (AUTOGENEL): Add cedet loaddefs files.
1235         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
1236         (update-elclist, compile-always, backup-compiled-files)
1237         (bootstrap-clean): Add yet another directory level.
1238         (update-elclist): Use LC_COLLATE rather than COLLATE.
1239         (ELCFILES): Update, via `make update-elclist'.
1241 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1243         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
1244         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
1245         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
1247 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
1249         * Makefile.in (lisptagsfiles3): Define.
1250         (TAGS, TAGS-LISP): Use it.
1251         (update-elclist): Add third directory level to look for elc files.
1252         (compile-always): Likewise.
1253         (backup-compiled-files): Likewise.
1254         (bootstrap-clean): Likewise.
1255         (ELCFILES): Update.
1257 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
1259         * Makefile.in (ELCFILES): Add CEDET files.
1261 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1263         CEDET (development tools) package merged.
1265         * cedet/*.el:
1266         * cedet/ede/*.el:
1267         * cedet/semantic/*.el:
1268         * cedet/srecode/*.el: New files.
1270 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
1272         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
1274         * net/tramp.el (top): Require tramp-imap.
1276         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1277         Use `tramp-compat-handle-file-attributes'.
1279 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1281         * net/tramp-imap.el: New package.
1283 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1285         * emacs-lisp/chart.el:
1286         * emacs-lisp/eieio-base.el:
1287         * emacs-lisp/eieio-comp.el:
1288         * emacs-lisp/eieio-custom.el:
1289         * emacs-lisp/eieio-datadebug.el:
1290         * emacs-lisp/eieio-opt.el:
1291         * emacs-lisp/eieio-speedbar.el:
1292         * emacs-lisp/eieio.el: New files.
1294         * cedet/cedet-cscope.el:
1295         * cedet/cedet-files.el:
1296         * cedet/cedet-global.el:
1297         * cedet/cedet-idutils.el:
1298         * cedet/data-debug.el:
1299         * cedet/inversion.el:
1300         * cedet/mode-local.el:
1301         * cedet/pulse.el: New files.
1303 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1305         * whitespace.el (whitespace-trailing-regexp)
1306         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1307         Fix doc string.
1309 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
1311         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
1312         menu.
1314         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
1315         menu-bar-ediff-menu.
1317         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
1318         define-overloadable-function.
1320         * progmodes/autoconf.el: Provide autoconf as well, so that this
1321         file can be `require'd.
1323         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
1325         * emacs-lisp/autoload.el (generated-autoload-feature)
1326         (generated-autoload-load-name): New vars.
1327         (autoload-rubric, autoload-generate-file-autoloads): Use them.
1328         (make-autoload): Recognize define-overloadable-function and
1329         defclass forms (for EIEIO).
1331         * Makefile.in (update-subdirs): Exclude cedet directory.
1333 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1335         * term/ns-win.el: Don't set the region face background. (Bug#4381)
1337         * faces.el: Default light-background background for region face to
1338         ns_selection_color under NS.
1340 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1342         * net/imap-hash.el: New library, see NEWS.
1344         * Makefile.in (ELCFILES): Add imap-hash.el.
1346 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1348         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
1349         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
1350         * help-macro.el (make-help-screen): Avoid using an ambiguous function
1351         definition where the docstring could be taken for the return value.
1353 2009-09-26  Glenn Morris  <rgm@gnu.org>
1355         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
1356         Add option to only show images below a certain size.
1357         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
1358         save-excursion calls.
1360 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
1362         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
1363         subdirectories) and eieio.
1365 2009-09-26  Alan Mackenzie  <acm@muc.de>
1367         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
1368         buggy bracketing.
1370         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
1371         character constants (as case labels).
1373 2009-09-25  Juri Linkov  <juri@jurta.org>
1375         * files.el (safe-local-eval-forms): Allow time-stamp in
1376         before-save-hook (Bug#4554).
1378 2009-09-25  Drew Adams  <drew.adams@oracle.com>
1380         * menu-bar.el (list-buffers-directory): Doc fix.
1382 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1384         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
1385         Try and avoid copying twice the same paragraph.
1386         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
1387         Remove save-excursion.
1388         (log-edit-changelog-entry): Do it here instead.
1390 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
1392         * bs.el (bs--get-file-name): Use `list-buffers-directory'
1393         when available, instead of hardcoding mode names.  Doc fix.
1395         * menu-bar.el (list-buffers-directory): Add docstring.
1396         Make automatically buffer-local.
1398         * dired.el (dired-mode):
1399         * files.el (cd-absolute):
1400         * pcvs.el (cvs-temp-buffer):
1401         * pcvs-util.el (cvs-get-buffer-create):
1402         * shell.el (shell-mode):
1403         * vc-dir.el (vc-dir-mode):
1404         Don't make `list-buffers-directory' buffer local.
1406 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
1408         * comint.el (comint-exec, comint-run, make-comint):
1409         Doc fixes (Bug#4542).
1411 2009-09-25  Glenn Morris  <rgm@gnu.org>
1413         * mail/rmailmm.el (rmail-mime): New custom group.
1414         Move all defcustoms in this file into this group.
1415         (rmail-mime-media-type-handlers-alist): Revert previous change.
1416         (rmail-mime-show-images): New option.
1417         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
1418         references to it, since it wasn't actually used for anything.
1419         (rmail-mime-insert-image): New function.
1420         (rmail-mime-image): Use rmail-mime-insert-image.
1421         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
1422         obey the value of `rmail-mime-show-images' option.  Print the size of
1423         attachments.
1425 2009-09-25  David Engster  <deng@randomsample.de>
1427         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
1429 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1431         * whitespace.el: Does not highlight trailing spaces While point is
1432         at end of line.  Does not highligt spaces at beginning of buffer
1433         while point is at beginning of buffer.  Does not highlight spaces
1434         at end of buffer while point is at end of buffer.  (Bug#4177)
1435         New version 12.0.
1436         (whitespace-display-mappings): Adjust initialization.
1437         (whitespace-point, whitespace-font-lock-refontify): New vars.
1438         (whitespace-color-on, whitespace-color-off): Adjust code.
1439         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1440         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
1441         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
1443 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
1445         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
1447         * textmodes/sgml-mode.el: Remove xml-mode alias.
1449         * files.el (auto-mode-alist, conf-mode-maybe)
1450         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
1452 2009-09-24  Alan Mackenzie  <acm@muc.de>
1454         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
1455         c-forward-conditionals, but it doesn't move point and doesn't set
1456         the mark.
1457         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
1458         (c-down-conditional-with-else, c-backward-conditional)
1459         (c-forward-conditional): Refactor to use c-scan-conditionals.
1461 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1463         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
1464         (help-default-arg-highlight): Remove.
1465         (help-highlight-arg): New function.
1466         (help-do-arg-highlight): Use it.
1467         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
1469 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * term.el (term-set-scroll-region, term-handle-ansi-escape):
1472         Undo last change, which didn't fix the problem and introduced others.
1474 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
1476         * progmodes/gdb-mi.el: Don't require speedbar.
1477         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
1479 2009-09-24  Glenn Morris  <rgm@gnu.org>
1481         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
1483         * term/ns-win.el (ns-reg-to-script): Define for compiler.
1485         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
1486         there is no newline after the final mime boundary.  (Bug#4539)
1487         Move markers on insertion so that any buttons inserted don't end up in
1488         the next part of a multipart message.
1489         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
1490         (rmail-mime-bulk-handler): Optionally handle images.
1491         (rmail-mime-image): New button action.
1492         (rmail-mime-image-handler): New function.
1493         (rmail-mime-mode): New mode.
1494         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
1496 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1498         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
1499         than just dropping elements from it (bug#4504).
1501         * term.el (term-set-scroll-region): Don't move cursor any more.
1502         (term-handle-ansi-escape): Call term-goto here instead.
1503         Suggested by Ivan Kanis <apple@kanis.eu>.
1505         * term.el: Require CL.
1506         (term-ansi-reset): New function.
1507         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
1508         (term-handle-colors-array): Simplify.
1510 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1512         * allout.el (allout-overlay-interior-modification-handler)
1513         (allout-obtain-passphrase):
1514         * epa-file.el (epa-file-write-region):
1515         * ps-print.el (ps-begin-job):
1516         * vc-hooks.el (vc-toggle-read-only):
1517         * vc-rcs.el (vc-rcs-rollback):
1518         * vc-sccs.el (vc-sccs-rollback):
1519         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
1520         (vc-version-diff, vc-revert, vc-rollback):
1521         * wdired.el (wdired-check-kill-buffer):
1522         * emacs-lisp/authors.el (authors):
1523         * net/socks.el (socks-open-connection):
1524         * net/zeroconf.el (zeroconf-service-add-hook):
1525         * obsolete/vc-mcvs.el (vc-mcvs-register):
1526         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
1527         (gdb-select-frame):
1528         * progmodes/grep.el (lgrep, rgrep):
1529         * progmodes/idlw-help.el (idlwave-help-check-locations)
1530         (idlwave-help-html-link, idlwave-help-assistant-open-link):
1531         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1532         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
1533         (reftex-toc-rename-label): Fix typos in error messages.
1535         * dired-aux.el (dired-do-shell-command): Reflow docstring.
1536         (dired-copy-how-to-fn): Doc fix.
1537         (dired-files-attributes, dired-read-shell-command):
1538         Fix typos in docstrings.
1540         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
1541         (dired-x-find-file-other-window): Reflow docstrings.
1542         (dired-omit-marker-char, dired-read-shell-command)
1543         (dired-x-submit-report): Fix typos in docstrings.
1545         * shell.el (shell-mode-hook):
1546         * view.el (View-scroll-line-forward):
1547         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
1548         Fix typos in docstrings.
1550         * net/dig.el (dig-invoke): Fix typo in docstring.
1551         (query-dig): Reflow docstring.
1553         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
1554         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
1555         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
1556         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
1557         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
1558         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
1559         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
1560         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
1561         (idlwave-completion-map, idlwave-current-indent)
1562         (idlwave-custom-ampersand-surround, idlwave-customize)
1563         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
1564         (idlwave-define-abbrev, idlwave-determine-class-special)
1565         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
1566         (idlwave-end-block-reg, idlwave-end-of-statement)
1567         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
1568         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
1569         (idlwave-explicit-class-listed, idlwave-file-header)
1570         (idlwave-fill-paragraph, idlwave-find-class-definition)
1571         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
1572         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
1573         (idlwave-in-quote, idlwave-indent-action-table)
1574         (idlwave-indent-expand-table, idlwave-indent-line)
1575         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
1576         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
1577         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
1578         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
1579         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
1580         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
1581         (idlwave-outlawed-buffers, idlwave-popup-select)
1582         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
1583         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
1584         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
1585         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
1586         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
1587         (idlwave-statement-type, idlwave-struct-skip)
1588         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
1589         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
1590         (idlwave-what-module-find-class): Fix typos in docstrings.
1591         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
1592         (idlwave-calculate-cont-indent, idlwave-expand-equal)
1593         (idlwave-find-module, idlwave-find-structure-definition)
1594         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
1595         (idlwave-list-load-path-shadows, idlwave-next-statement)
1596         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
1597         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
1598         (idlwave-template): Reflow docstrings.
1600         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
1601         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
1602         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
1603         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
1604         (idlwave-shell-display-line, idlwave-shell-display-wframe)
1605         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
1606         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
1607         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
1608         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
1609         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
1610         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
1611         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
1612         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
1613         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
1614         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
1615         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
1616         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
1617         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
1618         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
1619         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
1620         Fix typos in docstrings.
1621         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
1622         (idlwave-shell-hide-output, idlwave-shell-mode)
1623         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
1624         Reflow docstrings.
1626         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
1628 2009-09-24  Ivan Kanis  <apple@kanis.eu>
1630         * term.el (term-bold-attribute): New var.
1631         (term-handle-colors-array): Use it.
1633 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
1635         * progmodes/gdb-mi.el (gdb-version): New variable.
1636         (gdb-non-stop-handler): Set gdb-version.
1637         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
1638         Condition "--thread" option on gdb-version.
1639         (gdb-invalidate-threads): Remove unused argument.
1641 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1643         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
1644         to looking-back to avoid ridiculous slow down in large files (bug#4511).
1646 2009-09-23  Glenn Morris  <rgm@gnu.org>
1648         * mail/rmail.el (rmail-reply): Don't try to add a References header when
1649         replying to mail without References or Message-Id.  (Bug#4525)
1651 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1653         * term/ns-win.el (ns-reg-to-script): New variable.
1655 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
1657         * epg.el (epg-wait-for-status): Preserve existing 'error results.
1659 2009-09-22  Sam Steingold  <sds@gnu.org>
1661         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
1662         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
1663         to 1 because hg returns status 1 when nothing is found.
1664         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
1666 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1668         * textmodes/fill.el: Convert to utf-8 encoding.
1669         (fill-french-nobreak-p): Remove redundant » and « inherited from our
1670         pre-unicode days.
1672         * add-log.el (change-log-fill-forward-paragraph): New function.
1673         (change-log-mode): Use it so fill-region DTRT.
1674         Set fill-indent-according-to-mode here rather than in
1675         change-log-fill-paragraph.
1676         (change-log-fill-paragraph): Remove.
1678 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
1680         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
1681         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
1683 2009-09-22  Glenn Morris  <rgm@gnu.org>
1685         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
1686         the scroll-bar scroll the calendar window rather than the buffer.
1688         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
1689         commands that move point (as opposed to scrolling).
1691         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
1693         * emacs-lisp/elint.el (elint): New custom group.
1694         (elint-log-buffer): Make it a defcustom.
1695         (elint-scan-preloaded, elint-ignored-warnings)
1696         (elint-directory-skip-re): New options.
1697         (elint-builtin-variables): Doc fix.
1698         (elint-preloaded-env): New variable.
1699         (elint-unknown-builtin-args): Add an entry for encode-time.
1700         (elint-extra-errors): Make it a variable rather than a constant.
1701         (elint-preloaded-skip-re): New constant.
1702         (elint-directory): Skip files matching elint-directory-skip-re.
1703         (elint-features): New variable, local to linted buffers.
1704         (elint-update-env): Initialize elint-features.  Possibly add
1705         elint-preloaded-env to the buffer's environment.
1706         (elint-get-top-forms): Bind elint-current-pos, for log messages.
1707         Skip quoted forms.
1708         (elint-init-form): New function, extracted from elint-init-env.
1709         Make non-list forms a warning rather than an error.
1710         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
1711         easy-menu-define, put that adds an error-condition, and provide.
1712         When requiring cl, also require cl-macs.  Really require cl, to handle
1713         some cl macros.  Store required libraries in the list elint-features,
1714         so as not to re-load them.  Treat cc-require like require.
1715         (elint-init-env): Call elint-init-form to do the work.
1716         Handle eval-and-compile and such like.
1717         (elint-add-required-env): Do not clear messages.
1718         (elint-special-forms): Add handlers for function, defalias, if, when,
1719         unless, and, or.
1720         (elint-form): Add optional argument to ignore elint-special-forms,
1721         useful to prevent recursive calls from handlers.  Doc fix.
1722         Respect elint-ignored-warnings.
1723         (elint-form): Respect elint-ignored-warnings.
1724         (elint-bound-variable, elint-bound-function): New variables.
1725         (elint-unbound-variable): Respect elint-bound-variable.
1726         (elint-get-args): Respect elint-bound-function.
1727         (elint-check-cond-form): Add some simple handling for (f)boundp and
1728         featurep tests.
1729         (elint-check-defalias-form): New handler.
1730         (elint-check-let-form): Make an empty let a warning rather than an
1731         error.
1732         (elint-check-setq-form): Make an empty setq a warning rather than an
1733         error.  Respect elint-ignored-warnings.
1734         (elint-check-defvar-form): Accept null doc-strings.
1735         (elint-check-conditional-form): New handler.  Does some simple-minded
1736         checking of featurep and (f)boundp tests.
1737         (elint-put-function-args): New function.
1738         (elint-initialize): Use elint-scan-doc-file rather than
1739         elint-find-builtin-variables.  Use elint-put-function-args.
1740         Possibly scan preloaded-file-list.
1741         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
1742         extend to handle functions as well.
1744 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
1746         * linum.el (linum-delete-overlays, linum-update-window):
1747         Do not modify the right margin.  (Bug#3971)
1749 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
1751         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
1752         nxml-mode instead of xml-mode.
1754 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1756         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
1758 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1760         * net/dig.el (dig-mode): Use define-derived-mode.
1762 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1764         * vc-dispatcher.el (vc-do-command): Return the process object in
1765         the asynchronous case.  Use when instead of if.  Do not run
1766         vc-exec-after to display a message if not enabled.
1768         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
1769         properties to the stash strings.
1770         (vc-git-stash-list): Return a list of strings.
1771         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
1772         (vc-git-stash-show-at-point): New functions.
1773         (vc-git-stash-map): New keymap.
1775         * register.el (ctl-x-r-map): Define the keys here instead of
1776         using autoload.
1778 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
1780         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
1781         list, to workaround performance problem (bug#4485).
1783 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
1785         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
1787 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
1789         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
1790         Document that this option is not recommended to use.
1792 2009-09-19  Glenn Morris  <rgm@gnu.org>
1794         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
1795         variable `var'.
1797         * calc/calc-alg.el (var):
1798         * calc/calcalg2.el (var): Define for compiler.
1800 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
1802         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
1803         Doc fix (Bug#3932).
1805         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
1807         * time-stamp.el (time-stamp-month-dd-yyyy)
1808         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
1809         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1810         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
1811         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
1812         Remove functions that have been obsolete since 1995 (Bug#4436).
1814         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
1815         indent buffer only if called interactively (Bug#4452).
1817 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
1818             Eli Zaretskii  <eliz@gnu.org>
1820         This fixes bug#4197 (merged to bug#865, though not identical).
1821         * server.el (server-auth-dir): Add docstring note about FAT32.
1822         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
1823         but warn against using them.
1825 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
1827         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
1828         older GDB where there is no has_more field.
1830 2009-09-19  Glenn Morris  <rgm@gnu.org>
1832         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1834 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
1836         * files.el (auto-mode-alist): Change default for XML files to nXML
1837         mode (Bug#4169).
1839 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
1841         * server.el (server-ensure-safe-dir): Pass 'integer
1842         to `file-attributes', as suggested.
1844 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1846         * dired-aux.el (dired-query-alist): Remove spurious backslash.
1847         (dired-query): Use read-key.
1849 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
1851         * cus-start.el (ns-use-qd-smoothing): Remove.
1853 2009-09-18  Glenn Morris  <rgm@gnu.org>
1855         * allout.el (top-level): Remove unnecessary progn.
1857         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
1859         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
1860         definition of abbrev table.
1862         * speedbar.el (speedbar-track-mouse):
1863         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
1864         * net/eudc.el (eudc-expand-inline):
1865         * net/newst-backend.el (newsticker--cache-read-feed):
1866         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
1867         condition-case handlers.
1869 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
1871         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
1872         (gdb-var-list): Add an element for has_more field.
1873         (gdb-non-stop-handler): Enable pretty printing for STL containers.
1874         (gdb-var-create-handler, gdb-var-list-children-handler-1)
1875         (gdb-var-update-handler-1): Parse output of dynamic variable
1876         objects (STL containers).
1877         (gdb-var-delete-1): Pass var1 as an explicit second argument.
1878         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
1880         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
1881         gdb-var-list.
1882         (gud-speedbar-buttons): Make node expandable if expression "has more"
1883         children.
1885 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
1887         * startup.el (emacs-quick-startup): Remove variable and all uses.
1888         (command-line): Set `inhibit-x-resources' instead.
1889         (command-line-1): Use `inhibit-x-resources' instead.
1891 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
1893         * subr.el: Fix last change to avoid using the `unless' macro,
1894         which breaks bootstrapping.
1896 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
1899         extended definitions, in case we reload subr.el after having
1900         loaded CL.
1901         (eval-next-after-load): Mark as obsolete.
1903 2009-09-17  Juri Linkov  <juri@jurta.org>
1905         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
1906         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
1907         (menu-bar-showhide-menu, menu-bar-tools-menu)
1908         (menu-bar-describe-menu, menu-bar-help-menu)
1909         (minibuffer-local-completion-map, minibuffer-local-map):
1910         Fix list quoting.
1912 2009-09-17  Glenn Morris  <rgm@gnu.org>
1914         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
1915         arguments, whether or not it has a handler.
1917         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
1919         * simple.el (hard-newline): Give it a doc-string.
1921         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1922         (lisp-mode-syntax-table): Give them doc-strings.
1924 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1926         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
1927         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
1928         (menu-bar-options-menu, menu-bar-showhide-menu)
1929         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1930         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1931         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
1932         (menu-bar-options-menu, menu-bar-tools-menu)
1933         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
1934         (menu-bar-help-menu):
1935         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
1936         string arguments.
1938         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
1939         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
1940         calls for the menu names and :help.
1942 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * mouse.el (minor-mode-menu-from-indicator): Pay attention
1945         to :minor-mode-function (bug#4455).
1947 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1949         * startup.el (command-line): Initialize the window-system after
1950         processing the command-line.
1952         * textmodes/page.el (what-page): Make sure we don't inf-loop if
1953         page-delimiter matches the empty string.
1955 2009-09-16  Glenn Morris  <rgm@gnu.org>
1957         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
1958         byte-compile-not-obsolete-var.  It's a list now.
1959         (byte-compile-not-obsolete-funcs): New variable.
1960         (byte-compile-warn-obsolete): Don't warn about functions if they are in
1961         byte-compile-not-obsolete-funcs.
1962         (byte-compile-variable-ref, byte-compile-defvar): Update for
1963         byte-compile-not-obsolete-vars name-change and list nature.
1964         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
1965         and variables behind (f)boundp tests.
1966         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
1968 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1970         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
1972 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1974         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
1975         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
1976         Don't autoload.
1978 2009-09-15  Stephen Eglen  <stephen@gnu.org>
1980         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
1981         the virtual-buffers, use the name of the buffer specified by
1982         find-file-noselect, as the match may be a symlink.  (This was a
1983         problem if the target and the symlink had different names.)
1985 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1987         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
1989         * desktop.el (desktop-path): Check user-emacs-directory.
1991         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
1993         * loadup.el: Use after-load-functions to GC after loading each file.
1994         Remove the explicit GC calls that used to be sprinkled around.
1996         * subr.el (after-load-functions): New hook.
1997         (do-after-load-evaluation): Run it.  Use string-match-p to detect
1998         `obsolete' packages, rather than painfully extracting the relevant
1999         directory name.
2001 2009-09-15  Glenn Morris  <rgm@gnu.org>
2003         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
2004         free variable `doc'.
2006         * dired.el (dired-mode-map): Add menu entry for async shell command.
2008         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
2009         variables, also consider the .elc files, since the .el files are
2010         normally gzipped (subsequent code locates the .el.gz from the .elc).
2012         * calc/calc-prog.el (arglist): Define for compiler.
2014         * calendar/diary-lib.el (diary-display-function): Change the default to
2015         fancy display.
2016         (body): Define for compiler.
2018         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
2019         (byte-compile-file-form, byte-compile-lambda)
2020         (byte-compile-top-level-body, byte-compile-form)
2021         (byte-compile-variable-ref, byte-compile-setq)
2022         (byte-compile-setq-default, byte-compile-body)
2023         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
2024         (batch-byte-compile): Give some more local variables with common names
2025         a "bytecomp-" prefix to avoid masking warnings about free variables.
2027         * startup.el (command-line-1): Give local variables with common names a
2028         distinguishing prefix, so as not to hide free variable warnings during
2029         bootstrap.
2031         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
2032         clever and add a suffix to make a unique name, just let the user decide
2033         whether or not to overwrite it.  If the input is a directory, write the
2034         default filename to that directory.  (Bug#4388)
2035         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
2036         is a filename-as-a-directory.
2038 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2040         * textmodes/page.el (what-page): Don't move to beginning of line.
2041         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
2043 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2045         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
2047 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2049         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
2050         * help.el (help-for-help-internal): Add purecopy calls for text.
2052         * vc.el (top): print-log method now takes an optional SHORTLOG
2053         argument.  Add a new method: root.
2054         (vc-root-diff, vc-print-root-log): New functions.
2055         (vc-log-short-style): New variable.
2056         (vc-print-log-internal): Add support for showing short logs.
2058         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
2059         vc-print-root-log and vc-print-root-diff.
2061         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
2062         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
2063         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
2064         short logs.
2066         * vc-cvs.el (vc-cvs-print-log):
2067         * vc-mtn.el (vc-mtn-print-log):
2068         * vc-rcs.el (vc-rcs-print-log):
2069         * vc-sccs.el (vc-sccs-print-log):
2070         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
2071         that is ignored for now.
2073         * vc-mtn.el (vc-mtn-annotate-command):
2074         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
2076 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2078         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
2079         to function-key-map, and give them ascii-character property.
2080         * term/x-win.el (x-alternatives-map):
2081         * term/ns-win.el (ns-alternatives-map):
2082         * term/internal.el (msdos-key-remapping-map):
2083         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
2085 2009-09-14  Glenn Morris  <rgm@gnu.org>
2087         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
2088         temp-buffers (2009-09-12).
2090 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2092         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
2093         the new read-key function.
2095 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2097         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
2098         is defined (Bug#4405).
2100 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
2102         * recentf.el (recentf-cleanup): Use a hash table to find
2103         duplicates (Bug#4407).
2105 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
2107         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
2108         kp-0 to ascii equivalents (Bug#4325).
2110 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2112         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
2114         * eshell/em-hist.el:
2115         * eshell/em-dirs.el (eshell-complete-user-reference):
2116         Declare pcomplete functions and variables to avoid compiler warnings.
2118 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
2120         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
2121         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
2122         * eshell/em-alias.el (eshell-aliases-file):
2123         * eshell/em-hist.el (eshell-history-file-name):
2124         Use expand-file-name instead of concat to make file names (Bug#4308).
2126 2009-09-13  Glenn Morris  <rgm@gnu.org>
2128         * ediff-merg.el (ediff-do-merge):
2129         * filesets.el (filesets-run-cmd):
2130         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
2131         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
2132         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
2133         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
2134         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
2135         Replace empty `let's with `progn'.
2137 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * mail/sendmail.el (send-mail-function):
2140         * tooltip.el (tooltip-mode):
2141         * simple.el (transient-mark-mode):
2142         * rfn-eshadow.el (file-name-shadow-mode):
2143         * frame.el (blink-cursor-mode):
2144         * font-core.el (global-font-lock-mode):
2145         * files.el (temporary-file-directory)
2146         (small-temporary-file-directory, auto-save-file-name-transforms):
2147         * epa-hook.el (auto-encryption-mode):
2148         * composite.el (global-auto-composition-mode):
2149         Use custom-initialize-delay.
2150         * startup.el (command-line): Don't explicitly call
2151         custom-reevaluate-setting for all the above vars.
2152         * custom.el (custom-initialize-safe-set)
2153         (custom-initialize-safe-default): Delete.
2155 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2157         * term/x-win.el (x-initialize-window-system):
2158         * term/w32-win.el (w32-initialize-window-system):
2159         * term/ns-win.el (ns-initialize-window-system): Don't call
2160         mouse-wheel-mode since it's enabled globally by default already.
2162         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
2163         actually define the variable, but only silences the byte-compiler.
2164         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
2165         before looking it up.
2166         (mouse-wheel-scroll-amount): Also reset the bindings if this value
2167         is changed.
2169 2009-09-12  Glenn Morris  <rgm@gnu.org>
2171         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
2172         1000.
2173         (elint-add-required-env): Don't beep on error.
2174         (elint-forms): In case of error, return ENV unchanged.
2175         (elint-init-env): Skip non-list forms.
2176         (elint-log): Handle unknown file positions.
2178 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
2180         * epg.el (epg-make-context): Add autoload cookie.
2181         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
2182         (epg-decrypt-string, epg-start-verify, epg-verify-file)
2183         (epg-verify-string, epg-start-sign, epg-sign-file)
2184         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
2185         (epg-encrypt-string, epg-start-export-keys)
2186         (epg-export-keys-to-file, epg-export-keys-to-string)
2187         (epg-start-import-keys, epg-import-keys-from-file)
2188         (epg-import-keys-from-string, epg-start-receive-keys)
2189         (epg-receive-keys, epg-import-keys-from-server)
2190         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
2191         (epg-sign-keys, epg-start-generate-key)
2192         (epg-generate-key-from-file, epg-generate-key-from-string):
2193         Remove autoload cookie.
2195 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
2197         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
2198         reevaluation of trash-directory.
2200         * mwheel.el: Fix last change.
2201         (mouse-wheel-mode): New defvar.
2202         (mouse-wheel-mode): Remove autoload cookie.
2204 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * mwheel.el (mwheel-installed-bindings): New var.
2207         (mouse-wheel-mode): Use it, so as to make sure we really remove all
2208         the bindings we set last time.  Use custom-initialize-delay.
2209         * loadup.el: Load mwheel after term/*-win.el.
2210         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
2211         and mouse-wheel-up-event now that their first evaluation is done
2212         sufficiently late to be correct.
2214         * startup.el (tutorial-directory): Make it a defcustom.
2215         Use custom-initialize-delay rather than eval-at-startup to set it.
2216         * image.el (image-load-path): Make it a defcustom.
2217         Use custom-initialize-delay rather than eval-at-startup to set it.
2218         * subr.el (eval-at-startup): Remove.
2219         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
2221         * subr.el (do-after-load-evaluation): Warn the user after loading an
2222         obsolete package.
2224 2009-09-12  Glenn Morris  <rgm@gnu.org>
2226         * proced.el (proced-mark-alt): Remove alias.
2227         (proced-mode-map): Remove proced-mark-alt.
2229         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
2230         Elint file and directory.  Remove initialization entry.
2232         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
2233         commands.
2234         (elint-current-buffer): Set mode-line-process.
2235         (elint-init-env): Handle define-derived-mode.
2236         Fix declare-function with unspecified arglist.  Guard against odd
2237         defalias statements (eg iso-insert's 8859-1-map).
2238         (elint-add-required-env): Use a temp buffer.
2239         (elint-form): Just print the function/macro name, not the whole form.
2240         Return env unchanged if we fail to parse a macro.
2241         (elint-forms): Guard against parse errors.
2242         (elint-output): New function, to handle batch mode.
2243         (elint-log-message): Add optional argument.  Use elint-output.
2244         (elint-set-mode-line): New function.
2246 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2248         * emacs-lisp/elp.el (elp-not-profilable): Add more
2249         functions (Bug#4233).
2251 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
2253         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
2254         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
2256 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
2258         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
2259         (gdb-var-list-children): Use json parsing.
2261 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
2263         * progmodes/js.el (js--proper-indentation): Handle the case where
2264         char-before is null.  Reported by Deniz Dogan.
2266 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2268         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
2270 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
2272         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
2273         (epg-digest-algorithm-alist): Add SHA224.
2274         (epg-context-set-passphrase-callback)
2275         (epg-context-set-progress-callback): Add description about
2276         callback function.
2278 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2280         * custom.el (custom-delayed-init-variables): New var.
2281         (custom-initialize-delay): New function.
2282         * startup.el (command-line): "Re"evaluate all vars in
2283         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
2284         explicitly any more.
2285         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
2286         to avoid creating a ~/.emacs.d at build-time (bug#4347).
2288         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2290 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
2292         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
2293         (gdb-var-update-handler): Use json parsing.
2295 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2297         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
2298         decode annotated text, regardless of language environment.  (Bug#2741)
2300 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2302         * Makefile.in (autoloads): Make rmail.el writable as well.
2304 2009-09-11  Glenn Morris  <rgm@gnu.org>
2306         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
2307         loaddefs.el.
2308         * dired.el: Regenerate with extracted autoloads.
2309         * Makefile.in (autoloads): Make dired.el writable.
2311         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
2312         * ibuffer.el: Regenerate with extracted autoloads.
2313         * Makefile.in (autoloads): Make ibuffer.el writable.
2315         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
2316         * version.el (emacs-copyright, emacs-major-version)
2317         (emacs-minor-version): Reformat doc-strings for make-docfile.
2319         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
2320         functions and variables, since they must be stuff specific to some other
2321         platform.
2322         (apropos-print): Make mouse-click message less specific about button.
2324         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
2325         that records where a macro was defined.
2326         * help-fns.el (describe-function-1): Mention if a function has a
2327         compiler-macro.
2328         * help-mode.el (help-function-cmacro): New button.
2330         * locate.el (top-level): Always require dired.
2331         (locate-mode-map): Initialize inside the defvar.
2333         * net/ange-ftp.el (dired-compress-file): Declare.
2334         (ange-ftp-dired-compress-file): Add doc string.
2336         * term/ns-win.el (x-display-name, x-setup-function-keys):
2337         Unify doc-strings with X versions.
2339 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2341         * emulation/crisp.el (crisp-mode-map): Move initialization
2342         into declaration.
2343         (crisp-mode): Use define-minor-mode.
2345         * progmodes/xscheme.el (xscheme-evaluation-commands):
2346         Put a :advertised-binding property rather than using
2347         advertised-xscheme-send-previous-expression.
2348         (advertised-xscheme-send-previous-expression): Declare obsolete.
2349         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
2350         `advertised-undo'.
2351         (crisp-mode): Add corresponding bindings to
2352         undo's :advertised-binding instead.
2353         * dired.el (dired-mode-map): Put a :advertised-binding property rather
2354         than using dired-advertised-find-file.
2355         (dired-advertised-find-file):
2356         * simple.el (advertised-undo):
2357         * wid-edit.el (advertised-widget-backward): Declare obsolete.
2358         (widget-keymap): Put a :advertised-binding property rather
2359         than using advertised-widget-backward.
2360         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
2361         than using advertised-undo.
2362         * tutorial.el (tutorial--default-keys): Adjust accordingly.
2364 2009-09-10  Simon South  <ssouth@slowcomputing.org>
2366         * progmodes/delphi.el (delphi-tab): Indent region when Transient
2367         Mark mode is enabled and region is active; otherwise indent or
2368         insert TAB as usual.
2369         (delphi-mode): Update description of TAB-key binding.
2371 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2373         * subr.el (define-key-rebound-commands): Mark obsolete.
2374         * startup.el (precompute-menubar-bindings): Remove.
2375         (normal-top-level): Remove obsolete code that tried to precompute
2376         menubar bindings.
2377         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
2378         define-key-rebound-commands and precompute-menubar-bindings.
2380 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2382         * net/imap.el (imap-interactive-login): Better messages.
2383         (imap-open): Fix bug with renamed buffer on reconnect.
2384         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2385         for easier debugging and cleaner code.  On successful (guessed based on
2386         server capabilities) secondary authentication, set imap-state
2387         correctly.
2388         (imap-last-authenticator): Define imap-last-authenticator as a variable
2389         to avoid warnings.
2391 2009-09-10  Glenn Morris  <rgm@gnu.org>
2393         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
2395         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
2396         (byte-compile-file-form-autoload): Don't warn about unknown functions
2397         where the autoload statement comes after the use.
2398         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
2399         that any handlers inside the body (eg require) are in turn respected.
2401         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
2402         effects.
2404         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
2405         and syntax and abbrev tables basic docs, if they don't have any.
2407         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
2409         * international/mule-cmds.el (top-level): Require cl when compiling.
2410         (view-hello-file): Use default-value rather than
2411         default-enable-multibyte-characters.
2413         * progmodes/fortran.el: Move all safe and risky properties into the
2414         defcustoms.
2416         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
2417         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
2418         * mail/undigest.el:
2419         Put autoloads in rmail.el rather than loaddefs.el.
2420         * mail/rmail.el: Regenerate with extracted autoloads.
2422         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
2423         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
2425 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
2427         Reported in thread for Bug#4375.
2428         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
2429         "-data-evaluate-expression" instead of print.
2430         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
2431         (gdb-tooltip-print): Parse output from above MI command.
2432         (gdb): Revert 2009-08-11 change.  User should detach inferior
2433         manually.
2435         Remove the word "separate" from IO functions as inferior
2436         output is now never displayed in the GUD buffer.
2438 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
2440         * startup.el (command-line-normalize-file-name): On Windows and
2441         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
2443 2009-09-10  Juri Linkov  <juri@jurta.org>
2445         * isearch.el (isearch-text-char-description): Propertize escape
2446         character sequences with the `escape-glyph' face.  (Bug#4344)
2448         * simple.el (shell-command): Set asynchronous process filter to
2449         `comint-output-filter'.  (Bug#4343)
2451         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
2452         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
2453         the list.  Move "asm" to the bottom.
2454         (grep-find-ignored-directories): Add `choice' with nil value
2455         to empty the list easily.
2456         (grep-find-ignored-files): New option.
2457         (grep-files-history): Set to nil by default instead of '("ch" "el").
2458         (grep-compute-defaults): Add "<X>" to `grep-template'.
2459         (grep-read-files): Bind new local variables `default-alias' and
2460         `default-extension'.  Use a list of default values for the file prompt.
2461         (lgrep): Add `--exclude=' command line options composed from
2462         `grep-find-ignored-files'.
2463         (rgrep): Add `-name' command line options composed from
2464         `grep-find-ignored-files'.  (Bug#4301)
2466 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2468         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
2469         (bug#4368).
2471 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2473         * calendar/time-date.el (autoload):
2474         Expand define-obsolete-function-alias into defalias and make-obsolete
2475         for old Emacsen that Gnus supports.
2476         (with-no-warnings): Define it for old Emacsen.
2477         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2478         is available.
2479         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2480         float-time is available; suppress compile warning for time-to-seconds.
2482 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2484         * net/imap.el (imap-message-map): Docstring fix.
2486 2009-09-09  Glenn Morris  <rgm@gnu.org>
2488         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
2489         line numbers too.  (Bug#4374)
2491 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * smerge-mode.el (smerge-remove-props, smerge-refine):
2494         Use with-silent-modifications (bug#4342).
2496         * subr.el (with-silent-modifications): New macro.
2498 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
2500         * files.el (top-level): Require `cl' when compiling.
2502 2009-09-07  Glenn Morris  <rgm@gnu.org>
2504         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
2506         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
2507         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
2509 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
2511         * vc-git.el (vc-git-annotate-command): Use separator to parse
2512         arguments correctly.
2514 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
2516         * proced.el (proced-mode): Doc fix.
2518 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2520         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
2521         lstat fails.
2522         (tramp-do-file-attributes-with-ls): Check for file existence at
2523         remote end.
2524         (tramp-do-file-attributes-with-stat): Likewise.
2525         (tramp-convert-file-attributes): Return nil when attr is nil.
2527 2009-09-05  Glenn Morris  <rgm@gnu.org>
2529         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
2530         properties to this button.
2531         (diary-fancy-display): Don't extend the button to the final newline.
2532         (diary-fancy-display-mode): Continue to define "q" as a local key.
2534         * calendar/cal-china.el (holiday-chinese): Make it slightly more
2535         efficient.
2537         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
2539         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
2540         (byte-compile-dest-file-function): New option.
2541         (byte-compile-dest-file): Doc fix.
2542         Obey byte-compile-dest-file-function.
2543         (byte-compile-cl-file-p): New function.
2544         (byte-compile-eval): Only suppress noruntime warnings about cl functions
2545         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
2546         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
2547         than for file being previously loaded.
2548         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
2549         (byte-compile-file-form-require): Handle the case where requiring a file
2550         indirectly causes CL to be loaded.
2552 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2554         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
2555         before killing the old buffer, since by the time `kill-buffer' is
2556         run so many buffer variables have been set to nil that it may not
2557         behave as expected.  (Bug#4061)
2559 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2561         * files.el (find-alternate-file): If the old buffer is modified
2562         and visiting a file, behave similarly to `kill-buffer' when
2563         killing it, thus reverting to the pre-1.878 behavior; see
2564         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
2565         for discussion.  Also, consult `buffer-file-name' as a variable
2566         not as a function, for consistency with the rest of the code.
2568 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
2570         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
2571         also when adding a new directory.
2573         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
2574         defun.
2576 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2578         * files.el (locate-file-completion-table): Make it provide boundary
2579         information, so partial-completion works better.
2581 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
2583         * mail/footnote.el (Footnote-text-under-cursor):
2584         Check footnote-text-marker-alist before using it (bug#4324).
2586 2009-09-04  Glenn Morris  <rgm@gnu.org>
2588         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
2589         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
2590         * play/solitaire.el, play/tetris.el:
2591         Remove leading * from defcustom and defface docs.
2593         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
2594         necessary.
2595         (diary-fancy-overriding-map): New variable.
2596         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
2597         Use view-mode.
2599         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
2600         goto-line.
2602 2009-09-03  Glenn Morris  <rgm@gnu.org>
2604         * arc-mode.el (archive-mode):
2605         * dos-fns.el (set-default-process-coding-system):
2606         * man.el (Man-getpage-in-background):
2607         * menu-bar.el (menu-bar-describe-menu):
2608         * server.el (server-process-filter):
2609         * startup.el (command-line):
2610         * tar-mode.el (tar-header-block-tokenize, tar-extract):
2611         * w32-fns.el (set-default-process-coding-system):
2612         * x-dnd.el (x-dnd-handle-file-name):
2613         * international/mule-cmds.el (mule-menu-keymap)
2614         (set-default-coding-systems, language-info-alist, set-language-info)
2615         (set-language-environment, standard-display-european-internal)
2616         (set-locale-environment):
2617         * international/mule-diag.el (mule-diag):
2618         * mail/emacsbug.el (report-emacs-bug):
2619         * mail/rmail.el (rmail-mode):
2620         * mail/sendmail.el (mail-setup):
2621         Use default-value rather than default-enable-multibyte-characters.
2623         * progmodes/f90.el: Move all safe properties into the defcustoms.
2624         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
2626         * calendar/appt.el (appt-check):
2627         * calendar/diary-lib.el (diary-set-header, diary-live-p)
2628         (diary-check-diary-file, diary-list-entries)
2629         (diary-include-other-diary-files, diary-simple-display)
2630         (diary-fancy-display, diary-print-entries)
2631         (diary-mark-included-diary-files, diary-make-entry):
2632         Don't call substitute-in-file-name on diary-file.
2634 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
2635             Stefan Monnier  <monnier@iro.umontreal.ca>
2637         * mail/footnote.el (footnote-prefix): Make it a defcustom.
2638         (footnote-mode-map): Move initialization into the declaration.
2639         (footnote-minor-mode-map): Define it rather than changing global-map.
2640         (footnote-mode): Use define-minor-mode.
2642 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
2644         * net/tramp.el (tramp-handle-file-attributes-with-ls)
2645         (tramp-do-file-attributes-with-perl)
2646         (tramp-do-file-attributes-with-stat): Rename from
2647         `tramp-handle-file-attributes-with-*'.
2648         (tramp-handle-file-attributes): Use them.
2649         (tramp-do-directory-files-and-attributes-with-perl)
2650         (tramp-do-directory-files-and-attributes-with-stat): Rename from
2651         `tramp-handle-directory-files-and-attributes-with-*'.
2652         (tramp-handle-directory-files-and-attributes): Use them.
2653         (tramp-method-out-of-band-p): Additional parameter SIZE.
2654         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
2655         (tramp-handle-write-region): Use it.
2656         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
2657         (tramp-handle-vc-registered): Check, whether the first run did
2658         return files to be tested.
2659         (tramp-advice-make-auto-save-file-name): Do not call directly
2660         `tramp-handle-make-auto-save-file-name', because this would bypass
2661         the locking mechanism.
2663         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
2664         (file-remote-p, process-file, start-file-process, set-file-times)
2665         (tramp-compat-file-attributes): Compatibility functions shall not
2666         call directly `tramp-handle-*', because this would bypass the
2667         locking mechanism.
2668         (tramp-compat-number-sequence): New defun.
2670 2009-09-02  Glenn Morris  <rgm@gnu.org>
2672         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
2673         alias for float-time.
2674         (time-to-number-of-days): In Emacs, use float-time.
2675         * net/newst-backend.el (time-add): Suppress warnings from compat
2676         function.
2677         * time.el (emacs-uptime, emacs-init-time):
2678         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
2679         Use float-time rather than time-to-seconds.
2681         * minibuffer.el (completion-initials-expand): Fix typo.
2683         * faces.el (modeline, modeline-inactive, modeline-highlight)
2684         (modeline-buffer-id):
2685         * info.el (info-menu-5): Mark these face aliases as obsolete.
2687 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2689         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
2690         space ...
2691         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
2692         no "--thread" option.
2693         (gdb-stopped): Don't print "Switched to thread" message when it is
2694         unchanged.
2696 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2698         * minibuffer.el (completion-try-completion)
2699         (completion-all-completions): Remove ill-defined (and
2700         mistakenly installed and luckily never used nor documented)
2701         `completion-styles' property.
2702         (completion-initials-expand, completion-initials-all-completions)
2703         (completion-initials-try-completion): New functions.
2704         (completion-styles-alist): Add doc to each entry.
2705         Add new `initials' entry.
2707 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2709         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
2710         MI command -var-evaluate-expression.
2711         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
2712         and tweak for case of string child.
2713         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
2715 2009-09-01  Glenn Morris  <rgm@gnu.org>
2717         * add-log.el (change-log-date-face, change-log-name-face)
2718         (change-log-email-face, change-log-file-face, change-log-list-face)
2719         (change-log-conditionals-face, change-log-function-face)
2720         (change-log-acknowledgement-face):
2721         * cus-edit.el (custom-invalid-face, custom-rogue-face)
2722         (custom-modified-face, custom-set-face, custom-changed-face)
2723         (custom-saved-face, custom-button-face, custom-button-pressed-face)
2724         (custom-documentation-face, custom-state-face, custom-comment-face)
2725         (custom-comment-tag-face, custom-variable-tag-face)
2726         (custom-variable-button-face, custom-face-tag-face)
2727         (custom-group-tag-face-1, custom-group-tag-face):
2728         * diff-mode.el (diff-header-face, diff-file-header-face)
2729         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2730         (diff-added-face, diff-changed-face, diff-function-face)
2731         (diff-context-face, diff-nonexistent-face):
2732         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2733         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
2734         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2735         (Info-title-4-face):
2736         * isearch.el (isearch-lazy-highlight-face):
2737         * log-view.el (log-view-file-face, log-view-message-face):
2738         * paren.el (show-paren-match-face, show-paren-mismatch-face):
2739         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2740         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2741         (cvs-msg-face):
2742         * smerge-mode.el (smerge-mine-face, smerge-other-face)
2743         (smerge-base-face, smerge-markers-face):
2744         * wid-edit.el (widget-documentation-face, widget-button-face)
2745         (widget-field-face, widget-single-line-field-face)
2746         (widget-inactive-face, widget-button-pressed-face):
2747         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
2748         (woman-addition-face):
2749         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
2750         (eshell-ls-executable-face, eshell-ls-readonly-face)
2751         (eshell-ls-unreadable-face, eshell-ls-special-face)
2752         (eshell-ls-missing-face, eshell-ls-archive-face)
2753         (eshell-ls-backup-face, eshell-ls-product-face)
2754         (eshell-ls-clutter-face):
2755         * eshell/em-prompt.el (eshell-prompt-face):
2756         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
2757         * obsolete/old-whitespace.el (whitespace-highlight-face):
2758         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
2759         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
2760         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
2761         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
2762         (antlr-font-lock-literal-face):
2763         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2764         (ebrowse-root-class-face, ebrowse-file-name-face)
2765         (ebrowse-default-face, ebrowse-member-attribute-face)
2766         (ebrowse-member-class-face, ebrowse-progress-face):
2767         * progmodes/make-mode.el (makefile-space-face):
2768         * progmodes/sh-script.el (sh-heredoc-face):
2769         * textmodes/flyspell.el (flyspell-incorrect-face)
2770         (flyspell-duplicate-face):
2771         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
2772         * textmodes/texinfo.el (texinfo-heading-face):
2773         Mark face aliases with "-face" suffix as obsolete.
2775         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
2776         compiler.
2778         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
2779         (eudc-bob-sound-menu): Use defvar rather than defconst, since
2780         easy-menu-define wants to modify these.
2782         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
2784         * net/browse-url.el (browse-url-file-url):
2785         * term/internal.el (dos-codepage-setup):
2786         Use default-value rather than default-enable-multibyte-characters.
2788         * progmodes/etags.el (etags-goto-tag-location):
2789         * progmodes/flymake.el (flymake-highlight-line)
2790         (flymake-goto-file-and-line, flymake-goto-line):
2791         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
2792         (gdb-goto-breakpoint):
2793         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2794         * progmodes/python.el (python-find-function)
2795         (python-pdbtrack-track-stack-file):
2796         * progmodes/verilog-mode.el (verilog-surelint-off):
2797         * term/ns-win.el (ns-open-file-select-line):
2798         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2799         Use forward-line rather than goto-line.
2801         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
2802         * textmodes/reftex-index.el (reftex-display-index):
2803         * textmodes/reftex-ref.el (reftex-offer-label-menu):
2804         * textmodes/reftex-toc.el (reftex-toc):
2805         Remove unnecessary bindings of default-major-mode (all are followed by
2806         major-mode check and possible mode switch).
2808 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2810         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2811         Handle watchpoints (bug#4282).
2812         (def-gdb-thread-buffer-command): Enable thread to be selected by
2813         clicking without selecting threads buffer first.
2814         (gdb-current-context-command): Use selected frame so that "up",
2815         "down" etc work in the GUD buffer.
2816         (gdb-update): Find selected frame before rendering stack buffer.
2817         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
2819 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * progmodes/sym-comp.el (displayed-completions): Remove.
2822         (symbol-complete): Use minibuffer-complete.
2824 2009-08-31  Glenn Morris  <rgm@gnu.org>
2826         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
2828         * apropos.el (apropos-symbols-internal):
2829         Handle (obsolete) face aliases.
2831         * faces.el (describe-face): Adjust the output format to be more like
2832         describe-variable, and to mention (obsolete) face aliases.
2833         Adjust the whitespace so that help-setup-xref works.
2835         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
2836         * calendar/diary-lib.el (diary-button-face):
2837         Mark these face aliases as obsolete.
2839         * calendar/calendar.el (calendar-today): Doc fix.
2841 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2843         * progmodes/gdb-mi.el (gdb-control-all-threads)
2844         (gdb-control-current-thread): Force tool bar update.
2845         (gdb-non-stop-handler): New function.
2846         (gdb-init-1): Use it to test if non-stop mode is supported.
2847         Remove unused gdbmi buffer type.
2849 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2851         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
2852         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
2854 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
2856         * comint.el (comint-exec-1): Check command is non-null first.
2857         Part of gdb-mi.el change (2009-08-28).
2859 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2861         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
2863 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
2865         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
2866         instead of `dolist' to avoid a recursive require when bootstrapping.
2868 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2870         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
2872         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
2874         * net/imap.el (imap-send-command): Simplify.
2875         (imap-wait-for-tag): point-max -> buffer-size.
2877         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
2879         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
2880         with constant argument.
2882         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
2884         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
2886         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
2887         Change default, since most of our files don't have a history.
2888         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
2889         the user.
2891         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2892         Add comint-run.
2894         * calc/calc.el: Improve commenting convention.
2895         (calc-digit-map, toplevel): Simplify.
2897         * comint.el (comint-insert-input): Be careful to only set point if we
2898         don't delegate to some other command.
2900         * proced.el (proced-signal-list): Make it an alist.
2901         (proced-grammar-alist): Capitalize names.
2902         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
2903         Disable undo manually and make it read-only.
2904         Use completion-annotate-function.
2906         * minibuffer.el (minibuffer-message): If the current buffer is not
2907         a minibuffer, insert the message in the echo area rather than at the
2908         end of the buffer.
2909         (completion-annotate-function): New variable.
2910         (minibuffer-completion-help): Use it.
2911         (completion--embedded-envvar-table): Environment vars are
2912         always case-sensitive.
2914 2009-08-30  Glenn Morris  <rgm@gnu.org>
2916         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
2917         from fortran-current-defun.
2918         (fortran-beginning-of-subprogram): Be more precise about finding the
2919         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
2920         (fortran-end-of-subprogram): Simplify.
2921         (fortran-current-defun): Use fortran-start-prog-re.
2923 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
2925         * subr.el (do-after-load-evaluation): Simplify.
2927 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2929         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
2931         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
2932         (vc-rcs-print-log): Use it.
2934         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
2936 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2938         * paths.el (abbrev-file-name): Move to abbrev.el.
2939         * abbrev.el (abbrev-file-name): Move from paths.el.
2940         Obey user-emacs-directory.
2941         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
2942         user-emacs-directory.
2943         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
2944         abbrev-file-name and calc-settings-file any more.
2945         * startup.el (command-line): Recompute abbrev-file-name and
2946         abbreviated-home-dir.
2947         (normal-no-mouse-startup-screen): Improve the generic code and get rid
2948         of the special code for when C-h bindings haven't been changed.
2949         (display-startup-echo-area-message): Use with-current-buffer.
2950         (command-line-1): Use a list of strings, rather than a list of lists
2951         of strings for longopts.
2953         * files.el (get-free-disk-space): Use / for default-directory.
2955         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
2956         Use with-current-buffer.
2958         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
2959         Recognize immutable variables like most-positive-fixnum.
2960         (byte-compile-setq-default): Check and warn if trying to assign
2961         to an immutable variable, or a non-variable.
2963         * progmodes/cc-vars.el (c-comment-continuation-stars):
2964         * progmodes/cc-engine.el (c-looking-at-bos):
2965         * progmodes/cc-cmds.el (c-toggle-auto-state)
2966         (c-forward-into-nomenclature, c-backward-into-nomenclature)
2967         (c-comment-line-break-function): Add version of obsolescence.
2969 2009-08-28  Juri Linkov  <juri@jurta.org>
2971         * files.el (magic-fallback-mode-alist): Add ZIP magic number
2972         associated with `archive-mode'.
2974         * image.el (image-type-header-regexps): Use only JPEG magic number
2975         to determine JPEG images, and don't use `image-jpeg-p' because
2976         Emacs can display non-JFIF non-Exif JPEG images.
2978 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2980         * arc-mode.el (archive-mode):
2981         * emacs-lisp/re-builder.el (re-builder-unload-function):
2982         Protect against the default value of `major-mode' being nil.
2984 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2986         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
2987         Fix typos in docstrings.
2989         * progmodes/js.el (js--macro-decl-re): Doc fix.
2990         (js--plain-method-re, js--split-name): Refloc docstring.
2991         (js--class-styles, js--make-merged-item, js--splice-into-items):
2992         Fix typos in docstrings; reflow docstrings.
2993         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
2994         (js--variable-decl-matcher, js--inside-pitem-p)
2995         (js--parse-state-at-point, js--get-all-known-symbols)
2996         (js--symbol-history, js-find-symbol, js--js-references)
2997         (js--moz-interactor, js--js-encode-value, js--read-tab):
2998         Fix typos in docstrings.
3000 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3002         * textmodes/reftex.el (reftex-get-file-buffer-force):
3003         * progmodes/verilog-mode.el (verilog-batch-execute-func):
3004         * emulation/viper.el (viper-go-away, viper-set-hooks):
3005         * emacs-lisp/re-builder.el (re-builder-unload-function):
3006         * emacs-lisp/bytecomp.el (byte-compile-file):
3007         * ses.el (ses-unload-function):
3008         * hexl.el (hexl-find-file):
3009         * files.el (normal-mode):
3010         * ehelp.el (with-electric-help):
3011         * autoinsert.el (auto-insert-alist):
3012         * arc-mode.el (archive-mode):
3013         Use (default-value 'major-mode) instead of default-major-mode.
3015         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
3016         * international/mule.el (load-with-code-conversion):
3017         * emacs-lisp/debug.el (debug):
3018         * ediff-vers.el (ediff-rcs-get-output-buffer):
3019         * dired.el (dired-internal-noselect): Don't let-bind
3020         default-major-mode around code that doesn't use it.
3021         E.g. buffer creation via get-buffer-create doesn't use it.
3023 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3025         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
3026         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
3027         when writing the temp file.  Otherwise, epa-file gets confused.
3028         (tramp-register-file-name-handlers): Make it a defun.  Move also
3029         `epa-file-handler' to the front of `file-name-handler-alist'.
3031 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3033         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
3034         start right after a ^M.
3035         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
3036         (tramp-completion-file-name-regexp-separate)
3037         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
3038         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
3039         Don't modify last-coding-system-used by accident.
3040         (tramp-completion-file-name-handler): Apply the checks here,
3041         instead during registration.
3042         (tramp-register-file-name-handlers) Renamed from
3043         `tramp-register-file-name-handler'.  Register both
3044         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
3045         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
3047 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
3049         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
3050         Remove variable ...
3051         (gdb-init-1, gdb-display-separate-io-buffer)
3052         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
3053         references to it.
3054         (gdb-inferior-io-mode): Use make-comint-in-buffer.
3055         (gdb-inferior-filter): Use comint-output-filter to stop
3056         echoing and remove ^M characters.
3058 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3060         * emulation/viper-init.el (viper-restore-cursor-type):
3061         * emulation/cua-base.el (cua--update-indications):
3062         Replace default-cursor-type with (default-value 'cursor-type).
3064         * mail/sendmail.el (mail-recover-1):
3065         * international/mule-diag.el (describe-current-coding-system-briefly)
3066         (describe-current-coding-system):
3067         * international/mule-cmds.el (select-safe-coding-system)
3068         (select-message-coding-system)
3069         (set-language-environment-coding-systems, set-locale-environment):
3070         * hexl.el (hexl-insert-multibyte-char):
3071         * dos-w32.el (find-buffer-file-type-coding-system):
3072         * simple.el (what-cursor-position):
3073         Replace uses of default-buffer-file-coding-system
3074         with (default-value 'buffer-file-coding-system).
3076         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
3077         Replace uses of default-cursor-in-non-selected-windows
3078         with (default-value 'cursor-in-non-selected-windows).
3079         Use with-current-buffer.
3081         * mail/feedmail.el: Use CL macros.
3082         (feedmail-run-the-queue, feedmail-send-it-immediately):
3083         * dos-w32.el (find-buffer-file-type): Replace uses of
3084         default-buffer-file-type with (default-value 'buffer-file-type).
3086 2009-08-28  Glenn Morris  <rgm@gnu.org>
3088         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
3089         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
3090         Use default-value of major-mode rather than default-major-mode.
3092 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         * Makefile.in (update-elcfiles): Report left over elc files.
3096         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
3097         expand-file-name and with-current-buffer.
3098         (mail-get-names, mail-directory): Use with-current-buffer.
3100         * vc.el (vc-read-revision): New function.
3101         (vc-version-diff, vc-merge): Use it.
3103 2009-08-27  Sam Steingold  <sds@gnu.org>
3105         * simple.el (kill-do-not-save-duplicates): New user option.
3106         (kill-new): When it is non-nil, and the new string is the same as
3107         the latest kill, set replace to t to avoid duplicates in kill-ring.
3109 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
3111         * net/tramp.el (tramp-handle-process-file): Do not flush all
3112         caches when `process-file-side-effects' is set.
3113         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
3114         instead of `tramp-find-file-exists-command'.
3115         Unset `process-file-side-effects'.
3117 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
3119         * net/tramp.el (tramp-methods): New method "rsyncc".
3120         (top): Add completion function for "rsyncc".
3121         (tramp-message-show-message): New defvar.
3122         (tramp-message, tramp-error): Use it.
3123         (tramp-do-copy-or-rename-file-directly): Extend check for direct
3124         remote copying.
3125         (tramp-do-copy-or-rename-file-out-of-band): Handle new
3126         `tramp-methods' entry `copy-env' of "rsyncc".
3127         (tramp-vc-registered-read-file-names): New defconst.
3128         (tramp-vc-registered-file-names): New defvar.
3129         (tramp-handle-vc-registered): Implement optimization strategy.
3130         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
3131         (tramp-vc-file-name-handler): New defun.
3132         (tramp-get-ls-command, tramp-get-test-command)
3133         (tramp-get-file-exists-command, tramp-get-remote-ln)
3134         (tramp-get-remote-perl, tramp-get-remote-stat)
3135         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
3137         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
3138         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
3139         timestamps.
3140         (tramp-get-file-property): Check for timestamps in
3141         `tramp-cache-inhibit-cache'.
3142         (tramp-set-file-property): Write timestamp.
3144 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3146         * language/japan-util.el (japanese-symbol-table): Add entries for
3147         cp932-2-byte.
3149         * international/characters.el: Add category `j' to cp932-2-byte.
3151 2009-08-27  Kenichi Handa  <handa@m17n.org>
3153         * international/fontset.el (build-default-fontset-data): New macro.
3154         (setup-default-fontset): Use build-default-fontset-data for CJK,
3155         tibetan, ethiopic, and ipa.
3157 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3159         * cus-start.el (default-major-mode): Customize `major-mode' instead.
3160         (enable-multibyte-characters): Not customizable any more.
3162         * subr.el (default-mode-line-format, default-header-line-format)
3163         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
3164         (default-direction-reversed, default-truncate-lines)
3165         (default-left-margin, default-tab-width, default-case-fold-search)
3166         (default-left-margin-width, default-right-margin-width)
3167         (default-left-fringe-width, default-right-fringe-width)
3168         (default-fringes-outside-margins, default-scroll-bar-width)
3169         (default-vertical-scroll-bar, default-indicate-empty-lines)
3170         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
3171         (default-fringe-cursor-alist, default-scroll-up-aggressively)
3172         (default-scroll-down-aggressively, default-fill-column)
3173         (default-cursor-type, default-buffer-file-type)
3174         (default-cursor-in-non-selected-windows)
3175         (default-buffer-file-coding-system, default-major-mode)
3176         (default-enable-multibyte-characters): Mark as obsolete.
3178 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
3180         * vc-dir.el (vc-dir-update): Remove debug helper.
3182         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
3184 2009-08-26  Sam Steingold  <sds@gnu.org>
3186         * simple.el (save-interprogram-paste-before-kill): New user option.
3187         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
3188         save the interprogram-paste into kill-ring before overriding it
3189         with the Emacs kill.
3191 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3193         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
3194         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
3195         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
3196         and move to vc-rcs.el.
3197         (vc-default-next-revision): Rename to vc-rcs-next-revision and
3198         move to vc-rcs.el.
3199         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
3200         (vc-rcs-update-changelog): Remove.
3201         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
3202         and move to vc-rcs.el.
3204         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
3205         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
3206         renaming.
3207         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
3208         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3209         vc.el, renamed to be RCS specific.
3211         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
3212         New functions.
3213         (vc-cvs-update-changelog): Move here from vc.el.
3215         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
3216         New functions.
3218 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
3222 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3224         * vc-git.el (vc-git-register): Use "git add" for directories.
3225         (vc-git-stash, vc-git-stash-show): New functions.
3226         (vc-git-extra-menu-map): Bind them.
3228         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
3229         directory correctly in case the item is a directory itself.
3231         * vc.el: Document the desired behavior for reverted files in the
3232         `added' state.
3233         (vc-default-prettify-state-info): Remove function, unused.
3235         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
3237 2009-08-26  Glenn Morris  <rgm@gnu.org>
3239         * bindings.el (standard-mode-line-format): Reposition dashes in
3240         which-func entry.  (Bug#4217)
3242         * files.el (enable-local-variables, enable-local-eval)
3243         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
3244         the defcustoms.
3245         (auto-mode-alist, ignored-local-variables)
3246         (save-some-buffers-action-alist): Move risky declarations to the
3247         definitions.
3248         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
3249         (font-lock-defaults, format-alist, imenu--index-alist)
3250         (imenu-generic-expression, input-method-alist, minor-mode-alist)
3251         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
3252         (mode-line-modified, mode-line-mule-info, mode-line-position)
3253         (mode-line-process, mode-line-remote, outline-level)
3254         (parse-time-rules, rmail-output-file-alist)
3255         (special-display-buffer-names, vc-mode):
3256         Move risky declarations to the relevant files.
3257         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
3258         (mode-line-modified, mode-line-process, mode-line-position)
3259         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
3260         * font-core.el (font-lock-defaults):
3261         * format.el (format-alist):
3262         * vc-hooks.el (vc-mode):
3263         * window.el (special-display-buffer-names):
3264         * international/mule-cmds.el (input-method-alist):
3265         Define riskiness here (dumped file) rather than in files.el.
3266         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
3267         * imenu.el (imenu-generic-expression, imenu--index-alist):
3268         * outline.el (outline-level):
3269         * time.el (display-time-string):
3270         * calendar/parse-time.el (parse-time-rules):
3271         * mail/rmailout.el (rmail-output-file-alist):
3272         Autoload riskiness here, rather than placing in files.el.
3274 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
3276         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
3278 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3280         * simple.el (process-file-side-effects): New defvar.
3282         * dired-aux.el (dired-show-file-type):
3283         * vc.el (vc-diff-internal):
3284         * vc-arch.el (vc-arch-diff):
3285         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
3286         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
3287         * vc-git.el (vc-git-registered, vc-git-working-revision)
3288         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
3289         (vc-git--empty-db-p):
3290         * vc-hooks.el (vc-user-login-name):
3291         * vc-svn.el (vc-svn-registered, vc-svn-state)
3292         (vc-svn-dir-extra-headers, vc-svn-find-revision):
3293         * progmodes/grep.el (grep-probe): Let-bind
3294         `process-file-side-effects' with nil.
3296         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
3298         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
3299         daemon.  Replace ping by checking for running service for bluez
3300         and zeroconf.  (Bug#4239)
3302 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3304         * net/dig.el (dig): Add autoload cookie.
3306 2009-08-25  Glenn Morris  <rgm@gnu.org>
3308         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
3309         load-history for absolute file-names.
3310         (byte-compile-file-form-require): Warn about use of the cl package.
3312         * format.el (format-alist): Doc fix.
3314         * play/bubbles.el (top-level): Don't require cl at run-time.
3316         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
3317         run-time cl).
3319 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
3321         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
3322         from cl package.
3323         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
3325 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
3327         * calc/calc-alg.el (math-trig-rewrite)
3328         (math-hyperbolic-trig-rewrite): New functions.
3329         (calc-simplify): Simplify trig functions when asked.
3331 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3333         * diff-mode.el (diff-find-source-location): Avoid goto-line.
3335 2009-08-24  Kenichi Handa  <handa@m17n.org>
3337         * language/ind-util.el (mapthread): Delete it.
3338         (combinatorial): New function.
3339         (indian--puthash-cv): Use combinatorial instead of mapthread.
3341 2009-08-22  Kevin Ryde  <user42@zip.com.au>
3343         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
3344         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
3345         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
3346         Clarify docstring that the value is strings not symbols.
3347         (checkdoc-list-of-strings-p): New function.
3349 2009-08-22  Glenn Morris  <rgm@gnu.org>
3351         * files.el (auto-mode-alist):
3352         * hippie-exp.el (he-concat-directory-file-name):
3353         * lpr.el (lpr-windows-system, printer-name):
3354         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
3355         * ps-print.el (ps-windows-system):
3356         * startup.el (command-line):
3357         * emulation/viper-ex.el (viper-glob-function):
3358         * international/mule-cmds.el (set-language-environment-coding-systems):
3359         * net/ange-ftp.el (ange-ftp-write-region):
3360         * obsolete/fast-lock.el (fast-lock-cache-name):
3361         Remove code for defunct system-types emx, macos, mswindows, next-mach,
3362         unisoft-unix, vax-vms, win32, w32.
3364         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
3365         given name if the pattern is not more specific.
3367         * calendar/lunar.el (lunar-phase-names): New option.
3368         (lunar-phase): Doc fix.
3369         (lunar-cycles-per-year): New constant.
3370         (lunar-index): New function.
3371         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
3372         (lunar-phase-name): Use lunar-phase-names.
3373         (calendar-lunar-phases): Use format.
3374         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
3376         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
3377         Copy imenu-example--name-and-position function here for own use.
3378         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
3380         * bs.el (bs--redisplay):
3381         * cus-edit.el (custom-redraw):
3382         * ibuffer.el (ibuffer-bury-buffer):
3383         * server.el (server-goto-line-column):
3384         * startup.el (command-line-1):
3385         * strokes.el (strokes-xpm-for-stroke):
3386         * term.el (term-display-buffer-line):
3387         * view.el (View-goto-line):
3388         * calc/calc.el (calc-do, calc-trail-buffer):
3389         * play/gamegrid.el (gamegrid-add-score-insecure):
3390         * progmodes/ada-mode.el (ada-compile-goto-error):
3391         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
3392         (ebrowse-select-1st-to-9nth):
3393         * progmodes/cperl-mode.el (cperl-time-fontification):
3394         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
3395         * progmodes/gud.el (gud-display-line):
3396         (idlwave-shell-display-line):
3397         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
3398         * progmodes/make-mode.el (makefile-browser-toggle):
3399         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
3400         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
3401         * textmodes/picture.el (picture-draw-rectangle):
3402         * textmodes/reftex-index.el (reftex-index-goto-letter):
3403         (reftex-select-jump-to-previous):
3404         * textmodes/reftex-sel.el (reftex-find-start-point)
3405         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
3406         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
3407         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
3408         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3409         * textmodes/two-column.el (2C-associated-buffer):
3410         Use forward-line rather than goto-line.
3412         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
3413         goto-line.
3415         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
3416         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
3417         (quick-check-list-to-regexp): Declare.
3419         * progmodes/make-mode.el (makefile-browser-insert-selection):
3420         Use goto-char rather than goto-line.
3422         * progmodes/prolog.el (compilation-error-regexp-alist)
3423         (compilation-forget-errors): Declare.
3425 2009-08-22  Juri Linkov  <juri@jurta.org>
3427         * progmodes/grep.el (lgrep, rgrep): At the beginning
3428         set `dir' to `default-directory' unless `dir' is a non-nil
3429         readable directory.  (Bug#4052)
3430         (lgrep, rgrep): Change a weird way to report an error
3431         from using `read-string' to using `error'.
3432         Instead of using interactive arguments in the function body,
3433         add new argument `confirm'.
3435 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3437         * textmodes/remember.el (remember-buffer):
3438         * progmodes/cperl-mode.el (cperl-vc-header-alist):
3439         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
3440         (icalendar-extract-ical-from-buffer):
3441         * net/newst-treeview.el (newsticker-groups-filename):
3442         * net/newst-backend.el (newsticker-cache-filename):
3443         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
3444         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
3445         (speedbar-add-ignored-path-regexp, speedbar-line-path)
3446         (speedbar-buffers-line-path, speedbar-path-line)
3447         (speedbar-buffers-line-path):
3448         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
3449         (epg-sign-keys):
3450         * epa.el (epa-display-verify-result):
3451         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
3453 2009-08-21  Glenn Morris  <rgm@gnu.org>
3455         * progmodes/js.el (inferior-moz-process): Fix declaration.
3457         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
3459         * obsolete/rnewspost.el (news-mail-reply):
3460         Use goto-char rather than goto-line.
3462         * term/ns-win.el (ns-open-file-select-line):
3463         Use line-beginning-position rather than goto-line.
3465         * apropos.el (apropos-command):
3466         * ehelp.el (electric-helpify):
3467         * printing.el (pr-show-setup):
3468         * strokes.el (strokes-help):
3469         * tutorial.el (tutorial--describe-nonstandard-key)
3470         (tutorial--detailed-help):
3471         * woman.el (woman-mini-help, woman-display-extended-fonts):
3472         * calc/calc-help.el (calc-describe-key):
3473         * emulation/edt.el (edt-electric-helpify):
3474         * international/mule-diag.el (mule-diag):
3475         * play/yow.el (apropos-zippy):
3476         * progmodes/python.el (python-describe-symbol):
3477         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
3478         * textmodes/table.el (*table--cell-describe-mode)
3479         (*table--cell-describe-bindings):
3480         Use help-print-return-message rather than the now obsolete alias.
3482         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
3483         (calendar-cursor-to-visible-date):
3484         * play/5x5.el (5x5-position-cursor):
3485         * play/decipher.el (decipher):
3486         * play/gomoku.el (gomoku-goto-xy):
3487         * play/landmark.el (lm-goto-xy):
3488         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
3489         (mpuz-paint-digit):
3490         Use forward-line, not goto-line.
3492         * mail/rmail.el (rmail-obsolete): Delete custom group.
3493         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
3494         (rmail-remote-password, rmail-remote-password-required):
3495         Remove unneeded :set-after and :set properties.
3497 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
3499         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
3501 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
3503         * loadup.el: Remove leftover macos code.
3505         * vc-git.el (vc-git-annotate-command): Run asynchronously.
3506         Explicitly pass the date format to git blame so that user local
3507         so that the output format can be parsed.
3509 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
3511         * net/dbus.el (top): Don't check for (getenv
3512         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
3514 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
3516         * log-edit.el (log-edit-strip-single-file-name): New var.
3517         (log-edit-insert-changelog): Use it.  Bug#3571
3519 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3521         * subr.el (read-passwd): Use read-key so keypad keys work as well.
3522         Bug#3287
3524         * help.el (help-print-return-message): Rename from
3525         print-help-return-message.
3527         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
3528         cvs-mode-map parent hack.
3529         (log-view-mode): Derive from special-mode.
3531         * linum.el (linum-mode): window-size-change-functions is redundant.
3532         Adapt to new window-configuration-change-hook behavior.
3533         (linum-after-size, linum-after-config): Remove.
3535         * imenu.el (imenu-example--name-and-position)
3536         (imenu-example--lisp-extract-index-name)
3537         (imenu-example--create-lisp-index, imenu-example--create-c-index):
3538         Mark as obsolete.
3540         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
3541         (inferior-prolog-mode): Use it.
3542         (inferior-prolog-load-file): Reset list of errors.
3544 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3546         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
3548         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
3550 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
3552         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
3553         is running already.
3555 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3557         * subr.el (listify-key-sequence-1): Use normal syntax since those
3558         integers are nowadays always represented by the same (positive) number
3559         on all platforms.
3560         (read-key-empty-map): New const.
3561         (read-key-delay): New var.
3562         (read-key): New function.
3563         (force-mode-line-update): Use with-current-buffer.
3564         (locate-user-emacs-file): Don't forget to abbreviate the file name.
3565         (start-process-shell-command, start-file-process-shell-command):
3566         Discourage the use of command-args.
3568 2009-08-19  Glenn Morris  <rgm@gnu.org>
3570         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
3572 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3574         * simple.el (choose-completion-string): Don't rely on
3575         minibuffer-completing-file-name and ad-hoc checks to decide whether
3576         to continue completion or not.
3578         * minibuffer.el (minibuffer-hide-completions): New function.
3579         (completion--do-completion): Use it.
3580         (completions-annotations): New face.
3581         (completion--insert-strings): Use it.
3582         (completion-pcm--delim-wild-regex): Add docstring.
3583         (completion-pcm--string->pattern): Add support for 0-width delimiters
3584         in completion-pcm--delim-wild-regex.
3586 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3588         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
3589         Remove unused var `buffer-modified-p'.
3591         * minibuffer.el (completion--do-completion): Move point for the #b001
3592         case as well (bug#4176).
3593         (minibuffer-complete, minibuffer-complete-word): Don't move point.
3595 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
3597         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
3598         and :session buses.
3600 2009-08-18  Kenichi Handa  <handa@m17n.org>
3602         * international/ucs-normalize.el (ucs-normalize-version):
3603         Change to 1.1.
3604         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
3605         (utf-8-hfs): Make it perform normalization on encoding too.
3607         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
3608         (sentence-end-without-space): Delete duplicated chars.
3609         (sentence-end-base): Likewise.
3611         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
3612         (html-mode): Delete duplicated chars from sentence-end-base.
3614         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
3615         (texinfo-mode): Delete duplicated chars from sentence-end-base.
3617 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
3619         * files.el (hack-one-local-variable): If the mode function is for
3620         a minor mode, pass it an argument (Bug#4148).
3622 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
3624         * net/tramp.el (tramp-register-completion-file-name-handler):
3625         Check also for (member 'partial-completion completion-styles).
3627 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3629         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
3630         abbrev (Bug#3943).
3632 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
3634         * progmodes/cperl-mode.el: Merge upstream 6.2.
3635         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
3636         (cperl-forward-re): Check cperl-brace-recursing.
3637         (cperl-highlight-charclass): New function.
3638         (cperl-find-pods-heres): Use it.
3639         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
3640         (cperl-beautify-regexp-piece): Fix column calculation.
3641         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
3642         (cperl-beautify-level): Don't process entire regexp.
3643         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
3644         calling man.
3645         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
3646         (cperl-init-faces): Build a list in the normal way.
3648 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3650         * calendar/parse-time.el (parse-time-string-chars): Save match
3651         data.
3653 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3655         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
3656         (sql-product): Use it.
3657         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
3658         (sql-set-product): Add completion.
3659         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
3660         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
3661         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
3662         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
3663         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
3664         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
3665         (sql-highlight-db2-keywords): Remove.
3666         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3667         (sql-highlight-product): Use derived-mode-p.
3668         (sql-set-sqli-buffer): Use with-current-buffer.
3669         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
3670         Simplify.
3672         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
3674         * term.el: Fix commenting convention, turn comments into docstrings.
3676 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
3678         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
3680 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3682         * calendar/parse-time.el (parse-time-string-chars): Compute using
3683         character classes, to handle non-ascii characters (Bug#3190).
3685 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3687         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
3688         another heredoc if the user adds another < (Bug#3226).
3690         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3691         Don't initialize based on window-system (Bug#4124).
3693         * facemenu.el (facemenu-read-color): Use a completion function
3694         that accepts any defined color, such as RGB triplets (Bug#3677).
3696         * files.el (get-free-disk-space): Change fallback default
3697         directory to /.  Expand DIR argument before switching to fallback.
3698         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
3700 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3702         * files.el (load-library): Doc fix.
3704 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3706         * viper-cmd.el (viper-insert-isearch-string): New function.
3707         (viper-if-string): Redefine C-s in the minibuffer to insert the last
3708         incremental search string.
3710         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
3711         XEmacs.
3713         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
3714         (ediff-merge-region-is-non-clash)
3715         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
3716         Also check if the job is really a merge job.
3718         * ediff.el (ediff-current-file): New function.
3720 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3722         * progmodes/js.el: Edit docstrings throughout to follow Emacs
3723         conventions.
3724         (js-insert-and-indent): Delete function.
3725         (js-mode-map): Don't bind keys to js-insert-and-indent.
3726         (js-beginning-of-defun): Rename from js--beginning-of-defun.
3727         (js-end-of-defun): Rename from js--end-of-defun.
3728         (js-auto-indent-flag): Delete variable.
3730 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
3732         * progmodes/js.el: Remove proclaim statement.
3733         Defvar which-func-imenu-joiner-function to silence compiler.
3735         * files.el (auto-mode-alist): Use js-mode for .js files.
3737         * progmodes/js2-mode.el: Remove file.
3739         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
3741         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
3743         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
3745 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
3746             Karl Landstrom  <karl.landstrom@brgeight.se>
3748         * progmodes/js.el: New file.
3750 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
3752         * timezone.el (timezone-parse-date): Add ability to understand ISO
3753         basic format (minimal separators) dates in addition to the
3754         already-supported extended format dates.
3756 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
3758         * international/ucs-normalize.el: Add a `coding' file variable.
3760         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
3762 2009-08-14  Sam Steingold  <sds@gnu.org>
3764         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3766 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
3768         * faces.el (help-argument-name): Define it here instead of
3769         help-fns.el, because in daemon mode help-fns.el may be loaded when
3770         faces are still uninitialized (Bug#1078).
3772         * help-fns.el (help-argument-name): Move defface to faces.el.
3774 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
3776         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
3777         create buffer with a pty but no process so that GDB can make the
3778         inferior the controlling process.
3780 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
3782         * international/ucs-normalize.el: New file.
3784 2009-08-13  Richard Stallman  <rms@gnu.org>
3786         * mail/rmail.el (rmail-get-attr-names):
3787         Accept an attribute header that is too short.
3789         * mail/rmail.el (rmail-forget-messages):
3790         Ignore nil elt in rmail-message-vector.  Use dotimes.
3792         * progmodes/compile.el (compilation-goto-locus):
3793         Use next-error-move-function.
3795         * simple.el (next-error-move-function): New variable.
3797 2009-08-12  Juri Linkov  <juri@jurta.org>
3799         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
3800         always non-nil.  (Bug#4052)
3802         * replace.el (read-regexp): Return empty string when
3803         `default-value' is nil.
3804         (keep-lines-read-args): Don't use empty string as the
3805         default value for `read-regexp'.  (Bug#2495)
3807 2009-08-12  Juri Linkov  <juri@jurta.org>
3809         * international/mule-cmds.el (ucs-insert): Change arguments
3810         from `arg' to `character', `count', `inherit' to be the same
3811         as in `insert-char'.  Doc fix.  (Bug#4039)
3813         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
3815 2009-08-12  Juri Linkov  <juri@jurta.org>
3817         * files-x.el: New file.
3819         * files.el: Move code that deals with adding/deleting
3820         file/directory-local variables to files-x.el.
3822         * Makefile.in (ELCFILES): Add files-x.elc.
3824 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
3826         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
3827         to use `goto-line'.
3828         (gdb-place-breakpoints, gdb-get-location): Rewritten without
3829         `goto-line'.
3830         (gdb-invalidate-disassembly): Do not refresh upon receiving
3831         'update signal.  Instead, update all disassembly buffers only after
3832         threads list.
3833         (gdb): Send -target-detach when buffer is killed (Bug#3794).
3834         (gdb-starting): Moved -data-list-register-names...
3835         (gdb-stopped): ...here so it's sent when first thread stops.
3836         (gdb-registers-handler-custom): Do nothing if register names are
3837         unknown yet.
3839         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
3840         from `gdb-mi.el' to avoid extra tangling.
3842         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
3843         change which breaks `gud-def' definitions used in `gdb'.
3844         (gdb-update-gud-running): No extra fuss for updating frame number.
3846 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3848         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
3849         (describe-language-environment-map, setup-language-environment-map)
3850         (set-coding-system-map): Move initialization into declaration.
3851         (set-language-info-alist): Last arg to define-key-after can be skipped.
3853         * international/quail.el (quail-completion-1): Simplify.
3854         (quail-define-rules): Use slightly more compact code.
3855         (quail-insert-decode-map): Propertize keys, compact columns.
3857         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3858         Add goto-line.
3860 2009-08-10  Miles Bader  <miles@gnu.org>
3862         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
3863         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
3864         (js2-instance-member, js2-private-member, js2-private-function-call)
3865         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
3866         (js2-magic-paren, js2-external-variable):
3867         Remove "-face" suffix from face names.
3868         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
3869         (js2-highlight-undeclared-vars, js2-peek-token)
3870         (js2-parse-function-params, js2-mode-show-errors)
3871         (js2-mode-show-warnings, js2-make-magic-delimiter)
3872         (js2-mode-highlight-magic-parens): Update to use new face names.
3874 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
3876         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
3877         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
3879 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
3881         * subr.el: Provide hashtable-print-readable.
3883         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
3884         hs-c-like-adjust-block-beginning.
3885         (hs-hide-block-at-point): Stop hiding at the beginning of
3886         hs-block-end-regexp (Bug#700).
3888 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
3890         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
3891         a macro.
3892         (gdb-registers-handler-custom): Do not fail when register names
3893         are unavailable.
3895 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3897         * progmodes/gdb-mi.el (gdb-control-all-threads)
3898         (gdb-control-current-thread): Interactive setters for
3899         `gdb-gud-control-all-threads' to use in menu.
3900         (gdb-show-run-p): Show «Go» when process is not active.
3901         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
3902         gud/thread.xpm and gud/all.xpm.
3904 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
3906         * net/net-utils.el (net-utils-font-lock-keywords): New var.
3907         (nslookup-font-lock-keywords): Make it a variable.
3908         (net-utils-mode): New mode for viewing diagnostic network output.
3909         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
3910         (net-utils-run-simple): New function.
3911         (ifconfig, iwconfig, netstat, arp, route): Use it.
3913 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3915         * progmodes/gdb-mi.el (gdb-read-memory-custom)
3916         (gdb-memory-set-address, def-gdb-set-positive-number)
3917         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
3918         after changing settings.
3919         (gdb-invalidate-disassembly): Update when first shown.
3920         (gdb-edit-locals-value): Fixed.
3921         (gdb-registers-handler-custom): Print registers in right order and
3922         allow changing register values (only for current thread yet).
3923         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
3924         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
3925         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
3926         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
3927         info in mode name.
3928         (gdb-registers-mode-map): TAB to switch to locals.
3930 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
3932         * mail/rmail.el (rmail-add-mbox-headers)
3933         (rmail-set-message-counters-counter): Search for
3934         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
3936 2009-08-08  Glenn Morris  <rgm@gnu.org>
3938         * Makefile.in (ELCFILES): Update.
3940 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3942         * mail/sendmail.el (mail-yank-original): Set
3943         buffer-file-coding-system from the one used by the message whose
3944         text is yanked.
3946         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
3947         to "windows" when "pgnuplot" is used.
3948         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
3949         call accept-process-output if "pgnuplot" is used.
3950         (calc-graph-init): Don't send -display and -geometry to
3951         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
3952         running "pgnuplot -V" with shell-command-to-string.
3954         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
3955         the default.
3957 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3959         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
3960         org/org-latex.elc.
3962 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3964         * vc-dispatcher.el (vc-resynch-window): Update comment.
3966         * term.el (term-handle-ansi-escape): Add comments with the
3967         terminfo capabilities implemented.
3969 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
3971         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
3972         (gdb-var-create-handler): Rewritten using JSON parser.
3973         (gdb-propertize-header): Moved earlier.
3974         (gdb-set-header): Removed to avoid duplication.
3975         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
3976         Refresh disassembly buffers only after threads list have been
3977         update.
3978         (gdb-threads-header, gdb-registers-header): Per-buffer header line
3979         variables.
3981 2009-08-04  Juri Linkov  <juri@jurta.org>
3983         * files.el: Commands to add/delete file/directory-local variables.
3984         (read-file-local-variable, read-file-local-variable-value)
3985         (read-file-local-variable-mode, modify-file-local-variable)
3986         (modify-file-local-variable-prop-line)
3987         (modify-dir-local-variable): New functions.
3988         (add-file-local-variable, delete-file-local-variable)
3989         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
3990         (add-dir-local-variable, delete-dir-local-variable)
3991         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
3992         (copy-dir-locals-to-file-locals-prop-line): New commands.
3994 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
3996         * abbrev.el (insert-abbrev-table-description): Prettify output.
3997         Suggested by Karl Chen.
3999 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
4001         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
4002         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
4003         (gdb-overlay-arrow-position, gdb-thread-position)
4004         (gdb-disassembly-position): Declare variables.
4005         (gdb-wait-for-pending): Function now.
4006         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
4007         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
4008         compilation goes smoothly.
4009         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
4010         (gdb-non-stop-setting): New customization setting which replaces
4011         `gdb-non-stop' so changing it doesn't break active GDB session.
4012         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
4013         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
4014         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
4015         (gdb-show-threads-by-default): New customization options.
4016         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
4017         routines.
4018         (gdb-get-buffer-create): Send buffers update signal when they are
4019         created.
4020         (gdb-invalidate-locals, gdb-invalidate-registers)
4021         (gdb-invalidate-breakpoints)
4022         (gdb-invalidate-threads, gdb-invalidate-disassembly)
4023         (gdb-invalidate-memory): Accept update signal.
4024         (gdb-current-context-command): Use --frame option.
4025         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
4026         Implement `gdb-frame-number' selection logic.
4027         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
4028         whether to show GUD toolbar buttons.
4029         (gdb-thread-exited): Unselect current thread when it exits.
4030         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
4031         (gdb-mark-line): Routine which sets overlay arrow or inverses
4032         video on fringeless displays.
4033         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
4034         to build aligned columns of data in GDB buffers and set text
4035         properties line-by-line.
4036         (gdb-invalidate-breakpoints)
4037         (gdb-breakpoints-list-handler-custom)
4038         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
4039         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
4040         (gdb-registers-handler-custom): Align data columns.
4041         (gdb-locals-handler-custom): Now prints data like in variable
4042         declarations.
4043         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
4044         Removed confusing buttons.
4045         (gdb-invalidate-threads): Append --frame.
4046         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
4047         between breakpoints/threads buffers.
4048         (gdb-set-window-buffer): Now can ignore dedicated windows.
4049         (gdb-propertize-header): Use `gdb-set-window-buffer'.
4050         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
4051         (def-gdb-thread-buffer-gud-command): Replaces
4052         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
4053         for fine thread control.
4054         (gdb-preempt-existing-or-display-buffer): New function used to
4055         display bound buffers without breaking window layout.
4056         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
4057         (gdb-select-frame): New version of `gdb-frames-select' which now
4058         sets `gdb-frame-number' so commands may use --frame option instead
4059         of inner debugger state.
4060         (gdb-frame-handler): Do not set `gdb-frame-number'.
4061         (gdb-threads-mode-map): Select threads with mouse.
4063         * progmodes/gud.el (gdb-gud-context-call): Declare function to
4064         avoid compilation warning.
4065         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
4066         `gdb-show-stop-p`.
4068         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
4069         Argument `key' renamed to `buffer-type'.
4070         (gdb-current-context-buffer-name): Do not add thread info to
4071         buffer name when no thread is selected.
4072         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
4073         command (bug 3794).
4074         (gdb-thread-selected): Handle `=thread-selected' notification.
4075         (gdb-wait-for-pending): New macro to deal with congestion problems.
4076         (gdb-breakpoints-list-handler-custom): Don't fail on pending
4077         breakpoints.
4078         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
4079         This fixes problem similar to one described in bug 3947.
4080         (gud-menu-map): More menu items.
4081         (gdb-init-1): Reset `gdb-thread-number' to nil.
4083         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
4084         non-stop settings.
4086         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
4087         (gdb-current-context-command): Do not append --thread if
4088         `gdb-thread-number' is nil.
4089         (gdb-running-threads-count, gdb-stopped-threads-count): New
4090         variables.
4091         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
4092         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
4093         customization options.
4094         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
4095         GUD commands.
4096         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4097         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
4098         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
4099         set `gdb-thread-number' and update `gud-running' properly.
4100         (gdb-running): Update threads list when new threads appear.
4101         (gdb-stopped): Support non-stop operation and new thread switching
4102         logic.
4103         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
4104         (gdb-json-partial-output): New set of JSON routines.
4105         (def-gdb-auto-update-trigger): New `signal-list' optional
4106         argument.
4107         (gdb-thread-list-handler-custom): Update `gud-running',
4108         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
4109         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
4110         (gdb-continue-thread, gdb-step-thread): New commands for fine
4111         thread execution control.
4112         (gud-menu-map): New menu items to switch non-stop options.
4113         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
4114         (gdb-send): Mimic RET properly (bug 3794).
4116         * progmodes/gdb-mi.el (gdb-rules-name-maker)
4117         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
4118         gdb-buffer-rules.
4119         (def-gdb-auto-update-handler): New nopreserve optional argument.
4120         (gdb-stack-list-frames-custom): Print stack from top to bottom.
4122         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
4123         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
4124         (gdb-parent-mode): New mode to derive other GDB modes from.
4125         (gdb-display-disassembly-for-thread)
4126         (gdb-frame-disassembly-for-thread): New commands for threads
4127         buffer.
4129         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
4130         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
4131         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
4132         (gdb-update): We now store all GDB buffers in a list so that they
4133         can be updated by traversing a list instead of calling invalidate
4134         triggers explicitly.
4135         (def-gdb-trigger-and-handler): New macro to define trigger-handler
4136         pair for GDB buffer.
4137         (gdb-stack-buffer-name): Add thread information.
4138         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
4139         handle pending triggers.
4140         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
4141         (def-gdb-thread-buffer-simple-command)
4142         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
4143         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
4144         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
4145         New commands which show buffers bound to thread.
4146         (gdb-stack-list-locals-regexp): Removed unused regexp.
4148         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
4149         (gdb-locals-buffer-name, gdb-registers-buffer-name)
4150         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
4151         to (gud-comint-buffer) in *-buffer-name functions
4152         because (gdb-get-target-string) already does that.
4153         (gdb-locals-handler-custom, gdb-registers-handler-custom)
4154         (gdb-changed-registers-handler): Rewritten without regexps.
4156         * progmodes/gdb-mi.el Basic thread selection support.
4157         (gdb-thread-number): New variable.
4158         (gdb-current-context-command): New macro which adds --thread
4159         option to command.
4160         (gdb-threads-mode-map): Select thread with SPC.
4161         (gdb-thread-list-handler-custom): Mark current thread with overlay
4162         arrow.  Synchronize GDB thread and Emacs thread.
4163         (gdb-select-thread): New command which selects current thread.
4164         (gdb-invalidate-frames, gdb-invalidate-locals)
4165         (gdb-invalidate-registers): Use --thread option.
4167 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
4169         * net/tramp.el (top): Make check for tramp-gvfs loading more
4170         robust.  (Bug#3977)
4171         (tramp-handle-insert-file-contents): `unwind-protect' must be
4172         inside `with-parsed-tramp-file-name'.
4174         * net/tramp-gvfs.el (top): Remove superfluous message when loading
4175         fails.
4177 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
4179         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
4180         directory if CLASSPATH is not set.
4182 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
4184         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
4185         New defconst.
4186         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
4188 2009-08-02  Kevin Ryde  <user42@zip.com.au>
4190         * net/newst-backend.el (newsticker--raw-url-list-defaults):
4191         Update freshmeat link.  Delete newsforge.com as it seems gone.
4193 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
4195         * select.el (x-set-selection): Doc fix (Bug#4021).
4197         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
4199         * help-fns.el (describe-variable): Treat list return values from
4200         dir-locals-find-file properly (Bug#4005).
4202 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
4204         * net/tramp.el (tramp-debug-message): Print also microseconds.
4206 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
4208         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
4209         or END is non-nil.
4210         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
4211         (tramp-get-debug-buffer): Change `outline-regexp' according to new
4212         format.
4214         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
4215         (tramp-get-file-property): Use it.
4217         * autorevert.el (auto-revert-handler): Allow
4218         `auto-revert-tail-mode' for remote files.
4220 2009-08-02  Jason Rumney  <jasonr@gnu.org>
4222         * minibuffer.el (read-file-name): Treat confirm options to
4223         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
4225 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
4227         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
4228         (font-lock-variable-name-face, font-lock-constant-face): Darken
4229         the colors for light backgrounds.
4231 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
4233         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
4234         month names.  (Bug#3987)
4236 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
4238         * simple.el (line-move-finish): Pass whole number to
4239         line-move-to-column.
4240         (line-move-visual): Perform hscroll to the recorded position.
4242 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
4244         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
4246 2009-07-29  Alan Mackenzie  <acm@muc.de>
4248         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
4250 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
4252         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
4253         (gdb-place-breakpoints): Use full path when setting breakpoints.
4255 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
4257         * calc/calc.el (calc-mode-map): Add keybinding for
4258         `calc-transpose-lines'.
4260 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
4262         * calc/calc-misc.el (calc-transpose-lines): New function.
4264 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
4266         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
4267         Simplify check for out-of-band methods.
4268         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
4269         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
4271 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4273         * vc-git.el (vc-git-checkin): Fix typo.
4275 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
4277         * progmodes/js2-mode.el: New file.
4279 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
4281         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
4282         (gud-menu-map): Adjust tooltip accordingly.
4284 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4286         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
4287         (vc-bzr-log-view-mode): Adjust log-view-file-re.
4289         * add-log.el (change-log-mode-map): Add a menu.
4291 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
4293         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
4294         function returns nil.
4295         (dbus-handle-event): Handle special return value :ignore.
4296         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
4298 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
4300         * view.el (view-mode-enable): Don't define Helper-return-blurb if
4301         it's not needed.
4303 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
4305         Fix Bug#3888:
4307         * w32-vars.el (x-select-enable-clipboard): Doc fix.
4309         * term/pc-win.el (x-display-name, x-colors)
4310         (x-select-enable-clipboard, x-select-text): Doc fix.
4312         * term/common-win.el (x-display-name, x-colors): Doc fix.
4314         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
4315         (xw-defined-colors): Doc fix.
4317         * w32-fns.el (x-select-text, x-setup-function-keys)
4318         (x-get-selection, x-set-selection): Doc fix.
4320         * term/x-win.el (x-select-text, x-setup-function-keys)
4321         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
4323         * select.el (x-set-selection): Doc fix.
4325 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
4327         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
4328         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
4329         "IsNSSSupportAvailable" method is not available.  Reported by
4330         Steve Youngs <steve@sxemacs.org>.
4332 2009-07-24  Kenichi Handa  <handa@m17n.org>
4334         * international/characters.el: Fix setting of category ?C, ?|, ?K,
4335         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
4336         (build-unicode-category-table): Fix range checks.
4338 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4340         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
4341         the buffer we try to sync is current when calling
4342         vc-resynch-buffer.
4344         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
4345         not show up to date files.
4347 2009-07-24  Glenn Morris  <rgm@gnu.org>
4349         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
4350         Add autoload cookies.  If necessary, initialize.
4351         (elint-log): Handle non-file buffers.
4352         (elint-initialize): Add optional argument to reinitialize.
4353         (elint-find-builtin-variables): Save excursion.
4355 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4357         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4358         for Lint.
4360 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4362         * vc.el (vc-print-log-internal): New function, split out from ...
4363         (vc-print-log): ... here.
4364         (vc-dir-move-to-goal-column): Declare.
4366         * vc-git.el (vc-git-add-signoff): New variable.
4367         (vc-git-checkin): Use it.
4368         (vc-git-toggle-signoff): New function.
4369         (vc-git-extra-menu-map): Bind it to menu.
4370         (vc-git--run-command-string): Accept a nil FILE argument.
4371         (vc-git-stash-list): New function.
4372         (vc-git-dir-extra-headers): Use it.
4374 2009-07-23  Glenn Morris  <rgm@gnu.org>
4376         * help-fns.el (describe-variable): Describe ignored and risky local
4377         variables in a similar way to that in which we describe safe ones.
4379         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
4380         (byte-compile-output-file-form, byte-compile-output-docform)
4381         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
4382         Give some more local variables with common names a "bytecomp-" prefix,
4383         so as not to shadow things during compilation.
4384         * emacs-lisp/cl-macs.el (load-time-value)
4385         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
4386         `outbuffer' to `bytecomp-outbuffer'.
4388         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
4389         since the next two variables cover them automatically now.
4390         (elint-builtin-variables, elint-autoloaded-variables): New.
4391         (elint-unknown-builtin-args): Remove all members, since they can be
4392         parsed automatically now.
4393         (elint-extra-errors): New.
4394         (elint-env-add-env, elint-env-add-macro): Use cadr.
4395         (elint-current-buffer): Use or.  Change final message.
4396         (elint-get-top-forms): Use line-end-position.
4397         (elint-init-env): Use cadr.  Handle autoload, declare-function,
4398         and defalias.
4399         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
4400         (regexp-assoc): Remove unused function.
4401         (elint-top-form): Set elint-current-pos, to record the start of the
4402         top-level form, for compilation-mode.
4403         (elint-form): Trap errors in macro expansion.  Use dolist.
4404         (elint-unbound-variable): Use elint-builtin-variables and
4405         elint-autoloaded-variables.
4406         (elint-get-args): Use cadr, or.
4407         (elint-check-cond-form): Use dolist, cadr.
4408         (elint-check-condition-case-form): Doc fix.  Use cadr.
4409         Use elint-extra-errors.
4410         (elint-log): New function.
4411         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
4412         Distinguish errors and warnings.
4413         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
4414         Use a bytecomp-style format.
4415         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
4416         (elint-get-log-buffer): Use compilation mode.  Disable undo.
4417         Don't truncate lines.
4418         (elint-initialize): Set builtin and autoloaded variable lists.
4419         Only process elint-unknown-builtin-args if non-nil.
4420         (elint-find-builtin-variables, elint-find-autoloaded-variables):
4421         New functions.
4422         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
4424 2009-07-22  Kevin Ryde  <user42@zip.com.au>
4426         * net/newst-backend.el (newsticker--parse-atom-1.0)
4427         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4428         (newsticker--parse-rss-1.0):
4429         * progmodes/idlwave.el (idlwave-mode):
4430         * progmodes/idlw-shell.el (idlwave-shell-mode):
4431         * progmodes/vera-mode.el (vera-mode):
4432         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
4433         * progmodes/vhdl-mode.el (vhdl-mode):
4434         * textmodes/table.el (table-generate-source)
4435         (table--warn-incompatibility):
4436         Hyperlink urls in docstrings with URL `...'.
4438 2009-07-22  Glenn Morris  <rgm@gnu.org>
4440         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
4441         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
4442         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
4443         Remove leading * from defcustom docs.
4445         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
4447         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
4448         defcustom doc.
4449         (list-load-path-shadows): Optionally, just return shadows as a string.
4451         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
4453 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
4455         * mail/rmailedit.el (rmail-edit-mode): Use
4456         auto-save-include-big-deletions.
4458         * mail/rmail.el (rmail-variables): Use
4459         auto-save-include-big-deletions.
4461         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
4462         changes.
4464 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4466         * calc/calc.el (calc-undo-length): New variable.
4467         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
4469 2009-07-21  Richard Stallman  <rms@gnu.org>
4471         * files.el (auto-save-mode): Handle buffer-save-size = -2
4472         for toggling mode.
4474 2009-07-21  Glenn Morris  <rgm@gnu.org>
4476         * textmodes/ispell.el (ispell-looking-back): Update declaration.
4478         * calendar/todo-mode.el (calendar-current-date): Update declaration.
4480         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4481         silence compiler.  Instead...
4482         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
4483         (ps-print-ensure-fontified): Update for above function name changes.
4485         * printing.el (pr-mh-get-msg-num, pr-mh-show)
4486         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
4487         silence compiler.  Instead...
4488         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
4489         (mh-show-buffer): Only define for compiler.
4490         (pr-mh-current-message): Update for above function name changes.
4492         * files.el (abort-if-file-too-large): Explicitly pass `filename'
4493         as an argument.
4494         (find-file-noselect, insert-file-1): Update for above change.
4496         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
4498         * mail/mailclient.el (mailclient-send-it): Fix message.
4500         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
4501         (edebug-eval): Check cl-debug-env is bound.
4502         (print-level, print-circle): Don't redefine built-in variables.
4504         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
4505         (custom-print-vectors): Remove old comments from doc.
4507         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
4508         (emerge-version): Make the variable an obsolete alias for the
4509         emacs-version variable.  Make the function obsolete.
4510         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
4511         Emerge options, rather than merging in into the main Options menu.
4512         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
4513         and auto advance modes.  Disable edit/fast items when not relevant.
4515 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4517         * term/vt420.el (terminal-init-vt420): Fix typo.
4519 2009-07-20  Sam Steingold  <sds@gnu.org>
4521         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
4522         variable (removed from compile.el on 2004-03-11).
4524 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
4526         * files.el (hack-local-variables-filter): Fix last change.
4528 2009-07-19  Juri Linkov  <juri@jurta.org>
4530         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
4531         (dir-local-variables-alist): New buffer-local variable.
4532         (hack-local-variables-filter): If variable is not dir-local,
4533         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
4534         because file-local overrides dir-local.
4535         (c-postprocess-file-styles)<declare-function>:
4536         Remove obsolete declaration.
4537         (hack-dir-local-variables): Add dir-local variable/value pair to
4538         `dir-local-variables-alist' and remove duplicates.  Doc fix.
4540         * help-fns.el (describe-variable): Add information about
4541         file-local and dir-local variables.
4543 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
4545         * files.el (hack-local-variables-filter): Rewrite.
4547 2009-07-19  Glenn Morris  <rgm@gnu.org>
4549         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
4550         Silence compiler by only defining on XEmacs.
4552         * international/mule.el (auto-coding-regexp-alist): Only match
4553         BABYL... at the start of buffer, not of lines.  (Bug#3790)
4555         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
4556         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
4557         (cal-menu-context-mouse-menu): Doc fix.
4559         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
4561         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
4563 2009-07-18  Juri Linkov  <juri@jurta.org>
4565         * info.el: Virtual Info keyword finder.
4566         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
4567         (Info-finder-file): New variable.
4568         (Info-finder-find-file): New function.
4569         (finder-known-keywords, finder-package-info)
4570         (find-library-name, lm-commentary): Use defvar and
4571         declare-function to silence compiler warnings.
4572         (Info-finder-find-node): New function.
4573         (info-finder): New command.
4575         * subr.el (process-kill-buffer-query-function): New function.
4576         (add-hook)<kill-buffer-query-functions>: Add hook
4577         `process-kill-buffer-query-function'.
4579 2009-07-18  Alan Mackenzie  <acm@muc.de>
4581         * progmodes/cc-mode.el (c-before-hack-hook)
4582         (c-postprocess-file-styles): Give invocation of `c-set-style'
4583         DONT-OVERRIDE parameter of t.  Already set style variables will
4584         thus not be overridden by style settings given by `c-file-syle'.
4586         * files.el (hack-local-variables-filter): Remove entries with
4587         duplicate keys from `file-local-variables-alist'.
4589 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4591         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
4592         x-set-selection if display-selections-p returns nil for the
4593         current frame.
4595 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
4597         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
4599 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4601         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
4602         Accept nil in addition to a regexp.
4603         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
4604         Accept nil in addition to a regexp.
4605         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
4606         buffers that have an associated file.  Handle nil values of
4607         desktop-buffers-not-to-save and desktop-files-not-to-save.
4608         (Bug#3833)
4610         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4611         (x-disown-selection-internal): New functions.
4613 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
4615         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
4616         warning.
4617         (gdb-breakpoints-header): Move forward to avoid compiler warning.
4618         (gdb-make-header-line-mouse-map): Remove duplicate definition.
4620 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
4622         * simple.el (set-mark): Revert last change.
4624 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
4626         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
4627         rendering of pngs is not possible instead of messaging a long
4628         description.
4630 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
4632         * w32-fns.el (x-selection-owner-p): New function.
4634         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
4635         (mouse-yank-at-click, mouse-yank-primary): If
4636         select-active-regions is non-nil, deactivate the mark before
4637         insertion.
4639         * simple.el (deactivate-mark, set-mark): Only save selection if we
4640         own it.
4642 2009-07-17  Kenichi Handa  <handa@m17n.org>
4644         * case-table.el (describe-buffer-case-table): Fix for the case
4645         that KEY is a cons.
4647 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4649         * vc-rcs.el (vc-rcs-find-file-hook):
4650         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
4652 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
4654         * net/tramp.el (tramp-wait-for-output): Handle the case when
4655         commands do not return a newline but a null byte before the shell
4656         prompt.  (Bug#3858)
4658 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4660         * term/ns-win.el (ns-set-alpha): Don't declare.
4661         (ns-set-background-alpha): Remove function.
4663 2009-07-16  Kevin Ryde  <user42@zip.com.au>
4665         * emacs-lisp/copyright.el (copyright-update): Save match-data across
4666         y-or-n-p, for safety.
4668 2009-07-16  Richard Stallman  <rms@gnu.org>
4670         * files.el (auto-save-mode): If buffer-saved-size is -2,
4671         don't clobber it.
4673         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
4674         (rmail-retry-ignored-headers): Add more uninteresting fields.
4676 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
4678         * net/rcirc.el (rcirc): Use history variables.
4679         (rcirc-server-name-history, rcirc-nick-name-history)
4680         (rcirc-server-port-history): New variables.
4682 2009-07-15  Kenichi Handa  <handa@m17n.org>
4684         * international/mule-cmds.el (set-language-environment-charset):
4685         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
4686         ignore them.
4688         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4689         Delete unibyte-display.
4691 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4693         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
4695 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4697         * simple.el (deactivate-mark): Optional argument FORCE.
4698         (set-mark): Use deactivate-mark.
4700         * info.el (Info-search): No need to check transient-mark-mode
4701         before calling deactivate-mark.
4703         * select.el (x-set-selection): Doc fix.
4704         (x-valid-simple-selection-p): Allow buffer values.
4705         (xselect--selection-bounds): Handle buffer values.  Suggested by
4706         David De La Harpe Golden.
4708         * mouse.el (mouse-set-region, mouse-drag-track): Call
4709         copy-region-as-kill before setting the mark, to let
4710         select-active-regions work.
4712 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
4714         * simple.el (deactivate-mark): If select-active-regions is
4715         non-nil, copy the selection data into a string.
4716         (activate-mark): If select-active-regions is non-nil, set the
4717         selection to the current buffer.
4718         (set-mark): Update selection if select-active-regions is non-nil.
4720         * select.el (x-valid-simple-selection-p): Allow buffer values.
4722 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4724         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
4725         and more featureful message-mode.
4727 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
4729         * select.el (x-set-selection): Doc fix.
4730         (x-valid-simple-selection-p): Disallow selection data consisting
4731         of a list or cons of integers, since that is not used.
4732         (xselect--selection-bounds, xselect--int-to-cons): New functions.
4733         (xselect-convert-to-string, xselect-convert-to-length)
4734         (xselect-convert-to-filename, xselect-convert-to-charpos)
4735         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
4737 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
4739         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4740         output in -break-info command (Emacs bug #3794).
4742 2009-07-14  Glenn Morris  <rgm@gnu.org>
4744         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
4745         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
4746         (edebug-print-length, edebug-print-level, edebug-print-circle)
4747         (edebug-sit-for-seconds, edebug-view-outside)
4748         (edebug-bounce-point, edebug-set-global-break-condition)
4749         (edebug-Go-nonstop-mode, edebug-trace-mode)
4750         (edebug-Trace-fast-mode, edebug-continue-mode)
4751         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
4752         (edebug-visit-eval-list): Doc fixes.
4754         * subr.el (def-edebug-spec): Doc fix.
4756 2009-07-14  Kenichi Handa  <handa@m17n.org>
4758         * international/characters.el: Fix setting of category ?C.
4760 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
4762         * term/ns-win.el (x-select-font): defalias x-select-font to
4763         ns-popup-font-panel instead of generate-fontset-menu.
4765 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
4767         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
4769 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
4771         * arc-mode.el (archive-find-type): Allow for a PK00 string before
4772         the PK\003\004 header (Bug#3770).
4774 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
4776         * pcomplete.el (pcomplete-comint-setup): Check for
4777         shell-dynamic-complete-filename too.
4779 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
4781         * simple.el (temporary-goal-column): Change the value for
4782         line-move-visual to a cons cell.
4783         (line-move-visual): Record or set the window hscroll, if
4784         necessary (Bug#3494).
4785         (line-move-1): Handle cons value of temporary-goal-column.
4787 2009-07-11  Kenichi Handa  <handa@m17n.org>
4789         * international/mule-diag.el (describe-character-set): Don't show
4790         width.
4792 2009-07-10  Sam Steingold  <sds@gnu.org>
4794         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4795         Omake sometimes indents the errors it prints, so allow all
4796         regexps to start with spaces.
4798 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
4800         * cus-edit.el (customize-changed-options-previous-release):
4801         Bump value to 22.1.  (Bug#3804)
4803 2009-07-08  Sam Steingold  <sds@gnu.org>
4805         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
4806         to be a cons cell (test . ignored-directory) to selectively ignore
4807         some directories depending on the location of the search.
4809 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
4811         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
4812         remote user is root, on the local host.
4813         (tramp-local-host-p): Either the local user or the remote user
4814         must be root.  (Bug#3771)
4816 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4818         * progmodes/gdb-mi.el (gdb): Remove description of
4819         gdb-use-separate-io-buffer.
4820         (menu): Don't allow toggling of or enable
4821         gdb-use-separate-io-buffer from menubar.
4823 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4825         * mail/unrmail.el (unrmail): Make sure the message ends with two
4826         newlines (Bug#3769).
4828 2009-07-08  Glenn Morris  <rgm@gnu.org>
4830         * calendar/calendar.el (calendar-current-date): Rework previous change.
4832 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
4834         * calendar/calendar.el (calendar-current-date):
4835         Add an optional argument giving an offset from today.
4837 2009-07-08  Glenn Morris  <rgm@gnu.org>
4839         * tutorial.el (tutorial--describe-nonstandard-key):
4840         Adjust the message for when a key has been unbound.
4841         (help-with-tutorial): Hide the arch-tag.
4843 2009-07-08  Kenichi Handa  <handa@m17n.org>
4845         * international/fontset.el (setup-default-fontset): For each
4846         script, append (not set) font-specs.
4848         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
4849         docstring.
4851 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4853         * progmodes/gdb-mi.el (gdb-init-1): Move sending
4854         -data-list-register-names to ...
4855         (gdb-starting): ... here because GDB 7.0 requires execution to
4856         have started when using this MI command.
4857         (gdb-set-header): New function to distinguish select and
4858         unselected tabs in gdb buffers.
4859         (gdb-propertize-header): New macro that uses gdb-set-header.
4860         (gdb-breakpoints-header, gdb-locals-header): Use it.
4861         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
4863 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
4865         * Makefile.in (ELCFILES): Remove fadr.elc.
4867 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
4869         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
4870         may contain frame information, so `string-match' should be used.
4871         (gdb-update): Disassembly is invalidated through
4872         `gdb-get-selected-frame'.
4873         (gdb-pad-string): New function to pad string with spaces.
4874         (gdb-invalidate-disassembly): Invalidate only if the buffer
4875         exists.
4876         (gdb-disassembly-handler-custom): Column alignment.
4877         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
4878         placing new ones.
4879         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
4880         end of line, too.
4881         (gdb-frame-handler): Match convention to for disassembly buffer
4882         mode name.
4883         (gdb-stack-list-frames-handler): Rewritten without regexps.
4884         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
4885         not highlight breakpoints without line information.
4886         (gdb-input): Add trailing newline to command.
4888         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
4889         buffer properly.
4890         (gdb-breakpoints-list-handler-custom): Replacement for
4891         `gdb-break-list-handler'.  Using real parser instead of regexps
4892         now.
4893         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
4894         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
4895         to place breakpoints.
4896         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
4897         functions.
4898         (gdb-disassembly-handler-custom): Show overlay arrow.
4899         (gdb-disassembly-place-breakpoints): Show breakpoints in
4900         disassembly buffer.
4901         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4902         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
4903         instead of parsing breakpoints buffer.  Fixed old menu references
4904         in `gud-menu-map'.
4906         * fadr.el: Remove.
4908         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
4909         (gdb-memory-address): New variable which holds top address of
4910         memory page shown in memory buffer.
4911         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
4912         customization variables.
4913         New functions:
4914         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
4915         display the memory buffer.
4916         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
4917         buffer display parameters.
4918         (def-gdb-memory-format, gdb-memory-format-binary)
4919         (gdb-memory-format-octal, gdb-memory-format-unsigned)
4920         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
4921         Functions for setting memory buffer format.
4922         (gdb-memory-unit-word, gdb-memory-unit-halfword)
4923         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
4924         unit size used in memory buffer.
4925         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
4926         to next/previous page of memory buffer.
4927         Now using (bindat-get-field) instead of fadr functions.
4929 2009-07-07  Sam Steingold  <sds@gnu.org>
4931         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
4932         non-top-level files.
4934 2009-07-07  Kenichi Handa  <handa@m17n.org>
4936         * international/mule-cmds.el (reset-language-environment): Put
4937         the highset priority to the charset iso-8859-1.
4939 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4941         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
4942         to the end of the line when locating the block (Bug#700).
4944 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
4946         * net/tramp.el (tramp-handle-write-region): Flush file properties
4947         in case of short track.
4949 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
4951         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
4952         representation of verilog error regular expressions to work with
4953         Emacs-22's new format.
4954         (verilog-error-regexp-xemacs-alist): Coded custom representation
4955         of verilog error regular expressions to work with XEmacs format.
4956         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
4957         error recognition into XEmacs.
4958         (verilog-error-regexp-add-emacs): Hook routine to install verilog
4959         error recognition into Emacs-22.
4961 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4963         * woman.el: Remove stand-alone closing parentheses.
4964         (woman-file-name, woman2-format-paragraphs)
4965         (woman-leave-blank-lines): Code cleanup.
4966         (woman-use-own-frame): Change default to nil.
4967         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
4968         defaults to inherit from default faces.
4969         (woman2-process-escapes): Consume the newline after a stand-alone
4970         filler character (Bug#3651).
4972 2009-07-06  Glenn Morris  <rgm@gnu.org>
4974         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
4975         (top-level): Move provide to the end.
4976         (ffap): Remove defunct URL from custom group.
4978         * subr.el (eval-after-load): Doc fix.
4980 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
4982         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
4983         `calc-embedded-word' is called twice.
4985 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4987         * files.el (find-alternate-file-other-window, find-alternate-file):
4988         Obey confirm-nonexistent-file-or-buffer.
4990 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
4992         * dired-aux.el (dired-show-file-type): Handle remote files.
4994 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
4996         * desktop.el (desktop-globals-to-save):
4997         Add file-name-history (Bug#2750).
4999 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
5001         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
5003 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
5005         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
5006         property on entire argument since this is what eshell-lisp-command
5007         expects.
5009 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
5011         * net/tramp-gvfs.el (tramp-gvfs-methods)
5012         (tramp-gvfs-zeroconf-domain)
5013         (tramp-bluez-discover-devices-timeout): Add version flag.
5014         (tramp-gvfs-handler-mounted-unmounted)
5015         (tramp-gvfs-connection-mounted-p): Polish handling of
5016         incompatibilities between GVFS 0.2 and 1.0.
5018 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
5020         * cus-start.el (all): Add make-pointer-invisible.
5022 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5024         * calc-math.el (math-use-emacs-fn): Make sure that the number is
5025         formatted correctly.
5027 2009-07-02  Juri Linkov  <juri@jurta.org>
5029         * info.el: Virtual Info files and nodes.
5030         (Info-virtual-files, Info-virtual-nodes): New variables.
5031         (Info-current-node-virtual): New variable.
5032         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
5033         New functions.
5034         (Info-file-supports-index-cookies): Use Info-virtual-file-p
5035         to check for a virtual file instead of checking a fixed list
5036         of node names.
5037         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
5038         instead of ad-hoc processing of "dir" and (apropos history toc).
5039         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
5040         instead of ad-hoc processing of "dir" and (apropos history toc).
5041         Reread a file when moving from a virtual node.
5042         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
5043         (Info-directory-toc-nodes, Info-directory-find-file)
5044         (Info-directory-find-node): New functions.
5045         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
5046         (Info-history): Move part of code to
5047         `Info-history-find-node'.
5048         (Info-history-toc-nodes, Info-history-find-file)
5049         (Info-history-find-node): New functions.
5050         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
5051         (Info-toc): Move part of code to `Info-toc-find-node'.
5052         (Info-toc-find-node): New function.
5053         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
5054         the current Info file name to references because now the node
5055         "*TOC*" belongs to the same Info manual.
5056         (Info-toc-build): Rename from `Info-build-toc'.
5057         (Info-toc-nodes): Rename input argument `file' to `filename'.
5058         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
5059         instead of ad-hoc processing of ("dir" apropos history toc).
5060         (Info-index-nodes): Use Info-virtual-file-p
5061         to check for a virtual file instead of checking a fixed list
5062         of node names.
5063         (Info-index-node): Add check for `Info-current-node-virtual'.
5064         Raise `save-match-data' higher up the tree to contain
5065         `search-forward' too (bug fix).
5066         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
5067         (Info-virtual-index-nodes): New variable.
5068         (Info-virtual-index-find-node, Info-virtual-index): New functions.
5069         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
5070         (Info-apropos-file, Info-apropos-nodes): New variables.
5071         (Info-apropos-toc-nodes, Info-apropos-find-file)
5072         (Info-apropos-find-node, Info-apropos-matches): New functions.
5073         (info-apropos): Move part of code to `Info-apropos-find-node' and
5074         `Info-apropos-matches'.
5075         (Info-mode-map): Bind "I" to `Info-virtual-index'.
5076         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
5077         for a virtual file instead of checking a fixed list of node names.
5079         * simple.el (async-shell-command): New command.
5081         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
5083         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
5084         instead of `mount-info'.
5086 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
5088         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
5089         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
5091 2009-07-02  Kenichi Handa  <handa@m17n.org>
5093         * international/mule.el (set-keyboard-coding-system): Force *-unix
5094         coding-system to avoid eol conversion.
5096 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
5098         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5099         Add handler for `process-file', `shell-command' and
5100         `start-file-process'.
5101         (tramp-gvfs-handle-shell-command)
5102         (tramp-gvfs-handle-start-file-process)
5103         (tramp-gvfs-handle-process-file): New defuns.
5104         (tramp-synce-list-devices): Simplify check for existence of property.
5106 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5108         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
5110 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5112         * language/korean.el (set-language-info-alist): Add korean-cp949,
5113         cp949 to spec.
5115 2009-07-01  Kenichi Handa  <handa@m17n.org>
5117         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
5119         * international/encoded-kb.el: Deleted.
5121         * international/mule.el (set-keyboard-coding-system): Perform the
5122         necessary setup here instead of calling encoded-kbd-setup-display.
5124 2009-07-01  Glenn Morris  <rgm@gnu.org>
5126         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
5128 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
5130         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
5132 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
5134         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
5135         Handle also the 'rename case, when setting file modes.  (Bug#3712)
5136         (tramp-default-file-modes) Remove execute permissions.
5138         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
5139         (top): Add a default for "synce" in `tramp-default-user-alist'.
5140         Add completion function for "synce" method.
5141         (tramp-hal-service, tramp-hal-path-manager)
5142         (tramp-hal-interface-manager, tramp-hal-interface-device):
5143         New defconst.
5144         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
5145         (tramp-synce-list-devices, tramp-synce-parse-device-names):
5146         New defuns.
5148         * net/trampver.el: Update release number.
5150 2009-06-30  Kenichi Handa  <handa@m17n.org>
5152         * international/fontset.el (setup-default-fontset): Add CJK fonts
5153         for symbols and the other miscellaneous characters.
5155         * language/korea-util.el (setup-korean-environment-internal):
5156         Make char-width-table suitable for Korean environments.
5157         (exit-korean-environment): Cancel above.
5159         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5160         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
5161         setup-funcion to make char-widht-table suitable for respective
5162         environments, and an exit-function to cancel that.
5164         * language/japan-util.el (setup-japanese-environment-internal):
5165         Call use-cjk-char-width-table with arg `ja_JP'.
5167         * international/characters.el (cjk-char-width-table): Delete it.
5168         (cjk-char-width-table-list): New variable.
5169         (use-cjk-char-width-table): New arg local-name.
5170         (use-default-char-width-table): Fix for the case that Emacs is
5171         already using the default char-width-table.
5173 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
5175         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
5176         modes mandatory.  (Bug#3712)
5178 2009-06-29  Alan Mackenzie  <acm@muc.de>
5180         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
5181         correction between the visible width of TABs and their number of bytes.
5183 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
5185         * server.el (server-buffer-done): Prevent kill-buffer from
5186         prompting by clearing the buffer modification flag (Bug#3696).
5188 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
5190         * verilog-mode.el (verilog-beg-of-statement)
5191         (verilog-endcomment-reason-re): Support unique case and priority case.
5192         (verilog-basic-complete-re): Support localparam lineup.
5193         (verilog-beg-of-statement-1): Fix for robustness, unique case.
5194         (verilog-set-auto-endcomments): Fix for unique case, always_comb
5195         commenting.
5196         (verilog-leap-to-case-head): Now support *nested* unique &
5197         priority case statements.
5198         (verilog-auto-lineup): Make just declarations the default (as it
5199         had been).
5200         (verilog-leap-to-case-head): Support priority/unique case statements.
5201         (verilog-auto-lineup): Rework to give users radio buttons to
5202         select the various styles of automatic lineup.
5203         (verilog-error-regexp-alist): Rework to support the XEmacs style
5204         of error regular expressions from compilers, lint tools &
5205         simulators.  Note that GNU Emacs has made it impossible for a mode
5206         to load such things.
5207         (electric-verilog-terminate-line, verilog-indent-declaration)
5208         (verilog-auto-wiure): Rework for radio button selection of
5209         auto-lineup selection of specification of auto lineup.
5210         (verilog-beg-of-statement-1): Redesign to support proper operation
5211         in additional code, based on testing with auto-lineup.
5212         (verilog-calculate-indent, assignments & declarations)
5213         (verilog-backward-token): Enhance to support auto-lineup of
5214         assignments & declarations.
5215         (verilog-in-directive-p, verilog-at-struct-p): New function for
5216         easy test of whether we are.
5217         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
5218         to support safe execution at almost anyline.
5219         (verilog-calc-1): Properly support indenting deep inside generate
5220         blocks.
5221         (verilog-init-font) Remove definition & use of verilog-init-font,
5222         as it is redundant with font-lock-defaults.
5223         (verilog-mode): Alter the definition of verilog-font-lock-defaults
5224         to avoid circular calls if syntax-ppss is a function (as is the
5225         case now in 22.x GNU Emacs) as that function would sometimes call
5226         itself, leading to (nearly) infinite recursion.
5227         (verilog-ovm-begin-re, verilog-ovm-end-re)
5228         (verilog-ovm-statement-re, verilog-leap-to-head)
5229         (verilog-backward-token): Add support for OVM macros.  Some are
5230         complete statements, and others open and close scopes like begin
5231         and end.
5232         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
5233         (verilog-defun-level-generate-only-re): Really fix the defun-list
5234         compilation issue.
5235         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
5236         coverpoint, constraint and cross statements.
5237         (verilog-defun-level-list, verilog-generate-defun-level-list)
5238         (verilog-all-defun-level-list): Redo these specifications - it is
5239         too hard to support eval-when compile aggregation of lists also
5240         built at when-compile time.
5241         (verilog-defun-level-list): Place defconsts of variables used in
5242         building regular expressions which are built in eval-when-compile
5243         bodies in the same eval-when-compile body to facilitate compile
5244         without load.
5245         (verilog-beg-block-re-ordered): Support indenting
5246         virtual/protected tasks and functions.
5247         (verilog-defun-level-list, verilog-in-generate-region-p)
5248         (verilog-backward-ws&directives, verilog-calc-1): Speed up
5249         indentation of some module items (generate items).
5250         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
5251         across virtual/protected tasks and functions.
5253 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
5255         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
5256         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
5257         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
5258         in concatenations.  Reported by Yishay Belkind.
5259         (verilog-auto-ascii-enum): Support one-hot state machines in
5260         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
5261         (verilog-auto-inst, verilog-auto-inst-port): Include interface
5262         modport in AUTOINST and add vl-modport for users.  Reported by
5263         David Rogoff.
5264         (verilog-auto-inout-module, verilog-auto-inst)
5265         (verilog-decls-get-interfaces, verilog-insert-definition)
5266         (verilog-insert-one-definition, verilog-read-decls)
5267         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
5268         (verilog-sig-modport, verilog-signals-combine-bus)
5269         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
5270         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
5271         Suggested by David Rogoff.
5272         (verilog-repair-open-comma): Fix non-insertion of comma when
5273         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
5274         (verilog-make-width-expression): Simplify [A-1:0] expression
5275         widths to just {A{1'b0}}.
5276         (verilog-mode): Cleanup checkdoc warnings.
5277         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
5278         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
5279         inputs/outputs or data type.  Suggested by Vasu Kandadi.
5280         (next-error-last-buffer): Fix byte-compiler warning.
5281         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
5282         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
5283         or shell command text during AUTO expansion.  Suggested by Tad Truex.
5284         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
5285         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
5286         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
5287         in AUTOINOUT.  Reported by Matthew Lovell.
5288         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
5289         causing use of <= assignments.  Reported by Alex Reed.
5290         (verilog-read-decls): Fix triand, trior, wand, wor to be
5291         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
5292         (verilog-extended-complete-re): Support import "DPI-C" functions.
5293         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
5294         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
5295         (verilog-insert-date, verilog-insert-year)
5296         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
5297         Windows systems.  Reported by Michael Potts.
5298         (verilog-read-module-name): Fix AUTOINST when the child module
5299         declaration's name is a tick define.  Reported by Elliot Mednick.
5300         (verilog-read-decls): Fix V2K parameter bit subscripts getting
5301         passed to next parameter's definition.  Reported by Bruce T.
5302         (verilog-read-decls): Fix detecting "parameter int" when using
5303         AUTOINSTPARAM.  Reported by Bruce T.
5304         (verilog-goto-defun): Fix goto not finding modules unless first
5305         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
5306         (verilog-mode): Expand -f flag arguments on entry to mode so
5307         verilog-goto-defun will work.  Reported by Lawrence Butcher.
5308         (verilog-getopt): Expand environment variables in -f file
5309         arguments.  Suggested by Lawrence Butcher.
5310         (verilog-set-define): Fix "Symbol's value as variable is void"
5311         when reading enumerations.
5312         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
5313         Suggested by Stephen Peltan.
5314         (verilog-read-defines): Fix reading of enumerations in include
5315         files.  Reported by Steve Peltan.
5317 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5319         * files.el (trash-directory): Fix defcustom type.
5321 2009-06-28  Juri Linkov  <juri@jurta.org>
5323         * help-fns.el (describe-function-1): Correctly locate adviced
5324         functions in hyperlink (Bug#2438).
5326 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
5328         * files.el (trash-directory): Change default to nil.
5329         (move-file-to-trash): If trash-directory is nil and
5330         system-move-file-to-trash is unbound, perform freedesktop-style
5331         trashing.
5333 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5335         * files.el (move-file-to-trash): Add freedesktop trash
5336         support (Bug#973).
5338 2009-06-28  Glenn Morris  <rgm@gnu.org>
5340         * autorevert.el (global-auto-revert-non-file-buffers)
5341         (global-auto-revert-mode): Doc fixes.
5343 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
5345         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
5347 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
5349         * faces.el (x-handle-named-frame-geometry): Ensure that we have
5350         opened an X connection before calling x-get-resource (Bug#3194).
5352         * play/doctor.el: Remove reference to obsolete website.
5353         (make-doctor-variables): Correct grammar mistake (Bug#2633).
5355 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5357         Remove find-file-not-found-hook VC method.  (Bug#2757)
5358         * vc-hooks.el (vc-file-not-found-hook)
5359         (vc-default-find-file-not-found-hook): Remove functions.
5360         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
5361         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
5362         * vc.el:
5363         * vc-hg.el:
5364         * vc-git.el: Do not mention find-file-not-found-hook VC method.
5366 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5368         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
5369           compatibility function for `looking-back'.
5371         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5372         Use `ispell-looking-back'.
5374 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
5376         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
5377         rather than `filename'.
5379 2009-06-23  Miles Bader  <miles@gnu.org>
5381         * face-remap.el (text-scale-set): New function.
5383 2009-06-23  Glenn Morris  <rgm@gnu.org>
5385         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5387         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
5389         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
5391         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
5393         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5394         Simplify Persian conditionals.
5396         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
5397         variable `filename'.
5399         * comint.el (comint-insert-input): Doc fix.
5401         * Makefile.in (ELCFILES): Fix typo in previous change.
5403 2009-06-23  Miles Bader  <miles@gnu.org>
5405         * cus-start.el: Add entry for `recenter-redisplay'.
5407 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5409         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
5410         Add an optional argument for the backend, use it instead of
5411         calling vc-backend.
5412         (vc-mode-line): Add an optional argument for the backend.
5413         Pass the backend to vc-state and vc-working-revision.  Move code for
5414         special handling for vc-state being a buffer to ...
5416         * vc-rcs.el (vc-rcs-find-file-hook):
5417         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
5419         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
5420         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
5421         vc-stay-local-p and vc-mode-line calls.
5423         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
5424         (vc-cvs-diff, vc-cvs-annotate-command)
5425         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
5426         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
5427         vc-mode-line calls.
5429         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
5430         direct comparison.
5431         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
5432         backend when calling vc-mode-line.
5433         (vc-register): Do not create a closure for calling the vc register
5434         function, call it directly.
5436 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5438         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
5439         to make it obvious item can be clicked.
5441         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
5443 2009-06-23  Kenichi Handa  <handa@m17n.org>
5445         * language/korea-util.el (korean-key-bindings): Change the binding
5446         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
5447         same command.
5449 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
5451         Sync with Tramp 2.1.16.
5453         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
5455         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
5456         when a loading of a package fails.  Completion function for rsync
5457         is `tramp-completion-function-alist-ssh'.
5458         (all): Replace all calls of `split-string' and
5459         `tramp-split-string' by `tramp-compat-split-string'.
5460         (tramp-default-method): Use `tramp-compat-process-running-p'.
5461         (tramp-default-proxies-alist): Allow also Lisp forms.
5462         (tramp-remote-path): Add choice "Private Directories".
5463         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
5464         (tramp-domain-regexp): Allow also "-", "_" and ".".
5465         (tramp-end-of-output): Remove newlines, and add "$" at the end.
5466         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
5467         (tramp-debug-message): Insert header line in debug buffer.
5468         (tramp-handle-directory-files-and-attributes-with-stat):
5469         Care about filenames with spaces, or starting with "-".
5470         (tramp-handle-dired-uncache): New defun.
5471         (tramp-handle-insert-directory): Don't flush the directory from
5472         cache, this is handled by `dired-uncache' now.
5473         (tramp-handle-insert-file-contents): Improve error handling.
5474         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5475         Quote `tramp-end-of-output'.
5476         (tramp-action-password): Improve trace message.
5477         (tramp-check-for-regexp): Both echoes must be present, before removing.
5478         (tramp-open-connection-setup-interactive-shell): Trace coding system.
5479         (tramp-compute-multi-hops): Eval cons cells of
5480         `tramp-default-proxies-alist'.
5481         (tramp-maybe-open-connection): Use the same command pattern for
5482         first hop and further hops.
5483         (tramp-wait-for-output): Remove handling of newlines.
5484         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
5485         (tramp-split-string): Remove function.  It is handled in
5486         tramp-compat now.
5488         * net/tramp-cmds.el (tramp-bug):
5489         Recommend `tramp-cleanup-all-connections' in the bug mail.
5491         * net/tramp-compat.el (tramp-compat-split-string)
5492         (tramp-compat-process-running-p): New defuns.
5494         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
5495         for `dired-uncache'.
5497         * net/tramp-gvfs.el: New package.
5499         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5500         Add handler for `dired-uncache'.
5501         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
5503         * net/trampver.el: Update release number.  Make version check fit
5504         for SXEmacs 22.
5506 2009-06-22  Jim Meyering  <meyering@redhat.com>
5508         Automatically handle .xz suffix (XZ-compressed files), too.
5509         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
5510         XZ is the successor to LZMA: <http://tukaani.org/xz/>
5512 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
5513             Nick Roberts  <nickrob@snap.net.nz>
5515         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5516         repository (http://sphinx.net.ru/hg/gdb-mi/).
5518 2009-06-22  Glenn Morris  <rgm@gnu.org>
5520         * files.el (dir-locals-collect-mode-variables): Allow for any number of
5521         `mode' and `eval' entries.  (Bug#3430)
5523         * Makefile.in (ELCFILES): Add fadr.elc.
5525         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
5526         differing behavior of \n and ^ in strings.  (Bug#3385)
5528         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
5530         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
5531         property.
5532         (lisp-indent-function): Make it a defcustom.
5534 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
5536         * progmodes/gdb-ui.el: Replace with ...
5537         * progmodes/gdb-mi.el: ... this file.
5538         * progmodes/gud.el: Modify for gdb-mi.el.
5540 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
5542         * fadr.el: New file.
5544 See ChangeLog.14 for earlier changes.
5546 ;; Local Variables:
5547 ;; coding: utf-8
5548 ;; End:
5550     Copyright (C) 2009  Free Software Foundation, Inc.
5552   This file is part of GNU Emacs.
5554   GNU Emacs is free software: you can redistribute it and/or modify
5555   it under the terms of the GNU General Public License as published by
5556   the Free Software Foundation, either version 3 of the License, or
5557   (at your option) any later version.
5559   GNU Emacs is distributed in the hope that it will be useful,
5560   but WITHOUT ANY WARRANTY; without even the implied warranty of
5561   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5562   GNU General Public License for more details.
5564   You should have received a copy of the GNU General Public License
5565   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5567 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1