* cedet/semantic.el (semantic-new-buffer-setup-functions): New
[emacs.git] / lisp / ChangeLog
blob8edd3764c634674266620f0c0c267dd10549160c
1 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3         * cedet/semantic.el (semantic-new-buffer-setup-functions): New
4         option.
5         (semantic-new-buffer-fcn): Call parser setup functions here.
6         (semantic-mode): Don't call parser setup functions here, it's done
7         in semantic-new-buffer-fcn now.
9         * cedet/srecode/compile.el (srecode-compile-file): Call
10         semantic-new-buffer-fcn if the buffer has not been parsed.
12 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
14         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
16         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
17         (proj-comp-insert-variable-once): New macro, renamed from
18         ede-pmake-insert-variable-once in ede/pmake.edl.
19         (ede-proj-makefile-insert-variables): Use it.
21 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
23         * files.el (copy-directory): New defun.
25         * dired-aux.el (dired-copy-file-recursive): Use it.
27 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
29         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
30         (makefile-end-of-command):
31         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
32         (semantic-end-of-context): Fix previous change.  Doc fixes.
34 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
36         * files-x.el (modify-dir-local-variable)
37         (copy-dir-locals-to-file-locals-prop-line):
38         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
39         (makefile-end-of-command):
40         * cedet/semantic/lex.el (semantic-lex-token):
41         * cedet/semantic/analyze/fcn.el
42         (semantic-analyze-dereference-metatype-1):
43         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
44         (semantic-lex-cpp-undef):
45         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
46         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
47         (semantic-end-of-context): Fix typos in docstrings.
49         * recentf.el (recentf-unload-function): New function.
51 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
53         * cedet/ede.el (ede-project-placeholder-cache-file):
54         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
55         * cedet/srecode/map.el (srecode-map-save-file):
56         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
58 2009-10-04  Glenn Morris  <rgm@gnu.org>
60         * window.el (window-full-height-p): Add doc string.
62 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
64         * window.el (window-full-height-p): New function.  (Bug#4543)
66 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
68         * cedet/srecode/insert.el: Require srecode/args.
70         * cedet/srecode/args.el: Require srecode/dictionary instead of
71         srecode/insert.
73         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
75         * files.el (auto-mode-alist): Add .srt and Project.ede.
77         * cedet/semantic.el (semantic-mode): Handle
78         srecode-template-mode-hook as well.
79         (semantic-mode): Use js-mode-hook for Javascript hook.
81         * cedet/srecode/template.el: Remove hook variable.
83         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
85         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
86         projects exist.
87         (ede-project-placeholder-cache-file): Default to a file in
88         user-emacs-directory.
90         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
91         templates in data-directory.
92         (srecode-map-save-file): Default to a file in
93         user-emacs-directory.
95         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
96         directory.
98 2009-09-30  Eric Ludlam  <zappo@gnu.org>
100         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
101         Doc fix.
103         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
104         Only insert each variable once.
106         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
107         (ede-pmake-insert-variable-shared): Use it.
109         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
110         for lexical table iff table is nil.
112 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
114         * vc.el: Remove commented out code.
115         (vc-derived-from-dir-mode): Remove, unused.
116         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
118 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
120         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Disable
121         `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
122         there could be recursive loading when `default-directory' is a
123         remote file name.  (Bug#4614)
125 2009-10-03  Glenn Morris  <rgm@gnu.org>
127         * calendar/calendar.el (calendar-basic-setup): Handle the case where
128         the frame is wide.
129         (calendar-generate-window): Test for shrinkability rather than width.
131         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
132         declaration, currently false.
134         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
135         reusing existing buffers, in case we happen to visit two files with the
136         same basename.  (Bug#4593)
138 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
140         * makefile.w32-in (update-subdirs-CMD): Add cedet to
141         $(WINS_SUBDIR).
142         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
143         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
144         subdirs of cedet as well.
145         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
147 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
150         Obey advertised-signature-table.
152         * help-fns.el (help-function-arglist): Don't check
153         advertised-signature-table.
154         (describe-function-1): Do it here instead so it also applies to subrs.
156 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
158         * simple.el (start-file-process): Say in the doc-string, that file
159         handlers might not support pty association, if PROGRAM is nil.
161         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
162         HOST and USER are strings.  They are nil, when there are
163         incomplete entries in ~/.netrc, for example.
164         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
165         root directory ("device busy" error otherwise).
167         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
168         Flush file properties of created directory.
170 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
172         * makefile.w32-in (WINS_BASIC): Remove cedet.
173         (WINS_CEDET): Add cedet.
174         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
176 2009-10-02  Kevin Ryde  <user42@zip.com.au>
178         * net/browse-url.el (browse-url): Pass any symbol in
179         browse-url-browser-function to `apply', since if you've mistakenly put
180         an unbound symbol then the error is clearer.  (Bug#4531)
182 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
184         * allout.el (allout-init, allout-back-to-current-heading)
185         (allout-beginning-of-current-entry, allout-ascend-to-depth)
186         (allout-ascend, allout-up-current-level, allout-end-of-level)
187         (allout-previous-visible-heading, allout-forward-current-level)
188         (allout-backward-current-level, allout-show-children):
189         * apropos.el (apropos-describe-plist):
190         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
191         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
192         * completion.el (add-completion, add-permanent-completion):
193         * descr-text.el (describe-text-category, describe-char):
194         * desktop.el (desktop-lazy-abort):
195         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
196         * dired.el (dired-build-subdir-alist):
197         * ediff.el (ediff-version):
198         * elide-head.el (elide-head, elide-head-show):
199         * emerge.el (emerge-version):
200         * env.el (getenv):
201         * face-remap.el (variable-pitch-mode):
202         * faces.el (describe-face):
203         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
204         (dired-at-point):
205         * files.el (find-file-existing, auto-save-mode):
206         * font-lock.el (font-lock-fontify-buffer):
207         * help-fns.el (describe-function, describe-variable)
208         (describe-syntax, describe-categories):
209         * help.el (view-lossage, describe-bindings, describe-key)
210         (describe-mode):
211         * hexl.el (hexl-current-address):
212         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
213         * info.el (Info-goto-emacs-key-command-node):
214         * log-edit.el (log-edit-insert-cvs-template)
215         (log-edit-insert-cvs-rcstemplate):
216         * menu-bar.el (menu-bar-mode):
217         * mouse.el (mouse-appearance-menu):
218         * newcomment.el (comment-indent-new-line):
219         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
220         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
221         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
222         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
223         * recentf.el (recentf-mode):
224         * savehist.el (savehist-mode, savehist-save):
225         * shadowfile.el (shadow-copy-files):
226         * simple.el (kill-ring-save, next-line, previous-line)
227         (normal-erase-is-backspace-mode):
228         * strokes.el (strokes-update-window-configuration)
229         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
230         (strokes-xpm-for-stroke):
231         * time.el (emacs-uptime, emacs-init-time):
232         * tutorial.el (tutorial--describe-nonstandard-key)
233         (tutorial--detailed-help):
234         * type-break.el (type-break-mode)
235         (type-break-mode-line-message-mode, type-break-query-mode)
236         (type-break-guesstimate-keystroke-threshold):
237         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
238         * version.el (emacs-version):
239         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
240         * winner.el (winner-mode):
241         * calendar/timeclock.el (timeclock-in, timeclock-out)
242         (timeclock-status-string, timeclock-change)
243         (timeclock-workday-remaining-string)
244         (timeclock-workday-elapsed-string)
245         (timeclock-when-to-leave-string):
246         * calendar/todo-mode.el (todo-add-category):
247         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
248         * emacs-lisp/autoload.el (update-file-autoloads):
249         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
250         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
251         (checkdoc-message-text, checkdoc-defun):
252         * emacs-lisp/debug.el (debugger-list-functions):
253         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
254         * emacs-lisp/eieio-opt.el (eieio-describe-class)
255         (eieio-describe-generic):
256         * emacs-lisp/lisp-mnt.el (lm-synopsis):
257         * emacs-lisp/shadow.el (list-load-path-shadows):
258         * emulation/cua-base.el (cua-mode):
259         * emulation/edt.el (edt-set-scroll-margins):
260         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
261         (tpu-toggle-regexp, tpu-toggle-search-direction)
262         (tpu-toggle-rectangle, tpu-toggle-control-keys):
263         * emulation/tpu-extras.el (tpu-set-scroll-margins):
264         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
265         (viper-set-parsing-style-toggling-macro)
266         (viper-set-emacs-state-searchstyle-macros):
267         * emulation/viper.el (viper-set-hooks):
268         * eshell/esh-mode.el (eshell-truncate-buffer):
269         * international/mule-cmds.el (prefer-coding-system)
270         (describe-input-method, describe-language-environment):
271         * international/mule-diag.el (list-character-sets)
272         (describe-character-set, describe-coding-system)
273         (describe-fontset, list-fontsets, list-input-methods):
274         * mail/sendmail.el (mail-signature):
275         * net/ange-ftp.el (ange-ftp-copy-file):
276         * net/browse-url.el (browse-url):
277         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
278         * net/quickurl.el (quickurl-add-url):
279         * net/rcirc.el (names, topic):
280         * net/xesam.el (xesam-mode):
281         * play/5x5.el (5x5-new-game):
282         * play/yow.el (apropos-zippy):
283         * progmodes/ada-mode.el (ada-mode-version):
284         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
285         (f90-end-of-block)
286         (f90-beginning-of-block):
287         * progmodes/fortran.el (fortran-end-of-block)
288         (fortran-beginning-of-block):
289         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
290         * progmodes/python.el (python-describe-symbol, python-shell):
291         * term/ns-win.el (ns-print-buffer):
292         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
293         * textmodes/flyspell.el (flyspell-mode-on):
294         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
295         (pages-directory-for-addresses):
296         * textmodes/table.el (table-recognize-cell)
297         (table-query-dimension, table-generate-source)
298         (table-insert-sequence, table--warn-incompatibility):
299         * textmodes/tex-mode.el (tex-validate-buffer):
300         * textmodes/texinfmt.el (texinfmt-version)
301         (texinfo-format-buffer):
302         Use `called-interactively-p' instead of `interactive-p'.
304 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
306         * image-mode.el (image-toggle-display):
307         * emacs-lisp/elp.el (elp-instrument-function):
308         * emacs-lisp/advice.el (ad-make-advised-definition):
309         * emacs-lisp/easy-mmode.el (define-minor-mode):
310         * net/browse-url.el (browse-url-maybe-new-window):
311         * progmodes/sh-script.el (sh-learn-buffer-indent):
312         Pass new argument 'any to `called-interactively-p'.
314 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
316         * international/uni-bidi.el:
317         * international/uni-category.el:
318         * international/uni-combining.el:
319         * international/uni-comment.el:
320         * international/uni-decimal.el:
321         * international/uni-decomposition.el:
322         * international/uni-digit.el:
323         * international/uni-lowercase.el:
324         * international/uni-mirrored.el:
325         * international/uni-name.el:
326         * international/uni-numeric.el:
327         * international/uni-old-name.el:
328         * international/uni-titlecase.el:
329         * international/uni-uppercase.el:
330         Regenerate from Unicode 5.2.0 data.
332 2009-10-01  Glenn Morris  <rgm@gnu.org>
334         * Makefile.in (ELCFILES): Regenerate.
336 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
338         * subr.el (interactive-p): Mark obsolete.
339         (called-interactively-p): Make the optional-ness of `kind' obsolete.
340         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
341         advertised-signature-table for subroutines as well.
343         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
344         (set-advertised-calling-convention): New function.
345         (make-obsolete, define-obsolete-function-alias)
346         (make-obsolete-variable, define-obsolete-variable-alias):
347         Make the optional-ness of `when' obsolete.
348         (define-obsolete-face-alias): Make `when' non-optional.
349         * help-fns.el (help-function-arglist):
350         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
351         Use advertised-signature-table.
353 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
355         * files.el (delete-directory): New defun.  The original function
356         in fileio.c has been renamed to `delete-directory-internal'.
358         * dired.el (dired-delete-file): Call `delete-directory' with
359         RECURSIVE parameter.
361         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
362         parameter RECURSIVE.  Implementation is missing.
364         * net/tramp.el (tramp-handle-make-directory): Flush upper
365         directory's file properties.
366         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
367         (tramp-handle-dired-recursive-delete-directory): Flush directory
368         properties after the remove command only.
370         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
371         Handle optional parameter RECURSIVE.
373         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
374         Handle optional parameter RECURSIVE.
376         * net/tramp-smb.el (tramp-smb-errors): Add error message for
377         connection timeout.
378         (tramp-smb-handle-delete-directory): Handle optional parameter
379         RECURSIVE.
381 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
383         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
384         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
385         (byte-compile-defmacro): Use backquotes.
387         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
389         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
390         has no associated file.
391         (vc-resynch-buffer): Use vc-dir-buffers.
393 2009-10-01  Glenn Morris  <rgm@gnu.org>
395         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
396         (chart-file-count):
397         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
398         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
399         * emacs-lisp/eieio-opt.el (eieio-describe-class):
400         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
401         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
402         (eieio-copy-parents-into-subclass, make-instance, class-children)
403         (eieio-generic-form):
404         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
405         * cedet/cedet-idutils.el (cedet-idutils-search)
406         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
407         (cedet-idutils-version-check):
408         * cedet/cedet.el (cedet-version):
409         * cedet/data-debug.el (data-debug-insert-overlay-button)
410         (data-debug-insert-overlay-list-button)
411         (data-debug-insert-buffer-button)
412         (data-debug-insert-buffer-list-button)
413         (data-debug-insert-process-button, data-debug-insert-ring-button)
414         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
415         (data-debug-insert-stuff-vector-button)
416         (data-debug-insert-symbol-button, data-debug-insert-string)
417         (data-debug-insert-number, data-debug-insert-lambda-expression)
418         (data-debug-insert-nil, data-debug-insert-simple-thing)
419         (data-debug-insert-custom, data-debug-edebug-expr):
420         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
421         (global-ede-mode-map, ede-new, ede-debug-target)
422         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
423         * cedet/semantic.el (semantic-minimum-working-buffer-size)
424         (semantic-fetch-tags, semantic-submode-list)
425         (semantic-default-submodes):
426         * cedet/ede/source.el (ede-source-match):
427         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
428         (project-am-package-info):
429         * cedet/ede/proj.el (ede-proj-target, project-new-target):
430         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
431         * cedet/ede/proj-comp.el (ede-current-build-list):
432         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
433         * cedet/ede/files.el (ede-toplevel-project-or-nil):
434         * cedet/ede/cpp-root.el (initialize-instance):
435         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
436         (autoconf-parameter-strip, autoconf-insert-new-macro):
437         * cedet/semantic/wisent.el (wisent-lex-eoi):
438         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
439         (semantic-show-parser-state-mode):
440         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
441         * cedet/semantic/tag.el (semantic-tag-new-variable)
442         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
443         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
444         (semantic--tag-deep-copy-tag-list)
445         (semantic-tag-components-with-overlays-default):
446         * cedet/semantic/symref.el (semantic-symref-find-text):
447         * cedet/semantic/senator.el (senator-yank-tag)
448         (senator-transpose-tags-up):
449         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
450         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
451         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
452         * cedet/semantic/lex.el (semantic-lex-comment-regex)
453         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
454         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
455         * cedet/semantic/lex-spp.el
456         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
457         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
458         * cedet/semantic/idle.el
459         (semantic-idle-summary-current-symbol-info-brutish)
460         (semantic-idle-summary-current-symbol-info-default):
461         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
462         (semantic--grammar-macro-compl-dict):
463         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
464         * cedet/semantic/format.el (semantic-format-tag-custom-list)
465         (semantic-format-tag-canonical-name-default):
466         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
467         (semantic-find-tags-for-completion)
468         (semantic-find-tags-by-scope-protection-default)
469         (semantic-deep-find-tags-for-completion):
470         * cedet/semantic/edit.el
471         (semantic-edits-incremental-reparse-failed-hook)
472         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
473         (semantic-edits-splice-remove, semantic-edits-splice-replace):
474         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
475         * cedet/semantic/dep.el (semantic-dependency-include-path):
476         * cedet/semantic/db.el (semanticdb-default-find-index-class)
477         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
478         (semanticdb-project-roots):
479         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
480         (semanticdb-find-adebug-insert-scanned-tag-cons)
481         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
482         (semanticdb-brute-deep-find-tags-for-completion):
483         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
484         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
485         (semantic-end-of-context-default)
486         (semantic-ctxt-current-function-default)
487         (semantic-ctxt-scoped-types-default):
488         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
489         (semantic-complete-inline-tag-engine)
490         (semantic-complete-inline-custom-type)
491         (semantic-complete-read-tag-analyzer):
492         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
493         (semantic-chart-database-size):
494         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
495         (semantic-analyze-current-context):
496         * cedet/semantic/symref/list.el (semantic-symref)
497         (semantic-symref-hide-buffer, semantic-symref-symbol):
498         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
499         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
500         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
501         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
502         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
503         (semantic-c-dereference-template):
504         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
505         (semantic--analyze-refs-full-lookup-with-parents)
506         (semantic--analyze-refs-full-lookup-simple):
507         * cedet/semantic/analyze/complete.el
508         (semantic-analyze-possible-completions):
509         * cedet/srecode/table.el (srecode-mode-table-new):
510         * cedet/srecode/srt.el (srecode-read-variable-name):
511         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
512         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
513         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
514         * cedet/srecode/map.el (srecode-current-map):
515         * cedet/srecode/insert.el (srecode-insert)
516         (srecode-insert-variable-secondname-handler, srecode-insert-method)
517         (srecode-template-inserter-point-override)
518         (srecode-insert-include-lookup):
519         * cedet/srecode/getset.el (srecode-auto-choose-class):
520         * cedet/srecode/extract.el (srecode-inserter-extract):
521         * cedet/srecode/document.el
522         (srecode-document-autocomment-return-last-alist)
523         (srecode-document-autocomment-param-type-alist)
524         (srecode-document-insert-function-comment)
525         (srecode-document-insert-variable-one-line-comment)
526         (srecode-document-function-name-comment):
527         * cedet/srecode/dictionary.el (srecode-create-dictionary)
528         (srecode-compound-toString):
529         * cedet/srecode/compile.el (srecode-flush-active-templates):
530         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
531         Doc/message fixes.
533         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
534         match-data.  (Bug#4555).
536         * cedet/semantic/bovine/gcc.el
537         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
538         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
540         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
541         rather than parsing it as a regexp.  This relaxes the layout
542         requirements and makes errors easier to detect.
543         (check-declare-verify): Check file is regular.
544         (check-declare-directory): Doc fix.
545         * subr.el (declare-function): Doc fix.
547         * ibuffer.el (ibuffer-format-qualifier):
548         * isearch.el (hi-lock-regexp-okay):
549         * calc/calc.el (math-zerop):
550         * mail/uce.el (rmail-msgbeg, rmail-msgend):
551         * term/w32-win.el (setup-default-fontset, set-fontset-font):
552         Remove unused declarations.
554 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
556         * cedet/semantic/wisent/javat-wy.el
557         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
559 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
561         * cedet/srecode/expandproto.el: Fix provide statement.
563 2009-09-30  Eric Ludlam  <zappo@gnu.org>
565         * emacs-lisp/eieio.el (boolean-p): Delete.
567 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
569         * cedet/ede/srecode.el: Fix provide statement.
571 2009-09-30  Glenn Morris  <rgm@gnu.org>
573         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
574         * cedet/ede/proj-aux.el (ede-aux-source):
575         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
576         (ede-misc-source):
577         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
578         (semantic-mrub-switch-tags): Fix doc typos.
580         * cedet/semantic/db-global.el (data-debug-new-buffer)
581         (data-debug-insert-thing): Remove unneeded declarations (one broken).
582         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
584         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
586         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
587         use of CL function `remove-if-not'.
589         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
591         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
592         filename is not a string.
594 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
596         * files.el (safe-local-eval-forms): Fix typo.
598 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
600         * vc-hooks.el (vc-dir-buffers): New var.
601         (vc-state-refresh): New function.
602         (vc-state): Use it.
603         (vc-after-save): Always ask the backend to recompute the new state.
604         Always call vc-dir if necessary, using vc-dir-buffers.
605         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
606         Use vc-dir-buffers.
607         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
608         (vc-dir-prepare-status-buffer, vc-dir-update)
609         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
610         Don't call expand-file-name on default-directory.
612 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
614         * speedbar.el (speedbar-item-delete):
615         * calc/calc-prog.el (calc-kbd-if):
616         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
618         * epa.el (epa-key-list-mode-map):
619         * hi-lock.el (hi-lock-menu): Fix typos in menus.
621         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
622         (hs-show-hook): Fix typo in docstring.
624 2009-09-29  Glenn Morris  <rgm@gnu.org>
626         * cedet/semantic/symref/idutils.el:
627         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
629         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
631         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
632         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
633         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
634         Mark declarations not understood by check-declare.
636         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
637         file-name-nondirectory call preventing location of cedet files.
638         (check-declare-verify): Use literal search rather than re-search.
639         Add basic defmethod and defclass, and define-overloadable-function.
641         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
642         Use tramp-compat-file-attributes rather than nonexistent
643         tramp-compat-handle-file-attributes.
645         * Makefile.in (lisptagsfiles4): New.
646         (AUTOGENEL): Add cedet loaddefs files.
647         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
648         (update-elclist, compile-always, backup-compiled-files)
649         (bootstrap-clean): Add yet another directory level.
650         (update-elclist): Use LC_COLLATE rather than COLLATE.
651         (ELCFILES): Update, via `make update-elclist'.
653 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
655         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
656         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
657         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
659 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
661         * Makefile.in (lisptagsfiles3): Define.
662         (TAGS, TAGS-LISP): Use it.
663         (update-elclist): Add third directory level to look for elc files.
664         (compile-always): Likewise.
665         (backup-compiled-files): Likewise.
666         (bootstrap-clean): Likewise.
667         (ELCFILES): Update.
669 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
671         * Makefile.in (ELCFILES): Add CEDET files.
673 2009-09-28  Eric Ludlam  <zappo@gnu.org>
675         CEDET (development tools) package merged.
677         * cedet/*.el:
678         * cedet/ede/*.el:
679         * cedet/semantic/*.el:
680         * cedet/srecode/*.el: New files.
682 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
684         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
686         * net/tramp.el (top): Require tramp-imap.
688         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
689         Use `tramp-compat-handle-file-attributes'.
691 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
693         * net/tramp-imap.el: New package.
695 2009-09-28  Eric Ludlam  <zappo@gnu.org>
697         * emacs-lisp/chart.el:
698         * emacs-lisp/eieio-base.el:
699         * emacs-lisp/eieio-comp.el:
700         * emacs-lisp/eieio-custom.el:
701         * emacs-lisp/eieio-datadebug.el:
702         * emacs-lisp/eieio-opt.el:
703         * emacs-lisp/eieio-speedbar.el:
704         * emacs-lisp/eieio.el: New files.
706         * cedet/cedet-cscope.el:
707         * cedet/cedet-files.el:
708         * cedet/cedet-global.el:
709         * cedet/cedet-idutils.el:
710         * cedet/data-debug.el:
711         * cedet/inversion.el:
712         * cedet/mode-local.el:
713         * cedet/pulse.el: New files.
715 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
717         * whitespace.el (whitespace-trailing-regexp)
718         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
719         Fix doc string.
721 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
723         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
724         menu.
726         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
727         menu-bar-ediff-menu.
729         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
730         define-overloadable-function.
732         * progmodes/autoconf.el: Provide autoconf as well, so that this
733         file can be `require'd.
735         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
737         * emacs-lisp/autoload.el (generated-autoload-feature)
738         (generated-autoload-load-name): New vars.
739         (autoload-rubric, autoload-generate-file-autoloads): Use them.
740         (make-autoload): Recognize define-overloadable-function and
741         defclass forms (for EIEIO).
743         * Makefile.in (update-subdirs): Exclude cedet directory.
745 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
747         * term/ns-win.el: Don't set the region face background. (Bug#4381)
749         * faces.el: Default light-background background for region face to
750         ns_selection_color under NS.
752 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
754         * net/imap-hash.el: New library, see NEWS.
756         * Makefile.in (ELCFILES): Add imap-hash.el.
758 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
760         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
761         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
762         * help-macro.el (make-help-screen): Avoid using an ambiguous function
763         definition where the docstring could be taken for the return value.
765 2009-09-26  Glenn Morris  <rgm@gnu.org>
767         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
768         Add option to only show images below a certain size.
769         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
770         save-excursion calls.
772 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
774         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
775         subdirectories) and eieio.
777 2009-09-26  Alan Mackenzie  <acm@muc.de>
779         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
780         buggy bracketing.
782         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
783         character constants (as case labels).
785 2009-09-25  Juri Linkov  <juri@jurta.org>
787         * files.el (safe-local-eval-forms): Allow time-stamp in
788         before-save-hook (Bug#4554).
790 2009-09-25  Drew Adams  <drew.adams@oracle.com>
792         * menu-bar.el (list-buffers-directory): Doc fix.
794 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
796         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
797         Try and avoid copying twice the same paragraph.
798         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
799         Remove save-excursion.
800         (log-edit-changelog-entry): Do it here instead.
802 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
804         * bs.el (bs--get-file-name): Use `list-buffers-directory'
805         when available, instead of hardcoding mode names.  Doc fix.
807         * menu-bar.el (list-buffers-directory): Add docstring.
808         Make automatically buffer-local.
810         * dired.el (dired-mode):
811         * files.el (cd-absolute):
812         * pcvs.el (cvs-temp-buffer):
813         * pcvs-util.el (cvs-get-buffer-create):
814         * shell.el (shell-mode):
815         * vc-dir.el (vc-dir-mode):
816         Don't make `list-buffers-directory' buffer local.
818 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
820         * comint.el (comint-exec, comint-run, make-comint):
821         Doc fixes (Bug#4542).
823 2009-09-25  Glenn Morris  <rgm@gnu.org>
825         * mail/rmailmm.el (rmail-mime): New custom group.
826         Move all defcustoms in this file into this group.
827         (rmail-mime-media-type-handlers-alist): Revert previous change.
828         (rmail-mime-show-images): New option.
829         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
830         references to it, since it wasn't actually used for anything.
831         (rmail-mime-insert-image): New function.
832         (rmail-mime-image): Use rmail-mime-insert-image.
833         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
834         obey the value of `rmail-mime-show-images' option.  Print the size of
835         attachments.
837 2009-09-25  David Engster  <deng@randomsample.de>
839         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
841 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
843         * whitespace.el: Does not highlight trailing spaces While point is
844         at end of line.  Does not highligt spaces at beginning of buffer
845         while point is at beginning of buffer.  Does not highlight spaces
846         at end of buffer while point is at end of buffer.  (Bug#4177)
847         New version 12.0.
848         (whitespace-display-mappings): Adjust initialization.
849         (whitespace-point, whitespace-font-lock-refontify): New vars.
850         (whitespace-color-on, whitespace-color-off): Adjust code.
851         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
852         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
853         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
855 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
857         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
859         * textmodes/sgml-mode.el: Remove xml-mode alias.
861         * files.el (auto-mode-alist, conf-mode-maybe)
862         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
864 2009-09-24  Alan Mackenzie  <acm@muc.de>
866         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
867         c-forward-conditionals, but it doesn't move point and doesn't set
868         the mark.
869         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
870         (c-down-conditional-with-else, c-backward-conditional)
871         (c-forward-conditional): Refactor to use c-scan-conditionals.
873 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
875         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
876         (help-default-arg-highlight): Remove.
877         (help-highlight-arg): New function.
878         (help-do-arg-highlight): Use it.
879         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
881 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * term.el (term-set-scroll-region, term-handle-ansi-escape):
884         Undo last change, which didn't fix the problem and introduced others.
886 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
888         * progmodes/gdb-mi.el: Don't require speedbar.
889         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
891 2009-09-24  Glenn Morris  <rgm@gnu.org>
893         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
895         * term/ns-win.el (ns-reg-to-script): Define for compiler.
897         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
898         there is no newline after the final mime boundary.  (Bug#4539)
899         Move markers on insertion so that any buttons inserted don't end up in
900         the next part of a multipart message.
901         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
902         (rmail-mime-bulk-handler): Optionally handle images.
903         (rmail-mime-image): New button action.
904         (rmail-mime-image-handler): New function.
905         (rmail-mime-mode): New mode.
906         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
908 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
910         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
911         than just dropping elements from it (bug#4504).
913         * term.el (term-set-scroll-region): Don't move cursor any more.
914         (term-handle-ansi-escape): Call term-goto here instead.
915         Suggested by Ivan Kanis <apple@kanis.eu>.
917         * term.el: Require CL.
918         (term-ansi-reset): New function.
919         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
920         (term-handle-colors-array): Simplify.
922 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
924         * allout.el (allout-overlay-interior-modification-handler)
925         (allout-obtain-passphrase):
926         * epa-file.el (epa-file-write-region):
927         * ps-print.el (ps-begin-job):
928         * vc-hooks.el (vc-toggle-read-only):
929         * vc-rcs.el (vc-rcs-rollback):
930         * vc-sccs.el (vc-sccs-rollback):
931         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
932         (vc-version-diff, vc-revert, vc-rollback):
933         * wdired.el (wdired-check-kill-buffer):
934         * emacs-lisp/authors.el (authors):
935         * net/socks.el (socks-open-connection):
936         * net/zeroconf.el (zeroconf-service-add-hook):
937         * obsolete/vc-mcvs.el (vc-mcvs-register):
938         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
939         (gdb-select-frame):
940         * progmodes/grep.el (lgrep, rgrep):
941         * progmodes/idlw-help.el (idlwave-help-check-locations)
942         (idlwave-help-html-link, idlwave-help-assistant-open-link):
943         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
944         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
945         (reftex-toc-rename-label): Fix typos in error messages.
947         * dired-aux.el (dired-do-shell-command): Reflow docstring.
948         (dired-copy-how-to-fn): Doc fix.
949         (dired-files-attributes, dired-read-shell-command):
950         Fix typos in docstrings.
952         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
953         (dired-x-find-file-other-window): Reflow docstrings.
954         (dired-omit-marker-char, dired-read-shell-command)
955         (dired-x-submit-report): Fix typos in docstrings.
957         * shell.el (shell-mode-hook):
958         * view.el (View-scroll-line-forward):
959         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
960         Fix typos in docstrings.
962         * net/dig.el (dig-invoke): Fix typo in docstring.
963         (query-dig): Reflow docstring.
965         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
966         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
967         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
968         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
969         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
970         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
971         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
972         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
973         (idlwave-completion-map, idlwave-current-indent)
974         (idlwave-custom-ampersand-surround, idlwave-customize)
975         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
976         (idlwave-define-abbrev, idlwave-determine-class-special)
977         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
978         (idlwave-end-block-reg, idlwave-end-of-statement)
979         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
980         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
981         (idlwave-explicit-class-listed, idlwave-file-header)
982         (idlwave-fill-paragraph, idlwave-find-class-definition)
983         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
984         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
985         (idlwave-in-quote, idlwave-indent-action-table)
986         (idlwave-indent-expand-table, idlwave-indent-line)
987         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
988         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
989         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
990         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
991         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
992         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
993         (idlwave-outlawed-buffers, idlwave-popup-select)
994         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
995         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
996         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
997         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
998         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
999         (idlwave-statement-type, idlwave-struct-skip)
1000         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
1001         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
1002         (idlwave-what-module-find-class): Fix typos in docstrings.
1003         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
1004         (idlwave-calculate-cont-indent, idlwave-expand-equal)
1005         (idlwave-find-module, idlwave-find-structure-definition)
1006         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
1007         (idlwave-list-load-path-shadows, idlwave-next-statement)
1008         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
1009         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
1010         (idlwave-template): Reflow docstrings.
1012         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
1013         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
1014         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
1015         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
1016         (idlwave-shell-display-line, idlwave-shell-display-wframe)
1017         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
1018         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
1019         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
1020         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
1021         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
1022         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
1023         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
1024         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
1025         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
1026         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
1027         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
1028         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
1029         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
1030         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
1031         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
1032         Fix typos in docstrings.
1033         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
1034         (idlwave-shell-hide-output, idlwave-shell-mode)
1035         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
1036         Reflow docstrings.
1038         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
1040 2009-09-24  Ivan Kanis  <apple@kanis.eu>
1042         * term.el (term-bold-attribute): New var.
1043         (term-handle-colors-array): Use it.
1045 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
1047         * progmodes/gdb-mi.el (gdb-version): New variable.
1048         (gdb-non-stop-handler): Set gdb-version.
1049         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
1050         Condition "--thread" option on gdb-version.
1051         (gdb-invalidate-threads): Remove unused argument.
1053 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1055         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
1056         to looking-back to avoid ridiculous slow down in large files (bug#4511).
1058 2009-09-23  Glenn Morris  <rgm@gnu.org>
1060         * mail/rmail.el (rmail-reply): Don't try to add a References header when
1061         replying to mail without References or Message-Id.  (Bug#4525)
1063 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1065         * term/ns-win.el (ns-reg-to-script): New variable.
1067 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
1069         * epg.el (epg-wait-for-status): Preserve existing 'error results.
1071 2009-09-22  Sam Steingold  <sds@gnu.org>
1073         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
1074         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
1075         to 1 because hg returns status 1 when nothing is found.
1076         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
1078 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1080         * textmodes/fill.el: Convert to utf-8 encoding.
1081         (fill-french-nobreak-p): Remove redundant » and « inherited from our
1082         pre-unicode days.
1084         * add-log.el (change-log-fill-forward-paragraph): New function.
1085         (change-log-mode): Use it so fill-region DTRT.
1086         Set fill-indent-according-to-mode here rather than in
1087         change-log-fill-paragraph.
1088         (change-log-fill-paragraph): Remove.
1090 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
1092         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
1093         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
1095 2009-09-22  Glenn Morris  <rgm@gnu.org>
1097         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
1098         the scroll-bar scroll the calendar window rather than the buffer.
1100         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
1101         commands that move point (as opposed to scrolling).
1103         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
1105         * emacs-lisp/elint.el (elint): New custom group.
1106         (elint-log-buffer): Make it a defcustom.
1107         (elint-scan-preloaded, elint-ignored-warnings)
1108         (elint-directory-skip-re): New options.
1109         (elint-builtin-variables): Doc fix.
1110         (elint-preloaded-env): New variable.
1111         (elint-unknown-builtin-args): Add an entry for encode-time.
1112         (elint-extra-errors): Make it a variable rather than a constant.
1113         (elint-preloaded-skip-re): New constant.
1114         (elint-directory): Skip files matching elint-directory-skip-re.
1115         (elint-features): New variable, local to linted buffers.
1116         (elint-update-env): Initialize elint-features.  Possibly add
1117         elint-preloaded-env to the buffer's environment.
1118         (elint-get-top-forms): Bind elint-current-pos, for log messages.
1119         Skip quoted forms.
1120         (elint-init-form): New function, extracted from elint-init-env.
1121         Make non-list forms a warning rather than an error.
1122         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
1123         easy-menu-define, put that adds an error-condition, and provide.
1124         When requiring cl, also require cl-macs.  Really require cl, to handle
1125         some cl macros.  Store required libraries in the list elint-features,
1126         so as not to re-load them.  Treat cc-require like require.
1127         (elint-init-env): Call elint-init-form to do the work.
1128         Handle eval-and-compile and such like.
1129         (elint-add-required-env): Do not clear messages.
1130         (elint-special-forms): Add handlers for function, defalias, if, when,
1131         unless, and, or.
1132         (elint-form): Add optional argument to ignore elint-special-forms,
1133         useful to prevent recursive calls from handlers.  Doc fix.
1134         Respect elint-ignored-warnings.
1135         (elint-form): Respect elint-ignored-warnings.
1136         (elint-bound-variable, elint-bound-function): New variables.
1137         (elint-unbound-variable): Respect elint-bound-variable.
1138         (elint-get-args): Respect elint-bound-function.
1139         (elint-check-cond-form): Add some simple handling for (f)boundp and
1140         featurep tests.
1141         (elint-check-defalias-form): New handler.
1142         (elint-check-let-form): Make an empty let a warning rather than an
1143         error.
1144         (elint-check-setq-form): Make an empty setq a warning rather than an
1145         error.  Respect elint-ignored-warnings.
1146         (elint-check-defvar-form): Accept null doc-strings.
1147         (elint-check-conditional-form): New handler.  Does some simple-minded
1148         checking of featurep and (f)boundp tests.
1149         (elint-put-function-args): New function.
1150         (elint-initialize): Use elint-scan-doc-file rather than
1151         elint-find-builtin-variables.  Use elint-put-function-args.
1152         Possibly scan preloaded-file-list.
1153         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
1154         extend to handle functions as well.
1156 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
1158         * linum.el (linum-delete-overlays, linum-update-window):
1159         Do not modify the right margin.  (Bug#3971)
1161 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
1163         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
1164         nxml-mode instead of xml-mode.
1166 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1168         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
1170 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1172         * net/dig.el (dig-mode): Use define-derived-mode.
1174 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1176         * vc-dispatcher.el (vc-do-command): Return the process object in
1177         the asynchronous case.  Use when instead of if.  Do not run
1178         vc-exec-after to display a message if not enabled.
1180         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
1181         properties to the stash strings.
1182         (vc-git-stash-list): Return a list of strings.
1183         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
1184         (vc-git-stash-show-at-point): New functions.
1185         (vc-git-stash-map): New keymap.
1187         * register.el (ctl-x-r-map): Define the keys here instead of
1188         using autoload.
1190 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
1192         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
1193         list, to workaround performance problem (bug#4485).
1195 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
1197         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
1199 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
1201         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
1202         Document that this option is not recommended to use.
1204 2009-09-19  Glenn Morris  <rgm@gnu.org>
1206         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
1207         variable `var'.
1209         * calc/calc-alg.el (var):
1210         * calc/calcalg2.el (var): Define for compiler.
1212 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
1214         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
1215         Doc fix (Bug#3932).
1217         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
1219         * time-stamp.el (time-stamp-month-dd-yyyy)
1220         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
1221         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1222         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
1223         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
1224         Remove functions that have been obsolete since 1995 (Bug#4436).
1226         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
1227         indent buffer only if called interactively (Bug#4452).
1229 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
1230             Eli Zaretskii  <eliz@gnu.org>
1232         This fixes bug#4197 (merged to bug#865, though not identical).
1233         * server.el (server-auth-dir): Add docstring note about FAT32.
1234         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
1235         but warn against using them.
1237 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
1239         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
1240         older GDB where there is no has_more field.
1242 2009-09-19  Glenn Morris  <rgm@gnu.org>
1244         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1246 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
1248         * files.el (auto-mode-alist): Change default for XML files to nXML
1249         mode (Bug#4169).
1251 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
1253         * server.el (server-ensure-safe-dir): Pass 'integer
1254         to `file-attributes', as suggested.
1256 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1258         * dired-aux.el (dired-query-alist): Remove spurious backslash.
1259         (dired-query): Use read-key.
1261 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
1263         * cus-start.el (ns-use-qd-smoothing): Remove.
1265 2009-09-18  Glenn Morris  <rgm@gnu.org>
1267         * allout.el (top-level): Remove unnecessary progn.
1269         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
1271         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
1272         definition of abbrev table.
1274         * speedbar.el (speedbar-track-mouse):
1275         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
1276         * net/eudc.el (eudc-expand-inline):
1277         * net/newst-backend.el (newsticker--cache-read-feed):
1278         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
1279         condition-case handlers.
1281 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
1283         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
1284         (gdb-var-list): Add an element for has_more field.
1285         (gdb-non-stop-handler): Enable pretty printing for STL containers.
1286         (gdb-var-create-handler, gdb-var-list-children-handler-1)
1287         (gdb-var-update-handler-1): Parse output of dynamic variable
1288         objects (STL containers).
1289         (gdb-var-delete-1): Pass var1 as an explicit second argument.
1290         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
1292         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
1293         gdb-var-list.
1294         (gud-speedbar-buttons): Make node expandable if expression "has more"
1295         children.
1297 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
1299         * startup.el (emacs-quick-startup): Remove variable and all uses.
1300         (command-line): Set `inhibit-x-resources' instead.
1301         (command-line-1): Use `inhibit-x-resources' instead.
1303 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
1305         * subr.el: Fix last change to avoid using the `unless' macro,
1306         which breaks bootstrapping.
1308 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1310         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
1311         extended definitions, in case we reload subr.el after having
1312         loaded CL.
1313         (eval-next-after-load): Mark as obsolete.
1315 2009-09-17  Juri Linkov  <juri@jurta.org>
1317         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
1318         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
1319         (menu-bar-showhide-menu, menu-bar-tools-menu)
1320         (menu-bar-describe-menu, menu-bar-help-menu)
1321         (minibuffer-local-completion-map, minibuffer-local-map):
1322         Fix list quoting.
1324 2009-09-17  Glenn Morris  <rgm@gnu.org>
1326         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
1327         arguments, whether or not it has a handler.
1329         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
1331         * simple.el (hard-newline): Give it a doc-string.
1333         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1334         (lisp-mode-syntax-table): Give them doc-strings.
1336 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1338         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
1339         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
1340         (menu-bar-options-menu, menu-bar-showhide-menu)
1341         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1342         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1343         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
1344         (menu-bar-options-menu, menu-bar-tools-menu)
1345         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
1346         (menu-bar-help-menu):
1347         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
1348         string arguments.
1350         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
1351         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
1352         calls for the menu names and :help.
1354 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1356         * mouse.el (minor-mode-menu-from-indicator): Pay attention
1357         to :minor-mode-function (bug#4455).
1359 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1361         * startup.el (command-line): Initialize the window-system after
1362         processing the command-line.
1364         * textmodes/page.el (what-page): Make sure we don't inf-loop if
1365         page-delimiter matches the empty string.
1367 2009-09-16  Glenn Morris  <rgm@gnu.org>
1369         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
1370         byte-compile-not-obsolete-var.  It's a list now.
1371         (byte-compile-not-obsolete-funcs): New variable.
1372         (byte-compile-warn-obsolete): Don't warn about functions if they are in
1373         byte-compile-not-obsolete-funcs.
1374         (byte-compile-variable-ref, byte-compile-defvar): Update for
1375         byte-compile-not-obsolete-vars name-change and list nature.
1376         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
1377         and variables behind (f)boundp tests.
1378         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
1380 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1382         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
1384 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
1387         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
1388         Don't autoload.
1390 2009-09-15  Stephen Eglen  <stephen@gnu.org>
1392         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
1393         the virtual-buffers, use the name of the buffer specified by
1394         find-file-noselect, as the match may be a symlink.  (This was a
1395         problem if the target and the symlink had different names.)
1397 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
1401         * desktop.el (desktop-path): Check user-emacs-directory.
1403         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
1405         * loadup.el: Use after-load-functions to GC after loading each file.
1406         Remove the explicit GC calls that used to be sprinkled around.
1408         * subr.el (after-load-functions): New hook.
1409         (do-after-load-evaluation): Run it.  Use string-match-p to detect
1410         `obsolete' packages, rather than painfully extracting the relevant
1411         directory name.
1413 2009-09-15  Glenn Morris  <rgm@gnu.org>
1415         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
1416         free variable `doc'.
1418         * dired.el (dired-mode-map): Add menu entry for async shell command.
1420         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
1421         variables, also consider the .elc files, since the .el files are
1422         normally gzipped (subsequent code locates the .el.gz from the .elc).
1424         * calc/calc-prog.el (arglist): Define for compiler.
1426         * calendar/diary-lib.el (diary-display-function): Change the default to
1427         fancy display.
1428         (body): Define for compiler.
1430         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
1431         (byte-compile-file-form, byte-compile-lambda)
1432         (byte-compile-top-level-body, byte-compile-form)
1433         (byte-compile-variable-ref, byte-compile-setq)
1434         (byte-compile-setq-default, byte-compile-body)
1435         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
1436         (batch-byte-compile): Give some more local variables with common names
1437         a "bytecomp-" prefix to avoid masking warnings about free variables.
1439         * startup.el (command-line-1): Give local variables with common names a
1440         distinguishing prefix, so as not to hide free variable warnings during
1441         bootstrap.
1443         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
1444         clever and add a suffix to make a unique name, just let the user decide
1445         whether or not to overwrite it.  If the input is a directory, write the
1446         default filename to that directory.  (Bug#4388)
1447         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
1448         is a filename-as-a-directory.
1450 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * textmodes/page.el (what-page): Don't move to beginning of line.
1453         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
1455 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1457         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
1459 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1461         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
1462         * help.el (help-for-help-internal): Add purecopy calls for text.
1464         * vc.el (top): print-log method now takes an optional SHORTLOG
1465         argument.  Add a new method: root.
1466         (vc-root-diff, vc-print-root-log): New functions.
1467         (vc-log-short-style): New variable.
1468         (vc-print-log-internal): Add support for showing short logs.
1470         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
1471         vc-print-root-log and vc-print-root-diff.
1473         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
1474         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
1475         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
1476         short logs.
1478         * vc-cvs.el (vc-cvs-print-log):
1479         * vc-mtn.el (vc-mtn-print-log):
1480         * vc-rcs.el (vc-rcs-print-log):
1481         * vc-sccs.el (vc-sccs-print-log):
1482         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
1483         that is ignored for now.
1485         * vc-mtn.el (vc-mtn-annotate-command):
1486         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
1488 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1490         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
1491         to function-key-map, and give them ascii-character property.
1492         * term/x-win.el (x-alternatives-map):
1493         * term/ns-win.el (ns-alternatives-map):
1494         * term/internal.el (msdos-key-remapping-map):
1495         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
1497 2009-09-14  Glenn Morris  <rgm@gnu.org>
1499         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
1500         temp-buffers (2009-09-12).
1502 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1504         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
1505         the new read-key function.
1507 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1509         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
1510         is defined (Bug#4405).
1512 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
1514         * recentf.el (recentf-cleanup): Use a hash table to find
1515         duplicates (Bug#4407).
1517 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
1519         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
1520         kp-0 to ascii equivalents (Bug#4325).
1522 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1524         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
1526         * eshell/em-hist.el:
1527         * eshell/em-dirs.el (eshell-complete-user-reference):
1528         Declare pcomplete functions and variables to avoid compiler warnings.
1530 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
1532         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
1533         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
1534         * eshell/em-alias.el (eshell-aliases-file):
1535         * eshell/em-hist.el (eshell-history-file-name):
1536         Use expand-file-name instead of concat to make file names (Bug#4308).
1538 2009-09-13  Glenn Morris  <rgm@gnu.org>
1540         * ediff-merg.el (ediff-do-merge):
1541         * filesets.el (filesets-run-cmd):
1542         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
1543         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
1544         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
1545         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
1546         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
1547         Replace empty `let's with `progn'.
1549 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1551         * mail/sendmail.el (send-mail-function):
1552         * tooltip.el (tooltip-mode):
1553         * simple.el (transient-mark-mode):
1554         * rfn-eshadow.el (file-name-shadow-mode):
1555         * frame.el (blink-cursor-mode):
1556         * font-core.el (global-font-lock-mode):
1557         * files.el (temporary-file-directory)
1558         (small-temporary-file-directory, auto-save-file-name-transforms):
1559         * epa-hook.el (auto-encryption-mode):
1560         * composite.el (global-auto-composition-mode):
1561         Use custom-initialize-delay.
1562         * startup.el (command-line): Don't explicitly call
1563         custom-reevaluate-setting for all the above vars.
1564         * custom.el (custom-initialize-safe-set)
1565         (custom-initialize-safe-default): Delete.
1567 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1569         * term/x-win.el (x-initialize-window-system):
1570         * term/w32-win.el (w32-initialize-window-system):
1571         * term/ns-win.el (ns-initialize-window-system): Don't call
1572         mouse-wheel-mode since it's enabled globally by default already.
1574         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
1575         actually define the variable, but only silences the byte-compiler.
1576         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
1577         before looking it up.
1578         (mouse-wheel-scroll-amount): Also reset the bindings if this value
1579         is changed.
1581 2009-09-12  Glenn Morris  <rgm@gnu.org>
1583         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
1584         1000.
1585         (elint-add-required-env): Don't beep on error.
1586         (elint-forms): In case of error, return ENV unchanged.
1587         (elint-init-env): Skip non-list forms.
1588         (elint-log): Handle unknown file positions.
1590 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
1592         * epg.el (epg-make-context): Add autoload cookie.
1593         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
1594         (epg-decrypt-string, epg-start-verify, epg-verify-file)
1595         (epg-verify-string, epg-start-sign, epg-sign-file)
1596         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
1597         (epg-encrypt-string, epg-start-export-keys)
1598         (epg-export-keys-to-file, epg-export-keys-to-string)
1599         (epg-start-import-keys, epg-import-keys-from-file)
1600         (epg-import-keys-from-string, epg-start-receive-keys)
1601         (epg-receive-keys, epg-import-keys-from-server)
1602         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
1603         (epg-sign-keys, epg-start-generate-key)
1604         (epg-generate-key-from-file, epg-generate-key-from-string):
1605         Remove autoload cookie.
1607 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
1609         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
1610         reevaluation of trash-directory.
1612         * mwheel.el: Fix last change.
1613         (mouse-wheel-mode): New defvar.
1614         (mouse-wheel-mode): Remove autoload cookie.
1616 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1618         * mwheel.el (mwheel-installed-bindings): New var.
1619         (mouse-wheel-mode): Use it, so as to make sure we really remove all
1620         the bindings we set last time.  Use custom-initialize-delay.
1621         * loadup.el: Load mwheel after term/*-win.el.
1622         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
1623         and mouse-wheel-up-event now that their first evaluation is done
1624         sufficiently late to be correct.
1626         * startup.el (tutorial-directory): Make it a defcustom.
1627         Use custom-initialize-delay rather than eval-at-startup to set it.
1628         * image.el (image-load-path): Make it a defcustom.
1629         Use custom-initialize-delay rather than eval-at-startup to set it.
1630         * subr.el (eval-at-startup): Remove.
1631         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
1633         * subr.el (do-after-load-evaluation): Warn the user after loading an
1634         obsolete package.
1636 2009-09-12  Glenn Morris  <rgm@gnu.org>
1638         * proced.el (proced-mark-alt): Remove alias.
1639         (proced-mode-map): Remove proced-mark-alt.
1641         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
1642         Elint file and directory.  Remove initialization entry.
1644         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
1645         commands.
1646         (elint-current-buffer): Set mode-line-process.
1647         (elint-init-env): Handle define-derived-mode.
1648         Fix declare-function with unspecified arglist.  Guard against odd
1649         defalias statements (eg iso-insert's 8859-1-map).
1650         (elint-add-required-env): Use a temp buffer.
1651         (elint-form): Just print the function/macro name, not the whole form.
1652         Return env unchanged if we fail to parse a macro.
1653         (elint-forms): Guard against parse errors.
1654         (elint-output): New function, to handle batch mode.
1655         (elint-log-message): Add optional argument.  Use elint-output.
1656         (elint-set-mode-line): New function.
1658 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1660         * emacs-lisp/elp.el (elp-not-profilable): Add more
1661         functions (Bug#4233).
1663 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
1665         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
1666         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
1668 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
1670         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
1671         (gdb-var-list-children): Use json parsing.
1673 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
1675         * progmodes/js.el (js--proper-indentation): Handle the case where
1676         char-before is null.  Reported by Deniz Dogan.
1678 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
1680         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
1682 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
1684         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
1685         (epg-digest-algorithm-alist): Add SHA224.
1686         (epg-context-set-passphrase-callback)
1687         (epg-context-set-progress-callback): Add description about
1688         callback function.
1690 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1692         * custom.el (custom-delayed-init-variables): New var.
1693         (custom-initialize-delay): New function.
1694         * startup.el (command-line): "Re"evaluate all vars in
1695         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
1696         explicitly any more.
1697         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
1698         to avoid creating a ~/.emacs.d at build-time (bug#4347).
1700         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
1702 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
1704         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
1705         (gdb-var-update-handler): Use json parsing.
1707 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
1709         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
1710         decode annotated text, regardless of language environment.  (Bug#2741)
1712 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1714         * Makefile.in (autoloads): Make rmail.el writable as well.
1716 2009-09-11  Glenn Morris  <rgm@gnu.org>
1718         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
1719         loaddefs.el.
1720         * dired.el: Regenerate with extracted autoloads.
1721         * Makefile.in (autoloads): Make dired.el writable.
1723         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
1724         * ibuffer.el: Regenerate with extracted autoloads.
1725         * Makefile.in (autoloads): Make ibuffer.el writable.
1727         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
1728         * version.el (emacs-copyright, emacs-major-version)
1729         (emacs-minor-version): Reformat doc-strings for make-docfile.
1731         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
1732         functions and variables, since they must be stuff specific to some other
1733         platform.
1734         (apropos-print): Make mouse-click message less specific about button.
1736         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
1737         that records where a macro was defined.
1738         * help-fns.el (describe-function-1): Mention if a function has a
1739         compiler-macro.
1740         * help-mode.el (help-function-cmacro): New button.
1742         * locate.el (top-level): Always require dired.
1743         (locate-mode-map): Initialize inside the defvar.
1745         * net/ange-ftp.el (dired-compress-file): Declare.
1746         (ange-ftp-dired-compress-file): Add doc string.
1748         * term/ns-win.el (x-display-name, x-setup-function-keys):
1749         Unify doc-strings with X versions.
1751 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * emulation/crisp.el (crisp-mode-map): Move initialization
1754         into declaration.
1755         (crisp-mode): Use define-minor-mode.
1757         * progmodes/xscheme.el (xscheme-evaluation-commands):
1758         Put a :advertised-binding property rather than using
1759         advertised-xscheme-send-previous-expression.
1760         (advertised-xscheme-send-previous-expression): Declare obsolete.
1761         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
1762         `advertised-undo'.
1763         (crisp-mode): Add corresponding bindings to
1764         undo's :advertised-binding instead.
1765         * dired.el (dired-mode-map): Put a :advertised-binding property rather
1766         than using dired-advertised-find-file.
1767         (dired-advertised-find-file):
1768         * simple.el (advertised-undo):
1769         * wid-edit.el (advertised-widget-backward): Declare obsolete.
1770         (widget-keymap): Put a :advertised-binding property rather
1771         than using advertised-widget-backward.
1772         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
1773         than using advertised-undo.
1774         * tutorial.el (tutorial--default-keys): Adjust accordingly.
1776 2009-09-10  Simon South  <ssouth@slowcomputing.org>
1778         * progmodes/delphi.el (delphi-tab): Indent region when Transient
1779         Mark mode is enabled and region is active; otherwise indent or
1780         insert TAB as usual.
1781         (delphi-mode): Update description of TAB-key binding.
1783 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1785         * subr.el (define-key-rebound-commands): Mark obsolete.
1786         * startup.el (precompute-menubar-bindings): Remove.
1787         (normal-top-level): Remove obsolete code that tried to precompute
1788         menubar bindings.
1789         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
1790         define-key-rebound-commands and precompute-menubar-bindings.
1792 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1794         * net/imap.el (imap-interactive-login): Better messages.
1795         (imap-open): Fix bug with renamed buffer on reconnect.
1796         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1797         for easier debugging and cleaner code.  On successful (guessed based on
1798         server capabilities) secondary authentication, set imap-state
1799         correctly.
1800         (imap-last-authenticator): Define imap-last-authenticator as a variable
1801         to avoid warnings.
1803 2009-09-10  Glenn Morris  <rgm@gnu.org>
1805         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
1807         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
1808         (byte-compile-file-form-autoload): Don't warn about unknown functions
1809         where the autoload statement comes after the use.
1810         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
1811         that any handlers inside the body (eg require) are in turn respected.
1813         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
1814         effects.
1816         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
1817         and syntax and abbrev tables basic docs, if they don't have any.
1819         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
1821         * international/mule-cmds.el (top-level): Require cl when compiling.
1822         (view-hello-file): Use default-value rather than
1823         default-enable-multibyte-characters.
1825         * progmodes/fortran.el: Move all safe and risky properties into the
1826         defcustoms.
1828         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
1829         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
1830         * mail/undigest.el:
1831         Put autoloads in rmail.el rather than loaddefs.el.
1832         * mail/rmail.el: Regenerate with extracted autoloads.
1834         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
1835         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
1837 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
1839         Reported in thread for Bug#4375.
1840         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
1841         "-data-evaluate-expression" instead of print.
1842         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
1843         (gdb-tooltip-print): Parse output from above MI command.
1844         (gdb): Revert 2009-08-11 change.  User should detach inferior
1845         manually.
1847         Remove the word "separate" from IO functions as inferior
1848         output is now never displayed in the GUD buffer.
1850 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
1852         * startup.el (command-line-normalize-file-name): On Windows and
1853         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
1855 2009-09-10  Juri Linkov  <juri@jurta.org>
1857         * isearch.el (isearch-text-char-description): Propertize escape
1858         character sequences with the `escape-glyph' face.  (Bug#4344)
1860         * simple.el (shell-command): Set asynchronous process filter to
1861         `comint-output-filter'.  (Bug#4343)
1863         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
1864         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
1865         the list.  Move "asm" to the bottom.
1866         (grep-find-ignored-directories): Add `choice' with nil value
1867         to empty the list easily.
1868         (grep-find-ignored-files): New option.
1869         (grep-files-history): Set to nil by default instead of '("ch" "el").
1870         (grep-compute-defaults): Add "<X>" to `grep-template'.
1871         (grep-read-files): Bind new local variables `default-alias' and
1872         `default-extension'.  Use a list of default values for the file prompt.
1873         (lgrep): Add `--exclude=' command line options composed from
1874         `grep-find-ignored-files'.
1875         (rgrep): Add `-name' command line options composed from
1876         `grep-find-ignored-files'.  (Bug#4301)
1878 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1880         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
1881         (bug#4368).
1883 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1885         * calendar/time-date.el (autoload):
1886         Expand define-obsolete-function-alias into defalias and make-obsolete
1887         for old Emacsen that Gnus supports.
1888         (with-no-warnings): Define it for old Emacsen.
1889         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1890         is available.
1891         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1892         float-time is available; suppress compile warning for time-to-seconds.
1894 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1896         * net/imap.el (imap-message-map): Docstring fix.
1898 2009-09-09  Glenn Morris  <rgm@gnu.org>
1900         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
1901         line numbers too.  (Bug#4374)
1903 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1905         * smerge-mode.el (smerge-remove-props, smerge-refine):
1906         Use with-silent-modifications (bug#4342).
1908         * subr.el (with-silent-modifications): New macro.
1910 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
1912         * files.el (top-level): Require `cl' when compiling.
1914 2009-09-07  Glenn Morris  <rgm@gnu.org>
1916         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
1918         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
1919         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
1921 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
1923         * vc-git.el (vc-git-annotate-command): Use separator to parse
1924         arguments correctly.
1926 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
1928         * proced.el (proced-mode): Doc fix.
1930 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1932         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
1933         lstat fails.
1934         (tramp-do-file-attributes-with-ls): Check for file existence at
1935         remote end.
1936         (tramp-do-file-attributes-with-stat): Likewise.
1937         (tramp-convert-file-attributes): Return nil when attr is nil.
1939 2009-09-05  Glenn Morris  <rgm@gnu.org>
1941         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
1942         properties to this button.
1943         (diary-fancy-display): Don't extend the button to the final newline.
1944         (diary-fancy-display-mode): Continue to define "q" as a local key.
1946         * calendar/cal-china.el (holiday-chinese): Make it slightly more
1947         efficient.
1949         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
1951         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
1952         (byte-compile-dest-file-function): New option.
1953         (byte-compile-dest-file): Doc fix.
1954         Obey byte-compile-dest-file-function.
1955         (byte-compile-cl-file-p): New function.
1956         (byte-compile-eval): Only suppress noruntime warnings about cl functions
1957         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
1958         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
1959         than for file being previously loaded.
1960         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
1961         (byte-compile-file-form-require): Handle the case where requiring a file
1962         indirectly causes CL to be loaded.
1964 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
1966         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
1967         before killing the old buffer, since by the time `kill-buffer' is
1968         run so many buffer variables have been set to nil that it may not
1969         behave as expected.  (Bug#4061)
1971 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
1973         * files.el (find-alternate-file): If the old buffer is modified
1974         and visiting a file, behave similarly to `kill-buffer' when
1975         killing it, thus reverting to the pre-1.878 behavior; see
1976         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
1977         for discussion.  Also, consult `buffer-file-name' as a variable
1978         not as a function, for consistency with the rest of the code.
1980 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
1982         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
1983         also when adding a new directory.
1985         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
1986         defun.
1988 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1990         * files.el (locate-file-completion-table): Make it provide boundary
1991         information, so partial-completion works better.
1993 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
1995         * mail/footnote.el (Footnote-text-under-cursor):
1996         Check footnote-text-marker-alist before using it (bug#4324).
1998 2009-09-04  Glenn Morris  <rgm@gnu.org>
2000         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
2001         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
2002         * play/solitaire.el, play/tetris.el:
2003         Remove leading * from defcustom and defface docs.
2005         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
2006         necessary.
2007         (diary-fancy-overriding-map): New variable.
2008         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
2009         Use view-mode.
2011         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
2012         goto-line.
2014 2009-09-03  Glenn Morris  <rgm@gnu.org>
2016         * arc-mode.el (archive-mode):
2017         * dos-fns.el (set-default-process-coding-system):
2018         * man.el (Man-getpage-in-background):
2019         * menu-bar.el (menu-bar-describe-menu):
2020         * server.el (server-process-filter):
2021         * startup.el (command-line):
2022         * tar-mode.el (tar-header-block-tokenize, tar-extract):
2023         * w32-fns.el (set-default-process-coding-system):
2024         * x-dnd.el (x-dnd-handle-file-name):
2025         * international/mule-cmds.el (mule-menu-keymap)
2026         (set-default-coding-systems, language-info-alist, set-language-info)
2027         (set-language-environment, standard-display-european-internal)
2028         (set-locale-environment):
2029         * international/mule-diag.el (mule-diag):
2030         * mail/emacsbug.el (report-emacs-bug):
2031         * mail/rmail.el (rmail-mode):
2032         * mail/sendmail.el (mail-setup):
2033         Use default-value rather than default-enable-multibyte-characters.
2035         * progmodes/f90.el: Move all safe properties into the defcustoms.
2036         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
2038         * calendar/appt.el (appt-check):
2039         * calendar/diary-lib.el (diary-set-header, diary-live-p)
2040         (diary-check-diary-file, diary-list-entries)
2041         (diary-include-other-diary-files, diary-simple-display)
2042         (diary-fancy-display, diary-print-entries)
2043         (diary-mark-included-diary-files, diary-make-entry):
2044         Don't call substitute-in-file-name on diary-file.
2046 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
2047             Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * mail/footnote.el (footnote-prefix): Make it a defcustom.
2050         (footnote-mode-map): Move initialization into the declaration.
2051         (footnote-minor-mode-map): Define it rather than changing global-map.
2052         (footnote-mode): Use define-minor-mode.
2054 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
2056         * net/tramp.el (tramp-handle-file-attributes-with-ls)
2057         (tramp-do-file-attributes-with-perl)
2058         (tramp-do-file-attributes-with-stat): Rename from
2059         `tramp-handle-file-attributes-with-*'.
2060         (tramp-handle-file-attributes): Use them.
2061         (tramp-do-directory-files-and-attributes-with-perl)
2062         (tramp-do-directory-files-and-attributes-with-stat): Rename from
2063         `tramp-handle-directory-files-and-attributes-with-*'.
2064         (tramp-handle-directory-files-and-attributes): Use them.
2065         (tramp-method-out-of-band-p): Additional parameter SIZE.
2066         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
2067         (tramp-handle-write-region): Use it.
2068         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
2069         (tramp-handle-vc-registered): Check, whether the first run did
2070         return files to be tested.
2071         (tramp-advice-make-auto-save-file-name): Do not call directly
2072         `tramp-handle-make-auto-save-file-name', because this would bypass
2073         the locking mechanism.
2075         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
2076         (file-remote-p, process-file, start-file-process, set-file-times)
2077         (tramp-compat-file-attributes): Compatibility functions shall not
2078         call directly `tramp-handle-*', because this would bypass the
2079         locking mechanism.
2080         (tramp-compat-number-sequence): New defun.
2082 2009-09-02  Glenn Morris  <rgm@gnu.org>
2084         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
2085         alias for float-time.
2086         (time-to-number-of-days): In Emacs, use float-time.
2087         * net/newst-backend.el (time-add): Suppress warnings from compat
2088         function.
2089         * time.el (emacs-uptime, emacs-init-time):
2090         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
2091         Use float-time rather than time-to-seconds.
2093         * minibuffer.el (completion-initials-expand): Fix typo.
2095         * faces.el (modeline, modeline-inactive, modeline-highlight)
2096         (modeline-buffer-id):
2097         * info.el (info-menu-5): Mark these face aliases as obsolete.
2099 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2101         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
2102         space ...
2103         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
2104         no "--thread" option.
2105         (gdb-stopped): Don't print "Switched to thread" message when it is
2106         unchanged.
2108 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2110         * minibuffer.el (completion-try-completion)
2111         (completion-all-completions): Remove ill-defined (and
2112         mistakenly installed and luckily never used nor documented)
2113         `completion-styles' property.
2114         (completion-initials-expand, completion-initials-all-completions)
2115         (completion-initials-try-completion): New functions.
2116         (completion-styles-alist): Add doc to each entry.
2117         Add new `initials' entry.
2119 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2121         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
2122         MI command -var-evaluate-expression.
2123         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
2124         and tweak for case of string child.
2125         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
2127 2009-09-01  Glenn Morris  <rgm@gnu.org>
2129         * add-log.el (change-log-date-face, change-log-name-face)
2130         (change-log-email-face, change-log-file-face, change-log-list-face)
2131         (change-log-conditionals-face, change-log-function-face)
2132         (change-log-acknowledgement-face):
2133         * cus-edit.el (custom-invalid-face, custom-rogue-face)
2134         (custom-modified-face, custom-set-face, custom-changed-face)
2135         (custom-saved-face, custom-button-face, custom-button-pressed-face)
2136         (custom-documentation-face, custom-state-face, custom-comment-face)
2137         (custom-comment-tag-face, custom-variable-tag-face)
2138         (custom-variable-button-face, custom-face-tag-face)
2139         (custom-group-tag-face-1, custom-group-tag-face):
2140         * diff-mode.el (diff-header-face, diff-file-header-face)
2141         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2142         (diff-added-face, diff-changed-face, diff-function-face)
2143         (diff-context-face, diff-nonexistent-face):
2144         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2145         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
2146         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2147         (Info-title-4-face):
2148         * isearch.el (isearch-lazy-highlight-face):
2149         * log-view.el (log-view-file-face, log-view-message-face):
2150         * paren.el (show-paren-match-face, show-paren-mismatch-face):
2151         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2152         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2153         (cvs-msg-face):
2154         * smerge-mode.el (smerge-mine-face, smerge-other-face)
2155         (smerge-base-face, smerge-markers-face):
2156         * wid-edit.el (widget-documentation-face, widget-button-face)
2157         (widget-field-face, widget-single-line-field-face)
2158         (widget-inactive-face, widget-button-pressed-face):
2159         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
2160         (woman-addition-face):
2161         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
2162         (eshell-ls-executable-face, eshell-ls-readonly-face)
2163         (eshell-ls-unreadable-face, eshell-ls-special-face)
2164         (eshell-ls-missing-face, eshell-ls-archive-face)
2165         (eshell-ls-backup-face, eshell-ls-product-face)
2166         (eshell-ls-clutter-face):
2167         * eshell/em-prompt.el (eshell-prompt-face):
2168         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
2169         * obsolete/old-whitespace.el (whitespace-highlight-face):
2170         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
2171         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
2172         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
2173         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
2174         (antlr-font-lock-literal-face):
2175         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2176         (ebrowse-root-class-face, ebrowse-file-name-face)
2177         (ebrowse-default-face, ebrowse-member-attribute-face)
2178         (ebrowse-member-class-face, ebrowse-progress-face):
2179         * progmodes/make-mode.el (makefile-space-face):
2180         * progmodes/sh-script.el (sh-heredoc-face):
2181         * textmodes/flyspell.el (flyspell-incorrect-face)
2182         (flyspell-duplicate-face):
2183         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
2184         * textmodes/texinfo.el (texinfo-heading-face):
2185         Mark face aliases with "-face" suffix as obsolete.
2187         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
2188         compiler.
2190         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
2191         (eudc-bob-sound-menu): Use defvar rather than defconst, since
2192         easy-menu-define wants to modify these.
2194         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
2196         * net/browse-url.el (browse-url-file-url):
2197         * term/internal.el (dos-codepage-setup):
2198         Use default-value rather than default-enable-multibyte-characters.
2200         * progmodes/etags.el (etags-goto-tag-location):
2201         * progmodes/flymake.el (flymake-highlight-line)
2202         (flymake-goto-file-and-line, flymake-goto-line):
2203         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
2204         (gdb-goto-breakpoint):
2205         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2206         * progmodes/python.el (python-find-function)
2207         (python-pdbtrack-track-stack-file):
2208         * progmodes/verilog-mode.el (verilog-surelint-off):
2209         * term/ns-win.el (ns-open-file-select-line):
2210         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2211         Use forward-line rather than goto-line.
2213         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
2214         * textmodes/reftex-index.el (reftex-display-index):
2215         * textmodes/reftex-ref.el (reftex-offer-label-menu):
2216         * textmodes/reftex-toc.el (reftex-toc):
2217         Remove unnecessary bindings of default-major-mode (all are followed by
2218         major-mode check and possible mode switch).
2220 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2222         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2223         Handle watchpoints (bug#4282).
2224         (def-gdb-thread-buffer-command): Enable thread to be selected by
2225         clicking without selecting threads buffer first.
2226         (gdb-current-context-command): Use selected frame so that "up",
2227         "down" etc work in the GUD buffer.
2228         (gdb-update): Find selected frame before rendering stack buffer.
2229         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
2231 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2233         * progmodes/sym-comp.el (displayed-completions): Remove.
2234         (symbol-complete): Use minibuffer-complete.
2236 2009-08-31  Glenn Morris  <rgm@gnu.org>
2238         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
2240         * apropos.el (apropos-symbols-internal):
2241         Handle (obsolete) face aliases.
2243         * faces.el (describe-face): Adjust the output format to be more like
2244         describe-variable, and to mention (obsolete) face aliases.
2245         Adjust the whitespace so that help-setup-xref works.
2247         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
2248         * calendar/diary-lib.el (diary-button-face):
2249         Mark these face aliases as obsolete.
2251         * calendar/calendar.el (calendar-today): Doc fix.
2253 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2255         * progmodes/gdb-mi.el (gdb-control-all-threads)
2256         (gdb-control-current-thread): Force tool bar update.
2257         (gdb-non-stop-handler): New function.
2258         (gdb-init-1): Use it to test if non-stop mode is supported.
2259         Remove unused gdbmi buffer type.
2261 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2263         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
2264         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
2266 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
2268         * comint.el (comint-exec-1): Check command is non-null first.
2269         Part of gdb-mi.el change (2009-08-28).
2271 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2273         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
2275 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
2277         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
2278         instead of `dolist' to avoid a recursive require when bootstrapping.
2280 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2282         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
2284         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
2286         * net/imap.el (imap-send-command): Simplify.
2287         (imap-wait-for-tag): point-max -> buffer-size.
2289         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
2291         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
2292         with constant argument.
2294         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
2296         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
2298         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
2299         Change default, since most of our files don't have a history.
2300         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
2301         the user.
2303         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2304         Add comint-run.
2306         * calc/calc.el: Improve commenting convention.
2307         (calc-digit-map, toplevel): Simplify.
2309         * comint.el (comint-insert-input): Be careful to only set point if we
2310         don't delegate to some other command.
2312         * proced.el (proced-signal-list): Make it an alist.
2313         (proced-grammar-alist): Capitalize names.
2314         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
2315         Disable undo manually and make it read-only.
2316         Use completion-annotate-function.
2318         * minibuffer.el (minibuffer-message): If the current buffer is not
2319         a minibuffer, insert the message in the echo area rather than at the
2320         end of the buffer.
2321         (completion-annotate-function): New variable.
2322         (minibuffer-completion-help): Use it.
2323         (completion--embedded-envvar-table): Environment vars are
2324         always case-sensitive.
2326 2009-08-30  Glenn Morris  <rgm@gnu.org>
2328         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
2329         from fortran-current-defun.
2330         (fortran-beginning-of-subprogram): Be more precise about finding the
2331         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
2332         (fortran-end-of-subprogram): Simplify.
2333         (fortran-current-defun): Use fortran-start-prog-re.
2335 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
2337         * subr.el (do-after-load-evaluation): Simplify.
2339 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2341         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
2343         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
2344         (vc-rcs-print-log): Use it.
2346         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
2348 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * paths.el (abbrev-file-name): Move to abbrev.el.
2351         * abbrev.el (abbrev-file-name): Move from paths.el.
2352         Obey user-emacs-directory.
2353         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
2354         user-emacs-directory.
2355         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
2356         abbrev-file-name and calc-settings-file any more.
2357         * startup.el (command-line): Recompute abbrev-file-name and
2358         abbreviated-home-dir.
2359         (normal-no-mouse-startup-screen): Improve the generic code and get rid
2360         of the special code for when C-h bindings haven't been changed.
2361         (display-startup-echo-area-message): Use with-current-buffer.
2362         (command-line-1): Use a list of strings, rather than a list of lists
2363         of strings for longopts.
2365         * files.el (get-free-disk-space): Use / for default-directory.
2367         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
2368         Use with-current-buffer.
2370         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
2371         Recognize immutable variables like most-positive-fixnum.
2372         (byte-compile-setq-default): Check and warn if trying to assign
2373         to an immutable variable, or a non-variable.
2375         * progmodes/cc-vars.el (c-comment-continuation-stars):
2376         * progmodes/cc-engine.el (c-looking-at-bos):
2377         * progmodes/cc-cmds.el (c-toggle-auto-state)
2378         (c-forward-into-nomenclature, c-backward-into-nomenclature)
2379         (c-comment-line-break-function): Add version of obsolescence.
2381 2009-08-28  Juri Linkov  <juri@jurta.org>
2383         * files.el (magic-fallback-mode-alist): Add ZIP magic number
2384         associated with `archive-mode'.
2386         * image.el (image-type-header-regexps): Use only JPEG magic number
2387         to determine JPEG images, and don't use `image-jpeg-p' because
2388         Emacs can display non-JFIF non-Exif JPEG images.
2390 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2392         * arc-mode.el (archive-mode):
2393         * emacs-lisp/re-builder.el (re-builder-unload-function):
2394         Protect against the default value of `major-mode' being nil.
2396 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2398         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
2399         Fix typos in docstrings.
2401         * progmodes/js.el (js--macro-decl-re): Doc fix.
2402         (js--plain-method-re, js--split-name): Refloc docstring.
2403         (js--class-styles, js--make-merged-item, js--splice-into-items):
2404         Fix typos in docstrings; reflow docstrings.
2405         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
2406         (js--variable-decl-matcher, js--inside-pitem-p)
2407         (js--parse-state-at-point, js--get-all-known-symbols)
2408         (js--symbol-history, js-find-symbol, js--js-references)
2409         (js--moz-interactor, js--js-encode-value, js--read-tab):
2410         Fix typos in docstrings.
2412 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2414         * textmodes/reftex.el (reftex-get-file-buffer-force):
2415         * progmodes/verilog-mode.el (verilog-batch-execute-func):
2416         * emulation/viper.el (viper-go-away, viper-set-hooks):
2417         * emacs-lisp/re-builder.el (re-builder-unload-function):
2418         * emacs-lisp/bytecomp.el (byte-compile-file):
2419         * ses.el (ses-unload-function):
2420         * hexl.el (hexl-find-file):
2421         * files.el (normal-mode):
2422         * ehelp.el (with-electric-help):
2423         * autoinsert.el (auto-insert-alist):
2424         * arc-mode.el (archive-mode):
2425         Use (default-value 'major-mode) instead of default-major-mode.
2427         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
2428         * international/mule.el (load-with-code-conversion):
2429         * emacs-lisp/debug.el (debug):
2430         * ediff-vers.el (ediff-rcs-get-output-buffer):
2431         * dired.el (dired-internal-noselect): Don't let-bind
2432         default-major-mode around code that doesn't use it.
2433         E.g. buffer creation via get-buffer-create doesn't use it.
2435 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
2437         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
2438         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
2439         when writing the temp file.  Otherwise, epa-file gets confused.
2440         (tramp-register-file-name-handlers): Make it a defun.  Move also
2441         `epa-file-handler' to the front of `file-name-handler-alist'.
2443 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
2446         start right after a ^M.
2447         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
2448         (tramp-completion-file-name-regexp-separate)
2449         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
2450         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
2451         Don't modify last-coding-system-used by accident.
2452         (tramp-completion-file-name-handler): Apply the checks here,
2453         instead during registration.
2454         (tramp-register-file-name-handlers) Renamed from
2455         `tramp-register-file-name-handler'.  Register both
2456         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
2457         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
2459 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
2461         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
2462         Remove variable ...
2463         (gdb-init-1, gdb-display-separate-io-buffer)
2464         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
2465         references to it.
2466         (gdb-inferior-io-mode): Use make-comint-in-buffer.
2467         (gdb-inferior-filter): Use comint-output-filter to stop
2468         echoing and remove ^M characters.
2470 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * emulation/viper-init.el (viper-restore-cursor-type):
2473         * emulation/cua-base.el (cua--update-indications):
2474         Replace default-cursor-type with (default-value 'cursor-type).
2476         * mail/sendmail.el (mail-recover-1):
2477         * international/mule-diag.el (describe-current-coding-system-briefly)
2478         (describe-current-coding-system):
2479         * international/mule-cmds.el (select-safe-coding-system)
2480         (select-message-coding-system)
2481         (set-language-environment-coding-systems, set-locale-environment):
2482         * hexl.el (hexl-insert-multibyte-char):
2483         * dos-w32.el (find-buffer-file-type-coding-system):
2484         * simple.el (what-cursor-position):
2485         Replace uses of default-buffer-file-coding-system
2486         with (default-value 'buffer-file-coding-system).
2488         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
2489         Replace uses of default-cursor-in-non-selected-windows
2490         with (default-value 'cursor-in-non-selected-windows).
2491         Use with-current-buffer.
2493         * mail/feedmail.el: Use CL macros.
2494         (feedmail-run-the-queue, feedmail-send-it-immediately):
2495         * dos-w32.el (find-buffer-file-type): Replace uses of
2496         default-buffer-file-type with (default-value 'buffer-file-type).
2498 2009-08-28  Glenn Morris  <rgm@gnu.org>
2500         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
2501         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
2502         Use default-value of major-mode rather than default-major-mode.
2504 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2506         * Makefile.in (update-elcfiles): Report left over elc files.
2508         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
2509         expand-file-name and with-current-buffer.
2510         (mail-get-names, mail-directory): Use with-current-buffer.
2512         * vc.el (vc-read-revision): New function.
2513         (vc-version-diff, vc-merge): Use it.
2515 2009-08-27  Sam Steingold  <sds@gnu.org>
2517         * simple.el (kill-do-not-save-duplicates): New user option.
2518         (kill-new): When it is non-nil, and the new string is the same as
2519         the latest kill, set replace to t to avoid duplicates in kill-ring.
2521 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
2523         * net/tramp.el (tramp-handle-process-file): Do not flush all
2524         caches when `process-file-side-effects' is set.
2525         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
2526         instead of `tramp-find-file-exists-command'.
2527         Unset `process-file-side-effects'.
2529 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
2531         * net/tramp.el (tramp-methods): New method "rsyncc".
2532         (top): Add completion function for "rsyncc".
2533         (tramp-message-show-message): New defvar.
2534         (tramp-message, tramp-error): Use it.
2535         (tramp-do-copy-or-rename-file-directly): Extend check for direct
2536         remote copying.
2537         (tramp-do-copy-or-rename-file-out-of-band): Handle new
2538         `tramp-methods' entry `copy-env' of "rsyncc".
2539         (tramp-vc-registered-read-file-names): New defconst.
2540         (tramp-vc-registered-file-names): New defvar.
2541         (tramp-handle-vc-registered): Implement optimization strategy.
2542         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
2543         (tramp-vc-file-name-handler): New defun.
2544         (tramp-get-ls-command, tramp-get-test-command)
2545         (tramp-get-file-exists-command, tramp-get-remote-ln)
2546         (tramp-get-remote-perl, tramp-get-remote-stat)
2547         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
2549         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
2550         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
2551         timestamps.
2552         (tramp-get-file-property): Check for timestamps in
2553         `tramp-cache-inhibit-cache'.
2554         (tramp-set-file-property): Write timestamp.
2556 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2558         * language/japan-util.el (japanese-symbol-table): Add entries for
2559         cp932-2-byte.
2561         * international/characters.el: Add category `j' to cp932-2-byte.
2563 2009-08-27  Kenichi Handa  <handa@m17n.org>
2565         * international/fontset.el (build-default-fontset-data): New macro.
2566         (setup-default-fontset): Use build-default-fontset-data for CJK,
2567         tibetan, ethiopic, and ipa.
2569 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2571         * cus-start.el (default-major-mode): Customize `major-mode' instead.
2572         (enable-multibyte-characters): Not customizable any more.
2574         * subr.el (default-mode-line-format, default-header-line-format)
2575         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
2576         (default-direction-reversed, default-truncate-lines)
2577         (default-left-margin, default-tab-width, default-case-fold-search)
2578         (default-left-margin-width, default-right-margin-width)
2579         (default-left-fringe-width, default-right-fringe-width)
2580         (default-fringes-outside-margins, default-scroll-bar-width)
2581         (default-vertical-scroll-bar, default-indicate-empty-lines)
2582         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
2583         (default-fringe-cursor-alist, default-scroll-up-aggressively)
2584         (default-scroll-down-aggressively, default-fill-column)
2585         (default-cursor-type, default-buffer-file-type)
2586         (default-cursor-in-non-selected-windows)
2587         (default-buffer-file-coding-system, default-major-mode)
2588         (default-enable-multibyte-characters): Mark as obsolete.
2590 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
2592         * vc-dir.el (vc-dir-update): Remove debug helper.
2594         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
2596 2009-08-26  Sam Steingold  <sds@gnu.org>
2598         * simple.el (save-interprogram-paste-before-kill): New user option.
2599         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
2600         save the interprogram-paste into kill-ring before overriding it
2601         with the Emacs kill.
2603 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2605         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
2606         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
2607         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
2608         and move to vc-rcs.el.
2609         (vc-default-next-revision): Rename to vc-rcs-next-revision and
2610         move to vc-rcs.el.
2611         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
2612         (vc-rcs-update-changelog): Remove.
2613         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
2614         and move to vc-rcs.el.
2616         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
2617         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
2618         renaming.
2619         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
2620         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
2621         vc.el, renamed to be RCS specific.
2623         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
2624         New functions.
2625         (vc-cvs-update-changelog): Move here from vc.el.
2627         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
2628         New functions.
2630 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2632         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
2634 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2636         * vc-git.el (vc-git-register): Use "git add" for directories.
2637         (vc-git-stash, vc-git-stash-show): New functions.
2638         (vc-git-extra-menu-map): Bind them.
2640         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
2641         directory correctly in case the item is a directory itself.
2643         * vc.el: Document the desired behavior for reverted files in the
2644         `added' state.
2645         (vc-default-prettify-state-info): Remove function, unused.
2647         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
2649 2009-08-26  Glenn Morris  <rgm@gnu.org>
2651         * bindings.el (standard-mode-line-format): Reposition dashes in
2652         which-func entry.  (Bug#4217)
2654         * files.el (enable-local-variables, enable-local-eval)
2655         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
2656         the defcustoms.
2657         (auto-mode-alist, ignored-local-variables)
2658         (save-some-buffers-action-alist): Move risky declarations to the
2659         definitions.
2660         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
2661         (font-lock-defaults, format-alist, imenu--index-alist)
2662         (imenu-generic-expression, input-method-alist, minor-mode-alist)
2663         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
2664         (mode-line-modified, mode-line-mule-info, mode-line-position)
2665         (mode-line-process, mode-line-remote, outline-level)
2666         (parse-time-rules, rmail-output-file-alist)
2667         (special-display-buffer-names, vc-mode):
2668         Move risky declarations to the relevant files.
2669         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
2670         (mode-line-modified, mode-line-process, mode-line-position)
2671         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
2672         * font-core.el (font-lock-defaults):
2673         * format.el (format-alist):
2674         * vc-hooks.el (vc-mode):
2675         * window.el (special-display-buffer-names):
2676         * international/mule-cmds.el (input-method-alist):
2677         Define riskiness here (dumped file) rather than in files.el.
2678         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
2679         * imenu.el (imenu-generic-expression, imenu--index-alist):
2680         * outline.el (outline-level):
2681         * time.el (display-time-string):
2682         * calendar/parse-time.el (parse-time-rules):
2683         * mail/rmailout.el (rmail-output-file-alist):
2684         Autoload riskiness here, rather than placing in files.el.
2686 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
2688         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
2690 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2692         * simple.el (process-file-side-effects): New defvar.
2694         * dired-aux.el (dired-show-file-type):
2695         * vc.el (vc-diff-internal):
2696         * vc-arch.el (vc-arch-diff):
2697         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
2698         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
2699         * vc-git.el (vc-git-registered, vc-git-working-revision)
2700         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
2701         (vc-git--empty-db-p):
2702         * vc-hooks.el (vc-user-login-name):
2703         * vc-svn.el (vc-svn-registered, vc-svn-state)
2704         (vc-svn-dir-extra-headers, vc-svn-find-revision):
2705         * progmodes/grep.el (grep-probe): Let-bind
2706         `process-file-side-effects' with nil.
2708         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
2710         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
2711         daemon.  Replace ping by checking for running service for bluez
2712         and zeroconf.  (Bug#4239)
2714 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2716         * net/dig.el (dig): Add autoload cookie.
2718 2009-08-25  Glenn Morris  <rgm@gnu.org>
2720         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
2721         load-history for absolute file-names.
2722         (byte-compile-file-form-require): Warn about use of the cl package.
2724         * format.el (format-alist): Doc fix.
2726         * play/bubbles.el (top-level): Don't require cl at run-time.
2728         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
2729         run-time cl).
2731 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
2733         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
2734         from cl package.
2735         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
2737 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
2739         * calc/calc-alg.el (math-trig-rewrite)
2740         (math-hyperbolic-trig-rewrite): New functions.
2741         (calc-simplify): Simplify trig functions when asked.
2743 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2745         * diff-mode.el (diff-find-source-location): Avoid goto-line.
2747 2009-08-24  Kenichi Handa  <handa@m17n.org>
2749         * language/ind-util.el (mapthread): Delete it.
2750         (combinatorial): New function.
2751         (indian--puthash-cv): Use combinatorial instead of mapthread.
2753 2009-08-22  Kevin Ryde  <user42@zip.com.au>
2755         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
2756         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
2757         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
2758         Clarify docstring that the value is strings not symbols.
2759         (checkdoc-list-of-strings-p): New function.
2761 2009-08-22  Glenn Morris  <rgm@gnu.org>
2763         * files.el (auto-mode-alist):
2764         * hippie-exp.el (he-concat-directory-file-name):
2765         * lpr.el (lpr-windows-system, printer-name):
2766         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
2767         * ps-print.el (ps-windows-system):
2768         * startup.el (command-line):
2769         * emulation/viper-ex.el (viper-glob-function):
2770         * international/mule-cmds.el (set-language-environment-coding-systems):
2771         * net/ange-ftp.el (ange-ftp-write-region):
2772         * obsolete/fast-lock.el (fast-lock-cache-name):
2773         Remove code for defunct system-types emx, macos, mswindows, next-mach,
2774         unisoft-unix, vax-vms, win32, w32.
2776         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
2777         given name if the pattern is not more specific.
2779         * calendar/lunar.el (lunar-phase-names): New option.
2780         (lunar-phase): Doc fix.
2781         (lunar-cycles-per-year): New constant.
2782         (lunar-index): New function.
2783         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
2784         (lunar-phase-name): Use lunar-phase-names.
2785         (calendar-lunar-phases): Use format.
2786         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
2788         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
2789         Copy imenu-example--name-and-position function here for own use.
2790         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
2792         * bs.el (bs--redisplay):
2793         * cus-edit.el (custom-redraw):
2794         * ibuffer.el (ibuffer-bury-buffer):
2795         * server.el (server-goto-line-column):
2796         * startup.el (command-line-1):
2797         * strokes.el (strokes-xpm-for-stroke):
2798         * term.el (term-display-buffer-line):
2799         * view.el (View-goto-line):
2800         * calc/calc.el (calc-do, calc-trail-buffer):
2801         * play/gamegrid.el (gamegrid-add-score-insecure):
2802         * progmodes/ada-mode.el (ada-compile-goto-error):
2803         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
2804         (ebrowse-select-1st-to-9nth):
2805         * progmodes/cperl-mode.el (cperl-time-fontification):
2806         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
2807         * progmodes/gud.el (gud-display-line):
2808         (idlwave-shell-display-line):
2809         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
2810         * progmodes/make-mode.el (makefile-browser-toggle):
2811         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
2812         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
2813         * textmodes/picture.el (picture-draw-rectangle):
2814         * textmodes/reftex-index.el (reftex-index-goto-letter):
2815         (reftex-select-jump-to-previous):
2816         * textmodes/reftex-sel.el (reftex-find-start-point)
2817         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
2818         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
2819         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
2820         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2821         * textmodes/two-column.el (2C-associated-buffer):
2822         Use forward-line rather than goto-line.
2824         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
2825         goto-line.
2827         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
2828         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
2829         (quick-check-list-to-regexp): Declare.
2831         * progmodes/make-mode.el (makefile-browser-insert-selection):
2832         Use goto-char rather than goto-line.
2834         * progmodes/prolog.el (compilation-error-regexp-alist)
2835         (compilation-forget-errors): Declare.
2837 2009-08-22  Juri Linkov  <juri@jurta.org>
2839         * progmodes/grep.el (lgrep, rgrep): At the beginning
2840         set `dir' to `default-directory' unless `dir' is a non-nil
2841         readable directory.  (Bug#4052)
2842         (lgrep, rgrep): Change a weird way to report an error
2843         from using `read-string' to using `error'.
2844         Instead of using interactive arguments in the function body,
2845         add new argument `confirm'.
2847 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2849         * textmodes/remember.el (remember-buffer):
2850         * progmodes/cperl-mode.el (cperl-vc-header-alist):
2851         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
2852         (icalendar-extract-ical-from-buffer):
2853         * net/newst-treeview.el (newsticker-groups-filename):
2854         * net/newst-backend.el (newsticker-cache-filename):
2855         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
2856         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
2857         (speedbar-add-ignored-path-regexp, speedbar-line-path)
2858         (speedbar-buffers-line-path, speedbar-path-line)
2859         (speedbar-buffers-line-path):
2860         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
2861         (epg-sign-keys):
2862         * epa.el (epa-display-verify-result):
2863         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
2865 2009-08-21  Glenn Morris  <rgm@gnu.org>
2867         * progmodes/js.el (inferior-moz-process): Fix declaration.
2869         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
2871         * obsolete/rnewspost.el (news-mail-reply):
2872         Use goto-char rather than goto-line.
2874         * term/ns-win.el (ns-open-file-select-line):
2875         Use line-beginning-position rather than goto-line.
2877         * apropos.el (apropos-command):
2878         * ehelp.el (electric-helpify):
2879         * printing.el (pr-show-setup):
2880         * strokes.el (strokes-help):
2881         * tutorial.el (tutorial--describe-nonstandard-key)
2882         (tutorial--detailed-help):
2883         * woman.el (woman-mini-help, woman-display-extended-fonts):
2884         * calc/calc-help.el (calc-describe-key):
2885         * emulation/edt.el (edt-electric-helpify):
2886         * international/mule-diag.el (mule-diag):
2887         * play/yow.el (apropos-zippy):
2888         * progmodes/python.el (python-describe-symbol):
2889         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
2890         * textmodes/table.el (*table--cell-describe-mode)
2891         (*table--cell-describe-bindings):
2892         Use help-print-return-message rather than the now obsolete alias.
2894         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
2895         (calendar-cursor-to-visible-date):
2896         * play/5x5.el (5x5-position-cursor):
2897         * play/decipher.el (decipher):
2898         * play/gomoku.el (gomoku-goto-xy):
2899         * play/landmark.el (lm-goto-xy):
2900         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
2901         (mpuz-paint-digit):
2902         Use forward-line, not goto-line.
2904         * mail/rmail.el (rmail-obsolete): Delete custom group.
2905         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
2906         (rmail-remote-password, rmail-remote-password-required):
2907         Remove unneeded :set-after and :set properties.
2909 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
2911         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
2913 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
2915         * loadup.el: Remove leftover macos code.
2917         * vc-git.el (vc-git-annotate-command): Run asynchronously.
2918         Explicitly pass the date format to git blame so that user local
2919         so that the output format can be parsed.
2921 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
2923         * net/dbus.el (top): Don't check for (getenv
2924         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
2926 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
2928         * log-edit.el (log-edit-strip-single-file-name): New var.
2929         (log-edit-insert-changelog): Use it.  Bug#3571
2931 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2933         * subr.el (read-passwd): Use read-key so keypad keys work as well.
2934         Bug#3287
2936         * help.el (help-print-return-message): Rename from
2937         print-help-return-message.
2939         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
2940         cvs-mode-map parent hack.
2941         (log-view-mode): Derive from special-mode.
2943         * linum.el (linum-mode): window-size-change-functions is redundant.
2944         Adapt to new window-configuration-change-hook behavior.
2945         (linum-after-size, linum-after-config): Remove.
2947         * imenu.el (imenu-example--name-and-position)
2948         (imenu-example--lisp-extract-index-name)
2949         (imenu-example--create-lisp-index, imenu-example--create-c-index):
2950         Mark as obsolete.
2952         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
2953         (inferior-prolog-mode): Use it.
2954         (inferior-prolog-load-file): Reset list of errors.
2956 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2958         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
2960         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
2962 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
2964         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
2965         is running already.
2967 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2969         * subr.el (listify-key-sequence-1): Use normal syntax since those
2970         integers are nowadays always represented by the same (positive) number
2971         on all platforms.
2972         (read-key-empty-map): New const.
2973         (read-key-delay): New var.
2974         (read-key): New function.
2975         (force-mode-line-update): Use with-current-buffer.
2976         (locate-user-emacs-file): Don't forget to abbreviate the file name.
2977         (start-process-shell-command, start-file-process-shell-command):
2978         Discourage the use of command-args.
2980 2009-08-19  Glenn Morris  <rgm@gnu.org>
2982         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
2984 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2986         * simple.el (choose-completion-string): Don't rely on
2987         minibuffer-completing-file-name and ad-hoc checks to decide whether
2988         to continue completion or not.
2990         * minibuffer.el (minibuffer-hide-completions): New function.
2991         (completion--do-completion): Use it.
2992         (completions-annotations): New face.
2993         (completion--insert-strings): Use it.
2994         (completion-pcm--delim-wild-regex): Add docstring.
2995         (completion-pcm--string->pattern): Add support for 0-width delimiters
2996         in completion-pcm--delim-wild-regex.
2998 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3000         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
3001         Remove unused var `buffer-modified-p'.
3003         * minibuffer.el (completion--do-completion): Move point for the #b001
3004         case as well (bug#4176).
3005         (minibuffer-complete, minibuffer-complete-word): Don't move point.
3007 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
3009         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
3010         and :session buses.
3012 2009-08-18  Kenichi Handa  <handa@m17n.org>
3014         * international/ucs-normalize.el (ucs-normalize-version):
3015         Change to 1.1.
3016         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
3017         (utf-8-hfs): Make it perform normalization on encoding too.
3019         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
3020         (sentence-end-without-space): Delete duplicated chars.
3021         (sentence-end-base): Likewise.
3023         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
3024         (html-mode): Delete duplicated chars from sentence-end-base.
3026         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
3027         (texinfo-mode): Delete duplicated chars from sentence-end-base.
3029 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
3031         * files.el (hack-one-local-variable): If the mode function is for
3032         a minor mode, pass it an argument (Bug#4148).
3034 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
3036         * net/tramp.el (tramp-register-completion-file-name-handler):
3037         Check also for (member 'partial-completion completion-styles).
3039 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3041         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
3042         abbrev (Bug#3943).
3044 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
3046         * progmodes/cperl-mode.el: Merge upstream 6.2.
3047         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
3048         (cperl-forward-re): Check cperl-brace-recursing.
3049         (cperl-highlight-charclass): New function.
3050         (cperl-find-pods-heres): Use it.
3051         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
3052         (cperl-beautify-regexp-piece): Fix column calculation.
3053         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
3054         (cperl-beautify-level): Don't process entire regexp.
3055         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
3056         calling man.
3057         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
3058         (cperl-init-faces): Build a list in the normal way.
3060 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3062         * calendar/parse-time.el (parse-time-string-chars): Save match
3063         data.
3065 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3067         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
3068         (sql-product): Use it.
3069         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
3070         (sql-set-product): Add completion.
3071         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
3072         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
3073         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
3074         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
3075         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
3076         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
3077         (sql-highlight-db2-keywords): Remove.
3078         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3079         (sql-highlight-product): Use derived-mode-p.
3080         (sql-set-sqli-buffer): Use with-current-buffer.
3081         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
3082         Simplify.
3084         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
3086         * term.el: Fix commenting convention, turn comments into docstrings.
3088 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
3090         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
3092 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3094         * calendar/parse-time.el (parse-time-string-chars): Compute using
3095         character classes, to handle non-ascii characters (Bug#3190).
3097 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3099         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
3100         another heredoc if the user adds another < (Bug#3226).
3102         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3103         Don't initialize based on window-system (Bug#4124).
3105         * facemenu.el (facemenu-read-color): Use a completion function
3106         that accepts any defined color, such as RGB triplets (Bug#3677).
3108         * files.el (get-free-disk-space): Change fallback default
3109         directory to /.  Expand DIR argument before switching to fallback.
3110         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
3112 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3114         * files.el (load-library): Doc fix.
3116 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3118         * viper-cmd.el (viper-insert-isearch-string): New function.
3119         (viper-if-string): Redefine C-s in the minibuffer to insert the last
3120         incremental search string.
3122         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
3123         XEmacs.
3125         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
3126         (ediff-merge-region-is-non-clash)
3127         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
3128         Also check if the job is really a merge job.
3130         * ediff.el (ediff-current-file): New function.
3132 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3134         * progmodes/js.el: Edit docstrings throughout to follow Emacs
3135         conventions.
3136         (js-insert-and-indent): Delete function.
3137         (js-mode-map): Don't bind keys to js-insert-and-indent.
3138         (js-beginning-of-defun): Rename from js--beginning-of-defun.
3139         (js-end-of-defun): Rename from js--end-of-defun.
3140         (js-auto-indent-flag): Delete variable.
3142 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
3144         * progmodes/js.el: Remove proclaim statement.
3145         Defvar which-func-imenu-joiner-function to silence compiler.
3147         * files.el (auto-mode-alist): Use js-mode for .js files.
3149         * progmodes/js2-mode.el: Remove file.
3151         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
3153         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
3155         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
3157 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
3158             Karl Landstrom  <karl.landstrom@brgeight.se>
3160         * progmodes/js.el: New file.
3162 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
3164         * timezone.el (timezone-parse-date): Add ability to understand ISO
3165         basic format (minimal separators) dates in addition to the
3166         already-supported extended format dates.
3168 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
3170         * international/ucs-normalize.el: Add a `coding' file variable.
3172         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
3174 2009-08-14  Sam Steingold  <sds@gnu.org>
3176         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3178 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
3180         * faces.el (help-argument-name): Define it here instead of
3181         help-fns.el, because in daemon mode help-fns.el may be loaded when
3182         faces are still uninitialized (Bug#1078).
3184         * help-fns.el (help-argument-name): Move defface to faces.el.
3186 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
3188         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
3189         create buffer with a pty but no process so that GDB can make the
3190         inferior the controlling process.
3192 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
3194         * international/ucs-normalize.el: New file.
3196 2009-08-13  Richard Stallman  <rms@gnu.org>
3198         * mail/rmail.el (rmail-get-attr-names):
3199         Accept an attribute header that is too short.
3201         * mail/rmail.el (rmail-forget-messages):
3202         Ignore nil elt in rmail-message-vector.  Use dotimes.
3204         * progmodes/compile.el (compilation-goto-locus):
3205         Use next-error-move-function.
3207         * simple.el (next-error-move-function): New variable.
3209 2009-08-12  Juri Linkov  <juri@jurta.org>
3211         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
3212         always non-nil.  (Bug#4052)
3214         * replace.el (read-regexp): Return empty string when
3215         `default-value' is nil.
3216         (keep-lines-read-args): Don't use empty string as the
3217         default value for `read-regexp'.  (Bug#2495)
3219 2009-08-12  Juri Linkov  <juri@jurta.org>
3221         * international/mule-cmds.el (ucs-insert): Change arguments
3222         from `arg' to `character', `count', `inherit' to be the same
3223         as in `insert-char'.  Doc fix.  (Bug#4039)
3225         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
3227 2009-08-12  Juri Linkov  <juri@jurta.org>
3229         * files-x.el: New file.
3231         * files.el: Move code that deals with adding/deleting
3232         file/directory-local variables to files-x.el.
3234         * Makefile.in (ELCFILES): Add files-x.elc.
3236 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
3238         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
3239         to use `goto-line'.
3240         (gdb-place-breakpoints, gdb-get-location): Rewritten without
3241         `goto-line'.
3242         (gdb-invalidate-disassembly): Do not refresh upon receiving
3243         'update signal.  Instead, update all disassembly buffers only after
3244         threads list.
3245         (gdb): Send -target-detach when buffer is killed (Bug#3794).
3246         (gdb-starting): Moved -data-list-register-names...
3247         (gdb-stopped): ...here so it's sent when first thread stops.
3248         (gdb-registers-handler-custom): Do nothing if register names are
3249         unknown yet.
3251         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
3252         from `gdb-mi.el' to avoid extra tangling.
3254         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
3255         change which breaks `gud-def' definitions used in `gdb'.
3256         (gdb-update-gud-running): No extra fuss for updating frame number.
3258 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3260         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
3261         (describe-language-environment-map, setup-language-environment-map)
3262         (set-coding-system-map): Move initialization into declaration.
3263         (set-language-info-alist): Last arg to define-key-after can be skipped.
3265         * international/quail.el (quail-completion-1): Simplify.
3266         (quail-define-rules): Use slightly more compact code.
3267         (quail-insert-decode-map): Propertize keys, compact columns.
3269         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3270         Add goto-line.
3272 2009-08-10  Miles Bader  <miles@gnu.org>
3274         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
3275         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
3276         (js2-instance-member, js2-private-member, js2-private-function-call)
3277         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
3278         (js2-magic-paren, js2-external-variable):
3279         Remove "-face" suffix from face names.
3280         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
3281         (js2-highlight-undeclared-vars, js2-peek-token)
3282         (js2-parse-function-params, js2-mode-show-errors)
3283         (js2-mode-show-warnings, js2-make-magic-delimiter)
3284         (js2-mode-highlight-magic-parens): Update to use new face names.
3286 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
3288         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
3289         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
3291 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
3293         * subr.el: Provide hashtable-print-readable.
3295         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
3296         hs-c-like-adjust-block-beginning.
3297         (hs-hide-block-at-point): Stop hiding at the beginning of
3298         hs-block-end-regexp (Bug#700).
3300 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
3302         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
3303         a macro.
3304         (gdb-registers-handler-custom): Do not fail when register names
3305         are unavailable.
3307 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3309         * progmodes/gdb-mi.el (gdb-control-all-threads)
3310         (gdb-control-current-thread): Interactive setters for
3311         `gdb-gud-control-all-threads' to use in menu.
3312         (gdb-show-run-p): Show «Go» when process is not active.
3313         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
3314         gud/thread.xpm and gud/all.xpm.
3316 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
3318         * net/net-utils.el (net-utils-font-lock-keywords): New var.
3319         (nslookup-font-lock-keywords): Make it a variable.
3320         (net-utils-mode): New mode for viewing diagnostic network output.
3321         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
3322         (net-utils-run-simple): New function.
3323         (ifconfig, iwconfig, netstat, arp, route): Use it.
3325 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3327         * progmodes/gdb-mi.el (gdb-read-memory-custom)
3328         (gdb-memory-set-address, def-gdb-set-positive-number)
3329         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
3330         after changing settings.
3331         (gdb-invalidate-disassembly): Update when first shown.
3332         (gdb-edit-locals-value): Fixed.
3333         (gdb-registers-handler-custom): Print registers in right order and
3334         allow changing register values (only for current thread yet).
3335         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
3336         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
3337         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
3338         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
3339         info in mode name.
3340         (gdb-registers-mode-map): TAB to switch to locals.
3342 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
3344         * mail/rmail.el (rmail-add-mbox-headers)
3345         (rmail-set-message-counters-counter): Search for
3346         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
3348 2009-08-08  Glenn Morris  <rgm@gnu.org>
3350         * Makefile.in (ELCFILES): Update.
3352 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3354         * mail/sendmail.el (mail-yank-original): Set
3355         buffer-file-coding-system from the one used by the message whose
3356         text is yanked.
3358         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
3359         to "windows" when "pgnuplot" is used.
3360         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
3361         call accept-process-output if "pgnuplot" is used.
3362         (calc-graph-init): Don't send -display and -geometry to
3363         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
3364         running "pgnuplot -V" with shell-command-to-string.
3366         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
3367         the default.
3369 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3371         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
3372         org/org-latex.elc.
3374 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3376         * vc-dispatcher.el (vc-resynch-window): Update comment.
3378         * term.el (term-handle-ansi-escape): Add comments with the
3379         terminfo capabilities implemented.
3381 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
3383         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
3384         (gdb-var-create-handler): Rewritten using JSON parser.
3385         (gdb-propertize-header): Moved earlier.
3386         (gdb-set-header): Removed to avoid duplication.
3387         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
3388         Refresh disassembly buffers only after threads list have been
3389         update.
3390         (gdb-threads-header, gdb-registers-header): Per-buffer header line
3391         variables.
3393 2009-08-04  Juri Linkov  <juri@jurta.org>
3395         * files.el: Commands to add/delete file/directory-local variables.
3396         (read-file-local-variable, read-file-local-variable-value)
3397         (read-file-local-variable-mode, modify-file-local-variable)
3398         (modify-file-local-variable-prop-line)
3399         (modify-dir-local-variable): New functions.
3400         (add-file-local-variable, delete-file-local-variable)
3401         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
3402         (add-dir-local-variable, delete-dir-local-variable)
3403         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
3404         (copy-dir-locals-to-file-locals-prop-line): New commands.
3406 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
3408         * abbrev.el (insert-abbrev-table-description): Prettify output.
3409         Suggested by Karl Chen.
3411 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
3413         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
3414         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
3415         (gdb-overlay-arrow-position, gdb-thread-position)
3416         (gdb-disassembly-position): Declare variables.
3417         (gdb-wait-for-pending): Function now.
3418         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
3419         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
3420         compilation goes smoothly.
3421         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
3422         (gdb-non-stop-setting): New customization setting which replaces
3423         `gdb-non-stop' so changing it doesn't break active GDB session.
3424         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
3425         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
3426         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
3427         (gdb-show-threads-by-default): New customization options.
3428         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
3429         routines.
3430         (gdb-get-buffer-create): Send buffers update signal when they are
3431         created.
3432         (gdb-invalidate-locals, gdb-invalidate-registers)
3433         (gdb-invalidate-breakpoints)
3434         (gdb-invalidate-threads, gdb-invalidate-disassembly)
3435         (gdb-invalidate-memory): Accept update signal.
3436         (gdb-current-context-command): Use --frame option.
3437         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
3438         Implement `gdb-frame-number' selection logic.
3439         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
3440         whether to show GUD toolbar buttons.
3441         (gdb-thread-exited): Unselect current thread when it exits.
3442         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
3443         (gdb-mark-line): Routine which sets overlay arrow or inverses
3444         video on fringeless displays.
3445         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
3446         to build aligned columns of data in GDB buffers and set text
3447         properties line-by-line.
3448         (gdb-invalidate-breakpoints)
3449         (gdb-breakpoints-list-handler-custom)
3450         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
3451         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
3452         (gdb-registers-handler-custom): Align data columns.
3453         (gdb-locals-handler-custom): Now prints data like in variable
3454         declarations.
3455         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
3456         Removed confusing buttons.
3457         (gdb-invalidate-threads): Append --frame.
3458         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
3459         between breakpoints/threads buffers.
3460         (gdb-set-window-buffer): Now can ignore dedicated windows.
3461         (gdb-propertize-header): Use `gdb-set-window-buffer'.
3462         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
3463         (def-gdb-thread-buffer-gud-command): Replaces
3464         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
3465         for fine thread control.
3466         (gdb-preempt-existing-or-display-buffer): New function used to
3467         display bound buffers without breaking window layout.
3468         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
3469         (gdb-select-frame): New version of `gdb-frames-select' which now
3470         sets `gdb-frame-number' so commands may use --frame option instead
3471         of inner debugger state.
3472         (gdb-frame-handler): Do not set `gdb-frame-number'.
3473         (gdb-threads-mode-map): Select threads with mouse.
3475         * progmodes/gud.el (gdb-gud-context-call): Declare function to
3476         avoid compilation warning.
3477         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
3478         `gdb-show-stop-p`.
3480         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
3481         Argument `key' renamed to `buffer-type'.
3482         (gdb-current-context-buffer-name): Do not add thread info to
3483         buffer name when no thread is selected.
3484         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
3485         command (bug 3794).
3486         (gdb-thread-selected): Handle `=thread-selected' notification.
3487         (gdb-wait-for-pending): New macro to deal with congestion problems.
3488         (gdb-breakpoints-list-handler-custom): Don't fail on pending
3489         breakpoints.
3490         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
3491         This fixes problem similar to one described in bug 3947.
3492         (gud-menu-map): More menu items.
3493         (gdb-init-1): Reset `gdb-thread-number' to nil.
3495         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
3496         non-stop settings.
3498         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
3499         (gdb-current-context-command): Do not append --thread if
3500         `gdb-thread-number' is nil.
3501         (gdb-running-threads-count, gdb-stopped-threads-count): New
3502         variables.
3503         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
3504         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
3505         customization options.
3506         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
3507         GUD commands.
3508         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
3509         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
3510         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
3511         set `gdb-thread-number' and update `gud-running' properly.
3512         (gdb-running): Update threads list when new threads appear.
3513         (gdb-stopped): Support non-stop operation and new thread switching
3514         logic.
3515         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
3516         (gdb-json-partial-output): New set of JSON routines.
3517         (def-gdb-auto-update-trigger): New `signal-list' optional
3518         argument.
3519         (gdb-thread-list-handler-custom): Update `gud-running',
3520         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
3521         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
3522         (gdb-continue-thread, gdb-step-thread): New commands for fine
3523         thread execution control.
3524         (gud-menu-map): New menu items to switch non-stop options.
3525         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
3526         (gdb-send): Mimic RET properly (bug 3794).
3528         * progmodes/gdb-mi.el (gdb-rules-name-maker)
3529         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
3530         gdb-buffer-rules.
3531         (def-gdb-auto-update-handler): New nopreserve optional argument.
3532         (gdb-stack-list-frames-custom): Print stack from top to bottom.
3534         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
3535         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
3536         (gdb-parent-mode): New mode to derive other GDB modes from.
3537         (gdb-display-disassembly-for-thread)
3538         (gdb-frame-disassembly-for-thread): New commands for threads
3539         buffer.
3541         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
3542         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
3543         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
3544         (gdb-update): We now store all GDB buffers in a list so that they
3545         can be updated by traversing a list instead of calling invalidate
3546         triggers explicitly.
3547         (def-gdb-trigger-and-handler): New macro to define trigger-handler
3548         pair for GDB buffer.
3549         (gdb-stack-buffer-name): Add thread information.
3550         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
3551         handle pending triggers.
3552         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
3553         (def-gdb-thread-buffer-simple-command)
3554         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
3555         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
3556         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
3557         New commands which show buffers bound to thread.
3558         (gdb-stack-list-locals-regexp): Removed unused regexp.
3560         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
3561         (gdb-locals-buffer-name, gdb-registers-buffer-name)
3562         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
3563         to (gud-comint-buffer) in *-buffer-name functions
3564         because (gdb-get-target-string) already does that.
3565         (gdb-locals-handler-custom, gdb-registers-handler-custom)
3566         (gdb-changed-registers-handler): Rewritten without regexps.
3568         * progmodes/gdb-mi.el Basic thread selection support.
3569         (gdb-thread-number): New variable.
3570         (gdb-current-context-command): New macro which adds --thread
3571         option to command.
3572         (gdb-threads-mode-map): Select thread with SPC.
3573         (gdb-thread-list-handler-custom): Mark current thread with overlay
3574         arrow.  Synchronize GDB thread and Emacs thread.
3575         (gdb-select-thread): New command which selects current thread.
3576         (gdb-invalidate-frames, gdb-invalidate-locals)
3577         (gdb-invalidate-registers): Use --thread option.
3579 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
3581         * net/tramp.el (top): Make check for tramp-gvfs loading more
3582         robust.  (Bug#3977)
3583         (tramp-handle-insert-file-contents): `unwind-protect' must be
3584         inside `with-parsed-tramp-file-name'.
3586         * net/tramp-gvfs.el (top): Remove superfluous message when loading
3587         fails.
3589 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
3591         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
3592         directory if CLASSPATH is not set.
3594 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
3596         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
3597         New defconst.
3598         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
3600 2009-08-02  Kevin Ryde  <user42@zip.com.au>
3602         * net/newst-backend.el (newsticker--raw-url-list-defaults):
3603         Update freshmeat link.  Delete newsforge.com as it seems gone.
3605 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
3607         * select.el (x-set-selection): Doc fix (Bug#4021).
3609         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
3611         * help-fns.el (describe-variable): Treat list return values from
3612         dir-locals-find-file properly (Bug#4005).
3614 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
3616         * net/tramp.el (tramp-debug-message): Print also microseconds.
3618 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
3620         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
3621         or END is non-nil.
3622         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
3623         (tramp-get-debug-buffer): Change `outline-regexp' according to new
3624         format.
3626         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
3627         (tramp-get-file-property): Use it.
3629         * autorevert.el (auto-revert-handler): Allow
3630         `auto-revert-tail-mode' for remote files.
3632 2009-08-02  Jason Rumney  <jasonr@gnu.org>
3634         * minibuffer.el (read-file-name): Treat confirm options to
3635         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
3637 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
3639         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
3640         (font-lock-variable-name-face, font-lock-constant-face): Darken
3641         the colors for light backgrounds.
3643 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
3645         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
3646         month names.  (Bug#3987)
3648 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
3650         * simple.el (line-move-finish): Pass whole number to
3651         line-move-to-column.
3652         (line-move-visual): Perform hscroll to the recorded position.
3654 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3656         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
3658 2009-07-29  Alan Mackenzie  <acm@muc.de>
3660         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
3662 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
3664         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
3665         (gdb-place-breakpoints): Use full path when setting breakpoints.
3667 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3669         * calc/calc.el (calc-mode-map): Add keybinding for
3670         `calc-transpose-lines'.
3672 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
3674         * calc/calc-misc.el (calc-transpose-lines): New function.
3676 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
3678         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
3679         Simplify check for out-of-band methods.
3680         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
3681         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
3683 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
3685         * vc-git.el (vc-git-checkin): Fix typo.
3687 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
3689         * progmodes/js2-mode.el: New file.
3691 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
3693         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
3694         (gud-menu-map): Adjust tooltip accordingly.
3696 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3698         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
3699         (vc-bzr-log-view-mode): Adjust log-view-file-re.
3701         * add-log.el (change-log-mode-map): Add a menu.
3703 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3705         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
3706         function returns nil.
3707         (dbus-handle-event): Handle special return value :ignore.
3708         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
3710 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
3712         * view.el (view-mode-enable): Don't define Helper-return-blurb if
3713         it's not needed.
3715 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
3717         Fix Bug#3888:
3719         * w32-vars.el (x-select-enable-clipboard): Doc fix.
3721         * term/pc-win.el (x-display-name, x-colors)
3722         (x-select-enable-clipboard, x-select-text): Doc fix.
3724         * term/common-win.el (x-display-name, x-colors): Doc fix.
3726         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
3727         (xw-defined-colors): Doc fix.
3729         * w32-fns.el (x-select-text, x-setup-function-keys)
3730         (x-get-selection, x-set-selection): Doc fix.
3732         * term/x-win.el (x-select-text, x-setup-function-keys)
3733         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
3735         * select.el (x-set-selection): Doc fix.
3737 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
3739         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
3740         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
3741         "IsNSSSupportAvailable" method is not available.  Reported by
3742         Steve Youngs <steve@sxemacs.org>.
3744 2009-07-24  Kenichi Handa  <handa@m17n.org>
3746         * international/characters.el: Fix setting of category ?C, ?|, ?K,
3747         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
3748         (build-unicode-category-table): Fix range checks.
3750 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3752         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
3753         the buffer we try to sync is current when calling
3754         vc-resynch-buffer.
3756         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
3757         not show up to date files.
3759 2009-07-24  Glenn Morris  <rgm@gnu.org>
3761         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
3762         Add autoload cookies.  If necessary, initialize.
3763         (elint-log): Handle non-file buffers.
3764         (elint-initialize): Add optional argument to reinitialize.
3765         (elint-find-builtin-variables): Save excursion.
3767 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3769         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3770         for Lint.
3772 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3774         * vc.el (vc-print-log-internal): New function, split out from ...
3775         (vc-print-log): ... here.
3776         (vc-dir-move-to-goal-column): Declare.
3778         * vc-git.el (vc-git-add-signoff): New variable.
3779         (vc-git-checkin): Use it.
3780         (vc-git-toggle-signoff): New function.
3781         (vc-git-extra-menu-map): Bind it to menu.
3782         (vc-git--run-command-string): Accept a nil FILE argument.
3783         (vc-git-stash-list): New function.
3784         (vc-git-dir-extra-headers): Use it.
3786 2009-07-23  Glenn Morris  <rgm@gnu.org>
3788         * help-fns.el (describe-variable): Describe ignored and risky local
3789         variables in a similar way to that in which we describe safe ones.
3791         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
3792         (byte-compile-output-file-form, byte-compile-output-docform)
3793         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
3794         Give some more local variables with common names a "bytecomp-" prefix,
3795         so as not to shadow things during compilation.
3796         * emacs-lisp/cl-macs.el (load-time-value)
3797         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
3798         `outbuffer' to `bytecomp-outbuffer'.
3800         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
3801         since the next two variables cover them automatically now.
3802         (elint-builtin-variables, elint-autoloaded-variables): New.
3803         (elint-unknown-builtin-args): Remove all members, since they can be
3804         parsed automatically now.
3805         (elint-extra-errors): New.
3806         (elint-env-add-env, elint-env-add-macro): Use cadr.
3807         (elint-current-buffer): Use or.  Change final message.
3808         (elint-get-top-forms): Use line-end-position.
3809         (elint-init-env): Use cadr.  Handle autoload, declare-function,
3810         and defalias.
3811         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
3812         (regexp-assoc): Remove unused function.
3813         (elint-top-form): Set elint-current-pos, to record the start of the
3814         top-level form, for compilation-mode.
3815         (elint-form): Trap errors in macro expansion.  Use dolist.
3816         (elint-unbound-variable): Use elint-builtin-variables and
3817         elint-autoloaded-variables.
3818         (elint-get-args): Use cadr, or.
3819         (elint-check-cond-form): Use dolist, cadr.
3820         (elint-check-condition-case-form): Doc fix.  Use cadr.
3821         Use elint-extra-errors.
3822         (elint-log): New function.
3823         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
3824         Distinguish errors and warnings.
3825         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
3826         Use a bytecomp-style format.
3827         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
3828         (elint-get-log-buffer): Use compilation mode.  Disable undo.
3829         Don't truncate lines.
3830         (elint-initialize): Set builtin and autoloaded variable lists.
3831         Only process elint-unknown-builtin-args if non-nil.
3832         (elint-find-builtin-variables, elint-find-autoloaded-variables):
3833         New functions.
3834         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
3836 2009-07-22  Kevin Ryde  <user42@zip.com.au>
3838         * net/newst-backend.el (newsticker--parse-atom-1.0)
3839         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3840         (newsticker--parse-rss-1.0):
3841         * progmodes/idlwave.el (idlwave-mode):
3842         * progmodes/idlw-shell.el (idlwave-shell-mode):
3843         * progmodes/vera-mode.el (vera-mode):
3844         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
3845         * progmodes/vhdl-mode.el (vhdl-mode):
3846         * textmodes/table.el (table-generate-source)
3847         (table--warn-incompatibility):
3848         Hyperlink urls in docstrings with URL `...'.
3850 2009-07-22  Glenn Morris  <rgm@gnu.org>
3852         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
3853         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
3854         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
3855         Remove leading * from defcustom docs.
3857         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
3859         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
3860         defcustom doc.
3861         (list-load-path-shadows): Optionally, just return shadows as a string.
3863         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
3865 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
3867         * mail/rmailedit.el (rmail-edit-mode): Use
3868         auto-save-include-big-deletions.
3870         * mail/rmail.el (rmail-variables): Use
3871         auto-save-include-big-deletions.
3873         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
3874         changes.
3876 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3878         * calc/calc.el (calc-undo-length): New variable.
3879         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
3881 2009-07-21  Richard Stallman  <rms@gnu.org>
3883         * files.el (auto-save-mode): Handle buffer-save-size = -2
3884         for toggling mode.
3886 2009-07-21  Glenn Morris  <rgm@gnu.org>
3888         * textmodes/ispell.el (ispell-looking-back): Update declaration.
3890         * calendar/todo-mode.el (calendar-current-date): Update declaration.
3892         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
3893         silence compiler.  Instead...
3894         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
3895         (ps-print-ensure-fontified): Update for above function name changes.
3897         * printing.el (pr-mh-get-msg-num, pr-mh-show)
3898         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
3899         silence compiler.  Instead...
3900         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
3901         (mh-show-buffer): Only define for compiler.
3902         (pr-mh-current-message): Update for above function name changes.
3904         * files.el (abort-if-file-too-large): Explicitly pass `filename'
3905         as an argument.
3906         (find-file-noselect, insert-file-1): Update for above change.
3908         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
3910         * mail/mailclient.el (mailclient-send-it): Fix message.
3912         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
3913         (edebug-eval): Check cl-debug-env is bound.
3914         (print-level, print-circle): Don't redefine built-in variables.
3916         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
3917         (custom-print-vectors): Remove old comments from doc.
3919         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
3920         (emerge-version): Make the variable an obsolete alias for the
3921         emacs-version variable.  Make the function obsolete.
3922         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
3923         Emerge options, rather than merging in into the main Options menu.
3924         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
3925         and auto advance modes.  Disable edit/fast items when not relevant.
3927 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3929         * term/vt420.el (terminal-init-vt420): Fix typo.
3931 2009-07-20  Sam Steingold  <sds@gnu.org>
3933         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
3934         variable (removed from compile.el on 2004-03-11).
3936 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3938         * files.el (hack-local-variables-filter): Fix last change.
3940 2009-07-19  Juri Linkov  <juri@jurta.org>
3942         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
3943         (dir-local-variables-alist): New buffer-local variable.
3944         (hack-local-variables-filter): If variable is not dir-local,
3945         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
3946         because file-local overrides dir-local.
3947         (c-postprocess-file-styles)<declare-function>:
3948         Remove obsolete declaration.
3949         (hack-dir-local-variables): Add dir-local variable/value pair to
3950         `dir-local-variables-alist' and remove duplicates.  Doc fix.
3952         * help-fns.el (describe-variable): Add information about
3953         file-local and dir-local variables.
3955 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
3957         * files.el (hack-local-variables-filter): Rewrite.
3959 2009-07-19  Glenn Morris  <rgm@gnu.org>
3961         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
3962         Silence compiler by only defining on XEmacs.
3964         * international/mule.el (auto-coding-regexp-alist): Only match
3965         BABYL... at the start of buffer, not of lines.  (Bug#3790)
3967         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
3968         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
3969         (cal-menu-context-mouse-menu): Doc fix.
3971         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
3973         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
3975 2009-07-18  Juri Linkov  <juri@jurta.org>
3977         * info.el: Virtual Info keyword finder.
3978         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
3979         (Info-finder-file): New variable.
3980         (Info-finder-find-file): New function.
3981         (finder-known-keywords, finder-package-info)
3982         (find-library-name, lm-commentary): Use defvar and
3983         declare-function to silence compiler warnings.
3984         (Info-finder-find-node): New function.
3985         (info-finder): New command.
3987         * subr.el (process-kill-buffer-query-function): New function.
3988         (add-hook)<kill-buffer-query-functions>: Add hook
3989         `process-kill-buffer-query-function'.
3991 2009-07-18  Alan Mackenzie  <acm@muc.de>
3993         * progmodes/cc-mode.el (c-before-hack-hook)
3994         (c-postprocess-file-styles): Give invocation of `c-set-style'
3995         DONT-OVERRIDE parameter of t.  Already set style variables will
3996         thus not be overridden by style settings given by `c-file-syle'.
3998         * files.el (hack-local-variables-filter): Remove entries with
3999         duplicate keys from `file-local-variables-alist'.
4001 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4003         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
4004         x-set-selection if display-selections-p returns nil for the
4005         current frame.
4007 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
4009         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
4011 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4013         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
4014         Accept nil in addition to a regexp.
4015         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
4016         Accept nil in addition to a regexp.
4017         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
4018         buffers that have an associated file.  Handle nil values of
4019         desktop-buffers-not-to-save and desktop-files-not-to-save.
4020         (Bug#3833)
4022         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
4023         (x-disown-selection-internal): New functions.
4025 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
4027         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
4028         warning.
4029         (gdb-breakpoints-header): Move forward to avoid compiler warning.
4030         (gdb-make-header-line-mouse-map): Remove duplicate definition.
4032 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
4034         * simple.el (set-mark): Revert last change.
4036 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
4038         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
4039         rendering of pngs is not possible instead of messaging a long
4040         description.
4042 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
4044         * w32-fns.el (x-selection-owner-p): New function.
4046         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
4047         (mouse-yank-at-click, mouse-yank-primary): If
4048         select-active-regions is non-nil, deactivate the mark before
4049         insertion.
4051         * simple.el (deactivate-mark, set-mark): Only save selection if we
4052         own it.
4054 2009-07-17  Kenichi Handa  <handa@m17n.org>
4056         * case-table.el (describe-buffer-case-table): Fix for the case
4057         that KEY is a cons.
4059 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4061         * vc-rcs.el (vc-rcs-find-file-hook):
4062         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
4064 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
4066         * net/tramp.el (tramp-wait-for-output): Handle the case when
4067         commands do not return a newline but a null byte before the shell
4068         prompt.  (Bug#3858)
4070 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4072         * term/ns-win.el (ns-set-alpha): Don't declare.
4073         (ns-set-background-alpha): Remove function.
4075 2009-07-16  Kevin Ryde  <user42@zip.com.au>
4077         * emacs-lisp/copyright.el (copyright-update): Save match-data across
4078         y-or-n-p, for safety.
4080 2009-07-16  Richard Stallman  <rms@gnu.org>
4082         * files.el (auto-save-mode): If buffer-saved-size is -2,
4083         don't clobber it.
4085         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
4086         (rmail-retry-ignored-headers): Add more uninteresting fields.
4088 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
4090         * net/rcirc.el (rcirc): Use history variables.
4091         (rcirc-server-name-history, rcirc-nick-name-history)
4092         (rcirc-server-port-history): New variables.
4094 2009-07-15  Kenichi Handa  <handa@m17n.org>
4096         * international/mule-cmds.el (set-language-environment-charset):
4097         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
4098         ignore them.
4100         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4101         Delete unibyte-display.
4103 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4105         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
4107 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4109         * simple.el (deactivate-mark): Optional argument FORCE.
4110         (set-mark): Use deactivate-mark.
4112         * info.el (Info-search): No need to check transient-mark-mode
4113         before calling deactivate-mark.
4115         * select.el (x-set-selection): Doc fix.
4116         (x-valid-simple-selection-p): Allow buffer values.
4117         (xselect--selection-bounds): Handle buffer values.  Suggested by
4118         David De La Harpe Golden.
4120         * mouse.el (mouse-set-region, mouse-drag-track): Call
4121         copy-region-as-kill before setting the mark, to let
4122         select-active-regions work.
4124 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
4126         * simple.el (deactivate-mark): If select-active-regions is
4127         non-nil, copy the selection data into a string.
4128         (activate-mark): If select-active-regions is non-nil, set the
4129         selection to the current buffer.
4130         (set-mark): Update selection if select-active-regions is non-nil.
4132         * select.el (x-valid-simple-selection-p): Allow buffer values.
4134 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4136         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
4137         and more featureful message-mode.
4139 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
4141         * select.el (x-set-selection): Doc fix.
4142         (x-valid-simple-selection-p): Disallow selection data consisting
4143         of a list or cons of integers, since that is not used.
4144         (xselect--selection-bounds, xselect--int-to-cons): New functions.
4145         (xselect-convert-to-string, xselect-convert-to-length)
4146         (xselect-convert-to-filename, xselect-convert-to-charpos)
4147         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
4149 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
4151         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4152         output in -break-info command (Emacs bug #3794).
4154 2009-07-14  Glenn Morris  <rgm@gnu.org>
4156         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
4157         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
4158         (edebug-print-length, edebug-print-level, edebug-print-circle)
4159         (edebug-sit-for-seconds, edebug-view-outside)
4160         (edebug-bounce-point, edebug-set-global-break-condition)
4161         (edebug-Go-nonstop-mode, edebug-trace-mode)
4162         (edebug-Trace-fast-mode, edebug-continue-mode)
4163         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
4164         (edebug-visit-eval-list): Doc fixes.
4166         * subr.el (def-edebug-spec): Doc fix.
4168 2009-07-14  Kenichi Handa  <handa@m17n.org>
4170         * international/characters.el: Fix setting of category ?C.
4172 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
4174         * term/ns-win.el (x-select-font): defalias x-select-font to
4175         ns-popup-font-panel instead of generate-fontset-menu.
4177 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
4179         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
4181 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
4183         * arc-mode.el (archive-find-type): Allow for a PK00 string before
4184         the PK\003\004 header (Bug#3770).
4186 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
4188         * pcomplete.el (pcomplete-comint-setup): Check for
4189         shell-dynamic-complete-filename too.
4191 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
4193         * simple.el (temporary-goal-column): Change the value for
4194         line-move-visual to a cons cell.
4195         (line-move-visual): Record or set the window hscroll, if
4196         necessary (Bug#3494).
4197         (line-move-1): Handle cons value of temporary-goal-column.
4199 2009-07-11  Kenichi Handa  <handa@m17n.org>
4201         * international/mule-diag.el (describe-character-set): Don't show
4202         width.
4204 2009-07-10  Sam Steingold  <sds@gnu.org>
4206         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4207         Omake sometimes indents the errors it prints, so allow all
4208         regexps to start with spaces.
4210 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
4212         * cus-edit.el (customize-changed-options-previous-release):
4213         Bump value to 22.1.  (Bug#3804)
4215 2009-07-08  Sam Steingold  <sds@gnu.org>
4217         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
4218         to be a cons cell (test . ignored-directory) to selectively ignore
4219         some directories depending on the location of the search.
4221 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
4223         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
4224         remote user is root, on the local host.
4225         (tramp-local-host-p): Either the local user or the remote user
4226         must be root.  (Bug#3771)
4228 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4230         * progmodes/gdb-mi.el (gdb): Remove description of
4231         gdb-use-separate-io-buffer.
4232         (menu): Don't allow toggling of or enable
4233         gdb-use-separate-io-buffer from menubar.
4235 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4237         * mail/unrmail.el (unrmail): Make sure the message ends with two
4238         newlines (Bug#3769).
4240 2009-07-08  Glenn Morris  <rgm@gnu.org>
4242         * calendar/calendar.el (calendar-current-date): Rework previous change.
4244 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
4246         * calendar/calendar.el (calendar-current-date):
4247         Add an optional argument giving an offset from today.
4249 2009-07-08  Glenn Morris  <rgm@gnu.org>
4251         * tutorial.el (tutorial--describe-nonstandard-key):
4252         Adjust the message for when a key has been unbound.
4253         (help-with-tutorial): Hide the arch-tag.
4255 2009-07-08  Kenichi Handa  <handa@m17n.org>
4257         * international/fontset.el (setup-default-fontset): For each
4258         script, append (not set) font-specs.
4260         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
4261         docstring.
4263 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4265         * progmodes/gdb-mi.el (gdb-init-1): Move sending
4266         -data-list-register-names to ...
4267         (gdb-starting): ... here because GDB 7.0 requires execution to
4268         have started when using this MI command.
4269         (gdb-set-header): New function to distinguish select and
4270         unselected tabs in gdb buffers.
4271         (gdb-propertize-header): New macro that uses gdb-set-header.
4272         (gdb-breakpoints-header, gdb-locals-header): Use it.
4273         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
4275 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
4277         * Makefile.in (ELCFILES): Remove fadr.elc.
4279 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
4281         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
4282         may contain frame information, so `string-match' should be used.
4283         (gdb-update): Disassembly is invalidated through
4284         `gdb-get-selected-frame'.
4285         (gdb-pad-string): New function to pad string with spaces.
4286         (gdb-invalidate-disassembly): Invalidate only if the buffer
4287         exists.
4288         (gdb-disassembly-handler-custom): Column alignment.
4289         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
4290         placing new ones.
4291         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
4292         end of line, too.
4293         (gdb-frame-handler): Match convention to for disassembly buffer
4294         mode name.
4295         (gdb-stack-list-frames-handler): Rewritten without regexps.
4296         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
4297         not highlight breakpoints without line information.
4298         (gdb-input): Add trailing newline to command.
4300         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
4301         buffer properly.
4302         (gdb-breakpoints-list-handler-custom): Replacement for
4303         `gdb-break-list-handler'.  Using real parser instead of regexps
4304         now.
4305         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
4306         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
4307         to place breakpoints.
4308         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
4309         functions.
4310         (gdb-disassembly-handler-custom): Show overlay arrow.
4311         (gdb-disassembly-place-breakpoints): Show breakpoints in
4312         disassembly buffer.
4313         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4314         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
4315         instead of parsing breakpoints buffer.  Fixed old menu references
4316         in `gud-menu-map'.
4318         * fadr.el: Remove.
4320         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
4321         (gdb-memory-address): New variable which holds top address of
4322         memory page shown in memory buffer.
4323         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
4324         customization variables.
4325         New functions:
4326         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
4327         display the memory buffer.
4328         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
4329         buffer display parameters.
4330         (def-gdb-memory-format, gdb-memory-format-binary)
4331         (gdb-memory-format-octal, gdb-memory-format-unsigned)
4332         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
4333         Functions for setting memory buffer format.
4334         (gdb-memory-unit-word, gdb-memory-unit-halfword)
4335         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
4336         unit size used in memory buffer.
4337         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
4338         to next/previous page of memory buffer.
4339         Now using (bindat-get-field) instead of fadr functions.
4341 2009-07-07  Sam Steingold  <sds@gnu.org>
4343         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
4344         non-top-level files.
4346 2009-07-07  Kenichi Handa  <handa@m17n.org>
4348         * international/mule-cmds.el (reset-language-environment): Put
4349         the highset priority to the charset iso-8859-1.
4351 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4353         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
4354         to the end of the line when locating the block (Bug#700).
4356 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
4358         * net/tramp.el (tramp-handle-write-region): Flush file properties
4359         in case of short track.
4361 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
4363         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
4364         representation of verilog error regular expressions to work with
4365         Emacs-22's new format.
4366         (verilog-error-regexp-xemacs-alist): Coded custom representation
4367         of verilog error regular expressions to work with XEmacs format.
4368         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
4369         error recognition into XEmacs.
4370         (verilog-error-regexp-add-emacs): Hook routine to install verilog
4371         error recognition into Emacs-22.
4373 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4375         * woman.el: Remove stand-alone closing parentheses.
4376         (woman-file-name, woman2-format-paragraphs)
4377         (woman-leave-blank-lines): Code cleanup.
4378         (woman-use-own-frame): Change default to nil.
4379         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
4380         defaults to inherit from default faces.
4381         (woman2-process-escapes): Consume the newline after a stand-alone
4382         filler character (Bug#3651).
4384 2009-07-06  Glenn Morris  <rgm@gnu.org>
4386         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
4387         (top-level): Move provide to the end.
4388         (ffap): Remove defunct URL from custom group.
4390         * subr.el (eval-after-load): Doc fix.
4392 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
4394         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
4395         `calc-embedded-word' is called twice.
4397 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4399         * files.el (find-alternate-file-other-window, find-alternate-file):
4400         Obey confirm-nonexistent-file-or-buffer.
4402 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
4404         * dired-aux.el (dired-show-file-type): Handle remote files.
4406 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
4408         * desktop.el (desktop-globals-to-save):
4409         Add file-name-history (Bug#2750).
4411 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
4413         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
4415 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
4417         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
4418         property on entire argument since this is what eshell-lisp-command
4419         expects.
4421 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
4423         * net/tramp-gvfs.el (tramp-gvfs-methods)
4424         (tramp-gvfs-zeroconf-domain)
4425         (tramp-bluez-discover-devices-timeout): Add version flag.
4426         (tramp-gvfs-handler-mounted-unmounted)
4427         (tramp-gvfs-connection-mounted-p): Polish handling of
4428         incompatibilities between GVFS 0.2 and 1.0.
4430 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
4432         * cus-start.el (all): Add make-pointer-invisible.
4434 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
4436         * calc-math.el (math-use-emacs-fn): Make sure that the number is
4437         formatted correctly.
4439 2009-07-02  Juri Linkov  <juri@jurta.org>
4441         * info.el: Virtual Info files and nodes.
4442         (Info-virtual-files, Info-virtual-nodes): New variables.
4443         (Info-current-node-virtual): New variable.
4444         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
4445         New functions.
4446         (Info-file-supports-index-cookies): Use Info-virtual-file-p
4447         to check for a virtual file instead of checking a fixed list
4448         of node names.
4449         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
4450         instead of ad-hoc processing of "dir" and (apropos history toc).
4451         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
4452         instead of ad-hoc processing of "dir" and (apropos history toc).
4453         Reread a file when moving from a virtual node.
4454         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
4455         (Info-directory-toc-nodes, Info-directory-find-file)
4456         (Info-directory-find-node): New functions.
4457         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
4458         (Info-history): Move part of code to
4459         `Info-history-find-node'.
4460         (Info-history-toc-nodes, Info-history-find-file)
4461         (Info-history-find-node): New functions.
4462         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
4463         (Info-toc): Move part of code to `Info-toc-find-node'.
4464         (Info-toc-find-node): New function.
4465         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
4466         the current Info file name to references because now the node
4467         "*TOC*" belongs to the same Info manual.
4468         (Info-toc-build): Rename from `Info-build-toc'.
4469         (Info-toc-nodes): Rename input argument `file' to `filename'.
4470         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
4471         instead of ad-hoc processing of ("dir" apropos history toc).
4472         (Info-index-nodes): Use Info-virtual-file-p
4473         to check for a virtual file instead of checking a fixed list
4474         of node names.
4475         (Info-index-node): Add check for `Info-current-node-virtual'.
4476         Raise `save-match-data' higher up the tree to contain
4477         `search-forward' too (bug fix).
4478         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
4479         (Info-virtual-index-nodes): New variable.
4480         (Info-virtual-index-find-node, Info-virtual-index): New functions.
4481         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
4482         (Info-apropos-file, Info-apropos-nodes): New variables.
4483         (Info-apropos-toc-nodes, Info-apropos-find-file)
4484         (Info-apropos-find-node, Info-apropos-matches): New functions.
4485         (info-apropos): Move part of code to `Info-apropos-find-node' and
4486         `Info-apropos-matches'.
4487         (Info-mode-map): Bind "I" to `Info-virtual-index'.
4488         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
4489         for a virtual file instead of checking a fixed list of node names.
4491         * simple.el (async-shell-command): New command.
4493         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
4495         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
4496         instead of `mount-info'.
4498 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
4500         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4501         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
4503 2009-07-02  Kenichi Handa  <handa@m17n.org>
4505         * international/mule.el (set-keyboard-coding-system): Force *-unix
4506         coding-system to avoid eol conversion.
4508 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
4510         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4511         Add handler for `process-file', `shell-command' and
4512         `start-file-process'.
4513         (tramp-gvfs-handle-shell-command)
4514         (tramp-gvfs-handle-start-file-process)
4515         (tramp-gvfs-handle-process-file): New defuns.
4516         (tramp-synce-list-devices): Simplify check for existence of property.
4518 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
4520         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
4522 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4524         * language/korean.el (set-language-info-alist): Add korean-cp949,
4525         cp949 to spec.
4527 2009-07-01  Kenichi Handa  <handa@m17n.org>
4529         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
4531         * international/encoded-kb.el: Deleted.
4533         * international/mule.el (set-keyboard-coding-system): Perform the
4534         necessary setup here instead of calling encoded-kbd-setup-display.
4536 2009-07-01  Glenn Morris  <rgm@gnu.org>
4538         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
4540 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
4542         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
4544 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
4546         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
4547         Handle also the 'rename case, when setting file modes.  (Bug#3712)
4548         (tramp-default-file-modes) Remove execute permissions.
4550         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
4551         (top): Add a default for "synce" in `tramp-default-user-alist'.
4552         Add completion function for "synce" method.
4553         (tramp-hal-service, tramp-hal-path-manager)
4554         (tramp-hal-interface-manager, tramp-hal-interface-device):
4555         New defconst.
4556         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
4557         (tramp-synce-list-devices, tramp-synce-parse-device-names):
4558         New defuns.
4560         * net/trampver.el: Update release number.
4562 2009-06-30  Kenichi Handa  <handa@m17n.org>
4564         * international/fontset.el (setup-default-fontset): Add CJK fonts
4565         for symbols and the other miscellaneous characters.
4567         * language/korea-util.el (setup-korean-environment-internal):
4568         Make char-width-table suitable for Korean environments.
4569         (exit-korean-environment): Cancel above.
4571         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4572         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
4573         setup-funcion to make char-widht-table suitable for respective
4574         environments, and an exit-function to cancel that.
4576         * language/japan-util.el (setup-japanese-environment-internal):
4577         Call use-cjk-char-width-table with arg `ja_JP'.
4579         * international/characters.el (cjk-char-width-table): Delete it.
4580         (cjk-char-width-table-list): New variable.
4581         (use-cjk-char-width-table): New arg local-name.
4582         (use-default-char-width-table): Fix for the case that Emacs is
4583         already using the default char-width-table.
4585 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
4587         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
4588         modes mandatory.  (Bug#3712)
4590 2009-06-29  Alan Mackenzie  <acm@muc.de>
4592         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4593         correction between the visible width of TABs and their number of bytes.
4595 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
4597         * server.el (server-buffer-done): Prevent kill-buffer from
4598         prompting by clearing the buffer modification flag (Bug#3696).
4600 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
4602         * verilog-mode.el (verilog-beg-of-statement)
4603         (verilog-endcomment-reason-re): Support unique case and priority case.
4604         (verilog-basic-complete-re): Support localparam lineup.
4605         (verilog-beg-of-statement-1): Fix for robustness, unique case.
4606         (verilog-set-auto-endcomments): Fix for unique case, always_comb
4607         commenting.
4608         (verilog-leap-to-case-head): Now support *nested* unique &
4609         priority case statements.
4610         (verilog-auto-lineup): Make just declarations the default (as it
4611         had been).
4612         (verilog-leap-to-case-head): Support priority/unique case statements.
4613         (verilog-auto-lineup): Rework to give users radio buttons to
4614         select the various styles of automatic lineup.
4615         (verilog-error-regexp-alist): Rework to support the XEmacs style
4616         of error regular expressions from compilers, lint tools &
4617         simulators.  Note that GNU Emacs has made it impossible for a mode
4618         to load such things.
4619         (electric-verilog-terminate-line, verilog-indent-declaration)
4620         (verilog-auto-wiure): Rework for radio button selection of
4621         auto-lineup selection of specification of auto lineup.
4622         (verilog-beg-of-statement-1): Redesign to support proper operation
4623         in additional code, based on testing with auto-lineup.
4624         (verilog-calculate-indent, assignments & declarations)
4625         (verilog-backward-token): Enhance to support auto-lineup of
4626         assignments & declarations.
4627         (verilog-in-directive-p, verilog-at-struct-p): New function for
4628         easy test of whether we are.
4629         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
4630         to support safe execution at almost anyline.
4631         (verilog-calc-1): Properly support indenting deep inside generate
4632         blocks.
4633         (verilog-init-font) Remove definition & use of verilog-init-font,
4634         as it is redundant with font-lock-defaults.
4635         (verilog-mode): Alter the definition of verilog-font-lock-defualts
4636         to avoid circular calls if syntax-ppss is a function (as is the
4637         case now in 22.x GNU Emacs) as that function would sometimes call
4638         itself, leading to (nearly) infinite recursion.
4639         (verilog-ovm-begin-re, verilog-ovm-end-re)
4640         (verilog-ovm-statement-re, verilog-leap-to-head)
4641         (verilog-backward-token): Add support for OVM macros.  Some are
4642         complete statements, and others open and close scopes like begin
4643         and end.
4644         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
4645         (verilog-defun-level-generate-only-re): Really fix the defun-list
4646         compilation issue.
4647         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
4648         coverpoint, constraint and cross statements.
4649         (verilog-defun-level-list, verilog-generate-defun-level-list)
4650         (verilog-all-defun-level-list): Redo these specifications - it is
4651         too hard to support eval-when compile aggregation of lists also
4652         built at when-compile time.
4653         (verilog-defun-level-list): Place defconsts of variables used in
4654         building regular expressions which are built in eval-when-compile
4655         bodies in the same eval-when-compile body to facilitate compile
4656         without load.
4657         (verilog-beg-block-re-ordered): Support indenting
4658         virtual/protected tasks and functions.
4659         (verilog-defun-level-list, verilog-in-generate-region-p)
4660         (verilog-backward-ws&directives, verilog-calc-1): Speed up
4661         indentation of some module items (generate items).
4662         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
4663         across virtual/protected tasks and functions.
4665 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
4667         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4668         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
4669         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
4670         in concatenations.  Reported by Yishay Belkind.
4671         (verilog-auto-ascii-enum): Support one-hot state machines in
4672         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
4673         (verilog-auto-inst, verilog-auto-inst-port): Include interface
4674         modport in AUTOINST and add vl-modport for users.  Reported by
4675         David Rogoff.
4676         (verilog-auto-inout-module, verilog-auto-inst)
4677         (verilog-decls-get-interfaces, verilog-insert-definition)
4678         (verilog-insert-one-definition, verilog-read-decls)
4679         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
4680         (verilog-sig-modport, verilog-signals-combine-bus)
4681         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
4682         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
4683         Suggested by David Rogoff.
4684         (verilog-repair-open-comma): Fix non-insertion of comma when
4685         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
4686         (verilog-make-width-expression): Simplify [A-1:0] expression
4687         widths to just {A{1'b0}}.
4688         (verilog-mode): Cleanup checkdoc warnings.
4689         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
4690         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
4691         inputs/outputs or data type.  Suggested by Vasu Kandadi.
4692         (next-error-last-buffer): Fix byte-compiler warning.
4693         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
4694         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4695         or shell command text during AUTO expansion.  Suggested by Tad Truex.
4696         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4697         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
4698         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
4699         in AUTOINOUT.  Reported by Matthew Lovell.
4700         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
4701         causing use of <= assignments.  Reported by Alex Reed.
4702         (verilog-read-decls): Fix triand, trior, wand, wor to be
4703         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
4704         (verilog-extended-complete-re): Support import "DPI-C" functions.
4705         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4706         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
4707         (verilog-insert-date, verilog-insert-year)
4708         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
4709         Windows systems.  Reported by Michael Potts.
4710         (verilog-read-module-name): Fix AUTOINST when the child module
4711         declaration's name is a tick define.  Reported by Elliot Mednick.
4712         (verilog-read-decls): Fix V2K parameter bit subscripts getting
4713         passed to next parameter's definition.  Reported by Bruce T.
4714         (verilog-read-decls): Fix detecting "parameter int" when using
4715         AUTOINSTPARAM.  Reported by Bruce T.
4716         (verilog-goto-defun): Fix goto not finding modules unless first
4717         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
4718         (verilog-mode): Expand -f flag arguments on entry to mode so
4719         verilog-goto-defun will work.  Reported by Lawrence Butcher.
4720         (verilog-getopt): Expand environment variables in -f file
4721         arguments.  Suggested by Lawrence Butcher.
4722         (verilog-set-define): Fix "Symbol's value as variable is void"
4723         when reading enumerations.
4724         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
4725         Suggested by Stephen Peltan.
4726         (verilog-read-defines): Fix reading of enumerations in include
4727         files.  Reported by Steve Peltan.
4729 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
4731         * files.el (trash-directory): Fix defcustom type.
4733 2009-06-28  Juri Linkov  <juri@jurta.org>
4735         * help-fns.el (describe-function-1): Correctly locate adviced
4736         functions in hyperlink (Bug#2438).
4738 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
4740         * files.el (trash-directory): Change default to nil.
4741         (move-file-to-trash): If trash-directory is nil and
4742         system-move-file-to-trash is unbound, perform freedesktop-style
4743         trashing.
4745 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
4747         * files.el (move-file-to-trash): Add freedesktop trash
4748         support (Bug#973).
4750 2009-06-28  Glenn Morris  <rgm@gnu.org>
4752         * autorevert.el (global-auto-revert-non-file-buffers)
4753         (global-auto-revert-mode): Doc fixes.
4755 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
4757         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
4759 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
4761         * faces.el (x-handle-named-frame-geometry): Ensure that we have
4762         opened an X connection before calling x-get-resource (Bug#3194).
4764         * play/doctor.el: Remove reference to obsolete website.
4765         (make-doctor-variables): Correct grammar mistake (Bug#2633).
4767 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4769         Remove find-file-not-found-hook VC method.  (Bug#2757)
4770         * vc-hooks.el (vc-file-not-found-hook)
4771         (vc-default-find-file-not-found-hook): Remove functions.
4772         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
4773         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
4774         * vc.el:
4775         * vc-hg.el:
4776         * vc-git.el: Do not mention find-file-not-found-hook VC method.
4778 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
4780         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
4781           compatibility function for `looking-back'.
4783         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4784         Use `ispell-looking-back'.
4786 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
4788         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
4789         rather than `filename'.
4791 2009-06-23  Miles Bader  <miles@gnu.org>
4793         * face-remap.el (text-scale-set): New function.
4795 2009-06-23  Glenn Morris  <rgm@gnu.org>
4797         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4799         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
4801         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
4803         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
4805         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4806         Simplify Persian conditionals.
4808         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
4809         variable `filename'.
4811         * comint.el (comint-insert-input): Doc fix.
4813         * Makefile.in (ELCFILES): Fix typo in previous change.
4815 2009-06-23  Miles Bader  <miles@gnu.org>
4817         * cus-start.el: Add entry for `recenter-redisplay'.
4819 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4821         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
4822         Add an optional argument for the backend, use it instead of
4823         calling vc-backend.
4824         (vc-mode-line): Add an optional argument for the backend.
4825         Pass the backend to vc-state and vc-working-revision.  Move code for
4826         special handling for vc-state being a buffer to ...
4828         * vc-rcs.el (vc-rcs-find-file-hook):
4829         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
4831         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
4832         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
4833         vc-stay-local-p and vc-mode-line calls.
4835         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
4836         (vc-cvs-diff, vc-cvs-annotate-command)
4837         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
4838         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
4839         vc-mode-line calls.
4841         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
4842         direct comparison.
4843         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
4844         backend when calling vc-mode-line.
4845         (vc-register): Do not create a closure for calling the vc register
4846         function, call it directly.
4848 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4850         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
4851         to make it obvious item can be clicked.
4853         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
4855 2009-06-23  Kenichi Handa  <handa@m17n.org>
4857         * language/korea-util.el (korean-key-bindings): Change the binding
4858         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
4859         same command.
4861 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
4863         Sync with Tramp 2.1.16.
4865         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
4867         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
4868         when a loading of a package fails.  Completion function for rsync
4869         is `tramp-completion-function-alist-ssh'.
4870         (all): Replace all calls of `split-string' and
4871         `tramp-split-string' by `tramp-compat-split-string'.
4872         (tramp-default-method): Use `tramp-compat-process-running-p'.
4873         (tramp-default-proxies-alist): Allow also Lisp forms.
4874         (tramp-remote-path): Add choice "Private Directories".
4875         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
4876         (tramp-domain-regexp): Allow also "-", "_" and ".".
4877         (tramp-end-of-output): Remove newlines, and add "$" at the end.
4878         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
4879         (tramp-debug-message): Insert header line in debug buffer.
4880         (tramp-handle-directory-files-and-attributes-with-stat):
4881         Care about filenames with spaces, or starting with "-".
4882         (tramp-handle-dired-uncache): New defun.
4883         (tramp-handle-insert-directory): Don't flush the directory from
4884         cache, this is handled by `dired-uncache' now.
4885         (tramp-handle-insert-file-contents): Improve error handling.
4886         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4887         Quote `tramp-end-of-output'.
4888         (tramp-action-password): Improve trace message.
4889         (tramp-check-for-regexp): Both echoes must be present, before removing.
4890         (tramp-open-connection-setup-interactive-shell): Trace coding system.
4891         (tramp-compute-multi-hops): Eval cons cells of
4892         `tramp-default-proxies-alist'.
4893         (tramp-maybe-open-connection): Use the same command pattern for
4894         first hop and further hops.
4895         (tramp-wait-for-output): Remove handling of newlines.
4896         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
4897         (tramp-split-string): Remove function.  It is handled in
4898         tramp-compat now.
4900         * net/tramp-cmds.el (tramp-bug):
4901         Recommend `tramp-cleanup-all-connections' in the bug mail.
4903         * net/tramp-compat.el (tramp-compat-split-string)
4904         (tramp-compat-process-running-p): New defuns.
4906         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
4907         for `dired-uncache'.
4909         * net/tramp-gvfs.el: New package.
4911         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4912         Add handler for `dired-uncache'.
4913         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
4915         * net/trampver.el: Update release number.  Make version check fit
4916         for SXEmacs 22.
4918 2009-06-22  Jim Meyering  <meyering@redhat.com>
4920         Automatically handle .xz suffix (XZ-compressed files), too.
4921         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
4922         XZ is the successor to LZMA: <http://tukaani.org/xz/>
4924 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
4925             Nick Roberts  <nickrob@snap.net.nz>
4927         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
4928         repository (http://sphinx.net.ru/hg/gdb-mi/).
4930 2009-06-22  Glenn Morris  <rgm@gnu.org>
4932         * files.el (dir-locals-collect-mode-variables): Allow for any number of
4933         `mode' and `eval' entries.  (Bug#3430)
4935         * Makefile.in (ELCFILES): Add fadr.elc.
4937         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
4938         differing behavior of \n and ^ in strings.  (Bug#3385)
4940         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
4942         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
4943         property.
4944         (lisp-indent-function): Make it a defcustom.
4946 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
4948         * progmodes/gdb-ui.el: Replace with ...
4949         * progmodes/gdb-mi.el: ... this file.
4950         * progmodes/gud.el: Modify for gdb-mi.el.
4952 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
4954         * fadr.el: New file.
4956 See ChangeLog.14 for earlier changes.
4958 ;; Local Variables:
4959 ;; coding: utf-8
4960 ;; End:
4962     Copyright (C) 2009  Free Software Foundation, Inc.
4964   This file is part of GNU Emacs.
4966   GNU Emacs is free software: you can redistribute it and/or modify
4967   it under the terms of the GNU General Public License as published by
4968   the Free Software Foundation, either version 3 of the License, or
4969   (at your option) any later version.
4971   GNU Emacs is distributed in the hope that it will be useful,
4972   but WITHOUT ANY WARRANTY; without even the implied warranty of
4973   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4974   GNU General Public License for more details.
4976   You should have received a copy of the GNU General Public License
4977   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4979 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1