* files-x.el (modify-dir-local-variable)
[emacs.git] / lisp / ChangeLog
blobe9a8abb1f9ffa5f852720965d99daa2df92b87e4
1 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3         * files-x.el (modify-dir-local-variable)
4         (copy-dir-locals-to-file-locals-prop-line):
5         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
6         (makefile-end-of-command):
7         * cedet/semantic/lex.el (semantic-lex-token):
8         * cedet/semantic/analyze/fcn.el
9         (semantic-analyze-dereference-metatype-1):
10         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
11         (semantic-lex-cpp-undef):
12         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
13         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
14         (semantic-end-of-context): Fix typos in docstrings.
16         * recentf.el (recentf-unload-function): New function.
18 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
20         * cedet/ede.el (ede-project-placeholder-cache-file):
21         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
22         * cedet/srecode/map.el (srecode-map-save-file):
23         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
25 2009-10-04  Glenn Morris  <rgm@gnu.org>
27         * window.el (window-full-height-p): Add doc string.
29 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
31         * window.el (window-full-height-p): New function.  (Bug#4543)
33 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
35         * cedet/srecode/insert.el: Require srecode/args.
37         * cedet/srecode/args.el: Require srecode/dictionary instead of
38         srecode/insert.
40         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
42         * files.el (auto-mode-alist): Add .srt and Project.ede.
44         * cedet/semantic.el (semantic-mode): Handle
45         srecode-template-mode-hook as well.
46         (semantic-mode): Use js-mode-hook for Javascript hook.
48         * cedet/srecode/template.el: Remove hook variable.
50         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
52         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
53         projects exist.
54         (ede-project-placeholder-cache-file): Default to a file in
55         user-emacs-directory.
57         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
58         templates in data-directory.
59         (srecode-map-save-file): Default to a file in
60         user-emacs-directory.
62         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
63         directory.
65 2009-09-30  Eric Ludlam  <zappo@gnu.org>
67         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
68         Doc fix.
70         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
71         Only insert each variable once.
73         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
74         (ede-pmake-insert-variable-shared): Use it.
76         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
77         for lexical table iff table is nil.
79 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
81         * vc.el: Remove commented out code.
82         (vc-derived-from-dir-mode): Remove, unused.
83         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
85 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
87         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Disable
88         `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
89         there could be recursive loading when `default-directory' is a
90         remote file name.  (Bug#4614)
92 2009-10-03  Glenn Morris  <rgm@gnu.org>
94         * calendar/calendar.el (calendar-basic-setup): Handle the case where
95         the frame is wide.
96         (calendar-generate-window): Test for shrinkability rather than width.
98         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
99         declaration, currently false.
101         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
102         reusing existing buffers, in case we happen to visit two files with the
103         same basename.  (Bug#4593)
105 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
107         * makefile.w32-in (update-subdirs-CMD): Add cedet to
108         $(WINS_SUBDIR).
109         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
110         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
111         subdirs of cedet as well.
112         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
114 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
116         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
117         Obey advertised-signature-table.
119         * help-fns.el (help-function-arglist): Don't check
120         advertised-signature-table.
121         (describe-function-1): Do it here instead so it also applies to subrs.
123 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
125         * simple.el (start-file-process): Say in the doc-string, that file
126         handlers might not support pty association, if PROGRAM is nil.
128         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
129         HOST and USER are strings.  They are nil, when there are
130         incomplete entries in ~/.netrc, for example.
131         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
132         root directory ("device busy" error otherwise).
134         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
135         Flush file properties of created directory.
137 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
139         * makefile.w32-in (WINS_BASIC): Remove cedet.
140         (WINS_CEDET): Add cedet.
141         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
143 2009-10-02  Kevin Ryde  <user42@zip.com.au>
145         * net/browse-url.el (browse-url): Pass any symbol in
146         browse-url-browser-function to `apply', since if you've mistakenly put
147         an unbound symbol then the error is clearer.  (Bug#4531)
149 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
151         * allout.el (allout-init, allout-back-to-current-heading)
152         (allout-beginning-of-current-entry, allout-ascend-to-depth)
153         (allout-ascend, allout-up-current-level, allout-end-of-level)
154         (allout-previous-visible-heading, allout-forward-current-level)
155         (allout-backward-current-level, allout-show-children):
156         * apropos.el (apropos-describe-plist):
157         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
158         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
159         * completion.el (add-completion, add-permanent-completion):
160         * descr-text.el (describe-text-category, describe-char):
161         * desktop.el (desktop-lazy-abort):
162         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
163         * dired.el (dired-build-subdir-alist):
164         * ediff.el (ediff-version):
165         * elide-head.el (elide-head, elide-head-show):
166         * emerge.el (emerge-version):
167         * env.el (getenv):
168         * face-remap.el (variable-pitch-mode):
169         * faces.el (describe-face):
170         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
171         (dired-at-point):
172         * files.el (find-file-existing, auto-save-mode):
173         * font-lock.el (font-lock-fontify-buffer):
174         * help-fns.el (describe-function, describe-variable)
175         (describe-syntax, describe-categories):
176         * help.el (view-lossage, describe-bindings, describe-key)
177         (describe-mode):
178         * hexl.el (hexl-current-address):
179         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
180         * info.el (Info-goto-emacs-key-command-node):
181         * log-edit.el (log-edit-insert-cvs-template)
182         (log-edit-insert-cvs-rcstemplate):
183         * menu-bar.el (menu-bar-mode):
184         * mouse.el (mouse-appearance-menu):
185         * newcomment.el (comment-indent-new-line):
186         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
187         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
188         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
189         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
190         * recentf.el (recentf-mode):
191         * savehist.el (savehist-mode, savehist-save):
192         * shadowfile.el (shadow-copy-files):
193         * simple.el (kill-ring-save, next-line, previous-line)
194         (normal-erase-is-backspace-mode):
195         * strokes.el (strokes-update-window-configuration)
196         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
197         (strokes-xpm-for-stroke):
198         * time.el (emacs-uptime, emacs-init-time):
199         * tutorial.el (tutorial--describe-nonstandard-key)
200         (tutorial--detailed-help):
201         * type-break.el (type-break-mode)
202         (type-break-mode-line-message-mode, type-break-query-mode)
203         (type-break-guesstimate-keystroke-threshold):
204         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
205         * version.el (emacs-version):
206         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
207         * winner.el (winner-mode):
208         * calendar/timeclock.el (timeclock-in, timeclock-out)
209         (timeclock-status-string, timeclock-change)
210         (timeclock-workday-remaining-string)
211         (timeclock-workday-elapsed-string)
212         (timeclock-when-to-leave-string):
213         * calendar/todo-mode.el (todo-add-category):
214         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
215         * emacs-lisp/autoload.el (update-file-autoloads):
216         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
217         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
218         (checkdoc-message-text, checkdoc-defun):
219         * emacs-lisp/debug.el (debugger-list-functions):
220         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
221         * emacs-lisp/eieio-opt.el (eieio-describe-class)
222         (eieio-describe-generic):
223         * emacs-lisp/lisp-mnt.el (lm-synopsis):
224         * emacs-lisp/shadow.el (list-load-path-shadows):
225         * emulation/cua-base.el (cua-mode):
226         * emulation/edt.el (edt-set-scroll-margins):
227         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
228         (tpu-toggle-regexp, tpu-toggle-search-direction)
229         (tpu-toggle-rectangle, tpu-toggle-control-keys):
230         * emulation/tpu-extras.el (tpu-set-scroll-margins):
231         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
232         (viper-set-parsing-style-toggling-macro)
233         (viper-set-emacs-state-searchstyle-macros):
234         * emulation/viper.el (viper-set-hooks):
235         * eshell/esh-mode.el (eshell-truncate-buffer):
236         * international/mule-cmds.el (prefer-coding-system)
237         (describe-input-method, describe-language-environment):
238         * international/mule-diag.el (list-character-sets)
239         (describe-character-set, describe-coding-system)
240         (describe-fontset, list-fontsets, list-input-methods):
241         * mail/sendmail.el (mail-signature):
242         * net/ange-ftp.el (ange-ftp-copy-file):
243         * net/browse-url.el (browse-url):
244         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
245         * net/quickurl.el (quickurl-add-url):
246         * net/rcirc.el (names, topic):
247         * net/xesam.el (xesam-mode):
248         * play/5x5.el (5x5-new-game):
249         * play/yow.el (apropos-zippy):
250         * progmodes/ada-mode.el (ada-mode-version):
251         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
252         (f90-end-of-block)
253         (f90-beginning-of-block):
254         * progmodes/fortran.el (fortran-end-of-block)
255         (fortran-beginning-of-block):
256         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
257         * progmodes/python.el (python-describe-symbol, python-shell):
258         * term/ns-win.el (ns-print-buffer):
259         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
260         * textmodes/flyspell.el (flyspell-mode-on):
261         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
262         (pages-directory-for-addresses):
263         * textmodes/table.el (table-recognize-cell)
264         (table-query-dimension, table-generate-source)
265         (table-insert-sequence, table--warn-incompatibility):
266         * textmodes/tex-mode.el (tex-validate-buffer):
267         * textmodes/texinfmt.el (texinfmt-version)
268         (texinfo-format-buffer):
269         Use `called-interactively-p' instead of `interactive-p'.
271 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
273         * image-mode.el (image-toggle-display):
274         * emacs-lisp/elp.el (elp-instrument-function):
275         * emacs-lisp/advice.el (ad-make-advised-definition):
276         * emacs-lisp/easy-mmode.el (define-minor-mode):
277         * net/browse-url.el (browse-url-maybe-new-window):
278         * progmodes/sh-script.el (sh-learn-buffer-indent):
279         Pass new argument 'any to `called-interactively-p'.
281 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
283         * international/uni-bidi.el:
284         * international/uni-category.el:
285         * international/uni-combining.el:
286         * international/uni-comment.el:
287         * international/uni-decimal.el:
288         * international/uni-decomposition.el:
289         * international/uni-digit.el:
290         * international/uni-lowercase.el:
291         * international/uni-mirrored.el:
292         * international/uni-name.el:
293         * international/uni-numeric.el:
294         * international/uni-old-name.el:
295         * international/uni-titlecase.el:
296         * international/uni-uppercase.el:
297         Regenerate from Unicode 5.2.0 data.
299 2009-10-01  Glenn Morris  <rgm@gnu.org>
301         * Makefile.in (ELCFILES): Regenerate.
303 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
305         * subr.el (interactive-p): Mark obsolete.
306         (called-interactively-p): Make the optional-ness of `kind' obsolete.
307         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
308         advertised-signature-table for subroutines as well.
310         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
311         (set-advertised-calling-convention): New function.
312         (make-obsolete, define-obsolete-function-alias)
313         (make-obsolete-variable, define-obsolete-variable-alias):
314         Make the optional-ness of `when' obsolete.
315         (define-obsolete-face-alias): Make `when' non-optional.
316         * help-fns.el (help-function-arglist):
317         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
318         Use advertised-signature-table.
320 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
322         * files.el (delete-directory): New defun.  The original function
323         in fileio.c has been renamed to `delete-directory-internal'.
325         * dired.el (dired-delete-file): Call `delete-directory' with
326         RECURSIVE parameter.
328         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
329         parameter RECURSIVE.  Implementation is missing.
331         * net/tramp.el (tramp-handle-make-directory): Flush upper
332         directory's file properties.
333         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
334         (tramp-handle-dired-recursive-delete-directory): Flush directory
335         properties after the remove command only.
337         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
338         Handle optional parameter RECURSIVE.
340         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
341         Handle optional parameter RECURSIVE.
343         * net/tramp-smb.el (tramp-smb-errors): Add error message for
344         connection timeout.
345         (tramp-smb-handle-delete-directory): Handle optional parameter
346         RECURSIVE.
348 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
350         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
351         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
352         (byte-compile-defmacro): Use backquotes.
354         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
356         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
357         has no associated file.
358         (vc-resynch-buffer): Use vc-dir-buffers.
360 2009-10-01  Glenn Morris  <rgm@gnu.org>
362         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
363         (chart-file-count):
364         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
365         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
366         * emacs-lisp/eieio-opt.el (eieio-describe-class):
367         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
368         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
369         (eieio-copy-parents-into-subclass, make-instance, class-children)
370         (eieio-generic-form):
371         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
372         * cedet/cedet-idutils.el (cedet-idutils-search)
373         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
374         (cedet-idutils-version-check):
375         * cedet/cedet.el (cedet-version):
376         * cedet/data-debug.el (data-debug-insert-overlay-button)
377         (data-debug-insert-overlay-list-button)
378         (data-debug-insert-buffer-button)
379         (data-debug-insert-buffer-list-button)
380         (data-debug-insert-process-button, data-debug-insert-ring-button)
381         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
382         (data-debug-insert-stuff-vector-button)
383         (data-debug-insert-symbol-button, data-debug-insert-string)
384         (data-debug-insert-number, data-debug-insert-lambda-expression)
385         (data-debug-insert-nil, data-debug-insert-simple-thing)
386         (data-debug-insert-custom, data-debug-edebug-expr):
387         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
388         (global-ede-mode-map, ede-new, ede-debug-target)
389         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
390         * cedet/semantic.el (semantic-minimum-working-buffer-size)
391         (semantic-fetch-tags, semantic-submode-list)
392         (semantic-default-submodes):
393         * cedet/ede/source.el (ede-source-match):
394         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
395         (project-am-package-info):
396         * cedet/ede/proj.el (ede-proj-target, project-new-target):
397         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
398         * cedet/ede/proj-comp.el (ede-current-build-list):
399         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
400         * cedet/ede/files.el (ede-toplevel-project-or-nil):
401         * cedet/ede/cpp-root.el (initialize-instance):
402         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
403         (autoconf-parameter-strip, autoconf-insert-new-macro):
404         * cedet/semantic/wisent.el (wisent-lex-eoi):
405         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
406         (semantic-show-parser-state-mode):
407         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
408         * cedet/semantic/tag.el (semantic-tag-new-variable)
409         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
410         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
411         (semantic--tag-deep-copy-tag-list)
412         (semantic-tag-components-with-overlays-default):
413         * cedet/semantic/symref.el (semantic-symref-find-text):
414         * cedet/semantic/senator.el (senator-yank-tag)
415         (senator-transpose-tags-up):
416         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
417         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
418         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
419         * cedet/semantic/lex.el (semantic-lex-comment-regex)
420         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
421         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
422         * cedet/semantic/lex-spp.el
423         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
424         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
425         * cedet/semantic/idle.el
426         (semantic-idle-summary-current-symbol-info-brutish)
427         (semantic-idle-summary-current-symbol-info-default):
428         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
429         (semantic--grammar-macro-compl-dict):
430         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
431         * cedet/semantic/format.el (semantic-format-tag-custom-list)
432         (semantic-format-tag-canonical-name-default):
433         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
434         (semantic-find-tags-for-completion)
435         (semantic-find-tags-by-scope-protection-default)
436         (semantic-deep-find-tags-for-completion):
437         * cedet/semantic/edit.el
438         (semantic-edits-incremental-reparse-failed-hook)
439         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
440         (semantic-edits-splice-remove, semantic-edits-splice-replace):
441         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
442         * cedet/semantic/dep.el (semantic-dependency-include-path):
443         * cedet/semantic/db.el (semanticdb-default-find-index-class)
444         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
445         (semanticdb-project-roots):
446         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
447         (semanticdb-find-adebug-insert-scanned-tag-cons)
448         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
449         (semanticdb-brute-deep-find-tags-for-completion):
450         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
451         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
452         (semantic-end-of-context-default)
453         (semantic-ctxt-current-function-default)
454         (semantic-ctxt-scoped-types-default):
455         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
456         (semantic-complete-inline-tag-engine)
457         (semantic-complete-inline-custom-type)
458         (semantic-complete-read-tag-analyzer):
459         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
460         (semantic-chart-database-size):
461         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
462         (semantic-analyze-current-context):
463         * cedet/semantic/symref/list.el (semantic-symref)
464         (semantic-symref-hide-buffer, semantic-symref-symbol):
465         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
466         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
467         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
468         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
469         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
470         (semantic-c-dereference-template):
471         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
472         (semantic--analyze-refs-full-lookup-with-parents)
473         (semantic--analyze-refs-full-lookup-simple):
474         * cedet/semantic/analyze/complete.el
475         (semantic-analyze-possible-completions):
476         * cedet/srecode/table.el (srecode-mode-table-new):
477         * cedet/srecode/srt.el (srecode-read-variable-name):
478         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
479         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
480         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
481         * cedet/srecode/map.el (srecode-current-map):
482         * cedet/srecode/insert.el (srecode-insert)
483         (srecode-insert-variable-secondname-handler, srecode-insert-method)
484         (srecode-template-inserter-point-override)
485         (srecode-insert-include-lookup):
486         * cedet/srecode/getset.el (srecode-auto-choose-class):
487         * cedet/srecode/extract.el (srecode-inserter-extract):
488         * cedet/srecode/document.el
489         (srecode-document-autocomment-return-last-alist)
490         (srecode-document-autocomment-param-type-alist)
491         (srecode-document-insert-function-comment)
492         (srecode-document-insert-variable-one-line-comment)
493         (srecode-document-function-name-comment):
494         * cedet/srecode/dictionary.el (srecode-create-dictionary)
495         (srecode-compound-toString):
496         * cedet/srecode/compile.el (srecode-flush-active-templates):
497         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
498         Doc/message fixes.
500         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
501         match-data.  (Bug#4555).
503         * cedet/semantic/bovine/gcc.el
504         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
505         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
507         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
508         rather than parsing it as a regexp.  This relaxes the layout
509         requirements and makes errors easier to detect.
510         (check-declare-verify): Check file is regular.
511         (check-declare-directory): Doc fix.
512         * subr.el (declare-function): Doc fix.
514         * ibuffer.el (ibuffer-format-qualifier):
515         * isearch.el (hi-lock-regexp-okay):
516         * calc/calc.el (math-zerop):
517         * mail/uce.el (rmail-msgbeg, rmail-msgend):
518         * term/w32-win.el (setup-default-fontset, set-fontset-font):
519         Remove unused declarations.
521 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
523         * cedet/semantic/wisent/javat-wy.el
524         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
526 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
528         * cedet/srecode/expandproto.el: Fix provide statement.
530 2009-09-30  Eric Ludlam  <zappo@gnu.org>
532         * emacs-lisp/eieio.el (boolean-p): Delete.
534 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
536         * cedet/ede/srecode.el: Fix provide statement.
538 2009-09-30  Glenn Morris  <rgm@gnu.org>
540         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
541         * cedet/ede/proj-aux.el (ede-aux-source):
542         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
543         (ede-misc-source):
544         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
545         (semantic-mrub-switch-tags): Fix doc typos.
547         * cedet/semantic/db-global.el (data-debug-new-buffer)
548         (data-debug-insert-thing): Remove unneeded declarations (one broken).
549         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
551         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
553         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
554         use of CL function `remove-if-not'.
556         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
558         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
559         filename is not a string.
561 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
563         * files.el (safe-local-eval-forms): Fix typo.
565 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
567         * vc-hooks.el (vc-dir-buffers): New var.
568         (vc-state-refresh): New function.
569         (vc-state): Use it.
570         (vc-after-save): Always ask the backend to recompute the new state.
571         Always call vc-dir if necessary, using vc-dir-buffers.
572         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
573         Use vc-dir-buffers.
574         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
575         (vc-dir-prepare-status-buffer, vc-dir-update)
576         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
577         Don't call expand-file-name on default-directory.
579 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
581         * speedbar.el (speedbar-item-delete):
582         * calc/calc-prog.el (calc-kbd-if):
583         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
585         * epa.el (epa-key-list-mode-map):
586         * hi-lock.el (hi-lock-menu): Fix typos in menus.
588         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
589         (hs-show-hook): Fix typo in docstring.
591 2009-09-29  Glenn Morris  <rgm@gnu.org>
593         * cedet/semantic/symref/idutils.el:
594         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
596         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
598         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
599         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
600         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
601         Mark declarations not understood by check-declare.
603         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
604         file-name-nondirectory call preventing location of cedet files.
605         (check-declare-verify): Use literal search rather than re-search.
606         Add basic defmethod and defclass, and define-overloadable-function.
608         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
609         Use tramp-compat-file-attributes rather than nonexistent
610         tramp-compat-handle-file-attributes.
612         * Makefile.in (lisptagsfiles4): New.
613         (AUTOGENEL): Add cedet loaddefs files.
614         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
615         (update-elclist, compile-always, backup-compiled-files)
616         (bootstrap-clean): Add yet another directory level.
617         (update-elclist): Use LC_COLLATE rather than COLLATE.
618         (ELCFILES): Update, via `make update-elclist'.
620 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
622         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
623         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
624         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
626 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
628         * Makefile.in (lisptagsfiles3): Define.
629         (TAGS, TAGS-LISP): Use it.
630         (update-elclist): Add third directory level to look for elc files.
631         (compile-always): Likewise.
632         (backup-compiled-files): Likewise.
633         (bootstrap-clean): Likewise.
634         (ELCFILES): Update.
636 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
638         * Makefile.in (ELCFILES): Add CEDET files.
640 2009-09-28  Eric Ludlam  <zappo@gnu.org>
642         CEDET (development tools) package merged.
644         * cedet/*.el:
645         * cedet/ede/*.el:
646         * cedet/semantic/*.el:
647         * cedet/srecode/*.el: New files.
649 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
651         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
653         * net/tramp.el (top): Require tramp-imap.
655         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
656         Use `tramp-compat-handle-file-attributes'.
658 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
660         * net/tramp-imap.el: New package.
662 2009-09-28  Eric Ludlam  <zappo@gnu.org>
664         * emacs-lisp/chart.el:
665         * emacs-lisp/eieio-base.el:
666         * emacs-lisp/eieio-comp.el:
667         * emacs-lisp/eieio-custom.el:
668         * emacs-lisp/eieio-datadebug.el:
669         * emacs-lisp/eieio-opt.el:
670         * emacs-lisp/eieio-speedbar.el:
671         * emacs-lisp/eieio.el: New files.
673         * cedet/cedet-cscope.el:
674         * cedet/cedet-files.el:
675         * cedet/cedet-global.el:
676         * cedet/cedet-idutils.el:
677         * cedet/data-debug.el:
678         * cedet/inversion.el:
679         * cedet/mode-local.el:
680         * cedet/pulse.el: New files.
682 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
684         * whitespace.el (whitespace-trailing-regexp)
685         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
686         Fix doc string.
688 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
690         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
691         menu.
693         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
694         menu-bar-ediff-menu.
696         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
697         define-overloadable-function.
699         * progmodes/autoconf.el: Provide autoconf as well, so that this
700         file can be `require'd.
702         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
704         * emacs-lisp/autoload.el (generated-autoload-feature)
705         (generated-autoload-load-name): New vars.
706         (autoload-rubric, autoload-generate-file-autoloads): Use them.
707         (make-autoload): Recognize define-overloadable-function and
708         defclass forms (for EIEIO).
710         * Makefile.in (update-subdirs): Exclude cedet directory.
712 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
714         * term/ns-win.el: Don't set the region face background. (Bug#4381)
716         * faces.el: Default light-background background for region face to
717         ns_selection_color under NS.
719 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
721         * net/imap-hash.el: New library, see NEWS.
723         * Makefile.in (ELCFILES): Add imap-hash.el.
725 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
727         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
728         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
729         * help-macro.el (make-help-screen): Avoid using an ambiguous function
730         definition where the docstring could be taken for the return value.
732 2009-09-26  Glenn Morris  <rgm@gnu.org>
734         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
735         Add option to only show images below a certain size.
736         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
737         save-excursion calls.
739 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
741         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
742         subdirectories) and eieio.
744 2009-09-26  Alan Mackenzie  <acm@muc.de>
746         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
747         buggy bracketing.
749         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
750         character constants (as case labels).
752 2009-09-25  Juri Linkov  <juri@jurta.org>
754         * files.el (safe-local-eval-forms): Allow time-stamp in
755         before-save-hook (Bug#4554).
757 2009-09-25  Drew Adams  <drew.adams@oracle.com>
759         * menu-bar.el (list-buffers-directory): Doc fix.
761 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
764         Try and avoid copying twice the same paragraph.
765         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
766         Remove save-excursion.
767         (log-edit-changelog-entry): Do it here instead.
769 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
771         * bs.el (bs--get-file-name): Use `list-buffers-directory'
772         when available, instead of hardcoding mode names.  Doc fix.
774         * menu-bar.el (list-buffers-directory): Add docstring.
775         Make automatically buffer-local.
777         * dired.el (dired-mode):
778         * files.el (cd-absolute):
779         * pcvs.el (cvs-temp-buffer):
780         * pcvs-util.el (cvs-get-buffer-create):
781         * shell.el (shell-mode):
782         * vc-dir.el (vc-dir-mode):
783         Don't make `list-buffers-directory' buffer local.
785 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
787         * comint.el (comint-exec, comint-run, make-comint):
788         Doc fixes (Bug#4542).
790 2009-09-25  Glenn Morris  <rgm@gnu.org>
792         * mail/rmailmm.el (rmail-mime): New custom group.
793         Move all defcustoms in this file into this group.
794         (rmail-mime-media-type-handlers-alist): Revert previous change.
795         (rmail-mime-show-images): New option.
796         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
797         references to it, since it wasn't actually used for anything.
798         (rmail-mime-insert-image): New function.
799         (rmail-mime-image): Use rmail-mime-insert-image.
800         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
801         obey the value of `rmail-mime-show-images' option.  Print the size of
802         attachments.
804 2009-09-25  David Engster  <deng@randomsample.de>
806         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
808 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
810         * whitespace.el: Does not highlight trailing spaces While point is
811         at end of line.  Does not highligt spaces at beginning of buffer
812         while point is at beginning of buffer.  Does not highlight spaces
813         at end of buffer while point is at end of buffer.  (Bug#4177)
814         New version 12.0.
815         (whitespace-display-mappings): Adjust initialization.
816         (whitespace-point, whitespace-font-lock-refontify): New vars.
817         (whitespace-color-on, whitespace-color-off): Adjust code.
818         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
819         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
820         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
822 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
824         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
826         * textmodes/sgml-mode.el: Remove xml-mode alias.
828         * files.el (auto-mode-alist, conf-mode-maybe)
829         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
831 2009-09-24  Alan Mackenzie  <acm@muc.de>
833         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
834         c-forward-conditionals, but it doesn't move point and doesn't set
835         the mark.
836         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
837         (c-down-conditional-with-else, c-backward-conditional)
838         (c-forward-conditional): Refactor to use c-scan-conditionals.
840 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
842         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
843         (help-default-arg-highlight): Remove.
844         (help-highlight-arg): New function.
845         (help-do-arg-highlight): Use it.
846         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
848 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
850         * term.el (term-set-scroll-region, term-handle-ansi-escape):
851         Undo last change, which didn't fix the problem and introduced others.
853 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
855         * progmodes/gdb-mi.el: Don't require speedbar.
856         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
858 2009-09-24  Glenn Morris  <rgm@gnu.org>
860         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
862         * term/ns-win.el (ns-reg-to-script): Define for compiler.
864         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
865         there is no newline after the final mime boundary.  (Bug#4539)
866         Move markers on insertion so that any buttons inserted don't end up in
867         the next part of a multipart message.
868         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
869         (rmail-mime-bulk-handler): Optionally handle images.
870         (rmail-mime-image): New button action.
871         (rmail-mime-image-handler): New function.
872         (rmail-mime-mode): New mode.
873         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
875 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
877         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
878         than just dropping elements from it (bug#4504).
880         * term.el (term-set-scroll-region): Don't move cursor any more.
881         (term-handle-ansi-escape): Call term-goto here instead.
882         Suggested by Ivan Kanis <apple@kanis.eu>.
884         * term.el: Require CL.
885         (term-ansi-reset): New function.
886         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
887         (term-handle-colors-array): Simplify.
889 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
891         * allout.el (allout-overlay-interior-modification-handler)
892         (allout-obtain-passphrase):
893         * epa-file.el (epa-file-write-region):
894         * ps-print.el (ps-begin-job):
895         * vc-hooks.el (vc-toggle-read-only):
896         * vc-rcs.el (vc-rcs-rollback):
897         * vc-sccs.el (vc-sccs-rollback):
898         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
899         (vc-version-diff, vc-revert, vc-rollback):
900         * wdired.el (wdired-check-kill-buffer):
901         * emacs-lisp/authors.el (authors):
902         * net/socks.el (socks-open-connection):
903         * net/zeroconf.el (zeroconf-service-add-hook):
904         * obsolete/vc-mcvs.el (vc-mcvs-register):
905         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
906         (gdb-select-frame):
907         * progmodes/grep.el (lgrep, rgrep):
908         * progmodes/idlw-help.el (idlwave-help-check-locations)
909         (idlwave-help-html-link, idlwave-help-assistant-open-link):
910         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
911         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
912         (reftex-toc-rename-label): Fix typos in error messages.
914         * dired-aux.el (dired-do-shell-command): Reflow docstring.
915         (dired-copy-how-to-fn): Doc fix.
916         (dired-files-attributes, dired-read-shell-command):
917         Fix typos in docstrings.
919         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
920         (dired-x-find-file-other-window): Reflow docstrings.
921         (dired-omit-marker-char, dired-read-shell-command)
922         (dired-x-submit-report): Fix typos in docstrings.
924         * shell.el (shell-mode-hook):
925         * view.el (View-scroll-line-forward):
926         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
927         Fix typos in docstrings.
929         * net/dig.el (dig-invoke): Fix typo in docstring.
930         (query-dig): Reflow docstring.
932         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
933         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
934         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
935         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
936         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
937         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
938         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
939         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
940         (idlwave-completion-map, idlwave-current-indent)
941         (idlwave-custom-ampersand-surround, idlwave-customize)
942         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
943         (idlwave-define-abbrev, idlwave-determine-class-special)
944         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
945         (idlwave-end-block-reg, idlwave-end-of-statement)
946         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
947         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
948         (idlwave-explicit-class-listed, idlwave-file-header)
949         (idlwave-fill-paragraph, idlwave-find-class-definition)
950         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
951         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
952         (idlwave-in-quote, idlwave-indent-action-table)
953         (idlwave-indent-expand-table, idlwave-indent-line)
954         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
955         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
956         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
957         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
958         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
959         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
960         (idlwave-outlawed-buffers, idlwave-popup-select)
961         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
962         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
963         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
964         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
965         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
966         (idlwave-statement-type, idlwave-struct-skip)
967         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
968         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
969         (idlwave-what-module-find-class): Fix typos in docstrings.
970         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
971         (idlwave-calculate-cont-indent, idlwave-expand-equal)
972         (idlwave-find-module, idlwave-find-structure-definition)
973         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
974         (idlwave-list-load-path-shadows, idlwave-next-statement)
975         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
976         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
977         (idlwave-template): Reflow docstrings.
979         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
980         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
981         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
982         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
983         (idlwave-shell-display-line, idlwave-shell-display-wframe)
984         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
985         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
986         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
987         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
988         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
989         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
990         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
991         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
992         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
993         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
994         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
995         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
996         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
997         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
998         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
999         Fix typos in docstrings.
1000         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
1001         (idlwave-shell-hide-output, idlwave-shell-mode)
1002         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
1003         Reflow docstrings.
1005         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
1007 2009-09-24  Ivan Kanis  <apple@kanis.eu>
1009         * term.el (term-bold-attribute): New var.
1010         (term-handle-colors-array): Use it.
1012 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
1014         * progmodes/gdb-mi.el (gdb-version): New variable.
1015         (gdb-non-stop-handler): Set gdb-version.
1016         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
1017         Condition "--thread" option on gdb-version.
1018         (gdb-invalidate-threads): Remove unused argument.
1020 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1022         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
1023         to looking-back to avoid ridiculous slow down in large files (bug#4511).
1025 2009-09-23  Glenn Morris  <rgm@gnu.org>
1027         * mail/rmail.el (rmail-reply): Don't try to add a References header when
1028         replying to mail without References or Message-Id.  (Bug#4525)
1030 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
1032         * term/ns-win.el (ns-reg-to-script): New variable.
1034 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
1036         * epg.el (epg-wait-for-status): Preserve existing 'error results.
1038 2009-09-22  Sam Steingold  <sds@gnu.org>
1040         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
1041         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
1042         to 1 because hg returns status 1 when nothing is found.
1043         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
1045 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1047         * textmodes/fill.el: Convert to utf-8 encoding.
1048         (fill-french-nobreak-p): Remove redundant » and « inherited from our
1049         pre-unicode days.
1051         * add-log.el (change-log-fill-forward-paragraph): New function.
1052         (change-log-mode): Use it so fill-region DTRT.
1053         Set fill-indent-according-to-mode here rather than in
1054         change-log-fill-paragraph.
1055         (change-log-fill-paragraph): Remove.
1057 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
1059         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
1060         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
1062 2009-09-22  Glenn Morris  <rgm@gnu.org>
1064         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
1065         the scroll-bar scroll the calendar window rather than the buffer.
1067         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
1068         commands that move point (as opposed to scrolling).
1070         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
1072         * emacs-lisp/elint.el (elint): New custom group.
1073         (elint-log-buffer): Make it a defcustom.
1074         (elint-scan-preloaded, elint-ignored-warnings)
1075         (elint-directory-skip-re): New options.
1076         (elint-builtin-variables): Doc fix.
1077         (elint-preloaded-env): New variable.
1078         (elint-unknown-builtin-args): Add an entry for encode-time.
1079         (elint-extra-errors): Make it a variable rather than a constant.
1080         (elint-preloaded-skip-re): New constant.
1081         (elint-directory): Skip files matching elint-directory-skip-re.
1082         (elint-features): New variable, local to linted buffers.
1083         (elint-update-env): Initialize elint-features.  Possibly add
1084         elint-preloaded-env to the buffer's environment.
1085         (elint-get-top-forms): Bind elint-current-pos, for log messages.
1086         Skip quoted forms.
1087         (elint-init-form): New function, extracted from elint-init-env.
1088         Make non-list forms a warning rather than an error.
1089         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
1090         easy-menu-define, put that adds an error-condition, and provide.
1091         When requiring cl, also require cl-macs.  Really require cl, to handle
1092         some cl macros.  Store required libraries in the list elint-features,
1093         so as not to re-load them.  Treat cc-require like require.
1094         (elint-init-env): Call elint-init-form to do the work.
1095         Handle eval-and-compile and such like.
1096         (elint-add-required-env): Do not clear messages.
1097         (elint-special-forms): Add handlers for function, defalias, if, when,
1098         unless, and, or.
1099         (elint-form): Add optional argument to ignore elint-special-forms,
1100         useful to prevent recursive calls from handlers.  Doc fix.
1101         Respect elint-ignored-warnings.
1102         (elint-form): Respect elint-ignored-warnings.
1103         (elint-bound-variable, elint-bound-function): New variables.
1104         (elint-unbound-variable): Respect elint-bound-variable.
1105         (elint-get-args): Respect elint-bound-function.
1106         (elint-check-cond-form): Add some simple handling for (f)boundp and
1107         featurep tests.
1108         (elint-check-defalias-form): New handler.
1109         (elint-check-let-form): Make an empty let a warning rather than an
1110         error.
1111         (elint-check-setq-form): Make an empty setq a warning rather than an
1112         error.  Respect elint-ignored-warnings.
1113         (elint-check-defvar-form): Accept null doc-strings.
1114         (elint-check-conditional-form): New handler.  Does some simple-minded
1115         checking of featurep and (f)boundp tests.
1116         (elint-put-function-args): New function.
1117         (elint-initialize): Use elint-scan-doc-file rather than
1118         elint-find-builtin-variables.  Use elint-put-function-args.
1119         Possibly scan preloaded-file-list.
1120         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
1121         extend to handle functions as well.
1123 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
1125         * linum.el (linum-delete-overlays, linum-update-window):
1126         Do not modify the right margin.  (Bug#3971)
1128 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
1130         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
1131         nxml-mode instead of xml-mode.
1133 2009-09-21  Kevin Ryde  <user42@zip.com.au>
1135         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
1137 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1139         * net/dig.el (dig-mode): Use define-derived-mode.
1141 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
1143         * vc-dispatcher.el (vc-do-command): Return the process object in
1144         the asynchronous case.  Use when instead of if.  Do not run
1145         vc-exec-after to display a message if not enabled.
1147         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
1148         properties to the stash strings.
1149         (vc-git-stash-list): Return a list of strings.
1150         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
1151         (vc-git-stash-show-at-point): New functions.
1152         (vc-git-stash-map): New keymap.
1154         * register.el (ctl-x-r-map): Define the keys here instead of
1155         using autoload.
1157 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
1159         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
1160         list, to workaround performance problem (bug#4485).
1162 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
1164         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
1166 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
1168         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
1169         Document that this option is not recommended to use.
1171 2009-09-19  Glenn Morris  <rgm@gnu.org>
1173         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
1174         variable `var'.
1176         * calc/calc-alg.el (var):
1177         * calc/calcalg2.el (var): Define for compiler.
1179 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
1181         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
1182         Doc fix (Bug#3932).
1184         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
1186         * time-stamp.el (time-stamp-month-dd-yyyy)
1187         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
1188         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
1189         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
1190         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
1191         Remove functions that have been obsolete since 1995 (Bug#4436).
1193         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
1194         indent buffer only if called interactively (Bug#4452).
1196 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
1197             Eli Zaretskii  <eliz@gnu.org>
1199         This fixes bug#4197 (merged to bug#865, though not identical).
1200         * server.el (server-auth-dir): Add docstring note about FAT32.
1201         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
1202         but warn against using them.
1204 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
1206         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
1207         older GDB where there is no has_more field.
1209 2009-09-19  Glenn Morris  <rgm@gnu.org>
1211         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
1213 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
1215         * files.el (auto-mode-alist): Change default for XML files to nXML
1216         mode (Bug#4169).
1218 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
1220         * server.el (server-ensure-safe-dir): Pass 'integer
1221         to `file-attributes', as suggested.
1223 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1225         * dired-aux.el (dired-query-alist): Remove spurious backslash.
1226         (dired-query): Use read-key.
1228 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
1230         * cus-start.el (ns-use-qd-smoothing): Remove.
1232 2009-09-18  Glenn Morris  <rgm@gnu.org>
1234         * allout.el (top-level): Remove unnecessary progn.
1236         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
1238         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
1239         definition of abbrev table.
1241         * speedbar.el (speedbar-track-mouse):
1242         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
1243         * net/eudc.el (eudc-expand-inline):
1244         * net/newst-backend.el (newsticker--cache-read-feed):
1245         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
1246         condition-case handlers.
1248 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
1250         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
1251         (gdb-var-list): Add an element for has_more field.
1252         (gdb-non-stop-handler): Enable pretty printing for STL containers.
1253         (gdb-var-create-handler, gdb-var-list-children-handler-1)
1254         (gdb-var-update-handler-1): Parse output of dynamic variable
1255         objects (STL containers).
1256         (gdb-var-delete-1): Pass var1 as an explicit second argument.
1257         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
1259         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
1260         gdb-var-list.
1261         (gud-speedbar-buttons): Make node expandable if expression "has more"
1262         children.
1264 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
1266         * startup.el (emacs-quick-startup): Remove variable and all uses.
1267         (command-line): Set `inhibit-x-resources' instead.
1268         (command-line-1): Use `inhibit-x-resources' instead.
1270 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
1272         * subr.el: Fix last change to avoid using the `unless' macro,
1273         which breaks bootstrapping.
1275 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
1278         extended definitions, in case we reload subr.el after having
1279         loaded CL.
1280         (eval-next-after-load): Mark as obsolete.
1282 2009-09-17  Juri Linkov  <juri@jurta.org>
1284         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
1285         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
1286         (menu-bar-showhide-menu, menu-bar-tools-menu)
1287         (menu-bar-describe-menu, menu-bar-help-menu)
1288         (minibuffer-local-completion-map, minibuffer-local-map):
1289         Fix list quoting.
1291 2009-09-17  Glenn Morris  <rgm@gnu.org>
1293         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
1294         arguments, whether or not it has a handler.
1296         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
1298         * simple.el (hard-newline): Give it a doc-string.
1300         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
1301         (lisp-mode-syntax-table): Give them doc-strings.
1303 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
1305         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
1306         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
1307         (menu-bar-options-menu, menu-bar-showhide-menu)
1308         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
1309         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
1310         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
1311         (menu-bar-options-menu, menu-bar-tools-menu)
1312         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
1313         (menu-bar-help-menu):
1314         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
1315         string arguments.
1317         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
1318         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
1319         calls for the menu names and :help.
1321 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1323         * mouse.el (minor-mode-menu-from-indicator): Pay attention
1324         to :minor-mode-function (bug#4455).
1326 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1328         * startup.el (command-line): Initialize the window-system after
1329         processing the command-line.
1331         * textmodes/page.el (what-page): Make sure we don't inf-loop if
1332         page-delimiter matches the empty string.
1334 2009-09-16  Glenn Morris  <rgm@gnu.org>
1336         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
1337         byte-compile-not-obsolete-var.  It's a list now.
1338         (byte-compile-not-obsolete-funcs): New variable.
1339         (byte-compile-warn-obsolete): Don't warn about functions if they are in
1340         byte-compile-not-obsolete-funcs.
1341         (byte-compile-variable-ref, byte-compile-defvar): Update for
1342         byte-compile-not-obsolete-vars name-change and list nature.
1343         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
1344         and variables behind (f)boundp tests.
1345         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
1347 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1349         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
1351 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1353         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
1354         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
1355         Don't autoload.
1357 2009-09-15  Stephen Eglen  <stephen@gnu.org>
1359         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
1360         the virtual-buffers, use the name of the buffer specified by
1361         find-file-noselect, as the match may be a symlink.  (This was a
1362         problem if the target and the symlink had different names.)
1364 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1366         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
1368         * desktop.el (desktop-path): Check user-emacs-directory.
1370         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
1372         * loadup.el: Use after-load-functions to GC after loading each file.
1373         Remove the explicit GC calls that used to be sprinkled around.
1375         * subr.el (after-load-functions): New hook.
1376         (do-after-load-evaluation): Run it.  Use string-match-p to detect
1377         `obsolete' packages, rather than painfully extracting the relevant
1378         directory name.
1380 2009-09-15  Glenn Morris  <rgm@gnu.org>
1382         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
1383         free variable `doc'.
1385         * dired.el (dired-mode-map): Add menu entry for async shell command.
1387         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
1388         variables, also consider the .elc files, since the .el files are
1389         normally gzipped (subsequent code locates the .el.gz from the .elc).
1391         * calc/calc-prog.el (arglist): Define for compiler.
1393         * calendar/diary-lib.el (diary-display-function): Change the default to
1394         fancy display.
1395         (body): Define for compiler.
1397         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
1398         (byte-compile-file-form, byte-compile-lambda)
1399         (byte-compile-top-level-body, byte-compile-form)
1400         (byte-compile-variable-ref, byte-compile-setq)
1401         (byte-compile-setq-default, byte-compile-body)
1402         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
1403         (batch-byte-compile): Give some more local variables with common names
1404         a "bytecomp-" prefix to avoid masking warnings about free variables.
1406         * startup.el (command-line-1): Give local variables with common names a
1407         distinguishing prefix, so as not to hide free variable warnings during
1408         bootstrap.
1410         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
1411         clever and add a suffix to make a unique name, just let the user decide
1412         whether or not to overwrite it.  If the input is a directory, write the
1413         default filename to that directory.  (Bug#4388)
1414         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
1415         is a filename-as-a-directory.
1417 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * textmodes/page.el (what-page): Don't move to beginning of line.
1420         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
1422 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
1424         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
1426 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
1428         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
1429         * help.el (help-for-help-internal): Add purecopy calls for text.
1431         * vc.el (top): print-log method now takes an optional SHORTLOG
1432         argument.  Add a new method: root.
1433         (vc-root-diff, vc-print-root-log): New functions.
1434         (vc-log-short-style): New variable.
1435         (vc-print-log-internal): Add support for showing short logs.
1437         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
1438         vc-print-root-log and vc-print-root-diff.
1440         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
1441         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
1442         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
1443         short logs.
1445         * vc-cvs.el (vc-cvs-print-log):
1446         * vc-mtn.el (vc-mtn-print-log):
1447         * vc-rcs.el (vc-rcs-print-log):
1448         * vc-sccs.el (vc-sccs-print-log):
1449         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
1450         that is ignored for now.
1452         * vc-mtn.el (vc-mtn-annotate-command):
1453         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
1455 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
1458         to function-key-map, and give them ascii-character property.
1459         * term/x-win.el (x-alternatives-map):
1460         * term/ns-win.el (ns-alternatives-map):
1461         * term/internal.el (msdos-key-remapping-map):
1462         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
1464 2009-09-14  Glenn Morris  <rgm@gnu.org>
1466         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
1467         temp-buffers (2009-09-12).
1469 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
1472         the new read-key function.
1474 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1476         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
1477         is defined (Bug#4405).
1479 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
1481         * recentf.el (recentf-cleanup): Use a hash table to find
1482         duplicates (Bug#4407).
1484 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
1486         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
1487         kp-0 to ascii equivalents (Bug#4325).
1489 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
1491         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
1493         * eshell/em-hist.el:
1494         * eshell/em-dirs.el (eshell-complete-user-reference):
1495         Declare pcomplete functions and variables to avoid compiler warnings.
1497 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
1499         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
1500         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
1501         * eshell/em-alias.el (eshell-aliases-file):
1502         * eshell/em-hist.el (eshell-history-file-name):
1503         Use expand-file-name instead of concat to make file names (Bug#4308).
1505 2009-09-13  Glenn Morris  <rgm@gnu.org>
1507         * ediff-merg.el (ediff-do-merge):
1508         * filesets.el (filesets-run-cmd):
1509         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
1510         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
1511         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
1512         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
1513         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
1514         Replace empty `let's with `progn'.
1516 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1518         * mail/sendmail.el (send-mail-function):
1519         * tooltip.el (tooltip-mode):
1520         * simple.el (transient-mark-mode):
1521         * rfn-eshadow.el (file-name-shadow-mode):
1522         * frame.el (blink-cursor-mode):
1523         * font-core.el (global-font-lock-mode):
1524         * files.el (temporary-file-directory)
1525         (small-temporary-file-directory, auto-save-file-name-transforms):
1526         * epa-hook.el (auto-encryption-mode):
1527         * composite.el (global-auto-composition-mode):
1528         Use custom-initialize-delay.
1529         * startup.el (command-line): Don't explicitly call
1530         custom-reevaluate-setting for all the above vars.
1531         * custom.el (custom-initialize-safe-set)
1532         (custom-initialize-safe-default): Delete.
1534 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1536         * term/x-win.el (x-initialize-window-system):
1537         * term/w32-win.el (w32-initialize-window-system):
1538         * term/ns-win.el (ns-initialize-window-system): Don't call
1539         mouse-wheel-mode since it's enabled globally by default already.
1541         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
1542         actually define the variable, but only silences the byte-compiler.
1543         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
1544         before looking it up.
1545         (mouse-wheel-scroll-amount): Also reset the bindings if this value
1546         is changed.
1548 2009-09-12  Glenn Morris  <rgm@gnu.org>
1550         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
1551         1000.
1552         (elint-add-required-env): Don't beep on error.
1553         (elint-forms): In case of error, return ENV unchanged.
1554         (elint-init-env): Skip non-list forms.
1555         (elint-log): Handle unknown file positions.
1557 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
1559         * epg.el (epg-make-context): Add autoload cookie.
1560         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
1561         (epg-decrypt-string, epg-start-verify, epg-verify-file)
1562         (epg-verify-string, epg-start-sign, epg-sign-file)
1563         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
1564         (epg-encrypt-string, epg-start-export-keys)
1565         (epg-export-keys-to-file, epg-export-keys-to-string)
1566         (epg-start-import-keys, epg-import-keys-from-file)
1567         (epg-import-keys-from-string, epg-start-receive-keys)
1568         (epg-receive-keys, epg-import-keys-from-server)
1569         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
1570         (epg-sign-keys, epg-start-generate-key)
1571         (epg-generate-key-from-file, epg-generate-key-from-string):
1572         Remove autoload cookie.
1574 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
1576         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
1577         reevaluation of trash-directory.
1579         * mwheel.el: Fix last change.
1580         (mouse-wheel-mode): New defvar.
1581         (mouse-wheel-mode): Remove autoload cookie.
1583 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * mwheel.el (mwheel-installed-bindings): New var.
1586         (mouse-wheel-mode): Use it, so as to make sure we really remove all
1587         the bindings we set last time.  Use custom-initialize-delay.
1588         * loadup.el: Load mwheel after term/*-win.el.
1589         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
1590         and mouse-wheel-up-event now that their first evaluation is done
1591         sufficiently late to be correct.
1593         * startup.el (tutorial-directory): Make it a defcustom.
1594         Use custom-initialize-delay rather than eval-at-startup to set it.
1595         * image.el (image-load-path): Make it a defcustom.
1596         Use custom-initialize-delay rather than eval-at-startup to set it.
1597         * subr.el (eval-at-startup): Remove.
1598         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
1600         * subr.el (do-after-load-evaluation): Warn the user after loading an
1601         obsolete package.
1603 2009-09-12  Glenn Morris  <rgm@gnu.org>
1605         * proced.el (proced-mark-alt): Remove alias.
1606         (proced-mode-map): Remove proced-mark-alt.
1608         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
1609         Elint file and directory.  Remove initialization entry.
1611         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
1612         commands.
1613         (elint-current-buffer): Set mode-line-process.
1614         (elint-init-env): Handle define-derived-mode.
1615         Fix declare-function with unspecified arglist.  Guard against odd
1616         defalias statements (eg iso-insert's 8859-1-map).
1617         (elint-add-required-env): Use a temp buffer.
1618         (elint-form): Just print the function/macro name, not the whole form.
1619         Return env unchanged if we fail to parse a macro.
1620         (elint-forms): Guard against parse errors.
1621         (elint-output): New function, to handle batch mode.
1622         (elint-log-message): Add optional argument.  Use elint-output.
1623         (elint-set-mode-line): New function.
1625 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
1627         * emacs-lisp/elp.el (elp-not-profilable): Add more
1628         functions (Bug#4233).
1630 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
1632         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
1633         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
1635 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
1637         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
1638         (gdb-var-list-children): Use json parsing.
1640 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
1642         * progmodes/js.el (js--proper-indentation): Handle the case where
1643         char-before is null.  Reported by Deniz Dogan.
1645 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
1647         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
1649 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
1651         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
1652         (epg-digest-algorithm-alist): Add SHA224.
1653         (epg-context-set-passphrase-callback)
1654         (epg-context-set-progress-callback): Add description about
1655         callback function.
1657 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1659         * custom.el (custom-delayed-init-variables): New var.
1660         (custom-initialize-delay): New function.
1661         * startup.el (command-line): "Re"evaluate all vars in
1662         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
1663         explicitly any more.
1664         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
1665         to avoid creating a ~/.emacs.d at build-time (bug#4347).
1667         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
1669 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
1671         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
1672         (gdb-var-update-handler): Use json parsing.
1674 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
1676         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
1677         decode annotated text, regardless of language environment.  (Bug#2741)
1679 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1681         * Makefile.in (autoloads): Make rmail.el writable as well.
1683 2009-09-11  Glenn Morris  <rgm@gnu.org>
1685         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
1686         loaddefs.el.
1687         * dired.el: Regenerate with extracted autoloads.
1688         * Makefile.in (autoloads): Make dired.el writable.
1690         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
1691         * ibuffer.el: Regenerate with extracted autoloads.
1692         * Makefile.in (autoloads): Make ibuffer.el writable.
1694         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
1695         * version.el (emacs-copyright, emacs-major-version)
1696         (emacs-minor-version): Reformat doc-strings for make-docfile.
1698         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
1699         functions and variables, since they must be stuff specific to some other
1700         platform.
1701         (apropos-print): Make mouse-click message less specific about button.
1703         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
1704         that records where a macro was defined.
1705         * help-fns.el (describe-function-1): Mention if a function has a
1706         compiler-macro.
1707         * help-mode.el (help-function-cmacro): New button.
1709         * locate.el (top-level): Always require dired.
1710         (locate-mode-map): Initialize inside the defvar.
1712         * net/ange-ftp.el (dired-compress-file): Declare.
1713         (ange-ftp-dired-compress-file): Add doc string.
1715         * term/ns-win.el (x-display-name, x-setup-function-keys):
1716         Unify doc-strings with X versions.
1718 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1720         * emulation/crisp.el (crisp-mode-map): Move initialization
1721         into declaration.
1722         (crisp-mode): Use define-minor-mode.
1724         * progmodes/xscheme.el (xscheme-evaluation-commands):
1725         Put a :advertised-binding property rather than using
1726         advertised-xscheme-send-previous-expression.
1727         (advertised-xscheme-send-previous-expression): Declare obsolete.
1728         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
1729         `advertised-undo'.
1730         (crisp-mode): Add corresponding bindings to
1731         undo's :advertised-binding instead.
1732         * dired.el (dired-mode-map): Put a :advertised-binding property rather
1733         than using dired-advertised-find-file.
1734         (dired-advertised-find-file):
1735         * simple.el (advertised-undo):
1736         * wid-edit.el (advertised-widget-backward): Declare obsolete.
1737         (widget-keymap): Put a :advertised-binding property rather
1738         than using advertised-widget-backward.
1739         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
1740         than using advertised-undo.
1741         * tutorial.el (tutorial--default-keys): Adjust accordingly.
1743 2009-09-10  Simon South  <ssouth@slowcomputing.org>
1745         * progmodes/delphi.el (delphi-tab): Indent region when Transient
1746         Mark mode is enabled and region is active; otherwise indent or
1747         insert TAB as usual.
1748         (delphi-mode): Update description of TAB-key binding.
1750 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1752         * subr.el (define-key-rebound-commands): Mark obsolete.
1753         * startup.el (precompute-menubar-bindings): Remove.
1754         (normal-top-level): Remove obsolete code that tried to precompute
1755         menubar bindings.
1756         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
1757         define-key-rebound-commands and precompute-menubar-bindings.
1759 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
1761         * net/imap.el (imap-interactive-login): Better messages.
1762         (imap-open): Fix bug with renamed buffer on reconnect.
1763         (imap-authenticate): Add buffer-local imap-last-authenticator variable
1764         for easier debugging and cleaner code.  On successful (guessed based on
1765         server capabilities) secondary authentication, set imap-state
1766         correctly.
1767         (imap-last-authenticator): Define imap-last-authenticator as a variable
1768         to avoid warnings.
1770 2009-09-10  Glenn Morris  <rgm@gnu.org>
1772         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
1774         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
1775         (byte-compile-file-form-autoload): Don't warn about unknown functions
1776         where the autoload statement comes after the use.
1777         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
1778         that any handlers inside the body (eg require) are in turn respected.
1780         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
1781         effects.
1783         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
1784         and syntax and abbrev tables basic docs, if they don't have any.
1786         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
1788         * international/mule-cmds.el (top-level): Require cl when compiling.
1789         (view-hello-file): Use default-value rather than
1790         default-enable-multibyte-characters.
1792         * progmodes/fortran.el: Move all safe and risky properties into the
1793         defcustoms.
1795         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
1796         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
1797         * mail/undigest.el:
1798         Put autoloads in rmail.el rather than loaddefs.el.
1799         * mail/rmail.el: Regenerate with extracted autoloads.
1801         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
1802         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
1804 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
1806         Reported in thread for Bug#4375.
1807         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
1808         "-data-evaluate-expression" instead of print.
1809         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
1810         (gdb-tooltip-print): Parse output from above MI command.
1811         (gdb): Revert 2009-08-11 change.  User should detach inferior
1812         manually.
1814         Remove the word "separate" from IO functions as inferior
1815         output is now never displayed in the GUD buffer.
1817 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
1819         * startup.el (command-line-normalize-file-name): On Windows and
1820         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
1822 2009-09-10  Juri Linkov  <juri@jurta.org>
1824         * isearch.el (isearch-text-char-description): Propertize escape
1825         character sequences with the `escape-glyph' face.  (Bug#4344)
1827         * simple.el (shell-command): Set asynchronous process filter to
1828         `comint-output-filter'.  (Bug#4343)
1830         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
1831         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
1832         the list.  Move "asm" to the bottom.
1833         (grep-find-ignored-directories): Add `choice' with nil value
1834         to empty the list easily.
1835         (grep-find-ignored-files): New option.
1836         (grep-files-history): Set to nil by default instead of '("ch" "el").
1837         (grep-compute-defaults): Add "<X>" to `grep-template'.
1838         (grep-read-files): Bind new local variables `default-alias' and
1839         `default-extension'.  Use a list of default values for the file prompt.
1840         (lgrep): Add `--exclude=' command line options composed from
1841         `grep-find-ignored-files'.
1842         (rgrep): Add `-name' command line options composed from
1843         `grep-find-ignored-files'.  (Bug#4301)
1845 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1847         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
1848         (bug#4368).
1850 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1852         * calendar/time-date.el (autoload):
1853         Expand define-obsolete-function-alias into defalias and make-obsolete
1854         for old Emacsen that Gnus supports.
1855         (with-no-warnings): Define it for old Emacsen.
1856         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
1857         is available.
1858         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
1859         float-time is available; suppress compile warning for time-to-seconds.
1861 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
1863         * net/imap.el (imap-message-map): Docstring fix.
1865 2009-09-09  Glenn Morris  <rgm@gnu.org>
1867         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
1868         line numbers too.  (Bug#4374)
1870 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1872         * smerge-mode.el (smerge-remove-props, smerge-refine):
1873         Use with-silent-modifications (bug#4342).
1875         * subr.el (with-silent-modifications): New macro.
1877 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
1879         * files.el (top-level): Require `cl' when compiling.
1881 2009-09-07  Glenn Morris  <rgm@gnu.org>
1883         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
1885         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
1886         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
1888 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
1890         * vc-git.el (vc-git-annotate-command): Use separator to parse
1891         arguments correctly.
1893 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
1895         * proced.el (proced-mode): Doc fix.
1897 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
1899         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
1900         lstat fails.
1901         (tramp-do-file-attributes-with-ls): Check for file existence at
1902         remote end.
1903         (tramp-do-file-attributes-with-stat): Likewise.
1904         (tramp-convert-file-attributes): Return nil when attr is nil.
1906 2009-09-05  Glenn Morris  <rgm@gnu.org>
1908         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
1909         properties to this button.
1910         (diary-fancy-display): Don't extend the button to the final newline.
1911         (diary-fancy-display-mode): Continue to define "q" as a local key.
1913         * calendar/cal-china.el (holiday-chinese): Make it slightly more
1914         efficient.
1916         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
1918         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
1919         (byte-compile-dest-file-function): New option.
1920         (byte-compile-dest-file): Doc fix.
1921         Obey byte-compile-dest-file-function.
1922         (byte-compile-cl-file-p): New function.
1923         (byte-compile-eval): Only suppress noruntime warnings about cl functions
1924         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
1925         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
1926         than for file being previously loaded.
1927         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
1928         (byte-compile-file-form-require): Handle the case where requiring a file
1929         indirectly causes CL to be loaded.
1931 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
1933         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
1934         before killing the old buffer, since by the time `kill-buffer' is
1935         run so many buffer variables have been set to nil that it may not
1936         behave as expected.  (Bug#4061)
1938 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
1940         * files.el (find-alternate-file): If the old buffer is modified
1941         and visiting a file, behave similarly to `kill-buffer' when
1942         killing it, thus reverting to the pre-1.878 behavior; see
1943         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
1944         for discussion.  Also, consult `buffer-file-name' as a variable
1945         not as a function, for consistency with the rest of the code.
1947 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
1949         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
1950         also when adding a new directory.
1952         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
1953         defun.
1955 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1957         * files.el (locate-file-completion-table): Make it provide boundary
1958         information, so partial-completion works better.
1960 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
1962         * mail/footnote.el (Footnote-text-under-cursor):
1963         Check footnote-text-marker-alist before using it (bug#4324).
1965 2009-09-04  Glenn Morris  <rgm@gnu.org>
1967         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
1968         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
1969         * play/solitaire.el, play/tetris.el:
1970         Remove leading * from defcustom and defface docs.
1972         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
1973         necessary.
1974         (diary-fancy-overriding-map): New variable.
1975         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
1976         Use view-mode.
1978         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
1979         goto-line.
1981 2009-09-03  Glenn Morris  <rgm@gnu.org>
1983         * arc-mode.el (archive-mode):
1984         * dos-fns.el (set-default-process-coding-system):
1985         * man.el (Man-getpage-in-background):
1986         * menu-bar.el (menu-bar-describe-menu):
1987         * server.el (server-process-filter):
1988         * startup.el (command-line):
1989         * tar-mode.el (tar-header-block-tokenize, tar-extract):
1990         * w32-fns.el (set-default-process-coding-system):
1991         * x-dnd.el (x-dnd-handle-file-name):
1992         * international/mule-cmds.el (mule-menu-keymap)
1993         (set-default-coding-systems, language-info-alist, set-language-info)
1994         (set-language-environment, standard-display-european-internal)
1995         (set-locale-environment):
1996         * international/mule-diag.el (mule-diag):
1997         * mail/emacsbug.el (report-emacs-bug):
1998         * mail/rmail.el (rmail-mode):
1999         * mail/sendmail.el (mail-setup):
2000         Use default-value rather than default-enable-multibyte-characters.
2002         * progmodes/f90.el: Move all safe properties into the defcustoms.
2003         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
2005         * calendar/appt.el (appt-check):
2006         * calendar/diary-lib.el (diary-set-header, diary-live-p)
2007         (diary-check-diary-file, diary-list-entries)
2008         (diary-include-other-diary-files, diary-simple-display)
2009         (diary-fancy-display, diary-print-entries)
2010         (diary-mark-included-diary-files, diary-make-entry):
2011         Don't call substitute-in-file-name on diary-file.
2013 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
2014             Stefan Monnier  <monnier@iro.umontreal.ca>
2016         * mail/footnote.el (footnote-prefix): Make it a defcustom.
2017         (footnote-mode-map): Move initialization into the declaration.
2018         (footnote-minor-mode-map): Define it rather than changing global-map.
2019         (footnote-mode): Use define-minor-mode.
2021 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
2023         * net/tramp.el (tramp-handle-file-attributes-with-ls)
2024         (tramp-do-file-attributes-with-perl)
2025         (tramp-do-file-attributes-with-stat): Rename from
2026         `tramp-handle-file-attributes-with-*'.
2027         (tramp-handle-file-attributes): Use them.
2028         (tramp-do-directory-files-and-attributes-with-perl)
2029         (tramp-do-directory-files-and-attributes-with-stat): Rename from
2030         `tramp-handle-directory-files-and-attributes-with-*'.
2031         (tramp-handle-directory-files-and-attributes): Use them.
2032         (tramp-method-out-of-band-p): Additional parameter SIZE.
2033         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
2034         (tramp-handle-write-region): Use it.
2035         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
2036         (tramp-handle-vc-registered): Check, whether the first run did
2037         return files to be tested.
2038         (tramp-advice-make-auto-save-file-name): Do not call directly
2039         `tramp-handle-make-auto-save-file-name', because this would bypass
2040         the locking mechanism.
2042         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
2043         (file-remote-p, process-file, start-file-process, set-file-times)
2044         (tramp-compat-file-attributes): Compatibility functions shall not
2045         call directly `tramp-handle-*', because this would bypass the
2046         locking mechanism.
2047         (tramp-compat-number-sequence): New defun.
2049 2009-09-02  Glenn Morris  <rgm@gnu.org>
2051         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
2052         alias for float-time.
2053         (time-to-number-of-days): In Emacs, use float-time.
2054         * net/newst-backend.el (time-add): Suppress warnings from compat
2055         function.
2056         * time.el (emacs-uptime, emacs-init-time):
2057         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
2058         Use float-time rather than time-to-seconds.
2060         * minibuffer.el (completion-initials-expand): Fix typo.
2062         * faces.el (modeline, modeline-inactive, modeline-highlight)
2063         (modeline-buffer-id):
2064         * info.el (info-menu-5): Mark these face aliases as obsolete.
2066 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2068         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
2069         space ...
2070         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
2071         no "--thread" option.
2072         (gdb-stopped): Don't print "Switched to thread" message when it is
2073         unchanged.
2075 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2077         * minibuffer.el (completion-try-completion)
2078         (completion-all-completions): Remove ill-defined (and
2079         mistakenly installed and luckily never used nor documented)
2080         `completion-styles' property.
2081         (completion-initials-expand, completion-initials-all-completions)
2082         (completion-initials-try-completion): New functions.
2083         (completion-styles-alist): Add doc to each entry.
2084         Add new `initials' entry.
2086 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
2088         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
2089         MI command -var-evaluate-expression.
2090         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
2091         and tweak for case of string child.
2092         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
2094 2009-09-01  Glenn Morris  <rgm@gnu.org>
2096         * add-log.el (change-log-date-face, change-log-name-face)
2097         (change-log-email-face, change-log-file-face, change-log-list-face)
2098         (change-log-conditionals-face, change-log-function-face)
2099         (change-log-acknowledgement-face):
2100         * cus-edit.el (custom-invalid-face, custom-rogue-face)
2101         (custom-modified-face, custom-set-face, custom-changed-face)
2102         (custom-saved-face, custom-button-face, custom-button-pressed-face)
2103         (custom-documentation-face, custom-state-face, custom-comment-face)
2104         (custom-comment-tag-face, custom-variable-tag-face)
2105         (custom-variable-button-face, custom-face-tag-face)
2106         (custom-group-tag-face-1, custom-group-tag-face):
2107         * diff-mode.el (diff-header-face, diff-file-header-face)
2108         (diff-index-face, diff-hunk-header-face, diff-removed-face)
2109         (diff-added-face, diff-changed-face, diff-function-face)
2110         (diff-context-face, diff-nonexistent-face):
2111         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2112         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
2113         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2114         (Info-title-4-face):
2115         * isearch.el (isearch-lazy-highlight-face):
2116         * log-view.el (log-view-file-face, log-view-message-face):
2117         * paren.el (show-paren-match-face, show-paren-mismatch-face):
2118         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2119         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2120         (cvs-msg-face):
2121         * smerge-mode.el (smerge-mine-face, smerge-other-face)
2122         (smerge-base-face, smerge-markers-face):
2123         * wid-edit.el (widget-documentation-face, widget-button-face)
2124         (widget-field-face, widget-single-line-field-face)
2125         (widget-inactive-face, widget-button-pressed-face):
2126         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
2127         (woman-addition-face):
2128         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
2129         (eshell-ls-executable-face, eshell-ls-readonly-face)
2130         (eshell-ls-unreadable-face, eshell-ls-special-face)
2131         (eshell-ls-missing-face, eshell-ls-archive-face)
2132         (eshell-ls-backup-face, eshell-ls-product-face)
2133         (eshell-ls-clutter-face):
2134         * eshell/em-prompt.el (eshell-prompt-face):
2135         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
2136         * obsolete/old-whitespace.el (whitespace-highlight-face):
2137         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
2138         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
2139         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
2140         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
2141         (antlr-font-lock-literal-face):
2142         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2143         (ebrowse-root-class-face, ebrowse-file-name-face)
2144         (ebrowse-default-face, ebrowse-member-attribute-face)
2145         (ebrowse-member-class-face, ebrowse-progress-face):
2146         * progmodes/make-mode.el (makefile-space-face):
2147         * progmodes/sh-script.el (sh-heredoc-face):
2148         * textmodes/flyspell.el (flyspell-incorrect-face)
2149         (flyspell-duplicate-face):
2150         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
2151         * textmodes/texinfo.el (texinfo-heading-face):
2152         Mark face aliases with "-face" suffix as obsolete.
2154         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
2155         compiler.
2157         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
2158         (eudc-bob-sound-menu): Use defvar rather than defconst, since
2159         easy-menu-define wants to modify these.
2161         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
2163         * net/browse-url.el (browse-url-file-url):
2164         * term/internal.el (dos-codepage-setup):
2165         Use default-value rather than default-enable-multibyte-characters.
2167         * progmodes/etags.el (etags-goto-tag-location):
2168         * progmodes/flymake.el (flymake-highlight-line)
2169         (flymake-goto-file-and-line, flymake-goto-line):
2170         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
2171         (gdb-goto-breakpoint):
2172         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2173         * progmodes/python.el (python-find-function)
2174         (python-pdbtrack-track-stack-file):
2175         * progmodes/verilog-mode.el (verilog-surelint-off):
2176         * term/ns-win.el (ns-open-file-select-line):
2177         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
2178         Use forward-line rather than goto-line.
2180         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
2181         * textmodes/reftex-index.el (reftex-display-index):
2182         * textmodes/reftex-ref.el (reftex-offer-label-menu):
2183         * textmodes/reftex-toc.el (reftex-toc):
2184         Remove unnecessary bindings of default-major-mode (all are followed by
2185         major-mode check and possible mode switch).
2187 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2189         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
2190         Handle watchpoints (bug#4282).
2191         (def-gdb-thread-buffer-command): Enable thread to be selected by
2192         clicking without selecting threads buffer first.
2193         (gdb-current-context-command): Use selected frame so that "up",
2194         "down" etc work in the GUD buffer.
2195         (gdb-update): Find selected frame before rendering stack buffer.
2196         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
2198 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * progmodes/sym-comp.el (displayed-completions): Remove.
2201         (symbol-complete): Use minibuffer-complete.
2203 2009-08-31  Glenn Morris  <rgm@gnu.org>
2205         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
2207         * apropos.el (apropos-symbols-internal):
2208         Handle (obsolete) face aliases.
2210         * faces.el (describe-face): Adjust the output format to be more like
2211         describe-variable, and to mention (obsolete) face aliases.
2212         Adjust the whitespace so that help-setup-xref works.
2214         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
2215         * calendar/diary-lib.el (diary-button-face):
2216         Mark these face aliases as obsolete.
2218         * calendar/calendar.el (calendar-today): Doc fix.
2220 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
2222         * progmodes/gdb-mi.el (gdb-control-all-threads)
2223         (gdb-control-current-thread): Force tool bar update.
2224         (gdb-non-stop-handler): New function.
2225         (gdb-init-1): Use it to test if non-stop mode is supported.
2226         Remove unused gdbmi buffer type.
2228 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
2230         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
2231         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
2233 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
2235         * comint.el (comint-exec-1): Check command is non-null first.
2236         Part of gdb-mi.el change (2009-08-28).
2238 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2240         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
2242 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
2244         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
2245         instead of `dolist' to avoid a recursive require when bootstrapping.
2247 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2249         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
2251         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
2253         * net/imap.el (imap-send-command): Simplify.
2254         (imap-wait-for-tag): point-max -> buffer-size.
2256         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
2258         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
2259         with constant argument.
2261         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
2263         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
2265         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
2266         Change default, since most of our files don't have a history.
2267         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
2268         the user.
2270         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
2271         Add comint-run.
2273         * calc/calc.el: Improve commenting convention.
2274         (calc-digit-map, toplevel): Simplify.
2276         * comint.el (comint-insert-input): Be careful to only set point if we
2277         don't delegate to some other command.
2279         * proced.el (proced-signal-list): Make it an alist.
2280         (proced-grammar-alist): Capitalize names.
2281         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
2282         Disable undo manually and make it read-only.
2283         Use completion-annotate-function.
2285         * minibuffer.el (minibuffer-message): If the current buffer is not
2286         a minibuffer, insert the message in the echo area rather than at the
2287         end of the buffer.
2288         (completion-annotate-function): New variable.
2289         (minibuffer-completion-help): Use it.
2290         (completion--embedded-envvar-table): Environment vars are
2291         always case-sensitive.
2293 2009-08-30  Glenn Morris  <rgm@gnu.org>
2295         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
2296         from fortran-current-defun.
2297         (fortran-beginning-of-subprogram): Be more precise about finding the
2298         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
2299         (fortran-end-of-subprogram): Simplify.
2300         (fortran-current-defun): Use fortran-start-prog-re.
2302 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
2304         * subr.el (do-after-load-evaluation): Simplify.
2306 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
2308         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
2310         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
2311         (vc-rcs-print-log): Use it.
2313         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
2315 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2317         * paths.el (abbrev-file-name): Move to abbrev.el.
2318         * abbrev.el (abbrev-file-name): Move from paths.el.
2319         Obey user-emacs-directory.
2320         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
2321         user-emacs-directory.
2322         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
2323         abbrev-file-name and calc-settings-file any more.
2324         * startup.el (command-line): Recompute abbrev-file-name and
2325         abbreviated-home-dir.
2326         (normal-no-mouse-startup-screen): Improve the generic code and get rid
2327         of the special code for when C-h bindings haven't been changed.
2328         (display-startup-echo-area-message): Use with-current-buffer.
2329         (command-line-1): Use a list of strings, rather than a list of lists
2330         of strings for longopts.
2332         * files.el (get-free-disk-space): Use / for default-directory.
2334         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
2335         Use with-current-buffer.
2337         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
2338         Recognize immutable variables like most-positive-fixnum.
2339         (byte-compile-setq-default): Check and warn if trying to assign
2340         to an immutable variable, or a non-variable.
2342         * progmodes/cc-vars.el (c-comment-continuation-stars):
2343         * progmodes/cc-engine.el (c-looking-at-bos):
2344         * progmodes/cc-cmds.el (c-toggle-auto-state)
2345         (c-forward-into-nomenclature, c-backward-into-nomenclature)
2346         (c-comment-line-break-function): Add version of obsolescence.
2348 2009-08-28  Juri Linkov  <juri@jurta.org>
2350         * files.el (magic-fallback-mode-alist): Add ZIP magic number
2351         associated with `archive-mode'.
2353         * image.el (image-type-header-regexps): Use only JPEG magic number
2354         to determine JPEG images, and don't use `image-jpeg-p' because
2355         Emacs can display non-JFIF non-Exif JPEG images.
2357 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2359         * arc-mode.el (archive-mode):
2360         * emacs-lisp/re-builder.el (re-builder-unload-function):
2361         Protect against the default value of `major-mode' being nil.
2363 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
2365         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
2366         Fix typos in docstrings.
2368         * progmodes/js.el (js--macro-decl-re): Doc fix.
2369         (js--plain-method-re, js--split-name): Refloc docstring.
2370         (js--class-styles, js--make-merged-item, js--splice-into-items):
2371         Fix typos in docstrings; reflow docstrings.
2372         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
2373         (js--variable-decl-matcher, js--inside-pitem-p)
2374         (js--parse-state-at-point, js--get-all-known-symbols)
2375         (js--symbol-history, js-find-symbol, js--js-references)
2376         (js--moz-interactor, js--js-encode-value, js--read-tab):
2377         Fix typos in docstrings.
2379 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * textmodes/reftex.el (reftex-get-file-buffer-force):
2382         * progmodes/verilog-mode.el (verilog-batch-execute-func):
2383         * emulation/viper.el (viper-go-away, viper-set-hooks):
2384         * emacs-lisp/re-builder.el (re-builder-unload-function):
2385         * emacs-lisp/bytecomp.el (byte-compile-file):
2386         * ses.el (ses-unload-function):
2387         * hexl.el (hexl-find-file):
2388         * files.el (normal-mode):
2389         * ehelp.el (with-electric-help):
2390         * autoinsert.el (auto-insert-alist):
2391         * arc-mode.el (archive-mode):
2392         Use (default-value 'major-mode) instead of default-major-mode.
2394         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
2395         * international/mule.el (load-with-code-conversion):
2396         * emacs-lisp/debug.el (debug):
2397         * ediff-vers.el (ediff-rcs-get-output-buffer):
2398         * dired.el (dired-internal-noselect): Don't let-bind
2399         default-major-mode around code that doesn't use it.
2400         E.g. buffer creation via get-buffer-create doesn't use it.
2402 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
2404         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
2405         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
2406         when writing the temp file.  Otherwise, epa-file gets confused.
2407         (tramp-register-file-name-handlers): Make it a defun.  Move also
2408         `epa-file-handler' to the front of `file-name-handler-alist'.
2410 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2412         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
2413         start right after a ^M.
2414         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
2415         (tramp-completion-file-name-regexp-separate)
2416         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
2417         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
2418         Don't modify last-coding-system-used by accident.
2419         (tramp-completion-file-name-handler): Apply the checks here,
2420         instead during registration.
2421         (tramp-register-file-name-handlers) Renamed from
2422         `tramp-register-file-name-handler'.  Register both
2423         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
2424         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
2426 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
2428         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
2429         Remove variable ...
2430         (gdb-init-1, gdb-display-separate-io-buffer)
2431         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
2432         references to it.
2433         (gdb-inferior-io-mode): Use make-comint-in-buffer.
2434         (gdb-inferior-filter): Use comint-output-filter to stop
2435         echoing and remove ^M characters.
2437 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2439         * emulation/viper-init.el (viper-restore-cursor-type):
2440         * emulation/cua-base.el (cua--update-indications):
2441         Replace default-cursor-type with (default-value 'cursor-type).
2443         * mail/sendmail.el (mail-recover-1):
2444         * international/mule-diag.el (describe-current-coding-system-briefly)
2445         (describe-current-coding-system):
2446         * international/mule-cmds.el (select-safe-coding-system)
2447         (select-message-coding-system)
2448         (set-language-environment-coding-systems, set-locale-environment):
2449         * hexl.el (hexl-insert-multibyte-char):
2450         * dos-w32.el (find-buffer-file-type-coding-system):
2451         * simple.el (what-cursor-position):
2452         Replace uses of default-buffer-file-coding-system
2453         with (default-value 'buffer-file-coding-system).
2455         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
2456         Replace uses of default-cursor-in-non-selected-windows
2457         with (default-value 'cursor-in-non-selected-windows).
2458         Use with-current-buffer.
2460         * mail/feedmail.el: Use CL macros.
2461         (feedmail-run-the-queue, feedmail-send-it-immediately):
2462         * dos-w32.el (find-buffer-file-type): Replace uses of
2463         default-buffer-file-type with (default-value 'buffer-file-type).
2465 2009-08-28  Glenn Morris  <rgm@gnu.org>
2467         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
2468         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
2469         Use default-value of major-mode rather than default-major-mode.
2471 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2473         * Makefile.in (update-elcfiles): Report left over elc files.
2475         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
2476         expand-file-name and with-current-buffer.
2477         (mail-get-names, mail-directory): Use with-current-buffer.
2479         * vc.el (vc-read-revision): New function.
2480         (vc-version-diff, vc-merge): Use it.
2482 2009-08-27  Sam Steingold  <sds@gnu.org>
2484         * simple.el (kill-do-not-save-duplicates): New user option.
2485         (kill-new): When it is non-nil, and the new string is the same as
2486         the latest kill, set replace to t to avoid duplicates in kill-ring.
2488 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
2490         * net/tramp.el (tramp-handle-process-file): Do not flush all
2491         caches when `process-file-side-effects' is set.
2492         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
2493         instead of `tramp-find-file-exists-command'.
2494         Unset `process-file-side-effects'.
2496 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
2498         * net/tramp.el (tramp-methods): New method "rsyncc".
2499         (top): Add completion function for "rsyncc".
2500         (tramp-message-show-message): New defvar.
2501         (tramp-message, tramp-error): Use it.
2502         (tramp-do-copy-or-rename-file-directly): Extend check for direct
2503         remote copying.
2504         (tramp-do-copy-or-rename-file-out-of-band): Handle new
2505         `tramp-methods' entry `copy-env' of "rsyncc".
2506         (tramp-vc-registered-read-file-names): New defconst.
2507         (tramp-vc-registered-file-names): New defvar.
2508         (tramp-handle-vc-registered): Implement optimization strategy.
2509         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
2510         (tramp-vc-file-name-handler): New defun.
2511         (tramp-get-ls-command, tramp-get-test-command)
2512         (tramp-get-file-exists-command, tramp-get-remote-ln)
2513         (tramp-get-remote-perl, tramp-get-remote-stat)
2514         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
2516         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
2517         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
2518         timestamps.
2519         (tramp-get-file-property): Check for timestamps in
2520         `tramp-cache-inhibit-cache'.
2521         (tramp-set-file-property): Write timestamp.
2523 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2525         * language/japan-util.el (japanese-symbol-table): Add entries for
2526         cp932-2-byte.
2528         * international/characters.el: Add category `j' to cp932-2-byte.
2530 2009-08-27  Kenichi Handa  <handa@m17n.org>
2532         * international/fontset.el (build-default-fontset-data): New macro.
2533         (setup-default-fontset): Use build-default-fontset-data for CJK,
2534         tibetan, ethiopic, and ipa.
2536 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2538         * cus-start.el (default-major-mode): Customize `major-mode' instead.
2539         (enable-multibyte-characters): Not customizable any more.
2541         * subr.el (default-mode-line-format, default-header-line-format)
2542         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
2543         (default-direction-reversed, default-truncate-lines)
2544         (default-left-margin, default-tab-width, default-case-fold-search)
2545         (default-left-margin-width, default-right-margin-width)
2546         (default-left-fringe-width, default-right-fringe-width)
2547         (default-fringes-outside-margins, default-scroll-bar-width)
2548         (default-vertical-scroll-bar, default-indicate-empty-lines)
2549         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
2550         (default-fringe-cursor-alist, default-scroll-up-aggressively)
2551         (default-scroll-down-aggressively, default-fill-column)
2552         (default-cursor-type, default-buffer-file-type)
2553         (default-cursor-in-non-selected-windows)
2554         (default-buffer-file-coding-system, default-major-mode)
2555         (default-enable-multibyte-characters): Mark as obsolete.
2557 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
2559         * vc-dir.el (vc-dir-update): Remove debug helper.
2561         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
2563 2009-08-26  Sam Steingold  <sds@gnu.org>
2565         * simple.el (save-interprogram-paste-before-kill): New user option.
2566         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
2567         save the interprogram-paste into kill-ring before overriding it
2568         with the Emacs kill.
2570 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2572         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
2573         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
2574         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
2575         and move to vc-rcs.el.
2576         (vc-default-next-revision): Rename to vc-rcs-next-revision and
2577         move to vc-rcs.el.
2578         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
2579         (vc-rcs-update-changelog): Remove.
2580         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
2581         and move to vc-rcs.el.
2583         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
2584         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
2585         renaming.
2586         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
2587         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
2588         vc.el, renamed to be RCS specific.
2590         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
2591         New functions.
2592         (vc-cvs-update-changelog): Move here from vc.el.
2594         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
2595         New functions.
2597 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2599         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
2601 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
2603         * vc-git.el (vc-git-register): Use "git add" for directories.
2604         (vc-git-stash, vc-git-stash-show): New functions.
2605         (vc-git-extra-menu-map): Bind them.
2607         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
2608         directory correctly in case the item is a directory itself.
2610         * vc.el: Document the desired behavior for reverted files in the
2611         `added' state.
2612         (vc-default-prettify-state-info): Remove function, unused.
2614         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
2616 2009-08-26  Glenn Morris  <rgm@gnu.org>
2618         * bindings.el (standard-mode-line-format): Reposition dashes in
2619         which-func entry.  (Bug#4217)
2621         * files.el (enable-local-variables, enable-local-eval)
2622         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
2623         the defcustoms.
2624         (auto-mode-alist, ignored-local-variables)
2625         (save-some-buffers-action-alist): Move risky declarations to the
2626         definitions.
2627         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
2628         (font-lock-defaults, format-alist, imenu--index-alist)
2629         (imenu-generic-expression, input-method-alist, minor-mode-alist)
2630         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
2631         (mode-line-modified, mode-line-mule-info, mode-line-position)
2632         (mode-line-process, mode-line-remote, outline-level)
2633         (parse-time-rules, rmail-output-file-alist)
2634         (special-display-buffer-names, vc-mode):
2635         Move risky declarations to the relevant files.
2636         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
2637         (mode-line-modified, mode-line-process, mode-line-position)
2638         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
2639         * font-core.el (font-lock-defaults):
2640         * format.el (format-alist):
2641         * vc-hooks.el (vc-mode):
2642         * window.el (special-display-buffer-names):
2643         * international/mule-cmds.el (input-method-alist):
2644         Define riskiness here (dumped file) rather than in files.el.
2645         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
2646         * imenu.el (imenu-generic-expression, imenu--index-alist):
2647         * outline.el (outline-level):
2648         * time.el (display-time-string):
2649         * calendar/parse-time.el (parse-time-rules):
2650         * mail/rmailout.el (rmail-output-file-alist):
2651         Autoload riskiness here, rather than placing in files.el.
2653 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
2655         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
2657 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
2659         * simple.el (process-file-side-effects): New defvar.
2661         * dired-aux.el (dired-show-file-type):
2662         * vc.el (vc-diff-internal):
2663         * vc-arch.el (vc-arch-diff):
2664         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
2665         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
2666         * vc-git.el (vc-git-registered, vc-git-working-revision)
2667         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
2668         (vc-git--empty-db-p):
2669         * vc-hooks.el (vc-user-login-name):
2670         * vc-svn.el (vc-svn-registered, vc-svn-state)
2671         (vc-svn-dir-extra-headers, vc-svn-find-revision):
2672         * progmodes/grep.el (grep-probe): Let-bind
2673         `process-file-side-effects' with nil.
2675         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
2677         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
2678         daemon.  Replace ping by checking for running service for bluez
2679         and zeroconf.  (Bug#4239)
2681 2009-08-25  Kevin Ryde  <user42@zip.com.au>
2683         * net/dig.el (dig): Add autoload cookie.
2685 2009-08-25  Glenn Morris  <rgm@gnu.org>
2687         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
2688         load-history for absolute file-names.
2689         (byte-compile-file-form-require): Warn about use of the cl package.
2691         * format.el (format-alist): Doc fix.
2693         * play/bubbles.el (top-level): Don't require cl at run-time.
2695         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
2696         run-time cl).
2698 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
2700         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
2701         from cl package.
2702         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
2704 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
2706         * calc/calc-alg.el (math-trig-rewrite)
2707         (math-hyperbolic-trig-rewrite): New functions.
2708         (calc-simplify): Simplify trig functions when asked.
2710 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2712         * diff-mode.el (diff-find-source-location): Avoid goto-line.
2714 2009-08-24  Kenichi Handa  <handa@m17n.org>
2716         * language/ind-util.el (mapthread): Delete it.
2717         (combinatorial): New function.
2718         (indian--puthash-cv): Use combinatorial instead of mapthread.
2720 2009-08-22  Kevin Ryde  <user42@zip.com.au>
2722         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
2723         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
2724         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
2725         Clarify docstring that the value is strings not symbols.
2726         (checkdoc-list-of-strings-p): New function.
2728 2009-08-22  Glenn Morris  <rgm@gnu.org>
2730         * files.el (auto-mode-alist):
2731         * hippie-exp.el (he-concat-directory-file-name):
2732         * lpr.el (lpr-windows-system, printer-name):
2733         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
2734         * ps-print.el (ps-windows-system):
2735         * startup.el (command-line):
2736         * emulation/viper-ex.el (viper-glob-function):
2737         * international/mule-cmds.el (set-language-environment-coding-systems):
2738         * net/ange-ftp.el (ange-ftp-write-region):
2739         * obsolete/fast-lock.el (fast-lock-cache-name):
2740         Remove code for defunct system-types emx, macos, mswindows, next-mach,
2741         unisoft-unix, vax-vms, win32, w32.
2743         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
2744         given name if the pattern is not more specific.
2746         * calendar/lunar.el (lunar-phase-names): New option.
2747         (lunar-phase): Doc fix.
2748         (lunar-cycles-per-year): New constant.
2749         (lunar-index): New function.
2750         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
2751         (lunar-phase-name): Use lunar-phase-names.
2752         (calendar-lunar-phases): Use format.
2753         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
2755         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
2756         Copy imenu-example--name-and-position function here for own use.
2757         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
2759         * bs.el (bs--redisplay):
2760         * cus-edit.el (custom-redraw):
2761         * ibuffer.el (ibuffer-bury-buffer):
2762         * server.el (server-goto-line-column):
2763         * startup.el (command-line-1):
2764         * strokes.el (strokes-xpm-for-stroke):
2765         * term.el (term-display-buffer-line):
2766         * view.el (View-goto-line):
2767         * calc/calc.el (calc-do, calc-trail-buffer):
2768         * play/gamegrid.el (gamegrid-add-score-insecure):
2769         * progmodes/ada-mode.el (ada-compile-goto-error):
2770         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
2771         (ebrowse-select-1st-to-9nth):
2772         * progmodes/cperl-mode.el (cperl-time-fontification):
2773         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
2774         * progmodes/gud.el (gud-display-line):
2775         (idlwave-shell-display-line):
2776         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
2777         * progmodes/make-mode.el (makefile-browser-toggle):
2778         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
2779         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
2780         * textmodes/picture.el (picture-draw-rectangle):
2781         * textmodes/reftex-index.el (reftex-index-goto-letter):
2782         (reftex-select-jump-to-previous):
2783         * textmodes/reftex-sel.el (reftex-find-start-point)
2784         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
2785         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
2786         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
2787         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2788         * textmodes/two-column.el (2C-associated-buffer):
2789         Use forward-line rather than goto-line.
2791         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
2792         goto-line.
2794         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
2795         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
2796         (quick-check-list-to-regexp): Declare.
2798         * progmodes/make-mode.el (makefile-browser-insert-selection):
2799         Use goto-char rather than goto-line.
2801         * progmodes/prolog.el (compilation-error-regexp-alist)
2802         (compilation-forget-errors): Declare.
2804 2009-08-22  Juri Linkov  <juri@jurta.org>
2806         * progmodes/grep.el (lgrep, rgrep): At the beginning
2807         set `dir' to `default-directory' unless `dir' is a non-nil
2808         readable directory.  (Bug#4052)
2809         (lgrep, rgrep): Change a weird way to report an error
2810         from using `read-string' to using `error'.
2811         Instead of using interactive arguments in the function body,
2812         add new argument `confirm'.
2814 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2816         * textmodes/remember.el (remember-buffer):
2817         * progmodes/cperl-mode.el (cperl-vc-header-alist):
2818         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
2819         (icalendar-extract-ical-from-buffer):
2820         * net/newst-treeview.el (newsticker-groups-filename):
2821         * net/newst-backend.el (newsticker-cache-filename):
2822         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
2823         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
2824         (speedbar-add-ignored-path-regexp, speedbar-line-path)
2825         (speedbar-buffers-line-path, speedbar-path-line)
2826         (speedbar-buffers-line-path):
2827         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
2828         (epg-sign-keys):
2829         * epa.el (epa-display-verify-result):
2830         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
2832 2009-08-21  Glenn Morris  <rgm@gnu.org>
2834         * progmodes/js.el (inferior-moz-process): Fix declaration.
2836         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
2838         * obsolete/rnewspost.el (news-mail-reply):
2839         Use goto-char rather than goto-line.
2841         * term/ns-win.el (ns-open-file-select-line):
2842         Use line-beginning-position rather than goto-line.
2844         * apropos.el (apropos-command):
2845         * ehelp.el (electric-helpify):
2846         * printing.el (pr-show-setup):
2847         * strokes.el (strokes-help):
2848         * tutorial.el (tutorial--describe-nonstandard-key)
2849         (tutorial--detailed-help):
2850         * woman.el (woman-mini-help, woman-display-extended-fonts):
2851         * calc/calc-help.el (calc-describe-key):
2852         * emulation/edt.el (edt-electric-helpify):
2853         * international/mule-diag.el (mule-diag):
2854         * play/yow.el (apropos-zippy):
2855         * progmodes/python.el (python-describe-symbol):
2856         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
2857         * textmodes/table.el (*table--cell-describe-mode)
2858         (*table--cell-describe-bindings):
2859         Use help-print-return-message rather than the now obsolete alias.
2861         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
2862         (calendar-cursor-to-visible-date):
2863         * play/5x5.el (5x5-position-cursor):
2864         * play/decipher.el (decipher):
2865         * play/gomoku.el (gomoku-goto-xy):
2866         * play/landmark.el (lm-goto-xy):
2867         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
2868         (mpuz-paint-digit):
2869         Use forward-line, not goto-line.
2871         * mail/rmail.el (rmail-obsolete): Delete custom group.
2872         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
2873         (rmail-remote-password, rmail-remote-password-required):
2874         Remove unneeded :set-after and :set properties.
2876 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
2878         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
2880 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
2882         * loadup.el: Remove leftover macos code.
2884         * vc-git.el (vc-git-annotate-command): Run asynchronously.
2885         Explicitly pass the date format to git blame so that user local
2886         so that the output format can be parsed.
2888 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
2890         * net/dbus.el (top): Don't check for (getenv
2891         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
2893 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
2895         * log-edit.el (log-edit-strip-single-file-name): New var.
2896         (log-edit-insert-changelog): Use it.  Bug#3571
2898 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2900         * subr.el (read-passwd): Use read-key so keypad keys work as well.
2901         Bug#3287
2903         * help.el (help-print-return-message): Rename from
2904         print-help-return-message.
2906         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
2907         cvs-mode-map parent hack.
2908         (log-view-mode): Derive from special-mode.
2910         * linum.el (linum-mode): window-size-change-functions is redundant.
2911         Adapt to new window-configuration-change-hook behavior.
2912         (linum-after-size, linum-after-config): Remove.
2914         * imenu.el (imenu-example--name-and-position)
2915         (imenu-example--lisp-extract-index-name)
2916         (imenu-example--create-lisp-index, imenu-example--create-c-index):
2917         Mark as obsolete.
2919         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
2920         (inferior-prolog-mode): Use it.
2921         (inferior-prolog-load-file): Reset list of errors.
2923 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
2925         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
2927         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
2929 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
2931         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
2932         is running already.
2934 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2936         * subr.el (listify-key-sequence-1): Use normal syntax since those
2937         integers are nowadays always represented by the same (positive) number
2938         on all platforms.
2939         (read-key-empty-map): New const.
2940         (read-key-delay): New var.
2941         (read-key): New function.
2942         (force-mode-line-update): Use with-current-buffer.
2943         (locate-user-emacs-file): Don't forget to abbreviate the file name.
2944         (start-process-shell-command, start-file-process-shell-command):
2945         Discourage the use of command-args.
2947 2009-08-19  Glenn Morris  <rgm@gnu.org>
2949         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
2951 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * simple.el (choose-completion-string): Don't rely on
2954         minibuffer-completing-file-name and ad-hoc checks to decide whether
2955         to continue completion or not.
2957         * minibuffer.el (minibuffer-hide-completions): New function.
2958         (completion--do-completion): Use it.
2959         (completions-annotations): New face.
2960         (completion--insert-strings): Use it.
2961         (completion-pcm--delim-wild-regex): Add docstring.
2962         (completion-pcm--string->pattern): Add support for 0-width delimiters
2963         in completion-pcm--delim-wild-regex.
2965 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2967         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
2968         Remove unused var `buffer-modified-p'.
2970         * minibuffer.el (completion--do-completion): Move point for the #b001
2971         case as well (bug#4176).
2972         (minibuffer-complete, minibuffer-complete-word): Don't move point.
2974 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
2976         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
2977         and :session buses.
2979 2009-08-18  Kenichi Handa  <handa@m17n.org>
2981         * international/ucs-normalize.el (ucs-normalize-version):
2982         Change to 1.1.
2983         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
2984         (utf-8-hfs): Make it perform normalization on encoding too.
2986         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
2987         (sentence-end-without-space): Delete duplicated chars.
2988         (sentence-end-base): Likewise.
2990         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
2991         (html-mode): Delete duplicated chars from sentence-end-base.
2993         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
2994         (texinfo-mode): Delete duplicated chars from sentence-end-base.
2996 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
2998         * files.el (hack-one-local-variable): If the mode function is for
2999         a minor mode, pass it an argument (Bug#4148).
3001 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
3003         * net/tramp.el (tramp-register-completion-file-name-handler):
3004         Check also for (member 'partial-completion completion-styles).
3006 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3008         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
3009         abbrev (Bug#3943).
3011 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
3013         * progmodes/cperl-mode.el: Merge upstream 6.2.
3014         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
3015         (cperl-forward-re): Check cperl-brace-recursing.
3016         (cperl-highlight-charclass): New function.
3017         (cperl-find-pods-heres): Use it.
3018         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
3019         (cperl-beautify-regexp-piece): Fix column calculation.
3020         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
3021         (cperl-beautify-level): Don't process entire regexp.
3022         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
3023         calling man.
3024         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
3025         (cperl-init-faces): Build a list in the normal way.
3027 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3029         * calendar/parse-time.el (parse-time-string-chars): Save match
3030         data.
3032 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
3035         (sql-product): Use it.
3036         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
3037         (sql-set-product): Add completion.
3038         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
3039         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
3040         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
3041         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
3042         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
3043         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
3044         (sql-highlight-db2-keywords): Remove.
3045         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
3046         (sql-highlight-product): Use derived-mode-p.
3047         (sql-set-sqli-buffer): Use with-current-buffer.
3048         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
3049         Simplify.
3051         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
3053         * term.el: Fix commenting convention, turn comments into docstrings.
3055 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
3057         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
3059 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
3061         * calendar/parse-time.el (parse-time-string-chars): Compute using
3062         character classes, to handle non-ascii characters (Bug#3190).
3064 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
3066         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
3067         another heredoc if the user adds another < (Bug#3226).
3069         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
3070         Don't initialize based on window-system (Bug#4124).
3072         * facemenu.el (facemenu-read-color): Use a completion function
3073         that accepts any defined color, such as RGB triplets (Bug#3677).
3075         * files.el (get-free-disk-space): Change fallback default
3076         directory to /.  Expand DIR argument before switching to fallback.
3077         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
3079 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3081         * files.el (load-library): Doc fix.
3083 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
3085         * viper-cmd.el (viper-insert-isearch-string): New function.
3086         (viper-if-string): Redefine C-s in the minibuffer to insert the last
3087         incremental search string.
3089         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
3090         XEmacs.
3092         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
3093         (ediff-merge-region-is-non-clash)
3094         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
3095         Also check if the job is really a merge job.
3097         * ediff.el (ediff-current-file): New function.
3099 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
3101         * progmodes/js.el: Edit docstrings throughout to follow Emacs
3102         conventions.
3103         (js-insert-and-indent): Delete function.
3104         (js-mode-map): Don't bind keys to js-insert-and-indent.
3105         (js-beginning-of-defun): Rename from js--beginning-of-defun.
3106         (js-end-of-defun): Rename from js--end-of-defun.
3107         (js-auto-indent-flag): Delete variable.
3109 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
3111         * progmodes/js.el: Remove proclaim statement.
3112         Defvar which-func-imenu-joiner-function to silence compiler.
3114         * files.el (auto-mode-alist): Use js-mode for .js files.
3116         * progmodes/js2-mode.el: Remove file.
3118         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
3120         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
3122         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
3124 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
3125             Karl Landstrom  <karl.landstrom@brgeight.se>
3127         * progmodes/js.el: New file.
3129 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
3131         * timezone.el (timezone-parse-date): Add ability to understand ISO
3132         basic format (minimal separators) dates in addition to the
3133         already-supported extended format dates.
3135 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
3137         * international/ucs-normalize.el: Add a `coding' file variable.
3139         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
3141 2009-08-14  Sam Steingold  <sds@gnu.org>
3143         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3145 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
3147         * faces.el (help-argument-name): Define it here instead of
3148         help-fns.el, because in daemon mode help-fns.el may be loaded when
3149         faces are still uninitialized (Bug#1078).
3151         * help-fns.el (help-argument-name): Move defface to faces.el.
3153 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
3155         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
3156         create buffer with a pty but no process so that GDB can make the
3157         inferior the controlling process.
3159 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
3161         * international/ucs-normalize.el: New file.
3163 2009-08-13  Richard Stallman  <rms@gnu.org>
3165         * mail/rmail.el (rmail-get-attr-names):
3166         Accept an attribute header that is too short.
3168         * mail/rmail.el (rmail-forget-messages):
3169         Ignore nil elt in rmail-message-vector.  Use dotimes.
3171         * progmodes/compile.el (compilation-goto-locus):
3172         Use next-error-move-function.
3174         * simple.el (next-error-move-function): New variable.
3176 2009-08-12  Juri Linkov  <juri@jurta.org>
3178         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
3179         always non-nil.  (Bug#4052)
3181         * replace.el (read-regexp): Return empty string when
3182         `default-value' is nil.
3183         (keep-lines-read-args): Don't use empty string as the
3184         default value for `read-regexp'.  (Bug#2495)
3186 2009-08-12  Juri Linkov  <juri@jurta.org>
3188         * international/mule-cmds.el (ucs-insert): Change arguments
3189         from `arg' to `character', `count', `inherit' to be the same
3190         as in `insert-char'.  Doc fix.  (Bug#4039)
3192         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
3194 2009-08-12  Juri Linkov  <juri@jurta.org>
3196         * files-x.el: New file.
3198         * files.el: Move code that deals with adding/deleting
3199         file/directory-local variables to files-x.el.
3201         * Makefile.in (ELCFILES): Add files-x.elc.
3203 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
3205         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
3206         to use `goto-line'.
3207         (gdb-place-breakpoints, gdb-get-location): Rewritten without
3208         `goto-line'.
3209         (gdb-invalidate-disassembly): Do not refresh upon receiving
3210         'update signal.  Instead, update all disassembly buffers only after
3211         threads list.
3212         (gdb): Send -target-detach when buffer is killed (Bug#3794).
3213         (gdb-starting): Moved -data-list-register-names...
3214         (gdb-stopped): ...here so it's sent when first thread stops.
3215         (gdb-registers-handler-custom): Do nothing if register names are
3216         unknown yet.
3218         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
3219         from `gdb-mi.el' to avoid extra tangling.
3221         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
3222         change which breaks `gud-def' definitions used in `gdb'.
3223         (gdb-update-gud-running): No extra fuss for updating frame number.
3225 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3227         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
3228         (describe-language-environment-map, setup-language-environment-map)
3229         (set-coding-system-map): Move initialization into declaration.
3230         (set-language-info-alist): Last arg to define-key-after can be skipped.
3232         * international/quail.el (quail-completion-1): Simplify.
3233         (quail-define-rules): Use slightly more compact code.
3234         (quail-insert-decode-map): Propertize keys, compact columns.
3236         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3237         Add goto-line.
3239 2009-08-10  Miles Bader  <miles@gnu.org>
3241         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
3242         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
3243         (js2-instance-member, js2-private-member, js2-private-function-call)
3244         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
3245         (js2-magic-paren, js2-external-variable):
3246         Remove "-face" suffix from face names.
3247         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
3248         (js2-highlight-undeclared-vars, js2-peek-token)
3249         (js2-parse-function-params, js2-mode-show-errors)
3250         (js2-mode-show-warnings, js2-make-magic-delimiter)
3251         (js2-mode-highlight-magic-parens): Update to use new face names.
3253 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
3255         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
3256         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
3258 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
3260         * subr.el: Provide hashtable-print-readable.
3262         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
3263         hs-c-like-adjust-block-beginning.
3264         (hs-hide-block-at-point): Stop hiding at the beginning of
3265         hs-block-end-regexp (Bug#700).
3267 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
3269         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
3270         a macro.
3271         (gdb-registers-handler-custom): Do not fail when register names
3272         are unavailable.
3274 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3276         * progmodes/gdb-mi.el (gdb-control-all-threads)
3277         (gdb-control-current-thread): Interactive setters for
3278         `gdb-gud-control-all-threads' to use in menu.
3279         (gdb-show-run-p): Show «Go» when process is not active.
3280         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
3281         gud/thread.xpm and gud/all.xpm.
3283 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
3285         * net/net-utils.el (net-utils-font-lock-keywords): New var.
3286         (nslookup-font-lock-keywords): Make it a variable.
3287         (net-utils-mode): New mode for viewing diagnostic network output.
3288         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
3289         (net-utils-run-simple): New function.
3290         (ifconfig, iwconfig, netstat, arp, route): Use it.
3292 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
3294         * progmodes/gdb-mi.el (gdb-read-memory-custom)
3295         (gdb-memory-set-address, def-gdb-set-positive-number)
3296         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
3297         after changing settings.
3298         (gdb-invalidate-disassembly): Update when first shown.
3299         (gdb-edit-locals-value): Fixed.
3300         (gdb-registers-handler-custom): Print registers in right order and
3301         allow changing register values (only for current thread yet).
3302         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
3303         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
3304         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
3305         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
3306         info in mode name.
3307         (gdb-registers-mode-map): TAB to switch to locals.
3309 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
3311         * mail/rmail.el (rmail-add-mbox-headers)
3312         (rmail-set-message-counters-counter): Search for
3313         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
3315 2009-08-08  Glenn Morris  <rgm@gnu.org>
3317         * Makefile.in (ELCFILES): Update.
3319 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3321         * mail/sendmail.el (mail-yank-original): Set
3322         buffer-file-coding-system from the one used by the message whose
3323         text is yanked.
3325         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
3326         to "windows" when "pgnuplot" is used.
3327         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
3328         call accept-process-output if "pgnuplot" is used.
3329         (calc-graph-init): Don't send -display and -geometry to
3330         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
3331         running "pgnuplot -V" with shell-command-to-string.
3333         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
3334         the default.
3336 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
3338         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
3339         org/org-latex.elc.
3341 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
3343         * vc-dispatcher.el (vc-resynch-window): Update comment.
3345         * term.el (term-handle-ansi-escape): Add comments with the
3346         terminfo capabilities implemented.
3348 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
3350         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
3351         (gdb-var-create-handler): Rewritten using JSON parser.
3352         (gdb-propertize-header): Moved earlier.
3353         (gdb-set-header): Removed to avoid duplication.
3354         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
3355         Refresh disassembly buffers only after threads list have been
3356         update.
3357         (gdb-threads-header, gdb-registers-header): Per-buffer header line
3358         variables.
3360 2009-08-04  Juri Linkov  <juri@jurta.org>
3362         * files.el: Commands to add/delete file/directory-local variables.
3363         (read-file-local-variable, read-file-local-variable-value)
3364         (read-file-local-variable-mode, modify-file-local-variable)
3365         (modify-file-local-variable-prop-line)
3366         (modify-dir-local-variable): New functions.
3367         (add-file-local-variable, delete-file-local-variable)
3368         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
3369         (add-dir-local-variable, delete-dir-local-variable)
3370         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
3371         (copy-dir-locals-to-file-locals-prop-line): New commands.
3373 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
3375         * abbrev.el (insert-abbrev-table-description): Prettify output.
3376         Suggested by Karl Chen.
3378 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
3380         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
3381         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
3382         (gdb-overlay-arrow-position, gdb-thread-position)
3383         (gdb-disassembly-position): Declare variables.
3384         (gdb-wait-for-pending): Function now.
3385         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
3386         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
3387         compilation goes smoothly.
3388         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
3389         (gdb-non-stop-setting): New customization setting which replaces
3390         `gdb-non-stop' so changing it doesn't break active GDB session.
3391         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
3392         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
3393         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
3394         (gdb-show-threads-by-default): New customization options.
3395         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
3396         routines.
3397         (gdb-get-buffer-create): Send buffers update signal when they are
3398         created.
3399         (gdb-invalidate-locals, gdb-invalidate-registers)
3400         (gdb-invalidate-breakpoints)
3401         (gdb-invalidate-threads, gdb-invalidate-disassembly)
3402         (gdb-invalidate-memory): Accept update signal.
3403         (gdb-current-context-command): Use --frame option.
3404         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
3405         Implement `gdb-frame-number' selection logic.
3406         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
3407         whether to show GUD toolbar buttons.
3408         (gdb-thread-exited): Unselect current thread when it exits.
3409         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
3410         (gdb-mark-line): Routine which sets overlay arrow or inverses
3411         video on fringeless displays.
3412         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
3413         to build aligned columns of data in GDB buffers and set text
3414         properties line-by-line.
3415         (gdb-invalidate-breakpoints)
3416         (gdb-breakpoints-list-handler-custom)
3417         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
3418         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
3419         (gdb-registers-handler-custom): Align data columns.
3420         (gdb-locals-handler-custom): Now prints data like in variable
3421         declarations.
3422         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
3423         Removed confusing buttons.
3424         (gdb-invalidate-threads): Append --frame.
3425         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
3426         between breakpoints/threads buffers.
3427         (gdb-set-window-buffer): Now can ignore dedicated windows.
3428         (gdb-propertize-header): Use `gdb-set-window-buffer'.
3429         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
3430         (def-gdb-thread-buffer-gud-command): Replaces
3431         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
3432         for fine thread control.
3433         (gdb-preempt-existing-or-display-buffer): New function used to
3434         display bound buffers without breaking window layout.
3435         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
3436         (gdb-select-frame): New version of `gdb-frames-select' which now
3437         sets `gdb-frame-number' so commands may use --frame option instead
3438         of inner debugger state.
3439         (gdb-frame-handler): Do not set `gdb-frame-number'.
3440         (gdb-threads-mode-map): Select threads with mouse.
3442         * progmodes/gud.el (gdb-gud-context-call): Declare function to
3443         avoid compilation warning.
3444         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
3445         `gdb-show-stop-p`.
3447         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
3448         Argument `key' renamed to `buffer-type'.
3449         (gdb-current-context-buffer-name): Do not add thread info to
3450         buffer name when no thread is selected.
3451         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
3452         command (bug 3794).
3453         (gdb-thread-selected): Handle `=thread-selected' notification.
3454         (gdb-wait-for-pending): New macro to deal with congestion problems.
3455         (gdb-breakpoints-list-handler-custom): Don't fail on pending
3456         breakpoints.
3457         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
3458         This fixes problem similar to one described in bug 3947.
3459         (gud-menu-map): More menu items.
3460         (gdb-init-1): Reset `gdb-thread-number' to nil.
3462         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
3463         non-stop settings.
3465         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
3466         (gdb-current-context-command): Do not append --thread if
3467         `gdb-thread-number' is nil.
3468         (gdb-running-threads-count, gdb-stopped-threads-count): New
3469         variables.
3470         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
3471         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
3472         customization options.
3473         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
3474         GUD commands.
3475         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
3476         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
3477         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
3478         set `gdb-thread-number' and update `gud-running' properly.
3479         (gdb-running): Update threads list when new threads appear.
3480         (gdb-stopped): Support non-stop operation and new thread switching
3481         logic.
3482         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
3483         (gdb-json-partial-output): New set of JSON routines.
3484         (def-gdb-auto-update-trigger): New `signal-list' optional
3485         argument.
3486         (gdb-thread-list-handler-custom): Update `gud-running',
3487         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
3488         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
3489         (gdb-continue-thread, gdb-step-thread): New commands for fine
3490         thread execution control.
3491         (gud-menu-map): New menu items to switch non-stop options.
3492         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
3493         (gdb-send): Mimic RET properly (bug 3794).
3495         * progmodes/gdb-mi.el (gdb-rules-name-maker)
3496         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
3497         gdb-buffer-rules.
3498         (def-gdb-auto-update-handler): New nopreserve optional argument.
3499         (gdb-stack-list-frames-custom): Print stack from top to bottom.
3501         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
3502         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
3503         (gdb-parent-mode): New mode to derive other GDB modes from.
3504         (gdb-display-disassembly-for-thread)
3505         (gdb-frame-disassembly-for-thread): New commands for threads
3506         buffer.
3508         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
3509         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
3510         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
3511         (gdb-update): We now store all GDB buffers in a list so that they
3512         can be updated by traversing a list instead of calling invalidate
3513         triggers explicitly.
3514         (def-gdb-trigger-and-handler): New macro to define trigger-handler
3515         pair for GDB buffer.
3516         (gdb-stack-buffer-name): Add thread information.
3517         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
3518         handle pending triggers.
3519         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
3520         (def-gdb-thread-buffer-simple-command)
3521         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
3522         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
3523         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
3524         New commands which show buffers bound to thread.
3525         (gdb-stack-list-locals-regexp): Removed unused regexp.
3527         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
3528         (gdb-locals-buffer-name, gdb-registers-buffer-name)
3529         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
3530         to (gud-comint-buffer) in *-buffer-name functions
3531         because (gdb-get-target-string) already does that.
3532         (gdb-locals-handler-custom, gdb-registers-handler-custom)
3533         (gdb-changed-registers-handler): Rewritten without regexps.
3535         * progmodes/gdb-mi.el Basic thread selection support.
3536         (gdb-thread-number): New variable.
3537         (gdb-current-context-command): New macro which adds --thread
3538         option to command.
3539         (gdb-threads-mode-map): Select thread with SPC.
3540         (gdb-thread-list-handler-custom): Mark current thread with overlay
3541         arrow.  Synchronize GDB thread and Emacs thread.
3542         (gdb-select-thread): New command which selects current thread.
3543         (gdb-invalidate-frames, gdb-invalidate-locals)
3544         (gdb-invalidate-registers): Use --thread option.
3546 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
3548         * net/tramp.el (top): Make check for tramp-gvfs loading more
3549         robust.  (Bug#3977)
3550         (tramp-handle-insert-file-contents): `unwind-protect' must be
3551         inside `with-parsed-tramp-file-name'.
3553         * net/tramp-gvfs.el (top): Remove superfluous message when loading
3554         fails.
3556 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
3558         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
3559         directory if CLASSPATH is not set.
3561 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
3563         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
3564         New defconst.
3565         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
3567 2009-08-02  Kevin Ryde  <user42@zip.com.au>
3569         * net/newst-backend.el (newsticker--raw-url-list-defaults):
3570         Update freshmeat link.  Delete newsforge.com as it seems gone.
3572 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
3574         * select.el (x-set-selection): Doc fix (Bug#4021).
3576         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
3578         * help-fns.el (describe-variable): Treat list return values from
3579         dir-locals-find-file properly (Bug#4005).
3581 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
3583         * net/tramp.el (tramp-debug-message): Print also microseconds.
3585 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
3587         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
3588         or END is non-nil.
3589         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
3590         (tramp-get-debug-buffer): Change `outline-regexp' according to new
3591         format.
3593         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
3594         (tramp-get-file-property): Use it.
3596         * autorevert.el (auto-revert-handler): Allow
3597         `auto-revert-tail-mode' for remote files.
3599 2009-08-02  Jason Rumney  <jasonr@gnu.org>
3601         * minibuffer.el (read-file-name): Treat confirm options to
3602         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
3604 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
3606         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
3607         (font-lock-variable-name-face, font-lock-constant-face): Darken
3608         the colors for light backgrounds.
3610 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
3612         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
3613         month names.  (Bug#3987)
3615 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
3617         * simple.el (line-move-finish): Pass whole number to
3618         line-move-to-column.
3619         (line-move-visual): Perform hscroll to the recorded position.
3621 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
3623         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
3625 2009-07-29  Alan Mackenzie  <acm@muc.de>
3627         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
3629 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
3631         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
3632         (gdb-place-breakpoints): Use full path when setting breakpoints.
3634 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
3636         * calc/calc.el (calc-mode-map): Add keybinding for
3637         `calc-transpose-lines'.
3639 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
3641         * calc/calc-misc.el (calc-transpose-lines): New function.
3643 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
3645         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
3646         Simplify check for out-of-band methods.
3647         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
3648         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
3650 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
3652         * vc-git.el (vc-git-checkin): Fix typo.
3654 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
3656         * progmodes/js2-mode.el: New file.
3658 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
3660         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
3661         (gud-menu-map): Adjust tooltip accordingly.
3663 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
3665         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
3666         (vc-bzr-log-view-mode): Adjust log-view-file-re.
3668         * add-log.el (change-log-mode-map): Add a menu.
3670 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
3672         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
3673         function returns nil.
3674         (dbus-handle-event): Handle special return value :ignore.
3675         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
3677 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
3679         * view.el (view-mode-enable): Don't define Helper-return-blurb if
3680         it's not needed.
3682 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
3684         Fix Bug#3888:
3686         * w32-vars.el (x-select-enable-clipboard): Doc fix.
3688         * term/pc-win.el (x-display-name, x-colors)
3689         (x-select-enable-clipboard, x-select-text): Doc fix.
3691         * term/common-win.el (x-display-name, x-colors): Doc fix.
3693         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
3694         (xw-defined-colors): Doc fix.
3696         * w32-fns.el (x-select-text, x-setup-function-keys)
3697         (x-get-selection, x-set-selection): Doc fix.
3699         * term/x-win.el (x-select-text, x-setup-function-keys)
3700         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
3702         * select.el (x-set-selection): Doc fix.
3704 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
3706         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
3707         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
3708         "IsNSSSupportAvailable" method is not available.  Reported by
3709         Steve Youngs <steve@sxemacs.org>.
3711 2009-07-24  Kenichi Handa  <handa@m17n.org>
3713         * international/characters.el: Fix setting of category ?C, ?|, ?K,
3714         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
3715         (build-unicode-category-table): Fix range checks.
3717 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
3719         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
3720         the buffer we try to sync is current when calling
3721         vc-resynch-buffer.
3723         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
3724         not show up to date files.
3726 2009-07-24  Glenn Morris  <rgm@gnu.org>
3728         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
3729         Add autoload cookies.  If necessary, initialize.
3730         (elint-log): Handle non-file buffers.
3731         (elint-initialize): Add optional argument to reinitialize.
3732         (elint-find-builtin-variables): Save excursion.
3734 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
3736         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
3737         for Lint.
3739 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
3741         * vc.el (vc-print-log-internal): New function, split out from ...
3742         (vc-print-log): ... here.
3743         (vc-dir-move-to-goal-column): Declare.
3745         * vc-git.el (vc-git-add-signoff): New variable.
3746         (vc-git-checkin): Use it.
3747         (vc-git-toggle-signoff): New function.
3748         (vc-git-extra-menu-map): Bind it to menu.
3749         (vc-git--run-command-string): Accept a nil FILE argument.
3750         (vc-git-stash-list): New function.
3751         (vc-git-dir-extra-headers): Use it.
3753 2009-07-23  Glenn Morris  <rgm@gnu.org>
3755         * help-fns.el (describe-variable): Describe ignored and risky local
3756         variables in a similar way to that in which we describe safe ones.
3758         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
3759         (byte-compile-output-file-form, byte-compile-output-docform)
3760         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
3761         Give some more local variables with common names a "bytecomp-" prefix,
3762         so as not to shadow things during compilation.
3763         * emacs-lisp/cl-macs.el (load-time-value)
3764         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
3765         `outbuffer' to `bytecomp-outbuffer'.
3767         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
3768         since the next two variables cover them automatically now.
3769         (elint-builtin-variables, elint-autoloaded-variables): New.
3770         (elint-unknown-builtin-args): Remove all members, since they can be
3771         parsed automatically now.
3772         (elint-extra-errors): New.
3773         (elint-env-add-env, elint-env-add-macro): Use cadr.
3774         (elint-current-buffer): Use or.  Change final message.
3775         (elint-get-top-forms): Use line-end-position.
3776         (elint-init-env): Use cadr.  Handle autoload, declare-function,
3777         and defalias.
3778         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
3779         (regexp-assoc): Remove unused function.
3780         (elint-top-form): Set elint-current-pos, to record the start of the
3781         top-level form, for compilation-mode.
3782         (elint-form): Trap errors in macro expansion.  Use dolist.
3783         (elint-unbound-variable): Use elint-builtin-variables and
3784         elint-autoloaded-variables.
3785         (elint-get-args): Use cadr, or.
3786         (elint-check-cond-form): Use dolist, cadr.
3787         (elint-check-condition-case-form): Doc fix.  Use cadr.
3788         Use elint-extra-errors.
3789         (elint-log): New function.
3790         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
3791         Distinguish errors and warnings.
3792         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
3793         Use a bytecomp-style format.
3794         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
3795         (elint-get-log-buffer): Use compilation mode.  Disable undo.
3796         Don't truncate lines.
3797         (elint-initialize): Set builtin and autoloaded variable lists.
3798         Only process elint-unknown-builtin-args if non-nil.
3799         (elint-find-builtin-variables, elint-find-autoloaded-variables):
3800         New functions.
3801         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
3803 2009-07-22  Kevin Ryde  <user42@zip.com.au>
3805         * net/newst-backend.el (newsticker--parse-atom-1.0)
3806         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
3807         (newsticker--parse-rss-1.0):
3808         * progmodes/idlwave.el (idlwave-mode):
3809         * progmodes/idlw-shell.el (idlwave-shell-mode):
3810         * progmodes/vera-mode.el (vera-mode):
3811         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
3812         * progmodes/vhdl-mode.el (vhdl-mode):
3813         * textmodes/table.el (table-generate-source)
3814         (table--warn-incompatibility):
3815         Hyperlink urls in docstrings with URL `...'.
3817 2009-07-22  Glenn Morris  <rgm@gnu.org>
3819         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
3820         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
3821         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
3822         Remove leading * from defcustom docs.
3824         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
3826         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
3827         defcustom doc.
3828         (list-load-path-shadows): Optionally, just return shadows as a string.
3830         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
3832 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
3834         * mail/rmailedit.el (rmail-edit-mode): Use
3835         auto-save-include-big-deletions.
3837         * mail/rmail.el (rmail-variables): Use
3838         auto-save-include-big-deletions.
3840         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
3841         changes.
3843 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
3845         * calc/calc.el (calc-undo-length): New variable.
3846         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
3848 2009-07-21  Richard Stallman  <rms@gnu.org>
3850         * files.el (auto-save-mode): Handle buffer-save-size = -2
3851         for toggling mode.
3853 2009-07-21  Glenn Morris  <rgm@gnu.org>
3855         * textmodes/ispell.el (ispell-looking-back): Update declaration.
3857         * calendar/todo-mode.el (calendar-current-date): Update declaration.
3859         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
3860         silence compiler.  Instead...
3861         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
3862         (ps-print-ensure-fontified): Update for above function name changes.
3864         * printing.el (pr-mh-get-msg-num, pr-mh-show)
3865         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
3866         silence compiler.  Instead...
3867         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
3868         (mh-show-buffer): Only define for compiler.
3869         (pr-mh-current-message): Update for above function name changes.
3871         * files.el (abort-if-file-too-large): Explicitly pass `filename'
3872         as an argument.
3873         (find-file-noselect, insert-file-1): Update for above change.
3875         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
3877         * mail/mailclient.el (mailclient-send-it): Fix message.
3879         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
3880         (edebug-eval): Check cl-debug-env is bound.
3881         (print-level, print-circle): Don't redefine built-in variables.
3883         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
3884         (custom-print-vectors): Remove old comments from doc.
3886         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
3887         (emerge-version): Make the variable an obsolete alias for the
3888         emacs-version variable.  Make the function obsolete.
3889         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
3890         Emerge options, rather than merging in into the main Options menu.
3891         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
3892         and auto advance modes.  Disable edit/fast items when not relevant.
3894 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
3896         * term/vt420.el (terminal-init-vt420): Fix typo.
3898 2009-07-20  Sam Steingold  <sds@gnu.org>
3900         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
3901         variable (removed from compile.el on 2004-03-11).
3903 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
3905         * files.el (hack-local-variables-filter): Fix last change.
3907 2009-07-19  Juri Linkov  <juri@jurta.org>
3909         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
3910         (dir-local-variables-alist): New buffer-local variable.
3911         (hack-local-variables-filter): If variable is not dir-local,
3912         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
3913         because file-local overrides dir-local.
3914         (c-postprocess-file-styles)<declare-function>:
3915         Remove obsolete declaration.
3916         (hack-dir-local-variables): Add dir-local variable/value pair to
3917         `dir-local-variables-alist' and remove duplicates.  Doc fix.
3919         * help-fns.el (describe-variable): Add information about
3920         file-local and dir-local variables.
3922 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
3924         * files.el (hack-local-variables-filter): Rewrite.
3926 2009-07-19  Glenn Morris  <rgm@gnu.org>
3928         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
3929         Silence compiler by only defining on XEmacs.
3931         * international/mule.el (auto-coding-regexp-alist): Only match
3932         BABYL... at the start of buffer, not of lines.  (Bug#3790)
3934         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
3935         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
3936         (cal-menu-context-mouse-menu): Doc fix.
3938         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
3940         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
3942 2009-07-18  Juri Linkov  <juri@jurta.org>
3944         * info.el: Virtual Info keyword finder.
3945         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
3946         (Info-finder-file): New variable.
3947         (Info-finder-find-file): New function.
3948         (finder-known-keywords, finder-package-info)
3949         (find-library-name, lm-commentary): Use defvar and
3950         declare-function to silence compiler warnings.
3951         (Info-finder-find-node): New function.
3952         (info-finder): New command.
3954         * subr.el (process-kill-buffer-query-function): New function.
3955         (add-hook)<kill-buffer-query-functions>: Add hook
3956         `process-kill-buffer-query-function'.
3958 2009-07-18  Alan Mackenzie  <acm@muc.de>
3960         * progmodes/cc-mode.el (c-before-hack-hook)
3961         (c-postprocess-file-styles): Give invocation of `c-set-style'
3962         DONT-OVERRIDE parameter of t.  Already set style variables will
3963         thus not be overridden by style settings given by `c-file-syle'.
3965         * files.el (hack-local-variables-filter): Remove entries with
3966         duplicate keys from `file-local-variables-alist'.
3968 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
3970         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
3971         x-set-selection if display-selections-p returns nil for the
3972         current frame.
3974 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
3976         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
3978 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
3980         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
3981         Accept nil in addition to a regexp.
3982         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
3983         Accept nil in addition to a regexp.
3984         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
3985         buffers that have an associated file.  Handle nil values of
3986         desktop-buffers-not-to-save and desktop-files-not-to-save.
3987         (Bug#3833)
3989         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
3990         (x-disown-selection-internal): New functions.
3992 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
3994         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
3995         warning.
3996         (gdb-breakpoints-header): Move forward to avoid compiler warning.
3997         (gdb-make-header-line-mouse-map): Remove duplicate definition.
3999 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
4001         * simple.el (set-mark): Revert last change.
4003 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
4005         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
4006         rendering of pngs is not possible instead of messaging a long
4007         description.
4009 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
4011         * w32-fns.el (x-selection-owner-p): New function.
4013         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
4014         (mouse-yank-at-click, mouse-yank-primary): If
4015         select-active-regions is non-nil, deactivate the mark before
4016         insertion.
4018         * simple.el (deactivate-mark, set-mark): Only save selection if we
4019         own it.
4021 2009-07-17  Kenichi Handa  <handa@m17n.org>
4023         * case-table.el (describe-buffer-case-table): Fix for the case
4024         that KEY is a cons.
4026 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
4028         * vc-rcs.el (vc-rcs-find-file-hook):
4029         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
4031 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
4033         * net/tramp.el (tramp-wait-for-output): Handle the case when
4034         commands do not return a newline but a null byte before the shell
4035         prompt.  (Bug#3858)
4037 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4039         * term/ns-win.el (ns-set-alpha): Don't declare.
4040         (ns-set-background-alpha): Remove function.
4042 2009-07-16  Kevin Ryde  <user42@zip.com.au>
4044         * emacs-lisp/copyright.el (copyright-update): Save match-data across
4045         y-or-n-p, for safety.
4047 2009-07-16  Richard Stallman  <rms@gnu.org>
4049         * files.el (auto-save-mode): If buffer-saved-size is -2,
4050         don't clobber it.
4052         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
4053         (rmail-retry-ignored-headers): Add more uninteresting fields.
4055 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
4057         * net/rcirc.el (rcirc): Use history variables.
4058         (rcirc-server-name-history, rcirc-nick-name-history)
4059         (rcirc-server-port-history): New variables.
4061 2009-07-15  Kenichi Handa  <handa@m17n.org>
4063         * international/mule-cmds.el (set-language-environment-charset):
4064         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
4065         ignore them.
4067         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
4068         Delete unibyte-display.
4070 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4072         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
4074 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
4076         * simple.el (deactivate-mark): Optional argument FORCE.
4077         (set-mark): Use deactivate-mark.
4079         * info.el (Info-search): No need to check transient-mark-mode
4080         before calling deactivate-mark.
4082         * select.el (x-set-selection): Doc fix.
4083         (x-valid-simple-selection-p): Allow buffer values.
4084         (xselect--selection-bounds): Handle buffer values.  Suggested by
4085         David De La Harpe Golden.
4087         * mouse.el (mouse-set-region, mouse-drag-track): Call
4088         copy-region-as-kill before setting the mark, to let
4089         select-active-regions work.
4091 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
4093         * simple.el (deactivate-mark): If select-active-regions is
4094         non-nil, copy the selection data into a string.
4095         (activate-mark): If select-active-regions is non-nil, set the
4096         selection to the current buffer.
4097         (set-mark): Update selection if select-active-regions is non-nil.
4099         * select.el (x-valid-simple-selection-p): Allow buffer values.
4101 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
4104         and more featureful message-mode.
4106 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
4108         * select.el (x-set-selection): Doc fix.
4109         (x-valid-simple-selection-p): Disallow selection data consisting
4110         of a list or cons of integers, since that is not used.
4111         (xselect--selection-bounds, xselect--int-to-cons): New functions.
4112         (xselect-convert-to-string, xselect-convert-to-length)
4113         (xselect-convert-to-filename, xselect-convert-to-charpos)
4114         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
4116 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
4118         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
4119         output in -break-info command (Emacs bug #3794).
4121 2009-07-14  Glenn Morris  <rgm@gnu.org>
4123         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
4124         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
4125         (edebug-print-length, edebug-print-level, edebug-print-circle)
4126         (edebug-sit-for-seconds, edebug-view-outside)
4127         (edebug-bounce-point, edebug-set-global-break-condition)
4128         (edebug-Go-nonstop-mode, edebug-trace-mode)
4129         (edebug-Trace-fast-mode, edebug-continue-mode)
4130         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
4131         (edebug-visit-eval-list): Doc fixes.
4133         * subr.el (def-edebug-spec): Doc fix.
4135 2009-07-14  Kenichi Handa  <handa@m17n.org>
4137         * international/characters.el: Fix setting of category ?C.
4139 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
4141         * term/ns-win.el (x-select-font): defalias x-select-font to
4142         ns-popup-font-panel instead of generate-fontset-menu.
4144 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
4146         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
4148 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
4150         * arc-mode.el (archive-find-type): Allow for a PK00 string before
4151         the PK\003\004 header (Bug#3770).
4153 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
4155         * pcomplete.el (pcomplete-comint-setup): Check for
4156         shell-dynamic-complete-filename too.
4158 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
4160         * simple.el (temporary-goal-column): Change the value for
4161         line-move-visual to a cons cell.
4162         (line-move-visual): Record or set the window hscroll, if
4163         necessary (Bug#3494).
4164         (line-move-1): Handle cons value of temporary-goal-column.
4166 2009-07-11  Kenichi Handa  <handa@m17n.org>
4168         * international/mule-diag.el (describe-character-set): Don't show
4169         width.
4171 2009-07-10  Sam Steingold  <sds@gnu.org>
4173         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4174         Omake sometimes indents the errors it prints, so allow all
4175         regexps to start with spaces.
4177 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
4179         * cus-edit.el (customize-changed-options-previous-release):
4180         Bump value to 22.1.  (Bug#3804)
4182 2009-07-08  Sam Steingold  <sds@gnu.org>
4184         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
4185         to be a cons cell (test . ignored-directory) to selectively ignore
4186         some directories depending on the location of the search.
4188 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
4190         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
4191         remote user is root, on the local host.
4192         (tramp-local-host-p): Either the local user or the remote user
4193         must be root.  (Bug#3771)
4195 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4197         * progmodes/gdb-mi.el (gdb): Remove description of
4198         gdb-use-separate-io-buffer.
4199         (menu): Don't allow toggling of or enable
4200         gdb-use-separate-io-buffer from menubar.
4202 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4204         * mail/unrmail.el (unrmail): Make sure the message ends with two
4205         newlines (Bug#3769).
4207 2009-07-08  Glenn Morris  <rgm@gnu.org>
4209         * calendar/calendar.el (calendar-current-date): Rework previous change.
4211 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
4213         * calendar/calendar.el (calendar-current-date):
4214         Add an optional argument giving an offset from today.
4216 2009-07-08  Glenn Morris  <rgm@gnu.org>
4218         * tutorial.el (tutorial--describe-nonstandard-key):
4219         Adjust the message for when a key has been unbound.
4220         (help-with-tutorial): Hide the arch-tag.
4222 2009-07-08  Kenichi Handa  <handa@m17n.org>
4224         * international/fontset.el (setup-default-fontset): For each
4225         script, append (not set) font-specs.
4227         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
4228         docstring.
4230 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
4232         * progmodes/gdb-mi.el (gdb-init-1): Move sending
4233         -data-list-register-names to ...
4234         (gdb-starting): ... here because GDB 7.0 requires execution to
4235         have started when using this MI command.
4236         (gdb-set-header): New function to distinguish select and
4237         unselected tabs in gdb buffers.
4238         (gdb-propertize-header): New macro that uses gdb-set-header.
4239         (gdb-breakpoints-header, gdb-locals-header): Use it.
4240         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
4242 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
4244         * Makefile.in (ELCFILES): Remove fadr.elc.
4246 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
4248         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
4249         may contain frame information, so `string-match' should be used.
4250         (gdb-update): Disassembly is invalidated through
4251         `gdb-get-selected-frame'.
4252         (gdb-pad-string): New function to pad string with spaces.
4253         (gdb-invalidate-disassembly): Invalidate only if the buffer
4254         exists.
4255         (gdb-disassembly-handler-custom): Column alignment.
4256         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
4257         placing new ones.
4258         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
4259         end of line, too.
4260         (gdb-frame-handler): Match convention to for disassembly buffer
4261         mode name.
4262         (gdb-stack-list-frames-handler): Rewritten without regexps.
4263         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
4264         not highlight breakpoints without line information.
4265         (gdb-input): Add trailing newline to command.
4267         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
4268         buffer properly.
4269         (gdb-breakpoints-list-handler-custom): Replacement for
4270         `gdb-break-list-handler'.  Using real parser instead of regexps
4271         now.
4272         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
4273         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
4274         to place breakpoints.
4275         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
4276         functions.
4277         (gdb-disassembly-handler-custom): Show overlay arrow.
4278         (gdb-disassembly-place-breakpoints): Show breakpoints in
4279         disassembly buffer.
4280         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
4281         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
4282         instead of parsing breakpoints buffer.  Fixed old menu references
4283         in `gud-menu-map'.
4285         * fadr.el: Remove.
4287         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
4288         (gdb-memory-address): New variable which holds top address of
4289         memory page shown in memory buffer.
4290         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
4291         customization variables.
4292         New functions:
4293         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
4294         display the memory buffer.
4295         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
4296         buffer display parameters.
4297         (def-gdb-memory-format, gdb-memory-format-binary)
4298         (gdb-memory-format-octal, gdb-memory-format-unsigned)
4299         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
4300         Functions for setting memory buffer format.
4301         (gdb-memory-unit-word, gdb-memory-unit-halfword)
4302         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
4303         unit size used in memory buffer.
4304         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
4305         to next/previous page of memory buffer.
4306         Now using (bindat-get-field) instead of fadr functions.
4308 2009-07-07  Sam Steingold  <sds@gnu.org>
4310         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
4311         non-top-level files.
4313 2009-07-07  Kenichi Handa  <handa@m17n.org>
4315         * international/mule-cmds.el (reset-language-environment): Put
4316         the highset priority to the charset iso-8859-1.
4318 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4320         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
4321         to the end of the line when locating the block (Bug#700).
4323 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
4325         * net/tramp.el (tramp-handle-write-region): Flush file properties
4326         in case of short track.
4328 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
4330         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
4331         representation of verilog error regular expressions to work with
4332         Emacs-22's new format.
4333         (verilog-error-regexp-xemacs-alist): Coded custom representation
4334         of verilog error regular expressions to work with XEmacs format.
4335         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
4336         error recognition into XEmacs.
4337         (verilog-error-regexp-add-emacs): Hook routine to install verilog
4338         error recognition into Emacs-22.
4340 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
4342         * woman.el: Remove stand-alone closing parentheses.
4343         (woman-file-name, woman2-format-paragraphs)
4344         (woman-leave-blank-lines): Code cleanup.
4345         (woman-use-own-frame): Change default to nil.
4346         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
4347         defaults to inherit from default faces.
4348         (woman2-process-escapes): Consume the newline after a stand-alone
4349         filler character (Bug#3651).
4351 2009-07-06  Glenn Morris  <rgm@gnu.org>
4353         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
4354         (top-level): Move provide to the end.
4355         (ffap): Remove defunct URL from custom group.
4357         * subr.el (eval-after-load): Doc fix.
4359 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
4361         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
4362         `calc-embedded-word' is called twice.
4364 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4366         * files.el (find-alternate-file-other-window, find-alternate-file):
4367         Obey confirm-nonexistent-file-or-buffer.
4369 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
4371         * dired-aux.el (dired-show-file-type): Handle remote files.
4373 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
4375         * desktop.el (desktop-globals-to-save):
4376         Add file-name-history (Bug#2750).
4378 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
4380         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
4382 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
4384         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
4385         property on entire argument since this is what eshell-lisp-command
4386         expects.
4388 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
4390         * net/tramp-gvfs.el (tramp-gvfs-methods)
4391         (tramp-gvfs-zeroconf-domain)
4392         (tramp-bluez-discover-devices-timeout): Add version flag.
4393         (tramp-gvfs-handler-mounted-unmounted)
4394         (tramp-gvfs-connection-mounted-p): Polish handling of
4395         incompatibilities between GVFS 0.2 and 1.0.
4397 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
4399         * cus-start.el (all): Add make-pointer-invisible.
4401 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
4403         * calc-math.el (math-use-emacs-fn): Make sure that the number is
4404         formatted correctly.
4406 2009-07-02  Juri Linkov  <juri@jurta.org>
4408         * info.el: Virtual Info files and nodes.
4409         (Info-virtual-files, Info-virtual-nodes): New variables.
4410         (Info-current-node-virtual): New variable.
4411         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
4412         New functions.
4413         (Info-file-supports-index-cookies): Use Info-virtual-file-p
4414         to check for a virtual file instead of checking a fixed list
4415         of node names.
4416         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
4417         instead of ad-hoc processing of "dir" and (apropos history toc).
4418         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
4419         instead of ad-hoc processing of "dir" and (apropos history toc).
4420         Reread a file when moving from a virtual node.
4421         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
4422         (Info-directory-toc-nodes, Info-directory-find-file)
4423         (Info-directory-find-node): New functions.
4424         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
4425         (Info-history): Move part of code to
4426         `Info-history-find-node'.
4427         (Info-history-toc-nodes, Info-history-find-file)
4428         (Info-history-find-node): New functions.
4429         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
4430         (Info-toc): Move part of code to `Info-toc-find-node'.
4431         (Info-toc-find-node): New function.
4432         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
4433         the current Info file name to references because now the node
4434         "*TOC*" belongs to the same Info manual.
4435         (Info-toc-build): Rename from `Info-build-toc'.
4436         (Info-toc-nodes): Rename input argument `file' to `filename'.
4437         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
4438         instead of ad-hoc processing of ("dir" apropos history toc).
4439         (Info-index-nodes): Use Info-virtual-file-p
4440         to check for a virtual file instead of checking a fixed list
4441         of node names.
4442         (Info-index-node): Add check for `Info-current-node-virtual'.
4443         Raise `save-match-data' higher up the tree to contain
4444         `search-forward' too (bug fix).
4445         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
4446         (Info-virtual-index-nodes): New variable.
4447         (Info-virtual-index-find-node, Info-virtual-index): New functions.
4448         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
4449         (Info-apropos-file, Info-apropos-nodes): New variables.
4450         (Info-apropos-toc-nodes, Info-apropos-find-file)
4451         (Info-apropos-find-node, Info-apropos-matches): New functions.
4452         (info-apropos): Move part of code to `Info-apropos-find-node' and
4453         `Info-apropos-matches'.
4454         (Info-mode-map): Bind "I" to `Info-virtual-index'.
4455         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
4456         for a virtual file instead of checking a fixed list of node names.
4458         * simple.el (async-shell-command): New command.
4460         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
4462         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
4463         instead of `mount-info'.
4465 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
4467         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
4468         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
4470 2009-07-02  Kenichi Handa  <handa@m17n.org>
4472         * international/mule.el (set-keyboard-coding-system): Force *-unix
4473         coding-system to avoid eol conversion.
4475 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
4477         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
4478         Add handler for `process-file', `shell-command' and
4479         `start-file-process'.
4480         (tramp-gvfs-handle-shell-command)
4481         (tramp-gvfs-handle-start-file-process)
4482         (tramp-gvfs-handle-process-file): New defuns.
4483         (tramp-synce-list-devices): Simplify check for existence of property.
4485 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
4487         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
4489 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
4491         * language/korean.el (set-language-info-alist): Add korean-cp949,
4492         cp949 to spec.
4494 2009-07-01  Kenichi Handa  <handa@m17n.org>
4496         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
4498         * international/encoded-kb.el: Deleted.
4500         * international/mule.el (set-keyboard-coding-system): Perform the
4501         necessary setup here instead of calling encoded-kbd-setup-display.
4503 2009-07-01  Glenn Morris  <rgm@gnu.org>
4505         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
4507 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
4509         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
4511 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
4513         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
4514         Handle also the 'rename case, when setting file modes.  (Bug#3712)
4515         (tramp-default-file-modes) Remove execute permissions.
4517         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
4518         (top): Add a default for "synce" in `tramp-default-user-alist'.
4519         Add completion function for "synce" method.
4520         (tramp-hal-service, tramp-hal-path-manager)
4521         (tramp-hal-interface-manager, tramp-hal-interface-device):
4522         New defconst.
4523         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
4524         (tramp-synce-list-devices, tramp-synce-parse-device-names):
4525         New defuns.
4527         * net/trampver.el: Update release number.
4529 2009-06-30  Kenichi Handa  <handa@m17n.org>
4531         * international/fontset.el (setup-default-fontset): Add CJK fonts
4532         for symbols and the other miscellaneous characters.
4534         * language/korea-util.el (setup-korean-environment-internal):
4535         Make char-width-table suitable for Korean environments.
4536         (exit-korean-environment): Cancel above.
4538         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4539         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
4540         setup-funcion to make char-widht-table suitable for respective
4541         environments, and an exit-function to cancel that.
4543         * language/japan-util.el (setup-japanese-environment-internal):
4544         Call use-cjk-char-width-table with arg `ja_JP'.
4546         * international/characters.el (cjk-char-width-table): Delete it.
4547         (cjk-char-width-table-list): New variable.
4548         (use-cjk-char-width-table): New arg local-name.
4549         (use-default-char-width-table): Fix for the case that Emacs is
4550         already using the default char-width-table.
4552 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
4554         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
4555         modes mandatory.  (Bug#3712)
4557 2009-06-29  Alan Mackenzie  <acm@muc.de>
4559         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
4560         correction between the visible width of TABs and their number of bytes.
4562 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
4564         * server.el (server-buffer-done): Prevent kill-buffer from
4565         prompting by clearing the buffer modification flag (Bug#3696).
4567 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
4569         * verilog-mode.el (verilog-beg-of-statement)
4570         (verilog-endcomment-reason-re): Support unique case and priority case.
4571         (verilog-basic-complete-re): Support localparam lineup.
4572         (verilog-beg-of-statement-1): Fix for robustness, unique case.
4573         (verilog-set-auto-endcomments): Fix for unique case, always_comb
4574         commenting.
4575         (verilog-leap-to-case-head): Now support *nested* unique &
4576         priority case statements.
4577         (verilog-auto-lineup): Make just declarations the default (as it
4578         had been).
4579         (verilog-leap-to-case-head): Support priority/unique case statements.
4580         (verilog-auto-lineup): Rework to give users radio buttons to
4581         select the various styles of automatic lineup.
4582         (verilog-error-regexp-alist): Rework to support the XEmacs style
4583         of error regular expressions from compilers, lint tools &
4584         simulators.  Note that GNU Emacs has made it impossible for a mode
4585         to load such things.
4586         (electric-verilog-terminate-line, verilog-indent-declaration)
4587         (verilog-auto-wiure): Rework for radio button selection of
4588         auto-lineup selection of specification of auto lineup.
4589         (verilog-beg-of-statement-1): Redesign to support proper operation
4590         in additional code, based on testing with auto-lineup.
4591         (verilog-calculate-indent, assignments & declarations)
4592         (verilog-backward-token): Enhance to support auto-lineup of
4593         assignments & declarations.
4594         (verilog-in-directive-p, verilog-at-struct-p): New function for
4595         easy test of whether we are.
4596         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
4597         to support safe execution at almost anyline.
4598         (verilog-calc-1): Properly support indenting deep inside generate
4599         blocks.
4600         (verilog-init-font) Remove definition & use of verilog-init-font,
4601         as it is redundant with font-lock-defaults.
4602         (verilog-mode): Alter the definition of verilog-font-lock-defualts
4603         to avoid circular calls if syntax-ppss is a function (as is the
4604         case now in 22.x GNU Emacs) as that function would sometimes call
4605         itself, leading to (nearly) infinite recursion.
4606         (verilog-ovm-begin-re, verilog-ovm-end-re)
4607         (verilog-ovm-statement-re, verilog-leap-to-head)
4608         (verilog-backward-token): Add support for OVM macros.  Some are
4609         complete statements, and others open and close scopes like begin
4610         and end.
4611         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
4612         (verilog-defun-level-generate-only-re): Really fix the defun-list
4613         compilation issue.
4614         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
4615         coverpoint, constraint and cross statements.
4616         (verilog-defun-level-list, verilog-generate-defun-level-list)
4617         (verilog-all-defun-level-list): Redo these specifications - it is
4618         too hard to support eval-when compile aggregation of lists also
4619         built at when-compile time.
4620         (verilog-defun-level-list): Place defconsts of variables used in
4621         building regular expressions which are built in eval-when-compile
4622         bodies in the same eval-when-compile body to facilitate compile
4623         without load.
4624         (verilog-beg-block-re-ordered): Support indenting
4625         virtual/protected tasks and functions.
4626         (verilog-defun-level-list, verilog-in-generate-region-p)
4627         (verilog-backward-ws&directives, verilog-calc-1): Speed up
4628         indentation of some module items (generate items).
4629         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
4630         across virtual/protected tasks and functions.
4632 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
4634         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
4635         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
4636         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
4637         in concatenations.  Reported by Yishay Belkind.
4638         (verilog-auto-ascii-enum): Support one-hot state machines in
4639         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
4640         (verilog-auto-inst, verilog-auto-inst-port): Include interface
4641         modport in AUTOINST and add vl-modport for users.  Reported by
4642         David Rogoff.
4643         (verilog-auto-inout-module, verilog-auto-inst)
4644         (verilog-decls-get-interfaces, verilog-insert-definition)
4645         (verilog-insert-one-definition, verilog-read-decls)
4646         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
4647         (verilog-sig-modport, verilog-signals-combine-bus)
4648         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
4649         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
4650         Suggested by David Rogoff.
4651         (verilog-repair-open-comma): Fix non-insertion of comma when
4652         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
4653         (verilog-make-width-expression): Simplify [A-1:0] expression
4654         widths to just {A{1'b0}}.
4655         (verilog-mode): Cleanup checkdoc warnings.
4656         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
4657         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
4658         inputs/outputs or data type.  Suggested by Vasu Kandadi.
4659         (next-error-last-buffer): Fix byte-compiler warning.
4660         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
4661         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
4662         or shell command text during AUTO expansion.  Suggested by Tad Truex.
4663         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
4664         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
4665         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
4666         in AUTOINOUT.  Reported by Matthew Lovell.
4667         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
4668         causing use of <= assignments.  Reported by Alex Reed.
4669         (verilog-read-decls): Fix triand, trior, wand, wor to be
4670         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
4671         (verilog-extended-complete-re): Support import "DPI-C" functions.
4672         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
4673         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
4674         (verilog-insert-date, verilog-insert-year)
4675         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
4676         Windows systems.  Reported by Michael Potts.
4677         (verilog-read-module-name): Fix AUTOINST when the child module
4678         declaration's name is a tick define.  Reported by Elliot Mednick.
4679         (verilog-read-decls): Fix V2K parameter bit subscripts getting
4680         passed to next parameter's definition.  Reported by Bruce T.
4681         (verilog-read-decls): Fix detecting "parameter int" when using
4682         AUTOINSTPARAM.  Reported by Bruce T.
4683         (verilog-goto-defun): Fix goto not finding modules unless first
4684         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
4685         (verilog-mode): Expand -f flag arguments on entry to mode so
4686         verilog-goto-defun will work.  Reported by Lawrence Butcher.
4687         (verilog-getopt): Expand environment variables in -f file
4688         arguments.  Suggested by Lawrence Butcher.
4689         (verilog-set-define): Fix "Symbol's value as variable is void"
4690         when reading enumerations.
4691         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
4692         Suggested by Stephen Peltan.
4693         (verilog-read-defines): Fix reading of enumerations in include
4694         files.  Reported by Steve Peltan.
4696 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
4698         * files.el (trash-directory): Fix defcustom type.
4700 2009-06-28  Juri Linkov  <juri@jurta.org>
4702         * help-fns.el (describe-function-1): Correctly locate adviced
4703         functions in hyperlink (Bug#2438).
4705 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
4707         * files.el (trash-directory): Change default to nil.
4708         (move-file-to-trash): If trash-directory is nil and
4709         system-move-file-to-trash is unbound, perform freedesktop-style
4710         trashing.
4712 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
4714         * files.el (move-file-to-trash): Add freedesktop trash
4715         support (Bug#973).
4717 2009-06-28  Glenn Morris  <rgm@gnu.org>
4719         * autorevert.el (global-auto-revert-non-file-buffers)
4720         (global-auto-revert-mode): Doc fixes.
4722 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
4724         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
4726 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
4728         * faces.el (x-handle-named-frame-geometry): Ensure that we have
4729         opened an X connection before calling x-get-resource (Bug#3194).
4731         * play/doctor.el: Remove reference to obsolete website.
4732         (make-doctor-variables): Correct grammar mistake (Bug#2633).
4734 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
4736         Remove find-file-not-found-hook VC method.  (Bug#2757)
4737         * vc-hooks.el (vc-file-not-found-hook)
4738         (vc-default-find-file-not-found-hook): Remove functions.
4739         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
4740         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
4741         * vc.el:
4742         * vc-hg.el:
4743         * vc-git.el: Do not mention find-file-not-found-hook VC method.
4745 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
4747         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
4748           compatibility function for `looking-back'.
4750         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
4751         Use `ispell-looking-back'.
4753 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
4755         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
4756         rather than `filename'.
4758 2009-06-23  Miles Bader  <miles@gnu.org>
4760         * face-remap.el (text-scale-set): New function.
4762 2009-06-23  Glenn Morris  <rgm@gnu.org>
4764         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4766         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
4768         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
4770         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
4772         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
4773         Simplify Persian conditionals.
4775         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
4776         variable `filename'.
4778         * comint.el (comint-insert-input): Doc fix.
4780         * Makefile.in (ELCFILES): Fix typo in previous change.
4782 2009-06-23  Miles Bader  <miles@gnu.org>
4784         * cus-start.el: Add entry for `recenter-redisplay'.
4786 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4788         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
4789         Add an optional argument for the backend, use it instead of
4790         calling vc-backend.
4791         (vc-mode-line): Add an optional argument for the backend.
4792         Pass the backend to vc-state and vc-working-revision.  Move code for
4793         special handling for vc-state being a buffer to ...
4795         * vc-rcs.el (vc-rcs-find-file-hook):
4796         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
4798         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
4799         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
4800         vc-stay-local-p and vc-mode-line calls.
4802         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
4803         (vc-cvs-diff, vc-cvs-annotate-command)
4804         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
4805         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
4806         vc-mode-line calls.
4808         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
4809         direct comparison.
4810         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
4811         backend when calling vc-mode-line.
4812         (vc-register): Do not create a closure for calling the vc register
4813         function, call it directly.
4815 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
4817         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
4818         to make it obvious item can be clicked.
4820         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
4822 2009-06-23  Kenichi Handa  <handa@m17n.org>
4824         * language/korea-util.el (korean-key-bindings): Change the binding
4825         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
4826         same command.
4828 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
4830         Sync with Tramp 2.1.16.
4832         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
4834         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
4835         when a loading of a package fails.  Completion function for rsync
4836         is `tramp-completion-function-alist-ssh'.
4837         (all): Replace all calls of `split-string' and
4838         `tramp-split-string' by `tramp-compat-split-string'.
4839         (tramp-default-method): Use `tramp-compat-process-running-p'.
4840         (tramp-default-proxies-alist): Allow also Lisp forms.
4841         (tramp-remote-path): Add choice "Private Directories".
4842         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
4843         (tramp-domain-regexp): Allow also "-", "_" and ".".
4844         (tramp-end-of-output): Remove newlines, and add "$" at the end.
4845         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
4846         (tramp-debug-message): Insert header line in debug buffer.
4847         (tramp-handle-directory-files-and-attributes-with-stat):
4848         Care about filenames with spaces, or starting with "-".
4849         (tramp-handle-dired-uncache): New defun.
4850         (tramp-handle-insert-directory): Don't flush the directory from
4851         cache, this is handled by `dired-uncache' now.
4852         (tramp-handle-insert-file-contents): Improve error handling.
4853         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4854         Quote `tramp-end-of-output'.
4855         (tramp-action-password): Improve trace message.
4856         (tramp-check-for-regexp): Both echoes must be present, before removing.
4857         (tramp-open-connection-setup-interactive-shell): Trace coding system.
4858         (tramp-compute-multi-hops): Eval cons cells of
4859         `tramp-default-proxies-alist'.
4860         (tramp-maybe-open-connection): Use the same command pattern for
4861         first hop and further hops.
4862         (tramp-wait-for-output): Remove handling of newlines.
4863         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
4864         (tramp-split-string): Remove function.  It is handled in
4865         tramp-compat now.
4867         * net/tramp-cmds.el (tramp-bug):
4868         Recommend `tramp-cleanup-all-connections' in the bug mail.
4870         * net/tramp-compat.el (tramp-compat-split-string)
4871         (tramp-compat-process-running-p): New defuns.
4873         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
4874         for `dired-uncache'.
4876         * net/tramp-gvfs.el: New package.
4878         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4879         Add handler for `dired-uncache'.
4880         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
4882         * net/trampver.el: Update release number.  Make version check fit
4883         for SXEmacs 22.
4885 2009-06-22  Jim Meyering  <meyering@redhat.com>
4887         Automatically handle .xz suffix (XZ-compressed files), too.
4888         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
4889         XZ is the successor to LZMA: <http://tukaani.org/xz/>
4891 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
4892             Nick Roberts  <nickrob@snap.net.nz>
4894         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
4895         repository (http://sphinx.net.ru/hg/gdb-mi/).
4897 2009-06-22  Glenn Morris  <rgm@gnu.org>
4899         * files.el (dir-locals-collect-mode-variables): Allow for any number of
4900         `mode' and `eval' entries.  (Bug#3430)
4902         * Makefile.in (ELCFILES): Add fadr.elc.
4904         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
4905         differing behavior of \n and ^ in strings.  (Bug#3385)
4907         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
4909         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
4910         property.
4911         (lisp-indent-function): Make it a defcustom.
4913 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
4915         * progmodes/gdb-ui.el: Replace with ...
4916         * progmodes/gdb-mi.el: ... this file.
4917         * progmodes/gud.el: Modify for gdb-mi.el.
4919 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
4921         * fadr.el: New file.
4923 See ChangeLog.14 for earlier changes.
4925 ;; Local Variables:
4926 ;; coding: utf-8
4927 ;; End:
4929     Copyright (C) 2009  Free Software Foundation, Inc.
4931   This file is part of GNU Emacs.
4933   GNU Emacs is free software: you can redistribute it and/or modify
4934   it under the terms of the GNU General Public License as published by
4935   the Free Software Foundation, either version 3 of the License, or
4936   (at your option) any later version.
4938   GNU Emacs is distributed in the hope that it will be useful,
4939   but WITHOUT ANY WARRANTY; without even the implied warranty of
4940   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
4941   GNU General Public License for more details.
4943   You should have received a copy of the GNU General Public License
4944   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
4946 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1