* international/mule-cmds.el (ucs-names): Exclude new "Enclosed
[emacs.git] / lisp / ChangeLog
blob5856ae9203a255f1a9207ea3412057f415f56b17
1 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
4         Ideographic Supplement" range (U+1F200..U+1F2FF).
6 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
8         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9         since the list will have been rebuilt anyway.  (Bug#4349)
11 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
14         (bookmark-bmenu-execute-deletions): Don't save here, as
15         bookmark-delete will now do so if necessary.
16         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17         (Bug#4348)
19 2009-10-09  Glenn Morris  <rgm@gnu.org>
21         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
23 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
25         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
26         (bookmark-jump-other-window): Just invoke bookmark-jump with new
27         argument now, so the two function's behaviors will match.  (Bug#3645)
29 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
31         * cedet/ede/proj.el (project-make-dist, project-compile-project):
32         Fix filename test.
33         (ede-proj-dist-makefile): Use expand-file-name instead of concat
34         to expand file names.
36 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
38         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
39         (tramp-file-name-real-host, tramp-file-name-port): Apply
40         `save-match-data.
42         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
43         case both directories are remote.
44         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
45         (tramp-smb-maybe-open-connection): Flush the cache only if
46         necessary.
48 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
50         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
51         (ede-proj-target-makefile-objectcode): Use it.
53         * cedet/ede/source.el (ede-want-any-source-files-p)
54         (ede-want-any-auxiliary-files-p, ede-want-any-files-p): Return
55         search result.  This error was introduced while merging.
57 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
59         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
61 2009-10-07  Glenn Morris  <rgm@gnu.org>
63         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use of
64         concat.
66 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * files-x.el (read-file-local-variable): Include some
69         non-user-variables in the completion table (bug#4664).
71 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
73         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
74         message.
76         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
77         (tramp-smb-file-name-handler-alist): Add handler for
78         `copy-directory', `expand-file-name', `set-file-modes'.
79         (tramp-smb-handle-copy-directory)
80         (tramp-smb-handle-expand-file-name)
81         (tramp-smb-handle-set-file-modes): New defuns.
82         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
83         (tramp-smb-handle-file-attributes): Simplify check for retrieving
84         entry.
85         (tramp-smb-handle-insert-directory): Don't flush the cache.
86         (tramp-smb-maybe-open-connection): Check for samba client and
87         server versions.
89 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
91         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
92         to not error out of search for "^lisp=" fails.
94 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
96         * makefile.w32-in (WINS_UPDATES): New macro.
97         (custom-deps, finder-data, autoloads): Use it.
99 2009-10-07  Glenn Morris  <rgm@gnu.org>
101         * Makefile.in (autoloads): Revert previous change.
102         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
103         the list of preloaded files passed on the command-line, get
104         it from src/Makefile.
106         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
107         show the original buffer rather than a random one.
109 2009-10-07  Markus Rost <rost@math.uni-bielefeld.de>
111         * help.el (describe-no-warranty): Place point in a slightly better
112         position in the GPLv3 text.
114 2009-10-06  Sam Steingold  <sds@gnu.org>
116         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
117         the comm attribute is present before calling regexp-quote.
119 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
121         * play/animate.el (animate-string): For good effect, make sure
122         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
124         * play/animate.el (animate-sequence, animate-birthday-present):
125         * misc.el (butterfly): Don't set `indent-tabs-mode'.
127 2009-10-06  Glenn Morris  <rgm@gnu.org>
129         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
131         * emacs-lisp/autoload.el (autoload-excludes): New variable.
132         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
133         (batch-update-autoloads): Process a string value of autoload-excludes,
134         set during the build process.
135         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
137         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
138         inside with-parsed...  macro so that `v' is defined.
140         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
141         * progmodes/fortran.el (fortran-end-of-block)
142         (fortran-beginning-of-block):
143         Also push mark in the macro case.
145         * emerge.el (emerge-show-file-name):
146         * calc/calc.el (calc-quit):
147         * calc/calc-misc.el (calc-big-or-small):
148         * calc/calc-graph.el (calc-graph-view):
149         * calc/calc-ext.el (calc-reset):
150         * calendar/calendar.el (calendar-basic-setup):
151         Use window-full-height-p.
153         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
154         header we don't understand, don't insert another.  (Bug#4624)
155         If changing mime charset, insert the new one in the right place.
157 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
159         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
160         (cal-tex-cursor-month): Correctly increment the end date for diary and
161         holiday listing.  (Bug#4626)
163 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
165         * help-fns.el (describe-function-1): Don't burp is the function is not
166         a symbol.
168 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
170         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
171         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
172         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
173         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
175         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
176         (eieio-default-superclass): Reflow docstrings.
177         (this, class-option-assoc, defclass, eieio-class-un-autoload)
178         (eieio-unbind-method-implementations, defmethod)
179         (eieio-validate-slot-value, eieio-validate-class-slot-value)
180         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
181         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
182         (eieio-slot-originating-class-p, eieio-slot-name-index)
183         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
184         (constructor, initialize-instance, no-next-method, object-print)
185         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
186         Fix typos in docstrings.
187         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
188         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
189         (next-method-p): Doc fixes.
190         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
191         Fix typos in error messages.
192         (eieio-defmethod): Fix typo in description of generic method.
194         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
195         (eieio-persistent-save-interactive, slot-missing):
196         Fix typos in docstrings.
197         (eieio-instance-inheritor-slot-boundp): Doc fix.
199         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
200         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
202         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
203         (eieio-custom-object-apply-reset):
204         Fix typos in docstrings and error messages.
206         * emacs-lisp/eieio-datadebug.el (data-debug-show):
207         Fix typo in docstring.
209         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
210         (eieio-browse-tree): Doc fix.
211         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
212         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
213         Fix typos in docstrings.
215         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
216         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
217         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
218         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
219         Reflow docstrings.
221 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
223         * vc-hg.el (log-view-vc-backend): Declare for compiler.
224         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
225         Set log-view-vc-backend so that diff can work.
227         * log-view.el (log-view-diff): Use vc-diff-internal instead of
228         vc-version-diff.
229         (vc-diff-internal): Autoload this instead of vc-version-diff.
231 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
233         * simple.el (eval-expression): Doc fix.
235         * progmodes/cwarn.el (cwarn-mode): Doc fix.
237 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
239         * files.el (directory-files-no-dot-files-regexp): New defconst.
240         (delete-directory): Use it.
241         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
243         * net/tramp.el (tramp-verbose): Fix docstring.
244         (tramp-methods): Add recursive option to `tramp-copy-args'.
245         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
246         "scp1_old", "scp2_old", "rsync", "rsyncc".
247         (tramp-default-method): Check also for `auth-source-user-or-password'.
248         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
249         Add handler for `copy-directory'.
250         (tramp-handle-copy-directory): New defun.
251         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
252         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
253         Optimize sent command.
255 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
258         window if necessary.
260         * calendar/calendar.el (calendar-basic-setup): Don't call
261         switch-to-buffer in a dedicated window.
263 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
265         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
266           don't do anything related to relocating, just return nil.
267         (bookmark-error-no-filename): New error.
268         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
269           bookmark has no file.  Don't even attempt to handle things that
270           are not files; the whole point of custom handlers is to keep that
271           knowledge elsewhere anyway.  Tighten some comments.
272         (bookmark-file-or-variation-thereof): Remove now-unused function.
273         (bookmark-location): Doc string fix.
274         (Bug#4250)
276 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
278         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
279         don't use a file dialog, because they usually don't know how to read
280         a directory target from the user.  (Bug#4230)
281         Also, make sure the prompt can display directories as well as files.
283 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
285         * bookmark.el (bookmark-set, bookmark-buffer-name):
286         Improve doc strings.  (Bug#1193)
288 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
290         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
291         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
292         (bookmark-get-annotation, bookmark-set-annotation)
293         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
294         (bookmark-set-position, bookmark-get-front-context-string)
295         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
296         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
297         (bookmark-jump-other-window, bookmark-handle-bookmark)
298         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
299         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
300         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
301            Improve doc strings to say whether bookmark can be a string or
302            a record or both, and make other consistency and clarity fixes.
303         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
304         (bookmark-default-annotation-text, bookmark-yank-word)
305         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
306         (bookmark-import-new-list, bookmark-maybe-rename)
307         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
308         (bookmark-bmenu-bookmark): Give these doc strings.
309         (bookmark-bmenu-check-position): Give this a doc string, but also
310            add a FIXME comment about how the function may be pointless.
311         (bookmark-default-handler): Rework doc string and change a
312            parameter name, to clarify that this takes a bookmark record
313            not a bookmark name.
314         (bookmark-set): Change a parameter name to indicate its meaning,
315            and improve the doc string a bit.
316         (Bug#4188)
318 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
320         * bookmark.el (bookmark-alist): Document the new `handler' element
321         in the param alist.
322         (bookmark-make-record-function): Adjust documentation for above.
323         (Bug#4193)
325 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
327         * info.el (Info-bookmark-make-record): Document this function.
328         (Info-bookmark-jump): Document with a doc string, not just a comment.
329         (Bug#4203)
331 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
333         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
334         (semantic-new-buffer-fcn): Call parser setup functions here.
335         (semantic-mode): Don't call parser setup functions here, it's done
336         in semantic-new-buffer-fcn now.
337         (semantic-mode): Parse all existing buffers when enabled.
339         * cedet/srecode/compile.el (srecode-compile-file):
340         Call semantic-new-buffer-fcn if the buffer has not been parsed.
342 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
344         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
346         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
347         (proj-comp-insert-variable-once): New macro, renamed from
348         ede-pmake-insert-variable-once in ede/pmake.edl.
349         (ede-proj-makefile-insert-variables): Use it.
351 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
353         * files.el (copy-directory): New defun.
355         * dired-aux.el (dired-copy-file-recursive): Use it.
357 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
359         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
360         (makefile-end-of-command):
361         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
362         (semantic-end-of-context): Fix previous change.  Doc fixes.
364 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
366         * files-x.el (modify-dir-local-variable)
367         (copy-dir-locals-to-file-locals-prop-line):
368         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
369         (makefile-end-of-command):
370         * cedet/semantic/lex.el (semantic-lex-token):
371         * cedet/semantic/analyze/fcn.el
372         (semantic-analyze-dereference-metatype-1):
373         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
374         (semantic-lex-cpp-undef):
375         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
376         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
377         (semantic-end-of-context): Fix typos in docstrings.
379         * recentf.el (recentf-unload-function): New function.
381 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
383         * cedet/ede.el (ede-project-placeholder-cache-file):
384         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
385         * cedet/srecode/map.el (srecode-map-save-file):
386         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
388 2009-10-04  Glenn Morris  <rgm@gnu.org>
390         * window.el (window-full-height-p): Add doc string.
392 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
394         * window.el (window-full-height-p): New function.  (Bug#4543)
396 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
398         * cedet/srecode/insert.el: Require srecode/args.
400         * cedet/srecode/args.el: Require srecode/dictionary instead of
401         srecode/insert.
403         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
405         * files.el (auto-mode-alist): Add .srt and Project.ede.
407         * cedet/semantic.el (semantic-mode):
408         Handle srecode-template-mode-hook as well.
409         (semantic-mode): Use js-mode-hook for Javascript hook.
411         * cedet/srecode/template.el: Remove hook variable.
413         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
415         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
416         projects exist.
417         (ede-project-placeholder-cache-file): Default to a file in
418         user-emacs-directory.
420         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
421         templates in data-directory.
422         (srecode-map-save-file): Default to a file in user-emacs-directory.
424         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
425         directory.
427 2009-09-30  Eric Ludlam  <zappo@gnu.org>
429         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
430         Doc fix.
432         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
433         Only insert each variable once.
435         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
436         (ede-pmake-insert-variable-shared): Use it.
438         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
439         for lexical table iff table is nil.
441 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
443         * vc.el: Remove commented out code.
444         (vc-derived-from-dir-mode): Remove, unused.
445         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
447 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
449         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
450         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
451         there could be recursive loading when `default-directory' is a
452         remote file name.  (Bug#4614)
454 2009-10-03  Glenn Morris  <rgm@gnu.org>
456         * calendar/calendar.el (calendar-basic-setup): Handle the case where
457         the frame is wide.
458         (calendar-generate-window): Test for shrinkability rather than width.
460         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
461         declaration, currently false.
463         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
464         reusing existing buffers, in case we happen to visit two files with the
465         same basename.  (Bug#4593)
467 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
469         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
470         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
471         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
472         subdirs of cedet as well.
473         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
475 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
477         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
478         Obey advertised-signature-table.
480         * help-fns.el (help-function-arglist): Don't check
481         advertised-signature-table.
482         (describe-function-1): Do it here instead so it also applies to subrs.
484 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
486         * simple.el (start-file-process): Say in the doc-string, that file
487         handlers might not support pty association, if PROGRAM is nil.
489         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
490         HOST and USER are strings.  They are nil, when there are
491         incomplete entries in ~/.netrc, for example.
492         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
493         root directory ("device busy" error otherwise).
495         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
496         Flush file properties of created directory.
498 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
500         * makefile.w32-in (WINS_BASIC): Remove cedet.
501         (WINS_CEDET): Add cedet.
502         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
504 2009-10-02  Kevin Ryde  <user42@zip.com.au>
506         * net/browse-url.el (browse-url): Pass any symbol in
507         browse-url-browser-function to `apply', since if you've mistakenly put
508         an unbound symbol then the error is clearer.  (Bug#4531)
510 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
512         * allout.el (allout-init, allout-back-to-current-heading)
513         (allout-beginning-of-current-entry, allout-ascend-to-depth)
514         (allout-ascend, allout-up-current-level, allout-end-of-level)
515         (allout-previous-visible-heading, allout-forward-current-level)
516         (allout-backward-current-level, allout-show-children):
517         * apropos.el (apropos-describe-plist):
518         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
519         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
520         * completion.el (add-completion, add-permanent-completion):
521         * descr-text.el (describe-text-category, describe-char):
522         * desktop.el (desktop-lazy-abort):
523         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
524         * dired.el (dired-build-subdir-alist):
525         * ediff.el (ediff-version):
526         * elide-head.el (elide-head, elide-head-show):
527         * emerge.el (emerge-version):
528         * env.el (getenv):
529         * face-remap.el (variable-pitch-mode):
530         * faces.el (describe-face):
531         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
532         (dired-at-point):
533         * files.el (find-file-existing, auto-save-mode):
534         * font-lock.el (font-lock-fontify-buffer):
535         * help-fns.el (describe-function, describe-variable)
536         (describe-syntax, describe-categories):
537         * help.el (view-lossage, describe-bindings, describe-key)
538         (describe-mode):
539         * hexl.el (hexl-current-address):
540         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
541         * info.el (Info-goto-emacs-key-command-node):
542         * log-edit.el (log-edit-insert-cvs-template)
543         (log-edit-insert-cvs-rcstemplate):
544         * menu-bar.el (menu-bar-mode):
545         * mouse.el (mouse-appearance-menu):
546         * newcomment.el (comment-indent-new-line):
547         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
548         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
549         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
550         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
551         * recentf.el (recentf-mode):
552         * savehist.el (savehist-mode, savehist-save):
553         * shadowfile.el (shadow-copy-files):
554         * simple.el (kill-ring-save, next-line, previous-line)
555         (normal-erase-is-backspace-mode):
556         * strokes.el (strokes-update-window-configuration)
557         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
558         (strokes-xpm-for-stroke):
559         * time.el (emacs-uptime, emacs-init-time):
560         * tutorial.el (tutorial--describe-nonstandard-key)
561         (tutorial--detailed-help):
562         * type-break.el (type-break-mode)
563         (type-break-mode-line-message-mode, type-break-query-mode)
564         (type-break-guesstimate-keystroke-threshold):
565         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
566         * version.el (emacs-version):
567         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
568         * winner.el (winner-mode):
569         * calendar/timeclock.el (timeclock-in, timeclock-out)
570         (timeclock-status-string, timeclock-change)
571         (timeclock-workday-remaining-string)
572         (timeclock-workday-elapsed-string)
573         (timeclock-when-to-leave-string):
574         * calendar/todo-mode.el (todo-add-category):
575         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
576         * emacs-lisp/autoload.el (update-file-autoloads):
577         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
578         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
579         (checkdoc-message-text, checkdoc-defun):
580         * emacs-lisp/debug.el (debugger-list-functions):
581         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
582         * emacs-lisp/eieio-opt.el (eieio-describe-class)
583         (eieio-describe-generic):
584         * emacs-lisp/lisp-mnt.el (lm-synopsis):
585         * emacs-lisp/shadow.el (list-load-path-shadows):
586         * emulation/cua-base.el (cua-mode):
587         * emulation/edt.el (edt-set-scroll-margins):
588         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
589         (tpu-toggle-regexp, tpu-toggle-search-direction)
590         (tpu-toggle-rectangle, tpu-toggle-control-keys):
591         * emulation/tpu-extras.el (tpu-set-scroll-margins):
592         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
593         (viper-set-parsing-style-toggling-macro)
594         (viper-set-emacs-state-searchstyle-macros):
595         * emulation/viper.el (viper-set-hooks):
596         * eshell/esh-mode.el (eshell-truncate-buffer):
597         * international/mule-cmds.el (prefer-coding-system)
598         (describe-input-method, describe-language-environment):
599         * international/mule-diag.el (list-character-sets)
600         (describe-character-set, describe-coding-system)
601         (describe-fontset, list-fontsets, list-input-methods):
602         * mail/sendmail.el (mail-signature):
603         * net/ange-ftp.el (ange-ftp-copy-file):
604         * net/browse-url.el (browse-url):
605         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
606         * net/quickurl.el (quickurl-add-url):
607         * net/rcirc.el (names, topic):
608         * net/xesam.el (xesam-mode):
609         * play/5x5.el (5x5-new-game):
610         * play/yow.el (apropos-zippy):
611         * progmodes/ada-mode.el (ada-mode-version):
612         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
613         (f90-end-of-block)
614         (f90-beginning-of-block):
615         * progmodes/fortran.el (fortran-end-of-block)
616         (fortran-beginning-of-block):
617         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
618         * progmodes/python.el (python-describe-symbol, python-shell):
619         * term/ns-win.el (ns-print-buffer):
620         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
621         * textmodes/flyspell.el (flyspell-mode-on):
622         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
623         (pages-directory-for-addresses):
624         * textmodes/table.el (table-recognize-cell)
625         (table-query-dimension, table-generate-source)
626         (table-insert-sequence, table--warn-incompatibility):
627         * textmodes/tex-mode.el (tex-validate-buffer):
628         * textmodes/texinfmt.el (texinfmt-version)
629         (texinfo-format-buffer):
630         Use `called-interactively-p' instead of `interactive-p'.
632 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
634         * image-mode.el (image-toggle-display):
635         * emacs-lisp/elp.el (elp-instrument-function):
636         * emacs-lisp/advice.el (ad-make-advised-definition):
637         * emacs-lisp/easy-mmode.el (define-minor-mode):
638         * net/browse-url.el (browse-url-maybe-new-window):
639         * progmodes/sh-script.el (sh-learn-buffer-indent):
640         Pass new argument 'any to `called-interactively-p'.
642 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
644         * international/uni-bidi.el:
645         * international/uni-category.el:
646         * international/uni-combining.el:
647         * international/uni-comment.el:
648         * international/uni-decimal.el:
649         * international/uni-decomposition.el:
650         * international/uni-digit.el:
651         * international/uni-lowercase.el:
652         * international/uni-mirrored.el:
653         * international/uni-name.el:
654         * international/uni-numeric.el:
655         * international/uni-old-name.el:
656         * international/uni-titlecase.el:
657         * international/uni-uppercase.el:
658         Regenerate from Unicode 5.2.0 data.
660 2009-10-01  Glenn Morris  <rgm@gnu.org>
662         * Makefile.in (ELCFILES): Regenerate.
664 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
666         * subr.el (interactive-p): Mark obsolete.
667         (called-interactively-p): Make the optional-ness of `kind' obsolete.
668         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
669         advertised-signature-table for subroutines as well.
671         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
672         (set-advertised-calling-convention): New function.
673         (make-obsolete, define-obsolete-function-alias)
674         (make-obsolete-variable, define-obsolete-variable-alias):
675         Make the optional-ness of `when' obsolete.
676         (define-obsolete-face-alias): Make `when' non-optional.
677         * help-fns.el (help-function-arglist):
678         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
679         Use advertised-signature-table.
681 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
683         * files.el (delete-directory): New defun.  The original function
684         in fileio.c has been renamed to `delete-directory-internal'.
686         * dired.el (dired-delete-file): Call `delete-directory' with
687         RECURSIVE parameter.
689         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
690         parameter RECURSIVE.  Implementation is missing.
692         * net/tramp.el (tramp-handle-make-directory): Flush upper
693         directory's file properties.
694         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
695         (tramp-handle-dired-recursive-delete-directory): Flush directory
696         properties after the remove command only.
698         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
699         Handle optional parameter RECURSIVE.
701         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
702         Handle optional parameter RECURSIVE.
704         * net/tramp-smb.el (tramp-smb-errors): Add error message for
705         connection timeout.
706         (tramp-smb-handle-delete-directory): Handle optional parameter
707         RECURSIVE.
709 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
711         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
712         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
713         (byte-compile-defmacro): Use backquotes.
715         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
717         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
718         has no associated file.
719         (vc-resynch-buffer): Use vc-dir-buffers.
721 2009-10-01  Glenn Morris  <rgm@gnu.org>
723         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
724         (chart-file-count):
725         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
726         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
727         * emacs-lisp/eieio-opt.el (eieio-describe-class):
728         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
729         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
730         (eieio-copy-parents-into-subclass, make-instance, class-children)
731         (eieio-generic-form):
732         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
733         * cedet/cedet-idutils.el (cedet-idutils-search)
734         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
735         (cedet-idutils-version-check):
736         * cedet/cedet.el (cedet-version):
737         * cedet/data-debug.el (data-debug-insert-overlay-button)
738         (data-debug-insert-overlay-list-button)
739         (data-debug-insert-buffer-button)
740         (data-debug-insert-buffer-list-button)
741         (data-debug-insert-process-button, data-debug-insert-ring-button)
742         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
743         (data-debug-insert-stuff-vector-button)
744         (data-debug-insert-symbol-button, data-debug-insert-string)
745         (data-debug-insert-number, data-debug-insert-lambda-expression)
746         (data-debug-insert-nil, data-debug-insert-simple-thing)
747         (data-debug-insert-custom, data-debug-edebug-expr):
748         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
749         (global-ede-mode-map, ede-new, ede-debug-target)
750         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
751         * cedet/semantic.el (semantic-minimum-working-buffer-size)
752         (semantic-fetch-tags, semantic-submode-list)
753         (semantic-default-submodes):
754         * cedet/ede/source.el (ede-source-match):
755         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
756         (project-am-package-info):
757         * cedet/ede/proj.el (ede-proj-target, project-new-target):
758         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
759         * cedet/ede/proj-comp.el (ede-current-build-list):
760         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
761         * cedet/ede/files.el (ede-toplevel-project-or-nil):
762         * cedet/ede/cpp-root.el (initialize-instance):
763         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
764         (autoconf-parameter-strip, autoconf-insert-new-macro):
765         * cedet/semantic/wisent.el (wisent-lex-eoi):
766         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
767         (semantic-show-parser-state-mode):
768         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
769         * cedet/semantic/tag.el (semantic-tag-new-variable)
770         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
771         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
772         (semantic--tag-deep-copy-tag-list)
773         (semantic-tag-components-with-overlays-default):
774         * cedet/semantic/symref.el (semantic-symref-find-text):
775         * cedet/semantic/senator.el (senator-yank-tag)
776         (senator-transpose-tags-up):
777         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
778         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
779         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
780         * cedet/semantic/lex.el (semantic-lex-comment-regex)
781         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
782         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
783         * cedet/semantic/lex-spp.el
784         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
785         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
786         * cedet/semantic/idle.el
787         (semantic-idle-summary-current-symbol-info-brutish)
788         (semantic-idle-summary-current-symbol-info-default):
789         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
790         (semantic--grammar-macro-compl-dict):
791         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
792         * cedet/semantic/format.el (semantic-format-tag-custom-list)
793         (semantic-format-tag-canonical-name-default):
794         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
795         (semantic-find-tags-for-completion)
796         (semantic-find-tags-by-scope-protection-default)
797         (semantic-deep-find-tags-for-completion):
798         * cedet/semantic/edit.el
799         (semantic-edits-incremental-reparse-failed-hook)
800         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
801         (semantic-edits-splice-remove, semantic-edits-splice-replace):
802         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
803         * cedet/semantic/dep.el (semantic-dependency-include-path):
804         * cedet/semantic/db.el (semanticdb-default-find-index-class)
805         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
806         (semanticdb-project-roots):
807         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
808         (semanticdb-find-adebug-insert-scanned-tag-cons)
809         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
810         (semanticdb-brute-deep-find-tags-for-completion):
811         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
812         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
813         (semantic-end-of-context-default)
814         (semantic-ctxt-current-function-default)
815         (semantic-ctxt-scoped-types-default):
816         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
817         (semantic-complete-inline-tag-engine)
818         (semantic-complete-inline-custom-type)
819         (semantic-complete-read-tag-analyzer):
820         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
821         (semantic-chart-database-size):
822         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
823         (semantic-analyze-current-context):
824         * cedet/semantic/symref/list.el (semantic-symref)
825         (semantic-symref-hide-buffer, semantic-symref-symbol):
826         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
827         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
828         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
829         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
830         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
831         (semantic-c-dereference-template):
832         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
833         (semantic--analyze-refs-full-lookup-with-parents)
834         (semantic--analyze-refs-full-lookup-simple):
835         * cedet/semantic/analyze/complete.el
836         (semantic-analyze-possible-completions):
837         * cedet/srecode/table.el (srecode-mode-table-new):
838         * cedet/srecode/srt.el (srecode-read-variable-name):
839         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
840         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
841         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
842         * cedet/srecode/map.el (srecode-current-map):
843         * cedet/srecode/insert.el (srecode-insert)
844         (srecode-insert-variable-secondname-handler, srecode-insert-method)
845         (srecode-template-inserter-point-override)
846         (srecode-insert-include-lookup):
847         * cedet/srecode/getset.el (srecode-auto-choose-class):
848         * cedet/srecode/extract.el (srecode-inserter-extract):
849         * cedet/srecode/document.el
850         (srecode-document-autocomment-return-last-alist)
851         (srecode-document-autocomment-param-type-alist)
852         (srecode-document-insert-function-comment)
853         (srecode-document-insert-variable-one-line-comment)
854         (srecode-document-function-name-comment):
855         * cedet/srecode/dictionary.el (srecode-create-dictionary)
856         (srecode-compound-toString):
857         * cedet/srecode/compile.el (srecode-flush-active-templates):
858         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
859         Doc/message fixes.
861         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
862         match-data.  (Bug#4555).
864         * cedet/semantic/bovine/gcc.el
865         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
866         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
868         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
869         rather than parsing it as a regexp.  This relaxes the layout
870         requirements and makes errors easier to detect.
871         (check-declare-verify): Check file is regular.
872         (check-declare-directory): Doc fix.
873         * subr.el (declare-function): Doc fix.
875         * ibuffer.el (ibuffer-format-qualifier):
876         * isearch.el (hi-lock-regexp-okay):
877         * calc/calc.el (math-zerop):
878         * mail/uce.el (rmail-msgbeg, rmail-msgend):
879         * term/w32-win.el (setup-default-fontset, set-fontset-font):
880         Remove unused declarations.
882 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
884         * cedet/semantic/wisent/javat-wy.el
885         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
887 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
889         * cedet/srecode/expandproto.el: Fix provide statement.
891 2009-09-30  Eric Ludlam  <zappo@gnu.org>
893         * emacs-lisp/eieio.el (boolean-p): Delete.
895 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
897         * cedet/ede/srecode.el: Fix provide statement.
899 2009-09-30  Glenn Morris  <rgm@gnu.org>
901         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
902         * cedet/ede/proj-aux.el (ede-aux-source):
903         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
904         (ede-misc-source):
905         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
906         (semantic-mrub-switch-tags): Fix doc typos.
908         * cedet/semantic/db-global.el (data-debug-new-buffer)
909         (data-debug-insert-thing): Remove unneeded declarations (one broken).
910         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
912         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
914         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
915         use of CL function `remove-if-not'.
917         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
919         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
920         filename is not a string.
922 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
924         * files.el (safe-local-eval-forms): Fix typo.
926 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * vc-hooks.el (vc-dir-buffers): New var.
929         (vc-state-refresh): New function.
930         (vc-state): Use it.
931         (vc-after-save): Always ask the backend to recompute the new state.
932         Always call vc-dir if necessary, using vc-dir-buffers.
933         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
934         Use vc-dir-buffers.
935         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
936         (vc-dir-prepare-status-buffer, vc-dir-update)
937         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
938         Don't call expand-file-name on default-directory.
940 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
942         * speedbar.el (speedbar-item-delete):
943         * calc/calc-prog.el (calc-kbd-if):
944         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
946         * epa.el (epa-key-list-mode-map):
947         * hi-lock.el (hi-lock-menu): Fix typos in menus.
949         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
950         (hs-show-hook): Fix typo in docstring.
952 2009-09-29  Glenn Morris  <rgm@gnu.org>
954         * cedet/semantic/symref/idutils.el:
955         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
957         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
959         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
960         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
961         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
962         Mark declarations not understood by check-declare.
964         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
965         file-name-nondirectory call preventing location of cedet files.
966         (check-declare-verify): Use literal search rather than re-search.
967         Add basic defmethod and defclass, and define-overloadable-function.
969         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
970         Use tramp-compat-file-attributes rather than nonexistent
971         tramp-compat-handle-file-attributes.
973         * Makefile.in (lisptagsfiles4): New.
974         (AUTOGENEL): Add cedet loaddefs files.
975         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
976         (update-elclist, compile-always, backup-compiled-files)
977         (bootstrap-clean): Add yet another directory level.
978         (update-elclist): Use LC_COLLATE rather than COLLATE.
979         (ELCFILES): Update, via `make update-elclist'.
981 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
983         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
984         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
985         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
987 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
989         * Makefile.in (lisptagsfiles3): Define.
990         (TAGS, TAGS-LISP): Use it.
991         (update-elclist): Add third directory level to look for elc files.
992         (compile-always): Likewise.
993         (backup-compiled-files): Likewise.
994         (bootstrap-clean): Likewise.
995         (ELCFILES): Update.
997 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
999         * Makefile.in (ELCFILES): Add CEDET files.
1001 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1003         CEDET (development tools) package merged.
1005         * cedet/*.el:
1006         * cedet/ede/*.el:
1007         * cedet/semantic/*.el:
1008         * cedet/srecode/*.el: New files.
1010 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
1012         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
1014         * net/tramp.el (top): Require tramp-imap.
1016         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1017         Use `tramp-compat-handle-file-attributes'.
1019 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1021         * net/tramp-imap.el: New package.
1023 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1025         * emacs-lisp/chart.el:
1026         * emacs-lisp/eieio-base.el:
1027         * emacs-lisp/eieio-comp.el:
1028         * emacs-lisp/eieio-custom.el:
1029         * emacs-lisp/eieio-datadebug.el:
1030         * emacs-lisp/eieio-opt.el:
1031         * emacs-lisp/eieio-speedbar.el:
1032         * emacs-lisp/eieio.el: New files.
1034         * cedet/cedet-cscope.el:
1035         * cedet/cedet-files.el:
1036         * cedet/cedet-global.el:
1037         * cedet/cedet-idutils.el:
1038         * cedet/data-debug.el:
1039         * cedet/inversion.el:
1040         * cedet/mode-local.el:
1041         * cedet/pulse.el: New files.
1043 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1045         * whitespace.el (whitespace-trailing-regexp)
1046         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1047         Fix doc string.
1049 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
1051         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
1052         menu.
1054         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
1055         menu-bar-ediff-menu.
1057         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
1058         define-overloadable-function.
1060         * progmodes/autoconf.el: Provide autoconf as well, so that this
1061         file can be `require'd.
1063         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
1065         * emacs-lisp/autoload.el (generated-autoload-feature)
1066         (generated-autoload-load-name): New vars.
1067         (autoload-rubric, autoload-generate-file-autoloads): Use them.
1068         (make-autoload): Recognize define-overloadable-function and
1069         defclass forms (for EIEIO).
1071         * Makefile.in (update-subdirs): Exclude cedet directory.
1073 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1075         * term/ns-win.el: Don't set the region face background. (Bug#4381)
1077         * faces.el: Default light-background background for region face to
1078         ns_selection_color under NS.
1080 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1082         * net/imap-hash.el: New library, see NEWS.
1084         * Makefile.in (ELCFILES): Add imap-hash.el.
1086 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
1089         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
1090         * help-macro.el (make-help-screen): Avoid using an ambiguous function
1091         definition where the docstring could be taken for the return value.
1093 2009-09-26  Glenn Morris  <rgm@gnu.org>
1095         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
1096         Add option to only show images below a certain size.
1097         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
1098         save-excursion calls.
1100 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
1102         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
1103         subdirectories) and eieio.
1105 2009-09-26  Alan Mackenzie  <acm@muc.de>
1107         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
1108         buggy bracketing.
1110         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
1111         character constants (as case labels).
1113 2009-09-25  Juri Linkov  <juri@jurta.org>
1115         * files.el (safe-local-eval-forms): Allow time-stamp in
1116         before-save-hook (Bug#4554).
1118 2009-09-25  Drew Adams  <drew.adams@oracle.com>
1120         * menu-bar.el (list-buffers-directory): Doc fix.
1122 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1124         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
1125         Try and avoid copying twice the same paragraph.
1126         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
1127         Remove save-excursion.
1128         (log-edit-changelog-entry): Do it here instead.
1130 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
1132         * bs.el (bs--get-file-name): Use `list-buffers-directory'
1133         when available, instead of hardcoding mode names.  Doc fix.
1135         * menu-bar.el (list-buffers-directory): Add docstring.
1136         Make automatically buffer-local.
1138         * dired.el (dired-mode):
1139         * files.el (cd-absolute):
1140         * pcvs.el (cvs-temp-buffer):
1141         * pcvs-util.el (cvs-get-buffer-create):
1142         * shell.el (shell-mode):
1143         * vc-dir.el (vc-dir-mode):
1144         Don't make `list-buffers-directory' buffer local.
1146 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
1148         * comint.el (comint-exec, comint-run, make-comint):
1149         Doc fixes (Bug#4542).
1151 2009-09-25  Glenn Morris  <rgm@gnu.org>
1153         * mail/rmailmm.el (rmail-mime): New custom group.
1154         Move all defcustoms in this file into this group.
1155         (rmail-mime-media-type-handlers-alist): Revert previous change.
1156         (rmail-mime-show-images): New option.
1157         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
1158         references to it, since it wasn't actually used for anything.
1159         (rmail-mime-insert-image): New function.
1160         (rmail-mime-image): Use rmail-mime-insert-image.
1161         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
1162         obey the value of `rmail-mime-show-images' option.  Print the size of
1163         attachments.
1165 2009-09-25  David Engster  <deng@randomsample.de>
1167         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
1169 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1171         * whitespace.el: Does not highlight trailing spaces While point is
1172         at end of line.  Does not highligt spaces at beginning of buffer
1173         while point is at beginning of buffer.  Does not highlight spaces
1174         at end of buffer while point is at end of buffer.  (Bug#4177)
1175         New version 12.0.
1176         (whitespace-display-mappings): Adjust initialization.
1177         (whitespace-point, whitespace-font-lock-refontify): New vars.
1178         (whitespace-color-on, whitespace-color-off): Adjust code.
1179         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1180         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
1181         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
1183 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
1185         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
1187         * textmodes/sgml-mode.el: Remove xml-mode alias.
1189         * files.el (auto-mode-alist, conf-mode-maybe)
1190         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
1192 2009-09-24  Alan Mackenzie  <acm@muc.de>
1194         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
1195         c-forward-conditionals, but it doesn't move point and doesn't set
1196         the mark.
1197         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
1198         (c-down-conditional-with-else, c-backward-conditional)
1199         (c-forward-conditional): Refactor to use c-scan-conditionals.
1201 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1203         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
1204         (help-default-arg-highlight): Remove.
1205         (help-highlight-arg): New function.
1206         (help-do-arg-highlight): Use it.
1207         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
1209 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1211         * term.el (term-set-scroll-region, term-handle-ansi-escape):
1212         Undo last change, which didn't fix the problem and introduced others.
1214 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
1216         * progmodes/gdb-mi.el: Don't require speedbar.
1217         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
1219 2009-09-24  Glenn Morris  <rgm@gnu.org>
1221         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
1223         * term/ns-win.el (ns-reg-to-script): Define for compiler.
1225         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
1226         there is no newline after the final mime boundary.  (Bug#4539)
1227         Move markers on insertion so that any buttons inserted don't end up in
1228         the next part of a multipart message.
1229         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
1230         (rmail-mime-bulk-handler): Optionally handle images.
1231         (rmail-mime-image): New button action.
1232         (rmail-mime-image-handler): New function.
1233         (rmail-mime-mode): New mode.
1234         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
1236 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
1239         than just dropping elements from it (bug#4504).
1241         * term.el (term-set-scroll-region): Don't move cursor any more.
1242         (term-handle-ansi-escape): Call term-goto here instead.
1243         Suggested by Ivan Kanis <apple@kanis.eu>.
1245         * term.el: Require CL.
1246         (term-ansi-reset): New function.
1247         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
1248         (term-handle-colors-array): Simplify.
1250 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1252         * allout.el (allout-overlay-interior-modification-handler)
1253         (allout-obtain-passphrase):
1254         * epa-file.el (epa-file-write-region):
1255         * ps-print.el (ps-begin-job):
1256         * vc-hooks.el (vc-toggle-read-only):
1257         * vc-rcs.el (vc-rcs-rollback):
1258         * vc-sccs.el (vc-sccs-rollback):
1259         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
1260         (vc-version-diff, vc-revert, vc-rollback):
1261         * wdired.el (wdired-check-kill-buffer):
1262         * emacs-lisp/authors.el (authors):
1263         * net/socks.el (socks-open-connection):
1264         * net/zeroconf.el (zeroconf-service-add-hook):
1265         * obsolete/vc-mcvs.el (vc-mcvs-register):
1266         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
1267         (gdb-select-frame):
1268         * progmodes/grep.el (lgrep, rgrep):
1269         * progmodes/idlw-help.el (idlwave-help-check-locations)
1270         (idlwave-help-html-link, idlwave-help-assistant-open-link):
1271         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1272         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
1273         (reftex-toc-rename-label): Fix typos in error messages.
1275         * dired-aux.el (dired-do-shell-command): Reflow docstring.
1276         (dired-copy-how-to-fn): Doc fix.
1277         (dired-files-attributes, dired-read-shell-command):
1278         Fix typos in docstrings.
1280         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
1281         (dired-x-find-file-other-window): Reflow docstrings.
1282         (dired-omit-marker-char, dired-read-shell-command)
1283         (dired-x-submit-report): Fix typos in docstrings.
1285         * shell.el (shell-mode-hook):
1286         * view.el (View-scroll-line-forward):
1287         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
1288         Fix typos in docstrings.
1290         * net/dig.el (dig-invoke): Fix typo in docstring.
1291         (query-dig): Reflow docstring.
1293         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
1294         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
1295         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
1296         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
1297         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
1298         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
1299         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
1300         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
1301         (idlwave-completion-map, idlwave-current-indent)
1302         (idlwave-custom-ampersand-surround, idlwave-customize)
1303         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
1304         (idlwave-define-abbrev, idlwave-determine-class-special)
1305         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
1306         (idlwave-end-block-reg, idlwave-end-of-statement)
1307         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
1308         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
1309         (idlwave-explicit-class-listed, idlwave-file-header)
1310         (idlwave-fill-paragraph, idlwave-find-class-definition)
1311         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
1312         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
1313         (idlwave-in-quote, idlwave-indent-action-table)
1314         (idlwave-indent-expand-table, idlwave-indent-line)
1315         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
1316         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
1317         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
1318         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
1319         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
1320         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
1321         (idlwave-outlawed-buffers, idlwave-popup-select)
1322         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
1323         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
1324         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
1325         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
1326         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
1327         (idlwave-statement-type, idlwave-struct-skip)
1328         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
1329         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
1330         (idlwave-what-module-find-class): Fix typos in docstrings.
1331         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
1332         (idlwave-calculate-cont-indent, idlwave-expand-equal)
1333         (idlwave-find-module, idlwave-find-structure-definition)
1334         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
1335         (idlwave-list-load-path-shadows, idlwave-next-statement)
1336         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
1337         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
1338         (idlwave-template): Reflow docstrings.
1340         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
1341         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
1342         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
1343         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
1344         (idlwave-shell-display-line, idlwave-shell-display-wframe)
1345         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
1346         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
1347         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
1348         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
1349         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
1350         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
1351         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
1352         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
1353         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
1354         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
1355         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
1356         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
1357         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
1358         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
1359         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
1360         Fix typos in docstrings.
1361         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
1362         (idlwave-shell-hide-output, idlwave-shell-mode)
1363         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
1364         Reflow docstrings.
1366         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
1368 2009-09-24  Ivan Kanis  <apple@kanis.eu>
1370         * term.el (term-bold-attribute): New var.
1371         (term-handle-colors-array): Use it.
1373 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
1375         * progmodes/gdb-mi.el (gdb-version): New variable.
1376         (gdb-non-stop-handler): Set gdb-version.
1377         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
1378         Condition "--thread" option on gdb-version.
1379         (gdb-invalidate-threads): Remove unused argument.
1381 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1383         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
1384         to looking-back to avoid ridiculous slow down in large files (bug#4511).
1386 2009-09-23  Glenn Morris  <rgm@gnu.org>
1388         * mail/rmail.el (rmail-reply): Don't try to add a References header when
1389         replying to mail without References or Message-Id.  (Bug#4525)
1391 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1393         * term/ns-win.el (ns-reg-to-script): New variable.
1395 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
1397         * epg.el (epg-wait-for-status): Preserve existing 'error results.
1399 2009-09-22  Sam Steingold  <sds@gnu.org>
1401         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
1402         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
1403         to 1 because hg returns status 1 when nothing is found.
1404         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
1406 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * textmodes/fill.el: Convert to utf-8 encoding.
1409         (fill-french-nobreak-p): Remove redundant » and « inherited from our
1410         pre-unicode days.
1412         * add-log.el (change-log-fill-forward-paragraph): New function.
1413         (change-log-mode): Use it so fill-region DTRT.
1414         Set fill-indent-according-to-mode here rather than in
1415         change-log-fill-paragraph.
1416         (change-log-fill-paragraph): Remove.
1418 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
1420         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
1421         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
1423 2009-09-22  Glenn Morris  <rgm@gnu.org>
1425         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
1426         the scroll-bar scroll the calendar window rather than the buffer.
1428         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
1429         commands that move point (as opposed to scrolling).
1431         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
1433         * emacs-lisp/elint.el (elint): New custom group.
1434         (elint-log-buffer): Make it a defcustom.
1435         (elint-scan-preloaded, elint-ignored-warnings)
1436         (elint-directory-skip-re): New options.
1437         (elint-builtin-variables): Doc fix.
1438         (elint-preloaded-env): New variable.
1439         (elint-unknown-builtin-args): Add an entry for encode-time.
1440         (elint-extra-errors): Make it a variable rather than a constant.
1441         (elint-preloaded-skip-re): New constant.
1442         (elint-directory): Skip files matching elint-directory-skip-re.
1443         (elint-features): New variable, local to linted buffers.
1444         (elint-update-env): Initialize elint-features.  Possibly add
1445         elint-preloaded-env to the buffer's environment.
1446         (elint-get-top-forms): Bind elint-current-pos, for log messages.
1447         Skip quoted forms.
1448         (elint-init-form): New function, extracted from elint-init-env.
1449         Make non-list forms a warning rather than an error.
1450         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
1451         easy-menu-define, put that adds an error-condition, and provide.
1452         When requiring cl, also require cl-macs.  Really require cl, to handle
1453         some cl macros.  Store required libraries in the list elint-features,
1454         so as not to re-load them.  Treat cc-require like require.
1455         (elint-init-env): Call elint-init-form to do the work.
1456         Handle eval-and-compile and such like.
1457         (elint-add-required-env): Do not clear messages.
1458         (elint-special-forms): Add handlers for function, defalias, if, when,
1459         unless, and, or.
1460         (elint-form): Add optional argument to ignore elint-special-forms,
1461         useful to prevent recursive calls from handlers.  Doc fix.
1462         Respect elint-ignored-warnings.
1463         (elint-form): Respect elint-ignored-warnings.
1464         (elint-bound-variable, elint-bound-function): New variables.
1465         (elint-unbound-variable): Respect elint-bound-variable.
1466         (elint-get-args): Respect elint-bound-function.
1467         (elint-check-cond-form): Add some simple handling for (f)boundp and
1468         featurep tests.
1469         (elint-check-defalias-form): New handler.
1470         (elint-check-let-form): Make an empty let a warning rather than an
1471         error.
1472         (elint-check-setq-form): Make an empty setq a warning rather than an
1473         error.  Respect elint-ignored-warnings.
1474         (elint-check-defvar-form): Accept null doc-strings.
1475         (elint-check-conditional-form): New handler.  Does some simple-minded
1476         checking of featurep and (f)boundp tests.
1477         (elint-put-function-args): New function.
1478         (elint-initialize): Use elint-scan-doc-file rather than
1479         elint-find-builtin-variables.  Use elint-put-function-args.
1480         Possibly scan preloaded-file-list.
1481         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
1482         extend to handle functions as well.
1484 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
1486         * linum.el (linum-delete-overlays, linum-update-window):
1487         Do not modify the right margin.  (Bug#3971)
1489 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
1491         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
1492         nxml-mode instead of xml-mode.
1494 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1496         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
1498 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1500         * net/dig.el (dig-mode): Use define-derived-mode.
1502 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1504         * vc-dispatcher.el (vc-do-command): Return the process object in
1505         the asynchronous case.  Use when instead of if.  Do not run
1506         vc-exec-after to display a message if not enabled.
1508         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
1509         properties to the stash strings.
1510         (vc-git-stash-list): Return a list of strings.
1511         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
1512         (vc-git-stash-show-at-point): New functions.
1513         (vc-git-stash-map): New keymap.
1515         * register.el (ctl-x-r-map): Define the keys here instead of
1516         using autoload.
1518 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
1520         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
1521         list, to workaround performance problem (bug#4485).
1523 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
1525         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
1527 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
1529         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
1530         Document that this option is not recommended to use.
1532 2009-09-19  Glenn Morris  <rgm@gnu.org>
1534         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
1535         variable `var'.
1537         * calc/calc-alg.el (var):
1538         * calc/calcalg2.el (var): Define for compiler.
1540 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
1542         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
1543         Doc fix (Bug#3932).
1545         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
1547         * time-stamp.el (time-stamp-month-dd-yyyy)
1548         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
1549         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1550         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
1551         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
1552         Remove functions that have been obsolete since 1995 (Bug#4436).
1554         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
1555         indent buffer only if called interactively (Bug#4452).
1557 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
1558             Eli Zaretskii  <eliz@gnu.org>
1560         This fixes bug#4197 (merged to bug#865, though not identical).
1561         * server.el (server-auth-dir): Add docstring note about FAT32.
1562         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
1563         but warn against using them.
1565 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
1567         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
1568         older GDB where there is no has_more field.
1570 2009-09-19  Glenn Morris  <rgm@gnu.org>
1572         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1574 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
1576         * files.el (auto-mode-alist): Change default for XML files to nXML
1577         mode (Bug#4169).
1579 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
1581         * server.el (server-ensure-safe-dir): Pass 'integer
1582         to `file-attributes', as suggested.
1584 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * dired-aux.el (dired-query-alist): Remove spurious backslash.
1587         (dired-query): Use read-key.
1589 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
1591         * cus-start.el (ns-use-qd-smoothing): Remove.
1593 2009-09-18  Glenn Morris  <rgm@gnu.org>
1595         * allout.el (top-level): Remove unnecessary progn.
1597         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
1599         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
1600         definition of abbrev table.
1602         * speedbar.el (speedbar-track-mouse):
1603         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
1604         * net/eudc.el (eudc-expand-inline):
1605         * net/newst-backend.el (newsticker--cache-read-feed):
1606         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
1607         condition-case handlers.
1609 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
1611         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
1612         (gdb-var-list): Add an element for has_more field.
1613         (gdb-non-stop-handler): Enable pretty printing for STL containers.
1614         (gdb-var-create-handler, gdb-var-list-children-handler-1)
1615         (gdb-var-update-handler-1): Parse output of dynamic variable
1616         objects (STL containers).
1617         (gdb-var-delete-1): Pass var1 as an explicit second argument.
1618         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
1620         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
1621         gdb-var-list.
1622         (gud-speedbar-buttons): Make node expandable if expression "has more"
1623         children.
1625 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
1627         * startup.el (emacs-quick-startup): Remove variable and all uses.
1628         (command-line): Set `inhibit-x-resources' instead.
1629         (command-line-1): Use `inhibit-x-resources' instead.
1631 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
1633         * subr.el: Fix last change to avoid using the `unless' macro,
1634         which breaks bootstrapping.
1636 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
1639         extended definitions, in case we reload subr.el after having
1640         loaded CL.
1641         (eval-next-after-load): Mark as obsolete.
1643 2009-09-17  Juri Linkov  <juri@jurta.org>
1645         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
1646         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
1647         (menu-bar-showhide-menu, menu-bar-tools-menu)
1648         (menu-bar-describe-menu, menu-bar-help-menu)
1649         (minibuffer-local-completion-map, minibuffer-local-map):
1650         Fix list quoting.
1652 2009-09-17  Glenn Morris  <rgm@gnu.org>
1654         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
1655         arguments, whether or not it has a handler.
1657         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
1659         * simple.el (hard-newline): Give it a doc-string.
1661         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1662         (lisp-mode-syntax-table): Give them doc-strings.
1664 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1666         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
1667         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
1668         (menu-bar-options-menu, menu-bar-showhide-menu)
1669         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1670         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1671         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
1672         (menu-bar-options-menu, menu-bar-tools-menu)
1673         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
1674         (menu-bar-help-menu):
1675         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
1676         string arguments.
1678         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
1679         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
1680         calls for the menu names and :help.
1682 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1684         * mouse.el (minor-mode-menu-from-indicator): Pay attention
1685         to :minor-mode-function (bug#4455).
1687 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1689         * startup.el (command-line): Initialize the window-system after
1690         processing the command-line.
1692         * textmodes/page.el (what-page): Make sure we don't inf-loop if
1693         page-delimiter matches the empty string.
1695 2009-09-16  Glenn Morris  <rgm@gnu.org>
1697         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
1698         byte-compile-not-obsolete-var.  It's a list now.
1699         (byte-compile-not-obsolete-funcs): New variable.
1700         (byte-compile-warn-obsolete): Don't warn about functions if they are in
1701         byte-compile-not-obsolete-funcs.
1702         (byte-compile-variable-ref, byte-compile-defvar): Update for
1703         byte-compile-not-obsolete-vars name-change and list nature.
1704         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
1705         and variables behind (f)boundp tests.
1706         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
1708 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1710         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
1712 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
1715         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
1716         Don't autoload.
1718 2009-09-15  Stephen Eglen  <stephen@gnu.org>
1720         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
1721         the virtual-buffers, use the name of the buffer specified by
1722         find-file-noselect, as the match may be a symlink.  (This was a
1723         problem if the target and the symlink had different names.)
1725 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1727         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
1729         * desktop.el (desktop-path): Check user-emacs-directory.
1731         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
1733         * loadup.el: Use after-load-functions to GC after loading each file.
1734         Remove the explicit GC calls that used to be sprinkled around.
1736         * subr.el (after-load-functions): New hook.
1737         (do-after-load-evaluation): Run it.  Use string-match-p to detect
1738         `obsolete' packages, rather than painfully extracting the relevant
1739         directory name.
1741 2009-09-15  Glenn Morris  <rgm@gnu.org>
1743         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
1744         free variable `doc'.
1746         * dired.el (dired-mode-map): Add menu entry for async shell command.
1748         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
1749         variables, also consider the .elc files, since the .el files are
1750         normally gzipped (subsequent code locates the .el.gz from the .elc).
1752         * calc/calc-prog.el (arglist): Define for compiler.
1754         * calendar/diary-lib.el (diary-display-function): Change the default to
1755         fancy display.
1756         (body): Define for compiler.
1758         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
1759         (byte-compile-file-form, byte-compile-lambda)
1760         (byte-compile-top-level-body, byte-compile-form)
1761         (byte-compile-variable-ref, byte-compile-setq)
1762         (byte-compile-setq-default, byte-compile-body)
1763         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
1764         (batch-byte-compile): Give some more local variables with common names
1765         a "bytecomp-" prefix to avoid masking warnings about free variables.
1767         * startup.el (command-line-1): Give local variables with common names a
1768         distinguishing prefix, so as not to hide free variable warnings during
1769         bootstrap.
1771         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
1772         clever and add a suffix to make a unique name, just let the user decide
1773         whether or not to overwrite it.  If the input is a directory, write the
1774         default filename to that directory.  (Bug#4388)
1775         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
1776         is a filename-as-a-directory.
1778 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1780         * textmodes/page.el (what-page): Don't move to beginning of line.
1781         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
1783 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1785         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
1787 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1789         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
1790         * help.el (help-for-help-internal): Add purecopy calls for text.
1792         * vc.el (top): print-log method now takes an optional SHORTLOG
1793         argument.  Add a new method: root.
1794         (vc-root-diff, vc-print-root-log): New functions.
1795         (vc-log-short-style): New variable.
1796         (vc-print-log-internal): Add support for showing short logs.
1798         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
1799         vc-print-root-log and vc-print-root-diff.
1801         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
1802         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
1803         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
1804         short logs.
1806         * vc-cvs.el (vc-cvs-print-log):
1807         * vc-mtn.el (vc-mtn-print-log):
1808         * vc-rcs.el (vc-rcs-print-log):
1809         * vc-sccs.el (vc-sccs-print-log):
1810         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
1811         that is ignored for now.
1813         * vc-mtn.el (vc-mtn-annotate-command):
1814         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
1816 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
1819         to function-key-map, and give them ascii-character property.
1820         * term/x-win.el (x-alternatives-map):
1821         * term/ns-win.el (ns-alternatives-map):
1822         * term/internal.el (msdos-key-remapping-map):
1823         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
1825 2009-09-14  Glenn Morris  <rgm@gnu.org>
1827         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
1828         temp-buffers (2009-09-12).
1830 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1832         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
1833         the new read-key function.
1835 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1837         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
1838         is defined (Bug#4405).
1840 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
1842         * recentf.el (recentf-cleanup): Use a hash table to find
1843         duplicates (Bug#4407).
1845 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
1847         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
1848         kp-0 to ascii equivalents (Bug#4325).
1850 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1852         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
1854         * eshell/em-hist.el:
1855         * eshell/em-dirs.el (eshell-complete-user-reference):
1856         Declare pcomplete functions and variables to avoid compiler warnings.
1858 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
1860         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
1861         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
1862         * eshell/em-alias.el (eshell-aliases-file):
1863         * eshell/em-hist.el (eshell-history-file-name):
1864         Use expand-file-name instead of concat to make file names (Bug#4308).
1866 2009-09-13  Glenn Morris  <rgm@gnu.org>
1868         * ediff-merg.el (ediff-do-merge):
1869         * filesets.el (filesets-run-cmd):
1870         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
1871         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
1872         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
1873         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
1874         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
1875         Replace empty `let's with `progn'.
1877 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1879         * mail/sendmail.el (send-mail-function):
1880         * tooltip.el (tooltip-mode):
1881         * simple.el (transient-mark-mode):
1882         * rfn-eshadow.el (file-name-shadow-mode):
1883         * frame.el (blink-cursor-mode):
1884         * font-core.el (global-font-lock-mode):
1885         * files.el (temporary-file-directory)
1886         (small-temporary-file-directory, auto-save-file-name-transforms):
1887         * epa-hook.el (auto-encryption-mode):
1888         * composite.el (global-auto-composition-mode):
1889         Use custom-initialize-delay.
1890         * startup.el (command-line): Don't explicitly call
1891         custom-reevaluate-setting for all the above vars.
1892         * custom.el (custom-initialize-safe-set)
1893         (custom-initialize-safe-default): Delete.
1895 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1897         * term/x-win.el (x-initialize-window-system):
1898         * term/w32-win.el (w32-initialize-window-system):
1899         * term/ns-win.el (ns-initialize-window-system): Don't call
1900         mouse-wheel-mode since it's enabled globally by default already.
1902         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
1903         actually define the variable, but only silences the byte-compiler.
1904         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
1905         before looking it up.
1906         (mouse-wheel-scroll-amount): Also reset the bindings if this value
1907         is changed.
1909 2009-09-12  Glenn Morris  <rgm@gnu.org>
1911         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
1912         1000.
1913         (elint-add-required-env): Don't beep on error.
1914         (elint-forms): In case of error, return ENV unchanged.
1915         (elint-init-env): Skip non-list forms.
1916         (elint-log): Handle unknown file positions.
1918 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
1920         * epg.el (epg-make-context): Add autoload cookie.
1921         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
1922         (epg-decrypt-string, epg-start-verify, epg-verify-file)
1923         (epg-verify-string, epg-start-sign, epg-sign-file)
1924         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
1925         (epg-encrypt-string, epg-start-export-keys)
1926         (epg-export-keys-to-file, epg-export-keys-to-string)
1927         (epg-start-import-keys, epg-import-keys-from-file)
1928         (epg-import-keys-from-string, epg-start-receive-keys)
1929         (epg-receive-keys, epg-import-keys-from-server)
1930         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
1931         (epg-sign-keys, epg-start-generate-key)
1932         (epg-generate-key-from-file, epg-generate-key-from-string):
1933         Remove autoload cookie.
1935 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
1937         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
1938         reevaluation of trash-directory.
1940         * mwheel.el: Fix last change.
1941         (mouse-wheel-mode): New defvar.
1942         (mouse-wheel-mode): Remove autoload cookie.
1944 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1946         * mwheel.el (mwheel-installed-bindings): New var.
1947         (mouse-wheel-mode): Use it, so as to make sure we really remove all
1948         the bindings we set last time.  Use custom-initialize-delay.
1949         * loadup.el: Load mwheel after term/*-win.el.
1950         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
1951         and mouse-wheel-up-event now that their first evaluation is done
1952         sufficiently late to be correct.
1954         * startup.el (tutorial-directory): Make it a defcustom.
1955         Use custom-initialize-delay rather than eval-at-startup to set it.
1956         * image.el (image-load-path): Make it a defcustom.
1957         Use custom-initialize-delay rather than eval-at-startup to set it.
1958         * subr.el (eval-at-startup): Remove.
1959         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
1961         * subr.el (do-after-load-evaluation): Warn the user after loading an
1962         obsolete package.
1964 2009-09-12  Glenn Morris  <rgm@gnu.org>
1966         * proced.el (proced-mark-alt): Remove alias.
1967         (proced-mode-map): Remove proced-mark-alt.
1969         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
1970         Elint file and directory.  Remove initialization entry.
1972         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
1973         commands.
1974         (elint-current-buffer): Set mode-line-process.
1975         (elint-init-env): Handle define-derived-mode.
1976         Fix declare-function with unspecified arglist.  Guard against odd
1977         defalias statements (eg iso-insert's 8859-1-map).
1978         (elint-add-required-env): Use a temp buffer.
1979         (elint-form): Just print the function/macro name, not the whole form.
1980         Return env unchanged if we fail to parse a macro.
1981         (elint-forms): Guard against parse errors.
1982         (elint-output): New function, to handle batch mode.
1983         (elint-log-message): Add optional argument.  Use elint-output.
1984         (elint-set-mode-line): New function.
1986 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1988         * emacs-lisp/elp.el (elp-not-profilable): Add more
1989         functions (Bug#4233).
1991 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
1993         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
1994         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
1996 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
1998         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
1999         (gdb-var-list-children): Use json parsing.
2001 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
2003         * progmodes/js.el (js--proper-indentation): Handle the case where
2004         char-before is null.  Reported by Deniz Dogan.
2006 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2008         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
2010 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
2012         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
2013         (epg-digest-algorithm-alist): Add SHA224.
2014         (epg-context-set-passphrase-callback)
2015         (epg-context-set-progress-callback): Add description about
2016         callback function.
2018 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2020         * custom.el (custom-delayed-init-variables): New var.
2021         (custom-initialize-delay): New function.
2022         * startup.el (command-line): "Re"evaluate all vars in
2023         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
2024         explicitly any more.
2025         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
2026         to avoid creating a ~/.emacs.d at build-time (bug#4347).
2028         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2030 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
2032         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
2033         (gdb-var-update-handler): Use json parsing.
2035 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2037         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
2038         decode annotated text, regardless of language environment.  (Bug#2741)
2040 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2042         * Makefile.in (autoloads): Make rmail.el writable as well.
2044 2009-09-11  Glenn Morris  <rgm@gnu.org>
2046         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
2047         loaddefs.el.
2048         * dired.el: Regenerate with extracted autoloads.
2049         * Makefile.in (autoloads): Make dired.el writable.
2051         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
2052         * ibuffer.el: Regenerate with extracted autoloads.
2053         * Makefile.in (autoloads): Make ibuffer.el writable.
2055         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
2056         * version.el (emacs-copyright, emacs-major-version)
2057         (emacs-minor-version): Reformat doc-strings for make-docfile.
2059         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
2060         functions and variables, since they must be stuff specific to some other
2061         platform.
2062         (apropos-print): Make mouse-click message less specific about button.
2064         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
2065         that records where a macro was defined.
2066         * help-fns.el (describe-function-1): Mention if a function has a
2067         compiler-macro.
2068         * help-mode.el (help-function-cmacro): New button.
2070         * locate.el (top-level): Always require dired.
2071         (locate-mode-map): Initialize inside the defvar.
2073         * net/ange-ftp.el (dired-compress-file): Declare.
2074         (ange-ftp-dired-compress-file): Add doc string.
2076         * term/ns-win.el (x-display-name, x-setup-function-keys):
2077         Unify doc-strings with X versions.
2079 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2081         * emulation/crisp.el (crisp-mode-map): Move initialization
2082         into declaration.
2083         (crisp-mode): Use define-minor-mode.
2085         * progmodes/xscheme.el (xscheme-evaluation-commands):
2086         Put a :advertised-binding property rather than using
2087         advertised-xscheme-send-previous-expression.
2088         (advertised-xscheme-send-previous-expression): Declare obsolete.
2089         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
2090         `advertised-undo'.
2091         (crisp-mode): Add corresponding bindings to
2092         undo's :advertised-binding instead.
2093         * dired.el (dired-mode-map): Put a :advertised-binding property rather
2094         than using dired-advertised-find-file.
2095         (dired-advertised-find-file):
2096         * simple.el (advertised-undo):
2097         * wid-edit.el (advertised-widget-backward): Declare obsolete.
2098         (widget-keymap): Put a :advertised-binding property rather
2099         than using advertised-widget-backward.
2100         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
2101         than using advertised-undo.
2102         * tutorial.el (tutorial--default-keys): Adjust accordingly.
2104 2009-09-10  Simon South  <ssouth@slowcomputing.org>
2106         * progmodes/delphi.el (delphi-tab): Indent region when Transient
2107         Mark mode is enabled and region is active; otherwise indent or
2108         insert TAB as usual.
2109         (delphi-mode): Update description of TAB-key binding.
2111 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2113         * subr.el (define-key-rebound-commands): Mark obsolete.
2114         * startup.el (precompute-menubar-bindings): Remove.
2115         (normal-top-level): Remove obsolete code that tried to precompute
2116         menubar bindings.
2117         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
2118         define-key-rebound-commands and precompute-menubar-bindings.
2120 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2122         * net/imap.el (imap-interactive-login): Better messages.
2123         (imap-open): Fix bug with renamed buffer on reconnect.
2124         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2125         for easier debugging and cleaner code.  On successful (guessed based on
2126         server capabilities) secondary authentication, set imap-state
2127         correctly.
2128         (imap-last-authenticator): Define imap-last-authenticator as a variable
2129         to avoid warnings.
2131 2009-09-10  Glenn Morris  <rgm@gnu.org>
2133         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
2135         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
2136         (byte-compile-file-form-autoload): Don't warn about unknown functions
2137         where the autoload statement comes after the use.
2138         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
2139         that any handlers inside the body (eg require) are in turn respected.
2141         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
2142         effects.
2144         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
2145         and syntax and abbrev tables basic docs, if they don't have any.
2147         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
2149         * international/mule-cmds.el (top-level): Require cl when compiling.
2150         (view-hello-file): Use default-value rather than
2151         default-enable-multibyte-characters.
2153         * progmodes/fortran.el: Move all safe and risky properties into the
2154         defcustoms.
2156         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
2157         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
2158         * mail/undigest.el:
2159         Put autoloads in rmail.el rather than loaddefs.el.
2160         * mail/rmail.el: Regenerate with extracted autoloads.
2162         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
2163         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
2165 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
2167         Reported in thread for Bug#4375.
2168         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
2169         "-data-evaluate-expression" instead of print.
2170         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
2171         (gdb-tooltip-print): Parse output from above MI command.
2172         (gdb): Revert 2009-08-11 change.  User should detach inferior
2173         manually.
2175         Remove the word "separate" from IO functions as inferior
2176         output is now never displayed in the GUD buffer.
2178 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
2180         * startup.el (command-line-normalize-file-name): On Windows and
2181         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
2183 2009-09-10  Juri Linkov  <juri@jurta.org>
2185         * isearch.el (isearch-text-char-description): Propertize escape
2186         character sequences with the `escape-glyph' face.  (Bug#4344)
2188         * simple.el (shell-command): Set asynchronous process filter to
2189         `comint-output-filter'.  (Bug#4343)
2191         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
2192         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
2193         the list.  Move "asm" to the bottom.
2194         (grep-find-ignored-directories): Add `choice' with nil value
2195         to empty the list easily.
2196         (grep-find-ignored-files): New option.
2197         (grep-files-history): Set to nil by default instead of '("ch" "el").
2198         (grep-compute-defaults): Add "<X>" to `grep-template'.
2199         (grep-read-files): Bind new local variables `default-alias' and
2200         `default-extension'.  Use a list of default values for the file prompt.
2201         (lgrep): Add `--exclude=' command line options composed from
2202         `grep-find-ignored-files'.
2203         (rgrep): Add `-name' command line options composed from
2204         `grep-find-ignored-files'.  (Bug#4301)
2206 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2208         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
2209         (bug#4368).
2211 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2213         * calendar/time-date.el (autoload):
2214         Expand define-obsolete-function-alias into defalias and make-obsolete
2215         for old Emacsen that Gnus supports.
2216         (with-no-warnings): Define it for old Emacsen.
2217         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2218         is available.
2219         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2220         float-time is available; suppress compile warning for time-to-seconds.
2222 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2224         * net/imap.el (imap-message-map): Docstring fix.
2226 2009-09-09  Glenn Morris  <rgm@gnu.org>
2228         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
2229         line numbers too.  (Bug#4374)
2231 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * smerge-mode.el (smerge-remove-props, smerge-refine):
2234         Use with-silent-modifications (bug#4342).
2236         * subr.el (with-silent-modifications): New macro.
2238 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
2240         * files.el (top-level): Require `cl' when compiling.
2242 2009-09-07  Glenn Morris  <rgm@gnu.org>
2244         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
2246         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
2247         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
2249 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
2251         * vc-git.el (vc-git-annotate-command): Use separator to parse
2252         arguments correctly.
2254 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
2256         * proced.el (proced-mode): Doc fix.
2258 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2260         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
2261         lstat fails.
2262         (tramp-do-file-attributes-with-ls): Check for file existence at
2263         remote end.
2264         (tramp-do-file-attributes-with-stat): Likewise.
2265         (tramp-convert-file-attributes): Return nil when attr is nil.
2267 2009-09-05  Glenn Morris  <rgm@gnu.org>
2269         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
2270         properties to this button.
2271         (diary-fancy-display): Don't extend the button to the final newline.
2272         (diary-fancy-display-mode): Continue to define "q" as a local key.
2274         * calendar/cal-china.el (holiday-chinese): Make it slightly more
2275         efficient.
2277         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
2279         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
2280         (byte-compile-dest-file-function): New option.
2281         (byte-compile-dest-file): Doc fix.
2282         Obey byte-compile-dest-file-function.
2283         (byte-compile-cl-file-p): New function.
2284         (byte-compile-eval): Only suppress noruntime warnings about cl functions
2285         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
2286         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
2287         than for file being previously loaded.
2288         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
2289         (byte-compile-file-form-require): Handle the case where requiring a file
2290         indirectly causes CL to be loaded.
2292 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2294         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
2295         before killing the old buffer, since by the time `kill-buffer' is
2296         run so many buffer variables have been set to nil that it may not
2297         behave as expected.  (Bug#4061)
2299 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2301         * files.el (find-alternate-file): If the old buffer is modified
2302         and visiting a file, behave similarly to `kill-buffer' when
2303         killing it, thus reverting to the pre-1.878 behavior; see
2304         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
2305         for discussion.  Also, consult `buffer-file-name' as a variable
2306         not as a function, for consistency with the rest of the code.
2308 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
2310         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
2311         also when adding a new directory.
2313         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
2314         defun.
2316 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2318         * files.el (locate-file-completion-table): Make it provide boundary
2319         information, so partial-completion works better.
2321 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
2323         * mail/footnote.el (Footnote-text-under-cursor):
2324         Check footnote-text-marker-alist before using it (bug#4324).
2326 2009-09-04  Glenn Morris  <rgm@gnu.org>
2328         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
2329         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
2330         * play/solitaire.el, play/tetris.el:
2331         Remove leading * from defcustom and defface docs.
2333         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
2334         necessary.
2335         (diary-fancy-overriding-map): New variable.
2336         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
2337         Use view-mode.
2339         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
2340         goto-line.
2342 2009-09-03  Glenn Morris  <rgm@gnu.org>
2344         * arc-mode.el (archive-mode):
2345         * dos-fns.el (set-default-process-coding-system):
2346         * man.el (Man-getpage-in-background):
2347         * menu-bar.el (menu-bar-describe-menu):
2348         * server.el (server-process-filter):
2349         * startup.el (command-line):
2350         * tar-mode.el (tar-header-block-tokenize, tar-extract):
2351         * w32-fns.el (set-default-process-coding-system):
2352         * x-dnd.el (x-dnd-handle-file-name):
2353         * international/mule-cmds.el (mule-menu-keymap)
2354         (set-default-coding-systems, language-info-alist, set-language-info)
2355         (set-language-environment, standard-display-european-internal)
2356         (set-locale-environment):
2357         * international/mule-diag.el (mule-diag):
2358         * mail/emacsbug.el (report-emacs-bug):
2359         * mail/rmail.el (rmail-mode):
2360         * mail/sendmail.el (mail-setup):
2361         Use default-value rather than default-enable-multibyte-characters.
2363         * progmodes/f90.el: Move all safe properties into the defcustoms.
2364         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
2366         * calendar/appt.el (appt-check):
2367         * calendar/diary-lib.el (diary-set-header, diary-live-p)
2368         (diary-check-diary-file, diary-list-entries)
2369         (diary-include-other-diary-files, diary-simple-display)
2370         (diary-fancy-display, diary-print-entries)
2371         (diary-mark-included-diary-files, diary-make-entry):
2372         Don't call substitute-in-file-name on diary-file.
2374 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
2375             Stefan Monnier  <monnier@iro.umontreal.ca>
2377         * mail/footnote.el (footnote-prefix): Make it a defcustom.
2378         (footnote-mode-map): Move initialization into the declaration.
2379         (footnote-minor-mode-map): Define it rather than changing global-map.
2380         (footnote-mode): Use define-minor-mode.
2382 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
2384         * net/tramp.el (tramp-handle-file-attributes-with-ls)
2385         (tramp-do-file-attributes-with-perl)
2386         (tramp-do-file-attributes-with-stat): Rename from
2387         `tramp-handle-file-attributes-with-*'.
2388         (tramp-handle-file-attributes): Use them.
2389         (tramp-do-directory-files-and-attributes-with-perl)
2390         (tramp-do-directory-files-and-attributes-with-stat): Rename from
2391         `tramp-handle-directory-files-and-attributes-with-*'.
2392         (tramp-handle-directory-files-and-attributes): Use them.
2393         (tramp-method-out-of-band-p): Additional parameter SIZE.
2394         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
2395         (tramp-handle-write-region): Use it.
2396         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
2397         (tramp-handle-vc-registered): Check, whether the first run did
2398         return files to be tested.
2399         (tramp-advice-make-auto-save-file-name): Do not call directly
2400         `tramp-handle-make-auto-save-file-name', because this would bypass
2401         the locking mechanism.
2403         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
2404         (file-remote-p, process-file, start-file-process, set-file-times)
2405         (tramp-compat-file-attributes): Compatibility functions shall not
2406         call directly `tramp-handle-*', because this would bypass the
2407         locking mechanism.
2408         (tramp-compat-number-sequence): New defun.
2410 2009-09-02  Glenn Morris  <rgm@gnu.org>
2412         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
2413         alias for float-time.
2414         (time-to-number-of-days): In Emacs, use float-time.
2415         * net/newst-backend.el (time-add): Suppress warnings from compat
2416         function.
2417         * time.el (emacs-uptime, emacs-init-time):
2418         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
2419         Use float-time rather than time-to-seconds.
2421         * minibuffer.el (completion-initials-expand): Fix typo.
2423         * faces.el (modeline, modeline-inactive, modeline-highlight)
2424         (modeline-buffer-id):
2425         * info.el (info-menu-5): Mark these face aliases as obsolete.
2427 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2429         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
2430         space ...
2431         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
2432         no "--thread" option.
2433         (gdb-stopped): Don't print "Switched to thread" message when it is
2434         unchanged.
2436 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2438         * minibuffer.el (completion-try-completion)
2439         (completion-all-completions): Remove ill-defined (and
2440         mistakenly installed and luckily never used nor documented)
2441         `completion-styles' property.
2442         (completion-initials-expand, completion-initials-all-completions)
2443         (completion-initials-try-completion): New functions.
2444         (completion-styles-alist): Add doc to each entry.
2445         Add new `initials' entry.
2447 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2449         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
2450         MI command -var-evaluate-expression.
2451         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
2452         and tweak for case of string child.
2453         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
2455 2009-09-01  Glenn Morris  <rgm@gnu.org>
2457         * add-log.el (change-log-date-face, change-log-name-face)
2458         (change-log-email-face, change-log-file-face, change-log-list-face)
2459         (change-log-conditionals-face, change-log-function-face)
2460         (change-log-acknowledgement-face):
2461         * cus-edit.el (custom-invalid-face, custom-rogue-face)
2462         (custom-modified-face, custom-set-face, custom-changed-face)
2463         (custom-saved-face, custom-button-face, custom-button-pressed-face)
2464         (custom-documentation-face, custom-state-face, custom-comment-face)
2465         (custom-comment-tag-face, custom-variable-tag-face)
2466         (custom-variable-button-face, custom-face-tag-face)
2467         (custom-group-tag-face-1, custom-group-tag-face):
2468         * diff-mode.el (diff-header-face, diff-file-header-face)
2469         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2470         (diff-added-face, diff-changed-face, diff-function-face)
2471         (diff-context-face, diff-nonexistent-face):
2472         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2473         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
2474         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2475         (Info-title-4-face):
2476         * isearch.el (isearch-lazy-highlight-face):
2477         * log-view.el (log-view-file-face, log-view-message-face):
2478         * paren.el (show-paren-match-face, show-paren-mismatch-face):
2479         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2480         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2481         (cvs-msg-face):
2482         * smerge-mode.el (smerge-mine-face, smerge-other-face)
2483         (smerge-base-face, smerge-markers-face):
2484         * wid-edit.el (widget-documentation-face, widget-button-face)
2485         (widget-field-face, widget-single-line-field-face)
2486         (widget-inactive-face, widget-button-pressed-face):
2487         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
2488         (woman-addition-face):
2489         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
2490         (eshell-ls-executable-face, eshell-ls-readonly-face)
2491         (eshell-ls-unreadable-face, eshell-ls-special-face)
2492         (eshell-ls-missing-face, eshell-ls-archive-face)
2493         (eshell-ls-backup-face, eshell-ls-product-face)
2494         (eshell-ls-clutter-face):
2495         * eshell/em-prompt.el (eshell-prompt-face):
2496         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
2497         * obsolete/old-whitespace.el (whitespace-highlight-face):
2498         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
2499         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
2500         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
2501         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
2502         (antlr-font-lock-literal-face):
2503         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2504         (ebrowse-root-class-face, ebrowse-file-name-face)
2505         (ebrowse-default-face, ebrowse-member-attribute-face)
2506         (ebrowse-member-class-face, ebrowse-progress-face):
2507         * progmodes/make-mode.el (makefile-space-face):
2508         * progmodes/sh-script.el (sh-heredoc-face):
2509         * textmodes/flyspell.el (flyspell-incorrect-face)
2510         (flyspell-duplicate-face):
2511         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
2512         * textmodes/texinfo.el (texinfo-heading-face):
2513         Mark face aliases with "-face" suffix as obsolete.
2515         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
2516         compiler.
2518         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
2519         (eudc-bob-sound-menu): Use defvar rather than defconst, since
2520         easy-menu-define wants to modify these.
2522         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
2524         * net/browse-url.el (browse-url-file-url):
2525         * term/internal.el (dos-codepage-setup):
2526         Use default-value rather than default-enable-multibyte-characters.
2528         * progmodes/etags.el (etags-goto-tag-location):
2529         * progmodes/flymake.el (flymake-highlight-line)
2530         (flymake-goto-file-and-line, flymake-goto-line):
2531         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
2532         (gdb-goto-breakpoint):
2533         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2534         * progmodes/python.el (python-find-function)
2535         (python-pdbtrack-track-stack-file):
2536         * progmodes/verilog-mode.el (verilog-surelint-off):
2537         * term/ns-win.el (ns-open-file-select-line):
2538         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2539         Use forward-line rather than goto-line.
2541         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
2542         * textmodes/reftex-index.el (reftex-display-index):
2543         * textmodes/reftex-ref.el (reftex-offer-label-menu):
2544         * textmodes/reftex-toc.el (reftex-toc):
2545         Remove unnecessary bindings of default-major-mode (all are followed by
2546         major-mode check and possible mode switch).
2548 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2550         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2551         Handle watchpoints (bug#4282).
2552         (def-gdb-thread-buffer-command): Enable thread to be selected by
2553         clicking without selecting threads buffer first.
2554         (gdb-current-context-command): Use selected frame so that "up",
2555         "down" etc work in the GUD buffer.
2556         (gdb-update): Find selected frame before rendering stack buffer.
2557         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
2559 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2561         * progmodes/sym-comp.el (displayed-completions): Remove.
2562         (symbol-complete): Use minibuffer-complete.
2564 2009-08-31  Glenn Morris  <rgm@gnu.org>
2566         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
2568         * apropos.el (apropos-symbols-internal):
2569         Handle (obsolete) face aliases.
2571         * faces.el (describe-face): Adjust the output format to be more like
2572         describe-variable, and to mention (obsolete) face aliases.
2573         Adjust the whitespace so that help-setup-xref works.
2575         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
2576         * calendar/diary-lib.el (diary-button-face):
2577         Mark these face aliases as obsolete.
2579         * calendar/calendar.el (calendar-today): Doc fix.
2581 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2583         * progmodes/gdb-mi.el (gdb-control-all-threads)
2584         (gdb-control-current-thread): Force tool bar update.
2585         (gdb-non-stop-handler): New function.
2586         (gdb-init-1): Use it to test if non-stop mode is supported.
2587         Remove unused gdbmi buffer type.
2589 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2591         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
2592         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
2594 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
2596         * comint.el (comint-exec-1): Check command is non-null first.
2597         Part of gdb-mi.el change (2009-08-28).
2599 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2601         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
2603 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
2605         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
2606         instead of `dolist' to avoid a recursive require when bootstrapping.
2608 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2610         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
2612         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
2614         * net/imap.el (imap-send-command): Simplify.
2615         (imap-wait-for-tag): point-max -> buffer-size.
2617         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
2619         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
2620         with constant argument.
2622         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
2624         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
2626         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
2627         Change default, since most of our files don't have a history.
2628         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
2629         the user.
2631         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2632         Add comint-run.
2634         * calc/calc.el: Improve commenting convention.
2635         (calc-digit-map, toplevel): Simplify.
2637         * comint.el (comint-insert-input): Be careful to only set point if we
2638         don't delegate to some other command.
2640         * proced.el (proced-signal-list): Make it an alist.
2641         (proced-grammar-alist): Capitalize names.
2642         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
2643         Disable undo manually and make it read-only.
2644         Use completion-annotate-function.
2646         * minibuffer.el (minibuffer-message): If the current buffer is not
2647         a minibuffer, insert the message in the echo area rather than at the
2648         end of the buffer.
2649         (completion-annotate-function): New variable.
2650         (minibuffer-completion-help): Use it.
2651         (completion--embedded-envvar-table): Environment vars are
2652         always case-sensitive.
2654 2009-08-30  Glenn Morris  <rgm@gnu.org>
2656         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
2657         from fortran-current-defun.
2658         (fortran-beginning-of-subprogram): Be more precise about finding the
2659         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
2660         (fortran-end-of-subprogram): Simplify.
2661         (fortran-current-defun): Use fortran-start-prog-re.
2663 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
2665         * subr.el (do-after-load-evaluation): Simplify.
2667 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2669         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
2671         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
2672         (vc-rcs-print-log): Use it.
2674         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
2676 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2678         * paths.el (abbrev-file-name): Move to abbrev.el.
2679         * abbrev.el (abbrev-file-name): Move from paths.el.
2680         Obey user-emacs-directory.
2681         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
2682         user-emacs-directory.
2683         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
2684         abbrev-file-name and calc-settings-file any more.
2685         * startup.el (command-line): Recompute abbrev-file-name and
2686         abbreviated-home-dir.
2687         (normal-no-mouse-startup-screen): Improve the generic code and get rid
2688         of the special code for when C-h bindings haven't been changed.
2689         (display-startup-echo-area-message): Use with-current-buffer.
2690         (command-line-1): Use a list of strings, rather than a list of lists
2691         of strings for longopts.
2693         * files.el (get-free-disk-space): Use / for default-directory.
2695         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
2696         Use with-current-buffer.
2698         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
2699         Recognize immutable variables like most-positive-fixnum.
2700         (byte-compile-setq-default): Check and warn if trying to assign
2701         to an immutable variable, or a non-variable.
2703         * progmodes/cc-vars.el (c-comment-continuation-stars):
2704         * progmodes/cc-engine.el (c-looking-at-bos):
2705         * progmodes/cc-cmds.el (c-toggle-auto-state)
2706         (c-forward-into-nomenclature, c-backward-into-nomenclature)
2707         (c-comment-line-break-function): Add version of obsolescence.
2709 2009-08-28  Juri Linkov  <juri@jurta.org>
2711         * files.el (magic-fallback-mode-alist): Add ZIP magic number
2712         associated with `archive-mode'.
2714         * image.el (image-type-header-regexps): Use only JPEG magic number
2715         to determine JPEG images, and don't use `image-jpeg-p' because
2716         Emacs can display non-JFIF non-Exif JPEG images.
2718 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2720         * arc-mode.el (archive-mode):
2721         * emacs-lisp/re-builder.el (re-builder-unload-function):
2722         Protect against the default value of `major-mode' being nil.
2724 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2726         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
2727         Fix typos in docstrings.
2729         * progmodes/js.el (js--macro-decl-re): Doc fix.
2730         (js--plain-method-re, js--split-name): Refloc docstring.
2731         (js--class-styles, js--make-merged-item, js--splice-into-items):
2732         Fix typos in docstrings; reflow docstrings.
2733         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
2734         (js--variable-decl-matcher, js--inside-pitem-p)
2735         (js--parse-state-at-point, js--get-all-known-symbols)
2736         (js--symbol-history, js-find-symbol, js--js-references)
2737         (js--moz-interactor, js--js-encode-value, js--read-tab):
2738         Fix typos in docstrings.
2740 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2742         * textmodes/reftex.el (reftex-get-file-buffer-force):
2743         * progmodes/verilog-mode.el (verilog-batch-execute-func):
2744         * emulation/viper.el (viper-go-away, viper-set-hooks):
2745         * emacs-lisp/re-builder.el (re-builder-unload-function):
2746         * emacs-lisp/bytecomp.el (byte-compile-file):
2747         * ses.el (ses-unload-function):
2748         * hexl.el (hexl-find-file):
2749         * files.el (normal-mode):
2750         * ehelp.el (with-electric-help):
2751         * autoinsert.el (auto-insert-alist):
2752         * arc-mode.el (archive-mode):
2753         Use (default-value 'major-mode) instead of default-major-mode.
2755         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
2756         * international/mule.el (load-with-code-conversion):
2757         * emacs-lisp/debug.el (debug):
2758         * ediff-vers.el (ediff-rcs-get-output-buffer):
2759         * dired.el (dired-internal-noselect): Don't let-bind
2760         default-major-mode around code that doesn't use it.
2761         E.g. buffer creation via get-buffer-create doesn't use it.
2763 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
2765         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
2766         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
2767         when writing the temp file.  Otherwise, epa-file gets confused.
2768         (tramp-register-file-name-handlers): Make it a defun.  Move also
2769         `epa-file-handler' to the front of `file-name-handler-alist'.
2771 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
2774         start right after a ^M.
2775         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
2776         (tramp-completion-file-name-regexp-separate)
2777         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
2778         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
2779         Don't modify last-coding-system-used by accident.
2780         (tramp-completion-file-name-handler): Apply the checks here,
2781         instead during registration.
2782         (tramp-register-file-name-handlers) Renamed from
2783         `tramp-register-file-name-handler'.  Register both
2784         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
2785         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
2787 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
2789         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
2790         Remove variable ...
2791         (gdb-init-1, gdb-display-separate-io-buffer)
2792         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
2793         references to it.
2794         (gdb-inferior-io-mode): Use make-comint-in-buffer.
2795         (gdb-inferior-filter): Use comint-output-filter to stop
2796         echoing and remove ^M characters.
2798 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2800         * emulation/viper-init.el (viper-restore-cursor-type):
2801         * emulation/cua-base.el (cua--update-indications):
2802         Replace default-cursor-type with (default-value 'cursor-type).
2804         * mail/sendmail.el (mail-recover-1):
2805         * international/mule-diag.el (describe-current-coding-system-briefly)
2806         (describe-current-coding-system):
2807         * international/mule-cmds.el (select-safe-coding-system)
2808         (select-message-coding-system)
2809         (set-language-environment-coding-systems, set-locale-environment):
2810         * hexl.el (hexl-insert-multibyte-char):
2811         * dos-w32.el (find-buffer-file-type-coding-system):
2812         * simple.el (what-cursor-position):
2813         Replace uses of default-buffer-file-coding-system
2814         with (default-value 'buffer-file-coding-system).
2816         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
2817         Replace uses of default-cursor-in-non-selected-windows
2818         with (default-value 'cursor-in-non-selected-windows).
2819         Use with-current-buffer.
2821         * mail/feedmail.el: Use CL macros.
2822         (feedmail-run-the-queue, feedmail-send-it-immediately):
2823         * dos-w32.el (find-buffer-file-type): Replace uses of
2824         default-buffer-file-type with (default-value 'buffer-file-type).
2826 2009-08-28  Glenn Morris  <rgm@gnu.org>
2828         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
2829         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
2830         Use default-value of major-mode rather than default-major-mode.
2832 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2834         * Makefile.in (update-elcfiles): Report left over elc files.
2836         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
2837         expand-file-name and with-current-buffer.
2838         (mail-get-names, mail-directory): Use with-current-buffer.
2840         * vc.el (vc-read-revision): New function.
2841         (vc-version-diff, vc-merge): Use it.
2843 2009-08-27  Sam Steingold  <sds@gnu.org>
2845         * simple.el (kill-do-not-save-duplicates): New user option.
2846         (kill-new): When it is non-nil, and the new string is the same as
2847         the latest kill, set replace to t to avoid duplicates in kill-ring.
2849 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
2851         * net/tramp.el (tramp-handle-process-file): Do not flush all
2852         caches when `process-file-side-effects' is set.
2853         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
2854         instead of `tramp-find-file-exists-command'.
2855         Unset `process-file-side-effects'.
2857 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
2859         * net/tramp.el (tramp-methods): New method "rsyncc".
2860         (top): Add completion function for "rsyncc".
2861         (tramp-message-show-message): New defvar.
2862         (tramp-message, tramp-error): Use it.
2863         (tramp-do-copy-or-rename-file-directly): Extend check for direct
2864         remote copying.
2865         (tramp-do-copy-or-rename-file-out-of-band): Handle new
2866         `tramp-methods' entry `copy-env' of "rsyncc".
2867         (tramp-vc-registered-read-file-names): New defconst.
2868         (tramp-vc-registered-file-names): New defvar.
2869         (tramp-handle-vc-registered): Implement optimization strategy.
2870         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
2871         (tramp-vc-file-name-handler): New defun.
2872         (tramp-get-ls-command, tramp-get-test-command)
2873         (tramp-get-file-exists-command, tramp-get-remote-ln)
2874         (tramp-get-remote-perl, tramp-get-remote-stat)
2875         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
2877         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
2878         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
2879         timestamps.
2880         (tramp-get-file-property): Check for timestamps in
2881         `tramp-cache-inhibit-cache'.
2882         (tramp-set-file-property): Write timestamp.
2884 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2886         * language/japan-util.el (japanese-symbol-table): Add entries for
2887         cp932-2-byte.
2889         * international/characters.el: Add category `j' to cp932-2-byte.
2891 2009-08-27  Kenichi Handa  <handa@m17n.org>
2893         * international/fontset.el (build-default-fontset-data): New macro.
2894         (setup-default-fontset): Use build-default-fontset-data for CJK,
2895         tibetan, ethiopic, and ipa.
2897 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2899         * cus-start.el (default-major-mode): Customize `major-mode' instead.
2900         (enable-multibyte-characters): Not customizable any more.
2902         * subr.el (default-mode-line-format, default-header-line-format)
2903         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
2904         (default-direction-reversed, default-truncate-lines)
2905         (default-left-margin, default-tab-width, default-case-fold-search)
2906         (default-left-margin-width, default-right-margin-width)
2907         (default-left-fringe-width, default-right-fringe-width)
2908         (default-fringes-outside-margins, default-scroll-bar-width)
2909         (default-vertical-scroll-bar, default-indicate-empty-lines)
2910         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
2911         (default-fringe-cursor-alist, default-scroll-up-aggressively)
2912         (default-scroll-down-aggressively, default-fill-column)
2913         (default-cursor-type, default-buffer-file-type)
2914         (default-cursor-in-non-selected-windows)
2915         (default-buffer-file-coding-system, default-major-mode)
2916         (default-enable-multibyte-characters): Mark as obsolete.
2918 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
2920         * vc-dir.el (vc-dir-update): Remove debug helper.
2922         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
2924 2009-08-26  Sam Steingold  <sds@gnu.org>
2926         * simple.el (save-interprogram-paste-before-kill): New user option.
2927         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
2928         save the interprogram-paste into kill-ring before overriding it
2929         with the Emacs kill.
2931 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2933         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
2934         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
2935         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
2936         and move to vc-rcs.el.
2937         (vc-default-next-revision): Rename to vc-rcs-next-revision and
2938         move to vc-rcs.el.
2939         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
2940         (vc-rcs-update-changelog): Remove.
2941         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
2942         and move to vc-rcs.el.
2944         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
2945         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
2946         renaming.
2947         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
2948         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
2949         vc.el, renamed to be RCS specific.
2951         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
2952         New functions.
2953         (vc-cvs-update-changelog): Move here from vc.el.
2955         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
2956         New functions.
2958 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2960         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
2962 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2964         * vc-git.el (vc-git-register): Use "git add" for directories.
2965         (vc-git-stash, vc-git-stash-show): New functions.
2966         (vc-git-extra-menu-map): Bind them.
2968         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
2969         directory correctly in case the item is a directory itself.
2971         * vc.el: Document the desired behavior for reverted files in the
2972         `added' state.
2973         (vc-default-prettify-state-info): Remove function, unused.
2975         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
2977 2009-08-26  Glenn Morris  <rgm@gnu.org>
2979         * bindings.el (standard-mode-line-format): Reposition dashes in
2980         which-func entry.  (Bug#4217)
2982         * files.el (enable-local-variables, enable-local-eval)
2983         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
2984         the defcustoms.
2985         (auto-mode-alist, ignored-local-variables)
2986         (save-some-buffers-action-alist): Move risky declarations to the
2987         definitions.
2988         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
2989         (font-lock-defaults, format-alist, imenu--index-alist)
2990         (imenu-generic-expression, input-method-alist, minor-mode-alist)
2991         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
2992         (mode-line-modified, mode-line-mule-info, mode-line-position)
2993         (mode-line-process, mode-line-remote, outline-level)
2994         (parse-time-rules, rmail-output-file-alist)
2995         (special-display-buffer-names, vc-mode):
2996         Move risky declarations to the relevant files.
2997         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
2998         (mode-line-modified, mode-line-process, mode-line-position)
2999         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
3000         * font-core.el (font-lock-defaults):
3001         * format.el (format-alist):
3002         * vc-hooks.el (vc-mode):
3003         * window.el (special-display-buffer-names):
3004         * international/mule-cmds.el (input-method-alist):
3005         Define riskiness here (dumped file) rather than in files.el.
3006         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
3007         * imenu.el (imenu-generic-expression, imenu--index-alist):
3008         * outline.el (outline-level):
3009         * time.el (display-time-string):
3010         * calendar/parse-time.el (parse-time-rules):
3011         * mail/rmailout.el (rmail-output-file-alist):
3012         Autoload riskiness here, rather than placing in files.el.
3014 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
3016         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
3018 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3020         * simple.el (process-file-side-effects): New defvar.
3022         * dired-aux.el (dired-show-file-type):
3023         * vc.el (vc-diff-internal):
3024         * vc-arch.el (vc-arch-diff):
3025         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
3026         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
3027         * vc-git.el (vc-git-registered, vc-git-working-revision)
3028         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
3029         (vc-git--empty-db-p):
3030         * vc-hooks.el (vc-user-login-name):
3031         * vc-svn.el (vc-svn-registered, vc-svn-state)
3032         (vc-svn-dir-extra-headers, vc-svn-find-revision):
3033         * progmodes/grep.el (grep-probe): Let-bind
3034         `process-file-side-effects' with nil.
3036         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
3038         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
3039         daemon.  Replace ping by checking for running service for bluez
3040         and zeroconf.  (Bug#4239)
3042 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3044         * net/dig.el (dig): Add autoload cookie.
3046 2009-08-25  Glenn Morris  <rgm@gnu.org>
3048         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
3049         load-history for absolute file-names.
3050         (byte-compile-file-form-require): Warn about use of the cl package.
3052         * format.el (format-alist): Doc fix.
3054         * play/bubbles.el (top-level): Don't require cl at run-time.
3056         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
3057         run-time cl).
3059 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
3061         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
3062         from cl package.
3063         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
3065 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
3067         * calc/calc-alg.el (math-trig-rewrite)
3068         (math-hyperbolic-trig-rewrite): New functions.
3069         (calc-simplify): Simplify trig functions when asked.
3071 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3073         * diff-mode.el (diff-find-source-location): Avoid goto-line.
3075 2009-08-24  Kenichi Handa  <handa@m17n.org>
3077         * language/ind-util.el (mapthread): Delete it.
3078         (combinatorial): New function.
3079         (indian--puthash-cv): Use combinatorial instead of mapthread.
3081 2009-08-22  Kevin Ryde  <user42@zip.com.au>
3083         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
3084         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
3085         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
3086         Clarify docstring that the value is strings not symbols.
3087         (checkdoc-list-of-strings-p): New function.
3089 2009-08-22  Glenn Morris  <rgm@gnu.org>
3091         * files.el (auto-mode-alist):
3092         * hippie-exp.el (he-concat-directory-file-name):
3093         * lpr.el (lpr-windows-system, printer-name):
3094         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
3095         * ps-print.el (ps-windows-system):
3096         * startup.el (command-line):
3097         * emulation/viper-ex.el (viper-glob-function):
3098         * international/mule-cmds.el (set-language-environment-coding-systems):
3099         * net/ange-ftp.el (ange-ftp-write-region):
3100         * obsolete/fast-lock.el (fast-lock-cache-name):
3101         Remove code for defunct system-types emx, macos, mswindows, next-mach,
3102         unisoft-unix, vax-vms, win32, w32.
3104         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
3105         given name if the pattern is not more specific.
3107         * calendar/lunar.el (lunar-phase-names): New option.
3108         (lunar-phase): Doc fix.
3109         (lunar-cycles-per-year): New constant.
3110         (lunar-index): New function.
3111         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
3112         (lunar-phase-name): Use lunar-phase-names.
3113         (calendar-lunar-phases): Use format.
3114         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
3116         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
3117         Copy imenu-example--name-and-position function here for own use.
3118         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
3120         * bs.el (bs--redisplay):
3121         * cus-edit.el (custom-redraw):
3122         * ibuffer.el (ibuffer-bury-buffer):
3123         * server.el (server-goto-line-column):
3124         * startup.el (command-line-1):
3125         * strokes.el (strokes-xpm-for-stroke):
3126         * term.el (term-display-buffer-line):
3127         * view.el (View-goto-line):
3128         * calc/calc.el (calc-do, calc-trail-buffer):
3129         * play/gamegrid.el (gamegrid-add-score-insecure):
3130         * progmodes/ada-mode.el (ada-compile-goto-error):
3131         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
3132         (ebrowse-select-1st-to-9nth):
3133         * progmodes/cperl-mode.el (cperl-time-fontification):
3134         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
3135         * progmodes/gud.el (gud-display-line):
3136         (idlwave-shell-display-line):
3137         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
3138         * progmodes/make-mode.el (makefile-browser-toggle):
3139         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
3140         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
3141         * textmodes/picture.el (picture-draw-rectangle):
3142         * textmodes/reftex-index.el (reftex-index-goto-letter):
3143         (reftex-select-jump-to-previous):
3144         * textmodes/reftex-sel.el (reftex-find-start-point)
3145         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
3146         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
3147         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
3148         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3149         * textmodes/two-column.el (2C-associated-buffer):
3150         Use forward-line rather than goto-line.
3152         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
3153         goto-line.
3155         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
3156         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
3157         (quick-check-list-to-regexp): Declare.
3159         * progmodes/make-mode.el (makefile-browser-insert-selection):
3160         Use goto-char rather than goto-line.
3162         * progmodes/prolog.el (compilation-error-regexp-alist)
3163         (compilation-forget-errors): Declare.
3165 2009-08-22  Juri Linkov  <juri@jurta.org>
3167         * progmodes/grep.el (lgrep, rgrep): At the beginning
3168         set `dir' to `default-directory' unless `dir' is a non-nil
3169         readable directory.  (Bug#4052)
3170         (lgrep, rgrep): Change a weird way to report an error
3171         from using `read-string' to using `error'.
3172         Instead of using interactive arguments in the function body,
3173         add new argument `confirm'.
3175 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3177         * textmodes/remember.el (remember-buffer):
3178         * progmodes/cperl-mode.el (cperl-vc-header-alist):
3179         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
3180         (icalendar-extract-ical-from-buffer):
3181         * net/newst-treeview.el (newsticker-groups-filename):
3182         * net/newst-backend.el (newsticker-cache-filename):
3183         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
3184         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
3185         (speedbar-add-ignored-path-regexp, speedbar-line-path)
3186         (speedbar-buffers-line-path, speedbar-path-line)
3187         (speedbar-buffers-line-path):
3188         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
3189         (epg-sign-keys):
3190         * epa.el (epa-display-verify-result):
3191         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
3193 2009-08-21  Glenn Morris  <rgm@gnu.org>
3195         * progmodes/js.el (inferior-moz-process): Fix declaration.
3197         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
3199         * obsolete/rnewspost.el (news-mail-reply):
3200         Use goto-char rather than goto-line.
3202         * term/ns-win.el (ns-open-file-select-line):
3203         Use line-beginning-position rather than goto-line.
3205         * apropos.el (apropos-command):
3206         * ehelp.el (electric-helpify):
3207         * printing.el (pr-show-setup):
3208         * strokes.el (strokes-help):
3209         * tutorial.el (tutorial--describe-nonstandard-key)
3210         (tutorial--detailed-help):
3211         * woman.el (woman-mini-help, woman-display-extended-fonts):
3212         * calc/calc-help.el (calc-describe-key):
3213         * emulation/edt.el (edt-electric-helpify):
3214         * international/mule-diag.el (mule-diag):
3215         * play/yow.el (apropos-zippy):
3216         * progmodes/python.el (python-describe-symbol):
3217         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
3218         * textmodes/table.el (*table--cell-describe-mode)
3219         (*table--cell-describe-bindings):
3220         Use help-print-return-message rather than the now obsolete alias.
3222         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
3223         (calendar-cursor-to-visible-date):
3224         * play/5x5.el (5x5-position-cursor):
3225         * play/decipher.el (decipher):
3226         * play/gomoku.el (gomoku-goto-xy):
3227         * play/landmark.el (lm-goto-xy):
3228         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
3229         (mpuz-paint-digit):
3230         Use forward-line, not goto-line.
3232         * mail/rmail.el (rmail-obsolete): Delete custom group.
3233         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
3234         (rmail-remote-password, rmail-remote-password-required):
3235         Remove unneeded :set-after and :set properties.
3237 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
3239         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
3241 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
3243         * loadup.el: Remove leftover macos code.
3245         * vc-git.el (vc-git-annotate-command): Run asynchronously.
3246         Explicitly pass the date format to git blame so that user local
3247         so that the output format can be parsed.
3249 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
3251         * net/dbus.el (top): Don't check for (getenv
3252         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
3254 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
3256         * log-edit.el (log-edit-strip-single-file-name): New var.
3257         (log-edit-insert-changelog): Use it.  Bug#3571
3259 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3261         * subr.el (read-passwd): Use read-key so keypad keys work as well.
3262         Bug#3287
3264         * help.el (help-print-return-message): Rename from
3265         print-help-return-message.
3267         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
3268         cvs-mode-map parent hack.
3269         (log-view-mode): Derive from special-mode.
3271         * linum.el (linum-mode): window-size-change-functions is redundant.
3272         Adapt to new window-configuration-change-hook behavior.
3273         (linum-after-size, linum-after-config): Remove.
3275         * imenu.el (imenu-example--name-and-position)
3276         (imenu-example--lisp-extract-index-name)
3277         (imenu-example--create-lisp-index, imenu-example--create-c-index):
3278         Mark as obsolete.
3280         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
3281         (inferior-prolog-mode): Use it.
3282         (inferior-prolog-load-file): Reset list of errors.
3284 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3286         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
3288         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
3290 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
3292         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
3293         is running already.
3295 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3297         * subr.el (listify-key-sequence-1): Use normal syntax since those
3298         integers are nowadays always represented by the same (positive) number
3299         on all platforms.
3300         (read-key-empty-map): New const.
3301         (read-key-delay): New var.
3302         (read-key): New function.
3303         (force-mode-line-update): Use with-current-buffer.
3304         (locate-user-emacs-file): Don't forget to abbreviate the file name.
3305         (start-process-shell-command, start-file-process-shell-command):
3306         Discourage the use of command-args.
3308 2009-08-19  Glenn Morris  <rgm@gnu.org>
3310         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
3312 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3314         * simple.el (choose-completion-string): Don't rely on
3315         minibuffer-completing-file-name and ad-hoc checks to decide whether
3316         to continue completion or not.
3318         * minibuffer.el (minibuffer-hide-completions): New function.
3319         (completion--do-completion): Use it.
3320         (completions-annotations): New face.
3321         (completion--insert-strings): Use it.
3322         (completion-pcm--delim-wild-regex): Add docstring.
3323         (completion-pcm--string->pattern): Add support for 0-width delimiters
3324         in completion-pcm--delim-wild-regex.
3326 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
3329         Remove unused var `buffer-modified-p'.
3331         * minibuffer.el (completion--do-completion): Move point for the #b001
3332         case as well (bug#4176).
3333         (minibuffer-complete, minibuffer-complete-word): Don't move point.
3335 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
3337         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
3338         and :session buses.
3340 2009-08-18  Kenichi Handa  <handa@m17n.org>
3342         * international/ucs-normalize.el (ucs-normalize-version):
3343         Change to 1.1.
3344         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
3345         (utf-8-hfs): Make it perform normalization on encoding too.
3347         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
3348         (sentence-end-without-space): Delete duplicated chars.
3349         (sentence-end-base): Likewise.
3351         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
3352         (html-mode): Delete duplicated chars from sentence-end-base.
3354         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
3355         (texinfo-mode): Delete duplicated chars from sentence-end-base.
3357 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
3359         * files.el (hack-one-local-variable): If the mode function is for
3360         a minor mode, pass it an argument (Bug#4148).
3362 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
3364         * net/tramp.el (tramp-register-completion-file-name-handler):
3365         Check also for (member 'partial-completion completion-styles).
3367 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3369         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
3370         abbrev (Bug#3943).
3372 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
3374         * progmodes/cperl-mode.el: Merge upstream 6.2.
3375         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
3376         (cperl-forward-re): Check cperl-brace-recursing.
3377         (cperl-highlight-charclass): New function.
3378         (cperl-find-pods-heres): Use it.
3379         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
3380         (cperl-beautify-regexp-piece): Fix column calculation.
3381         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
3382         (cperl-beautify-level): Don't process entire regexp.
3383         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
3384         calling man.
3385         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
3386         (cperl-init-faces): Build a list in the normal way.
3388 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3390         * calendar/parse-time.el (parse-time-string-chars): Save match
3391         data.
3393 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3395         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
3396         (sql-product): Use it.
3397         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
3398         (sql-set-product): Add completion.
3399         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
3400         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
3401         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
3402         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
3403         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
3404         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
3405         (sql-highlight-db2-keywords): Remove.
3406         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3407         (sql-highlight-product): Use derived-mode-p.
3408         (sql-set-sqli-buffer): Use with-current-buffer.
3409         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
3410         Simplify.
3412         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
3414         * term.el: Fix commenting convention, turn comments into docstrings.
3416 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
3418         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
3420 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3422         * calendar/parse-time.el (parse-time-string-chars): Compute using
3423         character classes, to handle non-ascii characters (Bug#3190).
3425 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3427         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
3428         another heredoc if the user adds another < (Bug#3226).
3430         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3431         Don't initialize based on window-system (Bug#4124).
3433         * facemenu.el (facemenu-read-color): Use a completion function
3434         that accepts any defined color, such as RGB triplets (Bug#3677).
3436         * files.el (get-free-disk-space): Change fallback default
3437         directory to /.  Expand DIR argument before switching to fallback.
3438         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
3440 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3442         * files.el (load-library): Doc fix.
3444 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3446         * viper-cmd.el (viper-insert-isearch-string): New function.
3447         (viper-if-string): Redefine C-s in the minibuffer to insert the last
3448         incremental search string.
3450         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
3451         XEmacs.
3453         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
3454         (ediff-merge-region-is-non-clash)
3455         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
3456         Also check if the job is really a merge job.
3458         * ediff.el (ediff-current-file): New function.
3460 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3462         * progmodes/js.el: Edit docstrings throughout to follow Emacs
3463         conventions.
3464         (js-insert-and-indent): Delete function.
3465         (js-mode-map): Don't bind keys to js-insert-and-indent.
3466         (js-beginning-of-defun): Rename from js--beginning-of-defun.
3467         (js-end-of-defun): Rename from js--end-of-defun.
3468         (js-auto-indent-flag): Delete variable.
3470 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
3472         * progmodes/js.el: Remove proclaim statement.
3473         Defvar which-func-imenu-joiner-function to silence compiler.
3475         * files.el (auto-mode-alist): Use js-mode for .js files.
3477         * progmodes/js2-mode.el: Remove file.
3479         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
3481         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
3483         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
3485 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
3486             Karl Landstrom  <karl.landstrom@brgeight.se>
3488         * progmodes/js.el: New file.
3490 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
3492         * timezone.el (timezone-parse-date): Add ability to understand ISO
3493         basic format (minimal separators) dates in addition to the
3494         already-supported extended format dates.
3496 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
3498         * international/ucs-normalize.el: Add a `coding' file variable.
3500         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
3502 2009-08-14  Sam Steingold  <sds@gnu.org>
3504         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3506 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
3508         * faces.el (help-argument-name): Define it here instead of
3509         help-fns.el, because in daemon mode help-fns.el may be loaded when
3510         faces are still uninitialized (Bug#1078).
3512         * help-fns.el (help-argument-name): Move defface to faces.el.
3514 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
3516         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
3517         create buffer with a pty but no process so that GDB can make the
3518         inferior the controlling process.
3520 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
3522         * international/ucs-normalize.el: New file.
3524 2009-08-13  Richard Stallman  <rms@gnu.org>
3526         * mail/rmail.el (rmail-get-attr-names):
3527         Accept an attribute header that is too short.
3529         * mail/rmail.el (rmail-forget-messages):
3530         Ignore nil elt in rmail-message-vector.  Use dotimes.
3532         * progmodes/compile.el (compilation-goto-locus):
3533         Use next-error-move-function.
3535         * simple.el (next-error-move-function): New variable.
3537 2009-08-12  Juri Linkov  <juri@jurta.org>
3539         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
3540         always non-nil.  (Bug#4052)
3542         * replace.el (read-regexp): Return empty string when
3543         `default-value' is nil.
3544         (keep-lines-read-args): Don't use empty string as the
3545         default value for `read-regexp'.  (Bug#2495)
3547 2009-08-12  Juri Linkov  <juri@jurta.org>
3549         * international/mule-cmds.el (ucs-insert): Change arguments
3550         from `arg' to `character', `count', `inherit' to be the same
3551         as in `insert-char'.  Doc fix.  (Bug#4039)
3553         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
3555 2009-08-12  Juri Linkov  <juri@jurta.org>
3557         * files-x.el: New file.
3559         * files.el: Move code that deals with adding/deleting
3560         file/directory-local variables to files-x.el.
3562         * Makefile.in (ELCFILES): Add files-x.elc.
3564 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
3566         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
3567         to use `goto-line'.
3568         (gdb-place-breakpoints, gdb-get-location): Rewritten without
3569         `goto-line'.
3570         (gdb-invalidate-disassembly): Do not refresh upon receiving
3571         'update signal.  Instead, update all disassembly buffers only after
3572         threads list.
3573         (gdb): Send -target-detach when buffer is killed (Bug#3794).
3574         (gdb-starting): Moved -data-list-register-names...
3575         (gdb-stopped): ...here so it's sent when first thread stops.
3576         (gdb-registers-handler-custom): Do nothing if register names are
3577         unknown yet.
3579         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
3580         from `gdb-mi.el' to avoid extra tangling.
3582         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
3583         change which breaks `gud-def' definitions used in `gdb'.
3584         (gdb-update-gud-running): No extra fuss for updating frame number.
3586 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3588         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
3589         (describe-language-environment-map, setup-language-environment-map)
3590         (set-coding-system-map): Move initialization into declaration.
3591         (set-language-info-alist): Last arg to define-key-after can be skipped.
3593         * international/quail.el (quail-completion-1): Simplify.
3594         (quail-define-rules): Use slightly more compact code.
3595         (quail-insert-decode-map): Propertize keys, compact columns.
3597         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3598         Add goto-line.
3600 2009-08-10  Miles Bader  <miles@gnu.org>
3602         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
3603         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
3604         (js2-instance-member, js2-private-member, js2-private-function-call)
3605         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
3606         (js2-magic-paren, js2-external-variable):
3607         Remove "-face" suffix from face names.
3608         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
3609         (js2-highlight-undeclared-vars, js2-peek-token)
3610         (js2-parse-function-params, js2-mode-show-errors)
3611         (js2-mode-show-warnings, js2-make-magic-delimiter)
3612         (js2-mode-highlight-magic-parens): Update to use new face names.
3614 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
3616         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
3617         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
3619 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
3621         * subr.el: Provide hashtable-print-readable.
3623         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
3624         hs-c-like-adjust-block-beginning.
3625         (hs-hide-block-at-point): Stop hiding at the beginning of
3626         hs-block-end-regexp (Bug#700).
3628 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
3630         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
3631         a macro.
3632         (gdb-registers-handler-custom): Do not fail when register names
3633         are unavailable.
3635 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3637         * progmodes/gdb-mi.el (gdb-control-all-threads)
3638         (gdb-control-current-thread): Interactive setters for
3639         `gdb-gud-control-all-threads' to use in menu.
3640         (gdb-show-run-p): Show «Go» when process is not active.
3641         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
3642         gud/thread.xpm and gud/all.xpm.
3644 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
3646         * net/net-utils.el (net-utils-font-lock-keywords): New var.
3647         (nslookup-font-lock-keywords): Make it a variable.
3648         (net-utils-mode): New mode for viewing diagnostic network output.
3649         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
3650         (net-utils-run-simple): New function.
3651         (ifconfig, iwconfig, netstat, arp, route): Use it.
3653 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3655         * progmodes/gdb-mi.el (gdb-read-memory-custom)
3656         (gdb-memory-set-address, def-gdb-set-positive-number)
3657         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
3658         after changing settings.
3659         (gdb-invalidate-disassembly): Update when first shown.
3660         (gdb-edit-locals-value): Fixed.
3661         (gdb-registers-handler-custom): Print registers in right order and
3662         allow changing register values (only for current thread yet).
3663         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
3664         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
3665         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
3666         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
3667         info in mode name.
3668         (gdb-registers-mode-map): TAB to switch to locals.
3670 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
3672         * mail/rmail.el (rmail-add-mbox-headers)
3673         (rmail-set-message-counters-counter): Search for
3674         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
3676 2009-08-08  Glenn Morris  <rgm@gnu.org>
3678         * Makefile.in (ELCFILES): Update.
3680 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3682         * mail/sendmail.el (mail-yank-original): Set
3683         buffer-file-coding-system from the one used by the message whose
3684         text is yanked.
3686         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
3687         to "windows" when "pgnuplot" is used.
3688         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
3689         call accept-process-output if "pgnuplot" is used.
3690         (calc-graph-init): Don't send -display and -geometry to
3691         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
3692         running "pgnuplot -V" with shell-command-to-string.
3694         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
3695         the default.
3697 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3699         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
3700         org/org-latex.elc.
3702 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3704         * vc-dispatcher.el (vc-resynch-window): Update comment.
3706         * term.el (term-handle-ansi-escape): Add comments with the
3707         terminfo capabilities implemented.
3709 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
3711         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
3712         (gdb-var-create-handler): Rewritten using JSON parser.
3713         (gdb-propertize-header): Moved earlier.
3714         (gdb-set-header): Removed to avoid duplication.
3715         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
3716         Refresh disassembly buffers only after threads list have been
3717         update.
3718         (gdb-threads-header, gdb-registers-header): Per-buffer header line
3719         variables.
3721 2009-08-04  Juri Linkov  <juri@jurta.org>
3723         * files.el: Commands to add/delete file/directory-local variables.
3724         (read-file-local-variable, read-file-local-variable-value)
3725         (read-file-local-variable-mode, modify-file-local-variable)
3726         (modify-file-local-variable-prop-line)
3727         (modify-dir-local-variable): New functions.
3728         (add-file-local-variable, delete-file-local-variable)
3729         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
3730         (add-dir-local-variable, delete-dir-local-variable)
3731         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
3732         (copy-dir-locals-to-file-locals-prop-line): New commands.
3734 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
3736         * abbrev.el (insert-abbrev-table-description): Prettify output.
3737         Suggested by Karl Chen.
3739 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
3741         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
3742         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
3743         (gdb-overlay-arrow-position, gdb-thread-position)
3744         (gdb-disassembly-position): Declare variables.
3745         (gdb-wait-for-pending): Function now.
3746         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
3747         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
3748         compilation goes smoothly.
3749         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
3750         (gdb-non-stop-setting): New customization setting which replaces
3751         `gdb-non-stop' so changing it doesn't break active GDB session.
3752         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
3753         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
3754         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
3755         (gdb-show-threads-by-default): New customization options.
3756         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
3757         routines.
3758         (gdb-get-buffer-create): Send buffers update signal when they are
3759         created.
3760         (gdb-invalidate-locals, gdb-invalidate-registers)
3761         (gdb-invalidate-breakpoints)
3762         (gdb-invalidate-threads, gdb-invalidate-disassembly)
3763         (gdb-invalidate-memory): Accept update signal.
3764         (gdb-current-context-command): Use --frame option.
3765         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
3766         Implement `gdb-frame-number' selection logic.
3767         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
3768         whether to show GUD toolbar buttons.
3769         (gdb-thread-exited): Unselect current thread when it exits.
3770         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
3771         (gdb-mark-line): Routine which sets overlay arrow or inverses
3772         video on fringeless displays.
3773         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
3774         to build aligned columns of data in GDB buffers and set text
3775         properties line-by-line.
3776         (gdb-invalidate-breakpoints)
3777         (gdb-breakpoints-list-handler-custom)
3778         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
3779         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
3780         (gdb-registers-handler-custom): Align data columns.
3781         (gdb-locals-handler-custom): Now prints data like in variable
3782         declarations.
3783         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
3784         Removed confusing buttons.
3785         (gdb-invalidate-threads): Append --frame.
3786         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
3787         between breakpoints/threads buffers.
3788         (gdb-set-window-buffer): Now can ignore dedicated windows.
3789         (gdb-propertize-header): Use `gdb-set-window-buffer'.
3790         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
3791         (def-gdb-thread-buffer-gud-command): Replaces
3792         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
3793         for fine thread control.
3794         (gdb-preempt-existing-or-display-buffer): New function used to
3795         display bound buffers without breaking window layout.
3796         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
3797         (gdb-select-frame): New version of `gdb-frames-select' which now
3798         sets `gdb-frame-number' so commands may use --frame option instead
3799         of inner debugger state.
3800         (gdb-frame-handler): Do not set `gdb-frame-number'.
3801         (gdb-threads-mode-map): Select threads with mouse.
3803         * progmodes/gud.el (gdb-gud-context-call): Declare function to
3804         avoid compilation warning.
3805         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
3806         `gdb-show-stop-p`.
3808         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
3809         Argument `key' renamed to `buffer-type'.
3810         (gdb-current-context-buffer-name): Do not add thread info to
3811         buffer name when no thread is selected.
3812         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
3813         command (bug 3794).
3814         (gdb-thread-selected): Handle `=thread-selected' notification.
3815         (gdb-wait-for-pending): New macro to deal with congestion problems.
3816         (gdb-breakpoints-list-handler-custom): Don't fail on pending
3817         breakpoints.
3818         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
3819         This fixes problem similar to one described in bug 3947.
3820         (gud-menu-map): More menu items.
3821         (gdb-init-1): Reset `gdb-thread-number' to nil.
3823         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
3824         non-stop settings.
3826         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
3827         (gdb-current-context-command): Do not append --thread if
3828         `gdb-thread-number' is nil.
3829         (gdb-running-threads-count, gdb-stopped-threads-count): New
3830         variables.
3831         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
3832         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
3833         customization options.
3834         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
3835         GUD commands.
3836         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
3837         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
3838         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
3839         set `gdb-thread-number' and update `gud-running' properly.
3840         (gdb-running): Update threads list when new threads appear.
3841         (gdb-stopped): Support non-stop operation and new thread switching
3842         logic.
3843         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
3844         (gdb-json-partial-output): New set of JSON routines.
3845         (def-gdb-auto-update-trigger): New `signal-list' optional
3846         argument.
3847         (gdb-thread-list-handler-custom): Update `gud-running',
3848         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
3849         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
3850         (gdb-continue-thread, gdb-step-thread): New commands for fine
3851         thread execution control.
3852         (gud-menu-map): New menu items to switch non-stop options.
3853         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
3854         (gdb-send): Mimic RET properly (bug 3794).
3856         * progmodes/gdb-mi.el (gdb-rules-name-maker)
3857         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
3858         gdb-buffer-rules.
3859         (def-gdb-auto-update-handler): New nopreserve optional argument.
3860         (gdb-stack-list-frames-custom): Print stack from top to bottom.
3862         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
3863         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
3864         (gdb-parent-mode): New mode to derive other GDB modes from.
3865         (gdb-display-disassembly-for-thread)
3866         (gdb-frame-disassembly-for-thread): New commands for threads
3867         buffer.
3869         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
3870         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
3871         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
3872         (gdb-update): We now store all GDB buffers in a list so that they
3873         can be updated by traversing a list instead of calling invalidate
3874         triggers explicitly.
3875         (def-gdb-trigger-and-handler): New macro to define trigger-handler
3876         pair for GDB buffer.
3877         (gdb-stack-buffer-name): Add thread information.
3878         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
3879         handle pending triggers.
3880         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
3881         (def-gdb-thread-buffer-simple-command)
3882         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
3883         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
3884         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
3885         New commands which show buffers bound to thread.
3886         (gdb-stack-list-locals-regexp): Removed unused regexp.
3888         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
3889         (gdb-locals-buffer-name, gdb-registers-buffer-name)
3890         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
3891         to (gud-comint-buffer) in *-buffer-name functions
3892         because (gdb-get-target-string) already does that.
3893         (gdb-locals-handler-custom, gdb-registers-handler-custom)
3894         (gdb-changed-registers-handler): Rewritten without regexps.
3896         * progmodes/gdb-mi.el Basic thread selection support.
3897         (gdb-thread-number): New variable.
3898         (gdb-current-context-command): New macro which adds --thread
3899         option to command.
3900         (gdb-threads-mode-map): Select thread with SPC.
3901         (gdb-thread-list-handler-custom): Mark current thread with overlay
3902         arrow.  Synchronize GDB thread and Emacs thread.
3903         (gdb-select-thread): New command which selects current thread.
3904         (gdb-invalidate-frames, gdb-invalidate-locals)
3905         (gdb-invalidate-registers): Use --thread option.
3907 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
3909         * net/tramp.el (top): Make check for tramp-gvfs loading more
3910         robust.  (Bug#3977)
3911         (tramp-handle-insert-file-contents): `unwind-protect' must be
3912         inside `with-parsed-tramp-file-name'.
3914         * net/tramp-gvfs.el (top): Remove superfluous message when loading
3915         fails.
3917 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
3919         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
3920         directory if CLASSPATH is not set.
3922 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
3924         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
3925         New defconst.
3926         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
3928 2009-08-02  Kevin Ryde  <user42@zip.com.au>
3930         * net/newst-backend.el (newsticker--raw-url-list-defaults):
3931         Update freshmeat link.  Delete newsforge.com as it seems gone.
3933 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
3935         * select.el (x-set-selection): Doc fix (Bug#4021).
3937         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
3939         * help-fns.el (describe-variable): Treat list return values from
3940         dir-locals-find-file properly (Bug#4005).
3942 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
3944         * net/tramp.el (tramp-debug-message): Print also microseconds.
3946 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
3948         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
3949         or END is non-nil.
3950         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
3951         (tramp-get-debug-buffer): Change `outline-regexp' according to new
3952         format.
3954         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
3955         (tramp-get-file-property): Use it.
3957         * autorevert.el (auto-revert-handler): Allow
3958         `auto-revert-tail-mode' for remote files.
3960 2009-08-02  Jason Rumney  <jasonr@gnu.org>
3962         * minibuffer.el (read-file-name): Treat confirm options to
3963         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
3965 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
3967         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
3968         (font-lock-variable-name-face, font-lock-constant-face): Darken
3969         the colors for light backgrounds.
3971 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
3973         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
3974         month names.  (Bug#3987)
3976 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
3978         * simple.el (line-move-finish): Pass whole number to
3979         line-move-to-column.
3980         (line-move-visual): Perform hscroll to the recorded position.
3982 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3984         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
3986 2009-07-29  Alan Mackenzie  <acm@muc.de>
3988         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
3990 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
3992         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
3993         (gdb-place-breakpoints): Use full path when setting breakpoints.
3995 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3997         * calc/calc.el (calc-mode-map): Add keybinding for
3998         `calc-transpose-lines'.
4000 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
4002         * calc/calc-misc.el (calc-transpose-lines): New function.
4004 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
4006         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
4007         Simplify check for out-of-band methods.
4008         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
4009         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
4011 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4013         * vc-git.el (vc-git-checkin): Fix typo.
4015 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
4017         * progmodes/js2-mode.el: New file.
4019 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
4021         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
4022         (gud-menu-map): Adjust tooltip accordingly.
4024 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4026         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
4027         (vc-bzr-log-view-mode): Adjust log-view-file-re.
4029         * add-log.el (change-log-mode-map): Add a menu.
4031 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
4033         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
4034         function returns nil.
4035         (dbus-handle-event): Handle special return value :ignore.
4036         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
4038 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
4040         * view.el (view-mode-enable): Don't define Helper-return-blurb if
4041         it's not needed.
4043 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
4045         Fix Bug#3888:
4047         * w32-vars.el (x-select-enable-clipboard): Doc fix.
4049         * term/pc-win.el (x-display-name, x-colors)
4050         (x-select-enable-clipboard, x-select-text): Doc fix.
4052         * term/common-win.el (x-display-name, x-colors): Doc fix.
4054         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
4055         (xw-defined-colors): Doc fix.
4057         * w32-fns.el (x-select-text, x-setup-function-keys)
4058         (x-get-selection, x-set-selection): Doc fix.
4060         * term/x-win.el (x-select-text, x-setup-function-keys)
4061         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
4063         * select.el (x-set-selection): Doc fix.
4065 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
4067         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
4068         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
4069         "IsNSSSupportAvailable" method is not available.  Reported by
4070         Steve Youngs <steve@sxemacs.org>.
4072 2009-07-24  Kenichi Handa  <handa@m17n.org>
4074         * international/characters.el: Fix setting of category ?C, ?|, ?K,
4075         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
4076         (build-unicode-category-table): Fix range checks.
4078 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4080         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
4081         the buffer we try to sync is current when calling
4082         vc-resynch-buffer.
4084         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
4085         not show up to date files.
4087 2009-07-24  Glenn Morris  <rgm@gnu.org>
4089         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
4090         Add autoload cookies.  If necessary, initialize.
4091         (elint-log): Handle non-file buffers.
4092         (elint-initialize): Add optional argument to reinitialize.
4093         (elint-find-builtin-variables): Save excursion.
4095 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4097         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4098         for Lint.
4100 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4102         * vc.el (vc-print-log-internal): New function, split out from ...
4103         (vc-print-log): ... here.
4104         (vc-dir-move-to-goal-column): Declare.
4106         * vc-git.el (vc-git-add-signoff): New variable.
4107         (vc-git-checkin): Use it.
4108         (vc-git-toggle-signoff): New function.
4109         (vc-git-extra-menu-map): Bind it to menu.
4110         (vc-git--run-command-string): Accept a nil FILE argument.
4111         (vc-git-stash-list): New function.
4112         (vc-git-dir-extra-headers): Use it.
4114 2009-07-23  Glenn Morris  <rgm@gnu.org>
4116         * help-fns.el (describe-variable): Describe ignored and risky local
4117         variables in a similar way to that in which we describe safe ones.
4119         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
4120         (byte-compile-output-file-form, byte-compile-output-docform)
4121         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
4122         Give some more local variables with common names a "bytecomp-" prefix,
4123         so as not to shadow things during compilation.
4124         * emacs-lisp/cl-macs.el (load-time-value)
4125         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
4126         `outbuffer' to `bytecomp-outbuffer'.
4128         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
4129         since the next two variables cover them automatically now.
4130         (elint-builtin-variables, elint-autoloaded-variables): New.
4131         (elint-unknown-builtin-args): Remove all members, since they can be
4132         parsed automatically now.
4133         (elint-extra-errors): New.
4134         (elint-env-add-env, elint-env-add-macro): Use cadr.
4135         (elint-current-buffer): Use or.  Change final message.
4136         (elint-get-top-forms): Use line-end-position.
4137         (elint-init-env): Use cadr.  Handle autoload, declare-function,
4138         and defalias.
4139         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
4140         (regexp-assoc): Remove unused function.
4141         (elint-top-form): Set elint-current-pos, to record the start of the
4142         top-level form, for compilation-mode.
4143         (elint-form): Trap errors in macro expansion.  Use dolist.
4144         (elint-unbound-variable): Use elint-builtin-variables and
4145         elint-autoloaded-variables.
4146         (elint-get-args): Use cadr, or.
4147         (elint-check-cond-form): Use dolist, cadr.
4148         (elint-check-condition-case-form): Doc fix.  Use cadr.
4149         Use elint-extra-errors.
4150         (elint-log): New function.
4151         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
4152         Distinguish errors and warnings.
4153         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
4154         Use a bytecomp-style format.
4155         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
4156         (elint-get-log-buffer): Use compilation mode.  Disable undo.
4157         Don't truncate lines.
4158         (elint-initialize): Set builtin and autoloaded variable lists.
4159         Only process elint-unknown-builtin-args if non-nil.
4160         (elint-find-builtin-variables, elint-find-autoloaded-variables):
4161         New functions.
4162         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
4164 2009-07-22  Kevin Ryde  <user42@zip.com.au>
4166         * net/newst-backend.el (newsticker--parse-atom-1.0)
4167         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4168         (newsticker--parse-rss-1.0):
4169         * progmodes/idlwave.el (idlwave-mode):
4170         * progmodes/idlw-shell.el (idlwave-shell-mode):
4171         * progmodes/vera-mode.el (vera-mode):
4172         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
4173         * progmodes/vhdl-mode.el (vhdl-mode):
4174         * textmodes/table.el (table-generate-source)
4175         (table--warn-incompatibility):
4176         Hyperlink urls in docstrings with URL `...'.
4178 2009-07-22  Glenn Morris  <rgm@gnu.org>
4180         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
4181         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
4182         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
4183         Remove leading * from defcustom docs.
4185         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
4187         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
4188         defcustom doc.
4189         (list-load-path-shadows): Optionally, just return shadows as a string.
4191         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
4193 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
4195         * mail/rmailedit.el (rmail-edit-mode): Use
4196         auto-save-include-big-deletions.
4198         * mail/rmail.el (rmail-variables): Use
4199         auto-save-include-big-deletions.
4201         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
4202         changes.
4204 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4206         * calc/calc.el (calc-undo-length): New variable.
4207         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
4209 2009-07-21  Richard Stallman  <rms@gnu.org>
4211         * files.el (auto-save-mode): Handle buffer-save-size = -2
4212         for toggling mode.
4214 2009-07-21  Glenn Morris  <rgm@gnu.org>
4216         * textmodes/ispell.el (ispell-looking-back): Update declaration.
4218         * calendar/todo-mode.el (calendar-current-date): Update declaration.
4220         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4221         silence compiler.  Instead...
4222         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
4223         (ps-print-ensure-fontified): Update for above function name changes.
4225         * printing.el (pr-mh-get-msg-num, pr-mh-show)
4226         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
4227         silence compiler.  Instead...
4228         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
4229         (mh-show-buffer): Only define for compiler.
4230         (pr-mh-current-message): Update for above function name changes.
4232         * files.el (abort-if-file-too-large): Explicitly pass `filename'
4233         as an argument.
4234         (find-file-noselect, insert-file-1): Update for above change.
4236         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
4238         * mail/mailclient.el (mailclient-send-it): Fix message.
4240         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
4241         (edebug-eval): Check cl-debug-env is bound.
4242         (print-level, print-circle): Don't redefine built-in variables.
4244         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
4245         (custom-print-vectors): Remove old comments from doc.
4247         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
4248         (emerge-version): Make the variable an obsolete alias for the
4249         emacs-version variable.  Make the function obsolete.
4250         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
4251         Emerge options, rather than merging in into the main Options menu.
4252         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
4253         and auto advance modes.  Disable edit/fast items when not relevant.
4255 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4257         * term/vt420.el (terminal-init-vt420): Fix typo.
4259 2009-07-20  Sam Steingold  <sds@gnu.org>
4261         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
4262         variable (removed from compile.el on 2004-03-11).
4264 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
4266         * files.el (hack-local-variables-filter): Fix last change.
4268 2009-07-19  Juri Linkov  <juri@jurta.org>
4270         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
4271         (dir-local-variables-alist): New buffer-local variable.
4272         (hack-local-variables-filter): If variable is not dir-local,
4273         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
4274         because file-local overrides dir-local.
4275         (c-postprocess-file-styles)<declare-function>:
4276         Remove obsolete declaration.
4277         (hack-dir-local-variables): Add dir-local variable/value pair to
4278         `dir-local-variables-alist' and remove duplicates.  Doc fix.
4280         * help-fns.el (describe-variable): Add information about
4281         file-local and dir-local variables.
4283 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
4285         * files.el (hack-local-variables-filter): Rewrite.
4287 2009-07-19  Glenn Morris  <rgm@gnu.org>
4289         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
4290         Silence compiler by only defining on XEmacs.
4292         * international/mule.el (auto-coding-regexp-alist): Only match
4293         BABYL... at the start of buffer, not of lines.  (Bug#3790)
4295         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
4296         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
4297         (cal-menu-context-mouse-menu): Doc fix.
4299         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
4301         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
4303 2009-07-18  Juri Linkov  <juri@jurta.org>
4305         * info.el: Virtual Info keyword finder.
4306         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
4307         (Info-finder-file): New variable.
4308         (Info-finder-find-file): New function.
4309         (finder-known-keywords, finder-package-info)
4310         (find-library-name, lm-commentary): Use defvar and
4311         declare-function to silence compiler warnings.
4312         (Info-finder-find-node): New function.
4313         (info-finder): New command.
4315         * subr.el (process-kill-buffer-query-function): New function.
4316         (add-hook)<kill-buffer-query-functions>: Add hook
4317         `process-kill-buffer-query-function'.
4319 2009-07-18  Alan Mackenzie  <acm@muc.de>
4321         * progmodes/cc-mode.el (c-before-hack-hook)
4322         (c-postprocess-file-styles): Give invocation of `c-set-style'
4323         DONT-OVERRIDE parameter of t.  Already set style variables will
4324         thus not be overridden by style settings given by `c-file-syle'.
4326         * files.el (hack-local-variables-filter): Remove entries with
4327         duplicate keys from `file-local-variables-alist'.
4329 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4331         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
4332         x-set-selection if display-selections-p returns nil for the
4333         current frame.
4335 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
4337         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
4339 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4341         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
4342         Accept nil in addition to a regexp.
4343         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
4344         Accept nil in addition to a regexp.
4345         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
4346         buffers that have an associated file.  Handle nil values of
4347         desktop-buffers-not-to-save and desktop-files-not-to-save.
4348         (Bug#3833)
4350         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4351         (x-disown-selection-internal): New functions.
4353 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
4355         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
4356         warning.
4357         (gdb-breakpoints-header): Move forward to avoid compiler warning.
4358         (gdb-make-header-line-mouse-map): Remove duplicate definition.
4360 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
4362         * simple.el (set-mark): Revert last change.
4364 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
4366         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
4367         rendering of pngs is not possible instead of messaging a long
4368         description.
4370 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
4372         * w32-fns.el (x-selection-owner-p): New function.
4374         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
4375         (mouse-yank-at-click, mouse-yank-primary): If
4376         select-active-regions is non-nil, deactivate the mark before
4377         insertion.
4379         * simple.el (deactivate-mark, set-mark): Only save selection if we
4380         own it.
4382 2009-07-17  Kenichi Handa  <handa@m17n.org>
4384         * case-table.el (describe-buffer-case-table): Fix for the case
4385         that KEY is a cons.
4387 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4389         * vc-rcs.el (vc-rcs-find-file-hook):
4390         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
4392 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
4394         * net/tramp.el (tramp-wait-for-output): Handle the case when
4395         commands do not return a newline but a null byte before the shell
4396         prompt.  (Bug#3858)
4398 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4400         * term/ns-win.el (ns-set-alpha): Don't declare.
4401         (ns-set-background-alpha): Remove function.
4403 2009-07-16  Kevin Ryde  <user42@zip.com.au>
4405         * emacs-lisp/copyright.el (copyright-update): Save match-data across
4406         y-or-n-p, for safety.
4408 2009-07-16  Richard Stallman  <rms@gnu.org>
4410         * files.el (auto-save-mode): If buffer-saved-size is -2,
4411         don't clobber it.
4413         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
4414         (rmail-retry-ignored-headers): Add more uninteresting fields.
4416 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
4418         * net/rcirc.el (rcirc): Use history variables.
4419         (rcirc-server-name-history, rcirc-nick-name-history)
4420         (rcirc-server-port-history): New variables.
4422 2009-07-15  Kenichi Handa  <handa@m17n.org>
4424         * international/mule-cmds.el (set-language-environment-charset):
4425         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
4426         ignore them.
4428         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4429         Delete unibyte-display.
4431 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4433         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
4435 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4437         * simple.el (deactivate-mark): Optional argument FORCE.
4438         (set-mark): Use deactivate-mark.
4440         * info.el (Info-search): No need to check transient-mark-mode
4441         before calling deactivate-mark.
4443         * select.el (x-set-selection): Doc fix.
4444         (x-valid-simple-selection-p): Allow buffer values.
4445         (xselect--selection-bounds): Handle buffer values.  Suggested by
4446         David De La Harpe Golden.
4448         * mouse.el (mouse-set-region, mouse-drag-track): Call
4449         copy-region-as-kill before setting the mark, to let
4450         select-active-regions work.
4452 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
4454         * simple.el (deactivate-mark): If select-active-regions is
4455         non-nil, copy the selection data into a string.
4456         (activate-mark): If select-active-regions is non-nil, set the
4457         selection to the current buffer.
4458         (set-mark): Update selection if select-active-regions is non-nil.
4460         * select.el (x-valid-simple-selection-p): Allow buffer values.
4462 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4464         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
4465         and more featureful message-mode.
4467 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
4469         * select.el (x-set-selection): Doc fix.
4470         (x-valid-simple-selection-p): Disallow selection data consisting
4471         of a list or cons of integers, since that is not used.
4472         (xselect--selection-bounds, xselect--int-to-cons): New functions.
4473         (xselect-convert-to-string, xselect-convert-to-length)
4474         (xselect-convert-to-filename, xselect-convert-to-charpos)
4475         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
4477 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
4479         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4480         output in -break-info command (Emacs bug #3794).
4482 2009-07-14  Glenn Morris  <rgm@gnu.org>
4484         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
4485         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
4486         (edebug-print-length, edebug-print-level, edebug-print-circle)
4487         (edebug-sit-for-seconds, edebug-view-outside)
4488         (edebug-bounce-point, edebug-set-global-break-condition)
4489         (edebug-Go-nonstop-mode, edebug-trace-mode)
4490         (edebug-Trace-fast-mode, edebug-continue-mode)
4491         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
4492         (edebug-visit-eval-list): Doc fixes.
4494         * subr.el (def-edebug-spec): Doc fix.
4496 2009-07-14  Kenichi Handa  <handa@m17n.org>
4498         * international/characters.el: Fix setting of category ?C.
4500 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
4502         * term/ns-win.el (x-select-font): defalias x-select-font to
4503         ns-popup-font-panel instead of generate-fontset-menu.
4505 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
4507         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
4509 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
4511         * arc-mode.el (archive-find-type): Allow for a PK00 string before
4512         the PK\003\004 header (Bug#3770).
4514 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
4516         * pcomplete.el (pcomplete-comint-setup): Check for
4517         shell-dynamic-complete-filename too.
4519 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
4521         * simple.el (temporary-goal-column): Change the value for
4522         line-move-visual to a cons cell.
4523         (line-move-visual): Record or set the window hscroll, if
4524         necessary (Bug#3494).
4525         (line-move-1): Handle cons value of temporary-goal-column.
4527 2009-07-11  Kenichi Handa  <handa@m17n.org>
4529         * international/mule-diag.el (describe-character-set): Don't show
4530         width.
4532 2009-07-10  Sam Steingold  <sds@gnu.org>
4534         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4535         Omake sometimes indents the errors it prints, so allow all
4536         regexps to start with spaces.
4538 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
4540         * cus-edit.el (customize-changed-options-previous-release):
4541         Bump value to 22.1.  (Bug#3804)
4543 2009-07-08  Sam Steingold  <sds@gnu.org>
4545         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
4546         to be a cons cell (test . ignored-directory) to selectively ignore
4547         some directories depending on the location of the search.
4549 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
4551         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
4552         remote user is root, on the local host.
4553         (tramp-local-host-p): Either the local user or the remote user
4554         must be root.  (Bug#3771)
4556 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4558         * progmodes/gdb-mi.el (gdb): Remove description of
4559         gdb-use-separate-io-buffer.
4560         (menu): Don't allow toggling of or enable
4561         gdb-use-separate-io-buffer from menubar.
4563 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4565         * mail/unrmail.el (unrmail): Make sure the message ends with two
4566         newlines (Bug#3769).
4568 2009-07-08  Glenn Morris  <rgm@gnu.org>
4570         * calendar/calendar.el (calendar-current-date): Rework previous change.
4572 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
4574         * calendar/calendar.el (calendar-current-date):
4575         Add an optional argument giving an offset from today.
4577 2009-07-08  Glenn Morris  <rgm@gnu.org>
4579         * tutorial.el (tutorial--describe-nonstandard-key):
4580         Adjust the message for when a key has been unbound.
4581         (help-with-tutorial): Hide the arch-tag.
4583 2009-07-08  Kenichi Handa  <handa@m17n.org>
4585         * international/fontset.el (setup-default-fontset): For each
4586         script, append (not set) font-specs.
4588         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
4589         docstring.
4591 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4593         * progmodes/gdb-mi.el (gdb-init-1): Move sending
4594         -data-list-register-names to ...
4595         (gdb-starting): ... here because GDB 7.0 requires execution to
4596         have started when using this MI command.
4597         (gdb-set-header): New function to distinguish select and
4598         unselected tabs in gdb buffers.
4599         (gdb-propertize-header): New macro that uses gdb-set-header.
4600         (gdb-breakpoints-header, gdb-locals-header): Use it.
4601         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
4603 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
4605         * Makefile.in (ELCFILES): Remove fadr.elc.
4607 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
4609         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
4610         may contain frame information, so `string-match' should be used.
4611         (gdb-update): Disassembly is invalidated through
4612         `gdb-get-selected-frame'.
4613         (gdb-pad-string): New function to pad string with spaces.
4614         (gdb-invalidate-disassembly): Invalidate only if the buffer
4615         exists.
4616         (gdb-disassembly-handler-custom): Column alignment.
4617         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
4618         placing new ones.
4619         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
4620         end of line, too.
4621         (gdb-frame-handler): Match convention to for disassembly buffer
4622         mode name.
4623         (gdb-stack-list-frames-handler): Rewritten without regexps.
4624         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
4625         not highlight breakpoints without line information.
4626         (gdb-input): Add trailing newline to command.
4628         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
4629         buffer properly.
4630         (gdb-breakpoints-list-handler-custom): Replacement for
4631         `gdb-break-list-handler'.  Using real parser instead of regexps
4632         now.
4633         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
4634         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
4635         to place breakpoints.
4636         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
4637         functions.
4638         (gdb-disassembly-handler-custom): Show overlay arrow.
4639         (gdb-disassembly-place-breakpoints): Show breakpoints in
4640         disassembly buffer.
4641         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4642         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
4643         instead of parsing breakpoints buffer.  Fixed old menu references
4644         in `gud-menu-map'.
4646         * fadr.el: Remove.
4648         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
4649         (gdb-memory-address): New variable which holds top address of
4650         memory page shown in memory buffer.
4651         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
4652         customization variables.
4653         New functions:
4654         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
4655         display the memory buffer.
4656         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
4657         buffer display parameters.
4658         (def-gdb-memory-format, gdb-memory-format-binary)
4659         (gdb-memory-format-octal, gdb-memory-format-unsigned)
4660         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
4661         Functions for setting memory buffer format.
4662         (gdb-memory-unit-word, gdb-memory-unit-halfword)
4663         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
4664         unit size used in memory buffer.
4665         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
4666         to next/previous page of memory buffer.
4667         Now using (bindat-get-field) instead of fadr functions.
4669 2009-07-07  Sam Steingold  <sds@gnu.org>
4671         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
4672         non-top-level files.
4674 2009-07-07  Kenichi Handa  <handa@m17n.org>
4676         * international/mule-cmds.el (reset-language-environment): Put
4677         the highset priority to the charset iso-8859-1.
4679 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4681         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
4682         to the end of the line when locating the block (Bug#700).
4684 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
4686         * net/tramp.el (tramp-handle-write-region): Flush file properties
4687         in case of short track.
4689 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
4691         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
4692         representation of verilog error regular expressions to work with
4693         Emacs-22's new format.
4694         (verilog-error-regexp-xemacs-alist): Coded custom representation
4695         of verilog error regular expressions to work with XEmacs format.
4696         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
4697         error recognition into XEmacs.
4698         (verilog-error-regexp-add-emacs): Hook routine to install verilog
4699         error recognition into Emacs-22.
4701 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4703         * woman.el: Remove stand-alone closing parentheses.
4704         (woman-file-name, woman2-format-paragraphs)
4705         (woman-leave-blank-lines): Code cleanup.
4706         (woman-use-own-frame): Change default to nil.
4707         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
4708         defaults to inherit from default faces.
4709         (woman2-process-escapes): Consume the newline after a stand-alone
4710         filler character (Bug#3651).
4712 2009-07-06  Glenn Morris  <rgm@gnu.org>
4714         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
4715         (top-level): Move provide to the end.
4716         (ffap): Remove defunct URL from custom group.
4718         * subr.el (eval-after-load): Doc fix.
4720 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
4722         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
4723         `calc-embedded-word' is called twice.
4725 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4727         * files.el (find-alternate-file-other-window, find-alternate-file):
4728         Obey confirm-nonexistent-file-or-buffer.
4730 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
4732         * dired-aux.el (dired-show-file-type): Handle remote files.
4734 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
4736         * desktop.el (desktop-globals-to-save):
4737         Add file-name-history (Bug#2750).
4739 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
4741         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
4743 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
4745         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
4746         property on entire argument since this is what eshell-lisp-command
4747         expects.
4749 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
4751         * net/tramp-gvfs.el (tramp-gvfs-methods)
4752         (tramp-gvfs-zeroconf-domain)
4753         (tramp-bluez-discover-devices-timeout): Add version flag.
4754         (tramp-gvfs-handler-mounted-unmounted)
4755         (tramp-gvfs-connection-mounted-p): Polish handling of
4756         incompatibilities between GVFS 0.2 and 1.0.
4758 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
4760         * cus-start.el (all): Add make-pointer-invisible.
4762 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
4764         * calc-math.el (math-use-emacs-fn): Make sure that the number is
4765         formatted correctly.
4767 2009-07-02  Juri Linkov  <juri@jurta.org>
4769         * info.el: Virtual Info files and nodes.
4770         (Info-virtual-files, Info-virtual-nodes): New variables.
4771         (Info-current-node-virtual): New variable.
4772         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
4773         New functions.
4774         (Info-file-supports-index-cookies): Use Info-virtual-file-p
4775         to check for a virtual file instead of checking a fixed list
4776         of node names.
4777         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
4778         instead of ad-hoc processing of "dir" and (apropos history toc).
4779         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
4780         instead of ad-hoc processing of "dir" and (apropos history toc).
4781         Reread a file when moving from a virtual node.
4782         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
4783         (Info-directory-toc-nodes, Info-directory-find-file)
4784         (Info-directory-find-node): New functions.
4785         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
4786         (Info-history): Move part of code to
4787         `Info-history-find-node'.
4788         (Info-history-toc-nodes, Info-history-find-file)
4789         (Info-history-find-node): New functions.
4790         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
4791         (Info-toc): Move part of code to `Info-toc-find-node'.
4792         (Info-toc-find-node): New function.
4793         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
4794         the current Info file name to references because now the node
4795         "*TOC*" belongs to the same Info manual.
4796         (Info-toc-build): Rename from `Info-build-toc'.
4797         (Info-toc-nodes): Rename input argument `file' to `filename'.
4798         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
4799         instead of ad-hoc processing of ("dir" apropos history toc).
4800         (Info-index-nodes): Use Info-virtual-file-p
4801         to check for a virtual file instead of checking a fixed list
4802         of node names.
4803         (Info-index-node): Add check for `Info-current-node-virtual'.
4804         Raise `save-match-data' higher up the tree to contain
4805         `search-forward' too (bug fix).
4806         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
4807         (Info-virtual-index-nodes): New variable.
4808         (Info-virtual-index-find-node, Info-virtual-index): New functions.
4809         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
4810         (Info-apropos-file, Info-apropos-nodes): New variables.
4811         (Info-apropos-toc-nodes, Info-apropos-find-file)
4812         (Info-apropos-find-node, Info-apropos-matches): New functions.
4813         (info-apropos): Move part of code to `Info-apropos-find-node' and
4814         `Info-apropos-matches'.
4815         (Info-mode-map): Bind "I" to `Info-virtual-index'.
4816         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
4817         for a virtual file instead of checking a fixed list of node names.
4819         * simple.el (async-shell-command): New command.
4821         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
4823         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
4824         instead of `mount-info'.
4826 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
4828         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4829         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
4831 2009-07-02  Kenichi Handa  <handa@m17n.org>
4833         * international/mule.el (set-keyboard-coding-system): Force *-unix
4834         coding-system to avoid eol conversion.
4836 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
4838         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4839         Add handler for `process-file', `shell-command' and
4840         `start-file-process'.
4841         (tramp-gvfs-handle-shell-command)
4842         (tramp-gvfs-handle-start-file-process)
4843         (tramp-gvfs-handle-process-file): New defuns.
4844         (tramp-synce-list-devices): Simplify check for existence of property.
4846 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
4848         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
4850 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4852         * language/korean.el (set-language-info-alist): Add korean-cp949,
4853         cp949 to spec.
4855 2009-07-01  Kenichi Handa  <handa@m17n.org>
4857         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
4859         * international/encoded-kb.el: Deleted.
4861         * international/mule.el (set-keyboard-coding-system): Perform the
4862         necessary setup here instead of calling encoded-kbd-setup-display.
4864 2009-07-01  Glenn Morris  <rgm@gnu.org>
4866         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
4868 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
4870         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
4872 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
4874         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
4875         Handle also the 'rename case, when setting file modes.  (Bug#3712)
4876         (tramp-default-file-modes) Remove execute permissions.
4878         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
4879         (top): Add a default for "synce" in `tramp-default-user-alist'.
4880         Add completion function for "synce" method.
4881         (tramp-hal-service, tramp-hal-path-manager)
4882         (tramp-hal-interface-manager, tramp-hal-interface-device):
4883         New defconst.
4884         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
4885         (tramp-synce-list-devices, tramp-synce-parse-device-names):
4886         New defuns.
4888         * net/trampver.el: Update release number.
4890 2009-06-30  Kenichi Handa  <handa@m17n.org>
4892         * international/fontset.el (setup-default-fontset): Add CJK fonts
4893         for symbols and the other miscellaneous characters.
4895         * language/korea-util.el (setup-korean-environment-internal):
4896         Make char-width-table suitable for Korean environments.
4897         (exit-korean-environment): Cancel above.
4899         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4900         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
4901         setup-funcion to make char-widht-table suitable for respective
4902         environments, and an exit-function to cancel that.
4904         * language/japan-util.el (setup-japanese-environment-internal):
4905         Call use-cjk-char-width-table with arg `ja_JP'.
4907         * international/characters.el (cjk-char-width-table): Delete it.
4908         (cjk-char-width-table-list): New variable.
4909         (use-cjk-char-width-table): New arg local-name.
4910         (use-default-char-width-table): Fix for the case that Emacs is
4911         already using the default char-width-table.
4913 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
4915         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
4916         modes mandatory.  (Bug#3712)
4918 2009-06-29  Alan Mackenzie  <acm@muc.de>
4920         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4921         correction between the visible width of TABs and their number of bytes.
4923 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
4925         * server.el (server-buffer-done): Prevent kill-buffer from
4926         prompting by clearing the buffer modification flag (Bug#3696).
4928 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
4930         * verilog-mode.el (verilog-beg-of-statement)
4931         (verilog-endcomment-reason-re): Support unique case and priority case.
4932         (verilog-basic-complete-re): Support localparam lineup.
4933         (verilog-beg-of-statement-1): Fix for robustness, unique case.
4934         (verilog-set-auto-endcomments): Fix for unique case, always_comb
4935         commenting.
4936         (verilog-leap-to-case-head): Now support *nested* unique &
4937         priority case statements.
4938         (verilog-auto-lineup): Make just declarations the default (as it
4939         had been).
4940         (verilog-leap-to-case-head): Support priority/unique case statements.
4941         (verilog-auto-lineup): Rework to give users radio buttons to
4942         select the various styles of automatic lineup.
4943         (verilog-error-regexp-alist): Rework to support the XEmacs style
4944         of error regular expressions from compilers, lint tools &
4945         simulators.  Note that GNU Emacs has made it impossible for a mode
4946         to load such things.
4947         (electric-verilog-terminate-line, verilog-indent-declaration)
4948         (verilog-auto-wiure): Rework for radio button selection of
4949         auto-lineup selection of specification of auto lineup.
4950         (verilog-beg-of-statement-1): Redesign to support proper operation
4951         in additional code, based on testing with auto-lineup.
4952         (verilog-calculate-indent, assignments & declarations)
4953         (verilog-backward-token): Enhance to support auto-lineup of
4954         assignments & declarations.
4955         (verilog-in-directive-p, verilog-at-struct-p): New function for
4956         easy test of whether we are.
4957         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
4958         to support safe execution at almost anyline.
4959         (verilog-calc-1): Properly support indenting deep inside generate
4960         blocks.
4961         (verilog-init-font) Remove definition & use of verilog-init-font,
4962         as it is redundant with font-lock-defaults.
4963         (verilog-mode): Alter the definition of verilog-font-lock-defaults
4964         to avoid circular calls if syntax-ppss is a function (as is the
4965         case now in 22.x GNU Emacs) as that function would sometimes call
4966         itself, leading to (nearly) infinite recursion.
4967         (verilog-ovm-begin-re, verilog-ovm-end-re)
4968         (verilog-ovm-statement-re, verilog-leap-to-head)
4969         (verilog-backward-token): Add support for OVM macros.  Some are
4970         complete statements, and others open and close scopes like begin
4971         and end.
4972         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
4973         (verilog-defun-level-generate-only-re): Really fix the defun-list
4974         compilation issue.
4975         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
4976         coverpoint, constraint and cross statements.
4977         (verilog-defun-level-list, verilog-generate-defun-level-list)
4978         (verilog-all-defun-level-list): Redo these specifications - it is
4979         too hard to support eval-when compile aggregation of lists also
4980         built at when-compile time.
4981         (verilog-defun-level-list): Place defconsts of variables used in
4982         building regular expressions which are built in eval-when-compile
4983         bodies in the same eval-when-compile body to facilitate compile
4984         without load.
4985         (verilog-beg-block-re-ordered): Support indenting
4986         virtual/protected tasks and functions.
4987         (verilog-defun-level-list, verilog-in-generate-region-p)
4988         (verilog-backward-ws&directives, verilog-calc-1): Speed up
4989         indentation of some module items (generate items).
4990         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
4991         across virtual/protected tasks and functions.
4993 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
4995         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4996         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
4997         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
4998         in concatenations.  Reported by Yishay Belkind.
4999         (verilog-auto-ascii-enum): Support one-hot state machines in
5000         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
5001         (verilog-auto-inst, verilog-auto-inst-port): Include interface
5002         modport in AUTOINST and add vl-modport for users.  Reported by
5003         David Rogoff.
5004         (verilog-auto-inout-module, verilog-auto-inst)
5005         (verilog-decls-get-interfaces, verilog-insert-definition)
5006         (verilog-insert-one-definition, verilog-read-decls)
5007         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
5008         (verilog-sig-modport, verilog-signals-combine-bus)
5009         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
5010         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
5011         Suggested by David Rogoff.
5012         (verilog-repair-open-comma): Fix non-insertion of comma when
5013         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
5014         (verilog-make-width-expression): Simplify [A-1:0] expression
5015         widths to just {A{1'b0}}.
5016         (verilog-mode): Cleanup checkdoc warnings.
5017         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
5018         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
5019         inputs/outputs or data type.  Suggested by Vasu Kandadi.
5020         (next-error-last-buffer): Fix byte-compiler warning.
5021         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
5022         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
5023         or shell command text during AUTO expansion.  Suggested by Tad Truex.
5024         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
5025         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
5026         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
5027         in AUTOINOUT.  Reported by Matthew Lovell.
5028         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
5029         causing use of <= assignments.  Reported by Alex Reed.
5030         (verilog-read-decls): Fix triand, trior, wand, wor to be
5031         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
5032         (verilog-extended-complete-re): Support import "DPI-C" functions.
5033         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
5034         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
5035         (verilog-insert-date, verilog-insert-year)
5036         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
5037         Windows systems.  Reported by Michael Potts.
5038         (verilog-read-module-name): Fix AUTOINST when the child module
5039         declaration's name is a tick define.  Reported by Elliot Mednick.
5040         (verilog-read-decls): Fix V2K parameter bit subscripts getting
5041         passed to next parameter's definition.  Reported by Bruce T.
5042         (verilog-read-decls): Fix detecting "parameter int" when using
5043         AUTOINSTPARAM.  Reported by Bruce T.
5044         (verilog-goto-defun): Fix goto not finding modules unless first
5045         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
5046         (verilog-mode): Expand -f flag arguments on entry to mode so
5047         verilog-goto-defun will work.  Reported by Lawrence Butcher.
5048         (verilog-getopt): Expand environment variables in -f file
5049         arguments.  Suggested by Lawrence Butcher.
5050         (verilog-set-define): Fix "Symbol's value as variable is void"
5051         when reading enumerations.
5052         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
5053         Suggested by Stephen Peltan.
5054         (verilog-read-defines): Fix reading of enumerations in include
5055         files.  Reported by Steve Peltan.
5057 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5059         * files.el (trash-directory): Fix defcustom type.
5061 2009-06-28  Juri Linkov  <juri@jurta.org>
5063         * help-fns.el (describe-function-1): Correctly locate adviced
5064         functions in hyperlink (Bug#2438).
5066 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
5068         * files.el (trash-directory): Change default to nil.
5069         (move-file-to-trash): If trash-directory is nil and
5070         system-move-file-to-trash is unbound, perform freedesktop-style
5071         trashing.
5073 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5075         * files.el (move-file-to-trash): Add freedesktop trash
5076         support (Bug#973).
5078 2009-06-28  Glenn Morris  <rgm@gnu.org>
5080         * autorevert.el (global-auto-revert-non-file-buffers)
5081         (global-auto-revert-mode): Doc fixes.
5083 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
5085         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
5087 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
5089         * faces.el (x-handle-named-frame-geometry): Ensure that we have
5090         opened an X connection before calling x-get-resource (Bug#3194).
5092         * play/doctor.el: Remove reference to obsolete website.
5093         (make-doctor-variables): Correct grammar mistake (Bug#2633).
5095 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5097         Remove find-file-not-found-hook VC method.  (Bug#2757)
5098         * vc-hooks.el (vc-file-not-found-hook)
5099         (vc-default-find-file-not-found-hook): Remove functions.
5100         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
5101         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
5102         * vc.el:
5103         * vc-hg.el:
5104         * vc-git.el: Do not mention find-file-not-found-hook VC method.
5106 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5108         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
5109           compatibility function for `looking-back'.
5111         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5112         Use `ispell-looking-back'.
5114 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
5116         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
5117         rather than `filename'.
5119 2009-06-23  Miles Bader  <miles@gnu.org>
5121         * face-remap.el (text-scale-set): New function.
5123 2009-06-23  Glenn Morris  <rgm@gnu.org>
5125         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5127         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
5129         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
5131         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
5133         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5134         Simplify Persian conditionals.
5136         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
5137         variable `filename'.
5139         * comint.el (comint-insert-input): Doc fix.
5141         * Makefile.in (ELCFILES): Fix typo in previous change.
5143 2009-06-23  Miles Bader  <miles@gnu.org>
5145         * cus-start.el: Add entry for `recenter-redisplay'.
5147 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5149         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
5150         Add an optional argument for the backend, use it instead of
5151         calling vc-backend.
5152         (vc-mode-line): Add an optional argument for the backend.
5153         Pass the backend to vc-state and vc-working-revision.  Move code for
5154         special handling for vc-state being a buffer to ...
5156         * vc-rcs.el (vc-rcs-find-file-hook):
5157         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
5159         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
5160         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
5161         vc-stay-local-p and vc-mode-line calls.
5163         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
5164         (vc-cvs-diff, vc-cvs-annotate-command)
5165         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
5166         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
5167         vc-mode-line calls.
5169         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
5170         direct comparison.
5171         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
5172         backend when calling vc-mode-line.
5173         (vc-register): Do not create a closure for calling the vc register
5174         function, call it directly.
5176 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5178         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
5179         to make it obvious item can be clicked.
5181         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
5183 2009-06-23  Kenichi Handa  <handa@m17n.org>
5185         * language/korea-util.el (korean-key-bindings): Change the binding
5186         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
5187         same command.
5189 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
5191         Sync with Tramp 2.1.16.
5193         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
5195         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
5196         when a loading of a package fails.  Completion function for rsync
5197         is `tramp-completion-function-alist-ssh'.
5198         (all): Replace all calls of `split-string' and
5199         `tramp-split-string' by `tramp-compat-split-string'.
5200         (tramp-default-method): Use `tramp-compat-process-running-p'.
5201         (tramp-default-proxies-alist): Allow also Lisp forms.
5202         (tramp-remote-path): Add choice "Private Directories".
5203         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
5204         (tramp-domain-regexp): Allow also "-", "_" and ".".
5205         (tramp-end-of-output): Remove newlines, and add "$" at the end.
5206         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
5207         (tramp-debug-message): Insert header line in debug buffer.
5208         (tramp-handle-directory-files-and-attributes-with-stat):
5209         Care about filenames with spaces, or starting with "-".
5210         (tramp-handle-dired-uncache): New defun.
5211         (tramp-handle-insert-directory): Don't flush the directory from
5212         cache, this is handled by `dired-uncache' now.
5213         (tramp-handle-insert-file-contents): Improve error handling.
5214         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5215         Quote `tramp-end-of-output'.
5216         (tramp-action-password): Improve trace message.
5217         (tramp-check-for-regexp): Both echoes must be present, before removing.
5218         (tramp-open-connection-setup-interactive-shell): Trace coding system.
5219         (tramp-compute-multi-hops): Eval cons cells of
5220         `tramp-default-proxies-alist'.
5221         (tramp-maybe-open-connection): Use the same command pattern for
5222         first hop and further hops.
5223         (tramp-wait-for-output): Remove handling of newlines.
5224         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
5225         (tramp-split-string): Remove function.  It is handled in
5226         tramp-compat now.
5228         * net/tramp-cmds.el (tramp-bug):
5229         Recommend `tramp-cleanup-all-connections' in the bug mail.
5231         * net/tramp-compat.el (tramp-compat-split-string)
5232         (tramp-compat-process-running-p): New defuns.
5234         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
5235         for `dired-uncache'.
5237         * net/tramp-gvfs.el: New package.
5239         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5240         Add handler for `dired-uncache'.
5241         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
5243         * net/trampver.el: Update release number.  Make version check fit
5244         for SXEmacs 22.
5246 2009-06-22  Jim Meyering  <meyering@redhat.com>
5248         Automatically handle .xz suffix (XZ-compressed files), too.
5249         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
5250         XZ is the successor to LZMA: <http://tukaani.org/xz/>
5252 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
5253             Nick Roberts  <nickrob@snap.net.nz>
5255         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5256         repository (http://sphinx.net.ru/hg/gdb-mi/).
5258 2009-06-22  Glenn Morris  <rgm@gnu.org>
5260         * files.el (dir-locals-collect-mode-variables): Allow for any number of
5261         `mode' and `eval' entries.  (Bug#3430)
5263         * Makefile.in (ELCFILES): Add fadr.elc.
5265         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
5266         differing behavior of \n and ^ in strings.  (Bug#3385)
5268         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
5270         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
5271         property.
5272         (lisp-indent-function): Make it a defcustom.
5274 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
5276         * progmodes/gdb-ui.el: Replace with ...
5277         * progmodes/gdb-mi.el: ... this file.
5278         * progmodes/gud.el: Modify for gdb-mi.el.
5280 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
5282         * fadr.el: New file.
5284 See ChangeLog.14 for earlier changes.
5286 ;; Local Variables:
5287 ;; coding: utf-8
5288 ;; End:
5290     Copyright (C) 2009  Free Software Foundation, Inc.
5292   This file is part of GNU Emacs.
5294   GNU Emacs is free software: you can redistribute it and/or modify
5295   it under the terms of the GNU General Public License as published by
5296   the Free Software Foundation, either version 3 of the License, or
5297   (at your option) any later version.
5299   GNU Emacs is distributed in the hope that it will be useful,
5300   but WITHOUT ANY WARRANTY; without even the implied warranty of
5301   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5302   GNU General Public License for more details.
5304   You should have received a copy of the GNU General Public License
5305   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5307 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1