(pcomplete-common-suffix, pcomplete-table-subvert): New funs.
[emacs.git] / lisp / ChangeLog
blobe90bf7e3c70af69636d601e55b99ebea528e9c3b
1 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
4         New funs.
5         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
6         (pcomplete-comint-setup): Don't modify a global var via
7         accidental side-effects.
8         (pcomplete-shell-setup): Adjust call accordingly.
9         (pcomplete-parse-comint-arguments): Use push.
11 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
13         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
14         Allow uncapitalized info node names (Bug#3921).
16         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
17         to the DEBUG file (Bug#3781).
19 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
21         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
22         dictionary entry (Bug#4579).
24 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
26         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
27         from `rfn-eshadow-update-overlay-hook' when unloading.
28         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
29         "rsyncc".  Adjust doc string.
30         (tramp-temp-buffer-file-name) New buffer-local defvar.
31         (tramp-handle-insert-file-contents, tramp-handle-write-region):
32         Keep temporary file when indicated by method ("rsync" and
33         "rsyncc").
34         (tramp-handle-write-region): Handle APPEND.
35         (tramp-delete-temp-file-function): New defun.  Added to
36         `kill-buffer-hook'.
38 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
40         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
42 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
44         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
45         (color-name-rgb-alist, tty-standard-colors)
46         (tty-color-mode-alist): Change to defconst.
48         * simple.el (mark-inactive): Purecopy message.
50         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
51         (global-map, yank-menu):
52         * textmodes/ispell.el (ispell-menu-map):
53         * net/eudc.el (eudc-tools-menu):
54         * international/mule-cmds.el (describe-language-environment-map)
55         (setup-language-environment-map, set-coding-system-map)
56         (mule-menu-keymap):
57         * vc-hooks.el (vc-menu-entry, vc-menu-map):
58         * replace.el (occur-mode-map):
59         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
61 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
63         * calc/calc.el (math-read-number, math-read-number-simple): Use
64         `save-match-data'.
66 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
68         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
69         rather than fiddling with global-map bindings, since it should only
70         affect per-terminal settings.
71         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
73         * minibuffer.el (completion-table-with-terminator): Allow to specify
74         the terminator-regexp.
76         * simple.el (switch-to-completions): Look for *Completions* in other
77         frames as well.
79         * pcomplete.el: Allow the use of completion-tables.
80         (pcomplete-std-complete): New command.
81         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
82         (pcomplete--here): Use a function for `form' rather than an expression,
83         so it can be byte-compiled.
84         (pcomplete-here, pcomplete-here*): Adjust accordingly.
85         Add edebug declaration.
86         (pcomplete-show-completions): Remove unused var `curbuf'.
87         (pcomplete-do-complete, pcomplete-stub):
88         Don't assume `completions' is a list of strings any more.
90 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
92         * find-dired.el (find-name-arg): Fix typo in docstring.
94 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
96         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
97         (pcmpl-linux-fs-types): Same, and update to new modules layout.
99         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
100         pcomplete-entries.
102         * comint.el (comint-read-input-ring, comint-write-input-ring)
103         (comint-substitute-in-file-name)
104         (comint-dynamic-complete-as-filename)
105         (comint-dynamic-simple-complete)
106         (comint-dynamic-list-filename-completions)
107         (comint-dynamic-list-completions)
108         (comint-redirect-results-list-from-process): Minor simplifications.
110 2009-10-21  Kevin Ryde  <user42@zip.com.au>
112         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
113         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
114         the first form.  And insert a blank line after ";;; Code" since
115         that's usual style.  (My Bug#4612.)
117         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
119 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
121         * minibuffer.el (completion-table-with-terminator): Properly implement
122         boundaries, in case `terminator' appears in the suffix.
123         (completion--embedded-envvar-table): Don't return boundaries if
124         there's no valid completion.  Simplify.
125         (completion-file-name-table): New completion table extracted from
126         completion--file-name-table.
127         (completion--file-name-table): Use it.
128         (read-file-name-predicate): Declare obsolete.
129         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
130         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
131         completion-file-name-table, and use the `pred' argument.
132         * files.el (locate-file-completion-table): Use the `pred' arg rather
133         than read-file-name-predicate.
134         (abbreviate-file-name): Use \` rather than ^ for BOS.
136 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
138         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
139         vc-responsible-backend to register, it causes problems.
141 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
143         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
145 2009-10-21  Eric Ludlam  <zappo@gnu.org>
147         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
148         (semantic-c-debug-mode-init-pch): New functions.
149         (semantic-c-debug-mode-init-last-mode): New var.
150         (semantic-c-parse-lexical-token): Use them.
152         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
153         When extracting the argument list, limit only by point-max.
155 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
157         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
158         (tramp-smb-handle-file-attributes): Use it.
159         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
160         (tramp-smb-handle-insert-directory): Use `mapc' rather than
161         `mapcar'.  Use `tramp-smb-get-stat-capability'.
162         Add `dired-filename' text properties.
163         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
164         (tramp-smb-maybe-open-connection): Simplify check for smbclient
165         version.
167 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * subr.el (read-key-delay): Reduce to 0.01.
170         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
171         (bug#4751).
173 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
175         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
177         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
178         (Info-menu): Remove unused vars `last' and `completions'.
179         (Info-index-nodes): Remove unused var `node'.
181         * info.el (Info-complete-menu-item): Use complete-with-action.
183 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
185         Make vc-annotate work through copies and renames.
186         * vc-annotate.el (vc-annotate-extract-revision-at-line):
187         Return the file name too.
188         (vc-annotate-revision-at-line)
189         (vc-annotate-find-revision-at-line)
190         (vc-annotate-revision-previous-to-line)
191         (vc-annotate-show-log-revision-at-line): Update to get the file
192         name from vc-annotate-extract-revision-at-line.
193         (vc-annotate-show-diff-revision-at-line-internal): Change the
194         argument to mean whether to show a file diff or not.  Get the file
195         name from vc-annotate-extract-revision-at-line.
196         (vc-annotate-show-diff-revision-at-line):
197         Update vc-annotate-show-diff-revision-at-line call.
198         (vc-annotate-warp-revision): Add an optional file argument.
200         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
201         (vc-git-annotate-extract-revision-at-line): Also return the file
202         name if found.
204         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
205         command.  Remove unused code.
206         (vc-hg-annotate-re): Update to match --follow output.
207         (vc-hg-annotate-extract-revision-at-line): Also return the file
208         name if found.
210         * vc.el: Update annotate-extract-revision-at-line documentation.
212 2009-10-18  Kevin Ryde  <user42@zip.com.au>
214         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
215         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
217         * net/browse-url.el (browse-url): Identify alist with "consp and
218         not functionp" and let all other things go down the `apply' leg,
219         as suggested by Stefan.  (Further to bug#4531.)
221 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
223         * minibuffer.el (read-file-name): Check for repeat before putting
224         a default argument in file-name-history (Bug#4657).
226         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
227         read syntax (Bug#4737).
229         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
231 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
233         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
234         (html-tag-alist, html-tag-help): Add descriptions for undocumented
235         entries and make note of obsolete tags.
237 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
239         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
241 2009-10-18  Glenn Morris  <rgm@gnu.org>
243         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
244         grep, so that binary files (eg international/uni-bidi.el) can match.
245         Remove test for "UnicodeData" files, since it is hopefully unnecessary
246         now, and in any case the file header format has changed.
248 2009-10-17  Glenn Morris  <rgm@gnu.org>
250         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
251         (flyspell-get-word, flyspell-large-region)
252         (flyspell-auto-correct-previous-word): Doc/error message fixes.
254 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
256         * Makefile.in (ELCFILES): Add ede/shell.
258 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
260         * term/common-win.el (x-colors): Purecopy it.
262 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
264         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
265         permissive for when the buffer is empty.
266         (tar-header-block-tokenize): Decode the username and groupname.
267         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
269 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
271         * cedet/srecode/srt.el:
272         * cedet/srecode/compile.el:
273         * cedet/semantic/mru-bookmark.el:
274         * cedet/semantic/debug.el:
275         * cedet/semantic/complete.el:
276         * cedet/semantic/analyze.el: Require CL when compiling.
278 2009-10-17  Eric Ludlam  <zappo@gnu.org>
280         * cedet/semantic/scope.el
281         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
282         tmpscope so that the regular scope will continue to work.
284         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
285         Use semantic-idle-summary-highlight-face as the highlighting.
287         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
288         contains multibyte characters, choose first applicable coding
289         system automatically.
291         * cedet/ede/project-am.el (project-run-target): New method.
292         (project-run-target): New method.
294         * cedet/ede.el (ede-target): Add run target menu item.
295         (ede-project, ede-minor-keymap): Add ede-run-target binding.
296         (ede-run-target): New function.
297         (ede-target::project-run-target): New method.
299         * cedet/ede/proj.el (project-run-target): New method.
301         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
302         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
303         Add :rules.
304         (ede-proj-target-makefile-shared-object): Only libtool compilers
305         now available.  Add linkers for libtool.
306         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
307         (ede-proj-makefile-target-name): Always use .la extension.
309         * cedet/ede/proj-prog.el (project-run-target): New method.
311         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
312         (ede-g++-linker): Change Change link lines.
314         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
315         When searching for old variables, go to the end of the buffer and
316         search backward from there.
317         (ede-proj-makefile-automake-insert-subdirs)
318         (ede-proj-makefile-automake-insert-extradist): New methods.
319         (ede-proj-makefile-create): Use them.
321         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
322         Force FILE to expand to the current target.  Use file-exists-p to
323         check that it exists.
325         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
326         (ede-linux-load): Wrap dir in file-name-as-directory.
327         Set :version slot.
329         * cedet/ede/files.el (ede-get-locator-object): When enabling
330         locate, do so on "top".
332         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
333         file-name-as-directory during compare.
334         (ede-emacs-version): Return Emacs/XEmacs differentiator.
335         Get version number from different places.  Don't call egrep.
336         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
337         to set the directory.
339         * cedet/ede/shell.el: New file.
341         * cedet/inversion.el (inversion-decoders): Allow for stray . in
342         alpha/beta variants.
344 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
346         * international/mule-cmds.el (select-safe-coding-system): If the file
347         has a coding cookie, use it regardless of any other setting (bug#4712).
349 2009-10-17  Glenn Morris  <rgm@gnu.org>
351         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
352         All errors should have messages.
354         * foldout.el (foldout-mouse-swallow-events):
355         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
357         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
358         (dired-keep-marker-copy, dired-keep-marker-hardlink)
359         (dired-keep-marker-symlink, dired-dwim-target)
360         (dired-copy-preserve-time): Do not autoload these defcustoms.
362         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
363         messages from messing up the file coding.  (Bug#4623)
365 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
367         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
368         if no match is found for the current dictionary.  (Bug#4578)
370         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
371         optional, since that is how it is documented, and this is often called
372         with a nil argument.  (Bug#4577)
373         (flyspell-external-point-words, flyspell-auto-correct-word)
374         (flyspell-correct-word-before-point, flyspell-word-search-forward)
375         (flyspell-word-search-backward): Remove nil argument in calls to
376         flyspell-get-word, since it is not needed now.
378 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
380         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
382 2009-10-16  Glenn Morris  <rgm@gnu.org>
384         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
386 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
388         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
389         (ange-ftp-file-size): New function.
390         (ange-ftp-file-attributes): Use it.
392 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
394         * net/tramp-smb.el (tramp-smb-version): New defvar.
395         (tramp-smb-maybe-open-connection): Use it, in order to avoid
396         repeated checks.
398 2009-10-16  Glenn Morris  <rgm@gnu.org>
400         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
401         Maybe copy some custom properties from old to new name.  (Bug#4706)
403 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
405         * subr.el (error, sit-for, start-process-shell-command)
406         (start-file-process-shell-command): Set the calling convention
407         after the function definition.
409 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * subr.el (error, sit-for, start-process-shell-command)
412         (start-file-process-shell-command): Use the new
413         set-advertised-calling-convention feature.
415 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
417         * international/ucs-normalize.el (ucs-normalize-version):
418         Change to 1.2.
419         (check-range): Adjust for Unicode 5.2.
421 2009-10-15  Juri Linkov  <juri@jurta.org>
423         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
424         to the `menu-item' format.
426 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
428         * net/tramp.el (tramp-replace-environment-variables): Do not fail
429         if the environment variable does not exist.
431         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
432         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
433         parameter.
434         (tramp-smb-handle-add-name-to-file)
435         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
436         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
437         (tramp-smb-handle-file-attributes)
438         (tramp-smb-do-file-attributes-with-stat)
439         (tramp-smb-handle-file-local-copy)
440         (tramp-smb-handle-insert-directory)
441         (tramp-smb-handle-make-directory)
442         (tramp-smb-handle-make-directory-internal)
443         (tramp-smb-handle-make-symbolic-link)
444         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
445         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
446         (tramp-smb-maybe-open-connection): Apply the changed parameters.
447         (tramp-smb-read-file-entry): Read Disk names in compressed format.
448         Handle long file names.
449         (tramp-smb-get-cifs-capabilities): Check, whether the connection
450         process is running.
451         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
452         Read share names with "-g" option.
454 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
456         * net/rcirc.el (rcirc-view-log-file): New command.
457         (rcirc-track-minor-mode-map): Remove C-c ` binding.
458         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
459         specified.
461 2009-10-15  Glenn Morris  <rgm@gnu.org>
463         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
464         from the second command-line argument.
465         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
466         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
467         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
468         w32-batch-update-autoloads.
469         * emacs-lisp/autoload.el (autoload-make-program): New variable.
470         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
472         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
473         the headers cannot be located.  Simplify, subtracting superflous
474         save-excursions.
476 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
478         Replace completion-base-size by completion-base-position to fix bugs
479         such as (bug#4699).
480         * simple.el (completion-base-position): New var.
481         (completion-base-size): Mark as obsolete.
482         (choose-completion): Make it work for mouse events as well.
483         Pass the new base-position to choose-completion-string.
484         (choose-completion-guess-base-position): New function, extracted from
485         choose-completion-delete-max-match.
486         (choose-completion-delete-max-match): Use it.  Make obsolete.
487         (choose-completion-string): Use the new base-position info.
488         (completion-root-regexp): Delete.
489         (completion-setup-function): Preserve completion-base-position.
490         Eliminate obsolete base-size manipulation.
491         * minibuffer.el (display-completion-list): Don't mess with base-size.
492         (minibuffer-completion-help): Set completion-base-position instead.
493         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
494         choose-completion.
495         * textmodes/bibtex.el (bibtex-complete):
496         * emacs-lisp/crm.el (crm--choose-completion-string):
497         Adjust to new calling convention.
498         * complete.el (partial-completion-mode): Use minibufferp to avoid
499         bumping into incompatible change to choose-completion-string-functions.
500         * ido.el (ido-choose-completion-string): Make its calling convention
501         more permissive.
502         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
503         base-size manipulation.
504         (comint-dynamic-list-input-ring): Use dotimes and push.
505         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
506         fundamental-mode.  Use `or'.
508 2009-10-14  Juri Linkov  <juri@jurta.org>
510         * misearch.el (multi-isearch-next-buffer-from-list)
511         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
513 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
515         * Makefile.in (compile-onefile): Load `bytecomp' rather than
516         `bytecomp.el'.
518         * minibuffer.el (completion-pcm--merge-completions): Make sure the
519         string we return is all made up of text from the completions rather
520         than part from the completions and part from the input (bug#4219).
522         * ido.el (ido-everywhere): Use define-minor-mode.
524         * buff-menu.el (list-buffers, ctl-x-map):
525         Mark the entry points with ;;;###autoload cookies.
527 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
529         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
530         correctly in the detached head case.
531         (vc-git-print-log): Remove unused binding.
533         * vc.el (vc-responsible-backend): When a directory is passed for
534         for registration create a VC repository if no backend is
535         responsible for the directory argument.
536         (vc-deduce-fileset): Tell vc-responsible-backend to register.
538         * vc.el: Move comments about RCS and SCCS ...
539         * vc-rcs.el:
540         * vc-sccs.el: ... here, respectively.
542 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
544         * minibuffer.el (completion--file-name-table): Return nil if there's
545         no file completion, even if substitute-in-file-name changed
546         the string (bug#4708).
548 2009-10-13  Juri Linkov  <juri@jurta.org>
550         * files-x.el (read-file-local-variable-value): Don't filter out
551         minor modes from mode name completion (bug#4664).
553 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
555         * international/mule-cmds.el (ucs-names): Remove exclusion of
556         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
558 2009-10-13  Kenichi Handa  <handa@m17n.org>
560         * international/uni-name.el: Regenerated.
562 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
564         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
565         should be automatically buffer-local, but isn't.)
567 2009-10-12  Sam Steingold  <sds@gnu.org>
569         * progmodes/compile.el (compilation-next-error-function): Fix the
570         timestamps if the buffer has been visited before.
571         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
572         non-anchored patterns, like the perl one (bug#3928).
574 2009-10-12  Glenn Morris  <rgm@gnu.org>
576         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
577         Let-bind `size'.
579 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
581         * proced.el (proced-unload-function): New function.
583         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
584         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
585         Doc fix.
587         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
589 2009-10-11  Juri Linkov  <juri@jurta.org>
591         * files-x.el (read-file-local-variable-value):
592         Provide default value only for bound variables (bug#4664).
594 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
596         * net/tramp.el (tramp-local-host-p): Function shall return nil for
597         connection methods like smb.
599         * net/tramp-cache.el (tramp-flush-connection-property): The hash
600         can be empty.
602         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
603         (tramp-smb-file-name-handler-alist): Add handlers for
604         `add-name-to-file', `make-symbolic-link'.
605         (tramp-smb-handle-add-name-to-file)
606         (tramp-smb-do-file-attributes-with-stat)
607         (tramp-smb-handle-make-symbolic-link)
608         (tramp-smb-get-cifs-capabilities): New defuns.
609         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
610         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
611         (tramp-smb-handle-file-local-copy)
612         (tramp-smb-handle-make-directory-internal)
613         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
614         The file name syntax depends on cifs capabilities.
615         (tramp-smb-handle-file-attributes):
616         Call `tramp-smb-do-file-attributes-with-stat' if possible.
617         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
618         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
620 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
622         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
623         (eieio-defclass): Apply deftype handler and setf-method properties
624         directly.
625         (eieio-add-new-slot): Avoid union function from cl library.
626         (eieio--typep): New function.
627         (eieio-perform-slot-validation): Use it.
629 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
631         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
632         Update documentation to refer to the variables documented in r1.135.
633         (Bug#4188)
635 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
637         * bookmark.el (Info-suffix-list): Remove this unused variable.
638         (bookmark-current-point): Remove this obsolete variable.
639         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
640         Adjust for removal of bookmark-current-point.
642         (bookmarks-already-loaded, bookmark-current-buffer)
643         (bookmark-yank-point): Document.  (Bug#4188)
645 2009-10-10  Glenn Morris  <rgm@gnu.org>
647         * frame.el (frame-height): Doc fix.
649         * calendar/calendar.el (calendar-split-width-threshold): New option.
650         (calendar-basic-setup): Use calendar-split-width-threshold.
652 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
654         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
655         Use .la for Automake.
657 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
659         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
660         Use "autoreconf -i".  Suggested by Andreas Schwab.
662 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
664         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
665         Ideographic Supplement" range (U+1F200..U+1F2FF).
667 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
669         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
670         since the list will have been rebuilt anyway.  (Bug#4349)
672 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
674         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
675         (bookmark-bmenu-execute-deletions): Don't save here, as
676         bookmark-delete will now do so if necessary.
677         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
678         (Bug#4348)
680 2009-10-09  Glenn Morris  <rgm@gnu.org>
682         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
684 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
686         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
687         (bookmark-jump-other-window): Just invoke bookmark-jump with new
688         argument now, so the two function's behaviors will match.  (Bug#3645)
690 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
692         * cedet/ede/proj.el (project-make-dist, project-compile-project):
693         Fix filename test.
694         (ede-proj-dist-makefile): Use expand-file-name instead of concat
695         to expand file names.
697 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
699         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
700         (tramp-file-name-real-host, tramp-file-name-port):
701         Apply `save-match-data'.
703         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
704         case both directories are remote.
705         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
706         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
708 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
710         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
711         (ede-proj-target-makefile-objectcode): Use it.
713         * cedet/ede/source.el (ede-want-any-source-files-p)
714         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
715         Return search result.  This error was introduced while merging.
717 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
719         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
721 2009-10-07  Glenn Morris  <rgm@gnu.org>
723         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
724         of concat.
726 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
728         * files-x.el (read-file-local-variable): Include some
729         non-user-variables in the completion table (bug#4664).
731 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
733         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
734         message.
736         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
737         (tramp-smb-file-name-handler-alist): Add handler for
738         `copy-directory', `expand-file-name', `set-file-modes'.
739         (tramp-smb-handle-copy-directory)
740         (tramp-smb-handle-expand-file-name)
741         (tramp-smb-handle-set-file-modes): New defuns.
742         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
743         (tramp-smb-handle-file-attributes): Simplify check for retrieving
744         entry.
745         (tramp-smb-handle-insert-directory): Don't flush the cache.
746         (tramp-smb-maybe-open-connection): Check for samba client and
747         server versions.
749 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
751         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
752         to not error out of search for "^lisp=" fails.
754 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
756         * makefile.w32-in (WINS_UPDATES): New macro.
757         (custom-deps, finder-data, autoloads): Use it.
759 2009-10-07  Glenn Morris  <rgm@gnu.org>
761         * Makefile.in (autoloads): Revert previous change.
762         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
763         the list of preloaded files passed on the command-line, get
764         it from src/Makefile.
766         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
767         show the original buffer rather than a random one.
769 2009-10-07  Markus Rost <rost@math.uni-bielefeld.de>
771         * help.el (describe-no-warranty): Place point in a slightly better
772         position in the GPLv3 text.
774 2009-10-06  Sam Steingold  <sds@gnu.org>
776         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
777         the comm attribute is present before calling regexp-quote.
779 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
781         * play/animate.el (animate-string): For good effect, make sure
782         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
784         * play/animate.el (animate-sequence, animate-birthday-present):
785         * misc.el (butterfly): Don't set `indent-tabs-mode'.
787 2009-10-06  Glenn Morris  <rgm@gnu.org>
789         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
791         * emacs-lisp/autoload.el (autoload-excludes): New variable.
792         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
793         (batch-update-autoloads): Process a string value of autoload-excludes,
794         set during the build process.
795         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
797         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
798         inside with-parsed...  macro so that `v' is defined.
800         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
801         * progmodes/fortran.el (fortran-end-of-block)
802         (fortran-beginning-of-block):
803         Also push mark in the macro case.
805         * emerge.el (emerge-show-file-name):
806         * calc/calc.el (calc-quit):
807         * calc/calc-misc.el (calc-big-or-small):
808         * calc/calc-graph.el (calc-graph-view):
809         * calc/calc-ext.el (calc-reset):
810         * calendar/calendar.el (calendar-basic-setup):
811         Use window-full-height-p.
813         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
814         header we don't understand, don't insert another.  (Bug#4624)
815         If changing mime charset, insert the new one in the right place.
817 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
819         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
820         (cal-tex-cursor-month): Correctly increment the end date for diary and
821         holiday listing.  (Bug#4626)
823 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
825         * help-fns.el (describe-function-1): Don't burp if the function is not
826         a symbol.
828 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
830         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
831         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
832         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
833         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
835         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
836         (eieio-default-superclass): Reflow docstrings.
837         (this, class-option-assoc, defclass, eieio-class-un-autoload)
838         (eieio-unbind-method-implementations, defmethod)
839         (eieio-validate-slot-value, eieio-validate-class-slot-value)
840         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
841         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
842         (eieio-slot-originating-class-p, eieio-slot-name-index)
843         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
844         (constructor, initialize-instance, no-next-method, object-print)
845         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
846         Fix typos in docstrings.
847         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
848         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
849         (next-method-p): Doc fixes.
850         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
851         Fix typos in error messages.
852         (eieio-defmethod): Fix typo in description of generic method.
854         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
855         (eieio-persistent-save-interactive, slot-missing):
856         Fix typos in docstrings.
857         (eieio-instance-inheritor-slot-boundp): Doc fix.
859         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
860         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
862         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
863         (eieio-custom-object-apply-reset):
864         Fix typos in docstrings and error messages.
866         * emacs-lisp/eieio-datadebug.el (data-debug-show):
867         Fix typo in docstring.
869         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
870         (eieio-browse-tree): Doc fix.
871         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
872         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
873         Fix typos in docstrings.
875         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
876         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
877         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
878         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
879         Reflow docstrings.
881 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
883         * vc-hg.el (log-view-vc-backend): Declare for compiler.
884         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
885         Set log-view-vc-backend so that diff can work.
887         * log-view.el (log-view-diff): Use vc-diff-internal instead of
888         vc-version-diff.
889         (vc-diff-internal): Autoload this instead of vc-version-diff.
891 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
893         * simple.el (eval-expression): Doc fix.
895         * progmodes/cwarn.el (cwarn-mode): Doc fix.
897 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
899         * files.el (directory-files-no-dot-files-regexp): New defconst.
900         (delete-directory): Use it.
901         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
903         * net/tramp.el (tramp-verbose): Fix docstring.
904         (tramp-methods): Add recursive option to `tramp-copy-args'.
905         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
906         "scp1_old", "scp2_old", "rsync", "rsyncc".
907         (tramp-default-method): Check also for `auth-source-user-or-password'.
908         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
909         Add handler for `copy-directory'.
910         (tramp-handle-copy-directory): New defun.
911         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
912         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
913         Optimize sent command.
915 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
917         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
918         window if necessary.
920         * calendar/calendar.el (calendar-basic-setup): Don't call
921         switch-to-buffer in a dedicated window.
923 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
925         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
926           don't do anything related to relocating, just return nil.
927         (bookmark-error-no-filename): New error.
928         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
929           bookmark has no file.  Don't even attempt to handle things that
930           are not files; the whole point of custom handlers is to keep that
931           knowledge elsewhere anyway.  Tighten some comments.
932         (bookmark-file-or-variation-thereof): Remove now-unused function.
933         (bookmark-location): Doc string fix.
934         (Bug#4250)
936 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
938         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
939         don't use a file dialog, because they usually don't know how to read
940         a directory target from the user.  (Bug#4230)
941         Also, make sure the prompt can display directories as well as files.
943 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
945         * bookmark.el (bookmark-set, bookmark-buffer-name):
946         Improve doc strings.  (Bug#1193)
948 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
950         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
951         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
952         (bookmark-get-annotation, bookmark-set-annotation)
953         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
954         (bookmark-set-position, bookmark-get-front-context-string)
955         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
956         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
957         (bookmark-jump-other-window, bookmark-handle-bookmark)
958         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
959         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
960         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
961            Improve doc strings to say whether bookmark can be a string or
962            a record or both, and make other consistency and clarity fixes.
963         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
964         (bookmark-default-annotation-text, bookmark-yank-word)
965         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
966         (bookmark-import-new-list, bookmark-maybe-rename)
967         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
968         (bookmark-bmenu-bookmark): Give these doc strings.
969         (bookmark-bmenu-check-position): Give this a doc string, but also
970            add a FIXME comment about how the function may be pointless.
971         (bookmark-default-handler): Rework doc string and change a
972            parameter name, to clarify that this takes a bookmark record
973            not a bookmark name.
974         (bookmark-set): Change a parameter name to indicate its meaning,
975            and improve the doc string a bit.
976         (Bug#4188)
978 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
980         * bookmark.el (bookmark-alist): Document the new `handler' element
981         in the param alist.
982         (bookmark-make-record-function): Adjust documentation for above.
983         (Bug#4193)
985 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
987         * info.el (Info-bookmark-make-record): Document this function.
988         (Info-bookmark-jump): Document with a doc string, not just a comment.
989         (Bug#4203)
991 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
993         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
994         (semantic-new-buffer-fcn): Call parser setup functions here.
995         (semantic-mode): Don't call parser setup functions here, it's done
996         in semantic-new-buffer-fcn now.
997         (semantic-mode): Parse all existing buffers when enabled.
999         * cedet/srecode/compile.el (srecode-compile-file):
1000         Call semantic-new-buffer-fcn if the buffer has not been parsed.
1002 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1004         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
1006         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
1007         (proj-comp-insert-variable-once): New macro, renamed from
1008         ede-pmake-insert-variable-once in ede/pmake.edl.
1009         (ede-proj-makefile-insert-variables): Use it.
1011 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
1013         * files.el (copy-directory): New defun.
1015         * dired-aux.el (dired-copy-file-recursive): Use it.
1017 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1019         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1020         (makefile-end-of-command):
1021         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1022         (semantic-end-of-context): Fix previous change.  Doc fixes.
1024 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
1026         * files-x.el (modify-dir-local-variable)
1027         (copy-dir-locals-to-file-locals-prop-line):
1028         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
1029         (makefile-end-of-command):
1030         * cedet/semantic/lex.el (semantic-lex-token):
1031         * cedet/semantic/analyze/fcn.el
1032         (semantic-analyze-dereference-metatype-1):
1033         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
1034         (semantic-lex-cpp-undef):
1035         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
1036         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
1037         (semantic-end-of-context): Fix typos in docstrings.
1039         * recentf.el (recentf-unload-function): New function.
1041 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
1043         * cedet/ede.el (ede-project-placeholder-cache-file):
1044         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
1045         * cedet/srecode/map.el (srecode-map-save-file):
1046         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
1048 2009-10-04  Glenn Morris  <rgm@gnu.org>
1050         * window.el (window-full-height-p): Add doc string.
1052 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
1054         * window.el (window-full-height-p): New function.  (Bug#4543)
1056 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
1058         * cedet/srecode/insert.el: Require srecode/args.
1060         * cedet/srecode/args.el: Require srecode/dictionary instead of
1061         srecode/insert.
1063         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
1065         * files.el (auto-mode-alist): Add .srt and Project.ede.
1067         * cedet/semantic.el (semantic-mode):
1068         Handle srecode-template-mode-hook as well.
1069         (semantic-mode): Use js-mode-hook for Javascript hook.
1071         * cedet/srecode/template.el: Remove hook variable.
1073         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
1075         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
1076         projects exist.
1077         (ede-project-placeholder-cache-file): Default to a file in
1078         user-emacs-directory.
1080         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
1081         templates in data-directory.
1082         (srecode-map-save-file): Default to a file in user-emacs-directory.
1084         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
1085         directory.
1087 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1089         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
1090         Doc fix.
1092         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
1093         Only insert each variable once.
1095         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
1096         (ede-pmake-insert-variable-shared): Use it.
1098         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
1099         for lexical table iff table is nil.
1101 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1103         * vc.el: Remove commented out code.
1104         (vc-derived-from-dir-mode): Remove, unused.
1105         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
1107 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
1109         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1110         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
1111         there could be recursive loading when `default-directory' is a
1112         remote file name.  (Bug#4614)
1114 2009-10-03  Glenn Morris  <rgm@gnu.org>
1116         * calendar/calendar.el (calendar-basic-setup): Handle the case where
1117         the frame is wide.
1118         (calendar-generate-window): Test for shrinkability rather than width.
1120         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
1121         declaration, currently false.
1123         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
1124         reusing existing buffers, in case we happen to visit two files with the
1125         same basename.  (Bug#4593)
1127 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
1129         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
1130         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
1131         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
1132         subdirs of cedet as well.
1133         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
1135 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1137         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
1138         Obey advertised-signature-table.
1140         * help-fns.el (help-function-arglist): Don't check
1141         advertised-signature-table.
1142         (describe-function-1): Do it here instead so it also applies to subrs.
1144 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
1146         * simple.el (start-file-process): Say in the doc-string, that file
1147         handlers might not support pty association, if PROGRAM is nil.
1149         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
1150         HOST and USER are strings.  They are nil, when there are
1151         incomplete entries in ~/.netrc, for example.
1152         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
1153         root directory ("device busy" error otherwise).
1155         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
1156         Flush file properties of created directory.
1158 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
1160         * makefile.w32-in (WINS_BASIC): Remove cedet.
1161         (WINS_CEDET): Add cedet.
1162         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
1164 2009-10-02  Kevin Ryde  <user42@zip.com.au>
1166         * net/browse-url.el (browse-url): Pass any symbol in
1167         browse-url-browser-function to `apply', since if you've mistakenly put
1168         an unbound symbol then the error is clearer.  (Bug#4531)
1170 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
1172         * allout.el (allout-init, allout-back-to-current-heading)
1173         (allout-beginning-of-current-entry, allout-ascend-to-depth)
1174         (allout-ascend, allout-up-current-level, allout-end-of-level)
1175         (allout-previous-visible-heading, allout-forward-current-level)
1176         (allout-backward-current-level, allout-show-children):
1177         * apropos.el (apropos-describe-plist):
1178         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
1179         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
1180         * completion.el (add-completion, add-permanent-completion):
1181         * descr-text.el (describe-text-category, describe-char):
1182         * desktop.el (desktop-lazy-abort):
1183         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
1184         * dired.el (dired-build-subdir-alist):
1185         * ediff.el (ediff-version):
1186         * elide-head.el (elide-head, elide-head-show):
1187         * emerge.el (emerge-version):
1188         * env.el (getenv):
1189         * face-remap.el (variable-pitch-mode):
1190         * faces.el (describe-face):
1191         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
1192         (dired-at-point):
1193         * files.el (find-file-existing, auto-save-mode):
1194         * font-lock.el (font-lock-fontify-buffer):
1195         * help-fns.el (describe-function, describe-variable)
1196         (describe-syntax, describe-categories):
1197         * help.el (view-lossage, describe-bindings, describe-key)
1198         (describe-mode):
1199         * hexl.el (hexl-current-address):
1200         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
1201         * info.el (Info-goto-emacs-key-command-node):
1202         * log-edit.el (log-edit-insert-cvs-template)
1203         (log-edit-insert-cvs-rcstemplate):
1204         * menu-bar.el (menu-bar-mode):
1205         * mouse.el (mouse-appearance-menu):
1206         * newcomment.el (comment-indent-new-line):
1207         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
1208         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
1209         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
1210         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
1211         * recentf.el (recentf-mode):
1212         * savehist.el (savehist-mode, savehist-save):
1213         * shadowfile.el (shadow-copy-files):
1214         * simple.el (kill-ring-save, next-line, previous-line)
1215         (normal-erase-is-backspace-mode):
1216         * strokes.el (strokes-update-window-configuration)
1217         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
1218         (strokes-xpm-for-stroke):
1219         * time.el (emacs-uptime, emacs-init-time):
1220         * tutorial.el (tutorial--describe-nonstandard-key)
1221         (tutorial--detailed-help):
1222         * type-break.el (type-break-mode)
1223         (type-break-mode-line-message-mode, type-break-query-mode)
1224         (type-break-guesstimate-keystroke-threshold):
1225         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
1226         * version.el (emacs-version):
1227         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
1228         * winner.el (winner-mode):
1229         * calendar/timeclock.el (timeclock-in, timeclock-out)
1230         (timeclock-status-string, timeclock-change)
1231         (timeclock-workday-remaining-string)
1232         (timeclock-workday-elapsed-string)
1233         (timeclock-when-to-leave-string):
1234         * calendar/todo-mode.el (todo-add-category):
1235         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
1236         * emacs-lisp/autoload.el (update-file-autoloads):
1237         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
1238         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
1239         (checkdoc-message-text, checkdoc-defun):
1240         * emacs-lisp/debug.el (debugger-list-functions):
1241         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1242         * emacs-lisp/eieio-opt.el (eieio-describe-class)
1243         (eieio-describe-generic):
1244         * emacs-lisp/lisp-mnt.el (lm-synopsis):
1245         * emacs-lisp/shadow.el (list-load-path-shadows):
1246         * emulation/cua-base.el (cua-mode):
1247         * emulation/edt.el (edt-set-scroll-margins):
1248         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
1249         (tpu-toggle-regexp, tpu-toggle-search-direction)
1250         (tpu-toggle-rectangle, tpu-toggle-control-keys):
1251         * emulation/tpu-extras.el (tpu-set-scroll-margins):
1252         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
1253         (viper-set-parsing-style-toggling-macro)
1254         (viper-set-emacs-state-searchstyle-macros):
1255         * emulation/viper.el (viper-set-hooks):
1256         * eshell/esh-mode.el (eshell-truncate-buffer):
1257         * international/mule-cmds.el (prefer-coding-system)
1258         (describe-input-method, describe-language-environment):
1259         * international/mule-diag.el (list-character-sets)
1260         (describe-character-set, describe-coding-system)
1261         (describe-fontset, list-fontsets, list-input-methods):
1262         * mail/sendmail.el (mail-signature):
1263         * net/ange-ftp.el (ange-ftp-copy-file):
1264         * net/browse-url.el (browse-url):
1265         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
1266         * net/quickurl.el (quickurl-add-url):
1267         * net/rcirc.el (names, topic):
1268         * net/xesam.el (xesam-mode):
1269         * play/5x5.el (5x5-new-game):
1270         * play/yow.el (apropos-zippy):
1271         * progmodes/ada-mode.el (ada-mode-version):
1272         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
1273         (f90-end-of-block)
1274         (f90-beginning-of-block):
1275         * progmodes/fortran.el (fortran-end-of-block)
1276         (fortran-beginning-of-block):
1277         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
1278         * progmodes/python.el (python-describe-symbol, python-shell):
1279         * term/ns-win.el (ns-print-buffer):
1280         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
1281         * textmodes/flyspell.el (flyspell-mode-on):
1282         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
1283         (pages-directory-for-addresses):
1284         * textmodes/table.el (table-recognize-cell)
1285         (table-query-dimension, table-generate-source)
1286         (table-insert-sequence, table--warn-incompatibility):
1287         * textmodes/tex-mode.el (tex-validate-buffer):
1288         * textmodes/texinfmt.el (texinfmt-version)
1289         (texinfo-format-buffer):
1290         Use `called-interactively-p' instead of `interactive-p'.
1292 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
1294         * image-mode.el (image-toggle-display):
1295         * emacs-lisp/elp.el (elp-instrument-function):
1296         * emacs-lisp/advice.el (ad-make-advised-definition):
1297         * emacs-lisp/easy-mmode.el (define-minor-mode):
1298         * net/browse-url.el (browse-url-maybe-new-window):
1299         * progmodes/sh-script.el (sh-learn-buffer-indent):
1300         Pass new argument 'any to `called-interactively-p'.
1302 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1304         * international/uni-bidi.el:
1305         * international/uni-category.el:
1306         * international/uni-combining.el:
1307         * international/uni-comment.el:
1308         * international/uni-decimal.el:
1309         * international/uni-decomposition.el:
1310         * international/uni-digit.el:
1311         * international/uni-lowercase.el:
1312         * international/uni-mirrored.el:
1313         * international/uni-name.el:
1314         * international/uni-numeric.el:
1315         * international/uni-old-name.el:
1316         * international/uni-titlecase.el:
1317         * international/uni-uppercase.el:
1318         Regenerate from Unicode 5.2.0 data.
1320 2009-10-01  Glenn Morris  <rgm@gnu.org>
1322         * Makefile.in (ELCFILES): Regenerate.
1324 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         * subr.el (interactive-p): Mark obsolete.
1327         (called-interactively-p): Make the optional-ness of `kind' obsolete.
1328         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
1329         advertised-signature-table for subroutines as well.
1331         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
1332         (set-advertised-calling-convention): New function.
1333         (make-obsolete, define-obsolete-function-alias)
1334         (make-obsolete-variable, define-obsolete-variable-alias):
1335         Make the optional-ness of `when' obsolete.
1336         (define-obsolete-face-alias): Make `when' non-optional.
1337         * help-fns.el (help-function-arglist):
1338         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
1339         Use advertised-signature-table.
1341 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
1343         * files.el (delete-directory): New defun.  The original function
1344         in fileio.c has been renamed to `delete-directory-internal'.
1346         * dired.el (dired-delete-file): Call `delete-directory' with
1347         RECURSIVE parameter.
1349         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
1350         parameter RECURSIVE.  Implementation is missing.
1352         * net/tramp.el (tramp-handle-make-directory): Flush upper
1353         directory's file properties.
1354         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
1355         (tramp-handle-dired-recursive-delete-directory): Flush directory
1356         properties after the remove command only.
1358         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1359         Handle optional parameter RECURSIVE.
1361         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
1362         Handle optional parameter RECURSIVE.
1364         * net/tramp-smb.el (tramp-smb-errors): Add error message for
1365         connection timeout.
1366         (tramp-smb-handle-delete-directory): Handle optional parameter
1367         RECURSIVE.
1369 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1371         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
1372         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
1373         (byte-compile-defmacro): Use backquotes.
1375         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
1377         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
1378         has no associated file.
1379         (vc-resynch-buffer): Use vc-dir-buffers.
1381 2009-10-01  Glenn Morris  <rgm@gnu.org>
1383         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
1384         (chart-file-count):
1385         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
1386         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
1387         * emacs-lisp/eieio-opt.el (eieio-describe-class):
1388         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
1389         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
1390         (eieio-copy-parents-into-subclass, make-instance, class-children)
1391         (eieio-generic-form):
1392         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
1393         * cedet/cedet-idutils.el (cedet-idutils-search)
1394         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
1395         (cedet-idutils-version-check):
1396         * cedet/cedet.el (cedet-version):
1397         * cedet/data-debug.el (data-debug-insert-overlay-button)
1398         (data-debug-insert-overlay-list-button)
1399         (data-debug-insert-buffer-button)
1400         (data-debug-insert-buffer-list-button)
1401         (data-debug-insert-process-button, data-debug-insert-ring-button)
1402         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
1403         (data-debug-insert-stuff-vector-button)
1404         (data-debug-insert-symbol-button, data-debug-insert-string)
1405         (data-debug-insert-number, data-debug-insert-lambda-expression)
1406         (data-debug-insert-nil, data-debug-insert-simple-thing)
1407         (data-debug-insert-custom, data-debug-edebug-expr):
1408         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
1409         (global-ede-mode-map, ede-new, ede-debug-target)
1410         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
1411         * cedet/semantic.el (semantic-minimum-working-buffer-size)
1412         (semantic-fetch-tags, semantic-submode-list)
1413         (semantic-default-submodes):
1414         * cedet/ede/source.el (ede-source-match):
1415         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
1416         (project-am-package-info):
1417         * cedet/ede/proj.el (ede-proj-target, project-new-target):
1418         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
1419         * cedet/ede/proj-comp.el (ede-current-build-list):
1420         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
1421         * cedet/ede/files.el (ede-toplevel-project-or-nil):
1422         * cedet/ede/cpp-root.el (initialize-instance):
1423         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
1424         (autoconf-parameter-strip, autoconf-insert-new-macro):
1425         * cedet/semantic/wisent.el (wisent-lex-eoi):
1426         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
1427         (semantic-show-parser-state-mode):
1428         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
1429         * cedet/semantic/tag.el (semantic-tag-new-variable)
1430         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
1431         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
1432         (semantic--tag-deep-copy-tag-list)
1433         (semantic-tag-components-with-overlays-default):
1434         * cedet/semantic/symref.el (semantic-symref-find-text):
1435         * cedet/semantic/senator.el (senator-yank-tag)
1436         (senator-transpose-tags-up):
1437         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
1438         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
1439         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
1440         * cedet/semantic/lex.el (semantic-lex-comment-regex)
1441         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
1442         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
1443         * cedet/semantic/lex-spp.el
1444         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
1445         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
1446         * cedet/semantic/idle.el
1447         (semantic-idle-summary-current-symbol-info-brutish)
1448         (semantic-idle-summary-current-symbol-info-default):
1449         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
1450         (semantic--grammar-macro-compl-dict):
1451         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
1452         * cedet/semantic/format.el (semantic-format-tag-custom-list)
1453         (semantic-format-tag-canonical-name-default):
1454         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
1455         (semantic-find-tags-for-completion)
1456         (semantic-find-tags-by-scope-protection-default)
1457         (semantic-deep-find-tags-for-completion):
1458         * cedet/semantic/edit.el
1459         (semantic-edits-incremental-reparse-failed-hook)
1460         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
1461         (semantic-edits-splice-remove, semantic-edits-splice-replace):
1462         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
1463         * cedet/semantic/dep.el (semantic-dependency-include-path):
1464         * cedet/semantic/db.el (semanticdb-default-find-index-class)
1465         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
1466         (semanticdb-project-roots):
1467         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
1468         (semanticdb-find-adebug-insert-scanned-tag-cons)
1469         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
1470         (semanticdb-brute-deep-find-tags-for-completion):
1471         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
1472         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
1473         (semantic-end-of-context-default)
1474         (semantic-ctxt-current-function-default)
1475         (semantic-ctxt-scoped-types-default):
1476         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1477         (semantic-complete-inline-tag-engine)
1478         (semantic-complete-inline-custom-type)
1479         (semantic-complete-read-tag-analyzer):
1480         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
1481         (semantic-chart-database-size):
1482         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
1483         (semantic-analyze-current-context):
1484         * cedet/semantic/symref/list.el (semantic-symref)
1485         (semantic-symref-hide-buffer, semantic-symref-symbol):
1486         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
1487         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
1488         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
1489         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
1490         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
1491         (semantic-c-dereference-template):
1492         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
1493         (semantic--analyze-refs-full-lookup-with-parents)
1494         (semantic--analyze-refs-full-lookup-simple):
1495         * cedet/semantic/analyze/complete.el
1496         (semantic-analyze-possible-completions):
1497         * cedet/srecode/table.el (srecode-mode-table-new):
1498         * cedet/srecode/srt.el (srecode-read-variable-name):
1499         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
1500         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
1501         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
1502         * cedet/srecode/map.el (srecode-current-map):
1503         * cedet/srecode/insert.el (srecode-insert)
1504         (srecode-insert-variable-secondname-handler, srecode-insert-method)
1505         (srecode-template-inserter-point-override)
1506         (srecode-insert-include-lookup):
1507         * cedet/srecode/getset.el (srecode-auto-choose-class):
1508         * cedet/srecode/extract.el (srecode-inserter-extract):
1509         * cedet/srecode/document.el
1510         (srecode-document-autocomment-return-last-alist)
1511         (srecode-document-autocomment-param-type-alist)
1512         (srecode-document-insert-function-comment)
1513         (srecode-document-insert-variable-one-line-comment)
1514         (srecode-document-function-name-comment):
1515         * cedet/srecode/dictionary.el (srecode-create-dictionary)
1516         (srecode-compound-toString):
1517         * cedet/srecode/compile.el (srecode-flush-active-templates):
1518         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
1519         Doc/message fixes.
1521         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
1522         match-data.  (Bug#4555).
1524         * cedet/semantic/bovine/gcc.el
1525         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
1526         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
1528         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
1529         rather than parsing it as a regexp.  This relaxes the layout
1530         requirements and makes errors easier to detect.
1531         (check-declare-verify): Check file is regular.
1532         (check-declare-directory): Doc fix.
1533         * subr.el (declare-function): Doc fix.
1535         * ibuffer.el (ibuffer-format-qualifier):
1536         * isearch.el (hi-lock-regexp-okay):
1537         * calc/calc.el (math-zerop):
1538         * mail/uce.el (rmail-msgbeg, rmail-msgend):
1539         * term/w32-win.el (setup-default-fontset, set-fontset-font):
1540         Remove unused declarations.
1542 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
1544         * cedet/semantic/wisent/javat-wy.el
1545         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
1547 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
1549         * cedet/srecode/expandproto.el: Fix provide statement.
1551 2009-09-30  Eric Ludlam  <zappo@gnu.org>
1553         * emacs-lisp/eieio.el (boolean-p): Delete.
1555 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
1557         * cedet/ede/srecode.el: Fix provide statement.
1559 2009-09-30  Glenn Morris  <rgm@gnu.org>
1561         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
1562         * cedet/ede/proj-aux.el (ede-aux-source):
1563         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
1564         (ede-misc-source):
1565         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
1566         (semantic-mrub-switch-tags): Fix doc typos.
1568         * cedet/semantic/db-global.el (data-debug-new-buffer)
1569         (data-debug-insert-thing): Remove unneeded declarations (one broken).
1570         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
1572         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
1574         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
1575         use of CL function `remove-if-not'.
1577         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
1579         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
1580         filename is not a string.
1582 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
1584         * files.el (safe-local-eval-forms): Fix typo.
1586 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1588         * vc-hooks.el (vc-dir-buffers): New var.
1589         (vc-state-refresh): New function.
1590         (vc-state): Use it.
1591         (vc-after-save): Always ask the backend to recompute the new state.
1592         Always call vc-dir if necessary, using vc-dir-buffers.
1593         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
1594         Use vc-dir-buffers.
1595         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
1596         (vc-dir-prepare-status-buffer, vc-dir-update)
1597         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
1598         Don't call expand-file-name on default-directory.
1600 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1602         * speedbar.el (speedbar-item-delete):
1603         * calc/calc-prog.el (calc-kbd-if):
1604         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
1606         * epa.el (epa-key-list-mode-map):
1607         * hi-lock.el (hi-lock-menu): Fix typos in menus.
1609         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
1610         (hs-show-hook): Fix typo in docstring.
1612 2009-09-29  Glenn Morris  <rgm@gnu.org>
1614         * cedet/semantic/symref/idutils.el:
1615         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
1617         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
1619         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
1620         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
1621         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
1622         Mark declarations not understood by check-declare.
1624         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
1625         file-name-nondirectory call preventing location of cedet files.
1626         (check-declare-verify): Use literal search rather than re-search.
1627         Add basic defmethod and defclass, and define-overloadable-function.
1629         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1630         Use tramp-compat-file-attributes rather than nonexistent
1631         tramp-compat-handle-file-attributes.
1633         * Makefile.in (lisptagsfiles4): New.
1634         (AUTOGENEL): Add cedet loaddefs files.
1635         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
1636         (update-elclist, compile-always, backup-compiled-files)
1637         (bootstrap-clean): Add yet another directory level.
1638         (update-elclist): Use LC_COLLATE rather than COLLATE.
1639         (ELCFILES): Update, via `make update-elclist'.
1641 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
1643         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
1644         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
1645         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
1647 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
1649         * Makefile.in (lisptagsfiles3): Define.
1650         (TAGS, TAGS-LISP): Use it.
1651         (update-elclist): Add third directory level to look for elc files.
1652         (compile-always): Likewise.
1653         (backup-compiled-files): Likewise.
1654         (bootstrap-clean): Likewise.
1655         (ELCFILES): Update.
1657 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
1659         * Makefile.in (ELCFILES): Add CEDET files.
1661 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1663         CEDET (development tools) package merged.
1665         * cedet/*.el:
1666         * cedet/ede/*.el:
1667         * cedet/semantic/*.el:
1668         * cedet/srecode/*.el: New files.
1670 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
1672         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
1674         * net/tramp.el (top): Require tramp-imap.
1676         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
1677         Use `tramp-compat-handle-file-attributes'.
1679 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
1681         * net/tramp-imap.el: New package.
1683 2009-09-28  Eric Ludlam  <zappo@gnu.org>
1685         * emacs-lisp/chart.el:
1686         * emacs-lisp/eieio-base.el:
1687         * emacs-lisp/eieio-comp.el:
1688         * emacs-lisp/eieio-custom.el:
1689         * emacs-lisp/eieio-datadebug.el:
1690         * emacs-lisp/eieio-opt.el:
1691         * emacs-lisp/eieio-speedbar.el:
1692         * emacs-lisp/eieio.el: New files.
1694         * cedet/cedet-cscope.el:
1695         * cedet/cedet-files.el:
1696         * cedet/cedet-global.el:
1697         * cedet/cedet-idutils.el:
1698         * cedet/data-debug.el:
1699         * cedet/inversion.el:
1700         * cedet/mode-local.el:
1701         * cedet/pulse.el: New files.
1703 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1705         * whitespace.el (whitespace-trailing-regexp)
1706         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
1707         Fix doc string.
1709 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
1711         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
1712         menu.
1714         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
1715         menu-bar-ediff-menu.
1717         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
1718         define-overloadable-function.
1720         * progmodes/autoconf.el: Provide autoconf as well, so that this
1721         file can be `require'd.
1723         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
1725         * emacs-lisp/autoload.el (generated-autoload-feature)
1726         (generated-autoload-load-name): New vars.
1727         (autoload-rubric, autoload-generate-file-autoloads): Use them.
1728         (make-autoload): Recognize define-overloadable-function and
1729         defclass forms (for EIEIO).
1731         * Makefile.in (update-subdirs): Exclude cedet directory.
1733 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
1735         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
1737         * faces.el: Default light-background background for region face to
1738         ns_selection_color under NS.
1740 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1742         * net/imap-hash.el: New library, see NEWS.
1744         * Makefile.in (ELCFILES): Add imap-hash.el.
1746 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1748         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
1749         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
1750         * help-macro.el (make-help-screen): Avoid using an ambiguous function
1751         definition where the docstring could be taken for the return value.
1753 2009-09-26  Glenn Morris  <rgm@gnu.org>
1755         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
1756         Add option to only show images below a certain size.
1757         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
1758         save-excursion calls.
1760 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
1762         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
1763         subdirectories) and eieio.
1765 2009-09-26  Alan Mackenzie  <acm@muc.de>
1767         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
1768         buggy bracketing.  (Bug#4289)
1770         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
1771         character constants (as case labels).  (Bug#4289)
1773 2009-09-25  Juri Linkov  <juri@jurta.org>
1775         * files.el (safe-local-eval-forms): Allow time-stamp in
1776         before-save-hook (Bug#4554).
1778 2009-09-25  Drew Adams  <drew.adams@oracle.com>
1780         * menu-bar.el (list-buffers-directory): Doc fix.
1782 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
1785         Try and avoid copying twice the same paragraph.
1786         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
1787         Remove save-excursion.
1788         (log-edit-changelog-entry): Do it here instead.
1790 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
1792         * bs.el (bs--get-file-name): Use `list-buffers-directory'
1793         when available, instead of hardcoding mode names.  Doc fix.
1795         * menu-bar.el (list-buffers-directory): Add docstring.
1796         Make automatically buffer-local.
1798         * dired.el (dired-mode):
1799         * files.el (cd-absolute):
1800         * pcvs.el (cvs-temp-buffer):
1801         * pcvs-util.el (cvs-get-buffer-create):
1802         * shell.el (shell-mode):
1803         * vc-dir.el (vc-dir-mode):
1804         Don't make `list-buffers-directory' buffer local.
1806 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
1808         * comint.el (comint-exec, comint-run, make-comint):
1809         Doc fixes (Bug#4542).
1811 2009-09-25  Glenn Morris  <rgm@gnu.org>
1813         * mail/rmailmm.el (rmail-mime): New custom group.
1814         Move all defcustoms in this file into this group.
1815         (rmail-mime-media-type-handlers-alist): Revert previous change.
1816         (rmail-mime-show-images): New option.
1817         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
1818         references to it, since it wasn't actually used for anything.
1819         (rmail-mime-insert-image): New function.
1820         (rmail-mime-image): Use rmail-mime-insert-image.
1821         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
1822         obey the value of `rmail-mime-show-images' option.  Print the size of
1823         attachments.
1825 2009-09-25  David Engster  <deng@randomsample.de>
1827         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
1829 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1831         * whitespace.el: Does not highlight trailing spaces While point is
1832         at end of line.  Does not highligt spaces at beginning of buffer
1833         while point is at beginning of buffer.  Does not highlight spaces
1834         at end of buffer while point is at end of buffer.  (Bug#4177)
1835         New version 12.0.
1836         (whitespace-display-mappings): Adjust initialization.
1837         (whitespace-point, whitespace-font-lock-refontify): New vars.
1838         (whitespace-color-on, whitespace-color-off): Adjust code.
1839         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
1840         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
1841         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
1843 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
1845         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
1847         * textmodes/sgml-mode.el: Remove xml-mode alias.
1849         * files.el (auto-mode-alist, conf-mode-maybe)
1850         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
1852 2009-09-24  Alan Mackenzie  <acm@muc.de>
1854         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
1855         c-forward-conditionals, but it doesn't move point and doesn't set
1856         the mark.
1857         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
1858         (c-down-conditional-with-else, c-backward-conditional)
1859         (c-forward-conditional): Refactor to use c-scan-conditionals.
1861 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1863         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
1864         (help-default-arg-highlight): Remove.
1865         (help-highlight-arg): New function.
1866         (help-do-arg-highlight): Use it.
1867         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
1869 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1871         * term.el (term-set-scroll-region, term-handle-ansi-escape):
1872         Undo last change, which didn't fix the problem and introduced others.
1874 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
1876         * progmodes/gdb-mi.el: Don't require speedbar.
1877         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
1879 2009-09-24  Glenn Morris  <rgm@gnu.org>
1881         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
1883         * term/ns-win.el (ns-reg-to-script): Define for compiler.
1885         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
1886         there is no newline after the final mime boundary.  (Bug#4539)
1887         Move markers on insertion so that any buttons inserted don't end up in
1888         the next part of a multipart message.
1889         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
1890         (rmail-mime-bulk-handler): Optionally handle images.
1891         (rmail-mime-image): New button action.
1892         (rmail-mime-image-handler): New function.
1893         (rmail-mime-mode): New mode.
1894         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
1896 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1898         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
1899         than just dropping elements from it (bug#4504).
1901         * term.el (term-set-scroll-region): Don't move cursor any more.
1902         (term-handle-ansi-escape): Call term-goto here instead.
1903         Suggested by Ivan Kanis <apple@kanis.eu>.
1905         * term.el: Require CL.
1906         (term-ansi-reset): New function.
1907         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
1908         (term-handle-colors-array): Simplify.
1910 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
1912         * allout.el (allout-overlay-interior-modification-handler)
1913         (allout-obtain-passphrase):
1914         * epa-file.el (epa-file-write-region):
1915         * ps-print.el (ps-begin-job):
1916         * vc-hooks.el (vc-toggle-read-only):
1917         * vc-rcs.el (vc-rcs-rollback):
1918         * vc-sccs.el (vc-sccs-rollback):
1919         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
1920         (vc-version-diff, vc-revert, vc-rollback):
1921         * wdired.el (wdired-check-kill-buffer):
1922         * emacs-lisp/authors.el (authors):
1923         * net/socks.el (socks-open-connection):
1924         * net/zeroconf.el (zeroconf-service-add-hook):
1925         * obsolete/vc-mcvs.el (vc-mcvs-register):
1926         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
1927         (gdb-select-frame):
1928         * progmodes/grep.el (lgrep, rgrep):
1929         * progmodes/idlw-help.el (idlwave-help-check-locations)
1930         (idlwave-help-html-link, idlwave-help-assistant-open-link):
1931         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1932         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
1933         (reftex-toc-rename-label): Fix typos in error messages.
1935         * dired-aux.el (dired-do-shell-command): Reflow docstring.
1936         (dired-copy-how-to-fn): Doc fix.
1937         (dired-files-attributes, dired-read-shell-command):
1938         Fix typos in docstrings.
1940         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
1941         (dired-x-find-file-other-window): Reflow docstrings.
1942         (dired-omit-marker-char, dired-read-shell-command)
1943         (dired-x-submit-report): Fix typos in docstrings.
1945         * shell.el (shell-mode-hook):
1946         * view.el (View-scroll-line-forward):
1947         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
1948         Fix typos in docstrings.
1950         * net/dig.el (dig-invoke): Fix typo in docstring.
1951         (query-dig): Reflow docstring.
1953         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
1954         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
1955         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
1956         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
1957         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
1958         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
1959         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
1960         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
1961         (idlwave-completion-map, idlwave-current-indent)
1962         (idlwave-custom-ampersand-surround, idlwave-customize)
1963         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
1964         (idlwave-define-abbrev, idlwave-determine-class-special)
1965         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
1966         (idlwave-end-block-reg, idlwave-end-of-statement)
1967         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
1968         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
1969         (idlwave-explicit-class-listed, idlwave-file-header)
1970         (idlwave-fill-paragraph, idlwave-find-class-definition)
1971         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
1972         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
1973         (idlwave-in-quote, idlwave-indent-action-table)
1974         (idlwave-indent-expand-table, idlwave-indent-line)
1975         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
1976         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
1977         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
1978         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
1979         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
1980         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
1981         (idlwave-outlawed-buffers, idlwave-popup-select)
1982         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
1983         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
1984         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
1985         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
1986         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
1987         (idlwave-statement-type, idlwave-struct-skip)
1988         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
1989         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
1990         (idlwave-what-module-find-class): Fix typos in docstrings.
1991         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
1992         (idlwave-calculate-cont-indent, idlwave-expand-equal)
1993         (idlwave-find-module, idlwave-find-structure-definition)
1994         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
1995         (idlwave-list-load-path-shadows, idlwave-next-statement)
1996         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
1997         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
1998         (idlwave-template): Reflow docstrings.
2000         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
2001         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
2002         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
2003         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
2004         (idlwave-shell-display-line, idlwave-shell-display-wframe)
2005         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
2006         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
2007         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
2008         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
2009         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
2010         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
2011         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
2012         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
2013         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
2014         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
2015         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
2016         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
2017         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
2018         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
2019         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
2020         Fix typos in docstrings.
2021         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
2022         (idlwave-shell-hide-output, idlwave-shell-mode)
2023         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
2024         Reflow docstrings.
2026         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
2028 2009-09-24  Ivan Kanis  <apple@kanis.eu>
2030         * term.el (term-bold-attribute): New var.
2031         (term-handle-colors-array): Use it.
2033 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
2035         * progmodes/gdb-mi.el (gdb-version): New variable.
2036         (gdb-non-stop-handler): Set gdb-version.
2037         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
2038         Condition "--thread" option on gdb-version.
2039         (gdb-invalidate-threads): Remove unused argument.
2041 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
2044         to looking-back to avoid ridiculous slow down in large files (bug#4511).
2046 2009-09-23  Glenn Morris  <rgm@gnu.org>
2048         * mail/rmail.el (rmail-reply): Don't try to add a References header when
2049         replying to mail without References or Message-Id.  (Bug#4525)
2051 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
2053         * term/ns-win.el (ns-reg-to-script): New variable.
2055 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
2057         * epg.el (epg-wait-for-status): Preserve existing 'error results.
2059 2009-09-22  Sam Steingold  <sds@gnu.org>
2061         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
2062         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
2063         to 1 because hg returns status 1 when nothing is found.
2064         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
2066 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2068         * textmodes/fill.el: Convert to utf-8 encoding.
2069         (fill-french-nobreak-p): Remove redundant » and « inherited from our
2070         pre-unicode days.
2072         * add-log.el (change-log-fill-forward-paragraph): New function.
2073         (change-log-mode): Use it so fill-region DTRT.
2074         Set fill-indent-according-to-mode here rather than in
2075         change-log-fill-paragraph.
2076         (change-log-fill-paragraph): Remove.
2078 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
2080         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
2081         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
2083 2009-09-22  Glenn Morris  <rgm@gnu.org>
2085         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
2086         the scroll-bar scroll the calendar window rather than the buffer.
2088         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
2089         commands that move point (as opposed to scrolling).
2091         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
2093         * emacs-lisp/elint.el (elint): New custom group.
2094         (elint-log-buffer): Make it a defcustom.
2095         (elint-scan-preloaded, elint-ignored-warnings)
2096         (elint-directory-skip-re): New options.
2097         (elint-builtin-variables): Doc fix.
2098         (elint-preloaded-env): New variable.
2099         (elint-unknown-builtin-args): Add an entry for encode-time.
2100         (elint-extra-errors): Make it a variable rather than a constant.
2101         (elint-preloaded-skip-re): New constant.
2102         (elint-directory): Skip files matching elint-directory-skip-re.
2103         (elint-features): New variable, local to linted buffers.
2104         (elint-update-env): Initialize elint-features.  Possibly add
2105         elint-preloaded-env to the buffer's environment.
2106         (elint-get-top-forms): Bind elint-current-pos, for log messages.
2107         Skip quoted forms.
2108         (elint-init-form): New function, extracted from elint-init-env.
2109         Make non-list forms a warning rather than an error.
2110         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
2111         easy-menu-define, put that adds an error-condition, and provide.
2112         When requiring cl, also require cl-macs.  Really require cl, to handle
2113         some cl macros.  Store required libraries in the list elint-features,
2114         so as not to re-load them.  Treat cc-require like require.
2115         (elint-init-env): Call elint-init-form to do the work.
2116         Handle eval-and-compile and such like.
2117         (elint-add-required-env): Do not clear messages.
2118         (elint-special-forms): Add handlers for function, defalias, if, when,
2119         unless, and, or.
2120         (elint-form): Add optional argument to ignore elint-special-forms,
2121         useful to prevent recursive calls from handlers.  Doc fix.
2122         Respect elint-ignored-warnings.
2123         (elint-form): Respect elint-ignored-warnings.
2124         (elint-bound-variable, elint-bound-function): New variables.
2125         (elint-unbound-variable): Respect elint-bound-variable.
2126         (elint-get-args): Respect elint-bound-function.
2127         (elint-check-cond-form): Add some simple handling for (f)boundp and
2128         featurep tests.
2129         (elint-check-defalias-form): New handler.
2130         (elint-check-let-form): Make an empty let a warning rather than an
2131         error.
2132         (elint-check-setq-form): Make an empty setq a warning rather than an
2133         error.  Respect elint-ignored-warnings.
2134         (elint-check-defvar-form): Accept null doc-strings.
2135         (elint-check-conditional-form): New handler.  Does some simple-minded
2136         checking of featurep and (f)boundp tests.
2137         (elint-put-function-args): New function.
2138         (elint-initialize): Use elint-scan-doc-file rather than
2139         elint-find-builtin-variables.  Use elint-put-function-args.
2140         Possibly scan preloaded-file-list.
2141         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
2142         extend to handle functions as well.
2144 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
2146         * linum.el (linum-delete-overlays, linum-update-window):
2147         Do not modify the right margin.  (Bug#3971)
2149 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
2151         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
2152         nxml-mode instead of xml-mode.
2154 2009-09-21  Kevin Ryde  <user42@zip.com.au>
2156         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
2158 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2160         * net/dig.el (dig-mode): Use define-derived-mode.
2162 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
2164         * vc-dispatcher.el (vc-do-command): Return the process object in
2165         the asynchronous case.  Use when instead of if.  Do not run
2166         vc-exec-after to display a message if not enabled.  (Bug#4463)
2168         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
2169         properties to the stash strings.
2170         (vc-git-stash-list): Return a list of strings.
2171         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
2172         (vc-git-stash-show-at-point): New functions.
2173         (vc-git-stash-map): New keymap.
2175         * register.el (ctl-x-r-map): Define the keys here instead of
2176         using autoload.
2178 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
2180         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
2181         list, to workaround performance problem (bug#4485).
2183 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
2185         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
2187 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
2189         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
2190         Document that this option is not recommended to use.
2192 2009-09-19  Glenn Morris  <rgm@gnu.org>
2194         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
2195         variable `var'.
2197         * calc/calc-alg.el (var):
2198         * calc/calcalg2.el (var): Define for compiler.
2200 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
2202         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
2203         Doc fix (Bug#3932).
2205         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
2207         * time-stamp.el (time-stamp-month-dd-yyyy)
2208         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
2209         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
2210         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
2211         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
2212         Remove functions that have been obsolete since 1995 (Bug#4436).
2214         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
2215         indent buffer only if called interactively (Bug#4452).
2217 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
2218             Eli Zaretskii  <eliz@gnu.org>
2220         This fixes bug#4197 (merged to bug#865, though not identical).
2221         * server.el (server-auth-dir): Add docstring note about FAT32.
2222         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
2223         but warn against using them.
2225 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
2227         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
2228         older GDB where there is no has_more field.
2230 2009-09-19  Glenn Morris  <rgm@gnu.org>
2232         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
2234 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
2236         * files.el (auto-mode-alist): Change default for XML files to nXML
2237         mode (Bug#4169).
2239 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
2241         * server.el (server-ensure-safe-dir): Pass 'integer
2242         to `file-attributes', as suggested.
2244 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2246         * dired-aux.el (dired-query-alist): Remove spurious backslash.
2247         (dired-query): Use read-key.
2249 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
2251         * cus-start.el (ns-use-qd-smoothing): Remove.
2253 2009-09-18  Glenn Morris  <rgm@gnu.org>
2255         * allout.el (top-level): Remove unnecessary progn.
2257         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
2259         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
2260         definition of abbrev table.
2262         * speedbar.el (speedbar-track-mouse):
2263         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
2264         * net/eudc.el (eudc-expand-inline):
2265         * net/newst-backend.el (newsticker--cache-read-feed):
2266         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
2267         condition-case handlers.
2269 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
2271         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
2272         (gdb-var-list): Add an element for has_more field.
2273         (gdb-non-stop-handler): Enable pretty printing for STL containers.
2274         (gdb-var-create-handler, gdb-var-list-children-handler-1)
2275         (gdb-var-update-handler-1): Parse output of dynamic variable
2276         objects (STL containers).
2277         (gdb-var-delete-1): Pass var1 as an explicit second argument.
2278         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
2280         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
2281         gdb-var-list.
2282         (gud-speedbar-buttons): Make node expandable if expression "has more"
2283         children.
2285 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
2287         * startup.el (emacs-quick-startup): Remove variable and all uses.
2288         (command-line): Set `inhibit-x-resources' instead.
2289         (command-line-1): Use `inhibit-x-resources' instead.
2291 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
2293         * subr.el: Fix last change to avoid using the `unless' macro,
2294         which breaks bootstrapping.
2296 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2298         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
2299         extended definitions, in case we reload subr.el after having
2300         loaded CL.
2301         (eval-next-after-load): Mark as obsolete.
2303 2009-09-17  Juri Linkov  <juri@jurta.org>
2305         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
2306         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
2307         (menu-bar-showhide-menu, menu-bar-tools-menu)
2308         (menu-bar-describe-menu, menu-bar-help-menu)
2309         (minibuffer-local-completion-map, minibuffer-local-map):
2310         Fix list quoting.
2312 2009-09-17  Glenn Morris  <rgm@gnu.org>
2314         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
2315         arguments, whether or not it has a handler.
2317         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
2319         * simple.el (hard-newline): Give it a doc-string.
2321         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
2322         (lisp-mode-syntax-table): Give them doc-strings.
2324 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2326         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
2327         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
2328         (menu-bar-options-menu, menu-bar-showhide-menu)
2329         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
2330         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
2331         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
2332         (menu-bar-options-menu, menu-bar-tools-menu)
2333         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
2334         (menu-bar-help-menu):
2335         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
2336         string arguments.
2338         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
2339         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
2340         calls for the menu names and :help.
2342 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * mouse.el (minor-mode-menu-from-indicator): Pay attention
2345         to :minor-mode-function (bug#4455).
2347 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2349         * startup.el (command-line): Initialize the window-system after
2350         processing the command-line.
2352         * textmodes/page.el (what-page): Make sure we don't inf-loop if
2353         page-delimiter matches the empty string.
2355 2009-09-16  Glenn Morris  <rgm@gnu.org>
2357         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
2358         byte-compile-not-obsolete-var.  It's a list now.
2359         (byte-compile-not-obsolete-funcs): New variable.
2360         (byte-compile-warn-obsolete): Don't warn about functions if they are in
2361         byte-compile-not-obsolete-funcs.
2362         (byte-compile-variable-ref, byte-compile-defvar): Update for
2363         byte-compile-not-obsolete-vars name-change and list nature.
2364         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
2365         and variables behind (f)boundp tests.
2366         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
2368 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2370         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
2372 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2374         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
2375         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
2376         Don't autoload.
2378 2009-09-15  Stephen Eglen  <stephen@gnu.org>
2380         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
2381         the virtual-buffers, use the name of the buffer specified by
2382         find-file-noselect, as the match may be a symlink.  (This was a
2383         problem if the target and the symlink had different names.)
2385 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2387         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
2389         * desktop.el (desktop-path): Check user-emacs-directory.
2391         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
2393         * loadup.el: Use after-load-functions to GC after loading each file.
2394         Remove the explicit GC calls that used to be sprinkled around.
2396         * subr.el (after-load-functions): New hook.
2397         (do-after-load-evaluation): Run it.  Use string-match-p to detect
2398         `obsolete' packages, rather than painfully extracting the relevant
2399         directory name.
2401 2009-09-15  Glenn Morris  <rgm@gnu.org>
2403         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
2404         free variable `doc'.
2406         * dired.el (dired-mode-map): Add menu entry for async shell command.
2408         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
2409         variables, also consider the .elc files, since the .el files are
2410         normally gzipped (subsequent code locates the .el.gz from the .elc).
2412         * calc/calc-prog.el (arglist): Define for compiler.
2414         * calendar/diary-lib.el (diary-display-function): Change the default to
2415         fancy display.
2416         (body): Define for compiler.
2418         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
2419         (byte-compile-file-form, byte-compile-lambda)
2420         (byte-compile-top-level-body, byte-compile-form)
2421         (byte-compile-variable-ref, byte-compile-setq)
2422         (byte-compile-setq-default, byte-compile-body)
2423         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
2424         (batch-byte-compile): Give some more local variables with common names
2425         a "bytecomp-" prefix to avoid masking warnings about free variables.
2427         * startup.el (command-line-1): Give local variables with common names a
2428         distinguishing prefix, so as not to hide free variable warnings during
2429         bootstrap.
2431         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
2432         clever and add a suffix to make a unique name, just let the user decide
2433         whether or not to overwrite it.  If the input is a directory, write the
2434         default filename to that directory.  (Bug#4388)
2435         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
2436         is a filename-as-a-directory.
2438 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2440         * textmodes/page.el (what-page): Don't move to beginning of line.
2441         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
2443 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
2445         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
2447 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
2449         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
2450         * help.el (help-for-help-internal): Add purecopy calls for text.
2452         * vc.el (top): print-log method now takes an optional SHORTLOG
2453         argument.  Add a new method: root.
2454         (vc-root-diff, vc-print-root-log): New functions.
2455         (vc-log-short-style): New variable.
2456         (vc-print-log-internal): Add support for showing short logs.
2458         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
2459         vc-print-root-log and vc-print-root-diff.
2461         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
2462         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
2463         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
2464         short logs.
2466         * vc-cvs.el (vc-cvs-print-log):
2467         * vc-mtn.el (vc-mtn-print-log):
2468         * vc-rcs.el (vc-rcs-print-log):
2469         * vc-sccs.el (vc-sccs-print-log):
2470         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
2471         that is ignored for now.
2473         * vc-mtn.el (vc-mtn-annotate-command):
2474         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
2476 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2478         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
2479         to function-key-map, and give them ascii-character property.
2480         * term/x-win.el (x-alternatives-map):
2481         * term/ns-win.el (ns-alternatives-map):
2482         * term/internal.el (msdos-key-remapping-map):
2483         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
2485 2009-09-14  Glenn Morris  <rgm@gnu.org>
2487         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
2488         temp-buffers (2009-09-12).
2490 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2492         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
2493         the new read-key function.
2495 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2497         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
2498         is defined (Bug#4405).
2500 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
2502         * recentf.el (recentf-cleanup): Use a hash table to find
2503         duplicates (Bug#4407).
2505 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
2507         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
2508         kp-0 to ascii equivalents (Bug#4325).
2510 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
2512         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
2514         * eshell/em-hist.el:
2515         * eshell/em-dirs.el (eshell-complete-user-reference):
2516         Declare pcomplete functions and variables to avoid compiler warnings.
2518 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
2520         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
2521         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
2522         * eshell/em-alias.el (eshell-aliases-file):
2523         * eshell/em-hist.el (eshell-history-file-name):
2524         Use expand-file-name instead of concat to make file names (Bug#4308).
2526 2009-09-13  Glenn Morris  <rgm@gnu.org>
2528         * ediff-merg.el (ediff-do-merge):
2529         * filesets.el (filesets-run-cmd):
2530         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
2531         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
2532         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
2533         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
2534         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
2535         Replace empty `let's with `progn'.
2537 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2539         * mail/sendmail.el (send-mail-function):
2540         * tooltip.el (tooltip-mode):
2541         * simple.el (transient-mark-mode):
2542         * rfn-eshadow.el (file-name-shadow-mode):
2543         * frame.el (blink-cursor-mode):
2544         * font-core.el (global-font-lock-mode):
2545         * files.el (temporary-file-directory)
2546         (small-temporary-file-directory, auto-save-file-name-transforms):
2547         * epa-hook.el (auto-encryption-mode):
2548         * composite.el (global-auto-composition-mode):
2549         Use custom-initialize-delay.
2550         * startup.el (command-line): Don't explicitly call
2551         custom-reevaluate-setting for all the above vars.
2552         * custom.el (custom-initialize-safe-set)
2553         (custom-initialize-safe-default): Delete.
2555 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2557         * term/x-win.el (x-initialize-window-system):
2558         * term/w32-win.el (w32-initialize-window-system):
2559         * term/ns-win.el (ns-initialize-window-system): Don't call
2560         mouse-wheel-mode since it's enabled globally by default already.
2562         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
2563         actually define the variable, but only silences the byte-compiler.
2564         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
2565         before looking it up.
2566         (mouse-wheel-scroll-amount): Also reset the bindings if this value
2567         is changed.
2569 2009-09-12  Glenn Morris  <rgm@gnu.org>
2571         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
2572         1000.
2573         (elint-add-required-env): Don't beep on error.
2574         (elint-forms): In case of error, return ENV unchanged.
2575         (elint-init-env): Skip non-list forms.
2576         (elint-log): Handle unknown file positions.
2578 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
2580         * epg.el (epg-make-context): Add autoload cookie.
2581         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
2582         (epg-decrypt-string, epg-start-verify, epg-verify-file)
2583         (epg-verify-string, epg-start-sign, epg-sign-file)
2584         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
2585         (epg-encrypt-string, epg-start-export-keys)
2586         (epg-export-keys-to-file, epg-export-keys-to-string)
2587         (epg-start-import-keys, epg-import-keys-from-file)
2588         (epg-import-keys-from-string, epg-start-receive-keys)
2589         (epg-receive-keys, epg-import-keys-from-server)
2590         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
2591         (epg-sign-keys, epg-start-generate-key)
2592         (epg-generate-key-from-file, epg-generate-key-from-string):
2593         Remove autoload cookie.
2595 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
2597         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
2598         reevaluation of trash-directory.
2600         * mwheel.el: Fix last change.
2601         (mouse-wheel-mode): New defvar.
2602         (mouse-wheel-mode): Remove autoload cookie.
2604 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2606         * mwheel.el (mwheel-installed-bindings): New var.
2607         (mouse-wheel-mode): Use it, so as to make sure we really remove all
2608         the bindings we set last time.  Use custom-initialize-delay.
2609         * loadup.el: Load mwheel after term/*-win.el.
2610         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
2611         and mouse-wheel-up-event now that their first evaluation is done
2612         sufficiently late to be correct.
2614         * startup.el (tutorial-directory): Make it a defcustom.
2615         Use custom-initialize-delay rather than eval-at-startup to set it.
2616         * image.el (image-load-path): Make it a defcustom.
2617         Use custom-initialize-delay rather than eval-at-startup to set it.
2618         * subr.el (eval-at-startup): Remove.
2619         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
2621         * subr.el (do-after-load-evaluation): Warn the user after loading an
2622         obsolete package.
2624 2009-09-12  Glenn Morris  <rgm@gnu.org>
2626         * proced.el (proced-mark-alt): Remove alias.
2627         (proced-mode-map): Remove proced-mark-alt.
2629         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
2630         Elint file and directory.  Remove initialization entry.
2632         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
2633         commands.
2634         (elint-current-buffer): Set mode-line-process.
2635         (elint-init-env): Handle define-derived-mode.
2636         Fix declare-function with unspecified arglist.  Guard against odd
2637         defalias statements (eg iso-insert's 8859-1-map).
2638         (elint-add-required-env): Use a temp buffer.
2639         (elint-form): Just print the function/macro name, not the whole form.
2640         Return env unchanged if we fail to parse a macro.
2641         (elint-forms): Guard against parse errors.
2642         (elint-output): New function, to handle batch mode.
2643         (elint-log-message): Add optional argument.  Use elint-output.
2644         (elint-set-mode-line): New function.
2646 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
2648         * emacs-lisp/elp.el (elp-not-profilable): Add more
2649         functions (Bug#4233).
2651 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
2653         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
2654         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
2656 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
2658         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
2659         (gdb-var-list-children): Use json parsing.
2661 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
2663         * progmodes/js.el (js--proper-indentation): Handle the case where
2664         char-before is null.  Reported by Deniz Dogan.
2666 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2668         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
2670 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
2672         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
2673         (epg-digest-algorithm-alist): Add SHA224.
2674         (epg-context-set-passphrase-callback)
2675         (epg-context-set-progress-callback): Add description about
2676         callback function.
2678 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2680         * custom.el (custom-delayed-init-variables): New var.
2681         (custom-initialize-delay): New function.
2682         * startup.el (command-line): "Re"evaluate all vars in
2683         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
2684         explicitly any more.
2685         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
2686         to avoid creating a ~/.emacs.d at build-time (bug#4347).
2688         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
2690 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
2692         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
2693         (gdb-var-update-handler): Use json parsing.
2695 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
2697         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
2698         decode annotated text, regardless of language environment.  (Bug#2741)
2700 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * Makefile.in (autoloads): Make rmail.el writable as well.
2704 2009-09-11  Glenn Morris  <rgm@gnu.org>
2706         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
2707         loaddefs.el.
2708         * dired.el: Regenerate with extracted autoloads.
2709         * Makefile.in (autoloads): Make dired.el writable.
2711         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
2712         * ibuffer.el: Regenerate with extracted autoloads.
2713         * Makefile.in (autoloads): Make ibuffer.el writable.
2715         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
2716         * version.el (emacs-copyright, emacs-major-version)
2717         (emacs-minor-version): Reformat doc-strings for make-docfile.
2719         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
2720         functions and variables, since they must be stuff specific to some other
2721         platform.
2722         (apropos-print): Make mouse-click message less specific about button.
2724         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
2725         that records where a macro was defined.
2726         * help-fns.el (describe-function-1): Mention if a function has a
2727         compiler-macro.
2728         * help-mode.el (help-function-cmacro): New button.
2730         * locate.el (top-level): Always require dired.
2731         (locate-mode-map): Initialize inside the defvar.
2733         * net/ange-ftp.el (dired-compress-file): Declare.
2734         (ange-ftp-dired-compress-file): Add doc string.
2736         * term/ns-win.el (x-display-name, x-setup-function-keys):
2737         Unify doc-strings with X versions.
2739 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2741         * emulation/crisp.el (crisp-mode-map): Move initialization
2742         into declaration.
2743         (crisp-mode): Use define-minor-mode.
2745         * progmodes/xscheme.el (xscheme-evaluation-commands):
2746         Put a :advertised-binding property rather than using
2747         advertised-xscheme-send-previous-expression.
2748         (advertised-xscheme-send-previous-expression): Declare obsolete.
2749         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
2750         `advertised-undo'.
2751         (crisp-mode): Add corresponding bindings to
2752         undo's :advertised-binding instead.
2753         * dired.el (dired-mode-map): Put a :advertised-binding property rather
2754         than using dired-advertised-find-file.
2755         (dired-advertised-find-file):
2756         * simple.el (advertised-undo):
2757         * wid-edit.el (advertised-widget-backward): Declare obsolete.
2758         (widget-keymap): Put a :advertised-binding property rather
2759         than using advertised-widget-backward.
2760         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
2761         than using advertised-undo.
2762         * tutorial.el (tutorial--default-keys): Adjust accordingly.
2764 2009-09-10  Simon South  <ssouth@slowcomputing.org>
2766         * progmodes/delphi.el (delphi-tab): Indent region when Transient
2767         Mark mode is enabled and region is active; otherwise indent or
2768         insert TAB as usual.
2769         (delphi-mode): Update description of TAB-key binding.
2771 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2773         * subr.el (define-key-rebound-commands): Mark obsolete.
2774         * startup.el (precompute-menubar-bindings): Remove.
2775         (normal-top-level): Remove obsolete code that tried to precompute
2776         menubar bindings.
2777         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
2778         define-key-rebound-commands and precompute-menubar-bindings.
2780 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
2782         * net/imap.el (imap-interactive-login): Better messages.
2783         (imap-open): Fix bug with renamed buffer on reconnect.
2784         (imap-authenticate): Add buffer-local imap-last-authenticator variable
2785         for easier debugging and cleaner code.  On successful (guessed based on
2786         server capabilities) secondary authentication, set imap-state
2787         correctly.
2788         (imap-last-authenticator): Define imap-last-authenticator as a variable
2789         to avoid warnings.
2791 2009-09-10  Glenn Morris  <rgm@gnu.org>
2793         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
2795         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
2796         (byte-compile-file-form-autoload): Don't warn about unknown functions
2797         where the autoload statement comes after the use.
2798         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
2799         that any handlers inside the body (eg require) are in turn respected.
2801         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
2802         effects.
2804         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
2805         and syntax and abbrev tables basic docs, if they don't have any.
2807         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
2809         * international/mule-cmds.el (top-level): Require cl when compiling.
2810         (view-hello-file): Use default-value rather than
2811         default-enable-multibyte-characters.
2813         * progmodes/fortran.el: Move all safe and risky properties into the
2814         defcustoms.
2816         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
2817         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
2818         * mail/undigest.el:
2819         Put autoloads in rmail.el rather than loaddefs.el.
2820         * mail/rmail.el: Regenerate with extracted autoloads.
2822         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
2823         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
2825 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
2827         Reported in thread for Bug#4375.
2828         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
2829         "-data-evaluate-expression" instead of print.
2830         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
2831         (gdb-tooltip-print): Parse output from above MI command.
2832         (gdb): Revert 2009-08-11 change.  User should detach inferior
2833         manually.
2835         Remove the word "separate" from IO functions as inferior
2836         output is now never displayed in the GUD buffer.
2838 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
2840         * startup.el (command-line-normalize-file-name): On Windows and
2841         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
2843 2009-09-10  Juri Linkov  <juri@jurta.org>
2845         * isearch.el (isearch-text-char-description): Propertize escape
2846         character sequences with the `escape-glyph' face.  (Bug#4344)
2848         * simple.el (shell-command): Set asynchronous process filter to
2849         `comint-output-filter'.  (Bug#4343)
2851         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
2852         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
2853         the list.  Move "asm" to the bottom.
2854         (grep-find-ignored-directories): Add `choice' with nil value
2855         to empty the list easily.
2856         (grep-find-ignored-files): New option.
2857         (grep-files-history): Set to nil by default instead of '("ch" "el").
2858         (grep-compute-defaults): Add "<X>" to `grep-template'.
2859         (grep-read-files): Bind new local variables `default-alias' and
2860         `default-extension'.  Use a list of default values for the file prompt.
2861         (lgrep): Add `--exclude=' command line options composed from
2862         `grep-find-ignored-files'.
2863         (rgrep): Add `-name' command line options composed from
2864         `grep-find-ignored-files'.  (Bug#4301)
2866 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2868         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
2869         (bug#4368).
2871 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2873         * calendar/time-date.el (autoload):
2874         Expand define-obsolete-function-alias into defalias and make-obsolete
2875         for old Emacsen that Gnus supports.
2876         (with-no-warnings): Define it for old Emacsen.
2877         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
2878         is available.
2879         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
2880         float-time is available; suppress compile warning for time-to-seconds.
2882 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
2884         * net/imap.el (imap-message-map): Docstring fix.
2886 2009-09-09  Glenn Morris  <rgm@gnu.org>
2888         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
2889         line numbers too.  (Bug#4374)
2891 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2893         * smerge-mode.el (smerge-remove-props, smerge-refine):
2894         Use with-silent-modifications (bug#4342).
2896         * subr.el (with-silent-modifications): New macro.
2898 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
2900         * files.el (top-level): Require `cl' when compiling.
2902 2009-09-07  Glenn Morris  <rgm@gnu.org>
2904         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
2906         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
2907         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
2909 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
2911         * vc-git.el (vc-git-annotate-command): Use separator to parse
2912         arguments correctly.
2914 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
2916         * proced.el (proced-mode): Doc fix.
2918 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
2920         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
2921         lstat fails.
2922         (tramp-do-file-attributes-with-ls): Check for file existence at
2923         remote end.
2924         (tramp-do-file-attributes-with-stat): Likewise.
2925         (tramp-convert-file-attributes): Return nil when attr is nil.
2927 2009-09-05  Glenn Morris  <rgm@gnu.org>
2929         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
2930         properties to this button.
2931         (diary-fancy-display): Don't extend the button to the final newline.
2932         (diary-fancy-display-mode): Continue to define "q" as a local key.
2934         * calendar/cal-china.el (holiday-chinese): Make it slightly more
2935         efficient.
2937         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
2939         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
2940         (byte-compile-dest-file-function): New option.
2941         (byte-compile-dest-file): Doc fix.
2942         Obey byte-compile-dest-file-function.
2943         (byte-compile-cl-file-p): New function.
2944         (byte-compile-eval): Only suppress noruntime warnings about cl functions
2945         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
2946         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
2947         than for file being previously loaded.
2948         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
2949         (byte-compile-file-form-require): Handle the case where requiring a file
2950         indirectly causes CL to be loaded.
2952 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2954         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
2955         before killing the old buffer, since by the time `kill-buffer' is
2956         run so many buffer variables have been set to nil that it may not
2957         behave as expected.  (Bug#4061)
2959 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
2961         * files.el (find-alternate-file): If the old buffer is modified
2962         and visiting a file, behave similarly to `kill-buffer' when
2963         killing it, thus reverting to the pre-1.878 behavior; see
2964         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
2965         for discussion.  Also, consult `buffer-file-name' as a variable
2966         not as a function, for consistency with the rest of the code.
2968 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
2970         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
2971         also when adding a new directory.
2973         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
2974         defun.
2976 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2978         * files.el (locate-file-completion-table): Make it provide boundary
2979         information, so partial-completion works better.
2981 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
2983         * mail/footnote.el (Footnote-text-under-cursor):
2984         Check footnote-text-marker-alist before using it (bug#4324).
2986 2009-09-04  Glenn Morris  <rgm@gnu.org>
2988         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
2989         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
2990         * play/solitaire.el, play/tetris.el:
2991         Remove leading * from defcustom and defface docs.
2993         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
2994         necessary.
2995         (diary-fancy-overriding-map): New variable.
2996         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
2997         Use view-mode.
2999         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
3000         goto-line.
3002 2009-09-03  Glenn Morris  <rgm@gnu.org>
3004         * arc-mode.el (archive-mode):
3005         * dos-fns.el (set-default-process-coding-system):
3006         * man.el (Man-getpage-in-background):
3007         * menu-bar.el (menu-bar-describe-menu):
3008         * server.el (server-process-filter):
3009         * startup.el (command-line):
3010         * tar-mode.el (tar-header-block-tokenize, tar-extract):
3011         * w32-fns.el (set-default-process-coding-system):
3012         * x-dnd.el (x-dnd-handle-file-name):
3013         * international/mule-cmds.el (mule-menu-keymap)
3014         (set-default-coding-systems, language-info-alist, set-language-info)
3015         (set-language-environment, standard-display-european-internal)
3016         (set-locale-environment):
3017         * international/mule-diag.el (mule-diag):
3018         * mail/emacsbug.el (report-emacs-bug):
3019         * mail/rmail.el (rmail-mode):
3020         * mail/sendmail.el (mail-setup):
3021         Use default-value rather than default-enable-multibyte-characters.
3023         * progmodes/f90.el: Move all safe properties into the defcustoms.
3024         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
3026         * calendar/appt.el (appt-check):
3027         * calendar/diary-lib.el (diary-set-header, diary-live-p)
3028         (diary-check-diary-file, diary-list-entries)
3029         (diary-include-other-diary-files, diary-simple-display)
3030         (diary-fancy-display, diary-print-entries)
3031         (diary-mark-included-diary-files, diary-make-entry):
3032         Don't call substitute-in-file-name on diary-file.
3034 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
3035             Stefan Monnier  <monnier@iro.umontreal.ca>
3037         * mail/footnote.el (footnote-prefix): Make it a defcustom.
3038         (footnote-mode-map): Move initialization into the declaration.
3039         (footnote-minor-mode-map): Define it rather than changing global-map.
3040         (footnote-mode): Use define-minor-mode.
3042 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
3044         * net/tramp.el (tramp-handle-file-attributes-with-ls)
3045         (tramp-do-file-attributes-with-perl)
3046         (tramp-do-file-attributes-with-stat): Rename from
3047         `tramp-handle-file-attributes-with-*'.
3048         (tramp-handle-file-attributes): Use them.
3049         (tramp-do-directory-files-and-attributes-with-perl)
3050         (tramp-do-directory-files-and-attributes-with-stat): Rename from
3051         `tramp-handle-directory-files-and-attributes-with-*'.
3052         (tramp-handle-directory-files-and-attributes): Use them.
3053         (tramp-method-out-of-band-p): Additional parameter SIZE.
3054         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
3055         (tramp-handle-write-region): Use it.
3056         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
3057         (tramp-handle-vc-registered): Check, whether the first run did
3058         return files to be tested.
3059         (tramp-advice-make-auto-save-file-name): Do not call directly
3060         `tramp-handle-make-auto-save-file-name', because this would bypass
3061         the locking mechanism.
3063         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
3064         (file-remote-p, process-file, start-file-process, set-file-times)
3065         (tramp-compat-file-attributes): Compatibility functions shall not
3066         call directly `tramp-handle-*', because this would bypass the
3067         locking mechanism.
3068         (tramp-compat-number-sequence): New defun.
3070 2009-09-02  Glenn Morris  <rgm@gnu.org>
3072         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
3073         alias for float-time.
3074         (time-to-number-of-days): In Emacs, use float-time.
3075         * net/newst-backend.el (time-add): Suppress warnings from compat
3076         function.
3077         * time.el (emacs-uptime, emacs-init-time):
3078         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
3079         Use float-time rather than time-to-seconds.
3081         * minibuffer.el (completion-initials-expand): Fix typo.
3083         * faces.el (modeline, modeline-inactive, modeline-highlight)
3084         (modeline-buffer-id):
3085         * info.el (info-menu-5): Mark these face aliases as obsolete.
3087 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
3089         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
3090         space ...
3091         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
3092         no "--thread" option.
3093         (gdb-stopped): Don't print "Switched to thread" message when it is
3094         unchanged.
3096 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3098         * minibuffer.el (completion-try-completion)
3099         (completion-all-completions): Remove ill-defined (and
3100         mistakenly installed and luckily never used nor documented)
3101         `completion-styles' property.
3102         (completion-initials-expand, completion-initials-all-completions)
3103         (completion-initials-try-completion): New functions.
3104         (completion-styles-alist): Add doc to each entry.
3105         Add new `initials' entry.
3107 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
3109         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
3110         MI command -var-evaluate-expression.
3111         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
3112         and tweak for case of string child.
3113         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
3115 2009-09-01  Glenn Morris  <rgm@gnu.org>
3117         * add-log.el (change-log-date-face, change-log-name-face)
3118         (change-log-email-face, change-log-file-face, change-log-list-face)
3119         (change-log-conditionals-face, change-log-function-face)
3120         (change-log-acknowledgement-face):
3121         * cus-edit.el (custom-invalid-face, custom-rogue-face)
3122         (custom-modified-face, custom-set-face, custom-changed-face)
3123         (custom-saved-face, custom-button-face, custom-button-pressed-face)
3124         (custom-documentation-face, custom-state-face, custom-comment-face)
3125         (custom-comment-tag-face, custom-variable-tag-face)
3126         (custom-variable-button-face, custom-face-tag-face)
3127         (custom-group-tag-face-1, custom-group-tag-face):
3128         * diff-mode.el (diff-header-face, diff-file-header-face)
3129         (diff-index-face, diff-hunk-header-face, diff-removed-face)
3130         (diff-added-face, diff-changed-face, diff-function-face)
3131         (diff-context-face, diff-nonexistent-face):
3132         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3133         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
3134         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
3135         (Info-title-4-face):
3136         * isearch.el (isearch-lazy-highlight-face):
3137         * log-view.el (log-view-file-face, log-view-message-face):
3138         * paren.el (show-paren-match-face, show-paren-mismatch-face):
3139         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
3140         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
3141         (cvs-msg-face):
3142         * smerge-mode.el (smerge-mine-face, smerge-other-face)
3143         (smerge-base-face, smerge-markers-face):
3144         * wid-edit.el (widget-documentation-face, widget-button-face)
3145         (widget-field-face, widget-single-line-field-face)
3146         (widget-inactive-face, widget-button-pressed-face):
3147         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
3148         (woman-addition-face):
3149         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
3150         (eshell-ls-executable-face, eshell-ls-readonly-face)
3151         (eshell-ls-unreadable-face, eshell-ls-special-face)
3152         (eshell-ls-missing-face, eshell-ls-archive-face)
3153         (eshell-ls-backup-face, eshell-ls-product-face)
3154         (eshell-ls-clutter-face):
3155         * eshell/em-prompt.el (eshell-prompt-face):
3156         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
3157         * obsolete/old-whitespace.el (whitespace-highlight-face):
3158         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
3159         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
3160         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
3161         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
3162         (antlr-font-lock-literal-face):
3163         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3164         (ebrowse-root-class-face, ebrowse-file-name-face)
3165         (ebrowse-default-face, ebrowse-member-attribute-face)
3166         (ebrowse-member-class-face, ebrowse-progress-face):
3167         * progmodes/make-mode.el (makefile-space-face):
3168         * progmodes/sh-script.el (sh-heredoc-face):
3169         * textmodes/flyspell.el (flyspell-incorrect-face)
3170         (flyspell-duplicate-face):
3171         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
3172         * textmodes/texinfo.el (texinfo-heading-face):
3173         Mark face aliases with "-face" suffix as obsolete.
3175         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
3176         compiler.
3178         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
3179         (eudc-bob-sound-menu): Use defvar rather than defconst, since
3180         easy-menu-define wants to modify these.
3182         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
3184         * net/browse-url.el (browse-url-file-url):
3185         * term/internal.el (dos-codepage-setup):
3186         Use default-value rather than default-enable-multibyte-characters.
3188         * progmodes/etags.el (etags-goto-tag-location):
3189         * progmodes/flymake.el (flymake-highlight-line)
3190         (flymake-goto-file-and-line, flymake-goto-line):
3191         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
3192         (gdb-goto-breakpoint):
3193         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
3194         * progmodes/python.el (python-find-function)
3195         (python-pdbtrack-track-stack-file):
3196         * progmodes/verilog-mode.el (verilog-surelint-off):
3197         * term/ns-win.el (ns-open-file-select-line):
3198         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
3199         Use forward-line rather than goto-line.
3201         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
3202         * textmodes/reftex-index.el (reftex-display-index):
3203         * textmodes/reftex-ref.el (reftex-offer-label-menu):
3204         * textmodes/reftex-toc.el (reftex-toc):
3205         Remove unnecessary bindings of default-major-mode (all are followed by
3206         major-mode check and possible mode switch).
3208 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
3210         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
3211         Handle watchpoints (bug#4282).
3212         (def-gdb-thread-buffer-command): Enable thread to be selected by
3213         clicking without selecting threads buffer first.
3214         (gdb-current-context-command): Use selected frame so that "up",
3215         "down" etc work in the GUD buffer.
3216         (gdb-update): Find selected frame before rendering stack buffer.
3217         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
3219 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3221         * progmodes/sym-comp.el (displayed-completions): Remove.
3222         (symbol-complete): Use minibuffer-complete.
3224 2009-08-31  Glenn Morris  <rgm@gnu.org>
3226         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
3228         * apropos.el (apropos-symbols-internal):
3229         Handle (obsolete) face aliases.
3231         * faces.el (describe-face): Adjust the output format to be more like
3232         describe-variable, and to mention (obsolete) face aliases.
3233         Adjust the whitespace so that help-setup-xref works.
3235         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
3236         * calendar/diary-lib.el (diary-button-face):
3237         Mark these face aliases as obsolete.
3239         * calendar/calendar.el (calendar-today): Doc fix.
3241 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
3243         * progmodes/gdb-mi.el (gdb-control-all-threads)
3244         (gdb-control-current-thread): Force tool bar update.
3245         (gdb-non-stop-handler): New function.
3246         (gdb-init-1): Use it to test if non-stop mode is supported.
3247         Remove unused gdbmi buffer type.
3249 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
3251         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
3252         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
3254 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
3256         * comint.el (comint-exec-1): Check command is non-null first.
3257         Part of gdb-mi.el change (2009-08-28).
3259 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3261         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
3263 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
3265         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
3266         instead of `dolist' to avoid a recursive require when bootstrapping.
3268 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3270         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
3272         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
3274         * net/imap.el (imap-send-command): Simplify.
3275         (imap-wait-for-tag): point-max -> buffer-size.
3277         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
3279         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
3280         with constant argument.
3282         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
3284         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
3286         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
3287         Change default, since most of our files don't have a history.
3288         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
3289         the user.
3291         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
3292         Add comint-run.
3294         * calc/calc.el: Improve commenting convention.
3295         (calc-digit-map, toplevel): Simplify.
3297         * comint.el (comint-insert-input): Be careful to only set point if we
3298         don't delegate to some other command.
3300         * proced.el (proced-signal-list): Make it an alist.
3301         (proced-grammar-alist): Capitalize names.
3302         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
3303         Disable undo manually and make it read-only.
3304         Use completion-annotate-function.
3306         * minibuffer.el (minibuffer-message): If the current buffer is not
3307         a minibuffer, insert the message in the echo area rather than at the
3308         end of the buffer.
3309         (completion-annotate-function): New variable.
3310         (minibuffer-completion-help): Use it.
3311         (completion--embedded-envvar-table): Environment vars are
3312         always case-sensitive.
3314 2009-08-30  Glenn Morris  <rgm@gnu.org>
3316         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
3317         from fortran-current-defun.
3318         (fortran-beginning-of-subprogram): Be more precise about finding the
3319         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
3320         (fortran-end-of-subprogram): Simplify.
3321         (fortran-current-defun): Use fortran-start-prog-re.
3323 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
3325         * subr.el (do-after-load-evaluation): Simplify.
3327 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
3329         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
3331         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
3332         (vc-rcs-print-log): Use it.
3334         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
3336 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * paths.el (abbrev-file-name): Move to abbrev.el.
3339         * abbrev.el (abbrev-file-name): Move from paths.el.
3340         Obey user-emacs-directory.
3341         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
3342         user-emacs-directory.
3343         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
3344         abbrev-file-name and calc-settings-file any more.
3345         * startup.el (command-line): Recompute abbrev-file-name and
3346         abbreviated-home-dir.
3347         (normal-no-mouse-startup-screen): Improve the generic code and get rid
3348         of the special code for when C-h bindings haven't been changed.
3349         (display-startup-echo-area-message): Use with-current-buffer.
3350         (command-line-1): Use a list of strings, rather than a list of lists
3351         of strings for longopts.
3353         * files.el (get-free-disk-space): Use / for default-directory.
3355         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
3356         Use with-current-buffer.
3358         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
3359         Recognize immutable variables like most-positive-fixnum.
3360         (byte-compile-setq-default): Check and warn if trying to assign
3361         to an immutable variable, or a non-variable.
3363         * progmodes/cc-vars.el (c-comment-continuation-stars):
3364         * progmodes/cc-engine.el (c-looking-at-bos):
3365         * progmodes/cc-cmds.el (c-toggle-auto-state)
3366         (c-forward-into-nomenclature, c-backward-into-nomenclature)
3367         (c-comment-line-break-function): Add version of obsolescence.
3369 2009-08-28  Juri Linkov  <juri@jurta.org>
3371         * files.el (magic-fallback-mode-alist): Add ZIP magic number
3372         associated with `archive-mode'.
3374         * image.el (image-type-header-regexps): Use only JPEG magic number
3375         to determine JPEG images, and don't use `image-jpeg-p' because
3376         Emacs can display non-JFIF non-Exif JPEG images.
3378 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
3380         * arc-mode.el (archive-mode):
3381         * emacs-lisp/re-builder.el (re-builder-unload-function):
3382         Protect against the default value of `major-mode' being nil.
3384 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
3386         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
3387         Fix typos in docstrings.
3389         * progmodes/js.el (js--macro-decl-re): Doc fix.
3390         (js--plain-method-re, js--split-name): Refloc docstring.
3391         (js--class-styles, js--make-merged-item, js--splice-into-items):
3392         Fix typos in docstrings; reflow docstrings.
3393         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
3394         (js--variable-decl-matcher, js--inside-pitem-p)
3395         (js--parse-state-at-point, js--get-all-known-symbols)
3396         (js--symbol-history, js-find-symbol, js--js-references)
3397         (js--moz-interactor, js--js-encode-value, js--read-tab):
3398         Fix typos in docstrings.
3400 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3402         * textmodes/reftex.el (reftex-get-file-buffer-force):
3403         * progmodes/verilog-mode.el (verilog-batch-execute-func):
3404         * emulation/viper.el (viper-go-away, viper-set-hooks):
3405         * emacs-lisp/re-builder.el (re-builder-unload-function):
3406         * emacs-lisp/bytecomp.el (byte-compile-file):
3407         * ses.el (ses-unload-function):
3408         * hexl.el (hexl-find-file):
3409         * files.el (normal-mode):
3410         * ehelp.el (with-electric-help):
3411         * autoinsert.el (auto-insert-alist):
3412         * arc-mode.el (archive-mode):
3413         Use (default-value 'major-mode) instead of default-major-mode.
3415         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
3416         * international/mule.el (load-with-code-conversion):
3417         * emacs-lisp/debug.el (debug):
3418         * ediff-vers.el (ediff-rcs-get-output-buffer):
3419         * dired.el (dired-internal-noselect): Don't let-bind
3420         default-major-mode around code that doesn't use it.
3421         E.g. buffer creation via get-buffer-create doesn't use it.
3423 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
3425         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
3426         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
3427         when writing the temp file.  Otherwise, epa-file gets confused.
3428         (tramp-register-file-name-handlers): Make it a defun.  Move also
3429         `epa-file-handler' to the front of `file-name-handler-alist'.
3431 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3433         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
3434         start right after a ^M.
3435         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
3436         (tramp-completion-file-name-regexp-separate)
3437         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
3438         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
3439         Don't modify last-coding-system-used by accident.
3440         (tramp-completion-file-name-handler): Apply the checks here,
3441         instead during registration.
3442         (tramp-register-file-name-handlers) Renamed from
3443         `tramp-register-file-name-handler'.  Register both
3444         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
3445         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
3447 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
3449         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
3450         Remove variable ...
3451         (gdb-init-1, gdb-display-separate-io-buffer)
3452         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
3453         references to it.
3454         (gdb-inferior-io-mode): Use make-comint-in-buffer.
3455         (gdb-inferior-filter): Use comint-output-filter to stop
3456         echoing and remove ^M characters.
3458 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3460         * emulation/viper-init.el (viper-restore-cursor-type):
3461         * emulation/cua-base.el (cua--update-indications):
3462         Replace default-cursor-type with (default-value 'cursor-type).
3464         * mail/sendmail.el (mail-recover-1):
3465         * international/mule-diag.el (describe-current-coding-system-briefly)
3466         (describe-current-coding-system):
3467         * international/mule-cmds.el (select-safe-coding-system)
3468         (select-message-coding-system)
3469         (set-language-environment-coding-systems, set-locale-environment):
3470         * hexl.el (hexl-insert-multibyte-char):
3471         * dos-w32.el (find-buffer-file-type-coding-system):
3472         * simple.el (what-cursor-position):
3473         Replace uses of default-buffer-file-coding-system
3474         with (default-value 'buffer-file-coding-system).
3476         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
3477         Replace uses of default-cursor-in-non-selected-windows
3478         with (default-value 'cursor-in-non-selected-windows).
3479         Use with-current-buffer.
3481         * mail/feedmail.el: Use CL macros.
3482         (feedmail-run-the-queue, feedmail-send-it-immediately):
3483         * dos-w32.el (find-buffer-file-type): Replace uses of
3484         default-buffer-file-type with (default-value 'buffer-file-type).
3486 2009-08-28  Glenn Morris  <rgm@gnu.org>
3488         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
3489         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
3490         Use default-value of major-mode rather than default-major-mode.
3492 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3494         * Makefile.in (update-elcfiles): Report left over elc files.
3496         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
3497         expand-file-name and with-current-buffer.
3498         (mail-get-names, mail-directory): Use with-current-buffer.
3500         * vc.el (vc-read-revision): New function.
3501         (vc-version-diff, vc-merge): Use it.
3503 2009-08-27  Sam Steingold  <sds@gnu.org>
3505         * simple.el (kill-do-not-save-duplicates): New user option.
3506         (kill-new): When it is non-nil, and the new string is the same as
3507         the latest kill, set replace to t to avoid duplicates in kill-ring.
3509 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
3511         * net/tramp.el (tramp-handle-process-file): Do not flush all
3512         caches when `process-file-side-effects' is set.
3513         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
3514         instead of `tramp-find-file-exists-command'.
3515         Unset `process-file-side-effects'.
3517 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
3519         * net/tramp.el (tramp-methods): New method "rsyncc".
3520         (top): Add completion function for "rsyncc".
3521         (tramp-message-show-message): New defvar.
3522         (tramp-message, tramp-error): Use it.
3523         (tramp-do-copy-or-rename-file-directly): Extend check for direct
3524         remote copying.
3525         (tramp-do-copy-or-rename-file-out-of-band): Handle new
3526         `tramp-methods' entry `copy-env' of "rsyncc".
3527         (tramp-vc-registered-read-file-names): New defconst.
3528         (tramp-vc-registered-file-names): New defvar.
3529         (tramp-handle-vc-registered): Implement optimization strategy.
3530         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
3531         (tramp-vc-file-name-handler): New defun.
3532         (tramp-get-ls-command, tramp-get-test-command)
3533         (tramp-get-file-exists-command, tramp-get-remote-ln)
3534         (tramp-get-remote-perl, tramp-get-remote-stat)
3535         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
3537         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
3538         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
3539         timestamps.
3540         (tramp-get-file-property): Check for timestamps in
3541         `tramp-cache-inhibit-cache'.
3542         (tramp-set-file-property): Write timestamp.
3544 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3546         * language/japan-util.el (japanese-symbol-table): Add entries for
3547         cp932-2-byte.
3549         * international/characters.el: Add category `j' to cp932-2-byte.
3551 2009-08-27  Kenichi Handa  <handa@m17n.org>
3553         * international/fontset.el (build-default-fontset-data): New macro.
3554         (setup-default-fontset): Use build-default-fontset-data for CJK,
3555         tibetan, ethiopic, and ipa.
3557 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3559         * cus-start.el (default-major-mode): Customize `major-mode' instead.
3560         (enable-multibyte-characters): Not customizable any more.
3562         * subr.el (default-mode-line-format, default-header-line-format)
3563         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
3564         (default-direction-reversed, default-truncate-lines)
3565         (default-left-margin, default-tab-width, default-case-fold-search)
3566         (default-left-margin-width, default-right-margin-width)
3567         (default-left-fringe-width, default-right-fringe-width)
3568         (default-fringes-outside-margins, default-scroll-bar-width)
3569         (default-vertical-scroll-bar, default-indicate-empty-lines)
3570         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
3571         (default-fringe-cursor-alist, default-scroll-up-aggressively)
3572         (default-scroll-down-aggressively, default-fill-column)
3573         (default-cursor-type, default-buffer-file-type)
3574         (default-cursor-in-non-selected-windows)
3575         (default-buffer-file-coding-system, default-major-mode)
3576         (default-enable-multibyte-characters): Mark as obsolete.
3578 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
3580         * vc-dir.el (vc-dir-update): Remove debug helper.
3582         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
3584 2009-08-26  Sam Steingold  <sds@gnu.org>
3586         * simple.el (save-interprogram-paste-before-kill): New user option.
3587         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
3588         save the interprogram-paste into kill-ring before overriding it
3589         with the Emacs kill.
3591 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3593         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
3594         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
3595         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
3596         and move to vc-rcs.el.
3597         (vc-default-next-revision): Rename to vc-rcs-next-revision and
3598         move to vc-rcs.el.
3599         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
3600         (vc-rcs-update-changelog): Remove.
3601         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
3602         and move to vc-rcs.el.
3604         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
3605         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
3606         renaming.
3607         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
3608         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
3609         vc.el, renamed to be RCS specific.
3611         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
3612         New functions.
3613         (vc-cvs-update-changelog): Move here from vc.el.
3615         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
3616         New functions.
3618 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3620         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
3622 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
3624         * vc-git.el (vc-git-register): Use "git add" for directories.
3625         (vc-git-stash, vc-git-stash-show): New functions.
3626         (vc-git-extra-menu-map): Bind them.
3628         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
3629         directory correctly in case the item is a directory itself.
3631         * vc.el: Document the desired behavior for reverted files in the
3632         `added' state.
3633         (vc-default-prettify-state-info): Remove function, unused.
3635         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
3637 2009-08-26  Glenn Morris  <rgm@gnu.org>
3639         * bindings.el (standard-mode-line-format): Reposition dashes in
3640         which-func entry.  (Bug#4217)
3642         * files.el (enable-local-variables, enable-local-eval)
3643         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
3644         the defcustoms.
3645         (auto-mode-alist, ignored-local-variables)
3646         (save-some-buffers-action-alist): Move risky declarations to the
3647         definitions.
3648         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
3649         (font-lock-defaults, format-alist, imenu--index-alist)
3650         (imenu-generic-expression, input-method-alist, minor-mode-alist)
3651         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
3652         (mode-line-modified, mode-line-mule-info, mode-line-position)
3653         (mode-line-process, mode-line-remote, outline-level)
3654         (parse-time-rules, rmail-output-file-alist)
3655         (special-display-buffer-names, vc-mode):
3656         Move risky declarations to the relevant files.
3657         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
3658         (mode-line-modified, mode-line-process, mode-line-position)
3659         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
3660         * font-core.el (font-lock-defaults):
3661         * format.el (format-alist):
3662         * vc-hooks.el (vc-mode):
3663         * window.el (special-display-buffer-names):
3664         * international/mule-cmds.el (input-method-alist):
3665         Define riskiness here (dumped file) rather than in files.el.
3666         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
3667         * imenu.el (imenu-generic-expression, imenu--index-alist):
3668         * outline.el (outline-level):
3669         * time.el (display-time-string):
3670         * calendar/parse-time.el (parse-time-rules):
3671         * mail/rmailout.el (rmail-output-file-alist):
3672         Autoload riskiness here, rather than placing in files.el.
3674 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
3676         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
3678 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
3680         * simple.el (process-file-side-effects): New defvar.
3682         * dired-aux.el (dired-show-file-type):
3683         * vc.el (vc-diff-internal):
3684         * vc-arch.el (vc-arch-diff):
3685         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
3686         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
3687         * vc-git.el (vc-git-registered, vc-git-working-revision)
3688         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
3689         (vc-git--empty-db-p):
3690         * vc-hooks.el (vc-user-login-name):
3691         * vc-svn.el (vc-svn-registered, vc-svn-state)
3692         (vc-svn-dir-extra-headers, vc-svn-find-revision):
3693         * progmodes/grep.el (grep-probe): Let-bind
3694         `process-file-side-effects' with nil.
3696         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
3698         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
3699         daemon.  Replace ping by checking for running service for bluez
3700         and zeroconf.  (Bug#4239)
3702 2009-08-25  Kevin Ryde  <user42@zip.com.au>
3704         * net/dig.el (dig): Add autoload cookie.
3706 2009-08-25  Glenn Morris  <rgm@gnu.org>
3708         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
3709         load-history for absolute file-names.
3710         (byte-compile-file-form-require): Warn about use of the cl package.
3712         * format.el (format-alist): Doc fix.
3714         * play/bubbles.el (top-level): Don't require cl at run-time.
3716         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
3717         run-time cl).
3719 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
3721         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
3722         from cl package.
3723         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
3725 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
3727         * calc/calc-alg.el (math-trig-rewrite)
3728         (math-hyperbolic-trig-rewrite): New functions.
3729         (calc-simplify): Simplify trig functions when asked.
3731 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3733         * diff-mode.el (diff-find-source-location): Avoid goto-line.
3735 2009-08-24  Kenichi Handa  <handa@m17n.org>
3737         * language/ind-util.el (mapthread): Delete it.
3738         (combinatorial): New function.
3739         (indian--puthash-cv): Use combinatorial instead of mapthread.
3741 2009-08-22  Kevin Ryde  <user42@zip.com.au>
3743         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
3744         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
3745         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
3746         Clarify docstring that the value is strings not symbols.
3747         (checkdoc-list-of-strings-p): New function.
3749 2009-08-22  Glenn Morris  <rgm@gnu.org>
3751         * files.el (auto-mode-alist):
3752         * hippie-exp.el (he-concat-directory-file-name):
3753         * lpr.el (lpr-windows-system, printer-name):
3754         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
3755         * ps-print.el (ps-windows-system):
3756         * startup.el (command-line):
3757         * emulation/viper-ex.el (viper-glob-function):
3758         * international/mule-cmds.el (set-language-environment-coding-systems):
3759         * net/ange-ftp.el (ange-ftp-write-region):
3760         * obsolete/fast-lock.el (fast-lock-cache-name):
3761         Remove code for defunct system-types emx, macos, mswindows, next-mach,
3762         unisoft-unix, vax-vms, win32, w32.
3764         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
3765         given name if the pattern is not more specific.
3767         * calendar/lunar.el (lunar-phase-names): New option.
3768         (lunar-phase): Doc fix.
3769         (lunar-cycles-per-year): New constant.
3770         (lunar-index): New function.
3771         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
3772         (lunar-phase-name): Use lunar-phase-names.
3773         (calendar-lunar-phases): Use format.
3774         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
3776         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
3777         Copy imenu-example--name-and-position function here for own use.
3778         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
3780         * bs.el (bs--redisplay):
3781         * cus-edit.el (custom-redraw):
3782         * ibuffer.el (ibuffer-bury-buffer):
3783         * server.el (server-goto-line-column):
3784         * startup.el (command-line-1):
3785         * strokes.el (strokes-xpm-for-stroke):
3786         * term.el (term-display-buffer-line):
3787         * view.el (View-goto-line):
3788         * calc/calc.el (calc-do, calc-trail-buffer):
3789         * play/gamegrid.el (gamegrid-add-score-insecure):
3790         * progmodes/ada-mode.el (ada-compile-goto-error):
3791         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
3792         (ebrowse-select-1st-to-9nth):
3793         * progmodes/cperl-mode.el (cperl-time-fontification):
3794         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
3795         * progmodes/gud.el (gud-display-line):
3796         (idlwave-shell-display-line):
3797         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
3798         * progmodes/make-mode.el (makefile-browser-toggle):
3799         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
3800         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
3801         * textmodes/picture.el (picture-draw-rectangle):
3802         * textmodes/reftex-index.el (reftex-index-goto-letter):
3803         (reftex-select-jump-to-previous):
3804         * textmodes/reftex-sel.el (reftex-find-start-point)
3805         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
3806         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
3807         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
3808         * textmodes/tex-mode.el (tex-compilation-parse-errors):
3809         * textmodes/two-column.el (2C-associated-buffer):
3810         Use forward-line rather than goto-line.
3812         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
3813         goto-line.
3815         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
3816         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
3817         (quick-check-list-to-regexp): Declare.
3819         * progmodes/make-mode.el (makefile-browser-insert-selection):
3820         Use goto-char rather than goto-line.
3822         * progmodes/prolog.el (compilation-error-regexp-alist)
3823         (compilation-forget-errors): Declare.
3825 2009-08-22  Juri Linkov  <juri@jurta.org>
3827         * progmodes/grep.el (lgrep, rgrep): At the beginning
3828         set `dir' to `default-directory' unless `dir' is a non-nil
3829         readable directory.  (Bug#4052)
3830         (lgrep, rgrep): Change a weird way to report an error
3831         from using `read-string' to using `error'.
3832         Instead of using interactive arguments in the function body,
3833         add new argument `confirm'.
3835 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         * textmodes/remember.el (remember-buffer):
3838         * progmodes/cperl-mode.el (cperl-vc-header-alist):
3839         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
3840         (icalendar-extract-ical-from-buffer):
3841         * net/newst-treeview.el (newsticker-groups-filename):
3842         * net/newst-backend.el (newsticker-cache-filename):
3843         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
3844         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
3845         (speedbar-add-ignored-path-regexp, speedbar-line-path)
3846         (speedbar-buffers-line-path, speedbar-path-line)
3847         (speedbar-buffers-line-path):
3848         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
3849         (epg-sign-keys):
3850         * epa.el (epa-display-verify-result):
3851         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
3853 2009-08-21  Glenn Morris  <rgm@gnu.org>
3855         * progmodes/js.el (inferior-moz-process): Fix declaration.
3857         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
3859         * obsolete/rnewspost.el (news-mail-reply):
3860         Use goto-char rather than goto-line.
3862         * term/ns-win.el (ns-open-file-select-line):
3863         Use line-beginning-position rather than goto-line.
3865         * apropos.el (apropos-command):
3866         * ehelp.el (electric-helpify):
3867         * printing.el (pr-show-setup):
3868         * strokes.el (strokes-help):
3869         * tutorial.el (tutorial--describe-nonstandard-key)
3870         (tutorial--detailed-help):
3871         * woman.el (woman-mini-help, woman-display-extended-fonts):
3872         * calc/calc-help.el (calc-describe-key):
3873         * emulation/edt.el (edt-electric-helpify):
3874         * international/mule-diag.el (mule-diag):
3875         * play/yow.el (apropos-zippy):
3876         * progmodes/python.el (python-describe-symbol):
3877         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
3878         * textmodes/table.el (*table--cell-describe-mode)
3879         (*table--cell-describe-bindings):
3880         Use help-print-return-message rather than the now obsolete alias.
3882         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
3883         (calendar-cursor-to-visible-date):
3884         * play/5x5.el (5x5-position-cursor):
3885         * play/decipher.el (decipher):
3886         * play/gomoku.el (gomoku-goto-xy):
3887         * play/landmark.el (lm-goto-xy):
3888         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
3889         (mpuz-paint-digit):
3890         Use forward-line, not goto-line.
3892         * mail/rmail.el (rmail-obsolete): Delete custom group.
3893         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
3894         (rmail-remote-password, rmail-remote-password-required):
3895         Remove unneeded :set-after and :set properties.
3897 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
3899         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
3901 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
3903         * loadup.el: Remove leftover macos code.
3905         * vc-git.el (vc-git-annotate-command): Run asynchronously.
3906         Explicitly pass the date format to git blame so that user local
3907         so that the output format can be parsed.
3909 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
3911         * net/dbus.el (top): Don't check for (getenv
3912         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
3914 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
3916         * log-edit.el (log-edit-strip-single-file-name): New var.
3917         (log-edit-insert-changelog): Use it.  Bug#3571
3919 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3921         * subr.el (read-passwd): Use read-key so keypad keys work as well.
3922         Bug#3287
3924         * help.el (help-print-return-message): Rename from
3925         print-help-return-message.
3927         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
3928         cvs-mode-map parent hack.
3929         (log-view-mode): Derive from special-mode.
3931         * linum.el (linum-mode): window-size-change-functions is redundant.
3932         Adapt to new window-configuration-change-hook behavior.
3933         (linum-after-size, linum-after-config): Remove.
3935         * imenu.el (imenu-example--name-and-position)
3936         (imenu-example--lisp-extract-index-name)
3937         (imenu-example--create-lisp-index, imenu-example--create-c-index):
3938         Mark as obsolete.
3940         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
3941         (inferior-prolog-mode): Use it.
3942         (inferior-prolog-load-file): Reset list of errors.
3944 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
3946         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
3948         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
3950 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
3952         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
3953         is running already.
3955 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3957         * subr.el (listify-key-sequence-1): Use normal syntax since those
3958         integers are nowadays always represented by the same (positive) number
3959         on all platforms.
3960         (read-key-empty-map): New const.
3961         (read-key-delay): New var.
3962         (read-key): New function.
3963         (force-mode-line-update): Use with-current-buffer.
3964         (locate-user-emacs-file): Don't forget to abbreviate the file name.
3965         (start-process-shell-command, start-file-process-shell-command):
3966         Discourage the use of command-args.
3968 2009-08-19  Glenn Morris  <rgm@gnu.org>
3970         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
3972 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         * simple.el (choose-completion-string): Don't rely on
3975         minibuffer-completing-file-name and ad-hoc checks to decide whether
3976         to continue completion or not.
3978         * minibuffer.el (minibuffer-hide-completions): New function.
3979         (completion--do-completion): Use it.
3980         (completions-annotations): New face.
3981         (completion--insert-strings): Use it.
3982         (completion-pcm--delim-wild-regex): Add docstring.
3983         (completion-pcm--string->pattern): Add support for 0-width delimiters
3984         in completion-pcm--delim-wild-regex.
3986 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3988         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
3989         Remove unused var `buffer-modified-p'.
3991         * minibuffer.el (completion--do-completion): Move point for the #b001
3992         case as well (bug#4176).
3993         (minibuffer-complete, minibuffer-complete-word): Don't move point.
3995 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
3997         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
3998         and :session buses.
4000 2009-08-18  Kenichi Handa  <handa@m17n.org>
4002         * international/ucs-normalize.el (ucs-normalize-version):
4003         Change to 1.1.
4004         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
4005         (utf-8-hfs): Make it perform normalization on encoding too.
4007         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
4008         (sentence-end-without-space): Delete duplicated chars.
4009         (sentence-end-base): Likewise.
4011         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
4012         (html-mode): Delete duplicated chars from sentence-end-base.
4014         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
4015         (texinfo-mode): Delete duplicated chars from sentence-end-base.
4017 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
4019         * files.el (hack-one-local-variable): If the mode function is for
4020         a minor mode, pass it an argument (Bug#4148).
4022 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
4024         * net/tramp.el (tramp-register-completion-file-name-handler):
4025         Check also for (member 'partial-completion completion-styles).
4027 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4029         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
4030         abbrev (Bug#3943).
4032 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
4034         * progmodes/cperl-mode.el: Merge upstream 6.2.
4035         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
4036         (cperl-forward-re): Check cperl-brace-recursing.
4037         (cperl-highlight-charclass): New function.
4038         (cperl-find-pods-heres): Use it.
4039         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
4040         (cperl-beautify-regexp-piece): Fix column calculation.
4041         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
4042         (cperl-beautify-level): Don't process entire regexp.
4043         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
4044         calling man.
4045         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
4046         (cperl-init-faces): Build a list in the normal way.
4048 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4050         * calendar/parse-time.el (parse-time-string-chars): Save match
4051         data.
4053 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4055         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
4056         (sql-product): Use it.
4057         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
4058         (sql-set-product): Add completion.
4059         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
4060         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
4061         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
4062         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
4063         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
4064         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
4065         (sql-highlight-db2-keywords): Remove.
4066         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
4067         (sql-highlight-product): Use derived-mode-p.
4068         (sql-set-sqli-buffer): Use with-current-buffer.
4069         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
4070         Simplify.
4072         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
4074         * term.el: Fix commenting convention, turn comments into docstrings.
4076 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
4078         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
4080 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4082         * calendar/parse-time.el (parse-time-string-chars): Compute using
4083         character classes, to handle non-ascii characters (Bug#3190).
4085 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4087         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
4088         another heredoc if the user adds another < (Bug#3226).
4090         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4091         Don't initialize based on window-system (Bug#4124).
4093         * facemenu.el (facemenu-read-color): Use a completion function
4094         that accepts any defined color, such as RGB triplets (Bug#3677).
4096         * files.el (get-free-disk-space): Change fallback default
4097         directory to /.  Expand DIR argument before switching to fallback.
4098         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
4100 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4102         * files.el (load-library): Doc fix.
4104 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
4106         * viper-cmd.el (viper-insert-isearch-string): New function.
4107         (viper-if-string): Redefine C-s in the minibuffer to insert the last
4108         incremental search string.
4110         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
4111         XEmacs.
4113         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
4114         (ediff-merge-region-is-non-clash)
4115         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
4116         Also check if the job is really a merge job.
4118         * ediff.el (ediff-current-file): New function.
4120 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
4122         * progmodes/js.el: Edit docstrings throughout to follow Emacs
4123         conventions.
4124         (js-insert-and-indent): Delete function.
4125         (js-mode-map): Don't bind keys to js-insert-and-indent.
4126         (js-beginning-of-defun): Rename from js--beginning-of-defun.
4127         (js-end-of-defun): Rename from js--end-of-defun.
4128         (js-auto-indent-flag): Delete variable.
4130 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
4132         * progmodes/js.el: Remove proclaim statement.
4133         Defvar which-func-imenu-joiner-function to silence compiler.
4135         * files.el (auto-mode-alist): Use js-mode for .js files.
4137         * progmodes/js2-mode.el: Remove file.
4139         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
4141         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
4143         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
4145 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
4146             Karl Landstrom  <karl.landstrom@brgeight.se>
4148         * progmodes/js.el: New file.
4150 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
4152         * timezone.el (timezone-parse-date): Add ability to understand ISO
4153         basic format (minimal separators) dates in addition to the
4154         already-supported extended format dates.
4156 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
4158         * international/ucs-normalize.el: Add a `coding' file variable.
4160         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
4162 2009-08-14  Sam Steingold  <sds@gnu.org>
4164         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
4166 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
4168         * faces.el (help-argument-name): Define it here instead of
4169         help-fns.el, because in daemon mode help-fns.el may be loaded when
4170         faces are still uninitialized (Bug#1078).
4172         * help-fns.el (help-argument-name): Move defface to faces.el.
4174 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
4176         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
4177         create buffer with a pty but no process so that GDB can make the
4178         inferior the controlling process.
4180 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
4182         * international/ucs-normalize.el: New file.
4184 2009-08-13  Richard Stallman  <rms@gnu.org>
4186         * mail/rmail.el (rmail-get-attr-names):
4187         Accept an attribute header that is too short.
4189         * mail/rmail.el (rmail-forget-messages):
4190         Ignore nil elt in rmail-message-vector.  Use dotimes.
4192         * progmodes/compile.el (compilation-goto-locus):
4193         Use next-error-move-function.
4195         * simple.el (next-error-move-function): New variable.
4197 2009-08-12  Juri Linkov  <juri@jurta.org>
4199         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
4200         always non-nil.  (Bug#4052)
4202         * replace.el (read-regexp): Return empty string when
4203         `default-value' is nil.
4204         (keep-lines-read-args): Don't use empty string as the
4205         default value for `read-regexp'.  (Bug#2495)
4207 2009-08-12  Juri Linkov  <juri@jurta.org>
4209         * international/mule-cmds.el (ucs-insert): Change arguments
4210         from `arg' to `character', `count', `inherit' to be the same
4211         as in `insert-char'.  Doc fix.  (Bug#4039)
4213         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
4215 2009-08-12  Juri Linkov  <juri@jurta.org>
4217         * files-x.el: New file.
4219         * files.el: Move code that deals with adding/deleting
4220         file/directory-local variables to files-x.el.
4222         * Makefile.in (ELCFILES): Add files-x.elc.
4224 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
4226         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
4227         to use `goto-line'.
4228         (gdb-place-breakpoints, gdb-get-location): Rewritten without
4229         `goto-line'.
4230         (gdb-invalidate-disassembly): Do not refresh upon receiving
4231         'update signal.  Instead, update all disassembly buffers only after
4232         threads list.
4233         (gdb): Send -target-detach when buffer is killed (Bug#3794).
4234         (gdb-starting): Moved -data-list-register-names...
4235         (gdb-stopped): ...here so it's sent when first thread stops.
4236         (gdb-registers-handler-custom): Do nothing if register names are
4237         unknown yet.
4239         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
4240         from `gdb-mi.el' to avoid extra tangling.
4242         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
4243         change which breaks `gud-def' definitions used in `gdb'.
4244         (gdb-update-gud-running): No extra fuss for updating frame number.
4246 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4248         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
4249         (describe-language-environment-map, setup-language-environment-map)
4250         (set-coding-system-map): Move initialization into declaration.
4251         (set-language-info-alist): Last arg to define-key-after can be skipped.
4253         * international/quail.el (quail-completion-1): Simplify.
4254         (quail-define-rules): Use slightly more compact code.
4255         (quail-insert-decode-map): Propertize keys, compact columns.
4257         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4258         Add goto-line.
4260 2009-08-10  Miles Bader  <miles@gnu.org>
4262         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
4263         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
4264         (js2-instance-member, js2-private-member, js2-private-function-call)
4265         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
4266         (js2-magic-paren, js2-external-variable):
4267         Remove "-face" suffix from face names.
4268         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
4269         (js2-highlight-undeclared-vars, js2-peek-token)
4270         (js2-parse-function-params, js2-mode-show-errors)
4271         (js2-mode-show-warnings, js2-make-magic-delimiter)
4272         (js2-mode-highlight-magic-parens): Update to use new face names.
4274 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
4276         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
4277         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
4279 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
4281         * subr.el: Provide hashtable-print-readable.
4283         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
4284         hs-c-like-adjust-block-beginning.
4285         (hs-hide-block-at-point): Stop hiding at the beginning of
4286         hs-block-end-regexp (Bug#700).
4288 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
4290         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
4291         a macro.
4292         (gdb-registers-handler-custom): Do not fail when register names
4293         are unavailable.
4295 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
4297         * progmodes/gdb-mi.el (gdb-control-all-threads)
4298         (gdb-control-current-thread): Interactive setters for
4299         `gdb-gud-control-all-threads' to use in menu.
4300         (gdb-show-run-p): Show «Go» when process is not active.
4301         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
4302         gud/thread.xpm and gud/all.xpm.
4304 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
4306         * net/net-utils.el (net-utils-font-lock-keywords): New var.
4307         (nslookup-font-lock-keywords): Make it a variable.
4308         (net-utils-mode): New mode for viewing diagnostic network output.
4309         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
4310         (net-utils-run-simple): New function.
4311         (ifconfig, iwconfig, netstat, arp, route): Use it.
4313 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
4315         * progmodes/gdb-mi.el (gdb-read-memory-custom)
4316         (gdb-memory-set-address, def-gdb-set-positive-number)
4317         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
4318         after changing settings.
4319         (gdb-invalidate-disassembly): Update when first shown.
4320         (gdb-edit-locals-value): Fixed.
4321         (gdb-registers-handler-custom): Print registers in right order and
4322         allow changing register values (only for current thread yet).
4323         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
4324         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
4325         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
4326         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
4327         info in mode name.
4328         (gdb-registers-mode-map): TAB to switch to locals.
4330 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
4332         * mail/rmail.el (rmail-add-mbox-headers)
4333         (rmail-set-message-counters-counter): Search for
4334         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
4336 2009-08-08  Glenn Morris  <rgm@gnu.org>
4338         * Makefile.in (ELCFILES): Update.
4340 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
4342         * mail/sendmail.el (mail-yank-original): Set
4343         buffer-file-coding-system from the one used by the message whose
4344         text is yanked.
4346         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
4347         to "windows" when "pgnuplot" is used.
4348         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
4349         call accept-process-output if "pgnuplot" is used.
4350         (calc-graph-init): Don't send -display and -geometry to
4351         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
4352         running "pgnuplot -V" with shell-command-to-string.
4354         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
4355         the default.
4357 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
4359         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
4360         org/org-latex.elc.
4362 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
4364         * vc-dispatcher.el (vc-resynch-window): Update comment.
4366         * term.el (term-handle-ansi-escape): Add comments with the
4367         terminfo capabilities implemented.
4369 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
4371         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
4372         (gdb-var-create-handler): Rewritten using JSON parser.
4373         (gdb-propertize-header): Moved earlier.
4374         (gdb-set-header): Removed to avoid duplication.
4375         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
4376         Refresh disassembly buffers only after threads list have been
4377         update.
4378         (gdb-threads-header, gdb-registers-header): Per-buffer header line
4379         variables.
4381 2009-08-04  Juri Linkov  <juri@jurta.org>
4383         * files.el: Commands to add/delete file/directory-local variables.
4384         (read-file-local-variable, read-file-local-variable-value)
4385         (read-file-local-variable-mode, modify-file-local-variable)
4386         (modify-file-local-variable-prop-line)
4387         (modify-dir-local-variable): New functions.
4388         (add-file-local-variable, delete-file-local-variable)
4389         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
4390         (add-dir-local-variable, delete-dir-local-variable)
4391         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
4392         (copy-dir-locals-to-file-locals-prop-line): New commands.
4394 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
4396         * abbrev.el (insert-abbrev-table-description): Prettify output.
4397         Suggested by Karl Chen.
4399 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
4401         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
4402         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
4403         (gdb-overlay-arrow-position, gdb-thread-position)
4404         (gdb-disassembly-position): Declare variables.
4405         (gdb-wait-for-pending): Function now.
4406         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
4407         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
4408         compilation goes smoothly.
4409         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
4410         (gdb-non-stop-setting): New customization setting which replaces
4411         `gdb-non-stop' so changing it doesn't break active GDB session.
4412         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
4413         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
4414         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
4415         (gdb-show-threads-by-default): New customization options.
4416         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
4417         routines.
4418         (gdb-get-buffer-create): Send buffers update signal when they are
4419         created.
4420         (gdb-invalidate-locals, gdb-invalidate-registers)
4421         (gdb-invalidate-breakpoints)
4422         (gdb-invalidate-threads, gdb-invalidate-disassembly)
4423         (gdb-invalidate-memory): Accept update signal.
4424         (gdb-current-context-command): Use --frame option.
4425         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
4426         Implement `gdb-frame-number' selection logic.
4427         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
4428         whether to show GUD toolbar buttons.
4429         (gdb-thread-exited): Unselect current thread when it exits.
4430         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
4431         (gdb-mark-line): Routine which sets overlay arrow or inverses
4432         video on fringeless displays.
4433         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
4434         to build aligned columns of data in GDB buffers and set text
4435         properties line-by-line.
4436         (gdb-invalidate-breakpoints)
4437         (gdb-breakpoints-list-handler-custom)
4438         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
4439         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
4440         (gdb-registers-handler-custom): Align data columns.
4441         (gdb-locals-handler-custom): Now prints data like in variable
4442         declarations.
4443         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
4444         Removed confusing buttons.
4445         (gdb-invalidate-threads): Append --frame.
4446         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
4447         between breakpoints/threads buffers.
4448         (gdb-set-window-buffer): Now can ignore dedicated windows.
4449         (gdb-propertize-header): Use `gdb-set-window-buffer'.
4450         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
4451         (def-gdb-thread-buffer-gud-command): Replaces
4452         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
4453         for fine thread control.
4454         (gdb-preempt-existing-or-display-buffer): New function used to
4455         display bound buffers without breaking window layout.
4456         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
4457         (gdb-select-frame): New version of `gdb-frames-select' which now
4458         sets `gdb-frame-number' so commands may use --frame option instead
4459         of inner debugger state.
4460         (gdb-frame-handler): Do not set `gdb-frame-number'.
4461         (gdb-threads-mode-map): Select threads with mouse.
4463         * progmodes/gud.el (gdb-gud-context-call): Declare function to
4464         avoid compilation warning.
4465         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
4466         `gdb-show-stop-p`.
4468         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
4469         Argument `key' renamed to `buffer-type'.
4470         (gdb-current-context-buffer-name): Do not add thread info to
4471         buffer name when no thread is selected.
4472         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
4473         command (bug 3794).
4474         (gdb-thread-selected): Handle `=thread-selected' notification.
4475         (gdb-wait-for-pending): New macro to deal with congestion problems.
4476         (gdb-breakpoints-list-handler-custom): Don't fail on pending
4477         breakpoints.
4478         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
4479         This fixes problem similar to one described in bug 3947.
4480         (gud-menu-map): More menu items.
4481         (gdb-init-1): Reset `gdb-thread-number' to nil.
4483         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
4484         non-stop settings.
4486         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
4487         (gdb-current-context-command): Do not append --thread if
4488         `gdb-thread-number' is nil.
4489         (gdb-running-threads-count, gdb-stopped-threads-count): New
4490         variables.
4491         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
4492         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
4493         customization options.
4494         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
4495         GUD commands.
4496         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
4497         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
4498         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
4499         set `gdb-thread-number' and update `gud-running' properly.
4500         (gdb-running): Update threads list when new threads appear.
4501         (gdb-stopped): Support non-stop operation and new thread switching
4502         logic.
4503         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
4504         (gdb-json-partial-output): New set of JSON routines.
4505         (def-gdb-auto-update-trigger): New `signal-list' optional
4506         argument.
4507         (gdb-thread-list-handler-custom): Update `gud-running',
4508         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
4509         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
4510         (gdb-continue-thread, gdb-step-thread): New commands for fine
4511         thread execution control.
4512         (gud-menu-map): New menu items to switch non-stop options.
4513         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
4514         (gdb-send): Mimic RET properly (bug 3794).
4516         * progmodes/gdb-mi.el (gdb-rules-name-maker)
4517         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
4518         gdb-buffer-rules.
4519         (def-gdb-auto-update-handler): New nopreserve optional argument.
4520         (gdb-stack-list-frames-custom): Print stack from top to bottom.
4522         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
4523         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
4524         (gdb-parent-mode): New mode to derive other GDB modes from.
4525         (gdb-display-disassembly-for-thread)
4526         (gdb-frame-disassembly-for-thread): New commands for threads
4527         buffer.
4529         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
4530         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
4531         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
4532         (gdb-update): We now store all GDB buffers in a list so that they
4533         can be updated by traversing a list instead of calling invalidate
4534         triggers explicitly.
4535         (def-gdb-trigger-and-handler): New macro to define trigger-handler
4536         pair for GDB buffer.
4537         (gdb-stack-buffer-name): Add thread information.
4538         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
4539         handle pending triggers.
4540         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
4541         (def-gdb-thread-buffer-simple-command)
4542         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
4543         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
4544         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
4545         New commands which show buffers bound to thread.
4546         (gdb-stack-list-locals-regexp): Removed unused regexp.
4548         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
4549         (gdb-locals-buffer-name, gdb-registers-buffer-name)
4550         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
4551         to (gud-comint-buffer) in *-buffer-name functions
4552         because (gdb-get-target-string) already does that.
4553         (gdb-locals-handler-custom, gdb-registers-handler-custom)
4554         (gdb-changed-registers-handler): Rewritten without regexps.
4556         * progmodes/gdb-mi.el Basic thread selection support.
4557         (gdb-thread-number): New variable.
4558         (gdb-current-context-command): New macro which adds --thread
4559         option to command.
4560         (gdb-threads-mode-map): Select thread with SPC.
4561         (gdb-thread-list-handler-custom): Mark current thread with overlay
4562         arrow.  Synchronize GDB thread and Emacs thread.
4563         (gdb-select-thread): New command which selects current thread.
4564         (gdb-invalidate-frames, gdb-invalidate-locals)
4565         (gdb-invalidate-registers): Use --thread option.
4567 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
4569         * net/tramp.el (top): Make check for tramp-gvfs loading more
4570         robust.  (Bug#3977)
4571         (tramp-handle-insert-file-contents): `unwind-protect' must be
4572         inside `with-parsed-tramp-file-name'.
4574         * net/tramp-gvfs.el (top): Remove superfluous message when loading
4575         fails.
4577 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
4579         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
4580         directory if CLASSPATH is not set.
4582 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
4584         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
4585         New defconst.
4586         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
4588 2009-08-02  Kevin Ryde  <user42@zip.com.au>
4590         * net/newst-backend.el (newsticker--raw-url-list-defaults):
4591         Update freshmeat link.  Delete newsforge.com as it seems gone.
4593 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
4595         * select.el (x-set-selection): Doc fix (Bug#4021).
4597         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
4599         * help-fns.el (describe-variable): Treat list return values from
4600         dir-locals-find-file properly (Bug#4005).
4602 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
4604         * net/tramp.el (tramp-debug-message): Print also microseconds.
4606 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
4608         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
4609         or END is non-nil.
4610         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
4611         (tramp-get-debug-buffer): Change `outline-regexp' according to new
4612         format.
4614         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
4615         (tramp-get-file-property): Use it.
4617         * autorevert.el (auto-revert-handler): Allow
4618         `auto-revert-tail-mode' for remote files.
4620 2009-08-02  Jason Rumney  <jasonr@gnu.org>
4622         * minibuffer.el (read-file-name): Treat confirm options to
4623         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
4625 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
4627         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
4628         (font-lock-variable-name-face, font-lock-constant-face): Darken
4629         the colors for light backgrounds.
4631 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
4633         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
4634         month names.  (Bug#3987)
4636 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
4638         * simple.el (line-move-finish): Pass whole number to
4639         line-move-to-column.
4640         (line-move-visual): Perform hscroll to the recorded position.
4642 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
4644         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
4646 2009-07-29  Alan Mackenzie  <acm@muc.de>
4648         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
4650 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
4652         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
4653         (gdb-place-breakpoints): Use full path when setting breakpoints.
4655 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
4657         * calc/calc.el (calc-mode-map): Add keybinding for
4658         `calc-transpose-lines'.
4660 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
4662         * calc/calc-misc.el (calc-transpose-lines): New function.
4664 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
4666         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
4667         Simplify check for out-of-band methods.
4668         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
4669         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
4671 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
4673         * vc-git.el (vc-git-checkin): Fix typo.
4675 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
4677         * progmodes/js2-mode.el: New file.
4679 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
4681         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
4682         (gud-menu-map): Adjust tooltip accordingly.
4684 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
4686         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
4687         (vc-bzr-log-view-mode): Adjust log-view-file-re.
4689         * add-log.el (change-log-mode-map): Add a menu.
4691 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
4693         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
4694         function returns nil.
4695         (dbus-handle-event): Handle special return value :ignore.
4696         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
4698 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
4700         * view.el (view-mode-enable): Don't define Helper-return-blurb if
4701         it's not needed.
4703 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
4705         Fix Bug#3888:
4707         * w32-vars.el (x-select-enable-clipboard): Doc fix.
4709         * term/pc-win.el (x-display-name, x-colors)
4710         (x-select-enable-clipboard, x-select-text): Doc fix.
4712         * term/common-win.el (x-display-name, x-colors): Doc fix.
4714         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
4715         (xw-defined-colors): Doc fix.
4717         * w32-fns.el (x-select-text, x-setup-function-keys)
4718         (x-get-selection, x-set-selection): Doc fix.
4720         * term/x-win.el (x-select-text, x-setup-function-keys)
4721         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
4723         * select.el (x-set-selection): Doc fix.
4725 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
4727         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
4728         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
4729         "IsNSSSupportAvailable" method is not available.  Reported by
4730         Steve Youngs <steve@sxemacs.org>.
4732 2009-07-24  Kenichi Handa  <handa@m17n.org>
4734         * international/characters.el: Fix setting of category ?C, ?|, ?K,
4735         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
4736         (build-unicode-category-table): Fix range checks.
4738 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
4740         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
4741         the buffer we try to sync is current when calling
4742         vc-resynch-buffer.
4744         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
4745         not show up to date files.
4747 2009-07-24  Glenn Morris  <rgm@gnu.org>
4749         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
4750         Add autoload cookies.  If necessary, initialize.
4751         (elint-log): Handle non-file buffers.
4752         (elint-initialize): Add optional argument to reinitialize.
4753         (elint-find-builtin-variables): Save excursion.
4755 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
4757         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4758         for Lint.
4760 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
4762         * vc.el (vc-print-log-internal): New function, split out from ...
4763         (vc-print-log): ... here.
4764         (vc-dir-move-to-goal-column): Declare.
4766         * vc-git.el (vc-git-add-signoff): New variable.
4767         (vc-git-checkin): Use it.
4768         (vc-git-toggle-signoff): New function.
4769         (vc-git-extra-menu-map): Bind it to menu.
4770         (vc-git--run-command-string): Accept a nil FILE argument.
4771         (vc-git-stash-list): New function.
4772         (vc-git-dir-extra-headers): Use it.
4774 2009-07-23  Glenn Morris  <rgm@gnu.org>
4776         * help-fns.el (describe-variable): Describe ignored and risky local
4777         variables in a similar way to that in which we describe safe ones.
4779         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
4780         (byte-compile-output-file-form, byte-compile-output-docform)
4781         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
4782         Give some more local variables with common names a "bytecomp-" prefix,
4783         so as not to shadow things during compilation.
4784         * emacs-lisp/cl-macs.el (load-time-value)
4785         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
4786         `outbuffer' to `bytecomp-outbuffer'.
4788         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
4789         since the next two variables cover them automatically now.
4790         (elint-builtin-variables, elint-autoloaded-variables): New.
4791         (elint-unknown-builtin-args): Remove all members, since they can be
4792         parsed automatically now.
4793         (elint-extra-errors): New.
4794         (elint-env-add-env, elint-env-add-macro): Use cadr.
4795         (elint-current-buffer): Use or.  Change final message.
4796         (elint-get-top-forms): Use line-end-position.
4797         (elint-init-env): Use cadr.  Handle autoload, declare-function,
4798         and defalias.
4799         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
4800         (regexp-assoc): Remove unused function.
4801         (elint-top-form): Set elint-current-pos, to record the start of the
4802         top-level form, for compilation-mode.
4803         (elint-form): Trap errors in macro expansion.  Use dolist.
4804         (elint-unbound-variable): Use elint-builtin-variables and
4805         elint-autoloaded-variables.
4806         (elint-get-args): Use cadr, or.
4807         (elint-check-cond-form): Use dolist, cadr.
4808         (elint-check-condition-case-form): Doc fix.  Use cadr.
4809         Use elint-extra-errors.
4810         (elint-log): New function.
4811         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
4812         Distinguish errors and warnings.
4813         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
4814         Use a bytecomp-style format.
4815         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
4816         (elint-get-log-buffer): Use compilation mode.  Disable undo.
4817         Don't truncate lines.
4818         (elint-initialize): Set builtin and autoloaded variable lists.
4819         Only process elint-unknown-builtin-args if non-nil.
4820         (elint-find-builtin-variables, elint-find-autoloaded-variables):
4821         New functions.
4822         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
4824 2009-07-22  Kevin Ryde  <user42@zip.com.au>
4826         * net/newst-backend.el (newsticker--parse-atom-1.0)
4827         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
4828         (newsticker--parse-rss-1.0):
4829         * progmodes/idlwave.el (idlwave-mode):
4830         * progmodes/idlw-shell.el (idlwave-shell-mode):
4831         * progmodes/vera-mode.el (vera-mode):
4832         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
4833         * progmodes/vhdl-mode.el (vhdl-mode):
4834         * textmodes/table.el (table-generate-source)
4835         (table--warn-incompatibility):
4836         Hyperlink urls in docstrings with URL `...'.
4838 2009-07-22  Glenn Morris  <rgm@gnu.org>
4840         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
4841         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
4842         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
4843         Remove leading * from defcustom docs.
4845         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
4847         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
4848         defcustom doc.
4849         (list-load-path-shadows): Optionally, just return shadows as a string.
4851         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
4853 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
4855         * mail/rmailedit.el (rmail-edit-mode): Use
4856         auto-save-include-big-deletions.
4858         * mail/rmail.el (rmail-variables): Use
4859         auto-save-include-big-deletions.
4861         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
4862         changes.
4864 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
4866         * calc/calc.el (calc-undo-length): New variable.
4867         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
4869 2009-07-21  Richard Stallman  <rms@gnu.org>
4871         * files.el (auto-save-mode): Handle buffer-save-size = -2
4872         for toggling mode.
4874 2009-07-21  Glenn Morris  <rgm@gnu.org>
4876         * textmodes/ispell.el (ispell-looking-back): Update declaration.
4878         * calendar/todo-mode.el (calendar-current-date): Update declaration.
4880         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
4881         silence compiler.  Instead...
4882         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
4883         (ps-print-ensure-fontified): Update for above function name changes.
4885         * printing.el (pr-mh-get-msg-num, pr-mh-show)
4886         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
4887         silence compiler.  Instead...
4888         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
4889         (mh-show-buffer): Only define for compiler.
4890         (pr-mh-current-message): Update for above function name changes.
4892         * files.el (abort-if-file-too-large): Explicitly pass `filename'
4893         as an argument.
4894         (find-file-noselect, insert-file-1): Update for above change.
4896         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
4898         * mail/mailclient.el (mailclient-send-it): Fix message.
4900         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
4901         (edebug-eval): Check cl-debug-env is bound.
4902         (print-level, print-circle): Don't redefine built-in variables.
4904         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
4905         (custom-print-vectors): Remove old comments from doc.
4907         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
4908         (emerge-version): Make the variable an obsolete alias for the
4909         emacs-version variable.  Make the function obsolete.
4910         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
4911         Emerge options, rather than merging in into the main Options menu.
4912         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
4913         and auto advance modes.  Disable edit/fast items when not relevant.
4915 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
4917         * term/vt420.el (terminal-init-vt420): Fix typo.
4919 2009-07-20  Sam Steingold  <sds@gnu.org>
4921         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
4922         variable (removed from compile.el on 2004-03-11).
4924 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
4926         * files.el (hack-local-variables-filter): Fix last change.
4928 2009-07-19  Juri Linkov  <juri@jurta.org>
4930         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
4931         (dir-local-variables-alist): New buffer-local variable.
4932         (hack-local-variables-filter): If variable is not dir-local,
4933         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
4934         because file-local overrides dir-local.
4935         (c-postprocess-file-styles)<declare-function>:
4936         Remove obsolete declaration.
4937         (hack-dir-local-variables): Add dir-local variable/value pair to
4938         `dir-local-variables-alist' and remove duplicates.  Doc fix.
4940         * help-fns.el (describe-variable): Add information about
4941         file-local and dir-local variables.
4943 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
4945         * files.el (hack-local-variables-filter): Rewrite.
4947 2009-07-19  Glenn Morris  <rgm@gnu.org>
4949         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
4950         Silence compiler by only defining on XEmacs.
4952         * international/mule.el (auto-coding-regexp-alist): Only match
4953         BABYL... at the start of buffer, not of lines.  (Bug#3790)
4955         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
4956         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
4957         (cal-menu-context-mouse-menu): Doc fix.
4959         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
4961         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
4963 2009-07-18  Juri Linkov  <juri@jurta.org>
4965         * info.el: Virtual Info keyword finder.
4966         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
4967         (Info-finder-file): New variable.
4968         (Info-finder-find-file): New function.
4969         (finder-known-keywords, finder-package-info)
4970         (find-library-name, lm-commentary): Use defvar and
4971         declare-function to silence compiler warnings.
4972         (Info-finder-find-node): New function.
4973         (info-finder): New command.
4975         * subr.el (process-kill-buffer-query-function): New function.
4976         (add-hook)<kill-buffer-query-functions>: Add hook
4977         `process-kill-buffer-query-function'.
4979 2009-07-18  Alan Mackenzie  <acm@muc.de>
4981         * progmodes/cc-mode.el (c-before-hack-hook)
4982         (c-postprocess-file-styles): Give invocation of `c-set-style'
4983         DONT-OVERRIDE parameter of t.  Already set style variables will
4984         thus not be overridden by style settings given by `c-file-syle'.
4986         * files.el (hack-local-variables-filter): Remove entries with
4987         duplicate keys from `file-local-variables-alist'.
4989 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
4991         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
4992         x-set-selection if display-selections-p returns nil for the
4993         current frame.
4995 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
4997         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
4999 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
5001         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
5002         Accept nil in addition to a regexp.
5003         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
5004         Accept nil in addition to a regexp.
5005         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
5006         buffers that have an associated file.  Handle nil values of
5007         desktop-buffers-not-to-save and desktop-files-not-to-save.
5008         (Bug#3833)
5010         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
5011         (x-disown-selection-internal): New functions.
5013 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
5015         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
5016         warning.
5017         (gdb-breakpoints-header): Move forward to avoid compiler warning.
5018         (gdb-make-header-line-mouse-map): Remove duplicate definition.
5020 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
5022         * simple.el (set-mark): Revert last change.
5024 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
5026         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
5027         rendering of pngs is not possible instead of messaging a long
5028         description.
5030 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
5032         * w32-fns.el (x-selection-owner-p): New function.
5034         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
5035         (mouse-yank-at-click, mouse-yank-primary): If
5036         select-active-regions is non-nil, deactivate the mark before
5037         insertion.
5039         * simple.el (deactivate-mark, set-mark): Only save selection if we
5040         own it.
5042 2009-07-17  Kenichi Handa  <handa@m17n.org>
5044         * case-table.el (describe-buffer-case-table): Fix for the case
5045         that KEY is a cons.
5047 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
5049         * vc-rcs.el (vc-rcs-find-file-hook):
5050         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
5052 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
5054         * net/tramp.el (tramp-wait-for-output): Handle the case when
5055         commands do not return a newline but a null byte before the shell
5056         prompt.  (Bug#3858)
5058 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5060         * term/ns-win.el (ns-set-alpha): Don't declare.
5061         (ns-set-background-alpha): Remove function.
5063 2009-07-16  Kevin Ryde  <user42@zip.com.au>
5065         * emacs-lisp/copyright.el (copyright-update): Save match-data across
5066         y-or-n-p, for safety.
5068 2009-07-16  Richard Stallman  <rms@gnu.org>
5070         * files.el (auto-save-mode): If buffer-saved-size is -2,
5071         don't clobber it.
5073         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
5074         (rmail-retry-ignored-headers): Add more uninteresting fields.
5076 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
5078         * net/rcirc.el (rcirc): Use history variables.
5079         (rcirc-server-name-history, rcirc-nick-name-history)
5080         (rcirc-server-port-history): New variables.
5082 2009-07-15  Kenichi Handa  <handa@m17n.org>
5084         * international/mule-cmds.el (set-language-environment-charset):
5085         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
5086         ignore them.
5088         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
5089         Delete unibyte-display.
5091 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5093         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
5095 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
5097         * simple.el (deactivate-mark): Optional argument FORCE.
5098         (set-mark): Use deactivate-mark.
5100         * info.el (Info-search): No need to check transient-mark-mode
5101         before calling deactivate-mark.
5103         * select.el (x-set-selection): Doc fix.
5104         (x-valid-simple-selection-p): Allow buffer values.
5105         (xselect--selection-bounds): Handle buffer values.  Suggested by
5106         David De La Harpe Golden.
5108         * mouse.el (mouse-set-region, mouse-drag-track): Call
5109         copy-region-as-kill before setting the mark, to let
5110         select-active-regions work.
5112 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
5114         * simple.el (deactivate-mark): If select-active-regions is
5115         non-nil, copy the selection data into a string.
5116         (activate-mark): If select-active-regions is non-nil, set the
5117         selection to the current buffer.
5118         (set-mark): Update selection if select-active-regions is non-nil.
5120         * select.el (x-valid-simple-selection-p): Allow buffer values.
5122 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5124         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
5125         and more featureful message-mode.
5127 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
5129         * select.el (x-set-selection): Doc fix.
5130         (x-valid-simple-selection-p): Disallow selection data consisting
5131         of a list or cons of integers, since that is not used.
5132         (xselect--selection-bounds, xselect--int-to-cons): New functions.
5133         (xselect-convert-to-string, xselect-convert-to-length)
5134         (xselect-convert-to-filename, xselect-convert-to-charpos)
5135         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
5137 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
5139         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
5140         output in -break-info command (Emacs bug #3794).
5142 2009-07-14  Glenn Morris  <rgm@gnu.org>
5144         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
5145         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
5146         (edebug-print-length, edebug-print-level, edebug-print-circle)
5147         (edebug-sit-for-seconds, edebug-view-outside)
5148         (edebug-bounce-point, edebug-set-global-break-condition)
5149         (edebug-Go-nonstop-mode, edebug-trace-mode)
5150         (edebug-Trace-fast-mode, edebug-continue-mode)
5151         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
5152         (edebug-visit-eval-list): Doc fixes.
5154         * subr.el (def-edebug-spec): Doc fix.
5156 2009-07-14  Kenichi Handa  <handa@m17n.org>
5158         * international/characters.el: Fix setting of category ?C.
5160 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
5162         * term/ns-win.el (x-select-font): defalias x-select-font to
5163         ns-popup-font-panel instead of generate-fontset-menu.
5165 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
5167         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
5169 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
5171         * arc-mode.el (archive-find-type): Allow for a PK00 string before
5172         the PK\003\004 header (Bug#3770).
5174 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
5176         * pcomplete.el (pcomplete-comint-setup): Check for
5177         shell-dynamic-complete-filename too.
5179 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
5181         * simple.el (temporary-goal-column): Change the value for
5182         line-move-visual to a cons cell.
5183         (line-move-visual): Record or set the window hscroll, if
5184         necessary (Bug#3494).
5185         (line-move-1): Handle cons value of temporary-goal-column.
5187 2009-07-11  Kenichi Handa  <handa@m17n.org>
5189         * international/mule-diag.el (describe-character-set): Don't show
5190         width.
5192 2009-07-10  Sam Steingold  <sds@gnu.org>
5194         * progmodes/compile.el (compilation-mode-font-lock-keywords):
5195         Omake sometimes indents the errors it prints, so allow all
5196         regexps to start with spaces.
5198 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
5200         * cus-edit.el (customize-changed-options-previous-release):
5201         Bump value to 22.1.  (Bug#3804)
5203 2009-07-08  Sam Steingold  <sds@gnu.org>
5205         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
5206         to be a cons cell (test . ignored-directory) to selectively ignore
5207         some directories depending on the location of the search.
5209 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
5211         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
5212         remote user is root, on the local host.
5213         (tramp-local-host-p): Either the local user or the remote user
5214         must be root.  (Bug#3771)
5216 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
5218         * progmodes/gdb-mi.el (gdb): Remove description of
5219         gdb-use-separate-io-buffer.
5220         (menu): Don't allow toggling of or enable
5221         gdb-use-separate-io-buffer from menubar.
5223 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
5225         * mail/unrmail.el (unrmail): Make sure the message ends with two
5226         newlines (Bug#3769).
5228 2009-07-08  Glenn Morris  <rgm@gnu.org>
5230         * calendar/calendar.el (calendar-current-date): Rework previous change.
5232 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
5234         * calendar/calendar.el (calendar-current-date):
5235         Add an optional argument giving an offset from today.
5237 2009-07-08  Glenn Morris  <rgm@gnu.org>
5239         * tutorial.el (tutorial--describe-nonstandard-key):
5240         Adjust the message for when a key has been unbound.
5241         (help-with-tutorial): Hide the arch-tag.
5243 2009-07-08  Kenichi Handa  <handa@m17n.org>
5245         * international/fontset.el (setup-default-fontset): For each
5246         script, append (not set) font-specs.
5248         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
5249         docstring.
5251 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
5253         * progmodes/gdb-mi.el (gdb-init-1): Move sending
5254         -data-list-register-names to ...
5255         (gdb-starting): ... here because GDB 7.0 requires execution to
5256         have started when using this MI command.
5257         (gdb-set-header): New function to distinguish select and
5258         unselected tabs in gdb buffers.
5259         (gdb-propertize-header): New macro that uses gdb-set-header.
5260         (gdb-breakpoints-header, gdb-locals-header): Use it.
5261         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
5263 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
5265         * Makefile.in (ELCFILES): Remove fadr.elc.
5267 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
5269         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
5270         may contain frame information, so `string-match' should be used.
5271         (gdb-update): Disassembly is invalidated through
5272         `gdb-get-selected-frame'.
5273         (gdb-pad-string): New function to pad string with spaces.
5274         (gdb-invalidate-disassembly): Invalidate only if the buffer
5275         exists.
5276         (gdb-disassembly-handler-custom): Column alignment.
5277         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
5278         placing new ones.
5279         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
5280         end of line, too.
5281         (gdb-frame-handler): Match convention to for disassembly buffer
5282         mode name.
5283         (gdb-stack-list-frames-handler): Rewritten without regexps.
5284         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
5285         not highlight breakpoints without line information.
5286         (gdb-input): Add trailing newline to command.
5288         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
5289         buffer properly.
5290         (gdb-breakpoints-list-handler-custom): Replacement for
5291         `gdb-break-list-handler'.  Using real parser instead of regexps
5292         now.
5293         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
5294         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
5295         to place breakpoints.
5296         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
5297         functions.
5298         (gdb-disassembly-handler-custom): Show overlay arrow.
5299         (gdb-disassembly-place-breakpoints): Show breakpoints in
5300         disassembly buffer.
5301         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5302         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
5303         instead of parsing breakpoints buffer.  Fixed old menu references
5304         in `gud-menu-map'.
5306         * fadr.el: Remove.
5308         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
5309         (gdb-memory-address): New variable which holds top address of
5310         memory page shown in memory buffer.
5311         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
5312         customization variables.
5313         New functions:
5314         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
5315         display the memory buffer.
5316         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
5317         buffer display parameters.
5318         (def-gdb-memory-format, gdb-memory-format-binary)
5319         (gdb-memory-format-octal, gdb-memory-format-unsigned)
5320         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
5321         Functions for setting memory buffer format.
5322         (gdb-memory-unit-word, gdb-memory-unit-halfword)
5323         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
5324         unit size used in memory buffer.
5325         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
5326         to next/previous page of memory buffer.
5327         Now using (bindat-get-field) instead of fadr functions.
5329 2009-07-07  Sam Steingold  <sds@gnu.org>
5331         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
5332         non-top-level files.
5334 2009-07-07  Kenichi Handa  <handa@m17n.org>
5336         * international/mule-cmds.el (reset-language-environment): Put
5337         the highset priority to the charset iso-8859-1.
5339 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
5341         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
5342         to the end of the line when locating the block (Bug#700).
5344 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
5346         * net/tramp.el (tramp-handle-write-region): Flush file properties
5347         in case of short track.
5349 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
5351         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
5352         representation of verilog error regular expressions to work with
5353         Emacs-22's new format.
5354         (verilog-error-regexp-xemacs-alist): Coded custom representation
5355         of verilog error regular expressions to work with XEmacs format.
5356         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
5357         error recognition into XEmacs.
5358         (verilog-error-regexp-add-emacs): Hook routine to install verilog
5359         error recognition into Emacs-22.
5361 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
5363         * woman.el: Remove stand-alone closing parentheses.
5364         (woman-file-name, woman2-format-paragraphs)
5365         (woman-leave-blank-lines): Code cleanup.
5366         (woman-use-own-frame): Change default to nil.
5367         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
5368         defaults to inherit from default faces.
5369         (woman2-process-escapes): Consume the newline after a stand-alone
5370         filler character (Bug#3651).
5372 2009-07-06  Glenn Morris  <rgm@gnu.org>
5374         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
5375         (top-level): Move provide to the end.
5376         (ffap): Remove defunct URL from custom group.
5378         * subr.el (eval-after-load): Doc fix.
5380 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
5382         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
5383         `calc-embedded-word' is called twice.
5385 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5387         * files.el (find-alternate-file-other-window, find-alternate-file):
5388         Obey confirm-nonexistent-file-or-buffer.
5390 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
5392         * dired-aux.el (dired-show-file-type): Handle remote files.
5394 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
5396         * desktop.el (desktop-globals-to-save):
5397         Add file-name-history (Bug#2750).
5399 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
5401         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
5403 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
5405         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
5406         property on entire argument since this is what eshell-lisp-command
5407         expects.
5409 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
5411         * net/tramp-gvfs.el (tramp-gvfs-methods)
5412         (tramp-gvfs-zeroconf-domain)
5413         (tramp-bluez-discover-devices-timeout): Add version flag.
5414         (tramp-gvfs-handler-mounted-unmounted)
5415         (tramp-gvfs-connection-mounted-p): Polish handling of
5416         incompatibilities between GVFS 0.2 and 1.0.
5418 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
5420         * cus-start.el (all): Add make-pointer-invisible.
5422 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
5424         * calc-math.el (math-use-emacs-fn): Make sure that the number is
5425         formatted correctly.
5427 2009-07-02  Juri Linkov  <juri@jurta.org>
5429         * info.el: Virtual Info files and nodes.
5430         (Info-virtual-files, Info-virtual-nodes): New variables.
5431         (Info-current-node-virtual): New variable.
5432         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
5433         New functions.
5434         (Info-file-supports-index-cookies): Use Info-virtual-file-p
5435         to check for a virtual file instead of checking a fixed list
5436         of node names.
5437         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
5438         instead of ad-hoc processing of "dir" and (apropos history toc).
5439         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
5440         instead of ad-hoc processing of "dir" and (apropos history toc).
5441         Reread a file when moving from a virtual node.
5442         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
5443         (Info-directory-toc-nodes, Info-directory-find-file)
5444         (Info-directory-find-node): New functions.
5445         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
5446         (Info-history): Move part of code to
5447         `Info-history-find-node'.
5448         (Info-history-toc-nodes, Info-history-find-file)
5449         (Info-history-find-node): New functions.
5450         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
5451         (Info-toc): Move part of code to `Info-toc-find-node'.
5452         (Info-toc-find-node): New function.
5453         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
5454         the current Info file name to references because now the node
5455         "*TOC*" belongs to the same Info manual.
5456         (Info-toc-build): Rename from `Info-build-toc'.
5457         (Info-toc-nodes): Rename input argument `file' to `filename'.
5458         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
5459         instead of ad-hoc processing of ("dir" apropos history toc).
5460         (Info-index-nodes): Use Info-virtual-file-p
5461         to check for a virtual file instead of checking a fixed list
5462         of node names.
5463         (Info-index-node): Add check for `Info-current-node-virtual'.
5464         Raise `save-match-data' higher up the tree to contain
5465         `search-forward' too (bug fix).
5466         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
5467         (Info-virtual-index-nodes): New variable.
5468         (Info-virtual-index-find-node, Info-virtual-index): New functions.
5469         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
5470         (Info-apropos-file, Info-apropos-nodes): New variables.
5471         (Info-apropos-toc-nodes, Info-apropos-find-file)
5472         (Info-apropos-find-node, Info-apropos-matches): New functions.
5473         (info-apropos): Move part of code to `Info-apropos-find-node' and
5474         `Info-apropos-matches'.
5475         (Info-mode-map): Bind "I" to `Info-virtual-index'.
5476         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
5477         for a virtual file instead of checking a fixed list of node names.
5479         * simple.el (async-shell-command): New command.
5481         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
5483         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
5484         instead of `mount-info'.
5486 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
5488         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
5489         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
5491 2009-07-02  Kenichi Handa  <handa@m17n.org>
5493         * international/mule.el (set-keyboard-coding-system): Force *-unix
5494         coding-system to avoid eol conversion.
5496 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
5498         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
5499         Add handler for `process-file', `shell-command' and
5500         `start-file-process'.
5501         (tramp-gvfs-handle-shell-command)
5502         (tramp-gvfs-handle-start-file-process)
5503         (tramp-gvfs-handle-process-file): New defuns.
5504         (tramp-synce-list-devices): Simplify check for existence of property.
5506 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
5508         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
5510 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
5512         * language/korean.el (set-language-info-alist): Add korean-cp949,
5513         cp949 to spec.
5515 2009-07-01  Kenichi Handa  <handa@m17n.org>
5517         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
5519         * international/encoded-kb.el: Deleted.
5521         * international/mule.el (set-keyboard-coding-system): Perform the
5522         necessary setup here instead of calling encoded-kbd-setup-display.
5524 2009-07-01  Glenn Morris  <rgm@gnu.org>
5526         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
5528 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
5530         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
5532 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
5534         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
5535         Handle also the 'rename case, when setting file modes.  (Bug#3712)
5536         (tramp-default-file-modes) Remove execute permissions.
5538         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
5539         (top): Add a default for "synce" in `tramp-default-user-alist'.
5540         Add completion function for "synce" method.
5541         (tramp-hal-service, tramp-hal-path-manager)
5542         (tramp-hal-interface-manager, tramp-hal-interface-device):
5543         New defconst.
5544         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
5545         (tramp-synce-list-devices, tramp-synce-parse-device-names):
5546         New defuns.
5548         * net/trampver.el: Update release number.
5550 2009-06-30  Kenichi Handa  <handa@m17n.org>
5552         * international/fontset.el (setup-default-fontset): Add CJK fonts
5553         for symbols and the other miscellaneous characters.
5555         * language/korea-util.el (setup-korean-environment-internal):
5556         Make char-width-table suitable for Korean environments.
5557         (exit-korean-environment): Cancel above.
5559         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5560         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
5561         setup-funcion to make char-widht-table suitable for respective
5562         environments, and an exit-function to cancel that.
5564         * language/japan-util.el (setup-japanese-environment-internal):
5565         Call use-cjk-char-width-table with arg `ja_JP'.
5567         * international/characters.el (cjk-char-width-table): Delete it.
5568         (cjk-char-width-table-list): New variable.
5569         (use-cjk-char-width-table): New arg local-name.
5570         (use-default-char-width-table): Fix for the case that Emacs is
5571         already using the default char-width-table.
5573 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
5575         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
5576         modes mandatory.  (Bug#3712)
5578 2009-06-29  Alan Mackenzie  <acm@muc.de>
5580         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
5581         correction between the visible width of TABs and their number of bytes.
5583 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
5585         * server.el (server-buffer-done): Prevent kill-buffer from
5586         prompting by clearing the buffer modification flag (Bug#3696).
5588 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
5590         * verilog-mode.el (verilog-beg-of-statement)
5591         (verilog-endcomment-reason-re): Support unique case and priority case.
5592         (verilog-basic-complete-re): Support localparam lineup.
5593         (verilog-beg-of-statement-1): Fix for robustness, unique case.
5594         (verilog-set-auto-endcomments): Fix for unique case, always_comb
5595         commenting.
5596         (verilog-leap-to-case-head): Now support *nested* unique &
5597         priority case statements.
5598         (verilog-auto-lineup): Make just declarations the default (as it
5599         had been).
5600         (verilog-leap-to-case-head): Support priority/unique case statements.
5601         (verilog-auto-lineup): Rework to give users radio buttons to
5602         select the various styles of automatic lineup.
5603         (verilog-error-regexp-alist): Rework to support the XEmacs style
5604         of error regular expressions from compilers, lint tools &
5605         simulators.  Note that GNU Emacs has made it impossible for a mode
5606         to load such things.
5607         (electric-verilog-terminate-line, verilog-indent-declaration)
5608         (verilog-auto-wiure): Rework for radio button selection of
5609         auto-lineup selection of specification of auto lineup.
5610         (verilog-beg-of-statement-1): Redesign to support proper operation
5611         in additional code, based on testing with auto-lineup.
5612         (verilog-calculate-indent, assignments & declarations)
5613         (verilog-backward-token): Enhance to support auto-lineup of
5614         assignments & declarations.
5615         (verilog-in-directive-p, verilog-at-struct-p): New function for
5616         easy test of whether we are.
5617         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
5618         to support safe execution at almost anyline.
5619         (verilog-calc-1): Properly support indenting deep inside generate
5620         blocks.
5621         (verilog-init-font) Remove definition & use of verilog-init-font,
5622         as it is redundant with font-lock-defaults.
5623         (verilog-mode): Alter the definition of verilog-font-lock-defaults
5624         to avoid circular calls if syntax-ppss is a function (as is the
5625         case now in 22.x GNU Emacs) as that function would sometimes call
5626         itself, leading to (nearly) infinite recursion.
5627         (verilog-ovm-begin-re, verilog-ovm-end-re)
5628         (verilog-ovm-statement-re, verilog-leap-to-head)
5629         (verilog-backward-token): Add support for OVM macros.  Some are
5630         complete statements, and others open and close scopes like begin
5631         and end.
5632         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
5633         (verilog-defun-level-generate-only-re): Really fix the defun-list
5634         compilation issue.
5635         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
5636         coverpoint, constraint and cross statements.
5637         (verilog-defun-level-list, verilog-generate-defun-level-list)
5638         (verilog-all-defun-level-list): Redo these specifications - it is
5639         too hard to support eval-when compile aggregation of lists also
5640         built at when-compile time.
5641         (verilog-defun-level-list): Place defconsts of variables used in
5642         building regular expressions which are built in eval-when-compile
5643         bodies in the same eval-when-compile body to facilitate compile
5644         without load.
5645         (verilog-beg-block-re-ordered): Support indenting
5646         virtual/protected tasks and functions.
5647         (verilog-defun-level-list, verilog-in-generate-region-p)
5648         (verilog-backward-ws&directives, verilog-calc-1): Speed up
5649         indentation of some module items (generate items).
5650         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
5651         across virtual/protected tasks and functions.
5653 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
5655         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
5656         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
5657         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
5658         in concatenations.  Reported by Yishay Belkind.
5659         (verilog-auto-ascii-enum): Support one-hot state machines in
5660         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
5661         (verilog-auto-inst, verilog-auto-inst-port): Include interface
5662         modport in AUTOINST and add vl-modport for users.  Reported by
5663         David Rogoff.
5664         (verilog-auto-inout-module, verilog-auto-inst)
5665         (verilog-decls-get-interfaces, verilog-insert-definition)
5666         (verilog-insert-one-definition, verilog-read-decls)
5667         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
5668         (verilog-sig-modport, verilog-signals-combine-bus)
5669         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
5670         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
5671         Suggested by David Rogoff.
5672         (verilog-repair-open-comma): Fix non-insertion of comma when
5673         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
5674         (verilog-make-width-expression): Simplify [A-1:0] expression
5675         widths to just {A{1'b0}}.
5676         (verilog-mode): Cleanup checkdoc warnings.
5677         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
5678         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
5679         inputs/outputs or data type.  Suggested by Vasu Kandadi.
5680         (next-error-last-buffer): Fix byte-compiler warning.
5681         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
5682         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
5683         or shell command text during AUTO expansion.  Suggested by Tad Truex.
5684         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
5685         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
5686         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
5687         in AUTOINOUT.  Reported by Matthew Lovell.
5688         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
5689         causing use of <= assignments.  Reported by Alex Reed.
5690         (verilog-read-decls): Fix triand, trior, wand, wor to be
5691         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
5692         (verilog-extended-complete-re): Support import "DPI-C" functions.
5693         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
5694         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
5695         (verilog-insert-date, verilog-insert-year)
5696         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
5697         Windows systems.  Reported by Michael Potts.
5698         (verilog-read-module-name): Fix AUTOINST when the child module
5699         declaration's name is a tick define.  Reported by Elliot Mednick.
5700         (verilog-read-decls): Fix V2K parameter bit subscripts getting
5701         passed to next parameter's definition.  Reported by Bruce T.
5702         (verilog-read-decls): Fix detecting "parameter int" when using
5703         AUTOINSTPARAM.  Reported by Bruce T.
5704         (verilog-goto-defun): Fix goto not finding modules unless first
5705         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
5706         (verilog-mode): Expand -f flag arguments on entry to mode so
5707         verilog-goto-defun will work.  Reported by Lawrence Butcher.
5708         (verilog-getopt): Expand environment variables in -f file
5709         arguments.  Suggested by Lawrence Butcher.
5710         (verilog-set-define): Fix "Symbol's value as variable is void"
5711         when reading enumerations.
5712         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
5713         Suggested by Stephen Peltan.
5714         (verilog-read-defines): Fix reading of enumerations in include
5715         files.  Reported by Steve Peltan.
5717 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5719         * files.el (trash-directory): Fix defcustom type.
5721 2009-06-28  Juri Linkov  <juri@jurta.org>
5723         * help-fns.el (describe-function-1): Correctly locate adviced
5724         functions in hyperlink (Bug#2438).
5726 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
5728         * files.el (trash-directory): Change default to nil.
5729         (move-file-to-trash): If trash-directory is nil and
5730         system-move-file-to-trash is unbound, perform freedesktop-style
5731         trashing.
5733 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
5735         * files.el (move-file-to-trash): Add freedesktop trash
5736         support (Bug#973).
5738 2009-06-28  Glenn Morris  <rgm@gnu.org>
5740         * autorevert.el (global-auto-revert-non-file-buffers)
5741         (global-auto-revert-mode): Doc fixes.
5743 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
5745         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
5747 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
5749         * faces.el (x-handle-named-frame-geometry): Ensure that we have
5750         opened an X connection before calling x-get-resource (Bug#3194).
5752         * play/doctor.el: Remove reference to obsolete website.
5753         (make-doctor-variables): Correct grammar mistake (Bug#2633).
5755 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
5757         Remove find-file-not-found-hook VC method.  (Bug#2757)
5758         * vc-hooks.el (vc-file-not-found-hook)
5759         (vc-default-find-file-not-found-hook): Remove functions.
5760         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
5761         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
5762         * vc.el:
5763         * vc-hg.el:
5764         * vc-git.el: Do not mention find-file-not-found-hook VC method.
5766 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
5768         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
5769           compatibility function for `looking-back'.
5771         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
5772         Use `ispell-looking-back'.
5774 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
5776         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
5777         rather than `filename'.
5779 2009-06-23  Miles Bader  <miles@gnu.org>
5781         * face-remap.el (text-scale-set): New function.
5783 2009-06-23  Glenn Morris  <rgm@gnu.org>
5785         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5787         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
5789         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
5791         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
5793         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5794         Simplify Persian conditionals.
5796         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
5797         variable `filename'.
5799         * comint.el (comint-insert-input): Doc fix.
5801         * Makefile.in (ELCFILES): Fix typo in previous change.
5803 2009-06-23  Miles Bader  <miles@gnu.org>
5805         * cus-start.el: Add entry for `recenter-redisplay'.
5807 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5809         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
5810         Add an optional argument for the backend, use it instead of
5811         calling vc-backend.
5812         (vc-mode-line): Add an optional argument for the backend.
5813         Pass the backend to vc-state and vc-working-revision.  Move code for
5814         special handling for vc-state being a buffer to ...
5816         * vc-rcs.el (vc-rcs-find-file-hook):
5817         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
5819         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
5820         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
5821         vc-stay-local-p and vc-mode-line calls.
5823         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
5824         (vc-cvs-diff, vc-cvs-annotate-command)
5825         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
5826         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
5827         vc-mode-line calls.
5829         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
5830         direct comparison.
5831         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
5832         backend when calling vc-mode-line.
5833         (vc-register): Do not create a closure for calling the vc register
5834         function, call it directly.
5836 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
5838         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
5839         to make it obvious item can be clicked.
5841         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
5843 2009-06-23  Kenichi Handa  <handa@m17n.org>
5845         * language/korea-util.el (korean-key-bindings): Change the binding
5846         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
5847         same command.
5849 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
5851         Sync with Tramp 2.1.16.
5853         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
5855         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
5856         when a loading of a package fails.  Completion function for rsync
5857         is `tramp-completion-function-alist-ssh'.
5858         (all): Replace all calls of `split-string' and
5859         `tramp-split-string' by `tramp-compat-split-string'.
5860         (tramp-default-method): Use `tramp-compat-process-running-p'.
5861         (tramp-default-proxies-alist): Allow also Lisp forms.
5862         (tramp-remote-path): Add choice "Private Directories".
5863         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
5864         (tramp-domain-regexp): Allow also "-", "_" and ".".
5865         (tramp-end-of-output): Remove newlines, and add "$" at the end.
5866         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
5867         (tramp-debug-message): Insert header line in debug buffer.
5868         (tramp-handle-directory-files-and-attributes-with-stat):
5869         Care about filenames with spaces, or starting with "-".
5870         (tramp-handle-dired-uncache): New defun.
5871         (tramp-handle-insert-directory): Don't flush the directory from
5872         cache, this is handled by `dired-uncache' now.
5873         (tramp-handle-insert-file-contents): Improve error handling.
5874         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
5875         Quote `tramp-end-of-output'.
5876         (tramp-action-password): Improve trace message.
5877         (tramp-check-for-regexp): Both echoes must be present, before removing.
5878         (tramp-open-connection-setup-interactive-shell): Trace coding system.
5879         (tramp-compute-multi-hops): Eval cons cells of
5880         `tramp-default-proxies-alist'.
5881         (tramp-maybe-open-connection): Use the same command pattern for
5882         first hop and further hops.
5883         (tramp-wait-for-output): Remove handling of newlines.
5884         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
5885         (tramp-split-string): Remove function.  It is handled in
5886         tramp-compat now.
5888         * net/tramp-cmds.el (tramp-bug):
5889         Recommend `tramp-cleanup-all-connections' in the bug mail.
5891         * net/tramp-compat.el (tramp-compat-split-string)
5892         (tramp-compat-process-running-p): New defuns.
5894         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
5895         for `dired-uncache'.
5897         * net/tramp-gvfs.el: New package.
5899         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5900         Add handler for `dired-uncache'.
5901         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
5903         * net/trampver.el: Update release number.  Make version check fit
5904         for SXEmacs 22.
5906 2009-06-22  Jim Meyering  <meyering@redhat.com>
5908         Automatically handle .xz suffix (XZ-compressed files), too.
5909         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
5910         XZ is the successor to LZMA: <http://tukaani.org/xz/>
5912 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
5913             Nick Roberts  <nickrob@snap.net.nz>
5915         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
5916         repository (http://sphinx.net.ru/hg/gdb-mi/).
5918 2009-06-22  Glenn Morris  <rgm@gnu.org>
5920         * files.el (dir-locals-collect-mode-variables): Allow for any number of
5921         `mode' and `eval' entries.  (Bug#3430)
5923         * Makefile.in (ELCFILES): Add fadr.elc.
5925         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
5926         differing behavior of \n and ^ in strings.  (Bug#3385)
5928         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
5930         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
5931         property.
5932         (lisp-indent-function): Make it a defcustom.
5934 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
5936         * progmodes/gdb-ui.el: Replace with ...
5937         * progmodes/gdb-mi.el: ... this file.
5938         * progmodes/gud.el: Modify for gdb-mi.el.
5940 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
5942         * fadr.el: New file.
5944 See ChangeLog.14 for earlier changes.
5946 ;; Local Variables:
5947 ;; coding: utf-8
5948 ;; End:
5950     Copyright (C) 2009  Free Software Foundation, Inc.
5952   This file is part of GNU Emacs.
5954   GNU Emacs is free software: you can redistribute it and/or modify
5955   it under the terms of the GNU General Public License as published by
5956   the Free Software Foundation, either version 3 of the License, or
5957   (at your option) any later version.
5959   GNU Emacs is distributed in the hope that it will be useful,
5960   but WITHOUT ANY WARRANTY; without even the implied warranty of
5961   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
5962   GNU General Public License for more details.
5964   You should have received a copy of the GNU General Public License
5965   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
5967 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1