(vc-delete-file): Don't try to resynch the buffer.
[emacs.git] / lisp / ChangeLog
blob14773bad0834e9788f332a8f89c6a9332d0fef0d
1 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * vc.el (vc-delete-file): Don't try to resynch the buffer.
5 2008-05-23  Paul R  <paul.r.ml@gmail.com>
7         * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
8         * textmodes/reftex.el (reftex-extra-bindings-map): New var.
9         (reftex-extra-bindings): Use it.
11         * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
12         away from the user-reserved keys.
14         * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
15         New vars.
16         (ada-create-keymap): Use them.
18 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20         * emacs-lisp/regexp-opt.el (regexp-opt): Always return
21         a properly-grouped regexp.
23 2008-05-23  Juanma Barranquero  <lekktu@gmail.com>
25         * progmodes/cap-words.el (capitalized-words-mode):
26         Fix typos in docstring.
28 2008-05-23  Kenichi Handa  <handa@m17n.org>
30         * international/mule-conf.el: Don't define the charset `emacs'
31         here, just put :docstring, :short-name, and :long-name.
33 2008-05-22  Kenichi Handa  <handa@m17n.org>
35         * international/mule-diag.el (font-show-log): Limit each listing
36         to 20 items.
38 2008-05-23  Nick Roberts  <nickrob@snap.net.nz>
40         * progmodes/gdb-ui.el (gdb-enable-debug): New function.
41         (gdb-annotation-rules): New entry for "thread-changed".
42         (gdb-thread-changed): New function.
44 2008-05-23  Glenn Morris  <rgm@gnu.org>
46         * Makefile.in (SOURCES): Remove, unused.
47         (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
48         (TAGS, TAGS-LISP): Use a single rule with multiple targets.
49         Exclude more '*loaddefs' files.
50         (compile-always): Simplify '.elc' deletion.
52 2008-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
54         * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
55         (vc-bzr-revision-completion-table): Handle `boundaries' argument.
57         * minibuffer.el (completion-boundaries): Change calling
58         convention, so `string' has the same semantics as in
59         try-completion and all-completions.
60         (completion-table-with-context, completion--embedded-envvar-table)
61         (completion--file-name-table)
62         (completion-pcm--find-all-completions): Adjust code accordingly.
64 2008-05-22  Chong Yidong  <cyd@stupidchicken.com>
66         * image-mode.el (image-mode-winprops): Add argument CLEANUP to
67         prune image-mode-winprops-alist, preventing it from growing
68         indefinitely.
69         (image-mode-reapply-winprops): Use it.
71 2008-05-22  Teodor Zlatanov  <tzz@lifelogs.com>
73         * net/netrc.el (netrc-machine): Always match if the port is not given.
75 2008-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * minibuffer.el (completion-pcm--find-all-completions):
78         Don't add pseudo-completions.
80         * icomplete.el (icomplete-eoinput): Remove.
81         (icomplete-overlay): New var to replace it.
82         (icomplete-tidy): Rewrite.
83         (icomplete-exhibit): Use an overlay.
84         (icomplete-completions): Use completion-all-sorted-completions.
85         Obey completion-ignore-case.
87         * files.el (locate-dominating-file): Accept non-existing argument.
88         (project-find-settings-file): Rewrite, using locate-dominating-file.
90 2008-05-22  Kenichi Handa  <handa@m17n.org>
92         * faces.el (font-weight-table, font-slant-table, font-width-table):
93         Delete them.  Don't call internal-set-font-style-table.
95         * international/mule-diag.el (font-show-log): New function.
97         * international/fontset.el (script-representative-chars): Add more
98         chars for latin.  Add data for symbol.
99         (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
101 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
103         * minibuffer.el (completion-all-sorted-completions): New var.
104         (completion--flush-all-sorted-completions)
105         (completion-all-sorted-completions): New functions.
106         (minibuffer-force-complete): New command.
108 2008-05-21  Glenn Morris  <rgm@gnu.org>
110         * files.el (c-postprocess-file-styles): Declare for compiler.
112         * Makefile.in: Allow for parallel byte-compiling.
113         (ELCFILES): New variable.
114         (.el.elc): Remove prerequisites from suffix rule.  Print a message.
115         (compile-first, compile-main, compile-last): New targets.
116         (compile-always): Simplify - delete .elc files, then `make compile'.
118         * Makefile.in (compile-calc): Use glob rather than find.
119         ($(lisp)/progmodes/cc-mode.elc): Use $@.
121         * eshell/esh-module.el: No need for cl when compiling.
123         * eshell/eshell.el (eshell-defgroup): New alias.
124         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
125         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
126         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
127         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
128         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
129         * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
130         Autoload the custom group.  Set generated-autoload-file.
131         * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
132         for eshell-defgroup.
133         * eshell/esh-module.el (eshell-load-defgroups): Remove.
134         Require esh-groups rather than loading it.
136 2008-05-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
138         * proced.el (proced-header-line): New variable and new function.
139         (proced-mode): Set header-line-format.
140         (proced-update): Set proced-header-line.
141         (proced-send-signal): Use proced-header-line.
143 2008-05-21  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * macros.el (insert-kbd-macro): Use prin1-char.
147 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
149         * minibuffer.el (completion-boundaries): New function.
150         (completion--some): Delay errors.
151         (complete-with-action, completion-table-with-context):
152         Handle `boundaries' case.
153         (completion--try-word-completion): Avoid partial-completion
154         when the user hasn't entered anything yet.
155         (minibuffer-local-map, minibuffer-local-filename-completion-map)
156         (minibuffer-local-must-match-map, minibuffer-local-completion-map)
157         (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
158         Setup default keybindings.
159         (completion--embedded-envvar-re): New var.
160         (completion--embedded-envvar-table): Use it.  Handle `boundaries' case.
161         (completion--file-name-table): Handle `boundaries' case.
162         (completion-pcm--pattern->regex): Avoid pathological backtracking.
163         (completion-pcm--all-completions): Add a `prefix' arg.
164         (completion-pcm--find-all-completions): New function.
165         (completion-pcm-all-completions, completion-pcm-try-completion):
166         Use it.
168         * icomplete.el (icomplete-completions): Don't use `predicate' with
169         a table of a different type than `candidates'.
171 2008-05-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
173         * proced.el (proced-goal-column): Rename from proced-procname-column.
174         (proced-goal-header-re): Rename from proced-procname-column-regexp.
175         (proced-move-to-goal-column): Rename from proced-move-to-procname.
176         (proced-header-face, proced-header-regexp): Remove.
177         (proced-font-lock-keywords): Remove proced-header-face.
178         (proced-header-alist, proced-sorting-schemes-re): New variables.
179         (proced): Rename Proced buffer to *Proced*.
180         (proced-next-line, proced-previous-line): New commands.
181         (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
182         (proced-hide-processes): Do not treat first line as special.
183         (proced-header-space): New function.
184         (proced-update): Use header-line-format.
185         Initialize proced-header-alist and proced-sorting-schemes-re.
186         Set proced-goal-column.  Include proced-command in mode-name.
187         (proced-send-signal): Use header-line-format for *Marked
188         Processes* buffer.
189         (proced-sort): Restrict minibuffer completion to applicable
190         sorting schemes.
191         (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
193 2008-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
195         * icomplete.el (icomplete-simple-completing-p):
196         Allow icomplete-with-completion-tables to say "use it everywhere".
197         (icomplete-completions): Obey completion-styles.  Try to accommodate
198         partial-completion style.
200 2008-05-20  Michael Olson  <mwolson@gnu.org>
202         * files.el (project-find-settings-file): Change concat to
203         expand-file-name.
205 2008-05-19  Tom Tromey  <tromey@redhat.com>
207         * files.el (normal-mode): Call hack-project-variables.
208         (hack-local-variables-confirm): Add 'project' argument.
209         (hack-local-variables-apply): New function.
210         (hack-local-variables): Use it.
211         (project-class-alist, project-directory-alist): New variables.
212         (project-get-alist): New function.
213         (project-collect-bindings-from-alist)
214         (project-collect-binding-list, set-directory-project)
215         (project-find-settings-file, project-define-from-project-file)
216         (hack-project-variables): New functions.
218 2008-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
222 2008-05-19  Juanma Barranquero  <lekktu@gmail.com>
224         * faces.el (font-weight-table): Fix typo in docstring.
226 2008-05-18  David Hull  <david@snap.com>  (tiny change)
228         * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
229         (vc-hg-annotate-command): Allow white space before version number.
231 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
233         * calc/calc-yank.el (calc-register-alist): New variable.
234         (calc-set-register,calc-get-register,calc-copy-to-register)
235         (calc-insert-register,calc-add-to-register,calc-append-to-register)
236         (calc-prepend-to-register): New functions.
238         * calc/calc-ext.el (calc-init-extensions): Add keybindings for
239         `calc-copy-to-register' and `calc-insert-register'.
240         Autoload new register functions.
242         * calc/calc-help.el (calc-r-prefix-help): Add help for register
243         functions.
245 2008-05-18  Dan Nicolaescu  <dann@ics.uci.edu>
247         * vc.el (Todo): Add known problems.
248         (vc-dir-backend): New variable.
249         (vc-dir): Set it.
250         (vc-make-backend-object, vc-generic-status-printer)
251         (vc-generic-state, vc-generic-status-fileinfo-extra)
252         (vc-dir-extra-menu): Use it.
253         (vc-generic-dir-headers): Remove, unused.
255         * vc-dispatcher.el (vc-dir-previous-directory): Rename from
256         vc-dir-prev-directory for consistency with vc-dir-previous-line.
257         (vc-dir-mode-map): Fix bindings.
259         * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
261 2008-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
263         * calc/calc-yank.el (calc-kill): Make sure that only the stack is
264         operated on.
265         (calc-kill-region): Kill entire lines.
267 2008-05-17  Glenn Morris  <rgm@gnu.org>
269         * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
270         simplify initial value.
271         (defezimage): Drop support for Emacs without defimage, use a featurep
272         test rather than fboundp when defining, drop with-no-warnings.
273         (ezimage-insert-over-text): Move featurep test inside
274         add-text-properties.
276         * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
278         * net/tramp.el (top-level): Load auth-source when compiling.
280         * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
282 2008-05-17  Andreas Schwab  <schwab@suse.de>
284         * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
286 2008-05-17  Dan Nicolaescu  <dann@ics.uci.edu>
288         * vc.el (vc-annotate-show-diff-revision-at-line): Change
289         vc-diff-internal arg to match what vc-deduce-fileseset returns now.
291 2008-05-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
293         * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
295 2008-05-17  Jim Meyering  <meyering@redhat.com>
297         * ido.el (ido-save-history): Do not emit a trailing newline at the
298         end of the ido history file.
300 2008-05-16  John Paul Wallington  <jpw@pobox.com>
302         * vc-dispatcher.el (top-level): Revert previous change: require cl
303         when compiling.
305 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
307         * vc.el (vc-default-status-printer)
308         (vc-default-prettify-state-info): Enhance the state prettyprinter
309         to deal better with unknown states and indirect through it when
310         painting vc-dir buffers.
312 2008-05-16  John Paul Wallington  <jpw@pobox.com>
314         * vc-dispatcher.el (top-level): Don't require cl when compiling.
315         (vc-dir-mode-map): Fix backquote.
316         (vc-at-event): Doc fix.  Use `make-symbol' instead of `gensym'.
318 2008-05-16  Michael Albinus  <michael.albinus@gmx.de>
320         * net/tramp.el (tramp-handle-write-region): Fix check for short track.
321         Reported by Glenn Morris <rgm@gnu.org>.
323 2008-05-16  Eric S. Raymond  <esr@snark.thyrsus.com>
325         * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
326         the end of the file, it was good work at one time but has been
327         stale since 1995 and may now be actively misleading.
328         * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
329         CVS repository and module (assumptions for the latter a bit iffy).
330         * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
331         SVN repository.
333 2008-05-16  Juanma Barranquero  <lekktu@gmail.com>
335         * vc-rcs.el (vc-rcs-create-tag):
336         * vc-sccs.el (vc-sccs-create-tag):
337         Fix typo in error message and pass backend arg.
339 2008-05-15  Michael Albinus  <michael.albinus@gmx.de>
341         * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
343 2008-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
345         * net/tramp.el: Load auth-source library.
346         (tramp-read-passwd): Use it for password, not login.
348 2008-05-15  Shigeru Fukaya  <shugeru.fukaya@gmail.com>
350         * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
351         (ses-print-cell): Use string-width, truncate-string-to-width,
352         delete-region rather than length, substring, delete-char.
353         (ses-setup): Set inhibit-point-motion-hooks to t.
354         Calculate position by actually moving point rather than just using
355         unibyte character length.
356         (ses-mode): Set indent-tabs-mode to nil.
357         (ses-center): Use string-width rather than length.
359 2008-05-15  Eric S. Raymond  <esr@snark.thyrsus.com>
361         * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
362         * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
363         Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
364         vc-*-create-tag and vc-*-retrieve-tag respectively.
366         * vc-dispatcher.el: Fix an incorrect buffer name and remove an
367         unneeded defalias.
369         * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
371         * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
372         about buffer names.
374 2008-05-15  Glenn Morris  <rgm@gnu.org>
376         * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
378         * org/org-exp.el (org-infojs-options-inbuffer-template):
379         Fix declaration.
381         * progmodes/cc-mode.el (declare-function): Add compat definition.
382         (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
384 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
386         * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
387         list to a cons so the caller can get back both expanded and
388         unexpanded filesets.
389         * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
390         (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
391         Change handling of selection-set returns as required.
393 2008-05-15  John Paul Wallington  <jpw@pobox.com>
395         * add-log.el (top-level): Don't require cl when compiling.
397         * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
398         (archive-*-extract): Use `zerop'
399         (archive-*-write-file-member): Use `or', use `zerop'.
401         * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
403         * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
404         (ibuffer-mark-interactive, ibuffer-set-mark)
405         (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
406         (ibuffer-map-lines, ibuffer-switch-format)
407         (ibuffer-update-title-and-summary)
408         (ibuffer-redisplay-engine): Use it.
410         * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
411         (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
412         (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
413         (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
414         (ibuffer-mark-read-only-buffers)
415         (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
417         * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
418         (define-ibuffer-column, define-ibuffer-sorter)
419         (define-ibuffer-op, define-ibuffer-filter): Add declarations
420         containing indentation specs, replacing equivalent top-level
421         forms that set `lisp-indent-function' properties.
422         (define-ibuffer-op): Use `derived-mode-p'.
423         (define-ibuffer-filter): Remove redundant `concat' call.
425 2008-05-14  Michael Albinus  <michael.albinus@gmx.de>
427         * net/tramp.el (tramp-echo-mark): Update docstring.
428         (tramp-echo-mark-marker): New defconst.
429         (tramp-check-for-regexp): Use it.
431 2008-05-14  Eric S. Raymond  <esr@snark.thyrsus.com>
433         * vc.el (vc-deduce-fileset): Do the right thing when visting a
434         buffer (say, a log buffer or diff buffer) with a vc-dir buffer
435         as parent.
437 2008-05-14  John Paul Wallington  <jpw@pobox.com>
439         * international/mule.el (convert-define-charset-argument):
440         Remove period from end of error message.
441         (coding-system-mnemonic): Doc fix.
442         (ctext-pre-write-conversion): Doc fix.
444 2008-05-14  Simon Marshall  <simon@gnu.org>
446         * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
447         from its default value and give it the risky-local-variable
448         property (CVE-2008-2142).
450 2008-05-14  Kenichi Handa  <handa@m17n.org>
452         * language/korean.el ("Korean"): Set `iso639-language'
453         property to `ko'.
455         * language/japanese.el ("Japanese"): Set `iso639-language'
456         property to `ja'.
458         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
459         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
460         ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
462         * international/mule-cmds.el (set-language-environment): Set
463         current-iso639-language
465         * international/fontset.el (setup-default-fontset): For kana, han,
466         hangul, and cjk-misc, move an entry with font-spec at the end.
467         (generate-fontset-menu): Exclue fontset-auto* from the list.
469         * composite.el (compose-chars-after): Assume that WINDOW is always
470         non-nil.
472         * faces.el (font-weight-table, font-slant-table)
473         (font-swidth-table): Declare them by defconst.  Change the format
474         of elements.  Call internal-set-font-style-table after their
475         declaration.
476         (face-valid-attribute-values): Call font-family-list.  Get values
477         for width, weight, and slant from font-xxx-table.
479         * cus-face.el (custom-face-attributes): Add "thin" for :weight.
481 2008-05-13  John Paul Wallington  <jpw@pobox.com>
483         * ibuffer.el (ibuffer-buffer-file-name): New function.
484         (define-ibuffer-column filename): Use it.
486         * ibuf-ext.el (define-ibuffer-filter filename): Use it.
488 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
490         * talk.el (talk): Simplify.  Pass display arg to talk-add-display
491         as a string.
492         (talk-add-display): Simplify.  Accept only string args.
494 2008-05-13  Jay Belanger  <jay.p.belanger@gmail.com>
496         * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
498 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
500         * Makefile.in (bootstrap-prepare): Don't chmod files.
501         (autoloads): Do it here instead, where it's actually needed.
503 2008-05-13  Chong Yidong  <cyd@stupidchicken.com>
505         * tool-bar.el (tool-bar-make-keymap): Account for the optional
506         KEY-BINDING-DATA field in menu-item list.
508 2008-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
510         * dired.el (dired-read-dir-and-switches): Move things about to use less
511         recursion during macroexpansion.
513         * dired.el (dired-read-dir-and-switches): Use read-file-name.
515         * dired.el (dired-read-dir-and-switches): Ignore ., .., and
516         completion-ignored-extension directories if there's something else.
517         (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
518         (dired-remember-marks, dired-undo, dired-build-subdir-alist)
519         (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
520         (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
521         buffer-read-only -> inhibit-read-only.
523 2008-05-12  Eric S. Raymond  <esr@snark.thyrsus.com>
525         * vc.el (vc-expand-dirs): Stop this function from tossing out
526         explicitly specified files.
528 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
530         * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
531         to `insert'.
533 2008-05-12  Dan Nicolaescu  <dann@ics.uci.edu>
535         * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
536         cons.  Use vc-annotate-backend.
537         (with-vc-file, edit-vc-file): Remove unused macros.
539 2008-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
541         * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
542         (smtpmail-try-auth-methods): Use it.
544 2008-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
547         (setf (nthcdr ..) ..) doesn't require CL at runtime.
549 2008-05-11  Carsten Dominik  <dominik@science.uva.nl>
551         * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
553 2008-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
555         * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
556         (vc-bzr-revision-completion-table): Use process-file.
557         (vc-bzr-working-revision): Pass relative file names.
559         * diff-mode.el (diff-hunk-header-re): Refine the regexp.
561 2008-05-11  Juri Linkov  <juri@jurta.org>
563         * wid-edit.el (widget-image-directory): Change default image data
564         subdirectory from "custom" to "images/custom".
566         * info.el (Info-next-preorder): Let-bind `Info-history' to nil
567         before recursive call to `Info-next-preorder' to not add
568         intermediate nodes to the history.
570         * isearch.el: Put isearch-scroll property on recenter-top-bottom.
572         * emulation/cua-base.el: Put isearch-scroll property
573         on cua-scroll-up and cua-scroll-down.
575 2008-05-11  Eric S. Raymond  <esr@snark.thyrsus.com>
577         * vc-hooks.el (vc-recompute-state): Remove (dead code).
579 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
581         * vc-dispatcher.el (ewoc): Require.
582         (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
584         * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
586 2008-05-10  Chong Yidong  <cyd@stupidchicken.com>
588         * term/w32-win.el (x-colors):
589         * term/mac-win.el (x-colors):
590         * term/x-win.el (x-colors): Re-order colors.
592 2008-05-10  Reiner Steib  <reiner.steib@gmx.de>
594         * smerge-mode.el (smerge-command-prefix): Fix custom type.
596 2008-05-10  Eric S. Raymond  <esr@snark.thyrsus.com>
598         * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
599         New functions implementing motion to next and previous directory.
601         * vc-arch.el (vc-arch-command):
602         * vc-bzr.el (vc-bzr-command):
603         * vc-cvs.el (vc-cvs-command):
604         * vc-dispatcher.el (vc-do-command):
605         * vc-git.el (vc-git-command):
606         * vc-hg.el (vc-hg-command):
607         * vc-mcvs.el (vc-mvcs-command):
608         * vc-mtn.el (vc-mtn-command):
609         * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
610         (vc-sccs-workfile-unchanged-p):
611         * vc-svn.el (vc-svn-command, vc-svn-create-repo),
612         * vc-rcs.el (all methods): Remove assumption about what a nil
613         argument to vc-do-command means.  This means no buffer name needs
614         to be hardcoded into the dispatcher layer, and it's better to be
615         explicit anyway.
617         * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
619 2008-05-10  Dan Nicolaescu  <dann@ics.uci.edu>
621         * vc.el: Update todo.
623         * vc-sccs.el (vc-sccs-dir-status):
624         * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
625         backends and returning up to date files.
627         * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
629 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
631         * vc.el (vc-dir):
632         * vc-hooks.el: Tweak the VC directory bindings.  These are now
633         documented in the manual.
635         * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
636         (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
637         (vc-dispatcher-selection-set): Allow callers to pass in an
638         observer flag that says no buffer sync is required.
639         * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
640         Use the observer flag.
642 2008-05-09  Michael Albinus  <michael.albinus@gmx.de>
644         * simple.el (start-file-process): Clarify docstring.
646 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
648         * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
649         Remove stub implementations of, and references to, wash-log.
650         * vc-rcs.el (vc-rcs-comment-history):
651         * vc-cvs.el (vc-cvs-comment-history):
652         Inline the code that used to be wash-log.
654         * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
655         (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
656         (vc-sccs-print-log, vc-sccs-diff): Grok directories.
657         * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
658         (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
659         (vc-rcs-print-log): Grok directories.
661 2008-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
663         * vc.el (vc-mark-resolved): Add `backend' argument.
664         (vc-next-action): Pass it the backend.
665         (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
666         (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
667         (vc-default-comment-history, vc-default-create-snapshot)
668         (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
669         (vc-annotate-revision-previous-to-line)
670         (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
671         * vc-svn.el (vc-svn-checkout):
672         * vc-mcvs.el (vc-mcvs-checkout):
673         * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
674         (vc-working-revision, vc-before-save, vc-mode-line):
675         Prefer vc-call-backend to vc-call so as not to recompute the backend.
677         * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
678         state to be consistent since it's often an unwarranted restriction.
679         Don't return the state either.
680         (vc-next-action): Check that the state is consistent.
681         (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
682         (vc-rollback, vc-update): Adapt to new return value of
683         vc-deduce-fileset.
685         * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
686         (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
687         (vc-dispatcher-in-fileset-p): New fun.
688         (vc-dispatcher-selection-set): Use it to properly handle directories.
690 2008-05-09  Dan Nicolaescu  <dann@ics.uci.edu>
692         * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
693         (vc-update): Remove unused let bindings.
695 2008-05-09  Eric S. Raymond  <esr@snark.thyrsus.com>
697         * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
698         (vc-diff, vc-revert, vc-rollback, vc-update):
699         * vc-dispatcher.el (vc-dispatcher-selection-set):
700         Get rid of 4 special cases in fileset selection.  This involved
701         changing the return value of (vc-deduce-fileset) so that it passes
702         back a deduced state as well as a deduced back end,
704 2008-05-08  Sam Steingold  <sds@gnu.org>
706         * progmodes/compile.el (compilation-minor-mode-map)
707         (compilation-mode-map):  Bind "g" to recompile and "q" to
708         quit-window.
709         * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
710         to `compilation-minor-mode-map' (instead of an explicit `cons').
712 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
714         * org/org.el (org-modules, org-format-latex-options):
715         * org/org-archive.el (org-archive-stamp-time)
716         (org-archive-save-context-info):
717         * org/org-faces.el (org-hide):
718         * org/org-irc.el (org-irc-parse-link):
719         * org/org-macs.el (org-call-with-arg, org-autoload):
720         * org/org-mew.el (org-mew-store-link):
721         * org/org-remember.el (org-remember-store-without-prompt)
722         (org-remember-templates): Fix typos in docstrings.
724         * org/org-info.el (org-info-store-link): Remove leftover docstring.
726         * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
727         (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
728         (org-bbdb-anniv-split): Fix typos in docstrings.
730         * org/org-publish.el (org-publish-project-alist): Doc fixes.
731         (org-publish-use-timestamps-flag): Reflow docstring.
732         (org-publish-files-alist): Fix typos in docstring.
734 2008-05-07  Sam Steingold  <sds@gnu.org>
736         * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
737         appears to be too aggressive with window removal.
739 2008-05-08  Michael McNamara  <mac@mail.brushroad.com>
741         * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
742         as pragma keywords.
743         (verilog-pretty-expr): Support lining up assignments which include
744         part selects.
745         (verilog-mode): More portable check for the availability of
746         hideshow support.
747         (verilog-do-indent): Remove special indent for declarations inside
748         a parenthetical list.  The code is ill-advised, and doesn't work
749         given the new user defined types.
750         (verilog-set-auto-endcomments): Enhance function automatic
751         endcomment to support functions that return user defined types.
752         (verilog-mode): Add code to tell which-function-mode minor mode
753         that Verilog supports this feature.
755 2008-05-08  Eli Zaretskii  <eliz@gnu.org>
757         * epa-file.el: Require epa-hook.
759         * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
761         * epa-hook.el: Renamed from epa-file-hook.el, to avoid
762         file-names clashes on 8+3 filesystems.  Provide epa-hook.
764         * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
765         file-names clashes on 8+3 filesystems.
767 2008-05-08  Carsten Dominik  <dominik@science.uva.nl>
769         * org/org.el (org-read-date-get-relative): Interpret lone
770         weekday abbreviation as relative to today.
772 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
774         * abbrev.el (define-abbrev-table):
775         * composite.el (toggle-auto-composition):
776         * json.el (json-alist-p, json-plist-p):
777         * minibuffer.el (completion-table-with-predicate):
778         * ps-mule.el (ps-mule-external-libraries):
779         * emacs-lisp/advice.el (ad-special-form-p):
780         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
781         * eshell/em-smart.el (eshell-review-quick-commands):
782         * progmodes/python.el (python-comment-line-p, python-blank-line-p)
783         (python-skip-out, python-check-comint-prompt):
784         Don't use `iff' in docstrings.
786         * international/robin.el (robin-package-alist): Fix typo in docstring.
787         (robin-current-package-name): Doc fix.
788         (robin-activate): Don't use `iff' in docstring.
790 2008-05-07  Eric S. Raymond  <esr@snark.thyrsus.com>
792         * vc.el, vc-dispatcher.el: VC-Dired support removed.
793         The code uses a ewoc-based implementation now.
794         * vc-hooks.el: Support for Meta-CVS has been removed.
796 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * tool-bar.el: Choose images dynamically.
799         (tool-bar-make-keymap, tool-bar-find-image): New function.
800         (tool-bar-find-image-cache): New var.
801         (tool-bar-local-item, tool-bar-local-item-from-menu):
802         Don't select the image yet, do it later in tool-bar-make-keymap.
804 2008-05-07  Andreas Schwab  <schwab@suse.de>
806         * window.el: Require 'cl when compiling.
808 2008-05-07  Dan Nicolaescu  <dann@ics.uci.edu>
810         * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
812 2008-05-07  Glenn Morris  <rgm@gnu.org>
814         * subr.el (ignore-errors): Move here from cl-macs.el.
815         * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
817         * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
818         oddness.
820 2008-05-06  Eric S. Raymond  <esr@snark.thyrsus.com>
822         * vc-hooks.el (vc-find-file-hook):
823         * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
824         further from vc.el.
825         * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
827 2008-05-06  Wilson Snyder  <wsnyder@wsnyder.org>
829         * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
830         (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
831         (verilog-auto-inout, verilog-auto-inout-module)
832         (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
833         (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
834         (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
835         (verilog-auto-sense-sigs, verilog-auto-tieoff)
836         (verilog-auto-unused, verilog-auto-wire)
837         (verilog-decls-get-assigns, verilog-decls-get-consts)
838         (verilog-decls-get-gparams, verilog-decls-get-inouts)
839         (verilog-decls-get-inputs, verilog-decls-get-outputs)
840         (verilog-decls-get-ports, verilog-decls-get-regs)
841         (verilog-decls-get-signals, verilog-decls-get-wires)
842         (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
843         (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
844         (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
845         (verilog-inject-sense, verilog-library-filenames)
846         (verilog-mode-release-date, verilog-mode-version)
847         (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
848         (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
849         (verilog-modi-get-assigns, verilog-modi-get-consts)
850         (verilog-modi-get-gparams, verilog-modi-get-inouts)
851         (verilog-modi-get-inputs, verilog-modi-get-outputs)
852         (verilog-modi-get-ports, verilog-modi-get-regs)
853         (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
854         (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
855         (verilog-modi-get-wires, verilog-preserve-cache)
856         (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
857         (verilog-read-sub-decls, verilog-read-sub-decls-line)
858         (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
859         (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
860         Add caching of additional state, and rework signal extraction
861         routines to improve AUTO expansion performance by 300%++.
863 2008-05-06  Chong Yidong  <cyd@stupidchicken.com>
865         * progmodes/compile.el (compilation-error-regexp-alist-alist):
866         Tweak Open Watcom regexp to distinguish between errors and warnings.
868 2008-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * dired.el (dired-read-dir-and-switches): Fix up last change.
872 2008-05-05  Eric S. Raymond  <esr@snark.thyrsus.com>
874         * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
875         out of this function, move it to vc-dispatcher-selection-set.
877 2008-05-05  Sam Steingold  <sds@gnu.org>
879         * window.el (delete-other-windows-vertically): New function.
881 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * dired.el (dired-read-dir-and-switches):
884         Obey read-file-name-completion-ignore-case.
886 2008-05-05  Nick Roberts  <nickrob@snap.net.nz>
888         * progmodes/compile.el (compilation-error-regexp-alist-alist):
889         Add regexp for Open Watcom compiler output.
891 2008-05-05  Phil Sung  <psung@mit.edu>  (tiny change)
893         * progmodes/python.el (python-block-pairs): Align finally with except.
895 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
897         * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
899 2008-05-05  Tom Tromey  <tromey@redhat.com>
901         * smerge-mode.el (smerge-start-session): Don't call smerge-next if
902         looking at conflict marker.
904 2008-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
907         client-mode -> vc-client-object, and guess `funcall' was meant.
908         (vc-dir-mode): Rename client-mode -> vc-client-mode.
910 2008-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
912         * net/zeroconf.el (dbus-call-method, dbus-register-signal)
913         (dbus-debug): Move declarations outside eval-when-compile.
915 2008-05-04  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
917         * proced.el (proced-command-alist): Fix system-type values.
918         Fix defcustom.
919         (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
920         (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
921         (proced-sort-start, proced-sort, proced-sort-time): New commands.
922         (proced-update): Use proced-sorting-scheme.  Update modeline.
923         (proced-send-signal): Use nreverse.
924         (proced-sorting-scheme-p): New function.
926 2008-05-04  Andreas Schwab  <schwab@suse.de>
928         * vc.el: Require dired when compiling.
930         * minibuffer.el (completion--insert-strings): Don't delete past bol.
932 2008-05-03  Glenn Morris  <rgm@gnu.org>
934         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
935         * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
936         Simplify compilation requirements.
937         * ediff-init.el, ediff-vers.el: Remove unnecessary variable
938         declarations.
940 2008-05-03  Dave Love  <fx@gnu.org>
942         * progmodes/python.el (python-beginning-of-statement):
943         Loop at least once (fixes 2008-02-21 change).
945 2008-05-03  Eli Zaretskii  <eliz@gnu.org>
947         * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
948         instead of `length' for comparing length of user and group names.
950 2008-05-03  Eric S. Raymond  <esr@snark.thyrsus.com>
952         * vc-dispatcher.el: New file, separates out the UI and command
953         execution machinery from VCS-specific logic left in vc.el.
954         The separation is not yet completely clean, but it's a good start.
955         * vc.el: This file is about 1700 lines shorter now.
956         Remove obsolete logentry-check from the backend API.
957         * vc-sccs.el (vc-sccs-logentry-check): Remove.  This was the only
958         implementation of the logentry-check method, and it guarded against
959         a log length limit that has probably been obsolete for 15 years (!).
961 2008-05-02  Sam Steingold  <sds@gnu.org>
963         * progmodes/compile.el (compilation-start): Move setting of
964         compilation-directory after (funcall mode) as that resets local
965         variables, this fixes recompile in grep buffers.
966         * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
968 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
970         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
971         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
972         * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
973         has one of these and that all are called in compatible ways.
974         * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
975         * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
976         * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
977         backend has one of these.
979 2008-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
981         * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
982         initialization into define-abbrev-table.  Use :regexp.
983         (octave-mode-syntax-table): Don't set word syntax for `.
985         * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
986         than only value.
988         * dired.el (dired-read-dir-and-switches):
989         Set minibuffer-completing-file-name and call substitute-in-file-name.
990         (dired-format-columns-of-files): Use completion--insert-strings.
992         * minibuffer.el (completion-hilit-commonality): Revert last change:
993         the leftover code was actually useful.
994         (completion--insert-strings): Use string-width rather than length.
996 2008-05-02  Sam Steingold  <sds@gnu.org>
998         * vc.el (vc-dir-mode-map): Enable mouse bindings.
999         (vc-at-event): New macro: run the body at the even location.
1000         (vc-dir-menu, vc-dir-toggle-mark): Use it.
1001         (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
1002         * subr.el (mouse-event-p): Check if the even is mouse-related.
1004 2008-05-02  Nick Roberts  <nickrob@snap.net.nz>
1006         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1007         Don't throw error if no file is found.
1009 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
1011         * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
1012         (vc-default-state-heuristic): Doc fix.
1014 2008-05-02  Richard Sharman  <rsharman@pobox.com>
1016         * hilit-chg.el (highlight-changes-mode): Remove references to
1017         hooks that no longer exist.  Because define-minor-mode is used the
1018         hook highlight-changes-mode-hook exists and can do what both the
1019         old hooks used to do.  The documentation at the top of the file
1020         was updated to demonstrate this.
1021         (highlight-changes-mode): Remove commented out call to a hook
1022         function that is no longer there.
1023         (hilit-chg-set): Remove running of highlight-changes-enable-hook.
1025 2008-05-02  Eric S. Raymond  <esr@snark.thyrsus.com>
1027         * vc.el (vc-default-dired-state-info): Change name of primitive
1028         to prettify-state-info, in preparation for ripping out dired mode.
1029         * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
1030         to prettify-state-info, in preparation for ripping out dired mode.
1031         * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
1032         tries this on a version-controlled buffer.  It will do useless or
1033         actively bad things on any version control system newer than RCS.
1034         * vc-hooks.el (vc-dired-resynch-file):
1035         * vc.el (vc-dired-resynch-file): Change name of primitive to
1036         vc-directory-resynch-file, preparing to remove dired.
1038 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
1040         * vc-rcs.el (vc-rcs-state): Fix typos.
1042         * vc.el (vc-register): Change argument order so that the prefix
1043         argument is assigned correctly.
1044         (vc-next-action, vc-dir-register): Update for the above change.
1046 2008-05-01  Juri Linkov  <juri@jurta.org>
1048         * replace.el (occur-read-primary-args): Set default to the car of
1049         regexp-history and display it in the prompt, but don't add to the
1050         list of minibuffer defaults.  Bind history-add-new-input to nil to
1051         not add automatically `default'.  For empty input return `default'.
1052         Otherwise, add `input' to regexp-history and return it.
1053         (occur-1): Signal an error for the empty regexp.
1055         * progmodes/compile.el (compilation-auto-jump):
1056         Set window point to `pos' explicitly.
1058 2008-05-01  Eric S. Raymond  <esr@snark.thyrsus.com>
1060         * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
1061         when appropriate.
1062         * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
1063         we report the 'unregistered state reliably.
1064         * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
1065         we report the 'unregistered state reliably.
1066         * vc-git.el (vc-git-state): Call vc-git-unregistered so
1067         we report the 'unregistered state reliably.
1068         * vc-hooks (vc-state): Document that vc-unregistered is
1069         now expected to be returned reliably.
1070         * vc.el (vc-default-dired-state): Change needs-patch state to
1071         needs-update, since the name now shows up in dir-status listings
1072         and was somewhat misleading.
1073         * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
1074         immediately after removing the file.
1075         * vc.el (vc-next-action): More informative messages when a fileset
1076         is in a mixed state or files are missing.
1078 2008-05-01  Sam Steingold  <sds@gnu.org>
1080         * vc.el (vc-delete-file): Check if the file has uncommitted changes.
1082 2008-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1084         * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
1086 2008-05-01  Daiki Ueno  <ueno@unixuser.org>
1088         * epa-file-hook.el: New file split from epa-file.el.
1089         * epa-file.el: Require 'epa-file-hook.
1090         (epa-file-handler): Add autoload cookie.
1091         * loadup.el: Load epa-file-hook.
1092         * startup.el (command-line): Eval the body of auto-encryption-mode.
1094 2008-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1096         * vc.el (vc-dir-mode-map): Don't bind "r".
1098         * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
1099         (vc-hg-status-printer): New function.
1100         (vc-hg-after-dir-status): Deal with copied and renamed files.
1101         (vc-hg-dir-status): Add flag to show copied files.
1103 2008-05-01  John Paul Wallington  <jpw@pobox.com>
1105         * ibuffer.el (ibuffer-last-sorting-mode): New variable.
1106         (ibuffer-do-sort-by-recency): Reverse sorting order if last
1107         sorting mode was recency.
1109         * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
1110         reverse sorting order if last sorting mode was the sorter's.
1112 2008-05-01  Jason Rumney  <jasonr@gnu.org>
1114         * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
1116 2008-04-30  John Paul Wallington  <jpw@pobox.com>
1118         * ibuffer.el (define-ibuffer-column filename): When the major mode
1119         is `vc-dir-mode' show the buffer's default directory.
1121         * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
1122         major mode is `vc-dir-mode' use the buffer's default directory.
1124 2008-04-30  Sam Steingold  <sds@gnu.org>
1126         * vc.el (vc-dir-delete-file): Add.
1127         (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
1128         (vc-delete-file): Do not barf when the file has been already deleted.
1130 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1132         * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
1134 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1136         * progmodes/octave-mod.el (octave-help): New function.
1137         * progmodes/octave-hlp.el: Delete.
1138         * info-look.el (octave-mode): Add operator index.
1140         * vc.el (vc-checkout): Typo.
1142 2008-04-30  Dan Nicolaescu  <dann@ics.uci.edu>
1144         * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
1145         Add "..." in the appropriate places.
1147         * epa.el (epa-key-list-mode-map): Add more menu entries.
1148         Add "..." in the appropriate places.
1150         * dired.el (dired-mode-map): Add :help.
1152         * vc.el (vc-deduce-fileset): Add new parameter.
1153         (vc-dir-marked-only-files): New function.
1154         (vc-next-action): Don't ignore directories, look at the files
1155         inside them.
1156         (vc-dir-mode): Document how the mark/unmark commands work.
1158 2008-04-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1160         * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1161         Rule out trailing spaces in file and directory names as well.
1163         * minibuffer.el (completion--do-completion): Move point even if the
1164         completion makes no change.
1165         (completion-pcm-try-completion): Fix computation of new point.
1167 2008-04-30  David Hansen  <david.hansen@gmx.net>
1169         * dired.el: Require 'cl.
1171 2008-04-30  Nick Roberts  <nickrob@snap.net.nz>
1173         * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
1174         hollow if not in innermost frame.
1176 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1178         Make `checkout-model' apply to filesets.
1179         * vc-hooks.el (vc-checkout-model): Rewrite.
1180         (vc-before-save, vc-after-save): Adjust callers accordingly.
1181         * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
1182         (vc-transfer-file): Adjust callers accordingly.
1183         * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
1184         (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
1185         (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
1186         instead of vc-checkout-model.
1187         * vc-mcvs.el (vc-mcvs-revert):
1188         Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
1189         * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
1190         (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
1191         * vc-svn.el (vc-svn-checkout-model):
1192         * vc-hg.el (vc-hg-checkout-model):
1193         * vc-git.el (vc-git-checkout-model):
1194         * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
1196         * dired.el (dired-read-dir-and-switches): Replace last change with
1197         a new approach that mixes read-file-name and read-directory-name.
1199         * files.el (read-buffer-to-switch):
1200         Avoid making assumptions about `other-buffer'.
1202 2008-04-29  Sam Steingold  <sds@gnu.org>
1204         * vc.el (vc-dir-mode-hook): Add normal hook.
1205         (vc-dir-mode): Run it.
1207 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1209         * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
1210         Always split windows.
1211         (gdb-speedbar-timer-fn): Only raise frame after user input.
1212         (gdb-same-frame): Reverse initial value.
1213         (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
1215         * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
1216         gdb-speedbar-timer-fn.
1218 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1220         * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
1222 2008-04-29  Daiki Ueno  <ueno@unixuser.org>
1224         * epa.el (epa-key-list-mode-map): Add menu.
1225         (epa-delete-keys, epa-import-keys): Fix typo.
1227 2008-04-29  Glenn Morris  <rgm@gnu.org>
1229         * find-cmd.el (top-level): Does not need cl when compiling.
1231 2008-04-29  Phil Jackson  <phil@shellarchive.co.uk>
1233         * find-cmd.el: New file.
1235 2008-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1237         * minibuffer.el (completion-hilit-commonality): Remove leftover code.
1238         (completion-pcm--pattern->regex): Let `group' be a list of symbols.
1239         (completion-pcm--hilit-commonality): New function.
1240         (completion-pcm-all-completions): Use it.
1242         * minibuffer.el (completion-common-substring): Mark obsolete.
1243         (completions-first-difference, completions-common-part):
1244         Move from simple.el.
1245         (completion-hilit-commonality): New fun.
1246         (display-completion-list, completion-emacs21-all-completions)
1247         (completion-emacs22-all-completions): Use it.
1248         * simple.el (completions-first-difference, completions-common-part):
1249         Move to minibuffer.el.
1250         (choose-completion-string): Use field functions and minibufferp.
1251         (completion-setup-function): Don't set completions faces.
1253 2008-04-29  Glenn Morris  <rgm@gnu.org>
1255         * calendar/calendar.el (calendar-nth-named-absday)
1256         (calendar-nth-named-day):
1257         * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
1258         * calendar/holidays.el (holiday-float): Doc fixes.
1260         * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
1261         the `full' case.
1263         * org/org-agenda.el (calendar-iso-from-absolute):
1264         * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
1265         Fix declarations.
1267 2008-04-28  Nick Roberts  <nickrob@snap.net.nz>
1269         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
1270         icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
1271         (gdb-goto-breakpoint): Likewise for visiting breakpoints.
1272         (gdb-assembler-custom): Be careful not to match other addresses.
1274 2008-04-29  Jason Rumney  <jasonr@gnu.org>
1276         * battery.el (battery-status-function): Use w32-battery-status
1277         on Windows.
1278         (battery-echo-area-format): Make apm format the general case.
1279         (battery-mode-line-format): Merge apm and pmset formats as the
1280         general case.
1282 2008-04-29  Nick Roberts  <nickrob@snap.net.nz>
1284         * progmodes/gdb-ui.el (gdb-info-stack-custom):
1285         Use gud-tool-bar-item-visible-no-fringe.
1286         (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
1287         is already visible in frame.  Remove optional size parameter
1288         and add optional frame parameter.
1290         * progmodes/gud.el (gud-display-line): Only consider visible
1291         frames when looking for source buffer.
1293 2008-04-28  Chong Yidong  <cyd@stupidchicken.com>
1295         * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
1296         argument to get-char-property, in case the current buffer hasn't
1297         been assigned to that window yet.
1298         (doc-view-display): Default to selected window if the current
1299         buffer hasn't been assigned to a window yet.
1301 2008-04-28  Vinicius Jose Latorre  <bzg@altern.org>
1303         * whitespace.el (whitespace-trailing-regexp): Fix docstring.
1305 2008-04-28  Michael Albinus  <michael.albinus@gmx.de>
1307         * net/tramp.el (tramp-mode): New defcustom.
1308         (tramp-file-name-handler, tramp-completion-file-name-handler):
1309         Use it.
1310         (tramp-replace-environment-variables): Handle "$$".
1312 2008-04-28  Sam Steingold  <sds@gnu.org>
1314         * vc-hg.el (vc-hg-rename-file): Fix argument order.
1316 2008-04-28  Bastien Guerry  <bzg@altern.org>
1318         * whitespace.el (whitespace-trailing): Fix typo.
1320 2008-04-28  Sam Steingold  <sds@gnu.org>
1322         * textmodes/remember.el (diary-make-entry): Update the autoload.
1324 2008-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1326         * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
1327         all-completions.
1329 2008-04-28  Juanma Barranquero  <lekktu@gmail.com>
1331         * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
1333 2008-04-27  Dan Nicolaescu  <dann@ics.uci.edu>
1335         * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
1336         (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
1337         (vc-dir-mark-file): Add an optional argument.
1338         (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
1340 2008-04-27  Daiki Ueno  <ueno@unixuser.org>
1342         * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
1343         rather than obsolete alias find-file-hooks.
1344         (auto-encryption-mode): Rename from epa-file-mode.  Default to on.
1345         Use find-file-hook rather than obsolete alias find-file-hooks.
1346         Add to find-file-not-found-functions.
1347         (epa-file-handler): Put 'safe-magic and 'operations properties.
1349         * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
1350         (epa-menu-items): Remove.
1352         * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
1353         (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
1354         (epa-dired-mode, epa-global-dired-mode): Remove.
1356         * dired.el (dired-mode-map): Bind encryption/decryption commands.
1358         * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
1360         * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
1362 2008-04-27  Glenn Morris  <rgm@gnu.org>
1364         * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
1365         Remove un-needed local `orig-list'.  Replace cl `copy-list'.
1367 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
1369         * org/org.el (org-html-level-start): Always have id's in HTML.
1370         (org-export-as-html): Use `org-link-protocols' to
1371         retrieve the export form of the link.
1372         (org-add-link-type): Final parameter renamed from PUBLISH.
1373         Better documentation of how it is to be used.  Avoid double entries for
1374         the same link type.
1375         (org-add-link-props): New function.
1376         (org-modules-loaded): New variable.
1377         (org-load-modules-maybe, org-set-modules): New function.
1378         (org-modules): New option.
1379         (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
1380         (orgtbl-mode, org-store-link, org-insert-link-global)
1381         (org-open-at-point): Call `org-load-modules-maybe'.
1382         (org-search-view): Add more text properties.
1383         (org-agenda-schedule, org-agenda-deadline): Allow also in
1384         search-type agendas.
1385         (org-search-view): Order of arguments has been changed.
1386         Interpret prefix-arg as TODO-ONLY.
1387         (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
1388         Take new argument order of `org-search-view' into account.
1389         (org-todo-only): New variable.
1390         (org-search-syntax-table): New variable and function.
1391         (org-search-view): Do the search with the special syntax table.
1392         (define-obsolete-function-alias): Make work with XEmacs.
1393         (org-add-planning-info): Use old date as default when modifying an
1394         existing deadline or scheduled item.
1395         (org-agenda-compute-time-span): Make argument N optional.
1396         (org-agenda-format-date-aligned): Require `cal-iso'.
1397         (org-agenda-list): Include week into into agenda heading, don't
1398         list it at each date (only on Mondays).
1399         (org-read-date-analyze): Define local variable `iso-date'.
1400         (org-agenda-format-date-aligned): Remove dependency on
1401         `calendar-time-from-absolute'.
1402         (org-remember-apply-template, org-go-to-remember-target):
1403         Interpret filenames relative to `org-directory'.
1404         (org-complete): Silently fail when trying to complete
1405         keywords that don't have a default value.
1406         (org-get-current-options): Add a #+DATE: option.
1407         (org-additional-option-like-keywords): Remove "DATE:" from the
1408         list of additional keywords.
1409         (org-export-as-html): Remove (current-time) as unnecessary second
1410         argument of `format-time-string'.
1411         (org-clock-find-position): Handle special case at end of buffer.
1412         (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
1413         `org-agenda-change-time-span'.
1414         (org-agenda-week-view): New argument ISO-WEEK, pass it on to
1415         `org-agenda-change-time-span'.
1416         (org-agenda-month-view): New argument MONTH, pass it on to
1417         `org-agenda-change-time-span'.
1418         (org-agenda-year-view): New argument YEAR, pass it on to
1419         `org-agenda-change-time-span'.
1420         (org-agenda-change-time-span): New optional argument N, pass it on
1421         to `org-agenda-compute-time-span'.
1422         (org-agenda-compute-time-span): New argument N, interpret it by
1423         changing the starting day.
1424         (org-small-year-to-year): New function.
1425         (org-scheduled-past-days): Respect `org-scheduled-past-days'.
1426         (org-auto-repeat-maybe): Make sure that repeating dates are pushed
1427         into the future, and that the shift is at least one interval, never 0.
1428         (org-update-checkbox-count): Fix bug with checkbox counting.
1429         (org-add-note): New command.
1430         (org-add-log-setup): Rename from `org-add-log-maybe'.
1431         (org-log-note-headings): New entry for plain notes (i.e. notes not
1432         related to state changes or clocking).
1433         (org-get-org-file): Check for availability of `remember-data-file'.
1434         (org-cached-entry-get): Allow a regexp value for
1435         `org-use-property-inheritance'.
1436         (org-use-property-inheritance): Allow regexp value.  Fix bug in
1437         customization type.
1438         (org-use-tag-inheritance): Allow a list and a regexp value for
1439         this variable.
1440         (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
1441         (org-entry-get): Respect value `selective' for the INHERIT argument.
1442         (org-tag-inherit-p, org-property-inherit-p): New functions.
1443         (org-agenda-format-date-aligned): Allow 10 characters for
1444         weekday, to acomodate German locale.
1445         (org-add-archive-files): New function.
1446         (org-agenda-files): New argument `ext', to get archive files as well.
1447         (org-tbl-menu): Protect the use of variables that
1448         are only available when org-table.el gets loaded.
1449         (org-read-agenda-file-list): Error if `org-agenda-files' is a
1450         single directory.
1451         (org-open-file): Allow a batch process to trigger
1452         waiting after executing a system command.
1453         (org-store-link): Link to headline when there is not
1454         target and no region in an org-mode buffer when creating a link.
1455         (org-link-types-re): New variable.
1456         (org-make-link-regexps): Compute `org-link-types-re'.
1457         (org-make-link-description-function): New option.
1458         (org-agenda-date, org-agenda-date-weekend): New faces.
1459         (org-archive-sibling-heading): New option.
1460         (org-archive-to-archive-sibling): New function.
1461         (org-iswitchb): New command.
1462         (org-buffer-list): New function.
1463         (org-agenda-columns): Also try the #+COLUMNS line in
1464         the buffer associated with the entry at point (or with the first
1465         entry in the agenda view).
1466         (org-modules): Add entry for org-bibtex.el.
1467         (org-completion-fallback-command): Move into `org-completion' group.
1468         (org-clock-heading-function): Move to `org-progress' group.
1469         (org-auto-repeat-maybe): Make sure that a note can
1470         be enforces if `org-log-repeat' is `note'.
1471         (org-modules): Allow additional symbols for external packages.
1472         (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
1473         (org-clock-goto): Hide drawers after showing an
1474         entry with `org-clock-goto.'
1475         (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
1476         Try also a clocktable block shift.
1477         (org-clocktable-try-shift): New function.
1478         (org-columns-hscoll-title): New function.
1479         (org-columns-previous-hscroll): New variable.
1480         (org-columns-full-header-line-format): New variable.
1481         (org-columns-display-here-title, org-columns-remove-overlays):
1482         Install `org-columns-hscoll-title' in post-command-hook.
1484         * org/org.el: Split into many small files.
1486         * org/org-agenda.el: New file, split off from org.el.
1488         * org/org-archive.el: New file, split off from org.el.
1490         * org/org-bbdb.el: New file.
1492         * org/org-bibtex.el: New file, split off from org.el.
1494         * org/org-clock.el: New file, split off from org.el.
1496         * org/org-colview.el: New file, split off from org.el.
1498         * org/org-compat.el: New file, split off from org.el.
1500         * org/org-exp.el: New file, split off from org.el.
1502         * org/org-faces.el: New file, split off from org.el.
1504         * org/org-gnus.el: New file, split off from org.el.
1506         * org/org-info.el: New file, split off from org.el.
1508         * org/org-infojs.el: New file.
1510         * org/org-irc.el: New file.
1512         * org/org-macs.el: New file, split off from org.el.
1514         * org/org-mew.el: New file.
1516         * org/org-mhe.el: New file, split off from org.el.
1518         * org/org-publish.el: New file, split off from org.el.
1520         * org/org-remember.el: New file, split off from org.el.
1522         * org/org-rmail.el: New file, split off from org.el.
1524         * org/org-table.el: New file, split off from org.el.
1526         * org/org-vm.el: New file, split off from org.el.
1528         * org/org-wl.el: New file, split off from org.el.
1530 2008-04-27  Jason Riedy  <jason@acm.org>
1532         * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
1533         parameter that supresses lines that evaluate to NIL.
1534         (orgtbl-get-fmt): New inline function for
1535         picking apart formats that may be lists.
1536         (orgtbl-apply-fmt): New inline function for applying formats that
1537         may be functions.
1538         (orgtbl-eval-str): New inline function for strings that may be
1539         functions.
1540         (orgtbl-format-line, orgtbl-to-generic): Use and document.
1541         (orgtbl-to-latex, orgtbl-to-texinfo): Document.
1542         (*orgtbl-llfmt*, *orgtbl-llstart*)
1543         (*orgtbl-llend*): Dynamic variables for last-line formatting.
1544         (orgtbl-format-section): Shift formatting to support detecting the
1545         last line and formatting it specially.
1546         (orgtbl-to-generic): Document :ll* formats.  Set to the non-ll
1547         formats unless overridden.
1548         (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
1549         (*orgtbl-table*, *orgtbl-rtn*): Dynamically
1550         bound variables to hold the input collection of lines and output
1551         formatted text.
1552         (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
1553         (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
1554         format parameters.
1555         (orgtbl-format-line): New function encapsulating formatting for a
1556         single line.
1557         (orgtbl-format-section): Similar for each section.  Rebinding the
1558         dynamic vars customizes the formatting for each section.
1559         (orgtbl-to-generic): Use orgtbl-format-line and
1560         orgtbl-format-section.
1561         (org-get-param): Now unused, so delete.
1562         (orgtbl-gather-send-defs): New function to
1563         gather all the SEND definitions before a table.
1564         (orgtbl-send-replace-tbl): New function to find the RECEIVE
1565         corresponding to the current name.
1566         (orgtbl-send-table): Use the previous two functions and implement
1567         multiple destinations for each table.
1569         * doc/org.texi (A LaTeX example): Note that fmt may be a
1570         one-argument function, and efmt may be a two-argument function.
1571         (Radio tables): Document multiple destinations.
1573 2008-04-27  Carsten Dominik  <dominik@science.uva.nl>
1575         * org/org-agenda.el (org-add-to-diary-list): New function.
1576         (org-prefix-has-effort): New variable.
1577         (org-sort-agenda-noeffort-is-high): New option.
1578         (org-agenda-columns-show-summaries)
1579         (org-agenda-columns-compute-summary-properties): New options.
1580         (org-format-agenda-item): Compute the duration of the item.
1581         (org-agenda-weekend-days): New variable.
1582         (org-agenda-list, org-timeline): Use the proper faces for dates in
1583         the agenda and timeline buffers.
1584         (org-agenda-archive-to-archive-sibling): New command.
1585         (org-agenda-start-with-clockreport-mode): New option.
1586         (org-agenda-clockreport-parameter-plist): New option.
1587         (org-agenda-clocktable-mode): New variable.
1588         (org-agenda-deadline-leaders): Allow a function value for the
1589         deadline leader.
1590         (org-agenda-get-deadlines): Deal with new function value.
1592         * lisp/org-clock.el (org-clock): New customization group.
1593         (org-clock-into-drawer, org-clock-out-when-done)
1594         (org-clock-in-switch-to-state, org-clock-heading-function):
1595         Move into the new group.
1596         (org-clock-out-remove-zero-time-clocks): New option.
1597         (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
1598         (org-dblock-write:clocktable): Allow a Lisp form for the scope
1599         parameter.
1600         (org-dblock-write:clocktable): Fix bug with total time calculation.
1601         (org-dblock-write:clocktable): Request the unrestricted list of files.
1602         (org-get-clocktable): New function.
1603         (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
1604         be strings but also integers (an absolute day number) and lists (m d y).
1606         * org/org-colview.el (org-columns-next-allowed-value)
1607         (org-columns-edit-value): Limit the effort for updating in the
1608         agenda to recomputing a single file.
1609         (org-columns-compute): Only write property value if it has changed.
1610         This avoids raising the buffer-change-flag unnecessarily.
1611         (org-agenda-colview-summarize)
1612         (org-agenda-colview-compute): New functions.
1613         (org-agenda-columns): Call `org-agenda-colview-summarize'.
1615         * org/org-exp.el (org-export-run-in-background): New option.
1616         (org-export-icalendar): Allow a batch process to trigger waiting
1617         after executing a system command.
1618         (org-export-preprocess-string): Rename from
1619         `org-cleaned-string-for-export'.
1620         (org-export-html-style): Made target class look like normal text.
1621         (org-export-as-html): Make use of the better proprocessing in
1622         `org-cleaned-string-for-export'.
1623         (org-cleaned-string-for-export): Better treatment of heuristic
1624         targets, many more internal links will now work in HTML export.
1625         (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
1626         (org-export-inbuffer-options-extra): New variable.
1627         (org-export-options-filters): New hook.
1628         (org-infile-export-plist): Find also the settings keywords in
1629         `org-export-inbuffer-options-extra'.
1630         (org-infile-export-plist): Allow multiple #+OPTIONS lines and
1631         multiple #+INFOJS_OPT lines.
1632         (org-export-html-handle-js-options): New function.
1633         (org-export-html-infojs-setup): New option.
1634         (org-export-as-html): Call `org-export-html-handle-js-options'.
1635         Add autoload to all entry points.
1636         (org-skip-comments): Function removed.
1638         * org/org-table.el (org-table-make-reference): Extra parenthesis
1639         around single fields, to make sure that algebraic formulas get
1640         correctly interpreted by calc.
1641         (org-table-current-column): No longer interactive.
1643         * org/org-export-latex.el (org-export-latex-preprocess):
1644         Rename from `org-export-latex-cleaned-string'.
1646 2008-04-27  Bastien Guerry  <bzg@altern.org>
1648         * org/org-publish.el (org-publish-get-base-files-1): New function.
1649         (org-publish-get-base-files): Use it.
1650         (org-publish-temp-files): New variable.
1651         Don't require 'dired-aux anymore.
1652         (org-publish-initial-buffer): New variable.
1653         (org-publish-org-to, org-publish): Use it.
1654         (org-publish-get-base-files-1): Bug fix: get
1655         the proper list of files when recursing thru a directory.
1656         (org-publish-get-base-files): Use the :exclude property to skip
1657         both files and directories.
1659 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
1661         * net/tramp.el (tramp-handle-make-symbolic-link)
1662         (tramp-handle-file-name-directory)
1663         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1664         (tramp-do-copy-or-rename-file-directly)
1665         (tramp-handle-insert-directory, tramp-handle-expand-file-name)
1666         (tramp-handle-substitute-in-file-name)
1667         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1668         * net/tramp-cache.el (tramp-get-file-property)
1669         (tramp-set-file-property, tramp-flush-file-property)
1670         (tramp-flush-directory-property)
1671         * net/tramp-compat.el (tramp-compat-make-temp-file)
1672         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
1673         Disable `file-name-handler-alist' when handling localname.
1674         It could have a remote file syntax, like a VMS file name.
1676 2008-04-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1678         * whitespace.el: New version 11.1.
1679         (whitespace-trailing-regexp): Option fix, now trailing regexp must be
1680         enclosed by \\( and \\)$.  Docstring fix.
1681         (whitespace-trailing-regexp): Fun removed.
1682         (whitespace-report-list): Const initialization fix.
1683         (whitespace-color-on): Code fix.
1685 2008-04-27  Andreas Schwab  <schwab@suse.de>
1687         * Makefile.el: Unbreak bootstrap.
1689 2008-04-27  Michael Albinus  <michael.albinus@gmx.de>
1691         * net/tramp.el (tramp-replace-environment-variables): New defun.
1692         (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
1693         Use it.
1695 2008-04-27  Glenn Morris  <rgm@gnu.org>
1697         * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
1699         * calculator.el (calculator-expt): Replace cl function `oddp'.
1701 2008-04-27  Johan Bockgård  <bojohan@gnu.org>
1703         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
1704         Simplify.  Collect `defun' and `autoload' entries.
1705         Avoid modifying load-history.
1707 2008-04-26  Glenn Morris  <rgm@gnu.org>
1709         * textmodes/ispell.el (ispell-insert-word): Revert previous change.
1711         * simple.el (quoted-insert, zap-to-char): Revert previous change.
1713 2008-04-26  John Paul Wallington  <jpw@pobox.com>
1715         * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
1716         `hexl-mode-old-eldoc-documentation-function'.
1717         (hexl-mode-exit): Restore it.
1718         (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
1720         * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
1722 2008-04-26  Juanma Barranquero  <lekktu@gmail.com>
1724         * minibuffer.el (completion-pcm-word-delimiters): Add :group.
1725         (completion-pcm--all-completions): Doc fix.
1726         (completion-styles-alist, completion-all-completions):
1727         Fix typos in docstrings.
1729 2008-04-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1731         * whitespace.el: There is now only one variable (whitespace-style) to
1732         specify which kind of blank is visualized.  Doc and docstring fix.
1733         New version 11.0.
1734         (whitespace-style): New option, replace whitespace-style-mark and
1735         whitespace-style-color.
1736         (whitespace-style-mark, whitespace-style-color): Options removed.
1737         (whitespace-hspace, whitespace-tab, whitespace-newline)
1738         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
1739         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
1740         (whitespace-hspace-regexp, whitespace-space-regexp)
1741         (whitespace-tab-regexp, whitespace-trailing-regexp)
1742         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
1743         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
1744         (whitespace-space-after-tab-regexp, whitespace-line-column)
1745         (whitespace-display-mappings, whitespace-report): Docstring fix.
1746         (whitespace-color-value-list, whitespace-mark-value-list)
1747         (whitespace-active-color, whitespace-active-mark)
1748         (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
1749         (whitespace-style-value-list, whitespace-active-style)
1750         (whitespace-toggle-style): New vars.
1751         (whitespace-toggle-option-alist, whitespace-help-text):
1752         Var initialization and docstring fix.
1753         (whitespace-toggle-options, global-whitespace-toggle-options)
1754         (whitespace-cleanup, whitespace-cleanup-region)
1755         (whitespace-report-region, whitespace-interactive-char)
1756         (whitespace-toggle-list): Docstring and code fix.
1757         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
1758         (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
1759         (whitespace-display-char-on, whitespace-display-char-off): Code fix.
1760         (whitespace-style-face-p, whitespace-style-mark-p): New fun.
1762 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
1765         (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
1766         (diff-sanity-check-hunk): Adjust code accordingly.
1768 2008-04-26  Glenn Morris  <rgm@gnu.org>
1770         * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
1772         * forms-d2.dat: Move to ../etc.
1773         * forms-d2.el (forms-file): Adapt for above change.
1775         * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
1776         `translation-table-for-input'.
1778         * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
1779         (byte-compile-obsolete, byte-compile-variable-ref): Use it.
1781         * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
1782         to punctuation now it's not needed for abbrevs.
1783         (fortran-mode-abbrev-table): Remove defvar, make use of new
1784         define-abbrev-table :regexp feature.
1786         * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
1787         insert, now that translation-table-for-input is not needed.
1789 2008-04-26  Johannes Weiner  <hannes@saeurebad.de>
1791         * emacs-lisp/pp.el (pp-display-expression): New function,
1792         extracted from pp-eval-expression.
1793         (pp-eval-expression): Use pp-display-expression.
1794         (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
1795         (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
1796         (pp-eval-last-sexp): Use pp-last-sexp.
1798 2008-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1800         * abbrev.el (define-abbrev-table): Apply props even if the table
1801         exists already.
1803         * minibuffer.el (completion-table-with-context): Fix `pred' for the
1804         various kinds of completion tables.
1805         (completion-emacs22-try-completion): Place cursor after the /, as was
1806         done in Emacs-22's minibuffer-complete-word.
1807         Fix bug reported by David Hansen <david.hansen@gmx.net>.
1808         (completion-emacs22-try-completion): Merge all mergable text rather
1809         than just /.
1810         (completion-pcm--delim-wild-regex): New var.
1811         (completion-pcm-word-delimiters): New custom.
1812         (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
1813         (completion-pcm--string->pattern, completion-pcm--pattern->regex)
1814         (completion-pcm--all-completions, completion-pcm-all-completions)
1815         (completion-pcm--merge-completions, completion-pcm--pattern->string)
1816         (completion-pcm-try-completion): New functions.
1817         (completion-styles-alist): Add them.
1818         (completion-styles): Add it to the default.
1820 2008-04-25  Nick Roberts  <nickrob@snap.net.nz>
1822         * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
1823         (gdb-var-create-handler): ...until here when there are values.
1824         (gdb-post-prompt): Don't do -var-update with no watch expressions.
1825         (gdb-info-locals-handler): Don't match "struct {...}" as an array.
1827 2008-04-25  Eli Zaretskii  <eliz@gnu.org>
1829         * ls-lisp.el (ls-lisp-format): Fix last change.
1830         (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
1831         (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
1832         (ls-lisp-filesize-f-fmt): New defvars.
1833         (ls-lisp-insert-directory): Dynamically compute format specifiers
1834         for displaying UID, GID, and file size, and store them in the
1835         above variables.
1836         (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
1837         ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
1838         instead of constant format strings.
1839         (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
1840         ls-lisp-filesize-d-fmt instead of constant format strings.
1842 2008-04-24  Nick Roberts  <nickrob@snap.net.nz>
1844         * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
1845         value of addresses rather than (partial) string value.
1846         (gdb-frame-handler): Change regexp according to above change.
1847         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1848         (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
1849         (gdb-assembler-mode): Disable undo in these buffers.
1851 2008-04-24  Michael Albinus  <michael.albinus@gmx.de>
1853         * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
1854         Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
1856 2008-04-24  Sam Steingold  <sds@gnu.org>
1858         * textmodes/remember.el (remember-diary-extract-entries): Use
1859         diary-make-entry instead of the obsolete make-diary-entry.
1861 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1863         * subr.el (translation-table-for-input): Mark as obsolete.
1865         * isearch.el (isearch-search-string): Avoid string-bytes and aset.
1867         * international/quail.el (quail-build-decode-map): Avoid string-bytes.
1869         * textmodes/ispell.el (ispell-dictionary-alist-1)
1870         (ispell-dictionary-alist-2, ispell-dictionary-alist-3):
1871         (ispell-dictionary-alist-4, ispell-dictionary-alist-5):
1872         (ispell-dictionary-alist-6): Remove.
1873         (ispell-dictionary-base-alist): New var, merges the above.
1874         (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
1875         Use it.
1876         (ispell-dictionary-alist): Default to nil.  Remove autoload.
1877         (ispell-local-dictionary-alist): Remove autoload.
1879         * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
1880         (f90-mode-abbrev-table): Use the new :regexp feature.
1881         Merge defvar and mapc into define-abbrev-table.
1882         (f90-imenu-type-matcher): Remove unused `l'.
1883         (f90-imenu-generic-expression): Remove unused `not-ib'.
1884         (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
1885         (f90-change-keywords): Use restore-buffer-modified-p.
1887 2008-04-24  Glenn Morris  <rgm@gnu.org>
1889         * net/goto-addr.el (goto-address-prog-mode):
1890         * progmodes/bug-reference.el (bug-reference-prog-mode):
1891         Define for compiler.
1893         * minibuffer.el (x-file-dialog): Declare as function.
1895         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
1896         dframe-update-speed rather than obsolete alias speedbar-update-speed.
1898         * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
1899         (cal-menu-scroll-menu): Use commands rather than key macros, which don't
1900         work with easymenu.  Add :keys where needed.
1902         * calendar/cal-move.el (calendar-scroll-left): Handle case when
1903         event-start is nil.
1905         * calendar/calendar.el (calendar-mode-map): Fix typo.
1907 2008-04-24  Tom Tromey  <tromey@redhat.com>
1909         * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1910         Document keywords.  Add :suppress.
1911         * pcvs-defs.el (cvs-mode-map): Use :suppress.
1913         * net/goto-addr.el (goto-address-unfontify): New function.
1914         (goto-address-fontify): Use it.  Respect goto-address-prog-mode.
1915         (goto-address-fontify-region, goto-address-mode)
1916         (goto-address-prog-mode): New functions.
1918         * progmodes/bug-reference.el: New file.
1920 2008-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1922         * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
1924 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1926         * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
1927         macros within lambdas.
1929 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1931         * minibuffer.el (completion-try-completion): Add `point' argument.
1932         Change return value.
1933         (completion-all-completions): Add `point' argument.
1934         (minibuffer-completion-help): Pass the new `point' argument.
1935         (completion--do-completion): Pass the whole field to try-completion.
1936         (completion--try-word-completion): Rewrite, making fewer assumptions.
1937         (completion-emacs21-try-completion, completion-emacs21-all-completions)
1938         (completion-emacs22-try-completion, completion-emacs22-all-completions)
1939         (completion-basic-try-completion, completion-basic-all-completions):
1940         New functions.
1941         (completion-styles-alist): Use them.
1943 2008-04-23  Agustin Martin  <agustin.martin@hispalinux.es>
1945         * ispell.el (ispell-set-spellchecker-params): New function to make sure
1946         right params and dictionary alists are used after spellchecker changes.
1947         (ispell-aspell-dictionary-alist, ispell-last-program-name)
1948         (ispell-initialize-spellchecker-hook): New variables and hook.
1949         (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
1950         (ispell-maybe-find-aspell-dictionaries): Remove.
1951         Calls replaced by (ispell-set-spellchecker-params) calls.
1952         (ispell-have-aspell-dictionaries): Remove.
1953         * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
1954         ispell-set-spellchecker-params.
1956 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1958         * complete.el (PC-do-completion): Be more robust in the presence of
1959         unexpected values in minibuffer-completion-predicate.
1961         * minibuffer.el (read-file-name): Don't let-bind default-directory.
1962         Only abbreviate default-filename if it's a file.
1964         * minibuffer.el (read-file-name-function, read-file-name-predicate)
1965         (read-file-name-completion-ignore-case, insert-default-directory):
1966         New vars, moved from fileio.c.
1967         (read-file-name): New fun, moved from fileio.c.
1968         * cus-start.el: Remove insert-default-directory and
1969         read-file-name-completion-ignore-case.
1971 2008-04-23  Magnus Henoch  <mange@freemail.hu>
1973         * tar-mode.el (tar-untar-buffer): If the entry has directory
1974         link type, extract it as a directory even if its file name doesn't
1975         end with a slash.  Fixes extraction of NetBSD tar archives.
1977 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1979         * server.el (server-start): Also don't get confused by CRs since we
1980         don't quote them.
1982 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
1984         * progmodes/gdb-ui.el (gdb-init-buffer): New function.
1985         (gdb-set-gud-minor-mode-existing-buffers)
1986         (gdb-info-breakpoints-custom, gdb-get-location)
1987         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
1988         Previously gdb-create-define-alist wasn't always run and added to
1989         after-save-hook.
1991         * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer
1993 2008-04-23  Kevin Ryde  <user42@zip.com.au>
1995         * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
1996         comments like unindented ones.
1998 2008-04-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2000         * term/mac-win.el (mac-ae-open-documents): Adjust selection range
2001         parameter origins.
2003 2008-04-23  Kevin Ryde  <user42@zip.com.au>
2005         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2006         Bind print-level to ensure output forms aren't truncated if
2007         print-level is set to eval-expression-print-level when going via
2008         eval-defun and friends, or has been otherwise fiddled with.
2010 2008-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2012         * progmodes/cc-mode.el (c-basic-common-init): Don't set
2013         font-lock-extend-after-change-region-function globally.
2015 2008-04-23  Juanma Barranquero  <lekktu@gmail.com>
2017         * speedbar.el (speedbar-use-tool-tips-flag)
2018         (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
2019         (speedbar-file-regexp, speedbar-message, speedbar-item-info)
2020         (speedbar-files-item-info, speedbar-maybe-add-localized-support)
2021         (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
2022         (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
2023         (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
2024         (speedbar-separator-face): Fix typos in docstrings.
2025         (speedbar-stealthy-function-list, speedbar-verbosity-level)
2026         (speedbar-supported-extension-expressions, speedbar-update-current-file)
2027         (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
2028         (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
2029         (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
2030         (speedbar-show-info-under-mouse, speedbar-directory-buttons)
2031         (speedbar-check-vc-this-line, speedbar-files-line-directory)
2032         (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
2033         (speedbar-buffers-line-directory, speedbar-recenter-to-top)
2034         (speedbar-recenter): Doc fixes.
2035         (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
2036         declaration and remove redundant info in docstring.
2038 2008-04-23  Dan Nicolaescu  <dann@ics.uci.edu>
2040         * vc-git.el (vc-git-status-printer): Deal with directories.
2042         * vc.el (vc-next-action): Look at more than the first file to
2043         determine the state.
2045 2008-04-23  Glenn Morris  <rgm@gnu.org>
2047         * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
2048         timers.  Doc fix.
2049         (dframe-update-speed): Drop support for XEmacs < 20.
2050         (dframe-frame-mode): Drop support for Emacs < 20.
2051         (dframe-set-timer-internal): Drop support for Emacs without timers.
2052         (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
2054         * ediff-init.el (ediff-check-version): Drop support for very old Emacs
2055         versions.  Add doc-string.  Mark as obsolete.
2057         * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
2059         * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
2060         rather than using an Emacs version test.
2062         * tree-widget.el (tree-widget-image-enable): Use display-images-p
2063         rather than an Emacs version test.
2065         * calendar/cal-china.el (holiday-chinese-qingming)
2066         (holiday-chinese-winter-solstice, holiday-chinese): New functions.
2067         * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
2068         * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
2070         * calendar/cal-islam.el (holiday-islamic): Doc fix.
2072         * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
2073         (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
2074         Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
2076 2008-04-23  Nick Roberts  <nickrob@snap.net.nz>
2078         * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
2079         (gdb-previous-frame-pc-address): ...to this.
2080         (gdb-get-selected-frame): Use MI command -stack-info-frame instead
2081         of "info frame" with Gdb 6.4+.
2082         (gdb-stack-list-frames-regexp): New regexp.
2083         (gdb-frame-handler-1): Parse output of -stack-info-frame
2085 2008-04-22  David Glasser  <glasser@davidglasser.net>  (tiny change)
2087         * tar-mode.el (tar-prefix-offset): New constant.
2088         (tar-header-block-tokenize): Support paths with long names
2089         which use the "ustar" standard.
2091 2008-04-22  Mathias Dahl  <mathias.dahl@gmail.com>
2093         * image-dired.el (image-dired-track-original-file)
2094         (image-dired-modify-mark-on-thumb-original-file):
2095         Use `dired-goto-file' instead of `search-forward'.  This solves
2096         a bug with finding files where the file name is a subset of other
2097         file names.  Doc fix.
2099 2008-04-22  Juri Linkov  <juri@jurta.org>
2101         * menu-bar.el (buffers-menu-max-size): Move its definition down to
2102         the "Buffers Menu" section.  Change group name `mouse' to `menu'.
2103         (yank-menu-length): Change group name `mouse' to `menu'.
2104         (buffers-menu-buffer-name-length): New user option.
2105         (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
2106         instead of the hard-coded number 27.
2108 2008-04-22  Juri Linkov  <juri@jurta.org>
2110         * isearch.el (eval-when-compile): Require `help-macro'.
2111         (isearch-help-for-help-internal): Isearch specific Help screen
2112         created by `make-help-screen'.
2113         (isearch-help-map): New variable that binds "b", "k", "m" to
2114         isearch-specific commands, and binds other keys to
2115         isearch-other-control-char, thus allowing other Help keys to
2116         exit isearch mode and execute their global definitions.
2117         (isearch-help-for-help, isearch-describe-bindings)
2118         (isearch-describe-key, isearch-describe-mode): New commands.
2119         (isearch-mode-help): Define alias to isearch-describe-mode
2120         and remove its old function definition.
2121         (isearch-mode-map): Bind "\C-h" to isearch-help-map.
2122         Remove old comments because this issue is settled now.
2123         (isearch-forward): Describe three new Help commands in the docstring.
2124         (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
2125         leave the single sentence at the first line of the docstring,
2126         and prepend the word "function" before `isearch-forward'
2127         to make the Help link to the function instead of variable.
2129 2008-04-22  Juri Linkov  <juri@jurta.org>
2131         * isearch.el (isearch-success-function): New variable with default
2132         to `isearch-success-function-default'.
2133         (isearch-search): Call a function from `isearch-success-function'
2134         instead of calling the hard-coded `isearch-range-invisible'.
2135         (isearch-success-function-default): New function that calls
2136         `isearch-range-invisible' and inverts its return value.
2138         * info.el (Info-search): In two similar places that skip
2139         undesired search matches move code to Info-search-success-function,
2140         and call `isearch-success-function' instead.
2141         (Info-search-success-function): New function copied from code
2142         in Info-search.  Replace isearch-range-invisible with
2143         text-property-not-all that checks for 'invisible and 'display
2144         properties to skip partially invisible matches (whose display
2145         properties were set by Info-fontify-node).
2146         (Info-mode): Set buffer-local isearch-success-function
2147         to Info-search-success-function.
2149 2008-04-22  Juri Linkov  <juri@jurta.org>
2151         * minibuffer.el (internal-complete-buffer-except): New function.
2153         * files.el (read-buffer-to-switch): New function.
2154         (switch-to-buffer-other-window, switch-to-buffer-other-frame):
2155         Change interactive spec to call read-buffer-to-switch instead of
2156         using the letter "B".
2158         * simple.el (minibuffer-default-add-shell-commands): New function.
2159         Use declare-function for mailcap-file-default-commands from "mailcap".
2160         (shell-command): Set local minibuffer-default-add-function to
2161         minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
2162         before calling read-shell-command.  Set 4th arg default-value of
2163         read-shell-command to relative buffer-file-name in file buffers.
2165         * dired-aux.el (dired-read-shell-command-default): Move it to
2166         gnus/mailcap.el and change its name to more general name
2167         mailcap-file-default-commands.
2168         (minibuffer-default-add-dired-shell-commands): New function.
2169         Use declare-function for mailcap-file-default-commands from "mailcap".
2170         (dired-read-shell-command): Set local minibuffer-default-add-function
2171         to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
2172         before calling read-shell-command.  Remove dired-read-shell-command-default
2173         from the default value arg because default values are not set in
2174         minibuffer-default-add-dired-shell-commands.  Doc fix.
2176         * dired-x.el (dired-smart-shell-command): Sync arguments and
2177         interactive spec with changes in `shell-command'.
2178         Use dired-get-filename to get the dired file name at point
2179         as the default value in dired mode.
2181 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2183         * info.el (Info-complete-menu-item): Add missing parenthesis.
2185 2008-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2187         * info.el (Info-complete-menu-item): Save point.
2189 2008-04-22  Juanma Barranquero  <lekktu@gmail.com>
2191         * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
2193 2008-04-22  Andreas Schwab  <schwab@suse.de>
2195         * Makefile.in (emacs-deps): Define.
2196         Use it instead of $(lisp)/subdirs.el.
2198 2008-04-22  Dan Nicolaescu  <dann@ics.uci.edu>
2200         * vc.el (vc-next-action): Do not consider directories when
2201         checking for state compatibility.
2202         (vc-transfer-file): Use when not if.
2203         (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
2204         (vc-dir-mark-file): Use them.
2205         (vc-deduce-fileset): Also return the backend.
2206         (vc-diff-internal): Take as argument the value returned by
2207         vc-deduce-fileset instead of just the fileset.
2208         (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
2209         (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
2210         (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
2212 2008-04-22  Tassilo Horn  <tassilo@member.fsf.org>
2214         * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
2215         set-window-vscroll but image-scroll-down.  Fixes a bug where a
2216         command following SPC scrolled up again.
2218 2008-04-22  Nick Roberts  <nickrob@snap.net.nz>
2220         * progmodes/gdb-ui.el (gdb-locals-header): New variable.
2221         (gdb-locals-mode, gdb-registers-mode): Use it for header line.
2222         (gud-watch): Add "$" prefix when in registers buffer.
2224 2008-04-22  Glenn Morris  <rgm@gnu.org>
2226         * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
2228         * whitespace.el (whitespace-display-table)
2229         (whitespace-display-table-was-local): Move definitions before use.
2231         * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
2232         (copyright-limit): Respect copyright-at-end-flag.
2233         (copyright-re-search, copyright-start-point)
2234         (copyright-offset-too-large-p): New functions.
2235         (copyright-update-year): Use copyright-re-search.
2236         (copyright-update, copyright-fix-years): Use copyright-start-point,
2237         and copyright-re-search.
2238         (copyright): Use copyright-offset-too-large-p.
2239         * add-log.el (change-log-mode): Set copyright-at-end-flag.
2241         * add-log.el (top-level): Require 'cl when compiling.
2243 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2245         * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
2246         Treat minibuffer-completion-predicate as a predicate.
2248         * minibuffer.el (completion--file-name-table): Accept both the old
2249         `dir' arg or the new `pred' arg.
2251         * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
2252         `predicate' argument to pass non-predicate data.
2253         (ffap-read-url-internal, ffap-read-file-or-url-internal):
2254         Use second arg as proper predicate.
2256         * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
2257         (vc-bzr-revision-completion-table): Use completion-table-with-context
2258         instead.
2260         * simple.el (choose-completion-string): Use minibuffer-completion-table.
2262 2008-04-21  Chong Yidong  <cyd@stupidchicken.com>
2264         * term.el (term-emulate-terminal): Perform redisplay after the
2265         process filter has finished running.
2267 2008-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2269         * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
2271         * minibuffer.el (completion-try-completion): Change magic symbol
2272         property name.  Rename from minibuffer-try-completion.
2273         (completion-all-completions): Rename from minibuffer-all-completions.
2274         Remove hide-spaces argument.
2275         (completion--do-completion): Rename from minibuffer--do-completion.
2276         (minibuffer-complete-and-exit): Call just try-completion rather than
2277         completion-try-completion to fix up the case.
2278         (completion--try-word-completion): Try to add space or hyphen before
2279         making `string' a prefix of `completion'.
2280         (completion--insert-strings): Rename from minibuffer--insert-strings.
2282 2008-04-22  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
2284         * net/tls.el (tls-program): Add -ign_eof argument to call the
2285         openssl commands.
2286         (tls-checktrust): Ditto.
2288 2008-04-21  Dan Nicolaescu  <dann@ics.uci.edu>
2290         * vc-cvs.el (vc-cvs-status-extra-headers): New function.
2292         * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
2293         (vc-check-master-templates, vc-file-not-found-hook)
2294         (vc-kill-buffer-hook):
2295         * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
2296         (vc-find-position-by-context, vc-buffer-context)
2297         (vc-restore-buffer-context, vc-responsible-backend)
2298         (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
2299         (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
2300         (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
2301         (vc-version-diff, vc-diff, vc-insert-headers)
2302         (vc-dired-buffers-for-dir, vc-dired-resynch-file)
2303         (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
2304         (vc-revert, vc-rollback, vc-version-backup-file)
2305         (vc-rename-master, vc-delete-file, vc-rename-file)
2306         (vc-branch-part, vc-default-retrieve-snapshot)
2307         (vc-annotate-display-autoscale, vc-annotate-display-select)
2308         (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
2309         (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
2310         (vc-dir-update): Handle directories.
2311         (vc-default-status-printer): Simplify.
2313         * progmodes/asm-mode.el (asm-mode-map):
2314         * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
2316         * progmodes/m4-mode.el (m4-mode-map): Add menu.
2318 2008-04-21  Kenichi Handa  <handa@m17n.org>
2320         * select.el (xselect-convert-to-string): Send a C_STRING only if
2321         the polymorphic target TEXT is requested.
2323 2008-04-21  Juanma Barranquero  <lekktu@gmail.com>
2325         * minibuffer.el (completion-setup-hook, display-completion-list)
2326         (completion--file-name-table): Fix typos in docstrings.
2327         (completion-table-dynamic): Fix typo, and reflow docstring.
2329 2008-04-20  Andreas Schwab  <schwab@suse.de>
2331         * server.el (server-switch-buffer): Also consider clients in the
2332         selected frame.
2334 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2336         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
2337         Select window clicked on first.
2338         (gdb): Display thread number in mode-line.
2339         (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
2340         (gdb-breakpoints-header): New variable.
2341         (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
2343 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2345         * vc-sccs.el (vc-sccs-do-command): New fun.  Use the "sccs" command.
2346         (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
2347         (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
2348         (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2349         (vc-sccs-print-log): Use it.
2351         * vc-hooks.el (vc-path): Remove SCCS-specific hack.
2353         * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
2354         * progmodes/scheme.el (scheme-mode-variables): Don't use it.
2356         * tooltip.el (tooltip-previous-message): New var.
2357         (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
2358         the C code (avoid overwriting a minibuffer, restore previous echo
2359         message, ...).
2360         (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
2361         Simplify.
2363 2008-04-19  Nick Roberts  <nickrob@snap.net.nz>
2365         * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
2366         (gdb-init-1): Initialise it.
2367         (gdb-annotation-rules): New entry for "new-thread".
2368         (gdb-thread-identification): New function to customize
2369         mode-line-buffer-identification.
2370         (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
2371         (gdb-assembler-mode): Use it.
2372         (gdb-threads-mode): Force "info threads" onto queue.
2374 2008-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2376         * files.el (locate-file-completion-table): Rename from
2377         locate-file-completion and make it use `pred' in the normal way.
2378         (locate-file-completion): New compatibility wrapper.
2379         (load-library): Use locate-file-completion-table.
2380         * finder.el (finder-commentary):
2381         * subr.el (locate-library):
2382         * emacs-lisp/find-func.el (find-library): Likewise.
2383         * info.el: Use with-current-buffer and inhibit-read-only.
2384         (Info-read-node-name-2): Change to use `predicate' in the normal way.
2385         (Info-read-node-name-1): Adjust uses accordingly.
2387         * minibuffer.el (completion-table-with-context): Add support for `pred'.
2388         (completion-table-with-terminator): Don't use complete-with-action
2389         since we have to distinguish all three cases anyway.
2390         (completion-table-with-predicate): New function.
2391         (dynamic-completion-table): Add obsolete alias.
2393         * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
2395 2008-04-18  Sam Steingold  <sds@gnu.org>
2397         * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
2398         Use quit-window instead of bury-buffer.
2400 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * minibuffer.el (completion-table-with-terminator): Fix last fix.
2404 2008-04-18  Andreas Schwab  <schwab@suse.de>
2406         * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
2407         ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
2408         Depend on $(lisp)/subdirs.el.
2410 2008-04-18  Juanma Barranquero  <lekktu@gmail.com>
2412         * descr-text.el (describe-char-after):
2413         Use `define-obsolete-function-alias'.
2415         * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
2417         * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
2419         * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
2420         Remove redundant obsolescence info in docstring.
2422         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
2423         (vc-header-alist): Add WHEN to obsolescence declaration.
2424         (vc-state): Fix typo in docstring.
2426         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
2427         Use `define-obsolete-variable-alias'.
2429         * emulation/tpu-edt.el (tpu-have-ispell):
2430         * international/codepage.el (codepage-setup):
2431         Fix typo in obsolescence declaration.
2433         * international/mule.el (char-coding-system-table):
2434         Remove redundant obsolescence info in docstring.
2435         (charset-list, generic-char-p, set-char-table-default):
2436         Fix typos in obsolescence decarations.
2438         * international/mule-diag.el (non-iso-charset-alist):
2439         Fix typo in obsolescence declaration.
2440         (decode-codepage-char): Remove redundant obsolescence info in docstring.
2442         * font-core.el (font-lock-defaults-alist):
2443         * font-lock.el (font-lock-reference-face):
2444         * frame.el (screen-height, screen-width, set-screen-width)
2445         (set-screen-height):
2446         * hilit-chg.el (highlight-changes-initial-state):
2447         * isearch.el (isearch-return-char):
2448         * log-edit.el (cvs-commit-buffer-require-final-newline)
2449         (cvs-changelog-full-paragraphs):
2450         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
2451         (mouse-popup-menubar-stuff):
2452         * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
2453         (mouse-wheel-click-button):
2454         * outline.el (outline-visible):
2455         * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
2456         * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
2457         * emacs-lisp/lisp-mode.el (lisp-comment-indent):
2458         * progmodes/compile.el (compile-internal):
2459         Add WHEN to obsolescence declarations.
2461 2008-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
2464         is not better anyway.
2466 2008-04-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2468         * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
2469         properly.
2471 2008-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2473         * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
2474         (python-use-skeletons): Remove, unused.
2475         (python-skeletons): Remove.  Use the abbrev table instead.
2476         (python-mode-abbrev-table): Fix regexp;
2477         add enable-function and case-fixed.
2478         (def-python-skeleton): Simplify.
2479         (python-expand-template): Use the abbrev-table and abbrev-insert.
2480         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
2481         Remove.
2482         (python-mode): Don't set pre-abbrev-expand-hook.
2484         * skeleton.el: Set coding-tag.
2486         * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
2487         (expand-abbrev): Use it.
2488         (abbrev-table-menu): New function.
2490         * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
2492         * minibuffer.el (completion-table-with-terminator): Fix paren typo.
2494 2008-04-17  Sam Steingold  <sds@gnu.org>
2496         * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
2497         idiosyncratic bury-buffer/delete-window logic.
2499 2008-04-17  Juanma Barranquero  <lekktu@gmail.com>
2501         * emacs-lisp/crm.el (crm-completion-help, crm-complete)
2502         (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
2504 2008-04-17  Kenichi Handa  <handa@m17n.org>
2506         * international/characters.el: Don't make the width of U+00AD to 0.
2508 2008-04-17  Nick Roberts  <nickrob@snap.net.nz>
2510         * progmodes/gdb-ui.el (gdb-stack-update): New variable.
2511         (gdb, gdb-starting, gdb-frames-mode): Use it.
2512         (gdb-invalidate-frames): Advise to call "info stack" only if
2513         execution has occurred.
2514         (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
2515         selected frame if no execution has occurred.
2516         (gdb-frames-force-update): New interactive function.
2517         (gdb-frames-mode-map): Bind it to "F".
2519 2008-04-17  Michael Olson  <mwolson@gnu.org>
2521         * textmodes/remember.el (remember-version): Release Remember 2.0.
2523 2008-04-16  Yoni Rabkin  <yoni@rabkins.net>
2525         * textmodes/artist.el:
2526         * progmodes/vhdl-mode.el:
2527         * progmodes/verilog-mode.el:
2528         * progmodes/vera-mode.el:
2529         * progmodes/simula.el:
2530         * progmodes/ps-mode.el:
2531         * progmodes/cmacexp.el:
2532         * obsolete/hilit19.el:
2533         * emulation/viper.el:
2534         * ediff.el: Cleanup the bug-report email addresses and make sure the
2535         maintainer is still willing to handle bug reports.
2537 2008-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2539         * vc.el (vc-dir-kill-query): Fix thinko.
2541 2008-04-16  Glenn Morris  <rgm@gnu.org>
2543         * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
2544         by diary-sexp-entry.
2546 2008-04-16  Markus Triska  <markus.triska@gmx.at>
2548         * proced.el (proced-command-alist): Add support for darwin.
2550 2008-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2552         * proced.el (proced-mode): Redefine as just the major-mode.
2553         (proced): Separate it from proced-mode.
2555         * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
2557 2008-04-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2559         * whitespace.el: Honor the `indent-tabs-mode' setting from user.
2560         Suggested by Stephen Deasey <sdeasey@gmail.com>.  Honor also the
2561         `tab-width' setting from user.  New version 10.0.  Doc and docstring
2562         fix.
2563         (whitespace-style, whitespace-chars): Remove options.
2564         (whitespace-style-mark): New option, replace whitespace-style deleted
2565         option.  Fix docstring.
2566         (whitespace-style-color): New option, replace whitespace-chars deleted
2567         option.  Fix docstring.
2568         (whitespace-space, whitespace-hspace, whitespace-tab)
2569         (whitespace-newline, whitespace-trailing, whitespace-line)
2570         (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
2571         (whitespace-space-after-tab, whitespace-hspace-regexp)
2572         (whitespace-space-regexp, whitespace-tab-regexp)
2573         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
2574         (whitespace-empty-at-eob-regexp, whitespace-line-column)
2575         (whitespace-toggle-option-alist): Fix docstring.
2576         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
2577         (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
2578         docstring and initialization.
2579         (global-whitespace-mode): Autoloaded global minor mode.
2580         (whitespace-chars-value-list, whitespace-style-value-list)
2581         (whitespace-active-chars, whitespace-active-style)
2582         (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
2583         (whitespace-color-value-list): New var, replace
2584         whitespace-chars-value-list removed var.
2585         (whitespace-mark-value-list): New var, replace
2586         whitespace-style-value-list removed var.
2587         (whitespace-active-color): New var, replace whitespace-active-chars
2588         removed var.
2589         (whitespace-active-mark): New var, replace whitespace-active-style
2590         removed var.
2591         (whitespace-toggle-color): New var, replace whitespace-toggle-chars
2592         removed var.
2593         (whitespace-toggle-mark): New var, replace whitespace-toggle-style
2594         removed var.
2595         (whitespace-toggle-option-alist, whitespace-report-list)
2596         (whitespace-report-text, whitespace-help-text): Fix initialization.
2597         (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
2598         (whitespace-toggle-options, global-whitespace-toggle-options)
2599         (whitespace-cleanup-region, whitespace-report-region)
2600         (whitespace-interactive-char): Fix docstring and code.
2601         (whitespace-cleanup, whitespace-report): Fix docstring.
2602         (whitespace-replace-spaces-by-tabs): Remove fun.
2603         (whitespace-replace-action): New fun, replace
2604         whitespace-replace-spaces-by-tabs removed fun.
2605         (whitespace-regexp, whitespace-indentation-regexp)
2606         (whitespace-space-after-tab-regexp, whitespace-insert-value)
2607         (whitespace-kill-buffer): New funs.
2608         (whitespace-insert-option-mark, whitespace-help-on)
2609         (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
2610         (whitespace-color-on, whitespace-color-off)
2611         (whitespace-display-char-on): Fix code.
2613 2008-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2615         * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
2616         (mouse-throw-magnifier-with-mouse-movement): Remove.
2617         (mouse-throw-magnifier-base): New const.
2618         (mouse-drag-scroll-delta): New fun.
2619         (mouse-drag-throw): Use it.
2621 2008-04-15  Juanma Barranquero  <lekktu@gmail.com>
2623         * international/uni-bidi.el, international/uni-category.el:
2624         * international/uni-combining.el, international/uni-comment.el:
2625         * international/uni-decimal.el, international/uni-decomposition.el:
2626         * international/uni-digit.el, international/uni-lowercase.el:
2627         * international/uni-mirrored.el, international/uni-name.el:
2628         * international/uni-numeric.el, international/uni-old-name.el:
2629         * international/uni-titlecase.el, international/uni-uppercase.el:
2630         * international/charprop.el: Regenerate.
2632 2008-04-15  Dan Nicolaescu  <dann@ics.uci.edu>
2634         * vc.el (vc-status-fileinfo): Add new member directoryp.
2635         (vc-default-status-printer): Print directories.
2636         (vc-status-update): Sort files before subdirectories.
2638         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
2639         Add alternative implementation based on "cvs update".
2641 2008-04-15  Tassilo Horn  <tassilo@member.fsf.org>
2643         * doc-view.el: Changed requirements section to tell that only one
2644         of dvipdf or dvipdfm is needed.
2645         (doc-view-already-converted-p): Fix bug that forced reconversion
2646         if doc was already converted.
2648 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2650         * minibuffer.el (minibuffer-message):
2651         Make sure we can put-text-property.
2653         * emacs-lisp/crm.el: Complete rewrite.
2655         * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
2656         (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
2657         case of an error in display-completion-list.
2659         * filecache.el (file-cache-completions-keymap): Move init from
2660         file-cache-completion-setup-function into declaration.
2661         (file-cache-minibuffer-complete): Simplify.
2662         (file-cache-completion-setup-function): Use standard-output,
2663         preserve current-buffer.
2665         * vc.el (vc-status-update): Fix typo.
2666         (vc-status-update): Set needs-update.
2667         (vc-status-refresh): η-reduce.
2669 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
2671         * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
2672         to image-eol.
2674 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
2676         * vc.el (vc-status-update): Undo the previous revert.
2678 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2680         * minibuffer.el (completion-table-with-terminator): Those completions
2681         are never valid w.r.t test-completion.
2682         (completion--file-name-table):
2683         Check completion-all-completions-with-base-size.
2685 2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
2687         * doc-view.el (doc-view-dvipdf-program): New variable.
2688         (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
2689         (doc-view-mode-p): Check for doc-view-dvipdf-program as
2690         alternative for doc-view-dvipdfm-program.
2691         (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
2693         * doc-view.el (doc-view-start-process): Don't set
2694         default-directory to "~/" if the current value is valid.
2695         This broke PS files that run other files in the same directory.
2697 2008-04-14  Dan Nicolaescu  <dann@ics.uci.edu>
2699         * vc.el (vc-status-kill-query): New function.
2700         (vc-status-mode): Add it to kill-buffer-query-functions.
2701         (vc-status-show-fileentry): New function.
2702         (vc-status-menu-map): Bind it.  Bind vc-next-action.
2704 2008-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2706         * minibuffer.el (minibuffer-message): Put cursor at the right place.
2708 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2710         * proced.el (proced-send-signal): Fix error recognition.
2712 2008-04-13  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2714         * proced.el (proced-command-alist): Remove sort column.
2715         (proced-command, proced-procname-column):
2716         Use make-variable-buffer-local.
2717         (proced-signal-function): Rename from proced-kill-program.
2718         Allow for elisp symbols and string values representing system calls.
2719         (proced-marker-regexp, proced-success-message): New functions.
2720         (proced): Use defalias.  Add autoload cookie.
2721         (proced-unmark-backward, proced-toggle-marks)
2722         (proced-hide-processes): New commands.
2723         (proced-do-mark): Simplify code.
2724         (proced-insert-mark): Use optional arg BACKWARD instead of line number.
2725         (proced-update): Remove sorting.
2726         (proced-send-signal): Display number of processes to operate on.
2727         Allow for system calls or elisp functions to send signals.
2728         Check if signal was sent successfully.
2730 2008-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2732         * minibuffer.el (completion-all-completion-with-base-size): New var.
2733         (completion--some): New function.
2734         (completion-table-with-context, completion--file-name-table):
2735         Return the base-size if requested.
2736         (completion-table-in-turn): Generalize to multiple arguments.
2737         (complete-in-turn): Compatibility alias.
2738         (completion-styles-alist): New var.
2739         (completion-styles): New customization.
2740         (minibuffer-try-completion, minibuffer-all-completions):
2741         New functions.
2742         (minibuffer--do-completion, minibuffer-complete-and-exit)
2743         (minibuffer-try-word-completion): Use them.
2744         (display-completion-list, minibuffer-completion-help): Use them.
2745         Handle all-completions's new base-size info to set completion-base-size.
2746         * info.el (Info-read-node-name-1): Use completion-table-with-context,
2747         completion-table-with-terminator and complete-with-action.
2748         Remove the now obsolete completion-base-size-function property.
2749         * simple.el (completion-list-mode-map): Move init into declaration.
2750         (completion-list-mode): Use define-derived-mode.
2751         (completion-setup-function): Use any completion-base-size that may
2752         have been set before.  Remove handling of completion-base-size-function.
2753         * loadup.el: Move abbrev.el up earlier.
2755 2008-04-13  Alexandre Julliard  <julliard@winehq.org>
2757         * vc-git.el (vc-git-after-dir-status-stage)
2758         (vc-git-dir-status-goto-stage): New functions.
2759         (vc-git-after-dir-status-stage1)
2760         (vc-git-after-dir-status-stage1-empty-db)
2761         (vc-git-after-dir-status-stage2): Remove, functionality moved
2762         into the new generic stage functions.
2763         (vc-git-dir-status-files): New function.
2765         * vc.el (vc-status-update): Revert an incorrect rewrite.
2766         Add some comments.
2767         (vc-status-refresh-files): New function.
2768         (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
2769         state of up-to-date files.
2770         (vc-default-dir-status-files): New function.
2772 2008-04-13  Juanma Barranquero  <lekktu@gmail.com>
2774         * minibuffer.el (completion--embedded-envvar-table)
2775         (read-file-name-internal): Fix typos in 2008-04-11 change.
2777         * faces.el (read-face-name): Use `completion-table-in-turn',
2778         not `complete-in-turn'.
2780 2008-04-13  Andreas Schwab  <schwab@suse.de>
2782         * progmodes/etags.el: Require 'cl when compiling.
2784 2008-04-12  Nick Roberts  <nickrob@snap.net.nz>
2786         * progmodes/gud.el (gud-menu-map): Expand tooltip.
2788         * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
2789         (menu): Add/expand menu tooltips.
2791 2008-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
2793         * progmodes/sh-script.el (sh-show-indent): Fix typo.
2794         (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
2796         * vc-cvs.el (vc-cvs-registered): Allow removed files to be
2797         considered registered.
2799 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
2801         * emacs-lisp/copyright.el (copyright-update-directory): New command.
2803         * ediff-wind.el (ediff-split-window-function)
2804         (ediff-merge-split-window-function): Improve custom type.
2806 2008-04-12  Eli Zaretskii  <eliz@gnu.org>
2808         * loadup.el ("minibuffer"): Move after "faces".
2810 2008-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2812         * progmodes/hideif.el (hif-factor): Handle unary minus.
2814 2008-04-12  Glenn Morris  <rgm@gnu.org>
2816         * calendar/cal-china.el (chinese-calendar-time-zone):
2817         Mark obsolete name as risky too.
2819         * calendar/calendar.el (calendar-faces): New custom group.
2820         (calendar-today, diary, holiday): Doc fix.
2821         Move to calendar-faces group.
2822         * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
2823         (diary-button): Doc fix.  Move to calendar-faces group.
2825         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2826         * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
2827         * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
2828         * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
2829         * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
2830         Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
2831         not in dumped files before the associated defcustom.
2833 2008-04-11  Johan Bockgård  <bojohan@gnu.org>
2835         * minibuffer.el (lazy-completion-table): Fix debug spec.
2837 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2839         * minibuffer.el (complete-with-action, lazy-completion-table):
2840         Move from subr.el.
2841         (apply-partially, completion-table-dynamic)
2842         (completion-table-with-context, completion-table-with-terminator)
2843         (completion-table-in-turn): New funs.
2844         (completion--make-envvar-table, completion--embedded-envvar-table):
2845         New funs.
2846         (read-file-name-internal): Use them.
2847         (completion-setup-hook): Move from simple.el.
2848         * subr.el (complete-with-action, lazy-completion-table):
2849         * simple.el (completion-setup-hook): Move to minibuffer.el.
2851 2008-04-11  Glenn Morris  <rgm@gnu.org>
2853         * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
2855 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2857         * progmodes/python.el (python-mode): Don't mess with hippie-expand.
2859         * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
2861         * textmodes/fill.el (fill-forward-paragraph-function): New var.
2862         (fill-forward-paragraph): New fun.
2863         (fill-paragraph, fill-region): Use it.
2865         * vc.el: Change `dir-status' to not take (and pass) status-buffer.
2866         (vc-status-create-fileinfo): Make `extra' optional.
2867         (vc-status-busy): New fun.
2868         (vc-status-menu-map): Use it.
2869         (vc-status-crt-marked): Remove.
2870         (vc-status-update): Rename from vc-status-add-entries.
2871         Add argument so as to prevent addition of entries.  Rewrite.
2872         (vc-update-vc-status-buffer): Remove.
2873         (vc-status-refresh): Don't remove old entries, set them to
2874         up-to-date instead.  Also do it after the update is complete.
2875         (vc-status-marked-files): η-reduce.
2877         * dired.el (dired-read-dir-and-switches): Use read-directory-name even
2878         for non-dialogs.
2880         * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
2882         * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
2884 2008-04-11  Jan Djärv  <jan.h.d@swipnet.se>
2886         * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
2887         to t and don't truncate msg.
2889 2008-04-11  Glenn Morris  <rgm@gnu.org>
2891         * calendar/calendar.el (diary, holidays):
2892         Move custom groups to other files.
2893         (holiday-general-holidays, holiday-oriental-holidays)
2894         (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
2895         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
2896         (holiday-hebrew-holidays, holiday-christian-holidays)
2897         (holiday-islamic-holidays, holiday-bahai-holidays)
2898         (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
2899         * calendar/diary-lib.el: Move custom group here from calendar.el.
2900         * calendar/holidays-lib.el: Move custom group and variables here
2901         from calendar.el.
2903         * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
2905         * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
2906         Fix custom group.
2907         (calendar-current-time-zone-cache): Autoload riskiness.
2909         * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
2911 2008-04-11  Chong Yidong  <cyd@stupidchicken.com>
2913         * woman.el (woman2-TH): Use string-equal instead of string-match.
2915 2008-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2917         * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
2918         (smerge-resolve): Merge the "2-way refinement" case with one half of
2919         the "mere whitespace" resolution.
2921 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
2923         * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
2925 2008-04-10  Juanma Barranquero  <lekktu@gmail.com>
2927         * subr.el (assoc-ignore-case, assoc-ignore-representation):
2928         Add WHEN to obsolescence declaration.
2930         * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
2932 2008-04-10  Dan Nicolaescu  <dann@ics.uci.edu>
2934         * vc-hooks.el (vc-state): Add new state `conflict'.
2935         (vc-after-save): Use when not if.
2936         (vc-default-mode-line-string): Deal with the conflict state.
2937         (vc-prefix-map):
2938         (vc-menu-map): Bind vc-status instead of vc-directory.
2940         * vc.el (vc-editable-p):
2941         (vc-default-status-printer):
2942         (vc-next-action): Deal with the conflict state.
2943         (vc-mark-resolved): New function.
2944         (vc-status-mode): Fix mode name.
2945         (vc-default-comment-history): Use when not if.
2946         (Todo): Add new entries, remove old ones.
2948         * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
2949         (vc-cvs-parse-status):
2950         (vc-cvs-after-dir-status):
2951         * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
2952         Detect the conflict state.
2954         * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
2956 2008-04-10  Glenn Morris  <rgm@gnu.org>
2958         * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
2959         Respect truncate-partial-width-windows in non-full windows,
2960         with regards to :toggle and :enable state.
2962         * simple.el (toggle-truncate-lines): Doc fix.
2964         * Makefile.in (MH_E_DIR): New variable.
2965         (MH_E_SRC): Restore variable removed 2008-03-13.
2966         (mh-loaddefs.el): Depend on $MH_E_SRC.
2967         (CAL_DIR, CAL_SRC): New variables.
2968         (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
2969         Depend on CAL_SRC.
2971         * calendar/calendar.el (calendar, diary): Add :prefix.
2972         (holidays): Change :prefix.
2973         (calendar-today, holiday, calendar-holiday-marker)
2974         (european-calendar-style): Change custom groups.
2976         * calendar/calendar.el (diary-hook, diary-display-hook):
2977         Move to diary-lib.el.
2978         * calendar/diary-lib.el (diary-hook, diary-display-hook):
2979         Move here from calendar.el.
2980         * calendar/appt.el: Require diary-lib rather than calendar.
2981         * calendar/cal-x.el (diary-display-hook): Declare for compiler.
2983         * calendar/appt.el (appt): Add :prefix.
2985         * calendar/diary-lib.el (diary-hook): Doc fix.
2986         (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
2988 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2990         * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
2991         New functions.
2993         * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
2994         the arg to recursive calls.
2996 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
2998         * minibuffer.el (completion-auto-help): Fix typo.
3000 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3002         * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
3004 2008-04-09  Michael Albinus  <michael.albinus@gmx.de>
3006         * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
3007         (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
3009 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3011         * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
3013         * minibuffer.el (minibuffer): Move group from cus-edit.el.
3014         (completion-auto-help): Move from C code.
3015         (minibuffer--maybe-completion-help): Remove.
3016         (minibuffer--bitset): New function.
3017         (minibuffer--do-completion): Rename from minibuffer-do-completion.
3018         Renumber a bit.  Really complete on string *before* point.
3019         Add argument used for word-completion.
3020         Join trailing / in completion with following text, as done in
3021         minibuffer-complete-word.
3022         Handle new value `lazy' for completion-auto-help.
3023         (minibuffer-try-word-completion): New function extracted from
3024         minibuffer-complete-word.
3025         (minibuffer-complete-word): Use minibuffer--do-completion.
3026         (minibuffer--insert-strings): Rename from
3027         minibuffer-complete-insert-strings.
3028         (exit-minibuffer): Fix typo.
3029         * cus-edit.el (minibuffer): Move group to minibuffer.el.
3030         * cus-start.el: Remove completion-auto-help.
3032 2008-04-09  Alexandre Julliard  <julliard@winehq.org>
3034         * vc.el (vc-status-add-entries): New function.
3035         (vc-status-add-entry): Remove.
3036         (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
3037         Use vc-status-add-entries.
3039         * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
3040         order.
3042 2008-04-09  Jason Rumney  <jasonr@gnu.org>
3044         * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
3045         ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
3046         (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
3047         (AUTOGENEL): New variable.
3048         (distclean, maintainer-clean): New targets.
3050 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3052         * emacs-lisp/regexp-opt.el (regexp-opt):
3053         Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
3055 2008-04-09  Lennart Borgman  <lennart.borgman@gmail.com>
3057         * nxml/nxml-mode.el (nxml-cleanup): New function.
3058         (nxml-mode): Add it to change-major-mode-hook.
3060 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3062         * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
3064 2008-04-09  Juanma Barranquero  <lekktu@gmail.com>
3066         * calc/.cvsignore: New file.
3068 2008-04-09  Jan Djärv  <jan.h.d@swipnet.se>
3070         * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
3072         * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
3073         show-help-function when turning tooltip off.
3074         (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
3075         (tooltip-trunc-str, tooltip-show-help-non-mode): New.
3077 2008-04-09  Alan Mackenzie  <acm@muc.de>
3079         * font-lock.el (font-lock-extend-after-change-region-function):
3080         Make it buffer local.
3082 2008-04-09  Glenn Morris  <rgm@gnu.org>
3084         * calendar/calendar.el (diary-file, european-calendar-style):
3085         Remove autoload cookies.
3087 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3089         * outline.el (outline-mode-menu-bar-map):
3090         * log-view.el (log-view-mode-menu):
3091         * log-edit.el (log-edit-menu): Add :help.
3093 2008-04-09  Chong Yidong  <cyd@stupidchicken.com>
3095         * emacs-lisp/regexp-opt.el (regexp-opt-group):
3096         Use substring-no-properties for correct handling of unibyte strings.
3098 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3100         * add-log.el (change-log-next-buffer): Handle the case where version<
3101         signals an error.
3103         * mouse.el (mouse-menu-major-mode-map): New fun extracted from
3104         mouse-major-mode-menu.
3105         (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
3106         (mouse-major-mode-menu, mouse-popup-menubar)
3107         (mouse-popup-menubar-stuff): Use them.
3108         (C-down-mouse-3): Bind to a dynamic map rather than to
3109         mouse-popup-menubar-stuff.
3111         * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
3112         to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
3114 2008-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3116         * vc-svn.el (vc-svn-modify-change-comment): Add support for the
3117         file:// access method.
3119 2008-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3121         * minibuffer.el: New file.
3122         * loadup.el: Load it.
3124 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3126         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
3127         rather than subdirs.el.  It introduces an ugly circular dependency, tho.
3129         * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
3130         (calc-mode-map, calc-digit-map, calc-dispatch-map):
3131         Move initialization into declaration.
3132         * calc/calc-yank.el:
3133         * calc/calc-misc.el:
3134         * calc/calc-embed.el:
3135         * calc/calc-aent.el: Add autoload cookies.  Set generated-autoload-file.
3137 2008-04-08  Michael Albinus  <michael.albinus@gmx.de>
3139         * ps-samp.el (ps-add-printer, ps-remove-printer)
3140         (ps-make-dynamic-printer-menu): New functions.
3142         * net/zeroconf.el: New file.
3144 2008-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3146         * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
3148 2008-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3150         * vc-rcs.el (vc-rcs-modify-change-comment):
3151         * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
3153         * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
3155 2008-04-08  Juanma Barranquero  <lekktu@gmail.com>
3157         * international/mule-cmds.el (set-locale-environment): Don't warn if
3158         coding system doesn't agree with system locale (this reverts changes
3159         by Dave Love, dated 2002-10-27 and 2002-10-09).
3161         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3162         * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
3164         * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
3166 2008-04-08  Glenn Morris  <rgm@gnu.org>
3168         * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
3169         * textmodes/remember.el (remember-diary-convert-entry):
3170         Require calendar.
3172         * textmodes/remember.el (remember-diary-extract-entries): Don't pass
3173         diary-file, since it is the default for make-diary-entry anyway.
3175         * calendar/cal-menu.el (cal-menu-event-to-date):
3176         Rename calendar-event-to-date.  Update callers.
3177         (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
3178         (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
3179         (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
3180         (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
3181         (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
3182         (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
3183         (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
3184         (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
3185         (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
3186         (calendar-mouse-tex-month-landscape):
3187         Rename cal-tex-mouse-month-landscape.
3188         (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
3189         (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
3190         (calendar-mouse-tex-year-landscape):
3191         Rename cal-tex-mouse-year-landscape.
3192         (cal-menu-context-mouse-menu): Update for above name changes.
3194         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3195         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3196         * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
3197         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
3198         * calendar/holidays.el: Replace int-to-string with number-to-string.
3200 2008-04-08  Chong Yidong  <cyd@stupidchicken.com>
3202         * mwheel.el (mwheel-scroll): Deactivate any temporarily active
3203         region if point moves.
3205 2008-04-08  Kenichi Handa  <handa@m17n.org>
3207         * faces.el (font-slant-table): Change numeric values for `r',
3208         `roman', and `normal'.
3210 2008-04-07  Vincent Belaïche  <vincent.b.1@hotmail.fr>
3212         * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
3214 2008-04-07  Jay Belanger  <jay.p.belanger@gmail.com>
3216         * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
3217         `calcFunc-kron' to autoloads.  Add keybinding for `calc-kron'.
3219 2008-04-07  Michael Albinus  <michael.albinus@gmx.de>
3221         * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
3222         "pscp" and "psftp".  Reported by Gilles Pion <gpion@lfdj.com>.
3224 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3226         * dired-aux.el (dired-read-shell-command): Use read-shell-command.
3228 2008-04-07  Sam Steingold  <sds@gnu.org>
3230         * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
3231         Add helper functions.
3232         (lisp-do-defun): Extract the common part of lisp-eval-defun and
3233         lisp-compile-defun; DEFVAR forms reset the variables to the init
3234         values, just like in emacs-lisp mode eval-defun.
3235         (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
3236         (lisp-compile-region): Use lisp-compile-string.
3238 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3240         * subr.el (combine-and-quote-strings): Also quote strings that contain
3241         the separator.
3243         * pcvs-util.el (cvs-map): Avoid recursion :-(
3245 2008-04-07  Glenn Morris  <rgm@gnu.org>
3247         * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
3249         * calendar.el (diary-view-entries-initially-flag): Rename
3250         view-diary-entries-initially.  Keep old name as alias, update users.
3251         (calendar-mark-diary-entries-flag): Rename
3252         mark-diary-entries-in-calendar.  Keep old name as alias, update users.
3253         (calendar-view-holidays-initially-flag): Rename
3254         view-calendar-holidays-initially.  Keep old name as alias, update users.
3255         (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
3256         Keep old name as alias, update users.
3257         (calendar-initial-window-hook): Rename initial-calendar-window-hook.
3258         Keep old name as alias, update users.
3259         (calendar-today-visible-hook): Rename today-visible-calendar-hook.
3260         Keep old name as alias, update users.
3261         (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
3262         Keep old name as alias, update users.
3263         (diary-iso-date-forms): Rename iso-date-diary-pattern.  Update users.
3264         (diary-american-date-forms): Rename american-date-diary-pattern.
3265         Keep old name as alias, update users.
3266         (diary-european-date-forms): Rename european-date-diary-pattern.
3267         Keep old name as alias, update users.
3268         (calendar-iso-date-display-form): Rename iso-calendar-display-form.
3269         Keep old name as alias, update users.
3270         (calendar-european-date-display-form): Rename
3271         european-calendar-display-form.  Keep old name as alias, update users.
3272         (calendar-american-date-display-form): Rename
3273         european-calendar-display-form.  Keep old name as alias, update users.
3274         (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
3275         Keep old name as alias, update users.
3276         (holiday-general-holidays): Rename general-holidays.
3277         Keep old name as alias, update users.
3278         (holiday-oriental-holidays): Rename oriental-holidays.
3279         Keep old name as alias, update users.
3280         (holiday-local-holidays): Rename local-holidays.
3281         Keep old name as alias, update users.
3282         (holiday-other-holidays): Rename other-holidays.
3283         Keep old name as alias, update users.
3284         (holiday-hebrew-holidays): Rename hebrew-holidays.
3285         Keep old name as alias, update users.
3286         (holiday-christian-holidays): Rename christian-holidays.
3287         Keep old name as alias, update users.
3288         (holiday-islamic-holidays): Rename islamic-holidays.
3289         Keep old name as alias, update users.
3290         (holiday-bahai-holidays): Rename bahai-holidays.
3291         Keep old name as alias, update users.
3292         (holiday-solar-holidays): Rename solar-holidays.
3293         Keep old name as alias, update users.
3294         (diary-fancy-buffer): Rename fancy-diary-buffer.
3295         Keep old name as alias, update users.
3296         (calendar-other-calendars-buffer): Rename other-calendars-buffer.
3297         Update users.
3298         (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
3299         Update users.
3300         (calendar-increment-month): Rename increment-calendar-month.
3301         Keep old name as alias, update callers.
3302         (calendar-increment-month-cons): Rename old calendar-increment-month.
3303         Update callers.
3304         (calendar-extract-month): Rename extract-calendar-month.
3305         Keep old name as alias, update callers
3306         (calendar-extract-day): Rename extract-calendar-day.
3307         Keep old name as alias, update callers.
3308         (calendar-extract-year): Rename extract-calendar-year.
3309         Keep old name as alias, update callers.
3310         (calendar-generate-window): Rename generate-calendar-window.
3311         Update callers.
3312         (calendar-generate): Rename generate-calendar.  Update callers.
3313         (calendar-generate-month): Rename generate-calendar-month.
3314         Update callers.
3315         (calendar-redraw): Rename redraw-calendar.  Update callers.
3316         (calendar-describe-mode): Rename describe-calendar-mode.  Update uses.
3317         (calendar-mouse-other-month): Rename mouse-calendar-other-month.
3318         Update callers.
3319         (calendar-update-mode-line): Rename update-calendar-mode-line.
3320         Update callers.
3321         (calendar-exit): Rename exit-calendar.  Keep old name as alias,
3322         update callers.
3323         (calendar-mark-visible-date): Rename mark-visible-calendar-date.
3324         Keep old name as alias, update callers.
3325         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
3326         * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
3327         * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
3328         * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
3329         * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
3330         * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
3331         * calendar/solar.el: Update for calendar.el name changes.
3332         * org/org.el (org-agenda-format-date-aligned)
3333         (org-agenda-execute-calendar-command): Access date elements directly
3334         rather than using calendar functions.
3335         (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
3336         Also set calendar-view-diary-initially-flag,
3337         calendar-view-holidays-initially-flag
3338         (org-get-entries-from-diary): Also set diary-fancy-buffer.
3339         (org-agenda-execute-calendar-command): No need to set displayed-day.
3341 2008-04-06  Alan Mackenzie  <acm@muc.de>
3343         * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
3344         typo in the doc string.
3346         * progmodes/cc-mode.el (c-basic-common-init):
3347         Set font-lock-extend-after-change-region-function.
3348         (c-extend-after-change-region): New function, used in
3349         font-lock-extend-after-change-region-function, thus superseding
3350         advice on the Font Lock after change functions.
3351         (c-advise-fl-for-region): Remove this macro.
3353 2008-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
3355         * textmodes/flyspell.el (flyspell-duplicate-distance):
3356         Improve custom type.
3358 2008-04-06  Glenn Morris  <rgm@gnu.org>
3360         * calendar/diary-lib.el (diary-sexp-entry-symbol):
3361         Rename sexp-diary-entry-symbol.  Keep old name as alias, update users.
3362         (diary-list-entries-hook): Rename list-diary-entries-hook.
3363         Keep old name as alias, update users.
3364         (diary-mark-entries-hook): Rename mark-diary-entries-hook.
3365         Keep old name as alias, update users.
3366         (diary-nongregorian-listing-hook): Rename
3367         nongregorian-diary-listing-hook.  Keep old name as alias, update users.
3368         (diary-nongregorian-marking-hook): Rename
3369         nongregorian-diary-marking-hook.  Keep old name as alias, update users.
3370         (diary-print-entries-hook): Rename print-diary-entries-hook.
3371         Keep old name as alias, update users.
3372         (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
3373         Keep old name as alias, update users.
3374         (diary-number-of-entries): Rename number-of-diary-entries.
3375         Keep old name as alias, update users.
3376         (view-diary-entries, list-diary-entries, show-all-diary-entries):
3377         Give version of obsolescence.
3378         (diary-view-other-diary-entries): Rename view-other-diary-entries.
3379         Keep old name as alias, update callers.
3380         (diary-add-to-list): Rename add-to-diary-list.  Keep old name as alias,
3381         update callers.
3382         (diary-include-other-diary-files): Rename include-other-diary-files.
3383         Keep old name as alias, update callers.
3384         (diary-simple-display): Rename simple-diary-display.
3385         Keep old name as alias, update callers.
3386         (diary-fancy-display): Rename fancy-diary-display.
3387         Keep old name as alias, update callers.
3388         (diary-print-entries): Rename print-diary-entries.
3389         Keep old name as alias, update callers.
3390         (diary-marking-entries-flag): Rename marking-diary-entries.
3391         Update users.
3392         (diary-marking-entry-flag): Rename marking-diary-entry.  Update users.
3393         (diary-mark-entries): Rename mark-diary-entries.
3394         Keep old name as alias, update callers.
3395         (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
3396         Keep old name as alias, update callers.
3397         (diary-mark-included-diary-files): Rename mark-included-diary-files.
3398         Keep old name as alias, update callers.
3399         (calendar-mark-days-named): Rename mark-calendar-days-named.
3400         Keep old name as alias, update callers.
3401         (calendar-mark-month): Rename mark-calendar-month.
3402         Keep old name as alias, update callers.
3403         (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
3404         Keep old name as alias, update callers.
3405         (diary-sort-entries): Rename sort-diary-entries.
3406         Keep old name as alias, update callers.
3407         (diary-list-sexp-entries): Rename list-sexp-diary-entries.
3408         Keep old name as alias, update callers.
3409         (diary-make-entry): Rename make-diary-entry.  Keep old name as alias,
3410         update callers.
3411         (diary-insert-entry): Rename insert-diary-entry.
3412         Keep old name as alias.
3413         (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
3414         Keep old name as alias.
3415         (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
3416         Keep old name as alias.
3417         (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
3418         Keep old name as alias.
3419         (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
3420         Keep old name as alias.
3421         (diary-insert-block-entry): Rename insert-block-diary-entry.
3422         Keep old name as alias.
3423         (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
3424         Keep old name as alias.
3425         (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
3426         Keep old name as alias, update users.
3427         (diary-fancy-display-mode): Rename fancy-diary-display-mode.
3428         Keep old name as alias, update callers.
3429         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
3430         * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
3431         * calendar/icalendar.el: Update for diary-lib name changes.
3433 2008-04-06  Chong Yidong  <cyd@stupidchicken.com>
3435         * dired-aux.el (dired-overwrite-confirmed): Revert last change.
3437         * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
3438         for copy, move, and link operations.
3440 2008-04-06  Michael Kifer  <kifer@cs.stonybrook.edu>
3442         * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
3443         (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
3445         * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
3446         'require' statements with 1-argument ones (wrapped in if's).
3447         For compatibility with the current stable version of XEmacs.
3449 2008-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3451         * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
3453 2008-04-06  Jason Rumney  <jasonr@gnu.org>
3455         * language/burmese.el ("Burmese"): Make sample text consistent with
3456         language name.
3458 2008-04-06  Nick Roberts  <nickrob@snap.net.nz>
3460         * progmodes/gdb-ui.el (gdb): New group.
3461         (gdb-debug-log-max, gdb-enable-debug)
3462         (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
3463         (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
3464         (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
3465         (gdb-show-changed-values, gdb-max-children)
3466         (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
3467         (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
3468         (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
3469         (gdb-memory-unit): Move to new group from GUD group.
3470         (menu): Allow customization from GDB-UI menu-item.
3472 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
3474         * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
3476 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
3479         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
3480         Revision numbers can include ".".
3482         * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
3483         "+" lines not accounted for by counting "-" and context lines.
3485 2008-04-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3487         * term/mac-win.el (mac-service-open-file): Use file URL instead of
3488         file name string.
3490 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3492         * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
3493         (vc-bzr-annotate-time): Accept space used to preserve alignment.
3495 2008-04-05  Richard Stallman  <rms@gnu.org>
3497         * emacs-lisp/advice.el (defadvice): Add usage pattern.
3499 2008-04-05  Nick Roberts  <nickrob@snap.net.nz>
3501         * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
3502         thread in [h-e-w]).
3504 2008-04-05  Juanma Barranquero  <lekktu@gmail.com>
3506         * files.el (abort-if-file-too-large): Fix typo in docstring.
3508 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3510         * subr.el (functionp): Return nil for special forms.
3512 2008-04-05  Glenn Morris  <rgm@gnu.org>
3514         * emacs-lisp/autoload.el (autoload-ensure-default-file):
3515         Provide a feature.
3516         * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
3517         Require loaddef file rather than loading it.
3518         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
3519         autoload-ensure-default-file provides a feature.
3521         * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
3522         (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
3523         (compile, compile-always, recompile): Use $LOADDEFS.
3524         (cal-autoloads): Remove.
3526         * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
3527         than buffer-live-p.  Reported by David Koppelman <koppel@ece.lsu.edu>.
3529         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
3530         (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
3532         * calendar/calendar.el (diary-hebrew-entry-symbol):
3533         Rename hebrew-diary-entry-symbol.  Keep old name as alias.
3534         (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
3535         Keep old name as alias.
3536         (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
3537         Keep old name as alias.
3538         * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
3539         to diary-bahai-entry-symbol.
3540         * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
3541         to diary-hebrew-entry-symbol.
3542         * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
3543         to diary-islamic-entry-symbol.
3544         * calendar/diary-lib.el: Update for diary-entry-symbol renames.
3546         * calendar/solar.el (diary-sabbath-candles-minutes)
3547         (diary-sabbath-candles): Move to cal-hebrew.
3548         * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
3549         (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
3550         Doc fix.  Keep old name as alias.
3551         (diary-hebrew-sabbath-candles): Simplify.
3552         (solar-setup, solar-sunrise-sunset, calendar-latitude)
3553         (calendar-longitude, calendar-time-zone): Declare for compiler.
3554         * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
3555         rename.
3557         * calendar/cal-coptic.el (calendar-coptic-month-name-array):
3558         Rename coptic-calendar-month-name-array.  Update callers.
3559         (calendar-coptic-epoch): Rename coptic-calendar-epoch.  Update callers.
3560         (calendar-coptic-name): Rename coptic-name.  Update callers.
3561         (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
3562         Update callers.
3563         (calendar-coptic-last-day-of-month):
3564         Rename coptic-calendar-last-day-of-month.  Update callers.
3565         (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
3566         Keep old name as alias, update callers.
3567         (calendar-coptic-print-date): Rename calendar-print-coptic-date.
3568         Keep old name as alias, update callers.
3569         (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
3570         Keep old name as alias.
3571         (calendar-ethiopic-month-name-array):
3572         Rename ethiopic-calendar-month-name-array.  Update callers.
3573         (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
3574         Update callers.
3575         (calendar-ethiopic-name): Rename ethiopic-name.  Update callers.
3576         (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
3577         Keep old name as alias, update callers.
3578         (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
3579         Keep old name as alias, update callers.
3580         (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
3581         Keep old name as alias.
3583         * calendar/cal-french.el (calendar-french-epoch):
3584         Rename french-calendar-epoch.  Update callers.
3585         (calendar-french-month-name-array): Rename variable and function
3586         french-calendar-month-name-array.  Update callers.
3587         (calendar-french-multibyte-month-name-array):
3588         Rename french-calendar-multibyte-month-name-array.  Update callers.
3589         (calendar-french-day-name-array): Rename variable and function
3590         french-calendar-day-name-array.  Update callers.
3591         (calendar-french-special-days-array): Rename variable and function
3592         french-calendar-special-days-array.  Update callers.
3593         (calendar-french-multibyte-special-days-array):
3594         Rename french-calendar-multibyte-special-days-array.  Update callers.
3595         (calendar-french-accents-p): Rename french-calendar-accents.
3596         Update callers.
3597         (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
3598         Update callers.
3599         (calendar-french-last-day-of-month):
3600         Rename french-calendar-last-day-of-month.  Update callers.
3601         (calendar-french-to-absolute): Rename calendar-absolute-from-french.
3602         Keep old name as alias, update callers.
3603         (calendar-french-print-date): Rename calendar-print-french-date.
3604         Keep old name as alias, update callers.
3605         (calendar-french-goto-date): Rename calendar-goto-french-date.
3606         Keep old name as alias.
3608         * calendar/cal-menu.el, calendar/calendar.el:
3609         Update for Coptic and French name changes.
3611         * calendar/cal-china.el (calendar-chinese): Rename custom group
3612         from chinese-calendar.  Update users.
3613         (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
3614         Keep old name as alias, update users.
3615         (calendar-chinese-location-name): Rename chinese-calendar-location-name.
3616         Keep old name as alias.
3617         (calendar-chinese-daylight-time-offset):
3618         Rename chinese-calendar-daylight-time-offset.  Keep old name as alias,
3619         update users.
3620         (calendar-chinese-standard-time-zone-name):
3621         Rename chinese-calendar-standard-time-zone-name.
3622         Keep old name as alias, update users.
3623         (calendar-chinese-daylight-saving-start):
3624         Rename chinese-calendar-daylight-savings-starts.
3625         Keep old name as alias, update users.
3626         (calendar-chinese-daylight-saving-end):
3627         Rename chinese-calendar-daylight-savings-ends.  Keep old name as alias,
3628         update users.
3629         (calendar-chinese-daylight-saving-start-time):
3630         Rename chinese-calendar-daylight-savings-starts-time.
3631         Keep old name as alias, update users.
3632         (calendar-chinese-daylight-saving-end-time):
3633         Rename chinese-calendar-daylight-savings-ends-time.
3634         Keep old name as alias, update users.
3635         (calendar-chinese-celestial-stem): Rename
3636         calendar-chinese-celestial-stem.  Keep old name as alias, update users.
3637         (calendar-chinese-terrestrial-branch):
3638         Rename calendar-chinese-terrestrial-branch.  Keep old name as alias,
3639         update users.
3640         (calendar-chinese-zodiac-sign-on-or-after):
3641         Rename chinese-zodiac-sign-on-or-after.  Update callers.
3642         (calendar-chinese-new-moon-on-or-after):
3643         Rename chinese-new-moon-on-or-after.  Update callers.
3644         (calendar-chinese-month-list): Rename chinese-month-list.
3645         Update callers.
3646         (calendar-chinese-number-months): Rename number-chinese-months.
3647         Update callers.
3648         (calendar-chinese-compute-year): Rename compute-chinese-year.
3649         Update callers.
3650         (calendar-chinese-year-cache): Rename chinese-year-cache.  Update users.
3651         (calendar-chinese-year): Rename chinese-year.  Update callers.
3652         (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
3653         (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
3654         Keep old name as alias, update callers.
3655         (calendar-chinese-print-date): Rename calendar-print-chinese-date.
3656         Keep old name as alias, update callers.
3657         (calendar-chinese-months-to-alist):
3658         Rename make-chinese-month-assoc-list.  Update callers.
3659         (calendar-chinese-months): Rename chinese-months.  Update callers.
3660         (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
3661         Keep old name as alias, update callers.
3663         * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
3664         Rename hebrew-calendar-leap-year-p.  Update callers.
3665         (calendar-hebrew-last-month-of-year):
3666         Rename hebrew-calendar-last-month-of-year.  Update callers.
3667         (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
3668         Update callers.
3669         (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
3670         Update callers.
3671         (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
3672         Update callers.
3673         (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
3674         Update callers.
3675         (calendar-hebrew-last-day-of-month):
3676         Rename hebrew-calendar-last-day-of-month.  Update callers.
3677         (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
3678         Keep old name as alias, update callers.
3679         (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
3680         Keep old name as alias, update callers.
3681         (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
3682         Keep old name as alias, update callers.
3683         (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
3684         Keep old name as alias.
3685         (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
3686         Keep old name as alias.
3687         (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
3688         Keep old name as alias.
3689         (holiday-hebrew-passover): Rename holiday-passover-etc.
3690         Keep old name as alias.
3691         (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
3692         Keep old name as alias, update callers.
3693         (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
3694         Keep old name as alias.
3695         (calendar-hebrew-mark-date-pattern):
3696         Rename mark-hebrew-calendar-date-pattern.  Keep old name as alias,
3697         update callers.
3698         (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
3699         Keep old name as alias.
3700         (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
3701         Keep old name as alias.
3702         (diary-hebrew-insert-monthly-entry):
3703         Rename insert-monthly-hebrew-diary-entry.  Keep old name as alias.
3704         (diary-hebrew-insert-yearly-entry):
3705         Rename insert-yearly-hebrew-diary-entry.  Keep old name as alias.
3706         (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
3707         Keep old name as alias.
3708         (diary-hebrew-omer): Rename diary-omer.  Keep old name as alias.
3709         (diary-hebrew-yahrzeit): Rename diary-yahrzeit.  Keep old name as alias.
3710         (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
3711         Keep old name as alias.
3712         (calendar-hebrew-parashiot-names):
3713         Rename hebrew-calendar-parashiot-names.  Update callers.
3714         (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
3715         (calendar-hebrew-year-Saturday-incomplete-Sunday):
3716         Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
3717         (calendar-hebrew-year-Saturday-complete-Tuesday):
3718         Rename hebrew-calendar-year-Saturday-complete-Tuesday.
3719         (calendar-hebrew-year-Monday-incomplete-Tuesday):
3720         Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
3721         (calendar-hebrew-year-Monday-complete-Thursday):
3722         Rename hebrew-calendar-year-Monday-complete-Thursday.
3723         (calendar-hebrew-year-Tuesday-regular-Thursday):
3724         Rename hebrew-calendar-year-Tuesday-regular-Thursday.
3725         (calendar-hebrew-year-Thursday-regular-Saturday):
3726         Rename hebrew-calendar-year-Thursday-regular-Saturday.
3727         (calendar-hebrew-year-Thursday-complete-Sunday):
3728         Rename hebrew-calendar-year-Thursday-complete-Sunday.
3729         (calendar-hebrew-year-Saturday-incomplete-Tuesday):
3730         Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
3731         (calendar-hebrew-year-Saturday-complete-Thursday):
3732         Rename hebrew-calendar-year-Saturday-complete-Thursday.
3733         (calendar-hebrew-year-Monday-incomplete-Thursday):
3734         Rename hebrew-calendar-year-Monday-incomplete-Thursday.
3735         (calendar-hebrew-year-Monday-complete-Saturday):
3736         Rename hebrew-calendar-year-Monday-complete-Saturday.
3737         (calendar-hebrew-year-Tuesday-regular-Saturday):
3738         Rename hebrew-calendar-year-Tuesday-regular-Saturday.
3739         (calendar-hebrew-year-Thursday-incomplete-Sunday):
3740         Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
3741         (calendar-hebrew-year-Thursday-complete-Tuesday):
3742         Rename hebrew-calendar-year-Thursday-complete-Tuesday.
3743         (diary-hebrew-parasha): Rename diary-parasha.  Keep old name as alias.
3744         Update for above name changes of constants.
3746         * calendar/cal-menu.el, calendar/calendar.el:
3747         Update for chinese and hebrew name changes.
3748         * calendar/diary-lib.el: Update for hebrew name changes.
3750 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3752         * subr.el (keymap-canonicalize): Correct thinko.
3754         * server.el: Undo part of the multi-tty change, which is only
3755         needed if server.el is preloaded, and broke server-running-p.
3756         (server-socket-dir): Initialize in the defvar, as before.
3757         (server-start): Remove initialization of server-socket-dir.
3759 2008-04-05  Eli Zaretskii  <eliz@gnu.org>
3761         * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
3762         3-member cons cells.
3764 2008-04-05  Chong Yidong  <cyd@stupidchicken.com>
3766         * cus-face.el (custom-face-attributes): Handle roman slant.
3768         * faces.el (default): Ensure the face-defface-spec property is set.
3770 2008-04-05  Adrian Robert  <Adrian.B.Robert@gmail.com>
3772         * files.el (abort-if-file-too-large): New function.
3773         (find-file-noselect, insert-file-1): Use it.
3775 2008-04-05  Reto Zimmermann  <reto@gnu.org>
3777         * progmodes/vhdl-mode.el (vhdl-mode-map-init):
3778         Replace C-c[a-zA-Z] key bindings.
3780 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3782         * progmodes/hideif.el (hif-token-alist): New var.
3783         (hif-token-regexp, hif-tokenize): Use it.
3784         (hif-mathify-binop): New macro.
3785         (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
3786         (hif-greater-equal, hif-less-equal): Use it.
3787         (hif-logior, hif-logand): New functions.
3788         (hif-math): Accept | and & as well.
3790         * progmodes/etags.el: Fix problem with completion for buffer-local
3791         tables.  Reported by Radey Shouman <shouman@comcast.net>.
3792         (tags-complete-tag): Remove.
3793         (tags-lazy-completion-table): New function to replace it.
3794         (find-tag-tag, complete-tag): Update users.
3796 2008-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
3798         * vc-rcs.el (vc-rcs-dir-status):
3799         * vc-sccs.el (vc-sccs-dir-status): New function.
3801         * outline.el (outline-mode-menu-bar-map):
3802         * term.el (terminal-signal-menu): Add :help.
3804         * net/eudc.el (eudc-mode-map): Declare and define in one step.
3805         (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
3807         * emacs-lisp/re-builder.el (reb-mode-map):
3808         * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
3810         * diff-mode.el (diff-file-junk-re): Recognize the git format for
3811         new files, deleted files and for changing permissions.
3812         (diff-mode): Set beginning-of-defun-function and
3813         end-of-defun-function.
3815         * vc-bzr.el (vc-bzr-state): Use when instead of if.
3817         * vc.el (vc-default-status-fileinfo-extra): New function.
3818         (vc-status-mark-buffer-changed): Use it.
3819         (vc-update-vc-status-buffer): Allow for partial updates.
3821 2008-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
3823         * net/tramp.el (after-init-hook): Don't wrap a lambda around
3824         tramp-register-completion-file-name-handler.
3826         * subr.el (keymap-canonicalize): New function.
3827         * mouse.el (mouse-menu-non-singleton): Use it.
3828         (mouse-major-mode-menu): Remove hack made unnecessary.
3830         * simple.el (set-fill-column): Prompt rather than error by default.
3832 2008-04-04  Andreas Schwab  <schwab@suse.de>
3834         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
3835         Reset new-rules after each round.
3837         * Makefile.in (cal-autoloads): New target.
3838         (compile, compile-always, recompile): Depend on it.
3839         ($(lisp)/calendar/cal-loaddefs.el)
3840         ($(lisp)/calendar/diary-loaddefs.el)
3841         ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
3843 2008-04-04  Michael Kifer  <kifer@cs.stonybrook.edu>
3845         * ediff*.el: Replace load with require in eval-when-compile.
3847         * ediff-hook: Delete all invocations of (autoload ...).
3849         * ediff-util.el (ediff-setup): Make window-min-height a local variable
3850         in ediff control window, and set its min height to 2.
3851         (ediff-setup-control-buffer): Dedicate the control window.
3852         (ediff-toggle-multiframe): Undedicate control window.
3853         Work directly with ediff-setup-windows-multiframe and
3854         ediff-setup-windows-plain.
3856         * ediff-wind (ediff-choose-window-setup-function-automatically):
3857         New function.
3858         (ediff-window-setup-function): Change initialization.
3859         (ediff-setup-windows-automatic): Delete.
3860         (ediff-setup-windows-plain-merge): Make control window dedicated.
3861         (ediff-destroy-control-frame): Do not skip frames if working in a
3862         single frame.
3864         * emulation/viper-ex.el: Move provide's forward, prevent recursion in
3865         eval-when-compile.
3867         * emulation/viper-util.el: Move provide's forward, prevent recursion in
3868         eval-when-compile.
3870 2008-04-04  Glenn Morris  <rgm@gnu.org>
3872         * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
3873         calendar-absolute-from-bahai.  Update callers, keep old name as alias.
3875         * calendar/cal-islam.el (calendar-islamic-leap-year-p):
3876         Rename islamic-calendar-leap-year-p.  Update callers.
3877         (calendar-islamic-last-day-of-month):
3878         Rename islamic-calendar-last-day-of-month.  Update callers.
3879         (calendar-islamic-day-number):
3880         Rename islamic-calendar-day-number.  Update callers.
3881         (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
3882         Update callers, keep old name as alias.
3883         (calendar-islamic-print-date): Rename calendar-print-islamic-date.
3884         Update callers, keep old name as alias.
3885         (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
3886         Keep old name as alias.
3887         (diary-islamic-list-entries): Rename list-islamic-diary-entries.
3888         Update callers, keep old name as alias.
3889         (calendar-islamic-mark-date-pattern):
3890         Rename mark-islamic-calendar-date-pattern.  Update callers, keep old
3891         name as alias.
3892         (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
3893         Keep old name as alias.
3894         (diary-islamic-insert-monthly-entry):
3895         Rename insert-monthly-islamic-diary-entry.  Keep old name as alias.
3896         (diary-islamic-insert-yearly-entry):
3897         Rename insert-yearly-islamic-diary-entry.  Keep old name as alias.
3899         * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
3900         calendar-absolute-from-iso.  Update callers, keep old name as alias.
3901         (calendar-iso-print-date): Rename calendar-print-iso-date.
3902         Update callers, keep old name as alias.
3903         (calendar-iso-goto-date): Rename calendar-goto-iso-date.
3904         Keep old name as alias.
3905         (calendar-iso-goto-week): Rename calendar-goto-iso-week.
3906         Keep old name as alias.
3908         * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
3909         calendar-absolute-from-julian.  Update callers, keep old name as alias.
3910         (calendar-julian-print-date): Rename calendar-print-julian-date.
3911         Update callers, keep old name as alias.
3912         (calendar-julian-goto-date): Rename calendar-goto-julian-date.
3913         Update callers, keep old name as alias.
3914         (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
3915         Update callers, keep old name as alias.
3916         (calendar-astro-print-day-number):
3917         Rename calendar-print-astro-day-number.  Update callers, keep old
3918         name as alias.
3919         (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
3920         Update callers, keep old name as alias.
3922         * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
3923         Rename calendar-string-to-mayan-long-count.  Update callers.
3924         (calendar-mayan-print-date): Rename calendar-print-mayan-date.
3925         Update callers, keep old name as alias.
3926         (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
3927         Update callers.
3928         (calendar-mayan-read-tzolkin-date):
3929         Rename calendar-read-mayan-tzolkin-date.  Update callers.
3930         (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
3931         Keep old name as alias.
3932         (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
3933         Keep old name as alias.
3934         (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
3935         Keep old name as alias.
3936         (calendar-mayan-previous-tzolkin-date):
3937         Rename calendar-previous-tzolkin-date.  Keep old name as alias.
3938         (calendar-mayan-next-round-date):
3939         Rename calendar-next-calendar-round-date.  Keep old name as alias.
3940         (calendar-mayan-previous-round-date):
3941         Rename calendar-previous-calendar-round-date.  Keep old name as alias.
3942         (calendar-mayan-long-count-to-absolute): Rename
3943         calendar-absolute-from-mayan-long-count.  Keep old name as alias.
3944         (calendar-mayan-goto-long-count-date):
3945         Rename calendar-goto-mayan-long-count-date.  Keep old name as alias.
3947         * calendar/cal-persia.el (calendar-persian-month-name-array):
3948         Rename persian-calendar-month-name-array.  Update callers.
3949         (calendar-persian-epoch): Rename persian-calendar-epoch.
3950         Update callers.
3951         (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
3952         Update callers.
3953         (calendar-persian-last-day-of-month):
3954         Rename persian-calendar-last-day-of-month.  Update callers.
3955         (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
3956         Update callers, keep old name as alias.
3957         (calendar-persian-print-date): Rename calendar-print-persian-date.
3958         Update callers, keep old name as alias.
3959         (calendar-persian-goto-date): Rename calendar-goto-persian-date.
3960         Keep old name as alias.
3962         * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
3963         * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
3964         * calendar/solar.el: Update for cal-julian name changes.
3966         * calendar/cal-dst.el: Update for persian name changes.
3968         * calendar/cal-menu.el, calendar/calendar.el:
3969         Update for islamic, iso, julian, mayan, persian name changes.
3971         * calendar/diary-lib.el: Update for islamic name changes.
3973         * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
3974         Rename all-hebrew-calendar-holidays.  Update callers, keep old name
3975         as alias.
3976         (calendar-christian-all-holidays-flag):
3977         Rename all-christian-calendar-holidays.  Update callers, keep old
3978         name as alias.
3979         (calendar-islamic-all-holidays-flag):
3980         Rename all-islamic-calendar-holidays.  Update callers, keep old
3981         name as alias.
3982         (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
3983         Update callers, keep old name as alias.
3984         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
3985         Update for the above name changes.
3987 2008-04-04  Juanma Barranquero  <lekktu@gmail.com>
3989         * hilit-chg.el (global-highlight-changes-mode)
3990         (highlight-changes-passive-string, highlight-changes-active-string):
3991         Mark as obsolete since 23.1, not 22.1.
3993 2008-04-03  Juanma Barranquero  <lekktu@gmail.com>
3995         * hilit-chg.el (highlight-changes-visibility-initial-state)
3996         (hilit-chg-update, highlight-changes-mode-turn-on):
3997         Fix typos in docstrings.
3999 2008-04-03  Stephen Berman  <Stephen.Berman@gmx.net>
4001         * newcomment.el (comment-enter-backward): Be careful to restore
4002         position changed during narrowing.
4004 2008-04-03  Giuliano Procida  <giuliano.procida@googlemail.com>  (tiny change)
4006         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4007         Recognize `sub ($$)'.
4009 2008-04-03  Richard Sharman  <rsharman@pobox.com>
4011         * hilit-chg.el (highlight-changes-mode): Rename from
4012         highlight-changes; no longer uses sub-modes active and passive;
4013         implemented by define-minor-mode.
4014         (highlight-changes-toggle-visibility): New function, to replace
4015         the old passive/active submodes of global-highlight-changes-mode;
4016         implemented by define-minor-mode.
4017         (global-highlight-changes-mode): Rename from global-highlight-changes;
4018         rewrite using define-globalized-minor-mode.
4019         (hilit-chg-major-mode-hook, hilit-chg-check-global)
4020         (hilit-chg-post-command-hook, hilit-chg-check-global)
4021         (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
4022         to use of define-globalized-minor-mode.
4023         (highlight-changes-global-initial-state): Change to be boolean.
4024         (highlight-changes-visible-string, highlight-changes-invisible-string):
4025         Rename from highlight-changes-active-string and
4026         highlight-changes-passive-string.
4027         (hilit-chg-update, hilit-chg-set): Use them.
4028         (global-highlight-changes-mode): Rename from global-highlight-changes.
4029         (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
4030         docstring.
4031         (hilit-chg-hide-changes): Rewrite to use dolist.
4032         (hilit-chg-set-face-on-change, hilit-chg-update)
4033         (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
4034         variable instead of testing highlight-changes-mode.
4035         (highlight-markup-buffers): Add require ediff-util; argument on calls
4036         to highlight-changes-mode changed.
4037         (highlight-compare-with-file): Fix problems with interactive
4038         call giving invalid default file.
4040 2008-04-03  Nick Roberts  <nickrob@snap.net.nz>
4042         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4043         Fix in disassembly buffer (regression in 22.2).
4045 2008-04-03  Michael Kifer  <kifer@cs.stonybrook.edu>
4047         * emulation/viper-macs.el (viper-read-fast-keysequence):
4048         Use viper-read-event instead of viper-read-key.
4050         * emulation/viper.el (viper-mode): Move the check for fundamental mode.
4052         * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
4053         (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
4054         let-statements.
4056         * emulation/viper-ex.el, emulation/viper-macs.el:
4057         * emulation/viper-mous.el:
4058         Replace load with require in eval-when-compile.
4060 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4062         * files.el (auto-mode-alist): Use archive-mode for Debian packages.
4064         * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
4065         (archive-try-jka-compr): New function.
4066         (archive-set-buffer-as-visiting-file): Use it.
4068         * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
4070 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4072         * simple.el (handle-shift-selection): New arg.
4074 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4076         * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
4078         * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
4080 2008-04-03  Chong Yidong  <cyd@stupidchicken.com>
4082         * shell.el (shell-dynamic-complete-filename): New fun.
4083         (shell-dynamic-complete-functions): Use it.
4085         * help-fns.el (describe-variable): Undo 2008-02-25 change.
4087 2008-04-03  Kenichi Handa  <handa@m17n.org>
4089         * international/fontset.el (create-fontset-from-x-resource):
4090         Handle the error of X resource more gracefully.
4092         * international/latin1-disp.el (latin1-display): Don't use make-char.
4093         Fix the argument to set-char-table-range.
4094         (latin1-display-identities): Don't use make-char.
4095         (latin1-display-reset): Use map-charset-chars instead of directly
4096         calling standard-display-default.
4097         (latin1-display-check-font): Don't use make-char.
4098         (latin1-display-setup): Likewise.
4099         (latin1-display-ucs-per-lynx): Likewise.
4101 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4103         * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
4104         name the fields, to make the code clearer.
4105         Rewrite all `aset' and `aref' using the defined accessors.
4106         (timer--time): New pseudo-field.
4107         (timer-set-time, timer-set-idle-time, timer-inc-time)
4108         (timer-set-time-with-usecs, with-timeout-suspend): Use it.
4109         (timer--time-less-p): New function.
4110         (timer--activate): New function, extracted from timer-activate.
4111         (timer-activate-when-idle, timer-activate): Use it.
4112         (cancel-function-timers): Use dolist.
4114 2008-04-03  Glenn Morris  <rgm@gnu.org>
4116         * add-log.el (c-beginning-of-defun, c-end-of-defun):
4117         Remove declarations; no longer used.
4118         (c-cpp-define-name, c-defun-name): Declare as functions.
4120         * calendar/cal-bahai.el (holiday-fixed): Autoload it.
4121         (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
4123         * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
4124         (holiday-passover-etc, holiday-hanukkah): Doc fix.
4125         Add optional argument.  Simplify.
4126         (holiday-tisha-b-av-etc): Use memq rather than unless.
4127         (holiday-julian): Autoload it.
4128         (holiday-hebrew-misc): New function.
4130         * calendar/cal-islam.el (holiday-islamic-new-year): New function.
4132         * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
4133         (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
4134         (hebrew-holidays-2): Just use holiday-hanukkah now it respects
4135         all-hebrew-calendar-holidays.
4136         (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
4137         Simplify using new functions.
4138         (calendar-holidays): Doc fix.
4139         (generate-calendar-window): Use bound-and-true-p.
4141         * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
4143         * calendar/holidays.el (calendar-holiday-list): Fix previous change.
4144         (holiday-filter-visible-calendar): Doc fix.  Use mapcar.
4145         (holiday-easter-etc): Fix nesting of result.  Tweak holiday order.
4146         Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
4148         * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
4150 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4152         * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
4154         * vc-bzr.el (vc-bzr-checkout): Simplify.
4156         * image-mode.el (image-mode-fit-frame): New command.
4158         * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
4159         (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
4160         (keyboard-escape-quit): Check region-active-p i.s.o
4161         transient-mark-mode.
4163 2008-04-02  Simon Josefsson  <simon@josefsson.org>
4165         * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
4166         (imap-message-copyuid-1): Use it.
4167         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
4168         J. Williams in
4169         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
4171 2008-04-02  Alan Mackenzie  <acm@muc.de>
4173         * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
4174         New optimised functions to get the name of the current defun/macro.
4176         * add-log.el (add-log-current-defun): Move the functionality which
4177         gets the current function name for C like modes to cc-cmds.el,
4178         thus optimising for speed.
4180 2008-04-02  Chong Yidong  <cyd@stupidchicken.com>
4182         * simple.el (deactivate-mark): When the mark is temporarily
4183         active, restore the original value of transient-mark-mode.
4184         (set-mark-command): First deactivate the mark if was temporarily active.
4185         (exchange-point-and-mark): Reactivate the mark if it was
4186         temporarily active.
4187         (handle-shift-selection): New fun.
4188         (transient-mark-mode): Move var documentation here from buffer.c.
4189         (next-line, previous-line, backward-word, move-end-of-line)
4190         (move-beginning-of-line, forward-to-indentation)
4191         (backward-to-indentation, back-to-indentation)
4192         (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
4194         * mouse.el (mouse-set-region-1): Save the old value of
4195         transient-mark-mode.
4196         (mouse-drag-track): Ignore the now-obsolete value `identity' for
4197         transient-mark-mode.
4199         * textmodes/paragraphs.el (forward-paragraph)
4200         (backward-paragraph, forward-sentence, backward-sentence): Add ^
4201         interactive spec.
4203         * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
4205 2008-04-02  Michael Albinus  <michael.albinus@gmx.de>
4207         * net/tramp.el (tramp-make-tramp-temp-file):
4208         Use `tramp-drop-volume-letter' for the local file name part.
4210 2008-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
4212         * progmodes/sh-script.el (sh-mode-map): Rename the menu.  Add :help.
4213         Add menu entries corresponding to all the key bindings.
4215         * emacs-lisp/debug.el (debugger-mode-map):
4216         * textmodes/conf-mode.el (conf-mode-map): Add a menu.
4217         (conf-align-assignments): Only work on the region if it is active.
4218         (conf-quote-normal): Use when instead of if.  Remove redundant test.
4220         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
4221         for tracing and re-builder.
4223 2008-04-02  Glenn Morris  <rgm@gnu.org>
4225         * calendar/appt.el (appt-disp-window-function): Doc fix.
4226         (appt-display-message): Move beep before display.
4227         (appt-check): Make interactive.  Reduce the number of lets.
4228         Use string-equal to compare mode-line strings.
4229         (appt-disp-window): Pluralize "minute" as needed.  Make appt buffer
4230         read-only.
4231         (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
4232         (appt-delete): Simplify.
4234         * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
4236         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
4238         * calendar/cal-hebrew.el (list-yahrzeit-dates):
4239         * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
4240         (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
4242         * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
4243         (calendar-holiday-marker, mark-visible-calendar-date):
4244         * calendar/diary-lib.el (fancy-diary-display):
4245         Check for font-lock-mode before using faces.
4247         * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
4248         (calendar-gregorian-from-absolute): Reduce the number of lets.
4249         (hebrew-holidays-4, generate-calendar-window): Simplify.
4250         (calendar-for-loop): Make obsolete.
4251         (calendar-nth-named-day): Doc fix.
4253         * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
4254         (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
4255         (calendar-mark-1, list-sexp-diary-entries, diary-remind):
4256         Reduce the number of lets.
4257         (mark-sexp-diary-entries, calendar-mark-complex):
4258         Expand calendar-for-loops.
4260 2008-04-01  Chong Yidong  <cyd@stupidchicken.com>
4262         * find-dired.el (find-dired-filter): Fix last patch to handle
4263         multi-line process input.  Pad link numbers too.
4265 2008-04-01  Jari Aalto  <jari.aalto@cante.net>
4267         * find-dired.el (find-dired-filter): Align columns by padding file sizes.
4269 2008-04-01  Jason Rumney  <jasonr@gnu.org>
4271         * international/characters.el (script-list): Add phonetic script,
4272         covering IPA (previously Latin), Phonetic Extensions and
4273         Phonetic Extensions Supplement (both previously unassigned).
4275         * international/fontset.el (setup-default-fontset): Use unicode fonts
4276         that cover bopomofo script for bopomofo.
4277         Likewise for braille and mathematical.
4278         Use unicode scripts that cover the phonetic script for IPA.
4280 2008-04-01  Johan Bockgård  <bojohan@gnu.org>
4282         * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
4283         return the assigned value.
4285 2008-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4287         * abbrev.el (abbrev-mode): Use define-minor-mode.
4289         * mouse.el (mouse-major-mode-menu-prefix): Remove.  Remove uses.
4290         (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
4291         Use map-keymap.
4292         (minor-mode-menu-from-indicator): Use it.  Simplify.
4294         * bindings.el (mode-line-mode-menu): Move before (new) first use.
4295         (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
4296         Bind the key directly to the menu.
4297         (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
4299 2008-04-01  Daiki Ueno  <ueno@unixuser.org>
4301         * epa.el (epa-decrypt-region): Explain the reason why this
4302         function should not be used in Lisp programs.
4303         (epa-decrypt-armor-in-region): Ditto.
4304         (epa-verify-region): Ditto.
4305         (epa-verify-cleartext-in-region): Ditto.
4306         (epa-sign-region): Ditto.
4307         (epa-encrypt-region): Ditto.
4309         * epg.el (epg-start-receive-keys): Fix typo in docstring.
4311         * epa.el (epa-select-keys): Show menu even if there is no key in
4312         GnuPG's keyring.
4314 2008-04-01  Glenn Morris  <rgm@gnu.org>
4316         * calendar/calendar.el (calendar-make-temp-face): New function.
4317         (mark-visible-calendar-date):
4318         * calendar/diary-lib.el (fancy-diary-display): Use it.
4320         * vc-hooks.el (vc-responsible-backend): Declare as function.
4322         * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
4323         * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
4324         * calendar/cal-julian.el (holiday-julian): Use it.
4326         * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
4327         (calendar-hebrew-date-is-visible-p): Extract some common code into
4328         separate function.
4329         (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
4331         * calendar/cal-menu.el (cal-menu-holidays-menu):
4332         * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
4333         rather than obsolete alias.
4335         * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
4336         for mark characters.
4337         (calendar-unmark): Unmark by removing all overlays, rather than
4338         redrawing.
4339         (calendar-starred-day): Remove.
4340         (calendar-mode): Disable undo.  Don't make calendar-starred-day local.
4341         (calendar-cursor-to-date): No need for special star handling now
4342         using overlays.
4343         (calendar-star-date): Use overlays.
4345         * calendar/cal-french.el (calendar-goto-french-date):
4346         * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
4347         (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
4348         * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
4349         * calendar/cal-persia.el (calendar-persian-date-string):
4350         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
4351         (cal-tex-cursor-month, cal-tex-LaTeXify-string):
4352         * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
4353         * calendar/solar.el (solar-equinoxes-solstices):
4354         Reduce nesting of some lets.
4356         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count):
4357         (calendar-goto-mayan-long-count-date): Simplify.
4359         * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
4360         Simplify by using mapcar.
4361         (calendar-list-holidays): Return holiday-list.
4362         (list-holidays): Use let rather than let*.  Remove un-needed locals
4363         `d', `never'.
4364         (calendar-check-holidays): Return result from dolist.
4365         (holiday-float): Use a single let*.  Simplify if-and to and.
4366         (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
4367         single let*.
4369 2008-04-01  Jay Belanger  <jay.p.belanger@gmail.com>
4371         * calc/calc.el: Autoload `calc-yank'.
4372         (calc-mode-map): Add keybindings for `calc-yank'.
4373         * calc/calc-ext.el (calc-init-extensions): Remove keybinding
4374         assignments for `calc-yank'.
4376 2008-03-31  Dan Nicolaescu  <dann@ics.uci.edu>
4378         * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
4379         (vc-status-mark-buffer-changed): Handle the extra field.
4381         * vc-bzr.el (vc-bzr-after-dir-status):
4382         * vc-cvs.el (vc-cvs-after-dir-status):
4383         * vc-hg.el (vc-hg-after-dir-status):
4384         * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
4386 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4388         * doc-view.el: Compute displayed pages first (in PDF).
4389         (doc-view-current-converter-processes): Rename from
4390         doc-view-current-converter-process.  Update users.
4391         (doc-view-sentinel): Test buffer's liveness.
4392         (doc-view-pdf/ps->png-sentinel): Remove.
4393         (doc-view-start-process): New function.
4394         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
4395         (doc-view-ps->pdf): Use it.
4396         (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
4397         New functions.
4398         (doc-view-convert-current-doc, doc-view-goto-page): Use them.
4399         (doc-view-mode): Kill the processes when leaving the mode.
4401 2008-03-31  Juanma Barranquero  <lekktu@gmail.com>
4403         * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
4404         Use `byte-compile-warning-types'.  Add docstring.
4406 2008-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4408         * smerge-mode.el (smerge-apply-resolution-patch): New fun.
4409         (smerge-resolve): Add various resolution heuristics.
4411         * smerge-mode.el (smerge-refine): Allow highlighting other subparts
4412         in 3-way conflicts.
4414 2008-03-31  Glenn Morris  <rgm@gnu.org>
4416         * calendar/cal-bahai.el (diary-bahai-mark-entries):
4417         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4418         * calendar/cal-islam.el (mark-islamic-diary-entries):
4419         Fix argument order in call to diary-mark-entries-1.
4421         * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
4422         pre-Bahai dates.
4423         (holiday-bahai): Use an algorithm actually relevant to this calendar
4424         system.
4426         * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
4428         * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
4429         Use and.
4431         * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
4432         in the last fortnight in Julian October.
4434         * calendar/calendar.el (increment-calendar-month): Optionally handle
4435         systems without 12 months per year.
4437         (calendar-date-is-visible-p): Doc fix.  Simplify.
4439         * calendar/holidays.el (holiday-filter-visible-calendar): Return result
4440         from dolist.
4442 2008-03-30  Juanma Barranquero  <lekktu@gmail.com>
4444         * hi-lock.el (hi-lock-mode): Fix typos in docstring.
4445         (hi-lock-unload-function): New function.
4447 2008-03-30  Michael Albinus  <michael.albinus@gmx.de>
4449         * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
4450         overwriting when NEWNAME is a local file.
4452         * net/trampver.el: Update release number.
4454 2008-03-30  Alexandre Julliard  <julliard@winehq.org>
4456         * vc-git.el: Make vc-status display information about copies,
4457         renames and permission changes.
4458         (vc-git-extra-fileinfo): New defstruct.
4459         (vc-git-escape-file-name, vc-git-file-type-as-string)
4460         (vc-git-rename-as-string, vc-git-permissions-as-string)
4461         (vc-git-status-printer): New functions.
4462         (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
4463         (vc-git-after-dir-status-stage1): Look for copies, renames and
4464         permission changes.
4465         (vc-git-after-dir-status-stage1-empty-db): Set permissions.
4466         (vc-git-dir-status): Ask for staged files and renames.
4468 2008-03-30  Dan Nicolaescu  <dann@ics.uci.edu>
4470         * vc.el: Allow backends to display backend specific information in
4471         the vc-status listing.
4472         (vc-status-fileinfo): Add a field for backend specific information.
4473         (vc-status-printer): Rename to ...
4474         (vc-default-status-printer): ... this.
4475         (vc-status-printer): New function.
4476         (vc-update-vc-status-buffer): Set the backend specific file info
4477         if provided.
4479 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4481         * textmodes/remember.el (remember-diary-convert-entry): Revert last
4482         change (ill-conceived).
4484 2008-03-29  Glenn Morris  <rgm@gnu.org>
4486         * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
4487         * calendar/cal-julian.el (holiday-julian): Simplify.
4489         * calendar/holidays.el (list-holidays): Use or.
4491 2008-03-29  Juri Linkov  <juri@jurta.org>
4493         * window.el (split-window-preferred-horizontally): New function.
4495         * cus-start.el (split-window-preferred-function):
4496         Set choice for "vertically" to nil instead of split-window.
4497         Set choice for "horizontally" to split-window-preferred-horizontally
4498         instead of lambda.
4500 2008-03-29  Juri Linkov  <juri@jurta.org>
4502         * simple.el (minibuffer-default-add-function): New variable with
4503         the default to minibuffer-default-add-completions.
4504         (minibuffer-default-add-done): New variable.  Make it buffer-local.
4505         (minibuffer-default-add-completions): New function.
4506         (goto-history-element): Set minibuffer-default-add-done to t and
4507         call a function in minibuffer-default-add-function when the
4508         specified absolute history position is greater than the length of
4509         the minibuffer-default list and minibuffer-default-add-done is nil.
4510         Change "^End of history; no next item$" to "^End of defaults;
4511         no next item$".
4513         * bindings.el (debug-ignored-errors): Change "^End of history;
4514         no next item$" to "^End of defaults; no next item$".
4516 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4518         * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
4520         * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
4521         to with-no-warnings.
4523 2008-03-29  Michael Albinus  <michael.albinus@gmx.de>
4525         Sync with Tramp 2.1.13.
4527         * net/tramp-ftp.el: Require 'cl when byte-compiling.
4529         * net/trampver.el: Update release number.
4531 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
4533         * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
4534         the current backend.
4536         * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
4537         (vc-status-refresh): Create a temporary buffer and call the
4538         `dir-status' backend function from that buffer.
4540         * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
4541         (vc-bzr-after-dir-status): Don't kill the buffer.
4543         * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
4544         (vc-cvs-after-dir-status): Don't kill the buffer.
4546         * vc-git.el (vc-git-dir-status): Don't create a buffer.
4547         (vc-git-after-dir-status-stage2): Don't kill the buffer.
4549         * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
4550         (vc-hg-after-dir-status): Don't kill the buffer.
4552         * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
4553         (vc-svn-after-dir-status): Don't kill the buffer.
4555 2008-03-29  Glenn Morris  <rgm@gnu.org>
4557         * calendar/calendar.el (diary-file, american-date-diary-pattern)
4558         (european-date-diary-pattern, european-calendar-display-form)
4559         (american-calendar-display-form, diary-display-hook): Doc fixes.
4560         (european-calendar-style): Doc fix.  Use calendar-set-date-style for
4561         custom :set.  Mark as obsolete.
4562         (calendar-date-style, iso-date-diary-pattern)
4563         (iso-calendar-display-form): New user variables.
4564         (diary-date-forms, calendar-date-display-form): Set using
4565         calendar-date-style.  Doc fix.
4566         (calendar-set-date-style): New command.
4567         (european-calendar, american-calendar): Use calendar-set-date-style.
4568         Mark as obsolete.
4570         * calendar/diary-lib.el (number): Move declaration where needed.
4571         (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
4572         (diary-make-date): New function.
4573         (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
4574         Use diary-make-date.
4575         (diary-date-display-form, diary-insert-entry-1): New functions.
4576         (insert-monthly-diary-entry, insert-yearly-diary-entry):
4577         Use diary-insert-entry-1.
4578         (insert-anniversary-diary-entry, insert-block-diary-entry)
4579         (insert-cyclic-diary-entry): Use diary-date-display-form.
4581         * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
4582         Autoload diary-insert-entry-1.
4583         * calendar/cal-bahai.el (diary-bahai-insert-entry)
4584         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
4585         * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
4586         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
4587         * calendar/cal-islam.el (insert-islamic-diary-entry)
4588         (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
4589         Use diary-insert-entry-1.
4591         * calendar/cal-hebrew.el (diary-make-date): Autoload it.
4592         (diary-yahrzeit): Doc fix.  Use diary-make-date.
4594         * calendar/icalendar.el (icalendar--datetime-to-american-date):
4595         New name for icalendar--datetime-to-noneuropean-date.  Make old name
4596         obsolete alias.
4597         (icalendar--datetime-to-iso-date): New function.
4598         (icalendar--datetime-to-diary-date): Doc fix.  Respect
4599         calendar-date-style if bound.
4601         * textmodes/remember.el (remember-diary-convert-entry):
4602         Respect calendar-date-style if bound.
4604 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4606         * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
4607         (xterm-mouse-handle-delete-frame): Delete.
4609         * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
4610         (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
4611         (xterm-remove-modify-other-keys): Lookup terminal rather than frame
4612         in xterm-modify-other-keys-terminal-list.
4614         * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
4615         are conflicts.
4617 2008-03-29  Dan Nicolaescu  <dann@ics.uci.edu>
4619         * vc.el (vc-update): Check if the buffer is unsaved only if it
4620         actually exists.
4621         (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
4622         vc-print-log.
4624 2008-03-28  Magnus Henoch  <mange@freemail.hu>
4626         * net/dns.el (dns-write): Use set-buffer-multibyte.
4628 2008-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * vc-bzr.el (vc-bzr-sha1): New fun.
4631         (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
4632         (vc-bzr-registered): Use it.
4634 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
4636         * vc.el (vc-status-kill-dir-status-process): Simplify.
4637         (vc-status-refresh): Make sure the buffer is live.
4638         (ring): Don't require it, not used.
4640 2008-03-28  Wilson Snyder  <wsnyder@wsnyder.org>
4642         * progmodes/verilog-mode.el (verilog-auto-inout-module):
4643         Add optional regular expression to AUTOINOUTMODULE.
4644         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
4645         (verilog-auto-inst-param, verilog-auto-reg)
4646         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
4647         (verilog-auto-output-every, verilog-auto-input)
4648         (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
4649         (verilog-auto-unused, verilog-auto): Update documentation to use
4650         more obvious instance module names versus cell names.
4652 2008-03-28  Jan Djärv  <jan.h.d@swipnet.se>
4654         * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
4655         kill if a process is running.
4657         * progmodes/grep.el (grep-mode-tool-bar-map): The same.
4659 2008-03-28  Dan Nicolaescu  <dann@ics.uci.edu>
4661         * vc.el: Add new backend function 'status-extra-headers.
4662         (vc-default-status-extra-headers): New function.
4663         (vc-status-headers): Call 'status-extra-headers.  Add colors.
4665         * vc-git.el (vc-git-status-extra-headers): New function.
4667 2008-03-28  Glenn Morris  <rgm@gnu.org>
4669         * calendar/cal-menu.el (cal-menu-holidays-menu)
4670         (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
4671         (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
4672         holiday-list is optional.
4673         (calendar-mouse-holidays): Remove un-needed local `l'.
4675         * calendar/cal-move.el (calendar-cursor-to-nearest-date):
4676         Remove un-needed local `date'.
4677         (calendar-cursor-to-visible-date): Use let rather than let*.
4678         Remove un-needed local `first-of-month-weekday'.
4680         * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
4682         * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
4683         Doc fixes.
4684         (abbreviated-calendar-year): Move here from calendar.el.  Doc fix.
4685         (diary-header-line-flag, diary-header-line-format): Declare.
4686         (diary-pull-attrs): Check for multiple matches.
4687         (diary-list-entries-2): Simplify finding start of date.
4688         (diary-show-all-entries, make-diary-entry): Respect non-nil values of
4689         pop-up-frames.
4690         (diary-mark-entries-1): Re-use offset in abbreviated-year case.
4691         (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
4693 2008-03-27  Dan Nicolaescu  <dann@ics.uci.edu>
4695         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
4697         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
4699 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4701         * vc-hooks.el (vc-before-save): Don't prevent saving the file.
4703         * image-mode.el (image-mode-reapply-winprops): Fix last change.
4705 2008-03-27  Kenichi Handa  <handa@ni.aist.go.jp>
4707         * international/mule-conf.el (define-iso-single-byte-charset):
4708         Don't make latin-iso8859-* supplementary.
4709         (#'set-charset-priority): Don't change the priority of charsets
4710         `unicode' and `emacs'.
4712 2008-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4714         * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
4715         temp buffer.
4717 2008-03-27  Glenn Morris  <rgm@gnu.org>
4719         * calendar/cal-bahai.el (diary-bahai-list-entries):
4720         * calendar/cal-hebrew.el (list-hebrew-diary-entries):
4721         * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
4723         * calendar/calendar.el (diary-file): Doc fix.
4725         * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
4726         (list-diary-entries-hook, mark-diary-entries-hook)
4727         (include-other-diary-files, diary-mail-entries)
4728         (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
4729         (diary-set-header): New function.
4730         (diary-header-line-flag, diary-header-line-format):
4731         Use diary-set-header for custom :set function.
4732         (diary-set-maybe-redraw): Use symbol-value rather than eval.
4733         (diary-attrtype-convert): Use intern-soft rather than read.
4734         (diary-display-no-entries): New function.
4735         (simple-diary-display, fancy-diary-display): Use it.
4736         (fancy-diary-display): Doc fix.  Remove unneeded local entry-list.
4737         (diary-mark-entries-1): Fix position offsets in non-gregorian case.
4739         * calendar/holidays.el (list-holidays): Doc fix.
4741 2008-03-26  Jay Belanger  <jay.p.belanger@gmail.com>
4743         * calc/calc-store.el (calc-read-var-name-history): New variable.
4744         (calc-read-var-name): Use `calc-read-var-name-history'.
4746 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4748         * image-mode.el (image-mode-reapply-winprops): Simplify now that
4749         window-configuration-change-hook works buffer-locally.
4751 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
4753         * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
4754         for Emacs Lisp, not Lisp.
4756 2008-03-26  Juanma Barranquero  <lekktu@gmail.com>
4758         * help-fns.el (describe-function-1, describe-variable):
4759         If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
4761         * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
4762         replacement is provided, don't print "use nil instead".
4764 2008-03-26  Johan Bockgård  <bojohan@gnu.org>
4766         * complete.el (PC-do-completion): Use regexp-quote.
4768 2008-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
4770         * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
4771         Detect missing files.
4773         * vc-git.el (vc-git-extra-menu-map): New key map.
4774         (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
4775         New functions.
4777         * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
4778         and 'missing files.
4780 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4782         * calendar/holidays.el (list-holidays): Make Y2 optional.
4784         * calendar/appt.el (appt-buffer-name): Don't use a leading space for
4785         buffers shown to the user.
4786         (appt-disp-window): Disable undo explicitly now that the leading space
4787         is gone.
4789         * simple.el (activate-mark): New function.
4790         (set-mark-command): Use it with region-active-p to clean up the code.
4791         (exchange-point-and-mark): Invert the meaning of C-u when
4792         transient-mark-mode is active.
4794         * dired-aux.el (dired-create-files): Use dolist.
4796         * bindings.el (mode-line-change-eol): Use with-selected-window.
4798         * apropos.el (apropos-command): Include macros.
4800 2008-03-26  Glenn Morris  <rgm@gnu.org>
4802         * calendar/cal-bahai.el: Require calendar, not cal-julian.
4803         (calendar-bahai-epoch): Doc fix.
4805         * calendar/cal-china.el: Explicitly require calendar.
4807         * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
4808         Require calendar rather than cal-julian.
4809         Autoload calendar-absolute-from-julian.
4810         * calendar/cal-coptic.el (coptic-calendar-epoch):
4811         * calendar/cal-islam.el (calendar-islamic-epoch):
4812         * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
4814         * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
4816         * calendar/cal-dst.el: Don't require cal-persia.
4817         (calendar-absolute-from-persian): Autoload it.
4818         (dst-adjust-time): Doc fix.
4820         * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
4821         cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
4822         calendar.
4824         * calendar/cal-menu.el: Require calendar rather than declaring
4825         functions.
4826         * calendar/calendar.el: Provide calendar before requiring cal-menu.
4828         * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
4829         calendar-after-frame-setup-hooks.  Update callers, make old name an
4830         obsolete alias.  Doc fix.
4831         (calendar-frame-1): Doc fix.
4833         * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
4835         * calendar/calendar.el (oriental-holidays, solar-holidays):
4836         * calendar/holidays.el (list-holidays): Assume atan always bound.
4838         * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
4839         Explicitly require calendar, not cal-julian.
4840         * calendar/lunar.el: Explicitly require cal-dst.
4842 2008-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4844         * autorevert.el (auto-revert-buffers): Use buffer-live-p.
4846         * help-fns.el (describe-function-1, describe-variable): If no
4847         replacement is provided, don't print "use nil instead".
4849 2008-03-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4851         * proced.el: New file.
4853 2008-03-25  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
4855         * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
4857 2008-03-25  Juri Linkov  <juri@jurta.org>
4859         * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
4860         in battery-mode-line-format.
4862         * bindings.el (minibuffer-local-map): For the command
4863         file-cache-minibuffer-complete replace keymap minibuffer-local-map
4864         with map which is already locally bound to minibuffer-local-map.
4866 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4868         * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
4869         Remove `sort-first' argument.
4871         * subr.el (redisplay-end-trigger-functions)
4872         (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
4873         (process-filter-multibyte-p, set-process-filter-multibyte):
4874         Mark as obsolete.
4876 2008-03-25  Juanma Barranquero  <lekktu@gmail.com>
4878         * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
4879         bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
4880         use the LOCAL arg of `add-hook'.
4881         (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
4882         Remove spurious * from defcustom docstrings.
4883         (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
4884         Fix typos in messages.
4885         (reb-mode-buffer-p): New function.
4886         (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'.  Use `when'.
4887         (top, reb-show-subexp, reb-auto-update, reb-auto-update)
4888         (reb-delete-overlays, reb-cook-regexp, reb-update-regexp)
4889         (reb-update-overlays): Use `unless', `when'.
4890         (re-builder-unload-function): New function.
4892 2008-03-25  Dan Nicolaescu  <dann@ics.uci.edu>
4894         * vc-hooks.el (vc-state): Add documentation for 'missing.
4896 2008-03-25  Wilson Snyder  <wsnyder@wsnyder.org>
4898         * progmodes/verilog-mode.el (verilog-auto-output)
4899         (verilog-auto-input, verilog-auto-inout, verilog-auto)
4900         (verilog-delete-auto): Add optional regular expression to
4901         AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
4902         (verilog-signals-matching-regexp): New internal function for
4903         signal matching.
4905 2008-03-25  Johan Bockgård  <bojohan@gnu.org>
4907         * info.el (Info-isearch-search): Always return point.
4909 2008-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4911         * diff-mode.el (diff-remembered-defdir): New var.
4912         (diff-find-file-name): Use it to flush diff-remembered-files-alist.
4914 2008-03-25  Glenn Morris  <rgm@gnu.org>
4916         * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
4917         calendar-bahai-prompt-for-date.  Update callers, make old name an
4918         obsolete alias.  Doc fix.
4919         * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
4920         coptic-prompt-for-date.  Update callers, make old name an
4921         obsolete alias.  Doc fix.
4922         * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
4923         calendar-hebrew-prompt-for-date.  Update callers.  Doc fix.
4924         * calendar/cal-islam.el (calendar-islamic-read-date): New name for
4925         calendar-islamic-prompt-for-date.  Update callers.  Doc fix.
4926         * calendar/cal-iso.el (calendar-iso-read-date): New name for
4927         calendar-iso-read-args.  Update callers, make old name an obsolete
4928         alias.
4929         * calendar/cal-persia.el (calendar-persian-read-date): New name for
4930         persian-prompt-for-date.  Update callers, make old name an
4931         obsolete alias.  Doc fix.  Move definition before use.
4933         * calendar/cal-x.el (diary-frame-parameters)
4934         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
4935         (calendar-frame-1): Doc fixes.
4936         (make-fancy-diary-buffer): Remove declaration.
4937         (calendar-dedicate-diary): Replace call to deleted function
4938         make-fancy-diary-buffer.
4939         (calendar-frame-setup): New function.
4940         (calendar-one-frame-setup, calendar-only-one-frame-setup)
4941         (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
4942         work, and mark as obsolete.
4943         (special-display-buffer-names): Don't mess with this; it's not our
4944         business.
4945         (cal-x-load-hook): Defvar it, and mark as obsolete.
4947         * calendar/calendar.el (calendar-remove-frame-by-deleting):
4948         Default to t.  Add to 'calendar group.
4949         (calendar): Doc fix.  Use calendar-frame-setup.
4950         (calendar-basic-setup): Doc fix.  Add optional NODISPLAY argument.
4951         (generate-calendar-window): Doc fix.
4953 2008-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4955         * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
4957 2008-03-24  Drew Adams  <drew.adams@oracle.com>
4959         * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
4960         New variables.
4961         (finder-mode): Use finder-mode-syntax-table.  Set font-lock-defaults.
4962         (finder-exit): Ignore errors rather than avoiding them.
4963         Kill *Finder-package* buffer also.
4965 2008-03-24  Andreas Schwab  <schwab@suse.de>
4967         * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
4969 2008-03-24  Dan Nicolaescu  <dann@ics.uci.edu>
4971         * vc-hg.el (vc-hg-after-dir-status):
4972         * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
4974         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
4975         Detect removed files.
4977         * vc.el (vc-status-printer): Use a different face for missing files.
4978         (vc-status-hide-up-to-date): Rename from
4979         vc-status-remove-up-to-date.  Update all callers.
4980         (vc-status-mode-map): Bind C-m.
4982 2008-03-24  Alexandre Julliard  <julliard@winehq.org>
4984         * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
4985         code ...
4986         (vc-git--state-code): ... to this new function.
4987         (vc-git-state): Use it.
4989 2008-03-24  Trent Buck  <trentbuck@gmail.com>  (tiny change)
4991         * textmodes/remember.el (remember-mail-date)
4992         (remember-store-in-mailbox): Write date and From line in such a
4993         way that Mutt can read it.
4995 2008-03-23  Chong Yidong  <cyd@stupidchicken.com>
4997         * simple.el (transient-mark-mode): Turn on by default.
4999 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5001         * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
5002         'unregistered for unregistered files.
5004         * vc-hg.el (vc-hg-state): Return 'removed for removed files.
5006         * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
5008         * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
5009         subdirectories.
5011         * vc.el (vc-status-prepare-status-buffer): Fix thinko.
5012         (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
5013         Add :enable for vc-status-refresh.
5014         (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
5015         (vc-status-tool-bar-map): Add binding for
5016         vc-status-kill-dir-status-process.
5017         Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
5018         (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
5019         Reset vc-status-process-buffer.
5020         (vc-status-refresh): Don't run two refreshes at a time.
5021         (vc-status): If the buffer is already in vc-status-mode only refresh.
5022         (vc-status-mark-buffer-changed): Add an optional file parameter.
5023         (vc-resynch-buffer): Use it.
5024         (vc-delete-file): Expand the file name before using it.
5025         Be careful to not create a new buffer with the old file contents.
5026         Update the VC state after performing the operation.
5028 2008-03-23  Andreas Schwab  <schwab@suse.de>
5030         * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
5031         Fix radio button condition.
5032         [box]: Likewise.
5033         [customize]: Add radio button.
5035 2008-03-23  Jay Belanger  <jay.p.belanger@gmail.com>
5037         * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
5038         (calc-user-parse-tables, calc-gnuplot-default-device)
5039         (calc-gnuplot-default-output, calc-gnuplot-print-device)
5040         (calc-gnuplot-print-output, calc-gnuplot-geometry)
5041         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5042         (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
5043         (calc-undo-list, calc-redo-list, calc-main-buffer)
5044         (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
5045         (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
5046         (calc-said-hello, calc-executing-macro, calc-any-selections)
5047         (calc-help-phase, calc-full-help-flag, calc-refresh-count)
5048         (calc-display-dirty, calc-embedded-info, calc-embedded-active)
5049         (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
5050         (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
5051         (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
5052         (calc-create-buffer, calc-quit): Add docstrings.
5054 2008-03-23  Juanma Barranquero  <lekktu@gmail.com>
5056         * makefile.w32-in (WINS_ALMOST): Add org.
5058 2008-03-23  Dan Nicolaescu  <dann@ics.uci.edu>
5060         * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
5061         New functions to implement vc-status support.
5063 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5065         * vc.el (vc-status-prepare-status-buffer): New function.
5066         (vc-status): Use it.
5068         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
5069         appropriate.
5071 2008-03-22  Alexandre Julliard  <julliard@winehq.org>
5073         * vc-git.el (vc-git--empty-db-p)
5074         (vc-git-after-dir-status-stage1-empty-db): New functions.
5075         (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
5076         Add support for empty repositories.
5078 2008-03-22  Dan Nicolaescu  <dann@ics.uci.edu>
5080         * vc-git.el (vc-git-annotate-extract-revision-at-line):
5081         Allow "^" in a version name.
5083         * vc-mtn.el (vc-mtn-state): Support the added state.
5085 2008-03-22  Carsten Dominik  <dominik@science.uva.nl>
5087         * org: New directory for Org-mode.
5089         * org/org-export-latex.el: Moved from lisp/texmodes.
5091         * org/org-irc.el: Moved from lisp/texmodes.
5093         * org/org-mac-message.el: Moved from lisp/texmodes.
5095         * org/org-mouse.el: Moved from lisp/texmodes.
5097         * org/org-publish.el: Moved from lisp/texmodes.
5099 2008-03-21  Juri Linkov  <juri@jurta.org>
5101         * comint.el (comint-dynamic-simple-complete):
5102         Use variable `stub' for the second arg `common-substring'
5103         of `comint-dynamic-list-completions'.
5104         (comint-dynamic-list-filename-completions):
5105         Use variable `filenondir' for the second arg `common-substring'
5106         of `comint-dynamic-list-completions'.
5107         (comint-dynamic-list-completions): Add new optional arg
5108         `common-substring'.  Add `common-substring' as the second arg of
5109         the call to `display-completion-list'.  Doc fix.
5111         * comint.el (comint-dynamic-complete-as-filename)
5112         (comint-dynamic-list-filename-completions)
5113         (comint-dynamic-simple-complete): Use `minibuffer-message'
5114         to display message "No completions of %s" when a command
5115         is called in the minibuffer.
5116         (comint-dynamic-simple-complete): Don't display other
5117         completion messages when a command is called in the minibuffer.
5118         (comint-dynamic-list-completions): Use `minibuffer-message'
5119         to display message " [Type space to flush ...]" when a command
5120         is called in the minibuffer.
5122         * shell.el (shell-dynamic-complete-command)
5123         (shell-dynamic-complete-environment-variable): Don't display
5124         completion messages when command is called in the minibuffer.
5126         * emacs-lisp/lisp.el (lisp-complete-symbol):
5127         Use `minibuffer-message' to display message "No completions of %s"
5128         when this command is called in the minibuffer.
5130         * bindings.el (standard-mode-line-modes): Put special help-echo
5131         tooltip on recursive edit %[ %] mode-line constructs.
5133         * dabbrev.el (debug-ignored-errors): Remove $ from the end of
5134         "^No dynamic expansion for .* found$" to allow error messages like
5135         "No dynamic expansion for \"%s\" found in this-buffer".
5137 2008-03-21  Michael Albinus  <michael.albinus@gmx.de>
5139         * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
5140         "psftp".
5142 2008-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
5145         * vc.el (vc-default-dired-state-info): Use just "modified".
5146         * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
5147         (vc-cvs-mode-line-string): Make use of the better default.
5148         (vc-cvs-parse-entry): Use the new `added'.
5149         (vc-cvs-dired-state-info): Remove.
5150         * vc-svn.el (vc-svn-dired-state-info): Remove.
5151         * vc-hg.el (vc-hg-dired-state-info): Remove.
5152         * vc-git.el (vc-git-dired-state-info): Remove.
5154 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5156         * vc-git.el (vc-git-status-result): New variable.
5157         (vc-git-dir-status): Split out ...
5158         (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
5159         ... these new functions and work asynchronously.
5161 2008-03-21  Alexandre Julliard  <julliard@winehq.org>
5163         * vc-git.el (vc-git-after-dir-status): Remove.
5164         (vc-git-dired-state-info): Reimplement.
5166 2008-03-21  Dan Nicolaescu  <dann@ics.uci.edu>
5168         * replace.el (occur-mode-map): Add :help.
5170         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
5171         for disassemble.
5173         * vc.el (vc-status-mark-buffer-changed): Better deal with files in
5174         the 'added state.
5175         (vc-status-remove-up-to-date): New function.
5176         (vc-status-mode-map, vc-status-menu-map): Bind it.
5177         (vc-status-printer): Use a different face up-to-date files.
5178         (vc-resynch-buffer): Update the vc-status buffer if it exists.
5179         (Todo): Remove solved entries.
5181         * vc-hg.el (vc-hg-state):
5182         * vc-git.el (vc-git-state):
5183         * vc-cvs.el (vc-cvs-parse-status):
5184         * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
5185         state.
5187 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5189         * progmodes/compile.el (compile):
5190         * progmodes/grep.el (grep, grep-find): Use read-shell-command.
5192         * simple.el (minibuffer-local-shell-command-map): New var.
5193         (minibuffer-complete-shell-command, read-shell-command): New funs.
5194         (shell-command, shell-command-on-region): Use them.
5196 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5198         * vc.el (vc-status-mark-buffer-changed): New function to implement
5199         updating of the *vc-status* buffer when a buffer is saved.
5200         (vc-status-mode): Use it for after-change-hook.
5201         (vc-add-to-vc-status-buffer): Rename to ...
5202         (vc-status-add-entry): ... this.
5203         (Todo): Add new entry.
5205 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
5209 2008-03-20  Juanma Barranquero  <lekktu@gmail.com>
5211         * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
5212         (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
5213         Remove spurious * from defcustom docstrings.
5214         (icomplete-compute-delay): Fix docstring and remove spurious *.
5215         (icomplete-delay-completions-threshold): Fix typo in docstring and
5216         remove spurious *.
5217         (icomplete-completions): While collecting the list of prospective
5218         candidates, don't overshoot `icomplete-prospects-length'.
5220 2008-03-20  Dan Nicolaescu  <dann@ics.uci.edu>
5222         * textmodes/refbib.el:
5223         * textmodes/reftex.el:
5224         * textmodes/reftex-global.el:
5225         * textmodes/reftex-vars.el:
5226         * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
5227         compiler pacifying defvars.
5228         (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
5229         * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
5230         not needed.
5232 2008-03-20  Wilson Snyder  <wsnyder@wsnyder.org>
5234         * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
5235         (verilog-stmt-menu, verilog-menu): Add :help and filter it.
5236         (verilog-customize, verilog-font-customize)
5237         (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
5238         (verilog-mode): Update documentation strings to match tool tips.
5239         (verilog-auto-search-do, verilog-auto-re-search-do)
5240         (verilog-skip-forward-comment-or-string): Fix verilog-auto
5241         expansion when a .* appears inside a string.
5242         (verilog-re-search-forward, verilog-re-search-backward):
5243         Add comment to recall how this works.
5244         (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
5246 2008-03-20  Glenn Morris  <rgm@gnu.org>
5248         * calendar/calendar.el (calendar-other-dates): New function.
5249         (calendar-print-other-dates): Use calendar-other-dates.
5250         * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
5251         the declarations it replaces.
5252         (calendar-mouse-print-dates): Use calendar-other-dates.
5254         * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
5255         (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
5256         (calendar-absolute-from-bahai): Fix the leap-year case.
5257         (calendar-bahai-from-absolute): Re-use the Gregorian month.
5258         (calendar-bahai-date-string, calendar-bahai-print-date):
5259         Handle pre-Bahai dates.
5261         * calendar/cal-china.el (chinese-calendar-celestial-stem)
5262         (chinese-calendar-terrestrial-branch): Make defcustoms.
5264         * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
5265         (calendar-mouse-view-diary-entries): Use or.
5266         (calendar-mouse-chinese-date): Remove unused command.
5267         (cal-menu-load-hook): Mark as obsolete.
5269         * calendar/solar.el (calendar-location-name, calendar-latitude)
5270         (calendar-longitude, solar-arctan, sunrise-sunset)
5271         (solar-mean-equinoxes/solstices): Use the appropriate equality test.
5273 2008-03-20  Jay Belanger  <jay.p.belanger@gmail.com>
5275         * calc/calc.el: Remove outdated comments.
5276         (defcalcmodevar, calc-mode-var-list-restore-default-values)
5277         (calc-mode-var-list-restore-saved-values, calc-autorange-units):
5278         Add docstrings.
5280 2008-03-19  Jason Rumney  <jasonr@gnu.org>
5282         * w32-fns.el (x-alternatives-map): Add S-tab mapping.
5284 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
5286         * net/tls.el (open-tls-stream): Reindent.
5288 2008-03-19  Michael Albinus  <michael.albinus@gmx.de>
5290         * net/tramp.el (tramp-let-maybe): Removed.
5291         (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
5292         It does not exist under XEmacs.
5293         (tramp-handle-file-truename, tramp-handle-expand-file-name)
5294         (tramp-completion-file-name-handler): Let-bind
5295         `directory-sep-char'.
5297         * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
5298         `directory-sep-char'.
5300 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * help-fns.el (describe-function-1): Don't signal "missing arglist"
5303         for autoloaded keymaps.
5305         * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
5306         (electric-verilog-terminate-line, verilog-in-struct-region-p)
5307         (verilog-backward-ws&directives, verilog-forward-ws&directives)
5308         (verilog-in-comment-p, verilog-in-star-comment-p)
5309         (verilog-in-slash-comment-p, verilog-skip-backward-comments)
5310         (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
5311         (verilog-skip-forward-comment-or-string, verilog-in-paren)
5312         (verilog-skip-forward-comment-p): Use it.
5314 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5316         * textmodes/org.el (org-link-store, org-link-follow, org-latex)
5317         (org-remember-templates, org-time-stamp-rounding-minutes)
5318         (org-back-over-empty-lines, org-find-base-buffer-visiting)
5319         (org-columns-new): Fix typos in docstrings.
5321 2008-03-19  Glenn Morris  <rgm@gnu.org>
5323         * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
5324         (tramp-handle-shell-command): Use condition-case rather than
5325         ignore-errors.
5327 2008-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
5329         * diff-mode.el (diff-header): Make the color louder.
5330         (diff-refine-change): Tone the color down.
5332 2008-03-19  Juanma Barranquero  <lekktu@gmail.com>
5334         * descr-text.el (describe-char): When `describe-char-unidata-list'
5335         is set to show all properties, list them in the right order.
5337 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5339         * international/mule.el (load-with-code-conversion): Avoid setting
5340         default-enable-multibyte-characters.
5342 2008-03-19  Gustav Hållberg  <gustav@virtutech.com>  (tiny change)
5344         * vc.el (vc-annotate-background): Fix custom type.
5346 2008-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5348         * descr-text.el (describe-char-unidata-list): Allow specifying
5349         just all properties.
5350         (describe-char): Handle that new value.
5352         * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
5354 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5356         * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
5357         instead of file name extension to make docs with uncommon
5358         extensions work.
5360 2008-03-18  Tassilo Horn  <tassilo@member.fsf.org>
5362         * doc-view.el (require): Require cl at compile time because
5363         `assert' needs it.
5365 2008-03-18  Glenn Morris  <rgm@gnu.org>
5367         * calendar/calendar.el (initial-calendar-window-hook)
5368         (today-visible-calendar-hook): Doc fixes.
5370 2008-03-17  Michael Albinus  <michael.albinus@gmx.de>
5372         * net/tramp.el (tramp-root-regexp): Simplify.
5373         (tramp-completion-file-name-regexp-separate): Don't insist on
5374         leading "[".  This prevents method or user or host completion.
5375         (tramp-let-maybe): Autoload it.
5376         (tramp-drop-volume-letter): Don't autoload.  When not on W32, it
5377         is an alias for `identity'.
5378         (tramp-handle-write-region): Protect `last-coding-system-used'
5379         over the trailing statements.
5380         (tramp-completion-file-name-handler-post-function): Remove.
5381         (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
5382         instead of calling `tramp-drop-volume-letter'.
5384         * net/tramp.el:
5385         * net/tramp-uu.el:
5386         * net/trampver.el: Move coding cookie at the end.
5388 2008-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5390         * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
5391         elements which may be something else than characters.
5393 2008-03-17  Dan Nicolaescu  <dann@ics.uci.edu>
5395         * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
5396         New functions to implement vc-status support.
5398         * vc.el (vc-default-extra-status-menu)
5399         (vc-add-to-vc-status-buffer): New functions.
5401         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5402         for eldoc and ielm.
5404 2008-03-17  Glenn Morris  <rgm@gnu.org>
5406         * calendar/cal-x.el (diary-frame-parameters)
5407         (calendar-frame-parameters, calendar-and-diary-frame-parameters):
5408         Fix custom type; add options.
5409         (calendar-frame, diary-frame): Doc fixes.
5410         (calendar-dedicate-diary, calendar-frame-1): Extract common code into
5411         new functions.
5412         (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
5413         Use calendar-frame-1 and calendar-dedicate-diary.
5414         (calendar-one-frame-setup): Also handle only-one-frame case.
5415         (calendar-only-one-frame-setup): Doc fix.  Just call
5416         calendar-one-frame-setup.
5418         * calendar/diary-lib.el: Re-order some definitions before their use.
5419         (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
5420         (diary-list-entries): Doc fixes.
5421         (make-fancy-diary-display): Remove function.
5423         * calendar/calendar.el (calendar-today-marker)
5424         (initial-calendar-window-hook, today-visible-calendar-hook)
5425         (today-invisible-calendar-hook, diary-file, calendar-basic-setup):
5426         (calendar-star-date, calendar-mark-today): Doc fixes.
5427         (today-visible-calendar-hook): Add options.
5428         (calendar-in-read-only-buffer): New macro.
5429         (calendar-basic-setup): Adapt for change in calendar-read-date.
5430         Place holiday let inside if.
5431         (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
5432         (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
5433         (calendar-print-other-dates): Use one let rather than many.
5435         * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
5436         (calendar-print-other-dates):
5437         * calendar/cal-hebrew.el (list-yahrzeit-dates):
5438         * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
5439         * calendar/holidays.el (calendar-list-holidays, list-holidays)
5440         (calendar-cursor-holidays):
5441         * calendar/lunar.el (calendar-phases-of-moon): Use
5442         calendar-in-read-only-buffer to replace previous code and disable undo.
5444 2008-03-16  Juri Linkov  <juri@jurta.org>
5446         * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
5447         and regexp-search-ring-yank-pointer for the HISTPOS argument of
5448         read-from-minibuffer to provide the correct initial minibuffer
5449         history position in isearch-edit-string when it is called from
5450         isearch-ring-adjust.
5452         * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
5453         to check if the current buffer is the minibuffer, and in this case
5454         call abort-recursive-edit to kill the minibuffer.  Doc fix.
5455         (kill-this-buffer-enabled-p): Allow this function to return non-nil
5456         when the current buffer is the minibuffer.
5458         * simple.el (goto-line): Leave mark at previous position.  Doc fix.
5460 2008-03-16  Tassilo Horn  <tassilo@member.fsf.org>
5462         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5463         Use non-nil PARENTS attribute of make-directory instead of
5464         explicitly checking existence the current cache directory.
5466 2008-03-16  Daiki Ueno  <ueno@unixuser.org>
5468         * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
5469         M-x epa-file-select-keys.
5471 2008-03-16  Kenichi Handa  <handa@m17n.org>
5473         * international/mule.el (auto-coding-alist):
5474         Use no-conversion-multibyte for archive files.
5476 2008-03-16  Glenn Morris  <rgm@gnu.org>
5478         * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
5479         New functions.
5480         * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
5481         (calendar-bahai-mark-date-pattern): Add optional argument `color'.
5482         Use calendar-mark-1.
5483         * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
5484         (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
5485         Use calendar-mark-complex.
5486         * calendar/cal-islam.el (calendar-mark-1): Autoload it.
5487         (mark-islamic-calendar-date-pattern): Add optional argument `color'.
5488         Use calendar-mark-1.
5490         * calendar/calendar.el (calendar-mod): Remove.
5491         * calendar/cal-china.el (calendar-chinese-from-absolute)
5492         (calendar-chinese-date-string): Expand calendar-mod calls.
5493         * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
5494         Expand calendar-mod calls.
5496         * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
5497         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
5498         (diary-bahai-insert-yearly-entry): Use let rather than let*.
5499         Move obsolete aliases after the functions that replaced them.
5501         * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
5502         (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
5503         (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
5504         Use let rather than let*.
5505         (calendar-hebrew-prompt-for-date): New function.
5506         (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
5507         (holiday-tisha-b-av-etc): Use unless, let.
5509         * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
5510         (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
5512         * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
5514         * calendar/calendar.el (calendar-for-loop): Add indent spec.
5516         * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
5517         (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
5518         than concat.
5519         (diary): Remove un-needed let.
5520         (view-other-diary-entries): Rename argument.
5521         (diary-list-entries-2): New function.
5522         (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
5523         (print-diary-entries): Use unless.
5524         (diary-mark-entries-1): Change argument order, make all but
5525         markfunc optional.  Handle the standard (Gregorian) case.
5526         Use match-string-no-properties.  Handle marks.
5527         (mark-diary-entries): Use diary-mark-entries-1.
5528         (diary-font-lock-keywords-1): New macro.
5529         (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
5531 2008-03-16  Ulf Jasper  <ulf.jasper@web.de>
5533         * icalendar.el (icalendar-version): Increase to 0.18.
5534         (icalendar-export-hidden-diary-entries): New variable.
5535         (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
5536         In case of error, insert full error-val.
5537         (icalendar-first-weekday-of-year): Remove `offset' argument.  Doc fix.
5538         Use calendar-day-of-week.  Return the day number.
5539         (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
5541 2008-03-16  Craig Markwardt  <Craig.Markwardt@nasa.gov>
5543         * icalendar.el (icalendar-recurring-start-year): New variable.
5544         (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
5545         (icalendar-export-region): Ignore hidden diary entries.
5546         (icalendar--convert-ordinary-to-ical): Fix case where event
5547         spans across midnight boundary.
5548         (icalendar-first-weekday-of-year): New function.
5549         (icalendar--convert-weekly-to-ical): Allow user-selectable start
5550         year for recurring events (Mozilla calendars do not propagate
5551         recurring events forever, so year 2000 start date was not working).
5552         (icalendar--convert-yearly-to-ical): Remove extra spaces in
5553         formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
5555 2008-03-15  Michael Albinus  <michael.albinus@gmx.de>
5557         * net/tramp.el (tramp-root-regexp): New defconst.
5558         (tramp-completion-file-name-regexp-unified)
5559         (tramp-completion-file-name-regexp-separate)
5560         (tramp-completion-file-name-regexp-url): Use it.
5561         (tramp-do-copy-or-rename-file-via-buffer):
5562         Set `enable-multibyte-characters' to nil.  Set `jka-compr-inhibit' to
5563         t for `insert-file-contents-literally'.
5564         (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
5565         Autoload it.
5566         (tramp-completion-file-name-handler-post-function): New defconst.
5567         (tramp-completion-file-name-handler): Use it.
5568         (tramp-maybe-open-connection): Update calls to
5569         `tramp-flush-connection-property' for removed 2nd argument.
5571 2008-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5573         * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
5574         (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
5575         New functions.
5577 2008-03-15  Glenn Morris  <rgm@gnu.org>
5579         * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
5580         New functions.
5581         * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
5582         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5583         (diary-list-entries-1, diary-mark-entries-1): Autoload.
5584         (diary-bahai-list-entries): Use diary-list-entries-1.
5585         (diary-bahai-mark-entries): Doc fix.  Use diary-mark-entries-1.
5586         * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
5587         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5588         (diary-list-entries-1, diary-mark-entries-1): Autoload.
5589         (list-hebrew-diary-entries): Use diary-list-entries-1.
5590         (mark-hebrew-diary-entries): Doc fix.  Use diary-mark-entries-1.
5591         * calendar/cal-islam.el (number, original-date, add-to-diary-list)
5592         (diary-name-pattern, mark-calendar-days-named): Remove declarations.
5593         (diary-list-entries-1, diary-mark-entries-1): Autoload.
5594         (list-islamic-diary-entries): Use diary-list-entries-1.
5595         (mark-islamic-diary-entries): Doc fix.  Use diary-mark-entries-1.
5597         * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
5599         * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
5601         * calendar/cal-china.el (number-chinese-months)
5602         (calendar-chinese-from-absolute): Use nth, caar.
5604         * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
5606         * calendar/cal-french.el (french-calendar-accents): Doc fix.
5608         * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
5609         (calendar-hebrew-month-name-array-leap-year)
5610         (hebrew-calendar-parashiot-names): Make constants.
5611         (diary-parasha): Move definition after constants it uses.
5613         * calendar/cal-html.el (cal-html-insert-link-yearpage)
5614         (cal-html-htmlify-list): Doc fix.
5615         (cal-html-htmlify-entry): Use nth.
5617         * calendar/cal-islam.el (calendar-islamic-month-name-array)
5618         (calendar-islamic-epoch): Make constants.
5619         (calendar-islamic-epoch): Doc fix.
5621         * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
5623         * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
5624         (cal-tex-month-name): Doc fix.
5625         (cal-tex-last-blank-p): Use zerop.
5627         * calendar/calendar.el (european-calendar-style, calendar-for-loop)
5628         (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
5629         (calendar-cursor-to-date): Doc fix.
5630         (hebrew-holidays-1, hebrew-holidays-4): Simplify.
5631         (extract-calendar-day, extract-calendar-year): Use cadr, nth.
5632         (calendar-day-number): Use when.
5633         (generate-calendar-month): Use dotimes.
5634         (exit-calendar, calendar-print-other-dates): Use let rather than let*.
5635         (calendar-set-mark): Reverse conditional.
5636         (calendar-make-alist): Move definition before use.
5638         * calendar/diary-lib.el (diary-face-attrs)
5639         (diary-glob-file-regexp-prefix, diary-selective-display)
5640         (number-of-diary-entries, diary-list-entries, diary-goto-entry):
5641         (list-sexp-diary-entries, diary-date, diary-block, diary-float)
5642         (diary-anniversary, diary-cyclic)
5643         (diary-fancy-font-lock-fontify-region-function): Doc fixes.
5644         (diary-header-line-format): Change wording.
5645         (diary-list-entries): Set `date-start' in let.
5646         (include-other-diary-files, mark-included-diary-files): Use format.
5647         (simple-diary-display, fancy-diary-display): Use cadr, unless.
5648         (mark-diary-entries): Use 1+.
5649         (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
5650         (mark-calendar-month): Use dotimes.
5652         * calendar/holidays.el (displayed-month, displayed-year):
5653         Move declarations where needed.
5654         (calendar-list-holidays): Doc fix.
5656         * calendar/parse-time.el (parse-time-string): Simplify.
5658         * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
5659         Make constants.
5660         (solar-sunrise-sunset): Rename some local variables for clarity.
5661         (sunrise-sunset): Use zerop.
5662         (solar-mean-equinoxes/solstices): Doc fix.
5664         * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
5665         Use nth.
5666         (timeclock-completing-read, timeclock-generate-report): Use zerop.
5667         (timeclock-mean, timeclock-generate-report): Use dolist.
5669         * calendar/todo-mode.el (todo-add-category): Simplify.
5670         (todo-more-important-p, todo-delete-item, todo-file-item):
5671         Use unless, when.
5672         (todo-top-priorities): Use zerop.
5674 2008-03-14  Nick Roberts  <nickrob@snap.net.nz>
5676         * buff-menu.el (list-buffers-noselect): Display buffer name in
5677         tooltip instead of mouse binding when it doesn't fit in the list.
5679 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
5681         * faces.el (xw-defined-colors):
5682         * simple.el (widget-convert, shell-mode): Declare as functions
5683         instead of autoloading.
5685         * abbrev.el:
5686         * button.el:
5687         * cus-face.el:
5688         * ediff-hook.el:
5689         * emacs-lisp/backquote.el:
5690         * emacs-lisp/timer.el:
5691         * facemenu.el:
5692         * faces.el:
5693         * menu-bar.el:
5694         * simple.el:
5695         * subr.el:
5696         * textmodes/fill.el:
5697         * textmodes/paragraphs.el: Remove autoloads, redundant when the
5698         files are preloaded.
5700 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5702         * desktop.el (desktop-create-buffer): Don't catch errors if
5703         debug-on-error is set.
5705 2008-03-14  Eli Zaretskii  <eliz@gnu.org>
5707         * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
5708         ($(lisp)/calendar/diary-loaddefs.el)
5709         ($(lisp)/calendar/hol-loaddefs.el): New targets.
5710         (LOADDEFS): New macro.
5711         (autoloads): Depend on $(LOADDEFS).
5713 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
5715         * font-lock.el (featurep): Remove test, not useful anymore.
5716         (facemenu-keymap): Move key binding ...
5717         * facemenu.el (facemenu-keymap): ... here.
5719         * vc-bzr.el (vc-bzr-print-log): Insert a file marker.  Run the log
5720         for each file in the list.
5721         (vc-bzr-log-view-mode): Recognize the file marker.
5723         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
5724         for checkdoc and profiling.
5726 2008-03-14  Bastien Guerry  <bzg@altern.org>
5728         * textmodes/flyspell.el (nxml-mode): Add the right
5729         `flyspell-mode-predicate'.
5731         * wid-edit.el (link): Use 'mouse-face for :follow-link.
5733 2008-03-14  Glenn Morris  <rgm@gnu.org>
5735         * calendar/solar.el: Reorder so that functions are defined before use.
5736         (displayed-month, displayed-year): Move declarations where needed.
5737         (solar-get-number): Move definition before use.  Use unless.
5738         (solar-equatorial-coordinates): Simplify.
5739         (solar-sunrise-and-sunset): Use let rather than let*.
5740         (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
5742         * startup.el (command-line-1): Rename -internal-script back to
5743         -scriptload (reverts previous change).
5745         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
5746         (calendar-bahai-leap-base): Add doc strings.
5747         (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
5748         Move definition before use.
5749         (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
5750         (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
5751         variables outside the loop.  Use dolist.
5752         (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
5754         * calendar/cal-china.el: Re-order so that functions are defined before
5755         use.
5756         (displayed-month, displayed-year): Move declarations where needed.
5757         (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
5758         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
5759         Add doc strings.
5760         (chinese-year-cache): Recenter on 2010.  Doc fix.
5761         (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
5762         Doc fix.  Simplify.
5763         (chinese-year-cache-init): New function.
5764         (compute-chinese-year, holiday-chinese-new-year)
5765         (calendar-chinese-date-string, calendar-goto-chinese-date)
5766         (make-chinese-month-assoc-list): Use cadr, nth.
5767         (chinese-months): Remove un-needed let.
5769         * calendar/cal-coptic.el (coptic-calendar-month-name-array):
5770         (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
5771         (coptic-prompt-for-date): Move definition before use.
5773         * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
5774         (calendar-dst-find-data, calendar-daylight-time-offset)
5775         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
5776         (calendar-daylight-savings-starts-time)
5777         (calendar-daylight-savings-ends-time): Use cadr, nth.
5779         * calendar/cal-french.el (french-calendar-epoch)
5780         (calendar-goto-french-date): Doc fix.
5781         (french-calendar-month-name-array)
5782         (french-calendar-multibyte-month-name-array)
5783         (french-calendar-day-name-array, french-calendar-special-days-array):
5784         Add doc strings.
5786         * calendar/cal-hebrew.el (displayed-month, displayed-year)
5787         (original-date): Move declarations where needed.
5788         (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
5789         Doc fix.
5790         (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
5791         constant variables outside the loop.  Use dolist.
5793         * calendar/cal-islam.el (displayed-month, displayed-year)
5794         (original-date): Move declarations where needed.
5795         (islamic-calendar-day-number): Remove unused local variable `day'.
5796         (calendar-goto-islamic-date): Doc fix.
5797         (holiday-islamic): Use unless.
5798         (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
5799         constant variables outside the loop.  Use dolist.
5800         (mark-islamic-calendar-date-pattern): Move definition before use.
5801         Use unless.
5802         (mark-islamic-diary-entries): Doc fix.
5803         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
5804         (insert-yearly-islamic-diary-entry): Use let rather than let*.
5806         * calendar/cal-julian.el (calendar-absolute-from-julian):
5807         Move definition before use.  Remove un-needed local `day'.
5808         (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
5810         * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
5811         (calendar-mayan-tzolkin-names-array): Add doc strings.
5812         (calendar-mayan-long-count-from-absolute): Use a single let.
5813         (calendar-string-to-mayan-long-count): Simplify.
5814         (calendar-next-haab-date, calendar-previous-haab-date)
5815         (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
5816         (calendar-previous-calendar-round-date)
5817         (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
5818         Doc fix.
5819         (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
5820         (calendar-mayan-date-string, calendar-print-mayan-date)
5821         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
5822         (calendar-mayan-long-count-common-era): Move definitions before use.
5824         * calendar/cal-menu.el (displayed-year): Move declaration where needed.
5825         (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
5826         Doc fix.
5827         (calendar-mouse-goto-date): Move definition before use.
5829         * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
5830         Move definition before use.
5831         (calendar-cursor-to-visible-date): Move definition before use.
5832         (calendar-scroll-left): Use unless and zerop.  Combine lets into one,
5833         and place inside the conditional.
5834         (calendar-forward-day): Simplify.
5835         (calendar-end-of-month): Use unless.
5836         (calendar-goto-day-of-year): Doc fix.
5837         Relocate obsolete aliases after their replacements.
5839         * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
5841         * calendar/diary-lib.el (mark-diary-entries): Move some constant
5842         variables outside the diary-date-forms loop.
5844         * calendar/calendar.el (diary-file): Doc fix.
5845         (calendar-buffer-list): Return buffers rather than strings (fixes
5846         previous change).
5847         (hebrew-holidays-4): Fix typo.
5849         * calendar/holidays.el (displayed-month, displayed-year):
5850         Move declarations where needed.
5851         (calendar-holiday-list, calendar-list-holidays)
5852         (holiday-filter-visible-calendar): Move definitions before use.
5853         (list-holidays): Use cadr.
5854         Relocate obsolete aliases after their replacements.
5856         * calendar/lunar.el (date, displayed-month, displayed-year):
5857         Move declarations where needed.
5858         (lunar-phase-list): Move definition after functions it uses.
5859         (calendar-phases-of-moon, diary-phases-of-moon)
5860         (lunar-new-moon-on-or-after): Use cadr, nth.
5861         (lunar-new-moon-on-or-after): Doc fix.
5863         * textmodes/org-irc.el (top-level): CL not required when compiling.
5864         (org-irc-visit-erc): Replace runtime CL functions.
5866         * textmodes/org-publish.el (declare-function): Add compatibility stub.
5867         (org-publish-delete-dups): Declare as function.
5869 2008-03-14  Dan Nicolaescu  <dann@ics.uci.edu>
5871         * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
5872         (vc-bzr-show-log-entry): Make regexp match more cases.
5873         (vc-diff-switches-list): Remove autoload, not needed.
5875 2008-03-14  Juri Linkov  <juri@jurta.org>
5877         * isearch.el (isearch-edit-string): Remove one call to
5878         `isearch-push-state' not to push an inconsistent state,
5879         but keep another correct call to `isearch-push-state'.
5880         (isearch-ring-adjust): Call `isearch-push-state' only when
5881         `search-ring-update' is non-nil since `isearch-edit-string'
5882         already pushes its state.
5883         (isearch-message): Improve matching the failed part by checking
5884         if the original message starts with the last successful message.
5886         * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
5887         (dired-perm-write): Rename from `dired-warn-writable'.
5888         Change parent face from `font-lock-warning-face' to
5889         `font-lock-comment-delimiter-face'.
5890         (dired-warn-writable-face): Rename to `dired-perm-write-face'.
5891         (dired-perm-write-face): Rename from `dired-warn-writable-face'.
5892         (dired-font-lock-keywords): Replace `dired-warn-writable-face'
5893         with `dired-perm-write-face'.
5895 2008-03-13  Tassilo Horn  <tassilo@member.fsf.org>
5897         * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
5898         Create cache dir only if it doesn't already exist.
5900 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5902         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
5903         of \ and '.
5905 2008-03-13  Johan Bockgård  <bojohan@gnu.org>
5907         * net/browse-url.el (browse-url-text-xterm):
5908         Unquote browse-url-text-browser.
5910 2008-03-13  Carsten Dominik  <dominik@science.uva.nl>
5912         * textmodes/org-mouse.el: Version number change.
5914         * textmodes/org-publish.el (org-publish-expand-components):
5915         Remove null projects from the list of components.
5916         (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
5917         Remove unused retrieval of the :publishing-directory property.
5918         (org-publish-file): Bugfix: when using a relative directory as the
5919         publishing directory, convert it to a directory filename.
5920         (org-publish-project): New alias.
5921         (org-publish-get-files): Protect against empty p.
5922         (org-publish-file): Send an error when file is not part of any project.
5923         (org-publish-file): Offer to refresh the list of files in known
5924         project when the current file is not part of any project.
5925         (org-publish-before-export-hook)
5926         (org-publish-after-export-hook): New hooks.
5927         (org-publish-org-to): Use new hooks and kill buffers.
5928         (org-publish-file): Remove the code for killing buffers.
5929         (org-publish-initialize-files-alist): Use interactive.
5930         (org-publish-file): If the publishing function creates a new
5931         buffer, kill it after publishing.
5932         (org-publish-timestamp-filename): Protect ":" in file name path
5933         under windows.
5935         * textmodes/org-export-latex.el (org-export-as-latex): Revert the
5936         change that killed the LaTeX buffer.
5938         * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
5939         in the decision tree.
5940         (org-select-remember-template): Clean the code.
5941         (org-prepare-dblock): Add the extra :content parameter.
5942         (org-write-agenda): New output type ".ics" files.
5943         (org-write-agenda): Call `org-icalendar-verify-function', both for
5944         time stamps and for TODO entries.
5945         (org-agenda-collect-markers, org-create-marker-find-array)
5946         (org-check-agenda-marker-table): New functions.
5947         (org-agenda-marker-table): New variable.
5948         (org-export-as-html): Revert the change that killed the html
5949         buffer.  Side effects first need to be studied carefully.
5950         (org-get-tags-at): Fix the structure of the condition-case statement.
5951         (org-ts-regexp0, org-repeat-re, org-display-custom-time)
5952         (org-timestamp-change): Fix regulear expressions to swallow the
5953         extra character for repeat-shift control.
5954         (org-auto-repeat-maybe): Implement the new repeater mechanisms.
5955         (org-get-legal-level): Alias to `org-get-valid-level'.
5956         (org-dblock-write:clocktable): Add a :link parameter, linking
5957         headlines to their location in the Org agenda files.
5958         (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
5959         throwing an error when getting tags before headlines.
5960         (org-timestamp-change, org-modify-ts-extra)
5961         (org-ts-regexp1): Fix timestamp editing.
5962         (org-agenda-custom-commands-local-options): New constant.
5963         (org-agenda-custom-commands):
5964         Use `org-agenda-custom-commands-local-options' to improve customize
5965         type.  "htmlize": Removed hack to fix face problem with htmlize,
5966         it no longer seem necessary.
5967         (org-follow-link-hook): New hook.
5968         (org-agenda-custom-commands): Add "Component" as a tag for each
5969         item in a command serie.
5970         (org-open-at-point): Run `org-follow-link-hook'.
5971         (org-agenda-schedule): Bugfix: don't display marker type when it
5972         is nil.
5973         (org-store-link): org-irc required.
5974         (org-set-regexps-and-options): Parse the new logging options.
5975         (org-extract-log-state-settings): New function.
5976         (org-todo): Handle the new ways of recording state change stuff.
5977         (org-local-logging): New function.
5978         (org-columns-open-link): Fix bug with opening link in column view.
5979         (org-local-logging): New function
5980         (org-todo): Make sure that LOGGING properties are honoured.
5981         (org-todo-keywords): Improve docstring.
5982         (org-startup-options): Cleanup startup options.
5983         (org-set-regexps-and-options): Process the "!" markers.
5984         (org-todo): Respect the new logging stuff.
5985         (org-log-note-how): New variable.
5986         (org-add-log-maybe): New parameter HOW that defines how logging
5987         should be done and also overrides PURPOSE.  Add a docstring.
5988         (org-add-log-note): Check if we really need to ask for a note.
5989         (org-get-current-options): Digest the new keyword.
5990         (org-agenda-reset-markers): Rename from
5991         `org-agenda-maybe-reset-markers'.  Remove FORCE argument.
5992         (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
5993         function, without force argument.
5994         (org-buffer-property-keys): Bind local variables s and p.
5995         (org-make-tags-matcher): Allow "" to match an empty or
5996         non-existent property value.
5997         (org-export-as-html): Join unsorted lists when they directly
5998         follow each other.  Such lists may be created by headlines that
5999         are converted to lists.
6000         (org-nofm-to-completion): New function.
6001         (org-export-as-html): Use :html-extension instead of
6002         org-export-html-extension.
6003         (org-store-link): Support for links from `rmail-summary-mode'.
6004         (org-columns-new, org-complete, org-set-property): Set the
6005         `include-columns' argument in the call to
6006         `org-buffer-property-keys'.
6007         (org-buffer-property-keys): New argument `include-columns', to
6008         include properties expected by any of the COLUMS formats in the
6009         current buffer.
6010         (org-cleaned-string-for-export): Get rid of drawers first, so that
6011         they will be removed also in the text before the first headline.
6012         (org-clock-report): Show the clocktable when found.
6013         (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
6014         (org-version): With prefix argument, insert `org-version' at point.
6015         (org-agenda-goto): Recenter the window after finding the target
6016         location, to make sure the correct position will be displayed.
6017         (org-agenda-get-deadlines): Don't scale priority with the warning
6018         period.
6019         (org-insert-heading): Don't break line in the middle of the line.
6020         (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
6021         be 0.
6022         (org-update-checkbox-count): Revamp to deal with hierarchical
6023         beckboxes.  This was a patch from Miguel A. Figueroa-Villanueva.
6024         (org-remove-timestamp-with-keyword): New function.
6025         (org-schedule, org-deadline):
6026         Use `org-remove-timestamp-with-keyword' to make sure all such time
6027         stamps are removed.
6028         (org-mode): Support for `align'.
6029         (org-agenda-get-deadlines): Make sure priorities increase as the
6030         due date approaches and is passed.
6031         (org-remember-apply-template): Fix problem with tags that
6032         contain "_" or "@".
6033         (org-make-link-regexps): Improve the regular expression for plain links.
6034         (org-agenda-get-closed): List each clocking entry.
6035         (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
6036         (org-special-ctrl-k): New option.
6037         (org-kill-line): New function.
6038         (org-archive-all-done): Fix incorrect number of stars in regexp.
6039         (org-refile-get-location): New function.
6040         (org-refile-goto-last-stored): New function.
6041         (org-global-tags-completion-table): Add the value of org-tag-alist
6042         in each buffer, to make sure that also unused tags will be
6043         available for completion.
6044         (org-columns-edit-value)
6045         (org-columns-next-allowed-value): Only update if not in agenda.
6046         (org-clocktable-steps): New function.
6047         (org-dblock-write:clocktable): Call `org-clocktable-steps'.
6048         (org-archive-subtree): Add the outline tree context as a property.
6049         (org-closest-date): New optional argument `prefer'.
6050         (org-goto-auto-isearch): New option.
6051         (org-goto-map, org-get-location): Implement auto-isearch.
6052         (org-goto-local-auto-isearch-map): New variable.
6053         (org-goto-local-search-forward-headings)
6054         (org-goto-local-auto-isearch): New functions.
6056 2008-03-13  Philip Jackson  <emacs@shellarchive.co.uk>
6058         * textmodes/org-irc.el: New file.
6060 2008-03-13  John Wiegley  <johnw@gnu.org>
6062         * textmodes/org-mac-message.el: New file.
6064 2008-03-13  Dan Nicolaescu  <dann@ics.uci.edu>
6066         * font-lock.el (font-lock-comment-face): Set the foreground for
6067         the light background 8 colors case.
6069 2008-03-13  Glenn Morris  <rgm@gnu.org>
6071         * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
6072         generate-autoload-cookie patterns.
6074         * startup.el (command-line-1): Rename -scriptload to -internal-script.
6076         * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
6077         (MH_E_SRC): Remove variable.
6078         ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
6079         Simplify file header.  Use $@ for generated-autoload-file.
6081         * Makefile.in (LOADDEFS): New variable.
6082         (AUTOGENEL): Use $LOADDEFS.
6083         (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
6084         ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el):
6085         ($(lisp)/calendar/hol-loaddefs.el): New targets.
6086         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6087         * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
6088         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6089         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6090         * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
6091         * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
6092         Add calendar-specific autoload cookies, and remove any setting of
6093         generated-autoload-file.
6094         * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
6095         * calendar/diary-lib.el: Replace explicit autoloads with reading of
6096         diary-loaddefs.
6097         * calendar/holidays.el: Replace explicit autoloads with reading of
6098         hol-loaddefs.
6100         * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
6101         (calendar-buffer-list): Simplify.
6102         (generate-calendar-window): Use calendar-mark-holidays rather than
6103         obsolete alias.
6105         * calendar/cal-hebrew.el (list-yahrzeit-dates):
6106         Use cal-hebrew-yahrzeit-buffer.
6108         * calendar/cal-x.el (calendar-only-one-frame-setup)
6109         (calendar-two-frame-setup): Doc fixes.
6110         (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
6112         * calendar/appt.el (appt-mode-string): Mark as risky.
6113         (appt-check): Apply mode-line-emphasis face to appt-mode-string.
6115         * calendar/cal-html.el (diary-list-entries):
6116         * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
6117         (calendar-iso-from-absolute): Fix autoloads.
6119         * calendar/cal-iso.el (calendar-absolute-from-iso)
6120         (calendar-iso-read-args): Simplify.
6121         (calendar-iso-date-string, calendar-iso-read-args)
6122         (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
6124         * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
6125         (displayed-month, displayed-year): Move declarations where needed.
6126         (calendar-print-astro-day-number): Doc fix.
6128         * calendar/cal-persia.el (persian-calendar-month-name-array)
6129         (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
6130         (persian-prompt-for-date): Remove local variable `today'.
6132         * calendar/diary-lib.el (mark-calendar-month): Use zerop.
6134         * calendar/solar.el (solar-moment, solar-exact-local-noon)
6135         (solar-sunrise-sunset, solar-sunrise-sunset-string)
6136         (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time):
6137         (diary-sabbath-candles, solar-equinoxes/solstices)
6138         (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
6139         (solar-time-equation, solar-date-to-et): Simplify.
6141         * mail/supercite.el: Remove the `function' in `(function (lambda'.
6142         Replace `(car (cdr' with cadr'.
6144         * progmodes/f90.el (f90-font-lock-n): New function.
6145         (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
6146         Use f90-font-lock-n.
6147         (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
6149         * progmodes/f90.el (f90-mode-abbrev-table):
6150         * progmodes/fortran.el (fortran-mode-abbrev-table):
6151         Use newer form of define-abbrev, where supported.  No need to bind
6152         abbrevs-changed for system abbrevs.
6154 2008-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6156         * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
6157         delete-frame-functions.
6159         * bookmark.el (Info-current-node): Remove.
6161 2008-03-12  Juri Linkov  <juri@jurta.org>
6163         * help.el (describe-project): Remove defaliases for view-todo and
6164         describe-project that are now unnecessary after the merge from
6165         emacs--rel--22 that added define-obsolete-function-alias.
6167         * startup.el (inhibit-startup-screen): Revert incomplete
6168         2008-03-10 merge from emacs--rel--22 that partly reverted
6169         2008-02-28 change that added initial message to *scratch* buffer
6170         regardless of the value of `inhibit-startup-screen'.
6171         Now keep this change in the trunk, but not in the 22 branch.
6173 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6175         * international/quail.el (quail-setup-completion-buf, quail-help):
6176         * mail/binhex.el (binhex-decode-region-internal):
6177         * mail/uudecode.el (uudecode-decode-region-internal):
6178         * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6179         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6180         setting default-enable-multibyte-characters.
6182         * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
6184         * comint.el: Fix up indentation and comment style.  Remove `function'.
6186         * international/mule-cmds.el (reset-language-environment)
6187         (set-language-environment-nonascii-translation):
6188         Don't set-unibyte-charset.
6190         * doc-view.el: Remove all cb-args, use closures instead.
6191         (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
6192         doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
6193         doing an incorrect check).  Update all callers to use the new name.
6194         (doc-view-doc->txt): Add missing `txt' argument.
6196 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6198         * doc-view.el (doc-view-current-cache-dir): Set buffer used for
6199         md5 sum calculation to single-byte.
6201 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6203         * doc-view.el (doc-view-new-window-function): Add assertion.
6204         (doc-view-doc-type): New var.
6205         (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
6206         (doc-view-intersection): New fun.
6207         (doc-view-mode): Use it to set the new var.
6209 2008-03-12  Tassilo Horn  <tassilo@member.fsf.org>
6211         * doc-view.el (doc-view-doc->txt, doc-view-open-text)
6212         (doc-view-already-converted-p): New functions.
6213         (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
6214         (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
6215         (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
6216         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
6217         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
6218         (doc-view-convert-current-doc): Don't hardwire the functions the
6219         sentinels call.  Now they're provided by two args CALLBACK and
6220         CB-ARGS to the functions.
6221         (doc-view-search): Use doc-view-doc->txt.
6222         (doc-view-initiate-display): Use doc-view-already-converted-p.
6223         Mention new binding C-c C-t if doc-view-mode doesn't work.
6225 2008-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
6227         * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
6229 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6231         * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
6232         Mark " outside of tags as punctuation.
6234 2008-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6236         * menu-bar.el (minibuffer-local-map): Use the same command for the
6237         "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
6238         Prefer RET over C-j for exit-minibuffer.
6240         * files.el (display-buffer-other-frame): Eliminate problematic code.
6242         * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
6243         (menu-bar-select-buffer): Remove.
6244         (menu-bar-select-frame): Make non-interactive and take a frame arg.
6245         (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
6247 2008-03-11  Juanma Barranquero  <lekktu@gmail.com>
6249         * icomplete.el (icomplete-completions): Remove obsolete code.
6251         * net/net-utils.el (iwconfig-program-options): Doc fix.
6252         (net-utils-run-program, run-network-program): Define as functions.
6254 2008-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
6256         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
6258 2008-03-11  Glenn Morris  <rgm@gnu.org>
6260         * faces.el (mode-line-emphasis): New face.
6261         * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
6263         * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
6265 2008-03-11  Chong Yidong  <cyd@stupidchicken.com>
6267         * simple.el (set-mark-command): Doc fix.
6269 2008-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6271         * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
6273         * emacs-lisp/autoload.el (autoload-find-destination):
6274         Don't force raw-text.
6276         * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
6277         * calendar/cal-loaddefs.el: Don't version control.
6279 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6281         * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
6282         entries and add :help to the existing ones.
6284 2008-03-10  Glenn Morris  <rgm@gnu.org>
6286         * calendar/cal-hebrew.el (date, entry, number): Move declarations
6287         to where they are needed.
6289         * calendar/calendar.el (diary-file, hebrew-holidays-1)
6290         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6291         (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
6292         (calendar-version): Doc fixes.
6293         (calendar-absolute-from-gregorian): Use zerop.
6294         (calendar-mode-line-format): Make it a defcustom.
6296         * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
6297         (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
6298         (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
6299         (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
6300         (mark-included-diary-files, mark-calendar-days-named)
6301         (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
6302         (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
6303         (insert-monthly-diary-entry, insert-yearly-diary-entry)
6304         (insert-anniversary-diary-entry, insert-block-diary-entry)
6305         (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
6306         (diary-font-lock-sexps): Doc fixes.
6307         (diary-remind-message, mark-calendar-month): Use zerop.
6308         (diary-attrtype-convert, diary-pull-attrs): Simplify.
6309         (diary-list-entries): Revert let to let* (previous change).
6311         * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
6313 2008-03-10  Kim F. Storm  <storm@cua.dk>
6315         * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
6316         function aliases for the old names.
6318 2008-03-10  Juanma Barranquero  <lekktu@gmail.com>
6320         * iswitchb.el (iswitchb-use-faces): Doc fix.
6321         (iswitchb-buffer-ignore, iswitchb-read-buffer):
6322         Fix typos in docstrings.
6324 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6326         * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
6327         Fix typo.
6328         (verilog-type-font-keywords): Reindent.
6330 2008-03-10  Michael McNamara  <mac@mail.brushroad.com>
6332         * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
6333         grouping-keyword regular expression.
6334         (verilog-font-lock-keywords): Allow users to toggle special
6335         highlight of grouping-keywords.
6336         (verilog-highlight-grouping-keywords): The toggle for special
6337         highlighting of grouping keywords.
6339 2008-03-10  Juri Linkov  <juri@jurta.org>
6341         * startup.el: Revert 2008-02-28 change that adds initial message
6342         to *scratch* buffer regardless of the value of
6343         `inhibit-startup-screen'.
6345 2008-03-10  Dan Nicolaescu  <dann@ics.uci.edu>
6347         * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
6348         * textmodes/bibtex-style.el (bibtex-style-indent-basic):
6349         * progmodes/verilog-mode.el (verilog-mode):
6350         * net/socks.el (socks):
6351         * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
6353 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6355         * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
6356         (doc-view-bookmark-make-record): Use them.
6357         (doc-view-bookmark-jump): Use them.  Fix find-file ->find-file-noselect.
6358         (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
6360         * bookmark.el (bookmark-make-record-function): Change expected return
6361         value to include a suggested bookmark name.
6362         (bookmark-make): Split into bookmark-make-record and bookmark-store.
6363         Fix reversed `overwrite' semantics.
6364         (bookmark-set): Call bookmark-make-record before prompting the user.
6365         Then pass the result to bookmark-store later on.
6366         (bookmark-make-name-function): Remove.
6367         (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
6368         * info.el (bookmark-make-name-function): Remove.
6369         (Info-mode): Don't set it.
6370         (Info-bookmark-make-name): Remove.
6371         (Info-bookmark-make-record): Use Info-current-node as suggested default
6372         bookmark name.
6374         * bookmark.el (bookmark-set): Make bookmark before reading annotations.
6375         I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
6376         (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
6377         (bookmark-annotation-buffer, bookmark-annotation-file)
6378         (bookmark-annotation-point, bookmark-send-annotation)
6379         (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
6380         (bookmark-edit-annotation-text-func): Rename from
6381         bookmark-read-annotation-text-func.  Keep old name as an obsolete alias.
6382         (bookmark-edit-annotation-mode-map): Move initialization into
6383         declaration.
6385         * bookmark.el: Remove spurious * in docstrings.
6386         (bookmark-minibuffer-read-name-map): New var.
6387         (bookmark-set): Use it.  Also pass the default value as it should.
6388         (bookmark-send-edited-annotation): Take no chances with text properties.
6389         (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
6390         (bookmark-insert-buffer-name): Remove.
6391         (bookmark-buffer-file-name): Signal an error rather than returning nil.
6393 2008-03-09  Thomas Hühn  <xf27@arcor.de>  (tiny change)
6395         * tutorial.el (tutorial--default-keys): Update `C-l' binding.
6397 2008-03-09  Dan Nicolaescu  <dann@ics.uci.edu>
6399         * diff-mode.el (diff-mode-menu): Add :help.
6401 2008-03-09  Glenn Morris  <rgm@gnu.org>
6403         * calendar/calendar.el (general-holidays, oriental-holidays)
6404         (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
6405         (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
6406         (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
6407         (calendar-holidays): Restore autoload cookies, because people are
6408         used to using these variables without loading calendar.el.
6410         * calendar/cal-islam.el (diary-islamic-date): Move to end.
6411         (date, number): Declare where needed.
6413         * calendar/diary-lib.el (nongregorian-diary-marking-hook)
6414         (list-sexp-diary-entries): Doc fixes.
6415         (diary-list-entries): Doc fix.  Remove free variable `entry'.
6416         (fancy-diary-display): Use dolist, bobp.  Remove free variable `entry'.
6417         Simplify setting of `date-holiday-list'.
6418         (mark-diary-entries): Remove free variable `entry'.
6419         (diary-list-entries, include-other-diary-files, fancy-diary-display):
6420         Use let where let* is not needed.
6422 2008-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6424         * bookmark.el (bookmark-make): Don't pass the `annotation' to the
6425         make-record function, instead paste it in afterwards.
6426         (bookmark-make-record-for-text-file):
6427         * doc-view.el (doc-view-bookmark-make-record):
6428         * info.el (Info-bookmark-make-record): Don't mess with annotations.
6430 2008-03-08  Glenn Morris  <rgm@gnu.org>
6432         * calendar/diary-lib.el (entry): Declare for compiler part-way through.
6434 2008-03-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6436         * calendar/diary-lib.el (diary-list-entries)
6437         (include-other-diary-files, mark-diary-entries)
6438         (mark-sexp-diary-entries, mark-included-diary-files)
6439         (diary-entry-time, list-sexp-diary-entries): Remove the special
6440         handling of ^M that dates back to the use of selective-display.
6441         (simple-diary-display): Obey setting of pop-up-frames.
6442         (body, entry): Remove unnecessary declarations.
6444         * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
6445         (bookmark-get-annotation, bookmark-set-annotation)
6446         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
6447         (bookmark-set-position, bookmark-get-front-context-string)
6448         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
6449         (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
6450         * info.el (Info-bookmark-make-record): Don't bother recording point.
6451         (bookmark-get-filename, bookmark-get-front-context-string)
6452         (bookmark-get-rear-context-string, bookmark-get-position):
6453         Don't declare any more.
6454         (bookmark-get-info-node): Remove.
6455         (bookmark-prop-get): Declare.
6456         (Info-bookmark-jump): Use it.
6458 2008-03-08  Johan Bockgård  <bojohan@gnu.org>
6460         * subr.el (while-no-input): Don't splice BODY directly into the
6461         `or' form.
6463 2008-03-08  Dan Nicolaescu  <dann@ics.uci.edu>
6465         * diff-mode.el (diff-ignore-whitespace-hunk):
6466         Bind inhibit-read-only before trying to change the buffer.
6468 2008-03-08  Glenn Morris  <rgm@gnu.org>
6470         * calendar/appt.el (appt): Move custom group here from calendar.el.
6471         (appt-disp-window, appt-convert-time): Doc fixes.
6473         * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
6474         (calendar-bahai-mark-date-pattern):
6475         * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
6476         * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
6477         * calendar/cal-julian.el (calendar-absolute-from-julian):
6478         * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
6480         * calendar/cal-china.el (chinese-calendar): Move custom group here from
6481         calendar.el.
6482         (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
6483         Make constants.
6484         (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
6485         (chinese-calendar-daylight-savings-starts)
6486         (chinese-calendar-daylight-savings-ends)
6487         (chinese-calendar-daylight-savings-starts-time)
6488         (chinese-calendar-daylight-savings-ends-time)
6489         (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
6490         Doc fixes.
6492         * calendar/cal-coptic.el (coptic-name): Add doc string.
6494         * calendar/cal-french.el (french-calendar-month-name-array)
6495         (french-calendar-day-name-array, french-calendar-special-days-array):
6496         Add doc strings.
6498         * calendar/cal-bahai.el (diary-bahai-mark-entries)
6499         (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
6500         (diary-bahai-insert-yearly-entry):
6501         * calendar/cal-dst.el (calendar-next-time-zone-transition)
6502         (calendar-time-zone):
6503         * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
6504         (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
6505         (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
6506         (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
6507         (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
6508         * calendar/cal-islam.el (islamic-calendar-leap-year-p)
6509         (list-islamic-diary-entries, mark-islamic-diary-entries)
6510         (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
6511         (insert-yearly-islamic-diary-entry):
6512         * calendar/cal-iso.el (calendar-iso-read-args):
6513         * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6514         (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
6515         (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
6516         (calendar-next-calendar-round-date)
6517         (calendar-mayan-long-count-common-era):
6518         * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
6519         (cal-menu-x-popup-menu, calendar-mouse-holidays)
6520         (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
6521         (calendar-mouse-goto-date):
6522         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
6523         * calendar/holidays.el (holidays):
6524         * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
6525         * calendar/time-date.el (date-to-time, time-subtract, time-add)
6526         (safe-date-to-time): Doc fixes.
6528         * calendar/cal-persia.el (persian-calendar-month-name-array)
6529         (persian-calendar-epoch): Make constants.
6531         * calendar/cal-tex.el (calendar-tex): Move custom group here from
6532         calendar.el.
6534         * calendar/cal-x.el (diary-frame-parameters)
6535         (calendar-frame-parameters, calendar-and-diary-frame-parameters)
6536         (calendar-after-frame-setup-hooks): Make defcustoms.
6537         (calendar-one-frame-setup, calendar-only-one-frame-setup)
6538         (calendar-two-frame-setup): Doc fix.
6540         * calendar/cal-loaddefs.el: New file.
6542         * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6543         * calendar/cal-french.el, calendar/cal-html.el:
6544         * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
6545         * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
6546         * calendar/cal-tex.el, calendar/cal-x.el:
6547         Unquote lambda functions.  Add autoload cookies to functions formerly
6548         autoloaded in calendar.el.  Set `generated-autoload-file' to
6549         "cal-loaddefs.el".
6551         * calendar/calendar.el: Move many autoloads to separate file,
6552         cal-loaddefs.el.  Move defcustoms to start and re-order.
6553         (calendar-month-name-array, calendar-starred-day): No need to
6554         declare for compiler.
6555         (cal-loaddefs): Require it.
6556         (appt, chinese-calendar, calendar-tex): Move custom groups to the
6557         appropriate file.
6558         (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
6559         Reverse logic.
6560         (diary-face, diary-file-name-prefix-function, diary-include-string)
6561         (diary-glob-file-regexp-prefix, diary-face-attrs)
6562         (diary-file-name-prefix, sexp-diary-entry-symbol)
6563         (print-diary-entries-hook, list-diary-entries-hook)
6564         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6565         (nongregorian-diary-marking-hook, diary-list-include-blanks):
6566         Move to diary-lib.
6567         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6568         (all-bahai-calendar-holidays): Doc fix.
6569         (calendar-insert-indented): Doc fix.  Use when rather than if.
6570         (exit-calendar): Use mapc rather than mapcar.
6571         (calendar-cursor-to-date): Use zerop.
6572         (calendar-mark-ring): Add doc-string.
6573         (calendar-starred-day): Defvar it.
6574         (calendar-mode): Make calendar-starred-day local.
6575         (calendar-star-date): No need to make calendar-starred-day local.
6577         * calendar/diary-lib.el: Move defcustoms to start.
6578         (diary-include-string, diary-list-include-blanks)
6579         (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
6580         (diary-file-name-prefix, diary-file-name-prefix-function)
6581         (sexp-diary-entry-symbol, list-diary-entries-hook)
6582         (mark-diary-entries-hook, nongregorian-diary-listing-hook)
6583         (nongregorian-diary-marking-hook, print-diary-entries-hook):
6584         Move here from calendar.el.
6585         (diary-file-name-prefix-function): Use 'identity.
6586         (diary-face): Make it a defcustom, and mark as obsolete.
6587         (top-level): No need to require cal-hebrew, cal-islam when compiling.
6588         (calendar-hebrew-month-name-array-leap-year)
6589         (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
6590         Define for compiler.
6591         (diary-font-lock-keywords): Use format rather than concat.
6592         Add bahai-diary-entry-symbol.
6594         * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
6595         * calendar/solar.el: Unquote lambda functions.
6597         * calendar/solar.el (calendar-location-name, calendar-latitude)
6598         (calendar-longitude, solar-setup, solar-sin-degrees)
6599         (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
6600         (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
6601         (solar-sunrise-and-sunset, solar-moment, solar-daylight)
6602         (solar-exact-local-noon, solar-julian-ut-centuries)
6603         (solar-ephemeris-time, solar-date-next-longitude)
6604         (solar-horizontal-coordinates, solar-equatorial-coordinates)
6605         (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
6606         (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
6607         (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
6608         Doc fixes.
6609         (solar-horizontal-coordinates, solar-equatorial-coordinates)
6610         (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
6611         (solar-ecliptic-coordinates): Use unless.
6612         (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
6613         Use or.
6615         * calendar/timeclock.el: Add doc-strings to all functions.
6616         (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
6617         (timeclock-entry-list-length, timeclock-entry-list-projects)
6618         (timeclock-day-list-projects, timeclock-day-list): Use dolist.
6620         * calendar/todo-mode.el: Remove un-needed eval-when-compile.
6622         * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
6623         (org-get-entries-from-diary): Require diary-lib.
6625 2008-03-08  Juanma Barranquero  <lekktu@gmail.com>
6627         * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
6628         Pacify byte-compiler.
6630 2008-03-07  Alan Mackenzie  <acm@muc.de>
6632         * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
6633         paren/bracket pairs parsed, to solve performance problem.
6635 2008-03-07  Bastien Guerry  <bzg@altern.org>
6637         * bookmark.el (bookmark-set): Don't check for
6638         `bookmark-make-name-function' since `bookmark-buffer-file-name'
6639         already takes care of this.
6640         (bookmark-buffer-name, bookmark-buffer-file-name):
6641         Remove Info-mode specific code.
6643         * info.el (bookmark-get-info-node): Define this function in
6644         info.el, not in bookmark.el.
6645         (Info-mode): Set `bookmark-make-name-function' to
6646         `Info-bookmark-make-name' locally.
6647         (Info-bookmark-make-name): New function.
6649         * bookmark.el (bookmark-make-name-function): New variable.
6651 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6653         * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
6654         buffer-local, not `bookmark-make-cell-function' (the old name).
6656 2008-03-07  Tassilo Horn  <tassilo@member.fsf.org>
6658         * doc-view.el (doc-view-bookmark-make-record):
6659         * image-mode.el (image-bookmark-make-record):
6660         * info.el (Info-bookmark-make-record): Delete obsolete second arg.
6662 2008-03-07  Jan Djärv  <jan.h.d@swipnet.se>
6664         * vc.el (vc-status-menu-map-filter): Return orig-binding if
6665         boundp 'vc-ignore-menu-filter.
6666         (vc-status-tool-bar-map): Make it defvar.
6667         (vc-status-mode): vc-status-tool-bar-map now variable.
6668         (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
6670 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6672         Give a better name to part of the bookmark interface.
6674         This was originally a much larger change, but halfway through I
6675         updated and discovered that Stefan Monnier had done the rest.
6676         It looks like he anticipated the new name too, because he used
6677         `the-record' instead of `the-cell' for some internal variable names.
6679         * bookmark.el (bookmark-make-record-function): Was
6680         `bookmark-make-cell-function'.
6681         (bookmark-make, bookmark-send-annotation): Update for above.
6682         (bookmark-make-record-for-text-file):
6683         Was `bookmark-make-cell-for-text-file'.  Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
6685         * info.el: Adjust accordingly.
6686         (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
6688         * image-mode.el: Adjust accordingly.
6689         (image-bookmark-make-record): Was `image-bookmark-make-cell'.
6691         * doc-view.el: Adjust accordingly.
6692         (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
6694 2008-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6696         * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
6697         Move initialization into declaration.
6698         (bookmark-get-info-node, bookmark-set-info-node): Remove.
6699         (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
6700         (bookmark-info-current-node): Remove.
6701         (bookmark-jump-noselect): Rename from bookmark-jump-internal.
6702         Add relocation fallback.  Set bookmark-current-bookmark.
6703         (bookmark-default-handler): Rename from bookmark-jump-noselect.
6704         Remove relocation fallback.  Don't set bookmark-current-bookmark.
6705         (bookmark-set): Let it be used even if there's no buffer-file-name
6706         as long as there is a bookmark-make-cell-function.
6707         * info.el (Info-bookmark-jump): Remove relocation fallback.
6708         Don't set bookmark-current-bookmark.
6710 2008-03-07  Glenn Morris  <rgm@gnu.org>
6712         * calendar/appt.el (appt-issue-message)
6713         (appt-message-warning-time, appt-audible, appt-visible)
6714         (appt-msg-window, appt-display-mode-line, appt-display-duration)
6715         (appt-display-diary): Remove autoload cookies.
6717         * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
6718         Remove leading `*' from defcustom doc-strings.
6720         * calendar/cal-dst.el (calendar-dst): New custom group.
6721         (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
6722         (calendar-time-zone, calendar-daylight-time-offset)
6723         (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
6724         (calendar-daylight-savings-starts-time)
6725         (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
6726         (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
6727         Move to start.
6729         * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
6731         * calendar/calendar.el (calendar-version): Use emacs-version and
6732         make it obsolete.  Move to end.
6733         (calendar-offset, view-diary-entries-initially)
6734         (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
6735         (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
6736         (all-christian-calendar-holidays, all-islamic-calendar-holidays)
6737         (all-bahai-calendar-holidays, calendar-load-hook)
6738         (initial-calendar-window-hook, today-visible-calendar-hook)
6739         (today-invisible-calendar-hook, calendar-move-hook)
6740         (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
6741         (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
6742         (diary-include-string, sexp-diary-entry-symbol)
6743         (abbreviated-calendar-year, american-date-diary-pattern)
6744         (european-date-diary-pattern, european-calendar-display-form)
6745         (american-calendar-display-form, print-diary-entries-hook)
6746         (list-diary-entries-hook, diary-hook, diary-display-hook)
6747         (nongregorian-diary-listing-hook, mark-diary-entries-hook)
6748         (nongregorian-diary-marking-hook, diary-list-include-blanks)
6749         (holidays-in-diary-buffer, general-holidays, oriental-holidays)
6750         (local-holidays, other-holidays, hebrew-holidays-1)
6751         (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6752         (hebrew-holidays, christian-holidays, islamic-holidays)
6753         (bahai-holidays, solar-holidays, calendar-setup)
6754         (calendar-week-start-day): Remove autoload cookies.
6755         (diary-glob-file-regexp-prefix): Doc fix.
6756         (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
6757         (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
6758         (calendar-week-start-day, calendar-debug-sexp): Move to start.
6760         * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
6761         (calendar-time-display-form, calendar-latitude)
6762         (calendar-longitude, solar-equinoxes-solstices): Remove autoload
6763         cookies.
6764         (calendar-latitude, calendar-longitude): Move functions after
6765         variables.
6766         (diary-sabbath-candles-minutes): Move to start.
6767         (solar-setup): Use or rather than if.
6768         (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
6769         Remove condition-case.
6770         (solar-atn2): Use zerop.
6771         (solar-equinoxes-solstices): Doc fix.
6773         * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
6774         (sc-mode-map-prefix): Doc fix.  Make it a defcustom.
6776         * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
6777         (calendar-longitude, calendar-latitude, calendar-location-name):
6778         Declare for compiler.
6780 2008-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6782         * arc-mode.el (archive-ar-file-header-re): New const.
6783         (archive-ar-summarize, archive-ar-extract): New funs.
6784         (archive-find-type): Recognize ar archives.
6786         * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
6787         New functions.
6789         * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
6791 2008-03-06  Lennart Borgman  <lennart.borgman@gmail.com>
6793         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
6794         Replace :enable (mark-active) with :enable mark-active.
6796 2008-03-06  Juanma Barranquero  <lekktu@gmail.com>
6798         * vms-patch.el (make-legal-file-name): New obsolete alias.
6799         (make-valid-file-name): Rename from `make-legal-file-name'.
6800         (make-auto-save-file-name): Use it.
6802         * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
6803         (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
6804         (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
6806         * textmodes/org.el (org-export-html-style): Doc fix.
6807         (org-get-legal-level): New obsolete alias.
6808         (org-get-valid-level): Rename from `org-get-legal-level'.
6809         (org-promote, org-demote, org-archive-subtree)
6810         (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
6812 2008-03-06  Jan Djärv  <jan.h.d@swipnet.se>
6814         * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
6816         * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
6817         (vc-status-toggle-mark): New functions.
6818         (vc-status-mode): Set tool bar map.
6820 2008-03-05  Chong Yidong  <cyd@stupidchicken.com>
6822         * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
6823         Reported by Drew Adams <drew.adams@oracle.com>.
6825 2008-03-05  Kenichi Handa  <handa@ni.aist.go.jp>
6827         * subr.el (read-quoted-char): Resolve modifers of the character
6828         event.
6830         * comint.el (comint-exec-1): Don't change the coding-system for
6831         decoding to dos-like EOL.
6832         (comint-carriage-motion): Fully rewrite.
6834 2008-03-05  Juanma Barranquero  <lekktu@gmail.com>
6836         * epg.el (epg-context-include-certs): Reflow docstring.
6837         (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
6838         (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
6839         (epg-context-set-signers, epg-context-set-sig-notations)
6840         (epg-make-import-status, epg-make-import-result)
6841         (epg-start-delete-keys): Fix typos in docstrings.
6842         (epg-start-sign-keys, epg-sign-keys):
6843         Fix typos in obsolescence declarations.
6845         * iswitchb.el: Don't check for `cadr' and `last'.
6846         (iswitchb-define-mode-map, iswitchb-default-keybindings):
6847         Add obsolescence declaration and remove redundant info from docstring.
6848         (iswitchb-set-common-completion, iswitchb-set-matches)
6849         (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
6850         (recentf-list, most-len, most-is-exact):
6851         Don't wrap defvars within `eval-when-compile'.
6853 2008-03-05  Glenn Morris  <rgm@gnu.org>
6855         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
6856         * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
6857         * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
6858         * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
6859         ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
6861         * ediff-hook.el (ediff-window-setup-function): Don't autoload
6862         declaration for compiler.
6863         (ediff-xemacs-init-menus): Use when rather than if.
6865         * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
6866         if+and to just and.
6867         (ediff-read-event, ediff-overlayp, ediff-make-overlay)
6868         (ediff-delete-overlay): Move the XEmacs test inside the definition.
6870         * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
6872         * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
6873         test inside XEmacs test.
6874         (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
6875         since it was doing nothing on Emacs.
6876         (ediff-make-bullet-proof-overlay): Use when rather than if.
6878         * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
6879         (ediff-setup-control-frame): Remove
6880         ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
6881         a (featurep 'xemacs) test.
6883 2008-03-05  Jay Belanger  <jay.p.belanger@gmail.com>
6885         * calc/calc-ext.el (calc-extended-command-history): New variable.
6886         (calc-exectute-extended-command): Use `calc-extended-command-history'.
6888 2008-03-05  Dan Nicolaescu  <dann@ics.uci.edu>
6890         * bindings.el (mode-line-remote): Add mouse-face.  Improve tooltip.
6891         (standard-mode-line-position): Add mouse-face.
6893         * progmodes/compile.el (compilation-menu-map):
6894         (compilation-mode-map):
6895         * progmodes/grep.el (grep-mode-map): Add :help.
6897         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
6898         initialize in one step.  Add :help.  Use :enable to activate menu
6899         items.  Show the key binding for edebug-defun.
6900         (lisp-interaction-mode-map): Add a menu.
6902         * term.el (term-mode-map): Define and initialize in one step.
6904         * ediff-init.el (ediff-color-display-p): Simplify.
6905         (Xor): Remove unused function.
6906         (ediff-with-syntax-table): Simplify for Emacs.
6908         * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
6909         menu-bar being loaded, it always is.
6911 2008-03-05  Glenn Morris  <rgm@gnu.org>
6913         * textmodes/tex-mode.el (tex-mode): Suppress warning about
6914         multiple definitions when compiling.
6916 2008-03-04  Alan Mackenzie  <acm@muc.de>
6918         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
6920         * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
6921         doc-string, "c-old-LEN" -> "c-old-END".
6923 2008-03-04  Jason Rumney  <jasonr@gnu.org>
6925         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
6926         namespaces.
6928 2008-03-04  Glenn Morris  <rgm@gnu.org>
6930         * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
6932         * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
6933         than mapcar.
6935 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6937         * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
6938         (byte-compile-nilconstp): Can't use recursion in a defsubst.
6940         * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
6941         so that M-q can fill comments.
6942         (tex-executable-exists-p, tex-compile): Extend with special syntax for
6943         commands implemented in elisp.
6944         (tex-compile-commands): Add an entry to use doc-view for pdf files.
6945         (tex-format-cmd): New function.
6946         (tex-compile): Use it to let the user specify default arguments.
6947         (tex-cmd-bibtex-args): New var.
6948         (tex-cmd-doc-view): New function.
6950 2008-03-03  Juanma Barranquero  <lekktu@gmail.com>
6952         * faces.el (face-spec-set): Fix typos in docstring.
6954 2008-03-03  Dan Nicolaescu  <dann@ics.uci.edu>
6956         * bindings.el (mode-line-column-line-number-mode-map): New variable.
6957         (standard-mode-line-position): Use it to add a menu for toggling
6958         column number and line number display.
6960 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6962         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6963         Remove optimization that was working around the form-code-walker bug.
6965         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6966         Walk into the body of lambdas after byte-compile-unfold-lambda.
6968 2008-03-03  Glenn Morris  <rgm@gnu.org>
6970         * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
6971         value, if set, over frame value.
6973         * simple.el (transient-mark-mode): Don't turn on by default.
6975         * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
6976         accidentally removed by the 2007-12-05 merge from Gnus.
6978 2008-03-02  Dan Nicolaescu  <dann@ics.uci.edu>
6980         * progmodes/compile.el (compilation-menu-map): Add menu entries
6981         for useful options.
6983 2008-03-01  Dan Nicolaescu  <dann@ics.uci.edu>
6984             Glenn Morris  <rgm@gnu.org>
6986         * emacs-lisp/bytecomp.el (byte-recompile-directory)
6987         (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
6988         Give a `bytecomp-' prefix to local variables with common names.
6990 2008-03-01  Glenn Morris  <rgm@gnu.org>
6992         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
6993         code commented out 2007-11-10.
6995         * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
6997         * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
6998         Delete macro.
6999         * emulation/viper-cmd.el, emulation/viper-ex.el:
7000         * emulation/viper-init.el, emulation/viper-keym.el:
7001         * emulation/viper-mous.el, emulation/viper-util.el:
7002         * emulation/viper.el:
7003         Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
7004         featurep test.
7006         Replace obselete frame-local variables with frame-parameters.
7007         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
7008         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
7009         (viper-vi-state-cursor-color): Only call make-variable-frame-local
7010         on XEmacs.
7011         * emulation/viper-util.el (viper-frame-value): New macro.
7012         * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
7013         (viper-R-state-post-command-sentinel)
7014         (viper-replace-state-post-command-sentinel)
7015         (viper-change-state-to-insert, viper-change-state-to-emacs):
7016         * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
7017         (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
7018         (viper-get-saved-cursor-color-in-insert-mode)
7019         (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
7020         Use viper-frame-value for viper-replace-overlay-cursor-color,
7021         viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
7022         viper-vi-state-cursor-color values.
7024         * emulation/viper-cmd.el (zmacs-region-stays):
7025         * emulation/viper-util.el (zmacs-region-stays): No need to define
7026         for compiler.
7028         * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
7029         mapcar on Emacs.
7031         * emulation/viper-mous.el (viper-counting-clicks-p): Only define
7032         on XEmacs.
7034         * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
7035         rather than if.
7037 2008-03-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7039         * whitespace.el: New version 9.3.  As the glyph code generation was
7040         fixed, it is possible now to use character code above ?\x1FFFF in the
7041         display table.  Fix `whitespace-indentation-regexp' to not include an
7042         extra ending character.  Reported by Michael Welsh Duggan
7043         <mwd@cert.org>.  Added hook actions when buffer is written or killed as
7044         the original whitespace package had.  Suggested by Eric Cooper
7045         <ecc@cmu.edu>.  Doc fix.
7046         (whitespace-action): New option.
7047         (whitespace-display-mappings): Changed default newline visualization to
7048         display downwards arrow, as the glyph code generation was fixed.
7049         (whitespace-unload-function): Assure that all local whitespace mode is
7050         turned off.
7051         (whitespace-global-modes): Fix type customization.
7052         (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
7053         (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
7054         (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
7055         Fix code.
7056         (whitespace-buffer): Command removed.
7057         (whitespace-trailing-regexp, whitespace-mark-x)
7058         (whitespace-display-window, whitespace-action-when-on)
7059         (whitespace-add-local-hook, whitespace-remove-local-hook)
7060         (whitespace-write-file-hook, whitespace-kill-buffer-hook)
7061         (whitespace-action): New funs.
7062         (whitespace-report-list, whitespace-report-text)
7063         (whitespace-report-buffer-name): New consts.
7064         (whitespace-report, whitespace-report-region): New commands.
7066 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7068         * disp-table.el (make-glyph-code): Don't test the result of
7069         `face-id', which already signals an error for invalid faces.
7070         (glyph-face): Simplify.
7072         * desktop.el (desktop-read): Set `desktop-dirname' to nil before
7073         running `desktop-not-loaded-hook' to allow modifying it.
7074         Don't show warning message if `desktop-dirname' was modified.
7076 2008-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7078         * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
7079         we still expect more lines.
7081         * textmodes/fill.el (fill-comment-paragraph): Don't try to do
7082         comment-paragraph filling if the commark doesn't match
7083         comment-start-skip.
7085 2008-03-01  Daiki Ueno  <ueno@unixuser.org>
7087         * international/utf-7.el (utf-7-encode): Never skip the trailing - for
7088         the `imap' variant.
7090 2008-03-01  Jason Rumney  <jasonr@gnu.org>
7092         * files.el (make-auto-save-file-name): Encode more characters in
7093         non-file buffer names.  Use url-encoding.
7095 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7097         * net/net-utils.el (ftp-program): Fix typo in docstring.
7098         (ifconfig-program-options, netstat-program-options)
7099         (arp-program-options, route-program-options, nslookup-program-options)
7100         (ftp-program-options, smbclient-program-options)
7101         (dns-lookup-program-options, arp, route): Doc fixes.
7103         * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
7104         (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
7105         (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
7106         Fix typos in docstrings.
7107         (gdb-pending-triggers): Reflow docstring.
7108         (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
7110 2008-03-01  Alan Mackenzie  <acm@muc.de>
7112         * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
7113         typing "#" at EOB.
7115 2008-03-01  Juanma Barranquero  <lekktu@gmail.com>
7117         * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
7119 2008-02-29  Kim F. Storm  <storm@cua.dk>
7121         * emulation/cua-base.el (cua-remap-control-v)
7122         (cua-remap-control-z): New defcustoms.
7123         (cua-mode): Add them to set-after property.
7124         (cua--init-keymaps): Use them.
7125         Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
7127         * help.el (view-emacs-todo): Rename from view-todo.
7128         (describe-gnu-project): Rename from describe-project.  Users changed.
7129         (view-help-file): New helper function.
7130         (describe-distribution, describe-copying, describe-gnu-project)
7131         (view-todo, view-order-manuals, view-emacs-problems): Use it.
7132         (view-emacs-debugging, view-external-packages): New commands.
7133         (help-map): Move describe-distribution to C-h C-o (ordering).
7134         Move view-emacs-problems to C-h C-p (problems).
7135         Bind view-emacs-debugging to C-h C-d (debugging).
7136         Bind view-external-packages to C-h C-e (extras).
7137         (help-for-help-internal): Cleanup and align descriptions.
7138         Remove command names to reduce clutter.
7140 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7142         * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
7143         and quieter face (not a warning).
7145 2008-02-29  Dan Nicolaescu  <dann@ics.uci.edu>
7147         * vc.el (vc-status-crt-marked): New variable.
7148         (vc-status-mode): Make it local.
7149         (vc-status-refresh): Use it to save the marked files.
7150         (vc-update-vc-status-buffer): Use it to restore the marked files.
7152         * vc-svn.el (vc-svn-after-dir-status):
7153         * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
7155 2008-02-29  Glenn Morris  <rgm@gnu.org>
7157         * allout.el (allout-topic-encryption-bullet)
7158         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
7159         (allout-encrypt-unencrypted-on-saves): Change defcustom :version
7160         from 22.0 to 22.1.
7162         * net/imap.el (imap-ping-server):
7163         * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
7164         Change defcustom :version from 23.0 to 23.1.
7166 2008-02-29  Juanma Barranquero  <lekktu@gmail.com>
7168         * desktop.el (desktop-save): Save the buffer name if the
7169         uniquified base name is empty.
7171 2008-02-29  Nick Roberts  <nickrob@snap.net.nz>
7173         * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
7174         correctly when user has "set print address off".
7176 2008-02-28  Juanma Barranquero  <lekktu@gmail.com>
7178         * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
7179         version number of the next major Emacs release, not 23.0.
7181         * longlines.el (longlines-unload-function): New function.
7183 2008-02-28  Juri Linkov  <juri@jurta.org>
7185         * startup.el (normal-splash-screen): Add argument `concise'.
7186         Remove unused binding `prev-buffer'.  Let-bind `splash-buffer'
7187         to the created buffer.  If `concise' is non-nil, call
7188         `display-buffer', otherwise `switch-to-buffer'.  Doc fix.
7189         (display-startup-screen): Add argument `concise' to the call to
7190         `normal-splash-screen'.
7192 2008-02-28  Kim F. Storm  <storm@cua.dk>
7194         * startup.el (startup-echo-area-message): Check for about-emacs.
7196 2008-02-28  Juri Linkov  <juri@jurta.org>
7198         * startup.el: Always add initial message to *scratch* buffer if
7199         `initial-scratch-message' is non-nil regardless of the value of
7200         `inhibit-startup-screen'.
7201         (inhibit-startup-screen, initial-scratch-message): Doc fix.
7202         (command-line-1): Move code that inserts `initial-scratch-message'
7203         up before the if-form that checks for `inhibit-startup-screen'.
7204         Suggested by Jonathan Rockway <jon@jrock.us>.
7206 2008-02-28  Juri Linkov  <juri@jurta.org>
7208         * cus-edit.el (custom-mode-map, custom-mode-link-map):
7209         Rename `custom-mode' to `Custom-mode' in docstrings.
7210         (custom-buffer-create-internal, customize-browse):
7211         Rename `custom-mode' to `Custom-mode'.
7212         (custom-mode-hook): Rename to `Custom-mode-hook'.
7213         (Custom-mode-hook): Renamed from `custom-mode-hook'.
7214         (custom-mode): Rename to `Custom-mode'.
7215         (Custom-mode): Renamed from `custom-mode'.  Doc fix.
7216         (custom-mode): Add backward-compatible non-interactive variant of
7217         `Custom-mode' that simply calls `Custom-mode'.  Mark it obsoleted.
7218         (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
7220         * info-look.el: Rename `custom-mode' to `Custom-mode'.
7222         * emulation/viper.el (viper-emacs-state-mode-list):
7223         Rename `custom-mode' to `Custom-mode'.
7225         * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
7226         Capitalize "Tagged Files".
7227         (minibuffer-local-map): Add menu items for next/previous
7228         history elements and isearch history forward/backward.
7230         * progmodes/hideshow.el (hs-minor-mode-menu): Compare
7231         `hs-isearch-open' with t instead of `comment' in :selected
7232         for "Code and Comment blocks" menu item.
7234 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7236         * uniquify.el (uniquify-buffer-base-name): Undo last change.
7237         Should be done in desktop.el instead.
7239 2008-02-28  Glenn Morris  <rgm@gnu.org>
7241         * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
7243         * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
7245         * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
7246         (Info-menu, Info-goto-node): Remove declarations.
7247         (report-emacs-bug-info): Use info rather than Info-goto-node.
7249         * progmodes/idlwave.el (Info-goto-node): Remove declaration.
7250         (idlwave-convert-xml-system-routine-info): Don't require xml.
7251         (idlwave-show-commentary, idlwave-shell-show-commentary):
7252         Don't require finder.
7253         (idlwave-info): Don't require info.  Use info rather than
7254         Info-goto-node.
7256         * textmodes/org.el (Info-goto-node): Remove declaration.
7257         (org-info): Use info rather than Info-goto-node.
7259         * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
7260         (reftex-info): Don't require info.  Use info rather than Info-goto-node.
7262 2008-02-28  Dan Nicolaescu  <dann@ics.uci.edu>
7264         * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
7265         the menu.
7267         * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
7268         (vc-finish-logentry): Check for vc-status-mode, not only for
7269         vc-dired-mode.
7271 2008-02-28  Kenichi Handa  <handa@ni.aist.go.jp>
7273         * isearch.el (isearch-printing-char): Don't check
7274         keyboard-coding-system.
7275         Call isearch-process-search-multibyte-characters only when
7276         current-input-method is non-nil.
7278 2008-02-27  Kim F. Storm  <storm@cua.dk>
7280         * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
7281         (glyph-char, glyph-face): Handle cons encoding.
7283 2008-02-27  Juanma Barranquero  <lekktu@gmail.com>
7285         * uniquify.el (uniquify-buffer-base-name): If the base name is an
7286         empty string, return nil to allow the caller to default to the
7287         buffer name.  Reported by Martin Fischer <parozusa@web.de>.
7289         * tool-bar.el (tool-bar-setup): Doc fix.
7291         * mail/supercite.el (sc-describe):
7292         Fix typos in obsolescence declaration.
7294 2008-02-27  Glenn Morris  <rgm@gnu.org>
7296         * autoinsert.el (auto-insert-alist): Change permission text to
7297         match FSF's GPLv3 form.
7299         * mail/supercite.el (sc-cite-original): Doc fix.
7300         (sc-version): Make obsolete.
7301         (sc-describe): Show the SC info page.  Make obsolete.
7303 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
7306         when using transient-mark-mode.
7307         (default-indicate-unused-lines): Remove unused var.
7309 2008-02-26  Jan Djärv  <jan.h.d@swipnet.se>
7311         * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
7312         and previous.
7314         * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
7316 2008-02-26  Glenn Morris  <rgm@gnu.org>
7318         * net/net-utils.el (top-level): Don't require comint when compiling.
7319         (nslookup-font-lock-keywords): Don't require font-lock.
7320         Use font-lock faces rather than variables.
7321         (nslookup, ftp, smbclient, network-service-connection):
7322         Don't require comint.
7323         (comint-prompt-regexp, comint-input-autoexpand)
7324         (comint-input-ring): Declare for compiler.
7325         (comint-mode, ffap-string-at-point, comint-exec): Autoload.
7326         (dns-lookup-host): Don't require ffap.  Remove `with-no-warnings'.
7328         * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
7329         doc-string.
7331 2008-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7333         * doc-view.el (doc-view-current-page): Add a `win' argument.
7335 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7337         * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
7338         Demote it to plain defvar.
7339         (doc-view-conversion-refresh-interval): Reduce interval.
7340         (doc-view-goto-page): Allow moving to pages not yet rendered.
7341         (doc-view-goto-page): Construct a file name rather than extracting it
7342         from doc-view-current-files.
7343         (doc-view-kill-proc): Ignore errors from kill-process.
7344         (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
7345         (doc-view-insert-image): Use appropriate text if the page hasn't been
7346         rendered yet.  Adjust scrolling so the text is displayed.
7347         (doc-view-display): Detect not just that a page is available, but also
7348         that it wasn't available before, so as to avoid refreshing all pages
7349         repeatedly.
7350         (doc-view-mode): Make doc-view-cache-directory if needed.
7352 2008-02-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7354         * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
7355         toggle-read-only.
7357         * textmodes/bibtex.el (bibtex-format-entry): Handle error message
7358         refering to a missing required field with the OPT prefix.
7359         Make unwindform more robust.
7361         * textmodes/bibtex.el: Remove support for hideshow minor mode as
7362         it duplicates the bibtex support in progmodes/hideshow.el.
7363         * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
7364         entries that do not start at the beginning of a line.
7366 2008-02-25  Chong Yidong  <cyd@stupidchicken.com>
7368         * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
7370 2008-02-25  Robert J. Chassell  <bob@rattlesnake.com>
7372         * help-fns.el (describe-variable): Add phrases about
7373         initialization file with and without customization;
7374         use new button type help-info-variable.
7376         * help-mode.el (help-info-variable):
7377         New button able to read Info files for help-fns.el.
7379 2008-02-25  Jan Djärv  <jan.h.d@swipnet.se>
7381         * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
7382         (grep-mode): Use grep-mode-tool-bar-map.
7384         * progmodes/compile.el (tool-bar): Require tool-bar.
7385         (compilation-mode-tool-bar-map): New variable.
7386         (compilation-mode): Use compilation-mode-tool-bar-map.
7388         * term/x-win.el (x-gtk-stock-map): Add cancel.  Remove extensions.
7390 2008-02-25  Glenn Morris  <rgm@gnu.org>
7392         * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
7394 2008-02-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7396         * diff-mode.el (diff-file-junk-re): New const.
7397         (diff-beginning-of-file-and-junk): Use it.
7398         (diff-file-kill): Make sure we were really inside a file diff.
7400         * diff-mode.el: Make it more robust in the presence of empty context
7401         lines in unified hunks.
7402         (diff-valid-unified-empty-line): New var.
7403         (diff-unified->context, diff-sanity-check-hunk): Obey it.
7404         (diff-end-of-hunk): Obey it.  New arg `donttrustheader'.
7405         (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
7406         (diff-hunk-header-re-unified): New const.
7407         (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
7408         (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
7409         (diff-sanity-check-hunk): Use it.
7411         * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
7412         Index: line, don't search backward for the previous one.
7414 2008-02-25  Kenichi Handa  <handa@ni.aist.go.jp>
7416         * international/fontset.el (setup-default-fontset): Add non-OTF
7417         lao font for lao script.
7419         * language/tibetan.el: Register tibetan-composition-function in
7420         composition-function-table.
7422         * language/tibet-util.el (tibetan-composition-function):
7423         Adjust for the new calling way (argument changed).  Try font-shape-text
7424         if possible.
7426         * language/lao.el: Register lao-composition-function in
7427         composition-function-table.
7429         * language/lao-util.el (lao-composition-function): Adjust for the new
7430         calling way (argument changed).  Try font-shape-text if possible.
7432 2008-02-25  Jason Rumney  <jasonr@gnu.org>
7434         * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
7436 2008-02-25  Juri Linkov  <juri@jurta.org>
7438         * isearch.el (isearch-fail): Use "RosyBrown1" for a light
7439         background, "red4" for a dark background, "red" for 16 and
7440         8 colors, "grey" for grayscale, and inverse video otherwise.
7441         Add :version tag.
7442         (isearch-message): Keep the original isearch-message intact, and
7443         add text properties to it where necessary.  Add `isearch-error' to
7444         the condition that checks if isearch is unsuccessful.
7446 2008-02-24  Juri Linkov  <juri@jurta.org>
7448         * progmodes/compile.el (compilation-handle-exit):
7449         Use compilation-error face instead of font-lock-warning-face.
7450         Display the same message in the minibuffer as is inserted
7451         at the end of the compilation buffer.
7453 2008-02-24  Glenn Morris  <rgm@gnu.org>
7455         * vc-cvs.el (vc-cvs-register): Fix registering of directories in
7456         multiple file case.
7458         * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
7460         * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
7461         multiple file case.  Use a single `let' rather than two.
7463 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7465         * progmodes/compile.el (compilation-start): Specify a face for
7466         mode-line-process.
7467         (compilation-handle-exit): Specify a face and a tooltip for
7468         mode-line-process.
7470 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7472         * hilit-chg.el: Remove spurious * in defcustom docstrings.
7473         (hilit-chg-make-ov): Simplify.
7474         (hilit-chg-fixup): Use remove-overlays.
7475         (hilit-chg-set-face-on-change): Remove redundant call to
7476         `remove-text-properties'.
7478         * dired.el (dired-mark-prompt): Don't count/display the t element.
7479         Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
7481 2008-02-24  Dan Nicolaescu  <dann@ics.uci.edu>
7483         * progmodes/verilog-mode.el (eval-when-compile): Don't define
7484         add-submenu.
7485         (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
7486         Remove.  Move contents to the only use ...
7487         (verilog-menu): ... here.
7488         (verilog-statement-menu): Remove.  Move contents to the only use ...
7489         (verilog-stmt-menu): ... here.
7490         (verilog-mark-defun): Simply call mark-defun for emacs.
7491         (occur-pos-list): Declare for byte compiler.
7492         (mode-popup-menu): Don't defvar.
7493         (verilog-add-statement-menu): Remove.
7494         (verilog-mode-hook): Don't add verilog-add-statement-menu.
7495         (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
7497 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
7499         * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
7500         conditional.
7501         (verilog-font-grouping-keywords-face): Make the begin..end
7502         keywords standout more than other verilog keywords.
7503         (verilog-type-font-keywords): Move the begin..end out of this list
7504         to facilitate making them to (potentially) stand out more.
7505         (verilog-backward-token): Fix indent of bare always{_*}?, initial,
7506         function & task blocks.
7507         (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
7508         initial, function & task blocks.
7509         (verilog-forward-sexp): Handle the new "disable fork" statement of
7510         IEEE-1800 Verilog.
7511         (verilog-beg-block-re-ordered): Handle the new "disable fork"
7512         statement of IEEE-1800 Verilog.
7513         (verilog-calc-1): Handle the new "disable fork" statement of
7514         IEEE-1800 Verilog.
7515         (verilog-disable-fork-re): Add const to help handle the new
7516         "disable fork" statement of IEEE-1800 Verilog.
7517         (verilog-declaration-core-re): Add port directions by themselves,
7518         with no qualification, as base item of a declaration.
7519         (verilog-pretty-declarations): Add new flag to ask it to refrain
7520         from printing to the message buffer.
7521         (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
7522         printing to the message buffer.  Improve handling of the many
7523         types of expression line up.
7524         (verilog-just-one-space): Remove printing of an empty message.
7525         (verilog-get-lineup-indent): Rework to support the better handling
7526         of expression lineup for verilog-pretty-expr.
7527         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7529 2008-02-24  Alan Mackenzie  <acm@muc.de>
7531         * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
7532         yesterday's commit.
7534 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
7536         * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
7537         to mouse-set-point in buffers that aren't associated with files.
7539         * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
7541 2008-02-24  Alan Mackenzie  <acm@muc.de>
7543         Set of changes so that "obtrusive" syntactic elements in a
7544         C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
7545         unmatched paren) don't interact syntactically with stuff outside
7546         the CPP line.
7548         * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
7549         Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
7550         off-by-one bug.
7551         (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
7552         a bit of refactoring.
7553         (c-awk-extend-and-syntax-tablify-region): Takes some of the
7554         functionality of c-awk-advise-fl-for-awk-region, which has been
7555         refactored away.
7557         * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
7558         (c-clear-char-property-with-value): New function and macro which
7559         remove text-properties `equal' to a supplied value.
7561         * progmodes/cc-engine.el: Comment about text properties amended.
7563         * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
7564         parens around "error\\|warning".
7566         * progmodes/cc-langs.el (c-get-state-before-change-function)
7567         (c-before-font-lock-function, c-anchored-cpp-prefix):
7568         New language variables.
7569         (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
7571         * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
7572         syntax-table text properties.
7573         (c-common-init): Call language specific before/after-change
7574         functions at mode initialisation.
7575         (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
7576         (c-extend-region-for-CPP, c-neutralize-CPP-line)
7577         (c-neutralize-syntax-in-CPP): New functions.
7578         (c-before-change, c-after-change): Call the new language specific
7579         change functions defined in cc-langs.el.
7580         (c-advise-fl-for-region): New macro.
7581         (awk-mode): Remove AWK specific stuff which has been refactored
7582         into language independent stuff.
7584 2008-02-24  Nick Roberts  <nickrob@snap.net.nz>
7586         * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
7587         (gdb): (Re)set gdb-flush-pending-output to nil here...
7588         (gdb-init-1): ...instead of here (before gdb-prompt).
7590 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7592         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
7593         Recognize ''' just like any other char-constant.
7595 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7597         * vc-hooks.el (vc-find-root): Remove initial loop because it's not
7598         careful enough.  Detect the uid-change all within the main loop.
7600 2008-02-24  Stefan Monnier  <monnier@pastel.home>
7602         * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
7604 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7606         * hilit-chg.el (highlight-save-buffer-state): New macro.
7607         (highlight-save-buffer-state, hilit-chg-set-face-on-change)
7608         (hilit-chg-clear): Use it to preserve the modified-p flag.
7609         (highlight-changes-rotate-faces): Don't mess with the undo-list.
7611 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7613         * font-lock.el (font-lock-set-defaults): Unset previously set variables
7614         when needed.
7616 2008-02-24  Ævar Arnfjörð Bjarmason  <avar@cpan.org>  (tiny change)
7618         * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
7619         from gnus-button-url-regexp.
7621 2008-02-24  Eli Zaretskii  <eliz@gnu.org>
7623         * progmodes/compile.el (compilation-next-error): Doc fix.
7624         (compilation-find-file): Doc fix.
7626 2008-02-24  Glenn Morris  <rgm@gnu.org>
7628         * net/net-utils.el (ipconfig-program, ipconfig-program-options):
7629         Add obsolete aliases to the old names.
7631 2008-02-24  Richard Stallman  <rms@gnu.org>
7633         * net/net-utils.el (ifconfig): Rename from ipconfig.
7634         (ipconfig): Alias to ifconfig.
7635         (ifconfig-program): Rename from ipconfig-program.
7636         (ifconfig-program-options): Rename from ipconfig-program-options.
7638 2008-02-24  Michael McNamara  <mac@mail.brushroad.com>
7640         * progmodes/verilog-mode.el (verilog-declaration-core-re):
7641         Add port directions by themselves, with no qualification, as base
7642         item of a declaration.
7643         (verilog-pretty-declarations): Add new flag that inhibits printing
7644         to the message buffer.
7645         (verilog-pretty-expr): Add new flag that inhibits printing to the
7646         message buffer.  Improve handling of the many types of expression
7647         line up.
7648         (verilog-just-one-space): Don't print an empty message.
7649         (verilog-get-lineup-indent): Rework to support the better handling
7650         of expression lineup for verilog-pretty-expr.
7651         (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
7652         (verilog-mode-version, verilog-mode-release-date): Update.
7654 2008-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7656         * subr.el (cancel-change-group): Don't move point.
7658 2008-02-23  Markus Triska  <markus.triska@gmx.at>
7660         * linum.el (linum-after-config): Update all visible windows.
7662 2008-02-23  Glenn Morris  <rgm@gnu.org>
7664         * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
7665         Add :help for Solitaire and Tetris.
7667         * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
7669         * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
7670         (smtpmail-code-conv-from): Doc fix.  Fix custom type.
7671         (smtpmail-queue-index-file): Make it a defcustom.
7672         (smtpmail-queue-index): Delete.
7673         (smtpmail-send-it, smtpmail-send-queued-mail):
7674         Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
7675         smtpmail-queue-index.
7677         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7678         Add :version.
7680 2008-02-23  Yoni Rabkin  <yoni@rabkins.net>  (tiny change)
7682         * net/net-utils.el (iwconfig-program, iwconfig-program-options):
7683         New variables.
7684         (iwconfig): New function.
7686 2008-02-23  Dan Nicolaescu  <dann@ics.uci.edu>
7688         * vc.el (vc-find-revision): Make vc-parent-buffer local before
7689         setting it.
7690         (vc-status-menu-map): Do not define using easy-menu.
7691         (vc-status-menu-map): New defalias.
7692         (vc-status-mode-map): Hook up the menu.
7693         (top-level): Update TODO.
7695         * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
7697         * vc-bzr.el (vc-bzr-init-version): Rename to ...
7698         (vc-bzr-init-revision): ... this.
7700 2008-02-23  Jason Rumney  <jasonr@gnu.org>
7702         * makefile.w32-in (WINS_ALMOST): Remove term.
7703         (WINS): Add term here.
7704         (custom-deps, finder-data): Use WINS_ALMOST.
7706 2008-02-22  Juanma Barranquero  <lekktu@gmail.com>
7708         * faces.el (font-weight-table): Fix value of `semi-light'.
7710 2008-02-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * faces.el (font-weight-table, font-slant-table, font-swidth-table):
7713         Make those tables bijective.
7715 2008-02-22  Ken Manheimer  <ken.manheimer@gmail.com>
7717         Finish pdbtrack integration cleanup, settling missing-functions
7718         byte compiler warnings appropriately.
7720         * progmodes/python.el (python-point): Remove this - beginning-of-line
7721         was all that was necessary for `python-pdbtrack-overlay-arrow'.
7722         (python-end-of-def-or-class, python-beginning-of-def-or-class)
7723         (python-goto-initial-line): Drop these - they were only needed for
7724         python-point.
7725         (python-comint-output-filter-function): Use condition-case and
7726         beginning-of-line directly, instead of python-mode.el functions
7727         which require all sorts of baggage.
7728         (point-safe): Unnecessary - we're using condition-case directly,
7729         instead.
7730         (python-execute-file): Include for python-shell, which I'm leaving
7731         in keeping despite it being unnecessary for pdb tracking.
7733 2008-02-22  Peter Danenberg  <pcd@wikitex.org>  (tiny change)
7735         * progmodes/scheme.el (scheme-font-lock-keywords-2):
7736         Add SRFI 11 support.
7737         (let-values, let*-values): Specify scheme-indent-function.
7739 2008-02-22  Dan Nicolaescu  <dann@ics.uci.edu>
7741         * vc.el (vc-exec-after): Move setting mode-line-process in the
7742         busy case ...
7743         (vc-set-mode-line-busy-indicator): ... in this new function.
7744         (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
7745         (vc-update-vc-status-buffer): Reset mode-line-process.
7746         (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
7747         mark/unmark all the files with the same state as the current one.
7748         With a prefix argument mark/unmark all files.
7749         (vc-status-mode-menu): Adjust strings.
7750         (vc-update-vc-status-buffer): Only do something when the argument
7751         is not nil.
7752         (vc-status-kill-dir-status-process): New function.
7753         (vc-status-mode-map): Bind it.
7754         (vc-status-process-buffer): New variable.
7755         (vc-status-mode): Make it local.
7756         (vc-status-refresh): Set it.
7758         * vc-hg.el (vc-hg-dir-status):
7759         * vc-git.el (vc-git-dir-status):
7760         * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
7761         command is run.
7763 2008-02-22  Glenn Morris  <rgm@gnu.org>
7765         * json.el (top-level): No need to require thingatpt.
7766         (json-read-keyword): Use thing-at-point rather than word-at-point.
7768         * time.el (top-level): No need to require time-date when compiling.
7770         * emacs-lisp/copyright.el (copyright-update-year):
7771         Fix subexpression numbering for the case when years are split over
7772         lines, and for the replace case.
7774         * emulation/tpu-edt.el (tpu-have-ispell): Doc fix.  Make obsolete.
7775         (tpu-caar, tpu-cadr): Delete functions.
7776         (zmacs-regions): No need to declare for compiler.
7777         (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
7778         (tpu-spell-check): Rewrite, and handle mark after point.
7779         (tpu-special-insert): Use or rather than if.
7781         * emulation/vip.el (vip-special-prefix-com): Use ispell-region
7782         rather than spell-region.
7784         * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
7785         warnings about spell-region.
7787 2008-02-22  Kenichi Handa  <handa@ni.aist.go.jp>
7789         * ldefs-boot.el: Regenerated.
7791         * loadup.el: Don't load language/devanagari, language/kannanda,
7792         language/malayalam, and language/tamil.  Load language/sinhala.
7794         * language/indian.el (indian-font-foundry)
7795         (indian-script-language-alist, indian-font-char-index-table)
7796         (indian-font-char, indian-font-char-range, indian-script-table)
7797         (indian-default-script, indian-composable-pattern): Delete them.
7798         ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
7799         language environments moved to here.
7800         ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
7801         New language environments.
7803         * language/devanagari.el, language/devan-util.el,
7804         * language/kannanda.el, language/knd-util.el, language/malayalam.el,
7805         * language/mlm-util.el, language/tamil.el, language/tml-util.el:
7806         Delete them.
7808         * language/sinhala.el: New file.
7810 2008-02-21  Ken Manheimer  <ken.manheimer@gmail.com>
7812         Update Nick Robert's port of pdb tracking from python-mode.el.
7814         * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
7815         Clarify docstring.
7816         (python-pdbtrack-minor-mode-string): A sign indicating that pdb
7817         tracking is happening.
7818         (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
7819         (python-pdbtrack-input-prompt): Better recognize PDB prompts.
7820         (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
7821         Tracking is plugged in to all comint buffers once python.el is loaded.
7822         (python-pdbtrack-overlay-arrow): Toggle activation of
7823         `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
7824         (python-pdbtrack-track-stack-file): Use new
7825         `python-pdbtrack-get-source-buffer' for more flexible access to
7826         debugging source files.
7827         (python-pdbtrack-get-source-buffer): Identify debugging target buffer
7828         according to pdb stack trace, optionally using new
7829         `python-pdbtrack-grub-for-buffer' if file is not locally available.
7830         (python-pdbtrack-grub-for-buffer): Find most recent python-mode
7831         named buffer, or having function with indicated name.
7832         (python-shell): Remove comint-output-filter-functions hook
7833         addition, it's being done elsewhere.  Wrap long line.
7835 2008-02-21  Michael Olson  <mwolson@gnu.org>
7837         * json.el: Replace XEmacs compatibility code to get rid of
7838         compiler warnings.
7840         * time.el: Fix compiler warning.
7842 2008-02-21  Edward O'Connor  <ted@oconnor.cx>
7844         * json.el: New file (JavaScript Object Notation parser / generator).
7846 2008-02-21  Dave Love  <fx@gnu.org>
7848         * progmodes/sym-comp.el: New file.
7850         * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
7851         Require sym-comp.  Add Python buffer to same-window-buffer-names.
7852         Fixup whitespaces.
7853         (python-font-lock-keywords): Add highlighting for Python builtins.
7854         (python-font-lock-syntactic-keywords): Rewrite.
7855         (python-quote-syntax): Use syntax-ppss-context instead of parsing
7856         ppss directly.
7857         (python-mode-map): Add binding for python-find-function.
7858         (python-calculate-indentation): Clean up the logic.
7859         (python-beginning-of-defun): Explicitly set return value.
7860         (python-beginning-of-statement): Stop looping if we get stuck
7861         going backwards.
7862         (python-next-statement): Stop looping if we somehow end up inside
7863         a string while advancing.
7864         (python-preoutput-continuation, python-version-checked): New vars.
7865         (python-check-version): New function.
7866         (run-python): Set default command to python-command instead of
7867         python-python-command.
7868         (run-python): Use python-check-version.  Give PYTHONPATH
7869         precedence over data-directory in the process environment.
7870         Load function definitions in python process after.
7871         (python-check-comint-prompt): New function.
7872         (python-send-command, python-send-receive): Use it.
7873         (python-complete-symbol, python-try-complete): Functions deleted.
7874         Use symbol-complete instead of python-complete-symbol throughout.
7875         (python-fill-paragraph): Further refine the fenced-string regexp.
7876         (def-python-skeleton): Expand to the original abbrev instead if in
7877         a comment or string.  Tweak skeletons for `if', `while', `for',
7878         `try/except', `try/finally', `name'.
7879         (python-pea-hook, python-abbrev-pc-hook): New functions.
7880         (python-abbrev-syntax-table): New var.
7881         (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
7882         Use symbol-completion-try-complete for hippie expansion.
7883         Turn on font lock unconditionally.
7884         (python-mode-hook): Defcustom it.  No need to use make-local
7885         variable on indent-tabs-mode in "Turn off Indent Tabs mode"
7886         option, since it's buffer-local.
7888 2008-02-21  Juanma Barranquero  <lekktu@gmail.com>
7890         * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
7892 2008-02-21  Drew Adams  <drew.adams@oracle.com>
7894         * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
7895         "Turn off" and a "Help" entry when the minor mode has no menu.
7897 2008-02-21  Dan Nicolaescu  <dann@ics.uci.edu>
7899         * vc.el (vc-status-mark, vc-status-unmark): New functions.
7900         (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
7901         vc-status-mark-file and vc-status-unmark-file.
7902         (vc-status-mark-unmark): New function.
7903         (vc-status-previous-line, vc-status-next-line): No longer interactive.
7905 2008-02-21  Glenn Morris  <rgm@gnu.org>
7907         * composite.el (encode-composition-rule): Fix typo in error message.
7908         (composition-function-table, auto-composition-mode): Doc fixes.
7910         * subr.el (sit-for): Fix obsolete form for nil second argument.
7912         * textmodes/spell.el (spell-buffer, spell-word, spell-region)
7913         (spell-string): Make obsolete, in favor of ispell.
7915 2008-02-21  Kenichi Handa  <handa@ni.aist.go.jp>
7917         * language/devanagari.el: Don't setup composition-function-table
7918         here.
7919         ("Devanagari"): Change charset, coding-system, coding-priority to
7920         Unicode-based ones.  Don't require the feature devan-util.
7922         * composite.el (compose-chars-after): Fix arguments for a function
7923         in composition-function-table.
7924         (auto-compose-region): Likewise.
7926         * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
7927         for Ethiopic.
7928         (ps-mule-plot-string): Ignore glyph-string based compositions.
7930 2008-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7932         * doc-view.el: Allow different windows to show different pages.
7933         (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
7934         (doc-view-current-image, doc-view-current-overlay): Remove variables,
7935         add them back as macros instead, using image-mode-winprops instead.
7936         Update all users of those variables.
7937         (doc-view-new-window-function): New function to create a new overlay
7938         for each new window.
7939         (doc-view-mode): Use it and image-mode-setup-winprops.
7940         (doc-view-clone-buffer-hook): Rewrite accordingly.
7942         * image-mode.el: Extend [hv]scroll support to per-window properties.
7943         (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
7944         (image-mode-winprops-alist): New var to replace them.
7945         (image-mode-new-window-functions): New hook.
7946         (image-mode-winprops, image-mode-window-get, image-mode-window-put):
7947         New funs.
7948         (image-set-window-vscroll, image-set-window-hscroll): Use them.
7949         Remove the `window' argument, update callers.
7950         (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
7951         Use the new functions.
7952         (image-mode-reapply-winprops): New fun.
7953         (image-mode): Use it.
7955 2008-02-20  Jay Belanger  <jay.p.belanger@gmail.com>
7957         * calc/calc-math.el (math-sin-raw): Add optional argument
7958         to keep track of original argument.
7959         (math-cos-raw): Use optional argument when calling math-sin-raw.
7960         (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
7961         with close to original precision.
7963 2008-02-20  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7965         * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
7966         args in calls of sit-for.
7968 2008-02-20  Juanma Barranquero  <lekktu@gmail.com>
7970         * vc-svn.el (vc-svn-program): Fix typo in docstring.
7971         (vc-svn-checkin): Fix typo in error message.
7973         * help-mode.el: Require easymenu when compiling.
7975 2008-02-20  Dan Nicolaescu  <dann@ics.uci.edu>
7977         * help-mode.el (help-mode-menu): New menu.
7979 2008-02-20  Glenn Morris  <rgm@gnu.org>
7981         * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
7982         on Windows.
7984 2008-02-20  Kenichi Handa  <handa@ni.aist.go.jp>
7986         * ps-mule.el (ps-mule-encode-region): Return a single string.
7987         (ps-mule-plot-string): Adjust for the above change.
7988         (ps-mule-encode-header-string): Likewise.
7990         * international/latin1-disp.el (latin1-display): Don't use
7991         ucs-mule-8859-to-mule-unicode.  Fix the way of resetting
7992         standard-display-table.
7993         (latin1-display-identities): Adjust for the change of what is
7994         returned by (get-language-info charset 'charset).
7996         * international/mule-util.el (char-displayable-p): Fix for Latin-1
7997         characters and terminal case.
7999 2008-02-19  Ken Manheimer  <ken.manheimer@gmail.com>
8001         Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
8003         * progmodes/python.el: Also require comint when loading.
8004         (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
8005         Replace python-shell with run-python on menu bar.
8006         (python-shell-map): New map.
8007         (python-default-interpreter, python-python-command-args)
8008         (python-jython-command-args, python-pdbtrack-do-tracking-p):
8009         New options.
8010         (python-which-shell, python-which-args, python-which-bufname):
8011         New buffer local variables.
8012         (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
8014         * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
8015         (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
8016         New constants.
8018         Pdbtrack features:
8020         (python-point, python-end-of-def-or-class)
8021         (python-beginning-of-def-or-class, python-goto-initial-line)
8022         (python-comint-output-filter-function)
8023         (python-pdbtrack-overlay-arrow)
8024         (python-pdbtrack-track-stack-file, python-toggle-shells)
8025         (python-shell, python-pdbtrack-toggle-stack-tracking)
8026         (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
8027         New functions.
8029 2008-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8031         * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
8032         when the argument is nil.
8034 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8036         * vc.el (dir-status): Add a brief description.
8038 2008-02-19  Thien-Thi Nguyen  <ttn@gnuvola.org>
8040         * vc-hooks.el (vc-find-root): Take optional arg INVERT.
8041         If non-nil, reverse the sense of the check.
8043         * vc-rcs.el (vc-rcs-root): New func.
8044         * vc-cvs.el (vc-cvs-root): New func.
8045         * vc-svn.el (vc-svn-root): New func.
8046         * vc-sccs.el (vc-sccs-root): New func.
8048 2008-02-18  Kenichi Handa  <handa@ni.aist.go.jp>
8050         * language/japan-util.el (setup-japanese-environment-internal):
8051         Call use-cjk-char-width-table.
8053         * language/japanese.el ("Japanese"): Set exit-function to
8054         use-default-char-width-table.
8056         * international/characters.el: Delete occurrences of non-Unicode
8057         tibetan and ethiopic characters.
8058         (cjk-char-width-table): New variable.
8059         (use-cjk-char-width-table, use-default-char-width-table):
8060         New functions.
8062 2008-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
8064         * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
8065         (vc-status-mode-menu): Add a :filter.
8066         (vc-status-printer): Add faces.
8068         * vc-hg.el (vc-hg-extra-status-menu): New function.
8069         (vc-hg-dir-status): Clean up the buffer before using it.
8071 2008-02-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8073         * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
8074         (gdb): Initialize it here instead.
8076         * files.el (locate-dominating-file): Fix thinko in last change.
8077         Reported by Bruce Stephens <bruce.stephens@isode.com>.
8079 2008-02-18  Dan Nicolaescu  <dann@ics.uci.edu>
8081         * vc.el (vc-status-mode-menu): New menu for vc-status.
8083 2008-02-18  Juanma Barranquero  <lekktu@gmail.com>
8085         * progmodes/verilog-mode.el (customize): Fix typo in error message.
8086         (verilog-mode, verilog-mode-indent, verilog-mode-actions)
8087         (verilog-mode-auto, verilog-indent-level-module)
8088         (verilog-minimum-comment-distance, verilog-library-flags)
8089         (verilog-library-directories, verilog-library-files)
8090         (verilog-auto-reset-widths, verilog-imenu-generic-expression)
8091         (verilog-xemacs-menu, verilog-set-compile-command)
8092         (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
8093         (verilog-get-expr, verilog-strip-comments, verilog-one-line)
8094         (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
8095         (verilog-batch-inject-auto, verilog-batch-indent)
8096         (verilog-continued-line, verilog-type-keywords)
8097         (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
8098         (verilog-read-inst-pins, verilog-read-arg-pins)
8099         (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
8100         (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
8101         (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
8102         (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
8103         (verilog-sk-datadef, verilog-colorize-include-files-buffer)
8104         (verilog-mode-version, verilog-mode-release-date)
8105         (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
8106         (verilog-simulator, verilog-compiler)
8107         (verilog-auto-sense-defines-constant, verilog-company)
8108         (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
8109         Fix typos in docstrings.
8110         (verilog-set-auto-endcomments, verilog-calculate-indent)
8111         (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
8112         Reflow docstrings.
8113         (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
8114         (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
8115         (electric-verilog-forward-sexp, verilog-in-case-region-p)
8116         (verilog-in-struct-region-p, verilog-in-generate-region-p)
8117         (verilog-leap-to-head, verilog-current-indent-level)
8118         (verilog-case-indent-level, verilog-cpp-keywords)
8119         (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
8120         (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
8121         (verilog-signals-not-in, verilog-symbol-detick-text)
8122         (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
8123         (verilog-forward-close-paren, verilog-backward-open-paren)
8124         (verilog-backward-open-bracket): Doc fixes.
8126         * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
8127         (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
8128         (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
8129         (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
8130         (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
8131         Fix typos in docstrings.
8133         * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
8135 2008-02-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
8137         * info.el (Info-read-node-name): Removed unused `default' arg.
8139 2008-02-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
8141         * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
8143 2008-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8145         * image-mode.el (image-get-display-property): New fun.
8146         (image-forward-hscroll, image-next-line, image-eol, image-eob)
8147         (image-mode, image-minor-mode, image-toggle-display-text)
8148         (image-toggle-display): Use it.
8150 2008-02-18  Jason Rumney  <jasonr@gnu.org>
8152         * international/mule.el (xml-find-file-coding-system): Don't warn
8153         about utf-16 with BOM.
8155         * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
8157         * international/mule.el (sgml-xml-auto-coding-function): Detect and
8158         warn if file encoding is not utf-8 and encoding not specified.
8159         (xml-find-file-coding-system): New function.
8160         * international/mule-conf.el (file-coding-system-alist): Use it.
8162 2008-02-17  Glenn Morris  <rgm@gnu.org>
8164         * international/mule-cmds.el (set-locale-environment):
8165         Pass `frame' to getenv for LC_MESSAGES.
8167 2008-02-17  Juri Linkov  <juri@jurta.org>
8169         * time.el (emacs-init-time): Use format instead of format-seconds.
8171 2008-02-17  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8173         * textmodes/bibtex.el (bibtex-search-entry): Rename from
8174         bibtex-find-entry.  Add autoload cookie.
8175         (bibtex-find-entry): Alias for bibtex-search-entry.
8176         (bibtex-search-crossref): Rename from bibtex-find-crossref.
8177         (bibtex-find-crossref): Alias for bibtex-search-crossref.
8178         (bibtex-clean-entry): atomic-change-group removed.
8179         (bibtex-format-entry): Use atomic-change-group.  Use unwind-protect
8180         to locate buffer location where error occurred.
8181         Make error messages more specific.
8182         (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
8184 2008-02-17  Dan Nicolaescu  <dann@ics.uci.edu>
8186         * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
8187         top level.
8189         * simple.el (transient-mark-mode): Add an :init-value.
8191         * startup.el (command-line): Use custom-reevaluate-setting for
8192         transient-mark-mode.
8194 2008-02-17  Michaël Cadilhac  <michael@cadilhac.name>
8196         * wdired.el (wdired-allow-to-change-permissions): Fix typo.
8198 2008-02-16  Juri Linkov  <juri@jurta.org>
8200         * startup.el (after-init-time): New variable.
8201         (command-line): Set `after-init-time' to the current time.
8203         * time.el (emacs-init-time): New function.
8205 2008-02-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8207         * files.el (locate-dominating-file): Remove initial loop because it's
8208         not careful enough.  Detect the uid-change all within the main loop.
8210 2008-02-16  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8212         * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
8214 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8216         * vc.el (vc-annotate): Add new argument.
8217         (vc-annotate-warp-revision): Pass the current line to vc-annotate.
8219         * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
8220         Move make-variable-buffer-local code after the corresponding defvar.
8221         (hs-minor-mode-map): Define and initialize in one step.
8222         (hs-minor-mode): Change from defun to define-minor-mode.
8224 2008-02-16  Nick Roberts  <nickrob@snap.net.nz>
8226         * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
8227         (gdb-ready): Move declaration...
8229         * progmodes/gdb-ui.el (gdb-ready): ...to here.
8230         (gdb-early-user-input): New variable.
8231         (gdb): Reset gdb-flush-pending-output to nil and set
8232         comint-input-sender here (before gdb-prompt), instead of...
8233         (gdb-init-1): ...here.
8234         (gdb-send): If Emacs is not ready, defer user input to...
8235         (gdb-prompt): ...here.
8237 2008-02-16  Glenn Morris  <rgm@gnu.org>
8239         * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
8241         * startup.el (emacs-startup-time): Rename to `before-init-time'.
8242         (before-init-time): New name for `emacs-startup-time'.
8243         (command-line): Use before-init-time rather than emacs-startup-time.
8244         * time.el (emacs-uptime): Use before-init-time rather than
8245         emacs-startup-time.
8247         * composite.el (composition-function-table): Doc fix.
8249         * calendar/time-date.el (format-seconds): Remove `nonzero' argument
8250         in favor of `%z' specifier.
8251         (emacs-uptime): Move to time.el.
8252         * time.el (emacs-uptime): Move here from time-date.el.  Add optional
8253         `format' argument.  Doc fix.  Use `%z' rather than removed `nonzero'
8254         argument of format-seconds.
8256 2008-02-16  Dan Nicolaescu  <dann@ics.uci.edu>
8258         * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
8260 2008-02-15  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
8262         * ielm.el (ielm-is-whitespace): Remove.
8263         (ielm-is-whitespace-or-comment): New function.
8264         (ielm-eval-input): Use it.
8266 2008-02-15  Jason Rumney  <jasonr@gnu.org>
8268         * term/mac-win.el: Fix coding tag.
8270 2008-02-15  Dan Nicolaescu  <dann@ics.uci.edu>
8272         * vc-hooks.el (vc-menu-map):
8273         * bindings.el (mode-line-mode-menu): Add tooltips.
8275         * bindings.el (help-echo): Add more tooltips.  Use a less
8276         telegraphic style for existing tooltips.
8278 2008-02-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8280         * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
8281         from the auto-generated one.
8283 2008-02-14  Glenn Morris  <rgm@gnu.org>
8285         * mail/rmail-spam-filter.el (rmail-spam-filter):
8286         Let-bind message-spam-status.
8288         * mail/smtpmail.el (password-cache-add): Declare as function.
8290 2008-02-14  Justus Piater  <Justus-bulk@Piater.name>  (tiny change)
8292         * mail/smtpmail.el: Use password-cache.
8294 2008-02-14  Juanma Barranquero  <lekktu@gmail.com>
8296         * uniquify.el (uniquify-buffer-base-name): New function.
8297         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8299         * desktop.el (uniquify-managed): Don't defvar.
8300         (desktop-buffer-info): Use `uniquify-buffer-base-name', not
8301         `uniquify-managed'.  Return also the buffer's base name.
8302         (desktop-save): When saving the buffer info, filter out the base name,
8303         and save it as buffer name if the buffer is managed by uniquify.
8304         (uniquify-item-base): Don't declare; not called anymore.
8306 2008-02-14  Dan Nicolaescu  <dann@ics.uci.edu>
8308         * vc.el (vc-annotate-find-revision-at-line): New function.
8309         (vc-annotate-mode-map): Bind it.
8310         (vc-annotate-mode-menu): Add a menu entry for it.  Add :help for
8311         some entries.
8313 2008-02-14  Glenn Morris  <rgm@gnu.org>
8315         * calendar/time-date.el (format-seconds): New function.
8316         (emacs-uptime): Use format-seconds.
8318         * Makefile.in (custom-deps, finder-data, autoloads, recompile):
8319         Remove `LC_ALL=C', since it's included in $(emacs) now.
8321 2008-02-14  Zhang Wei  <id.brep@gmail.com>
8323         * textmodes/org-publish.el (org-publish-timestamp-filename):
8324         Replace colon characters in filename too.
8326 2008-02-13  Bastien Guerry  <bzg@altern.org>
8328         * mail/rmail.el (rmail-header-name): New face.
8329         (rmail-font-lock-keywords): Use rmail-header-name.
8331         * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
8332         against X-Spam-Status header field.
8333         (rmail-spam-filter): Also check X-Spam-Status header field.
8335 2008-02-14  Mark A. Hershberger  <mah@everybody.org>
8337         * progmodes/flymake.el (flymake-allowed-file-name-masks):
8338         Add support for .pm files and .php files.
8339         (flymake-err-line-patterns): Add pattern for PHP errors.
8340         (flymake-php-init): New function.  PHP support for flymake.
8342         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8343         Add regular expression for PHP errors.
8345 2008-02-13  Michael Albinus  <michael.albinus@gmx.de>
8347         * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
8348         This DTRT even on w32 machines.
8349         (ange-ftp-cf1): Quote FILENAME.
8351 2008-02-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8353         * smerge-mode.el (smerge-auto-combine-max-separation): New var.
8354         (smerge-auto-combine): New fun.
8356 2008-02-12  Juri Linkov  <juri@jurta.org>
8358         * startup.el (fancy-startup-screen, normal-splash-screen):
8359         Set default-directory to command-line-default-directory.
8361         * desktop.el (after-init-hook): Set inhibit-startup-screen to t
8362         after reading the desktop.
8364         * progmodes/compile.el (compilation-auto-jump):
8365         Call compile-goto-error only when compilation-auto-jump-to-first-error
8366         is non-nil.
8367         (compilation-scroll-output): Replace :type 'boolean with a choice
8368         that has three options including a third option `first-error'.
8369         Doc fix.
8370         (compilation-start, compilation-forget-errors): Add an alternate
8371         condition comparing compilation-scroll-output with `first-error'
8372         in addition to compilation-auto-jump-to-first-error (to call
8373         compilation-auto-jump in the proper place).
8375 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8377         * international/mule.el (sgml-html-meta-auto-coding-function):
8378         Make sure the search limit is ahead.
8380         * tar-mode.el: Fix broken indentation.
8381         (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
8382         Use with-current-buffer.
8384 2008-02-12  Juanma Barranquero  <lekktu@gmail.com>
8386         * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
8387         it is already automatically buffer-local.
8389 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8391         * help.el (describe-key): Join some split lines to facilitate filling.
8392         * help-fns.el (describe-function-1): Fill text of overlong lines.
8394 2008-02-12  Kenichi Handa  <handa@ni.aist.go.jp>
8396         * emacs-lisp/bytecomp.el (byte-compile-lapcode):
8397         Use unibyte-string instead of string-make-unibyte.
8399         * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
8401 2008-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8403         * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
8404         works also for buffers w/o buffer-file-name.  Update callers.
8405         (doc-view-clone-buffer-hook): New fun.
8406         (doc-view-mode): Use it for indirect clones.  Mark the overlays with
8407         the `doc-view' property so they can be recognized.
8409         * simple.el (clone-indirect-buffer-hook): New hook.
8410         (clone-indirect-buffer): Run it.
8412 2008-02-11  Daiki Ueno  <ueno@unixuser.org>
8414         * epa.el (epa-menu-mode): Merge into epa-mode.
8415         (epa-menu-items): Rename the label "EasyPG Assistant" to
8416         "Encryption/Decryption".
8418         * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
8419         (epa-dired-mode-map): Rename from epa-dired-map.
8420         (epa-global-dired-mode): Rename the global minor mode.
8422 2008-02-11 Drew Adams  <drew.adams@oracle.com>
8424         * isearch.el (isearch-fail): New face.
8425         (isearch-message): Highlight failure part of input.
8427 2008-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8429         * ibuffer.el (ibuffer-header-line-format): New var.
8430         (ibuffer-mode): Set it instead of header-line-format.
8431         (ibuffer-update): Use it to set header-line-format.
8433         * international/mule-cmds.el (ucs-insert): Inherit surrounding
8434         properties like self-insert-command.
8436 2008-02-11  Drew Adams  <drew.adams@oracle.com>
8438         * progmodes/etags.el: Add many doc strings.
8440 2008-02-11  Jason Rumney  <jasonr@gnu.org>
8442         * ldefs-boot.el: Regenerated.
8444 2008-02-11  Glenn Morris  <rgm@gnu.org>
8446         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8447         Shorten some names.
8449         * ffap.el (ffap-rfc-directories): Add :version.
8451 2008-02-11  Chris Moore  <christopher.ian.moore@gmail.com>
8453         * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
8454         files, and backup files of same.
8456 2008-02-11  Kevin Ryde  <user42@zip.com.au>
8458         * ffap.el (ffap-rfc-directories): New variable.
8459         (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
8461         * info.el (Info-next-reference, Info-prev-reference)
8462         (Info-try-follow-nearest-node): Move to and follow https:// links too.
8464         * simple.el (completion-list-mode): Show full completion-list-mode-map
8465         in the docstring.
8467 2008-02-11  Sam Steingold  <sds@gnu.org>
8469         * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
8471 2008-02-11  Glenn Morris  <rgm@gnu.org>
8473         * startup.el (emacs-startup-time): New variable.
8474         (command-line): Set emacs-startup-time.
8476         * calendar/time-date.el (emacs-uptime): New function.
8478 2008-02-10  Bastien Guerry  <bzg@altern.org>
8480         * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
8481         (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
8482         it is nil.
8484 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8486         * epg-config.el: Expand the contents of epg-package-info.el.
8487         (epg-package-name): New constant.
8488         (epg-version-number): New constant.
8489         (epg-bug-report-address): New constant.
8491         * epa-mail.el (epa-mail-mode): Add autoload cookie.
8492         (epa-global-mail-mode): New global minor mode.
8494         * epa-file.el (epa-file-mode): New global minor mode.
8496         * epa-dired.el (epa-dired-mode): New global minor mode.
8498         * epa.el (epa-menu): New variable.
8499         (epa-menu-items): New variable.
8500         (epa-menu-mode): New global minor mode.
8501         (epa-global-minor-modes): New user option.
8502         (epa-mode): New global minor mode.
8504 2008-02-10  Michael Albinus  <michael.albinus@gmx.de>
8506         * net/dbus.el: Remove `no-byte-compile' cookie.
8507         (dbus-call-method, dbus-register-signal, dbus-debug)
8508         (dbus-registered-functions-table): Declare them with
8509         `declare-function' or `defvar', respectively.
8510         (top): Don't assert any longer.  Require 'cl when compiling.
8511         Apply `ignore-errors' but `dbus-ignore-errors'.
8513 2008-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8515         * diff-mode.el (diff-add-change-log-entries-other-window):
8516         Use add-change-log-entry.
8518 2008-02-09  Jason Rumney  <jasonr@gnu.org>
8520         * button.el (button-map):
8521         * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
8522         * ldefs-boot.el: Regenerate.
8524 2008-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
8526         * epa.el (epa-faces, epa):
8527         * epa-file.el (epa-file):
8528         * epg-config.el (epg): Add :version.
8530 2008-02-09  Thien-Thi Nguyen  <ttn@gnuvola.org>
8532         * vc.el (vc-exec-after): Append CODE to previous fragments.
8533         (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
8534         take MESSAGES instead of VERBOSE; use it when non-nil.
8535         (vc-diff-internal): Compute messages once; use them;
8536         update call to vc-diff-finish.
8538 2008-02-09  Michael Olson  <mwolson@gnu.org>
8540         * net/tramp.el (tramp-process-sentinel): Avoid error when process
8541         buffer has been killed, such as by
8542         `tramp-cleanup-all-connections'.
8544 2008-02-09  Miles Bader  <miles@gnu.org>
8546         * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
8548 2008-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8550         * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
8551         splitter in context hunks.
8553 2008-02-08  Kenichi Handa  <handa@ni.aist.go.jp>
8555         * international/fontset.el (setup-default-fontset): Fix arabic otf
8556         font specification.
8558 2008-02-08  Daiki Ueno  <ueno@unixuser.org>
8560         * epa-dired.el:
8561         * epa-file.el:
8562         * epa-mail.el:
8563         * epa-setup.el:
8564         * epa.el:
8565         * epg-config.el:
8566         * epg-package-info.el:
8567         * epg.el: Initial check-in of EasyPG.
8569 2008-02-08  Glenn Morris  <rgm@gnu.org>
8571         * woman.el (woman-locale): New defcustom.
8572         (woman-expand-locale, woman-manpath-add-locales): New functions.
8573         (woman-manpath): Call woman-manpath-add-locales.  Bump :version.
8575         * international/mule-cmds.el (locale-translate): New function,
8576         with old code extracted from set-locale-environment.
8577         (set-locale-environment): Use locale-translate.  Set woman-locale.
8579         * cus-start.el (selection-coding-system): Remove, since it's now
8580         defined in select.el rather than in xselect.c.
8581         * select.el (selection-coding-system): Make it a defcustom, and
8582         add the properties from cus-start.el.  Bump :version.
8584         * custom.el (custom-theme-set-variables): Sort symbols that are
8585         dependencies before symbols that depend on them.
8586         (custom-enabled-themes): Set after custom-theme-directory.
8588         * pcmpl-unix.el (top-level): Move provide statement to end.
8589         (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
8590         `*' from doc-string.  Allow to be nil.
8591         (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
8592         Allow to be nil.  Add :version.
8593         (pcmpl-ssh-hosts): Move definition before use.  Handle lines
8594         without hostnames, and multiple hostnames per line.
8596         * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
8598 2008-02-08  Phil Hagelberg  <phil@evri.com>
8600         * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
8601         (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
8603 2008-02-07  Timo Savola  <timo.savola@iki.fi>
8605         * startup.el (command-line-x-option-alist): Add --parent-id.
8607         * term/x-win.el (x-handle-parent-id): New function.
8609 2008-02-07  Chris Moore  <christopher.ian.moore@gmail.com>
8611         * mouse.el (x-fixed-font-alist): Use consistent capitalization for
8612         "Font Menu".
8614 2008-02-06  Michael Albinus  <michael.albinus@gmx.de>
8616         * net/dbus.el (dbus-interface-peer): New defconst.
8617         (dbus-ping): New defun.
8619 2008-02-06  Sam Steingold  <sds@gnu.org>
8621         * vc-hooks.el (vc-prefix-key): New user-customizable variable.
8623 2008-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8625         * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
8626         Just return nil and let the C code provide a fallback.
8628 2008-02-05  Glenn Morris  <rgm@gnu.org>
8630         * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
8631         tramp-flush-connection-property for removed 2nd argument.
8633 2008-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8635         * diff-mode.el (diff-add-change-log-entries-other-window):
8636         Rename from diff-create-changelog.  Change users.
8637         Minor change to hopefully work with plain diffs.
8638         (diff-mode-map): Add binding for it.
8640 2008-02-04  Dan Nicolaescu  <dann@ics.uci.edu>
8642         * diff-mode.el: Add new TODO entry.
8643         (diff-create-changelog): New function.
8644         (diff-mode-menu): Bind it.
8646 2008-02-04  Kenichi Handa  <handa@ni.aist.go.jp>
8648         * international/mule-diag.el (print-fontset-element): Handle the
8649         case of inhibiting the fallback fonts.
8651 2008-02-04  Kim F. Storm  <storm@cua.dk>
8653         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8654         (ido-magic-delete-char): Use prefix arg.
8656 2008-02-03  Juanma Barranquero  <lekktu@gmail.com>
8658         * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
8659         because the latter is in fact a 1.2.8 build distributed with GTK+ (as
8660         of today, the most recent libpng is 1.2.24).
8662 2008-02-03  Michael Albinus  <michael.albinus@gmx.de>
8664         * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
8666         * net/dbus.el (top): Check (featurep 'dbusbind).
8668         * net/tramp.el (tramp-process-sentinel): New defun.
8669         (tramp-do-copy-or-rename-file-out-of-band)
8670         (tramp-maybe-open-connection): Use it as process sentinel.
8671         (tramp-handle-delete-directory): Don't use the "-f" option; it
8672         isn't portable.
8673         (tramp-handle-start-file-process): Echo `tramp-end-of-output'
8674         after the command.
8675         (tramp-handle-shell-command): Set `mode-line-process' in the
8676         asynchronous case.
8678         * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
8680         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
8681         * net/tramp-smb.el (tramp-smb-maybe-open-connection):
8682         Use `tramp-process-sentinel' as process sentinel.
8684 2008-02-02  Juanma Barranquero  <lekktu@gmail.com>
8686         * whitespace.el (global-whitespace-mode): Revert last change.
8687         (whitespace-unload-function): Force `global-whitespace-mode'
8688         to deactivate local modes in a slightly less intrusive way.
8690 2008-02-02  Eli Zaretskii  <eliz@gnu.org>
8692         * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
8694 2008-02-02  Glenn Morris  <rgm@gnu.org>
8696         * international/latin1-disp.el (latin1-display):
8697         * progmodes/fortran.el (fortran-comment-indent-char):
8698         * progmodes/idlw-shell.el (top-level):
8699         * term/mac-win.el (mac-keyboard-translate-char):
8700         * whitespace.el (whitespace-char-valid-p):
8701         * wid-edit.el (widget-key-sequence-read-event):
8702         Use characterp rather than char-valid-p.
8704         * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
8705         to capitalized-find-word-boundary.  Doc fix.  Update callers.
8706         (capitalized-next-word-boundary-function-table): Rename to
8707         capitalized-find-word-boundary-function-table.  Doc fix.  Update users.
8709         * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
8710         string-to-int.
8712         * ps-def.el (declare-function): Add compatibility definition.
8713         (ps-plot-with-face, ps-plot-string): Declare as functions.
8714         (ps-bold-faces, ps-italic-faces): Declare variables.
8716         * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
8717         (ps-mule-end-job): Declare as functions.
8719         * wid-edit.el (widget-string-complete): Use assoc-string rather
8720         than assoc-ignore-case.
8722 2008-02-01  Chong Yidong  <cyd@stupidchicken.com>
8724         * progmodes/etags.el (next-file): Improve revert message.
8726 2008-02-01  Andreas Schwab  <schwab@suse.de>
8728         * loadup.el: Load language/burmese instead of language/myanmar.
8730 2008-02-01  Richard Stallman  <rms@gnu.org>
8732         * language/burmese.el: Rename from myanmar.el.
8733         ("Burmese"): Rename from "Myanmar".
8735 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8737         * international/fontset.el (script-representative-chars): Add cham
8738         and tai-viet.
8739         (setup-default-fontset): Add iso10646-1 font for latin and ipa.
8740         Add fontconfig spec for cjk-misc.  Explicitly specify font font
8741         for U+E000..U+F8FF.
8743         * international/characters.el (script-list): Add cham.
8745         * language/cham.el: New file.
8747 2008-02-01  Mark A. Hershberger  <mah@everybody.org>
8749         * xml.el (xml-escape-string): Don't do any encoding changes on the
8750         string.
8752 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8754         * language/ind-util.el (in-is13194-post-read-conversion):
8755         Delete unnecessary call of indian-compose-region.
8757 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8759         * ps-print.el: Some face attributes (like :strike-through) were not
8760         being recognised.  Reported by Leo <sdl.web@gmail.com>.
8761         (ps-print-version): New version 7.3.2.
8762         (ps-screen-to-bit-face): Fix code.  Call ps-face-strikout-p,
8763         ps-face-overline-p and ps-face-box-p functions.
8765         * ps-def.el (ps-face-strikout-p, ps-face-overline-p, ps-face-box-p):
8766         New functions.
8768 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8770         * international/fontset.el (font-encoding-alist): Add an entry for
8771         iso8859-16.
8772         (setup-default-fontset): Add iso8859-16 to latin.
8774         * descr-text.el (describe-char-display): Convert a GLYPH-CODE to a
8775         hexadigit string.
8776         (describe-char): Adjust for the above change.
8778 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8780         * international/fontset.el (font-encoding-alist): Don't set the
8781         repertory of GB18030 fonts.
8783 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8785         * language/indian.el: Set font-shape-text for all Indic characters
8786         in composition-function-table.
8788         * language/khmer.el: New file.
8790         * language/myanmar.el: New file.
8792         * loadup.el: Load "language/khmer" and "language/myanmar".
8794 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8796         * international/fontset.el (setup-default-fontset): Fix lao OTF
8797         script name.
8799 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8801         * composite.el (terminal-composition-modification): Delete it.
8803 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8805         * international/fontset.el (x-complement-fontset-spec):
8806         Complement size too.
8808 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8810         * international/fontset.el (font-encoding-charset-alist):
8811         Initialize it.
8812         (otf-script-alist): Fix typo of canadian-aboriginal.
8813         (setup-default-fontset): Specify font-specs for many more scripts.
8814         (x-complement-fontset-spec): Change the first argument to a
8815         font-spec object.
8816         (create-fontset-from-fontset-spec): Adjust for the above change.
8818 2008-02-01  Kenichi Handa  <handa@m17n.org>
8820         * language/devanagari.el: Register font-shape-text in
8821         composition-function-table.
8823         * language/tibetan.el: Register font-shape-text in
8824         composition-function-table.
8826         * language/thai-util.el (thai-composition-function): Fix arguments.
8828         * language/tamil.el: Register font-shape-text in
8829         composition-function-table.
8831         * language/malayalam.el: Register font-shape-text in
8832         composition-function-table.
8834         * language/lao.el: Register font-shape-text in
8835         composition-function-table.
8837         * language/kannada.el: Register font-shape-text in
8838         composition-function-table.
8840         * language/european.el (diacritic-composition-function): Fix arguments.
8842         * language/ethio-util.el (ethio-composition-function): Fix arguments.
8844         * language/tv-util.el (tai-viet-composition-function): Fix arguments.
8846         * composite.el (composition-function-table): Fix docstring.
8847         (terminal-composition-function): Fix arguments.
8848         (auto-compose-current-font): Delete it.
8849         (auto-compose-chars): Adjust for the change of
8850         composition-function-table.
8852 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8854         * international/fontset.el (font-encoding-alist): Add the entry of
8855         "unicode-bmp".
8857 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8859         * composite.el (auto-compose-chars): Be sure to calculate
8860         composition at least at POS.
8862 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8864         * printing.el: Fix pr-interface-map initialization code.
8865         (pr-version): New version 6.9.3.
8866         (pr-f-set-keymap-parents): Replace by pr-set-keymap-parents.
8867         (pr-f-set-keymap-name): Replace by pr-set-keymap-name.
8868         (pr-f-read-string): Replace by pr-read-string.
8869         (pr-set-keymap-parents, pr-set-keymap-name, pr-read-string):
8870         New function name.
8871         (pr-interactive-n-up, pr-interactive-regexp): Code fix.
8873 2008-02-01  Kenichi Handa  <handa@m17n.org>
8875         * language/tv-util.el (tai-viet-re): Include '-'.
8876         (tai-viet-glyph-info): Handle '-'.
8878 2008-02-01  Kenichi Handa  <handa@m17n.org>
8880         * descr-text.el (describe-char): Handle a composition of the new
8881         format.  Show font name.
8883 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8885         * language/tibet-util.el (tibetan-composition-function): Use
8886         font-shape-text if auto-compose-current-font is non-nil.
8888         * language/tibetan.el: Fix the range for recording
8889         tibetan-composition-function in composition-function-table.
8891         * language/mlm-util.el (malayalam-composition-function): Use
8892         font-shape-text if auto-compose-current-font is non-nil.
8894         * international/mule-conf.el: Flag many charsets as supplementary.
8896         * international/mule.el (define-charset): Update the docstring for
8897         :supplementary-p.
8899         * international/fontset.el (setup-default-fontset): Add OpenType
8900         fonts for malayalam and tibetan.
8902 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8904         * international/fontset.el (x-complement-fontset-spec): Use font-spec.
8906 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8908         * international/fontset.el (otf-script-alist): Make all otf tags
8909         4-letters.
8910         (setup-default-fontset): Add OpenType fonts for devanagari and tamil.
8912         * language/tml-util.el (tamil-composition-function): Use
8913         font-shape-text if auto-compose-current-font is non-nil.
8915         * language/devan-util.el (devanagari-composition-function): Use
8916         font-shape-text if auto-compose-current-font is non-nil.
8918         * composite.el (auto-compose-chars): Change argument font-object
8919         to window.
8921 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8923         * ps-print.el (ps-lpr-switches): Docstring fix.
8924         (ps-string-list): New function.
8925         (ps-do-despool): Code fix.
8927 2008-02-01  Kenichi Handa  <handa@ni.aist.go.jp>
8929         * international/utf-7.el (utf-7-imap-post-read-conversion)
8930         (utf-7-imap-pre-write-conversion): New functions.
8932         * international/mule-conf.el (utf-7-imap): New coding system.
8934 2008-02-01  Kenichi Handa  <handa@m17n.org>
8936         * term/x-win.el (x-selection-value): If x-select-request-type is
8937         nil, try also STRING at last.
8938         (x-select-request-type): Doc fix for the change of x-selection-value.
8940         * select.el (selection-coding-system, next-selection-coding-system):
8941         Move declarations from xselect.c.
8942         (x-get-selection): Decode by selection-coding-system if it is non-nil.
8943         If it is nil, decode by a proper coding system.  Handle C_STRING.
8944         (ccl-check-utf-8, string-utf-8-p): Delete them.
8945         (xselect-convert-to-string): Fix determining data-type in the case
8946         that TEXT is requested.  Don't use selection-coding-system if it's
8947         not proper for the data-type.
8949 2008-02-01  Kenichi Handa  <handa@m17n.org>
8951         * term/x-win.el (x-selection-value): If x-select-request-type is
8952         nil, simply try UTF8_STRING and COMPOUND-TEXT in this order.
8954 2008-02-01  Jason Rumney  <jasonr@gnu.org>
8956         * term/w32-win.el (w32-initialize-window-system): Use t, not nil
8957         to signify default fontset.
8959 2008-02-01  Kenichi Handa  <handa@m17n.org>
8961         * international/mule-cmds.el (describe-language-environment):
8962         Check if the specified input method exists or not.
8964 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8966         * ps-print.el (ps-begin-job): Error if ps-lpr-switches is not a list.
8967         (ps-face-background-name): Remove this function.  It's already defined
8968         in ps-def.el file.
8970 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8972         * ps-print.el: Eliminate the check if ps-print was running on Lucid or
8973         Epoch emacsen.
8975 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8977         * ps-print.el: Now detect if text foreground and background colors are
8978         equals and replace the foreground color by another color, so the text
8979         becomes visible.  Doc fix.
8980         (ps-print-version): New version 7.3.
8981         (ps-default-fg, ps-default-bg): Docstring fix.
8982         (ps-fg-list, ps-fg-validate-p): New options.
8983         (ps-foreground-list): New variable.
8984         (ps-generate-header-line): Replace fboundp by functionp.
8985         (ps-setup, ps-begin-job, ps-plot-region): Fix code.
8987 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8989         * printing.el: Pacify byte compiler, that is, no compiler warnings.
8990         Move (again) some variable definitions before use, define some
8991         function aliases, no code change.
8992         (pr-version): New version 6.9.2.
8993         (pr-path-style, pr-auto-region, pr-menu-char-height)
8994         (pr-menu-char-width, pr-menu-lock, pr-ps-printer-alist)
8995         (pr-txt-printer-alist, pr-ps-utility-alist): Options declaration
8996         via (defvar VAR).
8997         (pr-menu-lookup, pr-menu-lock, pr-menu-alist, pr-even-or-odd-pages)
8998         (pr-menu-get-item, pr-menu-set-item-name, pr-menu-set-utility-title)
8999         (pr-menu-set-ps-title, pr-menu-set-txt-title, pr-region-active-p)
9000         (pr-do-update-menus, pr-update-mode-line, pr-f-read-string)
9001         (pr-f-set-keymap-parents, pr-keep-region-active): Function aliases.
9002         (pr-menu-print-item, pr-ps-printer-menu-modified)
9003         (pr-txt-printer-menu-modified, pr-ps-utility-menu-modified)
9004         (pr-even-or-odd-alist): Move variable definitions.
9006 2008-02-01  Kenichi Handa  <handa@m17n.org>
9008         * language/chinese.el (cp936): Delete duplicated alias.
9010         * international/mule-diag.el (list-block-of-chars): Don't insert
9011         non-Unicode characters.
9013 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9015         * loadup.el [windows-nt]: Don't load code-pages and ccl.
9016         * term/w32-win.el: Don't require code-pages.
9018 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9020         Fix up multi-tty merge.
9022         * version.el (emacs-version): Bump to 23.0.60.
9024         * term/x-win.el (x-initialize-window-system): Don't try to create
9025         a fontset from a font-specification anymore.  This was removed on the
9026         unicode branch and mistakenly re-added by the multi-tty merge.
9028         * term/w32-win.el: Remove duplicate code that's now in
9029         w32-initialize-window-system.
9030         (w32-initialize-window-system): Don't try to create a fontset from
9031         a font-specification anymore.  This was removed on the unicode branch
9032         and mistakenly re-added by the multi-tty merge.
9034         * term/mac-win.el: Remove duplicate top-level code.
9036         * language/ethio-util.el:
9037         * international/characters.el: Use utf-8 rather than utf-8-emacs
9038         since it works as well and has the advantage of working with
9039         non-unicode versions of Emacs.
9041         * international/encoded-kb.el (encoded-kbd-setup-display): Use the new
9042         multi-tty code, which includes the previous local change.
9044 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9046         * ps-print.el (ps-print-version): New version 7.2.5.
9047         (ps-background, ps-begin-file, ps-build-reference-face-lists):
9048         Use `mapc' rather than `mapcar'.
9050 2008-02-01  Kenichi Handa  <handa@m17n.org>
9052         * skeleton.el (skeleton-internal-1): Use integerp and stringp
9053         instead of char-or-string-p to catch -1.
9055 2008-02-01  Kenichi Handa  <handa@m17n.org>
9057         * international/mule-cmds.el (inactivate-input-method):
9058         Set input-method-function to nil before calling
9059         inactivate-current-input-method-function.
9061 2008-02-01  Kenichi Handa  <handa@m17n.org>
9063         * play/gamegrid.el (gamegrid-setup-default-font): Calculate a font
9064         height that doesn't exceed the requested height by rounding off.
9066 2008-02-01  Andreas Schwab  <schwab@suse.de>
9068         * international/mule-diag.el (print-fontset-element):
9069         Use fontp only if defined.
9071 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9073         * ps-mule.el (ps-mule-prepare-font, ps-mule-encode-region)
9074         (ps-mule-plot-composition, ps-mule-encode-header-string): Docstring fix.
9075         (ps-mule-prologue-generated): Code fix.
9077 2008-02-01  Kenichi Handa  <handa@m17n.org>
9079         * dnd.el (dnd-get-local-file-name): Call replace-regexp-in-string
9080         with FIXEDCASE t.
9082 2008-02-01  Kenichi Handa  <handa@m17n.org>
9084         * international/mule-diag.el (print-fontset-element): Fix for the
9085         format change of a fontset element for font-backend feature.
9087 2008-02-01  Kenichi Handa  <handa@m17n.org>
9089         * descr-text.el (describe-char): Fix for the case that a component
9090         character is TAB.
9092 2008-02-01  Kenichi Handa  <handa@m17n.org>
9094         * international/mule-cmds.el (select-safe-coding-system-interactively):
9095         Fix printing of rejected and unsafe coding-systems.
9097         * international/fontset.el (setup-default-fontset): Add tai-viet.
9099         * international/characters.el: Setup syntax/category table for Tai Viet.
9100         (script-list): Add tai-viet.
9102         * loadup.el: Load "language/tai-viet".
9104         * language/tai-viet.el: New file.
9106         * language/tv-util.el: New file.
9108 2008-02-01  Jason Rumney  <jasonr@gnu.org>
9110         * faces.el (font-weight-table): Use defaults on w32 that match
9111         LOGFONT.lfWeight.
9113         * term/w32-win.el: Don't create fontset from command-line font.
9115 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9117         * international/mule-cmds.el (toggle-enable-multibyte-characters)
9118         (sort-coding-systems, search-unencodable-char): Doc fixes.
9119         (default-input-method, input-method-verbose-flag)
9120         (input-method-highlight-flag): Remove * in defcustom's docstrings.
9121         (exit-language-environment-hook, set-default-coding-systems)
9122         (coding-system-change-eol-conversion, prefer-coding-system)
9123         (find-multibyte-characters, leim-list-entry-regexp)
9124         (set-input-method, input-method-exit-on-first-char, princ-list)
9125         (locale-language-names, locale-charset-language-names)
9126         (define-char-code-property): Fix typos in docstrings.
9128 2008-02-01  Kenichi Handa  <handa@m17n.org>
9130         * disp-table.el (make-glyph-code, glyph-char, glyph-face):
9131         Fix for a new character code space (22-bit).
9133 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
9135         * printing.el (pr-ps-fast-fire): Fix typos in docstring.
9137 2008-02-01  Kenichi Handa  <handa@m17n.org>
9139         * international/characters.el: Add more cases/syntaxes from Latin
9140         characters.
9142 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9144         * ps-def.el (installation-directory): Must be initialized when defining
9145         it in XEmacs.
9146         (coding-system-for-read): Eliminate duplicated definition.
9148 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9150         * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
9152 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9154         * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
9155         (ps-print-emacs-type): Eliminate variable.
9156         (ps-setup): Remove ps-print-emacs-type.  Print which Emacsen is
9157         running ps-print package.
9159         * ps-def.el: Replace (defvar VAR nil) by (defvar VAR).
9160         (ps-frame-parameter): Replace defun by defalias.
9161         (mark-active): Eliminate defvar.
9163         * ps-samp.el (ps-prsc, ps-c-prsc, ps-s-prsc): Eliminate macros.
9164         (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
9165         (ps-jts-ps-setup): Replace macros by vector key definition.
9167 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9169         * progmodes/ebnf-abn.el (ebnf-abn-skip-comment):
9170         * progmodes/ebnf-bnf.el (ebnf-bnf-skip-comment):
9171         * progmodes/ebnf-dtd.el (ebnf-dtd-skip-comment):
9172         * progmodes/ebnf-ebx.el (ebnf-ebx-skip-comment):
9173         * progmodes/ebnf-iso.el (ebnf-iso-skip-comment):
9174         * progmodes/ebnf-yac.el (ebnf-yac-skip-comment): New version.
9175         New command actions for EPS header and EPS footer.
9177         * progmodes/ebnf2ps.el: New command actions for EPS header and EPS
9178         footer.  Fix some problems with one-or-more, zero-or-more and
9179         alternative constructions generation.  Some implementation of log
9180         messages.  Doc fix.
9181         (ebnf-version): New version 4.4.
9182         (ebnf-eps-header-font, ebnf-eps-header, ebnf-eps-footer-font)
9183         (ebnf-eps-footer, ebnf-log): New options.
9184         (ebnf-find-style, ebnf-eps-header-footer, ebnf-eps-header)
9185         (ebnf-eps-footer, ebnf-eps-string, ebnf-eps-header-footer-comment)
9186         (ebnf-eps-header-footer-p, ebnf-eps-header-comment)
9187         (ebnf-eps-footer-comment, ebnf-eps-header-footer-file)
9188         (ebnf-eps-header-footer-set, ebnf-log-header, ebnf-log): New functions.
9189         (ebnf-style-custom-list, ebnf-style-database): Put new values.
9190         (ebnf-print-directory, ebnf-print-file, ebnf-print-buffer)
9191         (ebnf-print-region, ebnf-spool-directory, ebnf-spool-file)
9192         (ebnf-spool-buffer, ebnf-spool-region, ebnf-eps-directory)
9193         (ebnf-eps-file, ebnf-eps-buffer, ebnf-eps-region)
9194         (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-buffer)
9195         (ebnf-syntax-region, ebnf-parse-and-sort, ebnf-begin-job)
9196         (ebnf-dimensions, ebnf-production-dimension, ebnf-terminal-dimension)
9197         (ebnf-non-terminal-dimension, ebnf-special-dimension)
9198         (ebnf-terminal-dimension1, ebnf-repeat-dimension)
9199         (ebnf-except-dimension, ebnf-alternative-dimension)
9200         (ebnf-optional-dimension, ebnf-one-or-more-dimension)
9201         (ebnf-zero-or-more-dimension, ebnf-sequence-dimension):
9202         Insert log message function.
9203         (ebnf-setup, ebnf-generate-one-or-more, ebnf-generate-zero-or-more)
9204         (ebnf-begin-job, ebnf-begin-file, ebnf-eps-finish-and-write)
9205         (ebnf-insert-ebnf-prologue, ebnf-production-dimension)
9206         (ebnf-terminal-dimension1, ebnf-alternative-dimension)
9207         (ebnf-one-or-more-dimension, ebnf-zero-or-more-dimension)
9208         (ebnf-eps-add-context, ebnf-eps-add-production): Fix code.
9209         (ebnf-eps-filename, ebnf-trim-right): Replace `?\s' by `?\ ' to keep
9210         compatibility with Emacs 20 & 21.
9211         (ebnf-eps-header-comment, ebnf-eps-footer-comment)
9212         (ebnf-eps-file-alist, ebnf-basic-width-extra)
9213         (ebnf-basic-empty-height): New variables.
9214         (ebnf-prologue): Fix PostScript code.
9215         (ebnf-make-empty, ebnf-make-terminal1, ebnf-make-or-more1)
9216         (ebnf-make-production, ebnf-make-alternative, ebnf-make-optional)
9217         (ebnf-make-except, ebnf-make-repeat, ebnf-make-sequence)
9218         (ebnf-make-dup-sequence, ebnf-token-alternative): Add comments.
9220 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9222         * printing.el: Group together all XEmacs/Emacs definitions.
9223         (pr-version): New version 6.9.
9224         (pr-global-menubar, pr-menu-char-height, pr-menu-char-width):
9225         New functions.
9226         (pr-menu-char-height, pr-menu-char-width): Fix initialization code.
9227         (pr-menu-bind): Fix code.
9228         (pr-e-frame-char-height, pr-e-frame-char-width)
9229         (pr-e-mouse-pixel-position, pr-x-add-submenu, pr-x-event-function)
9230         (pr-x-event-object, pr-x-find-menu-item, pr-x-font-height)
9231         (pr-x-font-width, pr-x-get-popup-menu-response, pr-x-make-event)
9232         (pr-x-misc-user-event-p, pr-x-relabel-menu-item, pr-x-event-x-pixel)
9233         (pr-x-event-y-pixel): Eliminate aliases.
9234         (pr-xemacs-global-menubar): Move macro.
9235         (current-menubar, current-mouse-event, zmacs-region-stays)
9236         (deactivate-mark, pr-menu-position, pr-menu-state, pr-ps-name-old)
9237         (pr-txt-name-old, pr-ps-utility-old, pr-even-or-odd-old, pr-temp-menu):
9238         Move variables.
9239         (pr-region-active-p, pr-menu-position, pr-menu-lookup, pr-menu-lock)
9240         (pr-update-mode-line, pr-do-update-menus, pr-menu-alist)
9241         (pr-relabel-menu-item, pr-menu-set-ps-title, pr-menu-set-txt-title)
9242         (pr-menu-set-utility-title, pr-even-or-odd-pages)
9243         (pr-f-set-keymap-parents, pr-f-set-keymap-name, pr-f-read-string)
9244         (pr-keep-region-active, pr-menu-get-item, pr-menu-set-item-name):
9245         Move functions.
9247 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9249         * ps-print.el: The ps-print commands without face printing should not
9250         print background color.  Reported by Leo <sdl.web@gmail.com>.
9251         (ps-print-version): New version 7.2.2.
9252         (ps-begin-job): New arg.  Fix ps-default-background and
9253         ps-default-foreground initialization.
9254         (ps-face-attributes): Fix doc string.
9255         (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
9257         * printing.el: Fix ps-print link.
9259 2008-02-01  Kenichi Handa  <handa@m17n.org>
9261         * international/mule-diag.el (list-character-sets-2): Don't print width.
9263 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9265         * ps-print.ps: Fix background height.
9266         (ps-print-version): New version 7.2.1.
9268 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9270         * ps-print.el: Split XEmacs/Emacs definitions and sample setup code
9271         into separate files.
9272         (ps-print-version): New version 7.2.
9273         (ps-postscript-code-directory): Fix XEmacs initialization.
9274         (ps-generate-postscript-with-faces):
9275         Call ps-generate-postscript-with-faces1 (new function).
9276         (ps-color-format, ps-float-format): Move variables to ps-def.el.
9277         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
9278         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
9279         (ps-face-background-name, ps-frame-parameter, ps-color-device)
9280         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
9281         Move functions to ps-def.el.
9282         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
9283         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
9284         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
9285         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
9286         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
9287         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
9288         Move functions to ps-samp.el.
9290         * ps-bdf.el (installation-directory, coding-system-for-read):
9291         Move variables to ps-def.el.
9293         * ps-mule.el (leading-code-private-22): Move variables to ps-def.el.
9294         (charset-bytes, charset-dimension, charset-id, charset-width)
9295         (find-charset-region, char-width, chars-in-region, forward-point)
9296         (decompose-composite-char, encode-coding-string, coding-system-p)
9297         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
9298         (string-make-multibyte, encode-char): Move functions to ps-def.el.
9300         * ps-def.el: New file.  XEmacs/Emacs definitions.
9301         (ps-generate-postscript-with-faces1): New function.
9302         (ps-color-format, ps-float-format): Move variables from ps-print.el.
9303         (ps-xemacs-color-name, ps-mapper, ps-extent-sorter)
9304         (ps-xemacs-face-kind-p, ps-mark-active-p, ps-face-foreground-name)
9305         (ps-face-background-name, ps-frame-parameter, ps-color-device)
9306         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
9307         Move functions from ps-print.el.
9308         (installation-directory, coding-system-for-read):
9309         Move variables from ps-bdf.el.
9310         (leading-code-private-22): Move variable from ps-mule.el.
9311         (charset-bytes, charset-dimension, charset-id, charset-width)
9312         (find-charset-region, char-width, chars-in-region, forward-point)
9313         (decompose-composite-char, encode-coding-string, coding-system-p)
9314         (ccl-execute-on-string, define-ccl-program, multibyte-string-p)
9315         (string-make-multibyte, encode-char): Move functions from ps-mule.el.
9317         * ps-samp.el: New file.  Sample setup code.
9318         (ps-prsc, ps-c-prsc, ps-s-prsc, ps-rmail-mode-hook)
9319         (ps-rmail-print-message-from-summary, ps-print-message-from-summary)
9320         (ps-article-subject, ps-article-author, ps-gnus-article-prepare-hook)
9321         (ps-vm-mode-hook, ps-gnus-print-article-from-summary)
9322         (ps-vm-print-message-from-summary, ps-gnus-summary-setup, ps-info-file)
9323         (ps-info-node, ps-info-mode-hook, ps-jts-ps-setup, ps-jack-setup):
9324         Move functions from ps-print.el.
9326 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9328         * ps-print.el: Handle frame parameters (background and/or foreground
9329         colors) changing dynamically.  Reported by Leo <sdl.web@gmail.com>.
9330         (ps-print-version): New version 7.1.
9331         (ps-x-frame-property, ps-e-frame-parameter): New aliases.
9332         (ps-frame-parameter): New function.
9333         (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
9334         Fix doc and customization.
9335         (ps-begin-job): Get frame parameters (background and/or foreground
9336         colors).
9337         (ps-do-despool): Ensure ps-printer-name has a valid value.
9339 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9341         * progmodes/ebnf-abn.el:
9342         * progmodes/ebnf-bnf.el:
9343         * progmodes/ebnf-dtd.el:
9344         * progmodes/ebnf-ebx.el:
9345         * progmodes/ebnf-iso.el:
9346         * progmodes/ebnf-otz.el:
9347         * progmodes/ebnf-yac.el:
9348         * progmodes/ebnf2ps.el:
9349         * delim-col.el:
9350         * printing.el:
9351         * ps-bdf.el:
9352         * ps-mule.el:
9353         * ps-print.el: Remove 'Time-stamp' comment mark.
9355         * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
9356         'easy-menu-add-item' when called in Emacs 21 or higher.
9358 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9360         * ps-print.el : Fix doc.
9361         (ps-print-version): New version 7.0.
9363 2008-02-01  Kenichi Handa  <handa@m17n.org>
9365         * mail/emacsbug.el (report-emacs-bug): Insert also the value of
9366         XMODIFIERS.
9368 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9370         * ps-print.el: Fix maintainer email.  Eliminate function declaration
9371         that kept compatibility with older Emacs version.
9372         (ps-print-version): New version 6.7.
9374 2008-02-01  Kenichi Handa  <handa@m17n.org>
9376         * international/quail.el (quail-get-translations):
9377         Make quail-current-key multibyte if not yet done.
9379 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9381         * language/chinese.el ("Chinese-GBK"): Add tutorial.
9382         ("Chinese-GB18030"): Add sample-text and tutorial.
9384         * international/fontset.el (font-encoding-alist)
9385         (setup-default-fontset): Add gb18030.
9386         (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9387         (charset-script-alist): Add gbk and gb18030.
9389         * international/characters.el: Put property
9390         preferred-coding-system on gbk and gb18030.
9392         * international/mule-cmds.el (locale-language-names): Add an entry
9393         for "zh_CN.UTF-8" and change "chs" to "Chinese-GBK".
9395         * faces.el (face-font-registry-alternatives): Add gb18030.
9397 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9399         * ps-mule.el: Fix maintainer email.
9401 2008-02-01  Kenichi Handa  <handa@m17n.org>
9403         * international/quail.el (quail-insert-kbd-layout): Check the
9404         length of (cdr translation).
9405         (quail-get-current-str): Check the length of (cdr def).
9407 2008-02-01  Kenichi Handa  <handa@m17n.org>
9409         * ruler-mode.el (ruler-mode-ruler): Make the string `ruler' multibyte.
9411 2008-02-01  Kenichi Handa  <handa@m17n.org>
9413         * international/mule-cmds.el (ucs-insert): Re-implement.
9415 2008-02-01  Kenichi Handa  <handa@m17n.org>
9417         * composite.el (terminal-composition-modification): New function.
9418         (terminal-composition-function): Create composition with the above
9419         modification function.
9421 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9423         * international/characters.el: Add more full-width characters in
9424         char-width-table.
9426 2008-02-01  Kenichi Handa  <handa@m17n.org>
9428         * international/fontset.el (create-fontset-from-fontset-spec):
9429         Fix script name handling.
9431 2008-02-01  Kenichi Handa  <handa@m17n.org>
9433         * composite.el (terminal-composition-function): New function.
9434         (terminal-composition-function-table): New variable.
9435         (auto-compose-chars): If running on a terminal, use
9436         terminal-composition-function-table.
9438         * loadup.el: Load "composite" after "international/characters".
9440         * international/characters.el: Delete codes for setting up charset
9441         property nospace-between-words.  Fix setting up of
9442         char-width-table.  Don't make ethiopic and tibetan double column.
9444         * textmodes/fill.el (fill-find-break-point-function-table):
9445          Don't set it up in defvar.
9446         (fill-nospace-between-words-table): New variable.
9447         (fill-delete-newlines): Check fill-nospace-between-words-table
9448         instead of charset property nospcae-between-words.
9450 2008-02-01  Kenichi Handa  <handa@m17n.org>
9452         * composite.el (global-auto-composition-mode): Make the initial
9453         value not depend on emacs-basic-display.
9455         * textmodes/fill.el: Don't use charset property
9456         `fill-find-break-point-function'.
9457         (fill-find-break-point-function-table): New variable.
9458         (fill-find-break-point): Lookup fill-find-break-point-function-table.
9460 2008-02-01  Kenichi Handa  <handa@m17n.org>
9462         * international/mule.el (coding-system-list): Be sure to exclude
9463         subsidiary coding systems.
9465 2008-02-01  Kenichi Handa  <handa@m17n.org>
9467         * composite.el (auto-composition-after-change)
9468         (toggle-auto-composition): Remove `auto-composed' property instead
9469         of setting it to nil.
9471 2008-02-01  Kenichi Handa  <handa@m17n.org>
9473         * language/misc-lang.el (iso-8859-6): New coding system.
9475 2008-02-01  Kenichi Handa  <handa@m17n.org>
9477         * dnd.el (dnd-get-local-file-name): Give a unibyte string to
9478         replace-regexp-in-string as replacement.
9480 2008-02-01  Kenichi Handa  <handa@m17n.org>
9482         * international/fontset.el (otf-script-alist): Add byzm, math,
9483         musc, and nko.
9485         * international/characters.el (script-list): Add nko,
9486         byzantine-musical-symbol, musical-symbol, and mathematical.
9488 2008-02-01  Kenichi Handa  <handa@m17n.org>
9490         * composite.el (auto-compose-current-font): New variable.
9491         (auto-compose-chars): New arg FONT-OBJECT.
9493 2008-02-01  Kenichi Handa  <handa@m17n.org>
9495         * international/characters.el: Modify category-table and
9496         script-table for new Ethiopic character range.
9498 2008-02-01  Kenichi Handa  <handa@m17n.org>
9500         * international/mule-cmds.el (set-language-environment-fontset):
9501         Delete it.
9503 2008-02-01  Kenichi Handa  <handa@m17n.org>
9505         * international/fontset.el (otf-script-alist): Set it.
9507 2008-02-01  Kenichi Handa  <handa@m17n.org>
9509         * international/fontset.el (font-encoding-alist):
9510         Fix for "ethiopic-unicode".
9512 2008-02-01  Kenichi Handa  <handa@m17n.org>
9514         * international/fontset.el (script-representative-chars):
9515         Add an entry for latin script.
9517 2008-02-01  Kenichi Handa  <handa@m17n.org>
9519         * faces.el (font-weight-table): Treat regular and normal as the
9520         same as medium.
9521         (font-slant-table): Add (roman . 100).
9523 2008-02-01  Kenichi Handa  <handa@m17n.org>
9525         These changes are for the new font handling codes.
9527         * faces.el (font-weight-table, font-slant-table)
9528         (font-swidth-table): New customizable variables.
9530         * international/fontset.el (font-encoding-alist): Add koi8-4.
9531         (script-representative-chars): Set the default value.
9532         (create-fontset-from-x-resource): Delete `message'.
9534 2008-02-01  Kenichi Handa  <handa@m17n.org>
9536         * tar-mode.el (tar-untar-buffer, tar-summarize-buffer):
9537         Call set-buffer-multibyte with arg `to'.
9539 2008-02-01  Kenichi Handa  <handa@m17n.org>
9541         * info.el (Info-fontify-node): Check if already fontified or not
9542         by next-single-property-change.
9544 2008-02-01  Kenichi Handa  <handa@m17n.org>
9546         * international/mule.el (ctext-pre-write-conversion): Produce
9547         extra designation sequence for ASCII at the end off extended segment.
9549 2008-02-01  Kenichi Handa  <handa@m17n.org>
9551         * international/mule.el (ctext-non-standard-encodings-table):
9552         Reverse the returning list.
9553         (ctext-pre-write-conversion): Fix encoding with extended segments.
9555         * international/mule-conf.el (compound-text)
9556         (compound-text-with-extensions): Add long-form in :flags.
9558 2008-02-01  Kenichi Handa  <handa@m17n.org>
9560         * international/fontset.el (create-fontset-from-fontset-spec): Fix
9561         regexp for paring FONTSET-SPEC (allow spaces after `:').
9563 2008-02-01  Kenichi Handa  <handa@m17n.org>
9565         * international/fontset.el (create-fontset-from-fontset-spec): Fix
9566         for the case that a charset is specified as target.
9568 2008-02-01  Kenichi Handa  <handa@m17n.org>
9570         * international/ccl.el (ccl-embed-string): Check string length.
9571         Set special flag for multibyte character sequence.
9572         (ccl-compile-write-string, ccl-compile-write-repeat): Don't make
9573         str unibyte.
9574         (ccl-compile-write): If the character code doesn't fit in 22-bit
9575         (ccl-dump-write-const-string): Check special flag for multibyte
9576         character sequence.
9578 2008-02-01  Kenichi Handa  <handa@m17n.org>
9580         * ps-mule.el (ps-mule-eight-bit-char): Delete this function.
9581         (ps-mule-encode-region, ps-mule-plot-composition): Don't use
9582         ps-mule-eight-bit-char.
9584 2008-02-01  Kenichi Handa  <handa@m17n.org>
9586         * language/chinese.el ("Chinese-BIG5"):
9587         Set ctext-non-standard-encodings property to "big5-0".
9589         * international/mule.el (ctext-non-standard-encodings):
9590         Initialize to nil.
9591         (ctext-non-standard-encodings-alist): Set charset `big5' in the
9592         entry for "big5-0".
9593         (ctext-non-standard-encodings-table): Return a list instead of
9594         char-table.
9595         (ctext-pre-write-conversion): Adjust for the above change.
9597 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9599         * international/mule.el (ctext-non-standard-encodings-alist):
9600         Add an entry for gbk-0.
9601         (ctext-post-read-conversion): Use multibyt-char-to-unibyte to read
9602         a row 8-bit.
9604         * language/chinese.el ("Chinese-GBK"):
9605         Set ctext-non-standard-encodings property to "gbk-0".
9606         Add sample-text property.
9608 2008-02-01  Kenichi Handa  <handa@m17n.org>
9610         * international/kkc.el (kkc-region): Use
9611         this-single-command-raw-keys on pushing back an unhandled key sequence.
9613 2008-02-01  Kenichi Handa  <handa@m17n.org>
9615         * international/encoded-kb.el (encoded-kbd-mode):
9616         Check saved-input-mode on turning off Encoded Kbd mode.
9618         * composite.el (auto-composition-after-change): Use save-buffer-state.
9619         (turn-on-auto-composition-if-enabled): Don't turn on
9620         auto-composition-mode in a unibyte buffer.
9622 2008-02-01  Kenichi Handa  <handa@m17n.org>
9624         * startup.el (command-line): Use custom-reevaluate-setting for
9625         global-auto-composition-mode.
9627         * composite.el (auto-composition-function): Make it buffer local.
9628         (auto-composition-mode): New minor mode.
9629         (turn-on-auto-composition-if-enabled): New function.
9630         (global-auto-composition-mode): New global minor mode.
9632 2008-02-01  Kenichi Handa  <handa@m17n.org>
9634         * descr-text.el (describe-char): Use insert-text-button instead of
9635         widget-create for "customize what to show" button.
9637 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
9639         * language/ethiopic.el: Fix copyright.
9640         (composition-function-table): Support a new character in Unicode 4.1.
9642         * language/ethio-util.el (ethio-fidel-to-tex-buffer)
9643         (ethio-tex-to-fidel-buffer, ethio-composition-function)
9644         ("ethiopic-tex"): Support new characters in Unicode 4.1.
9646 2008-02-01  Kenichi Handa  <handa@m17n.org>
9648         * international/characters.el: Register characters in
9649         auto-fill-chars.  Put nospace-between-words to more charsets.
9651 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9653         * international/mule-cmds.el (locale-language-names): Add entries
9654         for zh_CN.GB2312, zh_CN.GBK, and zh_CN.GB18030.
9655         (locale-preferred-coding-systems): Fix entries for Chinese locales.
9657 2008-02-01  Kenichi Handa  <handa@etlken>
9659         * international/utf-7.el: Delete the definition of utf-7.
9660         (utf-7-post-read-conversion, utf-7-pre-write-conversion):
9661         Add autoload cookies.
9663 2008-02-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9665         * term/mac-win.el: Delete the code to create a fontset from the X
9666         resource "Font".
9668 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
9670         * international/robin.el (robin-define-package): Be sure to call
9671         put-char-code-property.
9673 2008-02-01  Kenichi Handa  <handa@m17n.org>
9675         * language/korean.el (iso-2022-kr): Set :suitable-for-keyboard
9676         property to 1.
9678         * international/mule-conf.el (cp1125): Set :ascii-compatible-p
9679         property to t.
9681         * international/mule.el (coding-system-get):
9682         Check `ascii-incompatible' for backward compatiblity.
9683         (set-file-name-coding-system): Signal an error for a coding system
9684         not suitable for file name.
9685         (set-keyboard-coding-system): Signal an error for a coding system
9686         not suitable for keyboard.
9688         * language/chinese.el (iso-2022-cn, iso-2022-cn-ext):
9689         Set :suitable-for-keyboard property to 1.
9691         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
9692         (iso-2022-jp-2004): Set :suitable-for-keyboard property to 1.
9694         * language/vietnamese.el (vietnamese-viscii, vietnamese-vscii)
9695         (vietnamese-tcvn): Set :suitable-for-file-name property to t.
9697 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
9699         * international/robin.el (robin-define-package): Delete redundant code.
9700         (robin-add-rule): Allow N-1 reverse conversion.
9702 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
9704         * international/robin.el (robin-define-package): Make the
9705         expanded form shorter.
9707 2008-02-01  Zhang Wei  <id.brep@gmail.com>
9709         * language/chinese.el (chinese-iso-8bit): Fix mime-charset of
9710         chiense-iso-8bit.
9712 2008-02-01  Kenichi Handa  <handa@m17n.org>
9714         * loadup.el: If we are byte-compiling unidata-gen.el or running
9715         unidata-ge-files, set purify-flag to nil.
9717 2008-02-01  Kenichi Handa  <handa@m17n.org>
9719         * loadup.el: Load international/charprop.el with NOERROR t.
9721         * Makefile.in (AUTOGENEL): Add charprop.el and uni-*.el.
9723 2008-02-01  Kenichi Handa  <handa@m17n.org>
9725         * term/mac-win.el (mac-centraleurroman, mac-cyrillic):
9726         New charsets and coding systems.
9727         (mac-symbol, mac-dingbats): New charsets.
9729 2008-02-01  Kenichi Handa  <handa@m17n.org>
9731         * international/characters.el: Set syntax of NBSP to punctuation.
9733 2008-02-01  Kenichi Handa  <handa@m17n.org>
9735         * international/mule-cmds.el: Don't require wid-edit.
9737 2008-02-01  Naoto Takahashi  <ntakahas@m17n.org>
9739         * international/robin.el: New file.
9741         * language/ethiopic.el: Change encoding to utf-8-emacs.
9742         Register ethio-composition-function in composition-function-table.
9743         ("Ethiopic"): Change coding-systems to utf-8-emacs.
9745         * language/ethio-util.el: Change encoding to utf-8-emacs.
9746         Rewrite all transliteration functions to use robin.el.
9747         (ethio-fidel-to-sera-map, ethio-fidel-to-tex-map)
9748         (ethio-sera-to-fidel-table, ethio-implicit-period-conversion)
9749         (ethio-prefer-ascii-punctuation): Delete variables.
9750         (ethio-char-to-ethiocode, ethio-convert-digit)
9751         (ethio-ethiocode-to-char, ethio-fidel-to-sera-mail)
9752         (ethio-fidel-to-sera-mail-or-marker, ethio-lone-consonant-p)
9753         (ethio-sera-to-fidel-english, ethio-sera-to-fidel-ethio)
9754         (ethio-sera-to-fidel-mail, ethio-sera-to-fidel-mail-or-marker)
9755         (ethio-tilde-escape, ethio-toggle-punctuation): Delete functions.
9756         (ethio-adjust-robin, ethio-composition-function)
9757         (ethio-get-consonant, ethio-prefer-amharic, ethio-process-digits)
9758         (ethio-sera-to-fidel-region-ethio)
9759         (ethio-sera-to-fidel-region-noethio)
9760         (ethio-use-colon-for-colon, ethio-use-three-dot-question):
9761         New functions.
9763 2008-02-01  Miles Bader  <miles@gnu.org>
9765         * international/mule.el (auto-coding-regexp-alist)
9766         (ctext-pre-write-conversion): Replace embedded control characters
9767         with octal escapes; this prevents diff from thinking the file is binary.
9769 2008-02-01  Miles Bader  <miles@gnu.org>
9771         * descr-text.el (describe-char-unidata-list):
9772         * emacs-lisp/bytecomp.el (byte-compile-fix-header)
9773         (byte-compile-insert-header):
9774         * international/mule.el (charset-list, set-coding-priority)
9775         (ignore-relative-composition):
9776         * international/mule-util.el (detect-coding-with-priority):
9777         * international/mule-diag.el:
9778         * international/mule-cmds.el (language-info-custom-alist):
9779         * international/codepage.el (codepage-setup):
9780         Replace references to Emacs version "22" with "23".
9782 2008-02-01  Kenichi Handa  <handa@m17n.org>
9784         * Makefile.in (DONTCOMPILE): Include charprop.el and uni-*.el.
9786         * international/fontset.el (font-encoding-alist): Add an entry for
9787         microsoft-cp1251.
9788         (setup-default-fontset): Add entries for microsoft-cp1251 and
9789         koi8-r for cyrillic.
9791         * international/mule-cmds.el (char-code-property-alist): New variable.
9792         (define-char-code-property): New function.
9793         (get-char-code-property, put-char-code-property): Handle a
9794         char-table registerd in char-code-property-alist.
9795         (set-language-environment): Check :ascii-compatible-p property of
9796         nonascii charset instead of its dimension.
9798         * international/uni-bidi.el, international/uni-category.el:
9799         * international/uni-combining.el, international/uni-comment.el:
9800         * international/uni-decimal.el, international/uni-decomposition.el:
9801         * international/uni-digit.el, international/uni-lowercase.el:
9802         * international/uni-mirrored.el, international/uni-name.el:
9803         * international/uni-numeric.el, international/uni-old-name.el:
9804         * international/uni-titlecase.el, international/uni-uppercase.el:
9805         * international/charprop.el: New files automatically generated by
9806         admin/unidata/Makefile.
9808         * loadup.el: Load internationnal/charprop.el.
9810         * descr-text.el (describe-char-unidata-list): New variable.
9811         (describe-char-unicode-data): Use char-code-property-description.
9812         (describe-char): Add lines for describing Unicode-based character
9813         properties.
9815 2008-02-01  Kenichi Handa  <handa@m17n.org>
9817         * textmodes/ispell.el: These changes are to fix the code merged
9818         from trunk for the change on 2008-02-01.
9819         (ispell-unified-chars-table): Delete it.
9820         (ispell-get-decoded-string): Don't check ispell-unified-chars-table.
9822 2008-02-01  Kenichi Handa  <handa@m17n.org>
9824         * international/mule-util.el (char-displayable-p): Check
9825         :charset-list property of CODING.
9827 2008-02-01  Kenichi Handa  <handa@m17n.org>
9829         * international/mule-cmds.el (select-safe-coding-system-interactively):
9830         Change 'mime-charset to :mime-charset.
9831         (select-safe-coding-system): Use above.
9832         (set-language-environment): Delete unnecessary code for handling
9833         overriding-fontspec.
9835 2008-02-01  Kenichi Handa  <handa@m17n.org>
9837         * international/mule-conf.el: New coding system aliases unix, dos,
9838         and mac.
9840 2008-02-01  Kenichi Handa  <handa@m17n.org>
9842         * international/titdic-cnv.el (tit-process-header): Fix embedded
9843         coding tag.
9844         (titdic-convert): Bind coding-system-for-write to the coding
9845         system specfied in the map file.  Remove `charset' property after
9846         decoding.
9847         (miscdic-convert): Bind coding-system-for-write to the coding
9848         system specfied for the map file.  Fix LANGUAGE arg to
9849         quail-define-package.
9850         (batch-miscdic-convert): Check if a file is directory or not.
9852 2008-02-01  Kenichi Handa  <handa@m17n.org>
9854         * international/mule.el (coding-system-equal): Move from mule-util.el.
9856         * international/mule-util.el (coding-system-equal): Move to mule.el.
9858 2008-02-01  Kenichi Handa  <handa@m17n.org>
9860         * international/encoded-kb.el (encoded-kbd-decode-code-list):
9861         New function.
9862         (encoded-kbd-self-insert-charset, encoded-kbd-setup-keymap):
9863         Support multibyte charsets.
9865 2008-02-01  Kenichi Handa  <handa@m17n.org>
9867         * language/china-util.el (hz-set-msb-table): Turn chars beyond 128
9868         to eight-bit chars.
9870         * international/mule-conf.el: Don't define coding system
9871         `undecided' here.
9873 2008-02-01  Kenichi Handa  <handa@m17n.org>
9875         * international/mule-cmds.el (locale-language-names): Fix for
9876         gb18030 and gdk.
9878 2008-02-01  Kenichi Handa  <handa@m17n.org>
9880         * international/fontset.el (font-encoding-alist): Add gbk.
9881         (charset-script-alist): Add chinese-gbk.
9883 2008-02-01  Kenichi Handa  <handa@m17n.org>
9885         * language/chinese.el (chinese-gbk): Include ascii in charset-list.
9887 2008-02-01  Kenichi Handa  <handa@m17n.org>
9889         * language/japanese.el ("Japanese"): Fix ordering of charsets.
9891 2008-02-01  Kenichi Handa  <handa@m17n.org>
9893         * international/encoded-kb.el (encoded-kbd-self-insert-charset)
9894         (encoded-kbd-self-insert-utf-8, encoded-kbd-setup-keymap)
9895         (encoded-kbd-mode): Adjust code merged from trunk for unicode branch.
9897 2008-02-01  Kenichi Handa  <handa@m17n.org>
9899         * descr-text.el (describe-char): Fix for the case CODE is a cons
9900         of integers.
9902 2008-02-01  Steven Tamm  <steventamm@mac.com>
9904         * term/mac-win.el: Use mac-standard-fontset-spec to create fontset-mac.
9905         (mac-standard-fontset-spec): Create.
9907 2008-02-01  Kenichi Handa  <handa@m17n.org>
9909         * international/mule-diag.el (unicode-data):
9910         Call find-file-noselect with NOWARN t.
9912 2008-02-01  Kenichi Handa  <handa@m17n.org>
9914         * international/mule-conf.el (cp932-2-byte): Fix :code-space.
9916 2008-02-01  Kenichi Handa  <handa@m17n.org>
9918         * international/characters.el: Give more CJK characters the
9919         category `|'.
9921         * descr-text.el (describe-char): Make it work on *Help* buffer.
9922         Suppress auto-composition on a region describing about composition.
9924         * language/european.el (diacritic-compose-region)
9925         (diacritic-compose-string, diacritic-composition-function):
9926         Compose diacritical marks only with a character whose syntax is
9927         word constituent.
9928         (diacritic-post-read-conversion): Delete it.
9930 2008-02-01  Kenichi Handa  <handa@m17n.org>
9932         * composite.el (auto-compose-chars): Execute the main code in
9933         condition-case.
9935 2008-02-01  Kenichi Handa  <handa@m17n.org>
9937         * international/fontset.el (x-complement-fontset-spec):
9938         Don't change CHARSET_REGISTRY and CHARSET_ENCODING fields.
9940 2008-02-01  Kenichi Handa  <handa@m17n.org>
9942         * international/characters.el (next-word-boundary-kana):
9943         Handle half-width kana.
9945 2008-02-01  Kenichi Handa  <handa@m17n.org>
9947         * international/mule-conf.el (indian-1-column): Fix :emacs-mule-id.
9949 2008-02-01  Kenichi Handa  <handa@m17n.org>
9951         * language/japanese.el (japanese-iso-8bit): Fix order of :charset-list.
9953         * mail/rmail.el (rmail-decode-babyl-format):
9954         Use with-coding-priority instead of detect-coding-with-priority.
9956 2008-02-01  Kenichi Handa  <handa@m17n.org>
9958         * international/mule.el (make-translation-table)
9959         (make-translation-table-from-vector): Set the second extra slot of
9960         the char table to 1.
9961         (make-translation-table-from-alist): Fix handling of multiple entries.
9963 2008-02-01  Kenichi Handa  <handa@m17n.org>
9965         * language/japanese.el (jisx0213-to-unicode, unicode-to-jisx0213):
9966         New translation tables.
9968         * international/mule.el (make-translation-table-from-alist):
9969         New function.
9971 2008-02-01  Kenichi Handa  <handa@m17n.org>
9973         * international/mule.el (translate-region): Re-implement it here.
9974         Make it interactive.
9976 2008-02-01  Kenichi Handa  <handa@m17n.org>
9978         * ps-mule.el (ps-mule-font-info-database): Doc fix.
9980 2008-02-01  Kenichi Handa  <handa@m17n.org>
9982         * international/mule-conf.el (chinese-cns11643-15): New charset.
9984 2008-02-01  Kenichi Handa  <handa@m17n.org>
9986         * international/fontset.el (font-encoding-alist): Add entries for
9987         variations of cns11643 fonts.
9988         (setup-default-fontset): Add cns11643 fonts as fallback fonts.
9990 2008-02-01  Kenichi Handa  <handa@m17n.org>
9992         * international/mule-diag.el (list-charset-chars): Put charset
9993         text property.
9995         * international/fontset.el (setup-default-fontset): Delete the
9996         entry for symbol script, add JISX0213 to kana script, specify
9997         fallback fonts.
9999 2008-02-01  Kenichi Handa  <handa@m17n.org>
10001         * international/fontset.el (setup-default-fontset)
10002         (font-encoding-alist): Register "JISX0213.2004-1".
10004         * international/mule-diag.el (list-character-sets): Fix the first
10005         line message.
10006         (sort-listed-character-sets): Adjust for the change of
10007         list-characters-sets-1.
10008         (list-character-sets-1): List supplementary character sets in a
10009         different section.
10010         (list-charset-chars): Validate charset at early stage.
10012         * international/characters.el: Fix `han' script range.
10014         * international/mule-conf.el (japanese-jisx0213.2004-1):
10015         Specify :code-space.
10016         (cp932-2-byte): Fix :code-space.
10017         (unicode-smp, unicode-sip, unicode-ssp): New charsets.
10019 2008-02-01  Kenichi Handa  <handa@m17n.org>
10021         * international/mule-conf.el (japanese-jisx0213.2004-1):
10022         Specify :dimension 2.
10024         * language/japanese.el (iso-2022-jp): Exclude japanese-jisx0212.
10025         (iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004):
10026         New coding systems.
10027         (iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
10028         aliases.
10029         ("Japanese"): Add new charsets and coding systems.
10031 2008-02-01  Kenichi Handa  <handa@m17n.org>
10033         * language/japanese.el (japanese-ucs-cp932-to-jis-map):
10034         Rename from japanese-ucs-cp932-map.
10035         (japanese-ucs-jis-to-cp932-map): Rename from japanese-ucs-jis-map.
10036         (japanese-ucs-glibc-map): Delete this translation table.
10037         (japanese-ucs-glibc-to-jis-map, japanese-ucs-jis-to-glibc-map):
10038         New translation tables.
10040 2008-02-01  Kenichi Handa  <handa@m17n.org>
10042         * cus-start.el: Handle charset-map-path, not charset-map-directory.
10044 2008-02-01  Kenichi Handa  <handa@m17n.org>
10046         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
10048 2008-02-01  Kenichi Handa  <handa@m17n.org>
10050         * language/japanese.el: Add map #x00A6 <-> #xFFE4 to translation
10051         tables japanese-ucs-*-map.
10053 2008-02-01  Kenichi Handa  <handa@m17n.org>
10055         * international/eucjp-ms.el: New file (automatically generated by
10056         admin/charsets/Makefile).
10058         * international/cp51932.el: New file (automatically generated by
10059         admin/charsets/Makefile).
10061         * language/japanese.el: Load cp51932 and eucjp-ms.
10062         (japanese-ucs-cp932-map, japanese-ucs-jis-map)
10063         (japanese-ucs-glibc-map): New translation tables.
10064         (eucjp-ms): New coding system.
10066         * international/mule.el (coding-system-put): Delete it.
10067         It's implemented in C now.
10069         * international/mule-conf.el (katakana-sjis): Fix :superset to :subset.
10070         (japanese-jisx0213-a): New supplementary charset.
10071         (japanese-jisx0213.2004-1): New charset.
10073 2008-02-01  Kenichi Handa  <handa@m17n.org>
10075         * language/japanese.el (japanese-cp932): New coding system.
10076         (cp932): New alias of it.
10078         * international/mule-conf.el (katakana-sjis, cp932-2-byte)
10079         (cp932): New charsets.
10081         * international/mule.el (define-charset): If :code-space is not
10082         given, generate it from :dimension.
10084 2008-02-01  Kenichi Handa  <handa@m17n.org>
10086         * composite.el (reference-point-alist): Doc fix.
10087         (encode-composition-rule, decode-composition-rule):
10088         Handle a rule (GREF NREF XOFF YOFF).
10090 2008-02-01  Kenichi Handa  <handa@m17n.org>
10092         * language/european.el (diacritic-composition-function): Fix for
10093         the case that POS is at the head.  Allow combining with more characters.
10095 2008-02-01  Kenichi Handa  <handa@m17n.org>
10097         * descr-text.el (describe-char): Check `charset' property.
10098         Show the code point in the charset in hexadigits.
10100         * international/mule-diag.el (stretches-for-character-list):
10101         Delete it.
10102         (list-block-of-chars): Use tabs instead of `display' property for
10103         aligning characters.
10104         (print-fontset-element): Fix the printing of XLFD.
10106 2008-02-01  Kenichi Handa  <handa@m17n.org>
10108         * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
10109         New function.
10110         (encoded-kbd-setup-keymap, encoded-kbd-mode): Add code for
10111         handling utf-8.
10113 2008-02-01  Kenichi Handa  <handa@m17n.org>
10115         * faces.el (read-face-font): Include fontsets in the completion list.
10117         * international/mule-cmds.el (set-locale-environment):
10118         Insert locale-translation-file-name in a unibyte buffer.
10120         * international/characters.el: Fix setting of category `|'.
10122 2008-02-01  Kenichi Handa  <handa@m17n.org>
10124         * language/chinese.el (chinese-gb18030): Fix :charset-list.
10126 2008-02-01  Kenichi Handa  <handa@m17n.org>
10128         * international/mule-cmds.el (select-safe-coding-system): Fix for
10129         the case that the first element of default-coding-system is t.
10130         Fix a message when some coding systems are rejected.
10132 2008-02-01  Kenichi Handa  <handa@m17n.org>
10134         * international/mule-cmds.el (set-language-environment): Put
10135         higher priority to charsets listed in `charset' property of the
10136         language environment.
10138 2008-02-01  Kenichi Handa  <handa@m17n.org>
10140         * composite.el (auto-compose-chars): Don't do unnecessary
10141         save-exclusion and save-restriction.
10143 2008-02-01  Kenichi Handa  <handa@m17n.org>
10145         * international/mule-conf.el (ctext-no-compositions):
10146         Remove garbage arguments.
10148         * international/mule.el (make-coding-system): Fix generation of
10149         properties.
10151         * international/fontset.el (setup-default-fontset): Specify fonts
10152         for `symbol' script.
10154         * international/characters.el (script-list): Include `currency'
10155         in `symbol'.
10157 2008-02-01  Alex Schroeder  <alex@gnu.org>
10159         * timezone.el (timezone-parse-date): Fix style 8 to accept ISO
10160         8601 format (a capital T between the date and the time).
10162 2008-02-01  Kenichi Handa  <handa@m17n.org>
10164         * international/mule.el (private-char-area-1-min)
10165         (private-char-area-1-max, private-char-area-2-min)
10166         (private-char-area-2-max, emacs-mule-charset-table): New variables.
10167         (convert-define-charset-argument): New function.
10168         (define-charset): Handle the old calling style.
10169         Update emacs-mule-charset-table.
10170         (make-char-internal): New function.
10172 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10174         * w32-charset-info-alist: Define iso10646-1 always.
10176 2008-02-01  Kenichi Handa  <handa@m17n.org>
10178         * composite.el (compose-region): Doc fix (delete duplicated line).
10180 2008-02-01  Kenichi Handa  <handa@m17n.org>
10182         * international/characters.el: Fix syntax for Ethiopic.
10184 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10186         * w32-fns.el (w32-charset-info-alist): Accept more charset aliases.
10188         * makefile.w32-in (DONTCOMPILE): Remove old languages.
10189         Add international/latin1-disp.el.
10190         (LC_ALL): Define as C.
10192 2008-02-01  Jason Rumney  <jasonr@gnu.org>
10194         * term/w32-win.el: Don't set fontsets to use sjis.
10196 2008-02-01  Kenichi Handa  <handa@m17n.org>
10198         * language/japanese.el (iso-2022-jp, iso-2022-jp-2)
10199         (japanese-iso-8bit): Fix the order of charsets in :charset-list.
10201 2008-02-01  Kenichi Handa  <handa@m17n.org>
10203         * composite.el (auto-composition-chunk-size): Delete variable.
10204         (auto-compose-chars): Always stop after processing a newline.
10206 2008-02-01  Kenichi Handa  <handa@m17n.org>
10208         * international/mule.el (define-coding-system): Fix attribute
10209         name :for-unibyte.
10211 2008-02-01  Kenichi Handa  <handa@m17n.org>
10213         * ps-bdf.el: Largely re-write.
10215         * ps-mule.el: Largely re-write.
10217         * ps-print.el (ps-generate-string-list): Delete function.
10218         (ps-rh-cache, ps-lf-cache, ps-rf-cache): Delete variables.
10219         (ps-header-footer-string): Delete function.
10220         (ps-encode-header-string-function): New variable.
10221         (ps-generate-header-line): Call ps-encode-header-string-function.
10222         (ps-basic-plot-string-function): New variable
10223         (ps-begin-job): Set ps-basic-plot-string-function and
10224         ps-encode-header-string-function.  For setting up headers and
10225         footers, don't use caches such as ps-rh-cache.  Don't call
10226         ps-mule-begin-page.
10227         (ps-basic-plot-str, ps-basic-plot-string, ps-control-character):
10228         Don't call ps-mule-prepare-ascii-font.
10229         (ps-plot-region): Don't pay attention to composition and
10230         non-ASCII characters.
10231         (ps-generate): Call ps-mule-end-job.
10232         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
10233         (ps-mule-plot-string, ps-mule-begin-page): Delete autoload.
10234         (ps-mule-end-job): Declare autoload.
10236         * composite.el (auto-compose-region): New function.
10238 2008-02-01  Dave Love  <fx@gnu.org>
10240         * international/mule-util.el
10241         (detect-coding-with-language-environment): Doc fix.
10243         * composite.el: Doc fixes.
10244         (auto-compose-chars): Use functionp, not fboundp.
10246         * international/mule-diag.el (list-charset-chars): Set buffer file
10247         coding system.
10249         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
10250         cookie.  Doc fix.
10252 2008-02-01  Dave Love  <fx@gnu.org>
10254         * international/mule-diag.el (list-charset-chars): Set buffer file
10255         coding system.
10257         * progmodes/cap-words.el (capitalized-words-mode): Add autoload
10258         cookie.  Doc fix.
10260         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10261         * progmodes/sh-script.el (sh-font-lock-syntactic-face-function):
10262         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
10263         * eshell/esh-opt.el (eshell-process-option):
10264         * emulation/keypad.el (keypad-setup):
10265         * emacs-lisp/lisp-mode.el (prin1-char):
10266         * emacs-lisp/generic.el (generic-mode-set-comments):
10267         * edmacro.el (edmacro-parse-keys):
10268         * disp-table.el (standard-display-default): Use characterp.
10270 2008-02-01  Kenichi Handa  <handa@m17n.org>
10272         * international/mule-conf.el (utf-16-be): Make it an alias of
10273         utf-16be-with-signature.
10274         (utf-16-le): Make it an alias of utf-16le-with-signature.
10275         (utf-16-be-with-signature, utf-16-le-with-signature): Remove these
10276         coding system aliases.
10278         * international/utf-7.el (utf-7-decode, utf-7-encode):
10279         Use utf-16be, not utf-16-be.
10281 2008-02-01  Kenichi Handa  <handa@m17n.org>
10283         * international/mule.el (coding-system-category): New function.
10284         (set-coding-priority): Re-write.
10285         (make-translation-table): Re-write.
10287         * international/mule-cmds.el (universal-coding-system-argument):
10288         Check the coding system type `undecided', not `t'.
10289         (sort-coding-systems): Fix for iso-2022 coding systems.
10290         (find-multibyte-characters): Fix for eight-bit chars.
10291         (set-language-environment): Set charset priorities according to
10292         the charsets supported by the coding systems of higher priorities.
10294 2008-02-01  Kenichi Handa  <handa@m17n.org>
10296         * font-lock.el
10297         (font-lock-match-c-style-declaration-item-and-skip-to-next):
10298         Check (match-end 2) before going there.
10300 2008-02-01  Kenichi Handa  <handa@m17n.org>
10302         * international/mule.el (ctext-non-standard-designations-alist):
10303         Exclude entries for iso8859-1[03456].  Fix docstring.
10304         (ctext-pre-write-conversion): Make it work for the case that FROM
10305         is a string.  Don't do unnecessary save-restriction and
10306         narrow-to-region.
10308 2008-02-01  Kenichi Handa  <handa@m17n.org>
10310         * international/mule.el (ctext-non-standard-encodings-alist):
10311         Rename from non-standard-icccm-encodings-alist.
10312         (ctext-non-standard-encodings-regexp): New variable
10313         (ctext-post-read-conversion): Full rewrite.
10314         (ctext-non-standard-designations-alist): Rename from
10315         non-standard-designations-alist.
10316         (ctext-pre-write-conversion): Full rewrite.
10317         (define-coding-system): Doc fix (escape '"' by '\').
10319 2008-02-01  Dave Love  <fx@gnu.org>
10321         * international/mule-conf.el (utf-16le, utf-16be-16be)
10322         (utf-16le-with-signature, utf-16be-with-signature, utf-16):
10323         Define :mime-text-unsuitable.  Rename `utf-16{b,l}e...' from
10324         `-16-{b,l}e-' and define aliases for the old names.
10326         * international/mule.el (define-coding-system): Doc fix.
10328 2008-02-01  Dave Love  <fx@gnu.org>
10330         * international/utf-7.el: New file.
10332         * international/mule-conf.el (utf-7): New.
10334 2008-02-01  Kenichi Handa  <handa@m17n.org>
10336         * international/mule-conf.el (utf-16): Add :endian 'big.
10338         * international/mule.el (define-coding-system): Fix docstring
10339         about :bom and :endian.
10341 2008-02-01  Dave Love  <fx@gnu.org>
10343         * international/mule-diag.el (describe-character-set):
10344         Fix printing dimensions.  Use `×', not `x'.
10346 2008-02-01  Kenichi Handa  <handa@m17n.org>
10348         * international/fontset.el: Register CDAC fonts in
10349         face-font-rescale-alist instead of face-resizing-fonts.
10351 2008-02-01  Kenichi Handa  <handa@m17n.org>
10353         * international/mule-conf.el (utf-16-le): Rename from utf-16-le-nosig.
10354         (utf-16-be): Rename from utf-16-be-nosig.
10355         (utf-16-le-with-signature): Rename from utf-16-le.
10356         (utf-16-be-with-signature): Rename from utf-16-be.
10357         (utf-16): Set :bom to (utf-16-le-with-signature .
10358         utf-16-be-with-signature).
10360 2008-02-01  Dave Love  <fx@gnu.org>
10362         * language/georgian.el (georgian-ps, georgian-academy): New coding
10363         system.
10365         * language/chinese.el (chinese-big5-hkscs): New coding system.
10366         (big5-hkscs, cn-big5-hkscs): New aliases.
10368         * international/mule-conf.el (big5-hkscs, georgian-academy):
10369         New charset.
10370         (ibm1047): Doc fix.
10371         (pt154): Add mime-charset.
10372         (ptcp154, cp154): New aliases.
10374 2008-02-01  Dave Love  <fx@gnu.org>
10376         * international/mule.el (charset-iso-final-char, define-coding-system):
10377         Doc fix.
10379 2008-02-01  Kenichi Handa  <handa@m17n.org>
10381         * international/ccl.el (define-ccl-program): Fset charset-id
10382         to charset-id-internal temporarily.
10384 2008-02-01  Kenichi Handa  <handa@m17n.org>
10386         * international/mule-diag.el (list-block-of-chars):
10387         Use decode-char instead of make-char.
10389 2008-02-01  Kenichi Handa  <handa@m17n.org>
10391         * international/fontset.el: Enable the default fontset to use
10392         unicode fonts for ASCII characters.
10393         (x-decompose-font-name): Don't try to resolve PATTERN by
10394         x-resolve-font-name.
10395         (x-complement-fontset-spec): Never prepend an ASCII font.
10396         (create-fontset-from-fontset-spec): If a fontset of the same name
10397         already exists, override it instead of signalling an error.  Don't
10398         turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
10400         * international/mule-conf.el (unicode-bmp): Delete duplicated
10401         definition.  Give it :code-offset 0.
10403         * international/mule-diag.el (print-fontset-element): New function.
10404         (print-fontset): Use print-fontset-element to print the elements
10405         of a fontset.  Use it also to print fonts fallen back to the
10406         default fontsets.
10408         * term/x-win.el: Delete the code to create a fontset from the X
10409         resource "Font".
10411 2008-02-01  Kenichi Handa  <handa@m17n.org>
10413         * international/mule-diag.el (print-fontset): Insert proper
10414         newline and indentation spaces.
10416 2008-02-01  Dave Love  <fx@gnu.org>
10418         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add langinfo,
10419         multibyte-char-to-unibyte.
10421         * emacs-lisp/cl-macs.el (cl-make-type-test): Use characterp.
10423         * international/mule-cmds.el (find-coding-systems-for-charsets):
10424         Use coding-system-type, coding-system-charset-list.
10425         (standard-keyboard-coding-systems): Delete.
10426         (set-locale-environment): Maybe set keyboard coding system.
10427         Avoid typical warning about codeset in C locale.
10429 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10431         * international/fontset.el (x-complement-fontset-spec): If a
10432         fontname doesn't conform to XLFD format, try to get XLFD name by
10433         x-list-fonts.
10435 2008-02-01  Dave Love  <fx@gnu.org>
10437         * international/mule-conf.el (mik, pt154): New charsets.
10439         * language/cyrillic.el (mik, pt154): New coding systems.
10441 2008-02-01  Dave Love  <fx@gnu.org>
10443         * international/characters.el: Move parts around so that syntax
10444         definitions aren't overwritten wrongly.
10446         * international/mule-diag.el (unicode-data): Fix treatment of
10447         numeric-value fields.
10449 2008-02-01  Dave Love  <fx@gnu.org>
10451         * progmodes/cap-words.el: New file.
10453 2008-02-01  Kenichi Handa  <handa@m17n.org>
10455         The following changes are to make character composition happen
10456         automatically on displaying.
10458         * composite.el: Remove all autoload cookies.
10459         (composition-function-table): Move variable declaration from
10460         composite.c.  Change format.
10461         (save-buffer-state): Copy from font-lock.el.
10462         (auto-composition-chunk-size): New variable.
10463         (auto-compose-chars): New function.  Set
10464         auto-composition-function to it.
10465         (toggle-auto-composition): New function.
10467         * international/characters.el: Make all chararacters in the
10468         charset tibetan to tibetan script.
10470         * international/mule-conf.el (tibetan): Fix :code-space property.
10471         (tibetan-1-column): Delete :superset property, add :code-offset
10472         property.
10474         * international/quail.el (quail-input-string-to-events): Don't
10475         generate compose-chars-after events.
10477         * language/devanagari.el: Register devanagari-composable-function
10478         in composition-function-table for Devanagari characters.
10480         * language/devan-util.el: Register devanagari-composable-pattern
10481         in indian-composable-pattern.
10482         (devanagari-composition-function): Add autoload cookie.  Change
10483         arguments to conform to composition-function-table.
10485         * language/european.el: Register combining characters in
10486         composition-function-table.
10487         (diacritic-composition-function): Change arguments to conform to
10488         composition-function-table.
10490         * language/indian.el (indian-composable-pattern): New variable.
10492         * language/ind-util.el (indian-compose-region): Don't call
10493         compose-chars-after, instead call a function registered in
10494         composition-function-table.
10496         * language/lao.el: Register lao-composition-function in
10497         composition-function-table for Lao vowels and tones.
10498         (lao): Don't use lao-post-read-conversion.
10500         * language/lao-util.el (lao-post-read-conversion): Delete this function.
10501         (lao-composition-function): Change arguments to conform to
10502         composition-function-table.
10504         * language/thai.el: Register thai-composition-function in
10505         composition-function-table for Thai vowels and tones.
10506         (thai-tis620): Don't use thai-post-read-conversion.
10508         * language/thai-util.el (thai-post-read-conversion): Delete function.
10509         (thai-composition-function): Change arguments to conform to
10510         composition-function-table.
10512         * language/tibetan.el: Register tibetan-composition-function in
10513         composition-function-table for Tibetan characters.
10515         * language/tibet-util.el (tibetan-composition-function):
10516         Change arguments to conform to composition-function-table.
10518         * loadup.el: Load composite.
10520 2008-02-01  Dave Love  <fx@gnu.org>
10522         * international/mule-diag.el (unicode-data): Find unicodedata-file
10523         literally.
10525 2008-02-01  Dave Love  <fx@gnu.org>
10527         * international/fontset.el: Doc fixes.
10528         ("fontset-default"): Add iso8859-15.
10530 2008-02-01  Kenichi Handa  <handa@m17n.org>
10532         * international/fontset.el ("fontset-default"): Add an entry for
10533         `indian-is13194' charset.
10535         * international/mule-conf.el (indian-is13194): Delete :unify-map
10536         property.  Don't unify this charset.
10537         (indian-2-column): Delete :superset property, add :code-offset property.
10539         * language/devan-util.el: Delete the superfluous autoload cookie
10540         near the head of the file.
10541         (devanagari-compose-region): Add autoload cookie.
10543         * language/ind-util.el (indian-2-column-to-ucs-region):
10544         Add autoload cookie.
10546 2008-02-01  Kenichi Handa  <handa@m17n.org>
10548         * international/fontset.el ("fontset-default"): Add an entry for
10549         `devanagari' script and `malayalam-glyph' charset.
10550         (face-resizing-fonts): Register CDAC fonts.
10552         * international/mule-conf.el (malayalam-glyph): New charset.
10554 2008-02-01  Dave Love  <fx@gnu.org>
10556         * term/x-win.el: Fix typo in loop setting x-keysym-table.
10558 2008-02-01  Dave Love  <fx@gnu.org>
10560         * international/mule-conf.el (utf-8-emacs): Delete :mime-charset.
10562         * term/x-win.el: Remove some ancient compatibility code.  Populate
10563         x-keysym-table.
10565         * international/mule-cmds.el (wid-edit): Require when compiling.
10566         (set-locale-environment): Check locale against coding system
10567         aliases too.
10569 2008-02-01  Kenichi Handa  <handa@m17n.org>
10571         * language/indian.el (in-is13194-devanagari):
10572         Fix :post-read-conversion and :pre-write-conversion.
10574 2008-02-01  Dave Love  <fx@gnu.org>
10576         * international/mule-cmds.el (charset): Supply doc, :tag.
10578 2008-02-01  Kenichi Handa  <handa@m17n.org>
10580         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Be sure to
10581         return a unibyte string.
10583 2008-02-01  Kenichi Handa  <handa@m17n.org>
10585         * international/mule-cmds.el (set-locale-environment):
10586         Delete superfluous ')'s at the tail.
10588 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10590         * international/mule.el (define-coding-system): Fix typo;
10591         "docode" -> "decode".
10593 2008-02-01  Dave Love  <fx@gnu.org>
10595         * emacs-lisp/byte-opt.el (side-effect-free-fns):
10596          Add string-make-unibyte string-make-multibyte string-to-multibyte
10597          string-as-multibyte string-as-unibyte.
10599 2008-02-01  Dave Love  <fx@gnu.org>
10601         * language/english.el (ibm1047, cp1047): New.
10603         * international/mule-conf.el (alternativnyj): Use new table.
10604         (cp866): Define standalone, not as alias.
10605         (ibm866): Change alias.
10606         (ibm1047): New.
10608         * language/cyrillic.el (cyrillic-alternativnyj):
10609         Remove mime-charset.  Use alternativnj charset.
10610         (cp866): Remove alias.  Define standalone.
10612 2008-02-01  Dave Love  <fx@gnu.org>
10614         * language/european.el ("Latin-2", "Latin-5"): Doc fix.
10616         * language/cyrillic.el ("Bulgarian"): Fix input method and charset.
10617         ("Tajik", "Belarusian"): Fix charset.
10619         * international/mule-cmds.el (describe-language-environment):
10620         Be case-insensitive when looking for input methods.
10621         (locale-name-match): Doc fix.
10622         (locale-charset-match-p): New.
10623         (set-locale-environment): Warn if coding system doesn't agree
10624         with system locale.
10626 2008-02-01  Kenichi Handa  <handa@m17n.org>
10628         * international/mule-cmds.el (select-safe-coding-system): If
10629         :mime-charset property of a coding system is not equal to that
10630         coding system, don't show that :mime-charset name.
10632 2008-02-01  Dave Love  <fx@gnu.org>
10634         * international/quail.el (quail-help): Fix underlining.
10636         * language/chinese.el (chinese-gb18030, gb18030)
10637         ("Chinese-GB18030"): New.
10639         * international/mule-cmds.el (locale-language-names): Add GB18030.
10641         * international/swedish.el: Don't require latin-1.
10643 2008-02-01  Dave Love  <fx@gnu.org>
10645         * language/czech.el ("Czech"):
10646         * language/slovak.el ("Slovak"):
10647         * language/romanian.el ("Romanian"): Remove unibyte-syntax property.
10649         * language/greek.el ("Greek"): Remove unibyte-syntax property.
10650         (cp737): New coding system.
10652         * language/european.el: Remove unibyte-syntax properties.
10653         Augment some coding-system properties.
10655         * international/mule-cmds.el (set-language-environment):
10656         Check for charset property of environment.
10657         (language-info-alist): Doc fix.
10659         * Makefile.in (DONTCOMPILE): Remove latin-N.el.
10661         * international/characters.el: Add Latin-1.
10663         * international/latin-1.el, international/latin-2.el,
10664         * international/latin-3.el, international/latin-4.el,
10665         * international/latin-5.el, international/latin-8.el,
10666         * international/latin-9.el: Delete.
10668         * loadup.el: Remove international/latin-N.el.
10670         * case-table.el (set-case-syntax-charset, set-case-syntax-1)
10671         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
10672         Undo last changes.
10674         * international/mule-diag.el (unicode-data): Check that
10675         `unicodedata-file' exists.
10677 2008-02-01  Kenichi Handa  <handa@m17n.org>
10679         * international/fontset.el (charset-script-alist): Fix script names.
10681 2008-02-01  Kenichi Handa  <handa@m17n.org>
10683         * international/latin-1.el: Bind set-case-syntax-charset to
10684         iso-8859-1.  Never provide latin-1.
10686         * international/latin-2.el: Bind set-case-syntax-charset to
10687         iso-8859-2.  Never provide latin-2.
10689         * international/latin-3.el: Bind set-case-syntax-charset to
10690         iso-8859-3.  Never provide latin-3.
10692         * international/latin-4.el: Bind set-case-syntax-charset to
10693         iso-8859-4.  Never provide latin-4.
10695         * international/latin-5.el: Bind set-case-syntax-charset to
10696         iso-8859-9.  Never provide latin-5.
10698         * international/latin-8.el: Bind set-case-syntax-charset to
10699         iso-8859-14.  Never provide latin-8.
10701         * international/latin-9.el: Bind set-case-syntax-charset to
10702         iso-8859-15.  Never provide latin-9.
10704         * case-table.el (set-case-syntax-set-multibyte): Delete variable.
10705         (set-case-syntax-charset): New variable.
10706         (set-case-syntax-1): New function.
10707         (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
10708         Call set-case-syntax-1 on arguments.
10710         * international/mule-cmds.el (set-language-environment): Delete
10711         unnecessary setup of syntax/case for unibyte case.
10713 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10715         * international/fontset.el (generate-fontset-menu): Exclude the
10716         default fontset.
10718         * faces.el (describe-face): Describe :fontset property too.
10720 2008-02-01  Dave Love  <fx@gnu.org>
10722         * international/characters.el: Don't set char width of CJK
10723         charsets generally.  Add some non-word syntax cases.
10724         (korean-ksc5601): Fix ranges with symbol syntax.
10726 2008-02-01  Dave Love  <fx@gnu.org>
10728         * Makefile.in (DONTCOMPILE): Add indian.el.
10730         * language/ind-util.el:
10731         (ucs-bengali-to-is13194-alist, ucs-assamese-to-is13194-alist)
10732         (ucs-gurmukhi-to-is13194-alist, ucs-gujarati-to-is13194-alist)
10733         (ucs-oriya-to-is13194-alist, ucs-tamil-to-is13194-alist)
10734         (ucs-telugu-to-is13194-alist, ucs-malayalam-to-is13194-alist):
10735         Remove declarations and let-bind them in re-written top-level loop
10736         over scripts, including ucs-devanagari-to-is13194-alist.
10738 2008-02-01  Dave Love  <fx@gnu.org>
10740         * international/mule-cmds.el (charset): Move.
10741         (language-info-custom-alist): Move.  Alter :set.
10742         (find-coding-systems-for-charsets): Check charset type before
10743         getting :charset-list.
10745         * language/ind-util.el (iscii-to-ucs-region): Fix typo.
10747 2008-02-01  Dave Love  <fx@gnu.org>
10749         * wid-edit.el (widget-string-complete): New.
10750         (widget-coding-system-prompt-value-history): Delete.
10751         (coding-system): Use coding-system-value-history.
10753         * international/mule-cmds.el (charset): New widget.
10754         (language-info-custom-alist): Use it.
10755         (default-input-method): Modify :type.
10757 2008-02-01  Dave Love  <fx@gnu.org>
10759         * language/ind-util.el (ucs-devanagari-to-is13194-alist)
10760         (indian-glyph-char, indian-char-glyph): Delete.
10761         (is13194-default-repertory): Rename from is13194-default-repartory.
10762         (iscii-to-ucs-region): Hoist evals from loop.
10764         * language/devan-util.el (dev-charseq): Avoid indian-glyph-char.
10766         * language/indian.el (indian-script-table)
10767         (ccl-encode-indian-glyph-font): Delete.
10769         * international/mule-cmds.el (language-info-custom-alist): New.
10770         (input-method-activate-hook, input-method-inactivate-hook)
10771         (input-method-after-insert-chunk-hook)
10772         (input-method-use-echo-area, set-language-environment-hook)
10773         (exit-language-environment-hook): Customize.
10774         (find-coding-systems-for-charsets): Rewrite.
10775         (default-input-method): Add :link.
10777 2008-02-01  Dave Love  <fx@gnu.org>
10779         * international/mule-conf.el (eight-bit): Add :docstring,
10780         :short-name properties.
10781         (cp851): Doc fix.
10782         (unicode-bmp): New.
10784         * case-table.el (set-case-syntax-pair): Remove check on byte lengths.
10786         * language/european.el (cp858): New.
10787         ("Turkish"): Add special case rules.
10789 2008-02-01  Dave Love  <fx@gnu.org>
10791         * international/characters.el: Make Ÿ and ÿ a case pair.
10793 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10795         * international/mule-conf.el: Don't define the charset iso-8859-1
10796         here, just setup its properties.
10798 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10800         * international/mule-conf.el (utf-8): Give :mime-charset property.
10802 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10804         * international/characters.el: Remove duplicated case setting for
10805         Cyrillic and Greek letters.  Don't setup printable-chars here.
10807         * case-table.el (describe-buffer-case-table): Handle the case
10808         that KEY is a cons within map-char-table.
10810 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10812         * international/characters.el: Fix categories ?A and ?C.
10813         Treat ASCII characters as `latin' script.
10815 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10817         * international/fontset.el (fontset-plain-name): If the fontset
10818         name doesn't ends with "-fontset-*", use family name as the first
10819         part of the plain name.
10820         (create-fontset-from-ascii-font): If "fontset-startup" is not yet
10821         created, use that name for the fontset.  Fix arguments to
10822         subst-char-in-string.
10824 2008-02-01  Dave Love  <fx@gnu.org>
10826         * term.el (term-char-mode): Remove generic-character-list code.
10828         * ruler-mode.el (ruler-mode-character-validate): Use characterp.
10830         * wid-edit.el (character): Use characterp.
10832         * international/mule-diag.el (describe-coding-system): Add utf-16 case.
10834         * language/viet-util.el (viet-encode-viscii-char): Use encode-char.
10836         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
10837         Add charset.
10838         ("Ukrainian"): New.
10840         * language/georgian.el (georgian-ps): New coding system.
10842 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10844         * international/mule-cmds.el (reset-language-environment):
10845         Don't set nonascii-translation-table and nonascii-insert-offset.
10846         Call set-unibyte-charset, not set-primary-charset.
10847         (nonascii-translation-table, nonascii-insert-offset):
10848         Declare these variable as obsolete ones.
10849         (set-language-environment): Call set-unibyte-charset, not
10850         set-primary-charset.  Call set-charset-priority with `charset'
10851         info of the language environment.
10853 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10855         * international/characters.el (next-word-boundary-han):
10856         Don't treat katakana following han characters as a part of a word.
10858 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10860         * international/characters.el: Call map-charset-chars on big5 (not
10861         chinese-big5-1/2) to set categories `c', `C', and `|'.
10862         (next-word-boundary-han, next-word-boundary-kana): New function.
10863         Register it in next-word-boundary-function-table.
10865 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10867         * arc-mode.el (archive-file-name-coding-system): New variable.
10868         Make it permanent-local.
10869         (byte-after, bref, insert-unibyte): New function.  Change most of
10870         char-after, aref, insert to them respectively.
10871         (archive-mode): Set archive-file-name-coding-system.
10872         (archive-summarize): Don't change the buffer's multibyteness.
10873         (archive-extract): Inherit archive-file-name-coding-system from
10874         archive-superior-buffer.  Bind coding-system-for-write to
10875         archive-file-name-coding-system.
10876         (archive-*-write-file-member): Encode ENAME by
10877         archive-file-name-coding-system.  Bind coding-system-for-write to
10878         no-conversion.
10879         (archive-rename-entry): Encode the filename by
10880         archive-file-name-coding-system.
10881         (archive-mode-revert): Don't change the buffer's multibyteness.
10882         (archive-arc-summarize, archive-lzh-summarize)
10883         (archive-zoo-summarize): Don't change the buffer's multibyteness.
10884         Decode filenames by archive-file-name-coding-system.
10885         (archive-arc-rename-entry, archive-zip-chmod-entry): Don't change
10886         the buffer's multibyteness.
10888         * tar-mode.el (tar-file-name-coding-system): New variable.
10889         Make it permanent-local.
10890         (tar-header-block-tokenize): Decode filename and linkname by
10891         tar-file-name-coding-system.
10892         (tar-header-block-checksum): Call multibyte-char-to-unibyte to get
10893         the byte value of eight-bit chars.
10894         (tar-summarize-buffer): Call set-buffer-multibyte with METHOD
10895         `to'.  Delete unnecessary call of position-bytes.
10896         (tar-mode): Set tar-file-name-coding-system.  Delete unnecessary
10897         call of position-bytes.
10898         (tar-extract): Simplify by calling decode-coding-region with
10899         DESTINATION argument.  Don't toggle multibyteness of tar buffer.
10900         (tar-copy, tar-expunge): Don't toggle multibyteness of tar buffer.
10901         (tar-clear-modification-flags): Delete unnecessary call of
10902         position-bytes.
10903         (tar-rename-entry): Call tar-alter-one-field with encoded new name.
10904         (tar-alter-one-field): Don't toggle multibyteness of tar buffer.
10905         Convert new-data-string by string-to-multibyte before inserting it.
10906         (tar-subfile-save-buffer): Don't toggle multibyteness of tar
10907         buffer.  Simplify by calling encoding-coding-region with
10908         DESTINATION argument.
10909         (tar-mode-write-file): Delete unnecessary call of byte-to-position.
10911 2008-02-01  Dave Love  <fx@gnu.org>
10913         * international/titdic-cnv.el (quail-cxterm-package-ext-info): Doc fix.
10915         * emacs-lisp/copyright.el (copyright-regexp): Remove redundancy.
10917 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10919         * international/characters.el: Setup char-script-table.
10921         * international/fontset.el: Setup the default fontset by the new
10922         script-based way.
10923         (x-complement-fontset-spec): Change the format of arg FONTLIST to
10924         an alist of charsets vs font name lists.
10925         (charset-script-alist): New variable.
10926         (create-fontset-from-fontset-spec): Allow script name in
10927         FONTSET-SPEC.  If charset is specified in FONTSET-SPEC, change it
10928         to the corresponding script name.
10929         (create-fontset-from-ascii-font): Slight tuning.
10931         * international/mule-conf.el (devanagari-glyph): New charset.
10932         Unify these charsets: korean-ksc5601, ipa, tibetan, ethiopic,
10933         japanese-jisx0208, japanese-jisx0212, japanese-jisx0213-1,
10934         japanese-jisx0213-2.
10936         * international/mule-diag.el (print-fontset): Use describe-vector
10937         to handle a char table returned by fontset-info.
10939         * language/indian.el: Don't register ccl-encode-indian-glyph-font
10940         and ccl-encode-unicode-font in font-ccl-encoder-alist.
10942 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
10944         * international/mule-util.el (detect-coding-with-priority):
10945         Fix the place of using `,' marker in backquote form.
10947 2008-02-01  Dave Love  <fx@gnu.org>
10949         * international/mule-conf.el (mule-unicode-e000-ffff): Set :max-code.
10951         * international/mule-util.el (with-coding-priority): Fix.
10953         * international/mule.el (set-coding-priority): Fix obsolete spec.
10955 2008-02-01  Dave Love  <fx@gnu.org>
10957         * international/mule-cmds.el (leim-list-header): Add coding tag.
10959 2008-02-01  Dave Love  <fx@gnu.org>
10961         * international/mule-cmds.el (find-coding-systems-region)
10962         (language-info-alist, reset-language-environment, princ-list): Doc fix.
10963         (input-method-verbose-flag): Fix :type.
10965 2008-02-01  Dave Love  <fx@gnu.org>
10967         * international/mule.el (set-char-table-default): Make obsolete.
10969 2008-02-01  Dave Love  <fx@gnu.org>
10971         * language/devanagari.el ("Devanagari"): Fix coding-system,
10972         coding-priority.
10974         * international/mule-diag.el (describe-char-after): Modify display
10975         list processing.
10976         (unicodedata-file, unicodedata-find): New.
10978 2008-02-01  Dave Love  <fx@gnu.org>
10980         * emacs-lisp/bytecomp.el (batch-byte-compile-if-not-done): Add
10981         autoload cookie.
10983         * international/ja-dic-cnv.el (skkdic-convert): Add coding tag.
10985 2008-02-01  Dave Love  <fx@gnu.org>
10987         * international/mule-util.el (detect-coding-with-priority): Rewrite.
10989 2008-02-01  Dave Love  <fx@gnu.org>
10991         * composite.el (compose-string): Doc fix.
10993         * language/georgian.el ("Georgian"): Delete code-pages feature,
10994         add nonascii-translation.
10996         * language/european.el ("German", "French", "Spanish"):
10997         Add latin-9 as alternative coding system.
10998         ("Slovenian", "Polish"): Add windows-1250 as alternative coding system.
10999         ("Dutch"): Add latin-9 as alternative coding system.  Add input method.
11000         ("Turkish"): Add windows-1254 and latin-3 as alternative coding systems.
11001         ("Lithuanian", "Latvian"): Add windows-1257 as alternative coding
11002         system.
11004         * emacs-lisp/byte-opt.el (side-effect-free-fns): Add decode-char,
11005         encode-coding-char.
11006         (side-effect-and-error-free-fns): Add charsetp, max-char,
11007         primary-charset.
11009         * simple.el: Don't require cl when compiling.
11011         * Makefile.in (DONTCOMPILE): Fix duplicates.
11013         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Fix typo.
11015         * international/mule.el: Doc fixes.
11016         (load-with-code-conversion): Fix coding-system-type test.
11018         * international/mule-cmds.el (sort-coding-systems): Comment out
11019         iso-2022 case.
11020         (encoded-string-description): Fix coding-system-type test.
11022 2008-02-01  Dave Love  <fx@gnu.org>
11024         * international/characters.el: Make korean-ksc5601 double-width.
11026         * international/mule.el (auto-coding-regexp-alist):
11027         Recognize Emacs 20/1 byte-compiled files.
11029         * international/mule-conf.el (file-coding-system-alist):
11030         Change .elc to utf-8-emacs.
11032         * emacs-lisp/bytecomp.el (byte-compile-fix-header): Adjust for use
11033         of utf-8-emacs.
11034         (byte-compile-insert-header): Update magic number.  Add ballast.
11035         (map-char-table): Use byte-compile-funarg-2.
11037 2008-02-01  Dave Love  <fx@gnu.org>
11039         * language/cyrillic.el ("Belarusian"): Doc fix.
11040         (cp1125, koi8-t): Doc fix.
11042         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11043         (find-multibyte-characters): Don't test for charset `unknown'.
11044         (locale-language-names): Change or add: be, bs, cy, mk, ru.koi8,
11045         ru, sr_YU, tg, wa, zh.gbk.
11046         (locale-language-names): Change sp to Cyrillic.
11047         (locale-charset-language-names): Match @euro after utf-8.
11049 2008-02-01  Dave Love  <fx@gnu.org>
11051         * language/chinese.el (chinese-gbk, gbk, cp936, windows-936):
11052         New coding systems.
11053         ("Chinese-GBK"): New environment.
11055         * language/thai-util.el: Remove redundant unicodes in category-setting.
11057         * language/lao-util.el: Remove redundant unicodes in category-setting.
11059         * international/mule-conf.el (japanese-jisx0213-1)
11060         (japanese-jisx0213-2): Add unify-map.
11062 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11064         * international/quail.el (quail-update-leim-list-file):
11065         Force writing the file by iso-2022-7bit.
11067         * international/titdic-cnv.el (miscdic-convert): Force writing the
11068         file by iso-2022-7bit.
11070         * international/mule.el (define-charset): Change the attribute
11071         :parents to :subset or :superset.
11073         * international/mule-conf.el: Adjust for the change of
11074         define-charset (:parent -> :subset or :superset).
11076         * international/characters.el: Fix the last change.
11078 2008-02-01  Dave Love  <fx@gnu.org>
11080         * language/cyril-util.el (cyrillic-encode-koi8-r-char)
11081         (cyrillic-encode-alternativnyj-char): Fix.
11082         (standard-display-cyrillic-translit): Remove redundant unicodes.
11084 2008-02-01  Dave Love  <fx@gnu.org>
11086         * language/cyrillic.el ("Tajik", "Bulgarian", "Belarusian"):
11087         New environments.
11089         * international/mule-conf.el (control-1): New charset.
11090         (eight-bit-control, eight-bit-graphic): Redefine to use raw-bytes space.
11091         (korean-ksc5601): Redefine to use code-offset and unify-map.
11093 2008-02-01  Dave Love  <fx@gnu.org>
11095         * international/mule-conf.el (tcvn-5712): New charset.
11097         * language/vietnamese.el (vietnamese-tcvn, tcvn): New coding system.
11098         ("Vietnamese"): Doc fix.
11100 2008-02-01  Dave Love  <fx@gnu.org>
11102         * international/mule-conf.el (windows-936): New alias.
11104         * cus-start.el: Add scalable-fonts-allowed.
11106         * international/characters.el: Reinstate various CJK syntax and
11107         category setup.  Remove obsolete syntax setting in Greek section.
11108         Optimize the char tables.
11110         * language/thai.el ("Thai"): Add cp874, iso-8859-11 coding systems.
11112         * language/vietnamese.el ("Vietnamese"): Add windows-1258 coding system.
11114         * language/greek.el ("Greek"): Add windows-1253, cp851, cp869
11115         coding systems.
11117         * language/romanian.el ("Romanian"): Add iso-latin-10 coding system.
11119 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11121         * international/characters.el (printable-chars): Setup correctly.
11123 2008-02-01  Dave Love  <fx@gnu.org>
11125         * cus-start.el: Add selection-coding-system.
11127         * language/hebrew.el ("Hebrew"): Add windows-1255, cp862 coding systems.
11129         * language/china-util.el (post-read-decode-hz)
11130         (pre-write-encode-hz): Move from chinese.el.
11131         (big5-to-flat-code, flat-code-to-big5, euc-to-flat-code)
11132         (flat-code-to-euc, expand-euc-big5-alist, big5-to-cns): Delete.
11134         * language/chinese.el (post-read-decode-hz)
11135         (pre-write-encode-hz): Move to china-util.el.
11137         * case-table.el (set-case-syntax-pair): Test again for equal byte
11138         lengths of the pair.
11140         * international/characters.el: Add Vietnamese category to
11141         equivalent unicodes.
11143 2008-02-01  Dave Love  <fx@gnu.org>
11145         * international/mule-conf.el (chinese-sisheng, ipa)
11146         (indian-is13194, tibetan, ethiopic): Add :unify-map.
11148         * international/mule-diag.el (describe-character-set): Account for
11149         more than two dimensions of possibly different size.
11150         (describe-current-coding-system): Add selection-coding-system.
11152         * international/mule-cmds.el (unify-8859-on-encoding-mode)
11153         (unify-8859-on-decoding-mode): Move from mule.el.
11155         * international/mule.el (unify-8859-on-encoding-mode)
11156         (unify-8859-on-decoding-mode): Remove :init-value.
11157         (charset-chars): Add optional dimension arg.
11158         (unify-8859-on-encoding-mode, unify-8859-on-decoding-mode):
11159         Move to mule-cmds.el.
11161 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11163         * international/fontset.el: Change registry for japanese-jisx0208
11164         to "JISX0208*" in the default fontset.
11165         (font-encoding-alist): Add an entry for "JISX0208.1983" and
11166         "ISO10646.indian-1".
11168 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11170         * language/japanese.el (japanese-iso-7bit-1978-irv):
11171         Add `designation' to :flags, `ascii' to :charset-list.
11173         * international/mule.el (define-charset): New args :min-code and
11174         :max-code.
11175         (coding-system-iso-2022-flags): Add use-roman, use-oldjis.
11177         * international/mule-conf.el (chinese-gbk): Change :code-offset to
11178         #x160000.
11179         (gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp)
11180         (gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New charsets.
11182 2008-02-01  Dave Love  <fx@gnu.org>
11184         * language/thai.el (iso-8859-11): New coding system.
11186         * international/mule-conf.el: Doc fixes.
11187         (iso-8859-11): New.
11189 2008-02-01  Dave Love  <fx@albion.dl.ac.uk>
11191         * cus-start.el (scalable-fonts-allowed): Add.
11193 2008-02-01  Dave Love  <fx@gnu.org>
11195         * international/mule.el (unify-8859-on-encoding-mode)
11196         (unify-8859-on-decoding-mode): Dummy versions.
11198         * international/ucs-tables.el: Remove.
11200         * Makefile.in (DONTCOMPILE): Add language/chinese.el,
11201         language/japanese.el.
11203         * international/mule-conf.el: Doc fixes.
11204         (cp936): New alias.
11205         (cp720, cp858): New charsets.
11207         * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs
11208         coding system, not emacs-mule.
11210         * files.el (revert-buffer, recover-file): Likewise.
11212         * desktop.el (desktop-save): Likewise.
11214 2008-02-01  Dave Love  <fx@gnu.org>
11216         * international/mule.el (with-category-table): Use make-symbol.
11217         (coding-system-list): Use coding-system-aliases.
11218         (make-translation-table): Don't deal with generic characters.
11220         * international/mule-util.el (coding-system-post-read-conversion)
11221         (coding-system-pre-write-conversion)
11222         (coding-system-translation-table-for-decode)
11223         (coding-system-translation-table-for-encode): Get the right properties.
11224         (with-coding-priority): New macro.
11225         (detect-coding-with-language-environment): Use it.
11226         (coding-system-equal): Use coding-system-plist.
11228         * international/encoded-kb.el (encoded-kbd-setup-keymap) <ccl>:
11229         Use :valid property.
11231         * international/mule-cmds.el (encode-coding-char):
11232         Use find-coding-systems-string.  Don't use make-char.
11233         (describe-language-environment): Use coding-system-aliases.
11234         (prefer-coding-system): Doc fix.
11236         * international/mule-diag.el (describe-current-coding-system):
11237         Fix aliases listing.
11238         (print-iso-2022-flags): Delete.
11239         (print-designation): Partial re-write.
11240         (describe-coding-system): Deal with iso-2022 designations, flags.
11241         Fix shift_jis case.
11242         (describe-char-after): Use characterp.  Print explicit unicode.
11243         Remove some obsolete code.
11244         (print-coding-system-briefly): Fix printing aliases.
11245         (print-coding-system): Use coding-system-aliases.
11246         (mule-diag): Don't list coding categories.
11248         * international/mule-conf.el: Doc fixes.  Remove redundant :long-name properties.
11249         Re-order charset priorities.
11250         (binary): New alias.
11251         (iso-8859-16): Fix nickname.
11252         (define-iso-single-byte-charset): Un-define after use.
11254 2008-02-01  Dave Love  <fx@gnu.org>
11256         * international/characters.el: Additional double width specifications.
11258         * international/mule-diag.el (print-coding-system): Incomplete updates.
11259         (describe-character-set): List more properties.
11260         (print-fontset): Fix case of vector font-spec.
11261         (describe-current-coding-system): Fix iso-7, iso-7-else.
11263         * international/mule-conf.el (ibm866): Fix alias.
11264         (iso-8859-16): Fix nickname.
11266 2008-02-01  Dave Love  <fx@gnu.org>
11268         * language/ind-util.el: Avoid decode-char.
11269         (indian--puthash-char, indian--puthash-c, indian--puthash-cv):
11270         Use characterp, not char-valid-p.
11272         * language/devan-util.el: Add coding tag, avoid decode-char.
11274         * international/titdic-cnv.el: Add coding tag.
11275         (tit-process-header): Add coding tag to output.
11277         * language/thai.el (cp874, ibm874): New coding systems.
11279         * emacs-lisp/byte-opt.el <side-effect-and-error-free-fns>:
11280         Add character-p.
11282         * language/european.el (cp852, ibm852, cp857, ibm857, cp860)
11283         (ibm860, cp861, ibm861, cp863, cp865, ibm865, cp437, ibm437):
11284         New coding systems.
11285         <set-language-info-alist>: Avoid decode-char.
11287         * language/hebrew.el (cp862, ibm862): New coding systems.
11289         * language/greek.el (cp851, ibm851, cp869, ibm869): New coding systems.
11291         * language/cyrillic.el (cp855, ibm855): New coding systems.
11293         * international/mule-conf.el: Avoid decode-char in top-level code
11294         for self-inserting multibyte chars.
11295         (cp437, cp737, cp775, cp851, cp852, cp855, cp857, cp855, cp857)
11296         (cp860, cp861, cp862, cp863, cp864, cp865, cp869, cp874):
11297         New charsets.
11299         * international/characters.el: Various simplifications and additions.
11301 2008-02-01  Dave Love  <fx@gnu.org>
11303         * international/mule-conf.el (code-pages): Provide, for compatibility.
11305         * international/code-pages.el: Remove.
11307 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11309         * Makefile.in: Cancel the 2008-02-01 change of mine.
11311         * international/fontset.el: Add setting for unicode font at the
11312         end of the default fontset.
11314 2008-02-01  Dave Love  <fx@gnu.org>
11316         * international/mule-conf.el (adobe-standard-encoding, symbol):
11317         Adjust :code-space.
11318         (ibm850): Add :ascii-compatible-p.
11320 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11322         * international/mule-conf.el (vietnamese-viscii-lower)
11323         (vietnamese-viscii-upper): Supply them :code-offset, then unify by
11324         mapping table.
11326 2008-02-01  Dave Love  <fx@gnu.org>
11328         * cus-start.el: Add charset-map-directory.
11330         * international/fontset.el (font-encoding-alist): Add adobe-symbol.
11332         * format.el (format-alist): Remove ibm, mac, hp entries (available
11333         natively).
11335         * language/romanian.el (iso-latin-10): Add :mime-charset.
11336         ("Romanian"): Add doc.
11338         * international/mule-conf.el (iso-8859-10, symbol)
11339         (adobe-standard-encoding, ibm850): New charsets.
11340         (iso-8859-13): Fix IR number, final char.
11341         (file-coding-system-alist): Add .xml.
11343         * language/european.el (iso-latin-6, iso-8859-10, latin-6)
11344         (iso-latin-7, iso-8859-13, latin-7, hp-roman8, roman8)
11345         (adobe-standard-encoding, cp850, ibm850): New coding systems.
11346         ("Latin-6", "Latin-7"): New language environments.
11348 2008-02-01  Dave Love  <fx@gnu.org>
11350         * Makefile.in (DONTCOMPILE): Remove ucs-tables, utf-8,
11351         utf-8-subst; add vietnamese, cyrillic, czech.
11353         * language/romanian.el (iso-latin-10): New coding system.
11355         * international/mule-conf.el (emacs-mule): Set :charset-list,
11356         consistent with coding-system-charset-list doc.
11357         (iso-8859-16): New charset.
11359         * international/mule-diag.el (describe-coding-system): Avoid error
11360         for iso-2022, emacs-mule.
11362 2008-02-01  Dave Love  <fx@gnu.org>
11364         * international/codepage.el: Remove or comment out most of code.
11365         (codepage-setup): Re-write as trivial, obsolete function.
11367         * language/utf-8-lang.el ("UTF-8"): Use utf-8, not mule-utf-8.
11368         Remove setup function.
11370         * language/english.el (ebcdic-us, ebcdic-uk): New coding systems.
11372         * Makefile.in (DONTCOMPILE): Add language/vietnamese.el,
11373         language/cyrillic.el, language/czech.el.
11375         * language/vietnamese.el (windows-1258, cp1258): New coding systems.
11376         (font-ccl-encoder-alist): Remove viscii, vscii.
11378         * language/hebrew.el (windows-1255, cp1255): New coding systems.
11380         * language/european.el (windows-1254, cp1254, windows-1257)
11381         (cp1257, next, iso-latin-7, iso-8859-13, latin-7): New coding systems.
11382         ("Latin-7", "Lithuanian", "Latvian"): Don't require code-pages.
11384         * language/greek.el (windows-1253, cp1253): New coding systems.
11386         * international/mule-conf.el (ebcdic-us, ebcdic-uk): Change map
11387         file name.
11388         (windows-1253, windows-1254, windows-1255, windows-1256)
11389         (windows-1257, windows-1258, next): New charsets.
11391         * international/utf-8.el, international/utf-8-subst.el: Remove.
11393         * international/mule.el: Doc fixes.
11394         (charset-list, generic-char-p, set-coding-priority): Make obsolete.
11395         (coding-system-get): Try to convert old-style symbol to keyword.
11396         (define-charset): Purecopy strings in property list.
11397         (define-coding-system): Purecopy docstring.
11399         * international/mule-diag.el (list-character-sets-2): Avoid
11400         charset-bytes.
11401         (list-iso-charset-chars, list-non-iso-charset-chars): Delete.
11402         (list-block-of-chars): Re-write.
11403         (describe-character-set): Show more properties.
11404         (describe-char-after): Correct codepoint display.
11405         (print-coding-system): Use symbolic types.
11407 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11409         * Makefile.in: Be sure also to run emacs with LANG=C.
11411 2008-02-01  Dave Love  <fx@gnu.org>
11413         * international/mule-diag.el: Doc fixes.
11414         (sort-charset-list, charset-multibyte-form-string): Remove.
11415         (list-character-sets, list-character-sets-1)
11416         (list-character-sets-2): Re-write.
11417         (non-iso-charset-alist): Set to nil and made obsolete.
11418         (decode-codepage-char): Re-write and made obsolete.
11419         (read-charset): Don't use non-iso-charset-alist.
11420         (describe-coding-system): Use keyword properties.
11421         (describe-character-set): Re-write.
11423         * international/mule-conf.el (koi8-u, koi8-t, georgian-ps)
11424         (windows-1250, windows-1251, windows-1252, cp1125, ebcdic-us)
11425         (ebcdic-uk): New charsets.
11427         * language/cyrillic.el (koi8-u, koi8-t, windows-1251, cp1125):
11428         New coding systems.
11430         * language/european.el (windows-1252): New coding system.
11432 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11434         * Makefile.in: By sure to run emacs with LC_ALL=C.
11436         * international/encoded-kb.el (encoded-kbd-handle-8bit): Call
11437         encoded-kbd-self-insert-iso2022-8bit with argument 1.
11438         (encoded-kbd-self-insert-charset): New function.
11439         (encoded-kbd-setup-keymap, encoded-kbd-mode): Handle a
11440         coding-system of type charset.
11442 2008-02-01  Dave Love  <fx@gnu.org>
11444         * international/mule-cmds.el (set-locale-environment): Comment out
11445         set-keyboard-coding-system stuff.
11447 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11449         * international/mule.el (define-coding-system): Doc fix;
11450         sjis->shift-jis.
11452         * international/mule-conf.el: Use decode-char instead of make-char.
11454         * international/encoded-kb.el (encoded-kbd-self-insert-iso2022-8bit):
11455         New arg ARG.  Directly call self-insert-command.  This is a
11456         temporary workaround to make it work with latin-1.
11457         (encoded-kbd-mode): Change `sjis' to `shift-jis'.
11459         * international/characters.el: Setup char-width-table for CJK
11460         characters.
11462 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11464         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
11465         Fix the initial value to specify character range of
11466         japanese-jisx0208, not unicode.
11468         * international/characters.el: Set syntax/category for
11469         japanese-jisx0208.
11471 2008-02-01  Dave Love  <fx@gnu.org>
11473         * mail/sendmail.el (sendmail-send-it): Use :mime-charset, not
11474         mime-charset.
11476         * language/vietnamese.el, language/korean.el, language/japanese.el:
11477         * language/hebrew.el, language/greek.el, language/chinese.el:
11478         Fix :mime-charset properties.
11480         * language/cyrillic.el (cyrillic-iso-8bit, cyrillic-koi8)
11481         (cyrillic-alternativnyj): Fix :mime-charset.
11482         (cp878, cp866): New alias.
11484         * language/european.el: Fix mime-charset properties.
11486         * international/mule-cmds.el (sort-coding-systems)
11487         (select-safe-coding-system, select-message-coding-system): Use
11488         :mime-charset, not 'mime-charset.
11490         * international/mule-conf.el: Add various :mime-charset properties.
11492 2008-02-01  Dave Love  <fx@gnu.org>
11494         * international/encoded-kb.el (encoded-kbd-self-insert-ccl): Fix
11495         getting decoder.
11496         (encoded-kbd-mode): Fix code for coding system type and designations.
11498         * international/mule-conf.el: Spelling fixes.
11500 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11502         * international/fontset.el (fontset-plain-name): Handle the case
11503         that size, weight, slant are not specified in the fontset name.
11505 2008-02-01  Yong Lu  <lyongu@asia-infonet.com>
11507         * language/greek.el (greek-iso-8bit): Fix typo.
11509 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11511         * language/chinese.el (chinese-big5): Change :coding-type to `charset'.
11513 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11515         * international/characters.el: Change encoding to utf-8-emacs.
11516         Remove apparent duplicate codes.
11518 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11520         * international/fontset.el: Change the registry for
11521         chinese-gb2312 and add the registry for chinese-gbk.
11523         * international/mule.el (charset-chars): Fix typo.
11525         * international/mule-conf.el (chinese-gbk): New charset.
11527         * international/titdic-cnv.el (titdic-convert): Read into a
11528         unibyte buffer then make the buffer multibyte.
11530 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11532         * international/mule-conf.el (utf-16-le, utf-16-be): Use :bom attribute
11533         instead of :signature.
11535 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11537         * language/czech.el ("Czech"): Set `iso-8859-2' for
11538         `nonascii-translation'.
11540         * language/romanian.el ("Romanian"): Likewise.
11542         * language/slovak.el ("Slovak"): Likewise.
11544         * international/characters.el: Optimize calls of modify-category-entry.
11546 2008-02-01  Kenichi Handa  <handa@etl.go.jp>
11548         * bindings.el: Don't bind multibyte characters to
11549         self-insert-command here.  It's done in mule-conf.el.
11551         * case-table.el (set-case-syntax-offset): Delete variable.
11552         (set-case-syntax-1): Delete function.  Change callers.
11553         (set-case-syntax-delims): Don't check byte length of characters.
11555         * isearch.el (isearch-mode-map): Call set-char-table-range to bind
11556         characters to isearch-printing-char.
11558         * loadup.el: Don't load "international/utf-8".  Don't call
11559         update-coding-systems-internal.  Bind coding-system-for-write to
11560         `utf-8' while writing fns-XXX.el.  Call clear-charset-maps before
11561         dumping.
11563         * emacs-lisp/regexp-opt.el (regexp-opt-charset): Adjust for the
11564         change of map-char-table.
11566         * eshell/esh-mode.el: Adjust for the change of map-char-table.
11568         * international/characters.el: Adjust for the deletion of
11569         generic characters.
11571         * international/code-pages.el (cp-make-translation-table)
11572         (cp-valid-codes, cp-fix-safe-chars): Delete.  Change caller.
11573         (cp-make-coding-system): Call define-coding-system.
11575         * international/fontset.el: Rewrite most code.
11577         * international/ja-dic-cnv.el (skkdic-get-kana-compact-codes):
11578         Call encode-char instead of split-char.
11580         * international/ja-dic-utl.el (skkdic-jisx0208-hiragana-block):
11581         Change value.
11582         (skkdic-lookup-key): Call encode-char instead of split-char.
11584         * international/titdic-cnv.el (titdic-convert): Bind
11585         coding-system-for-write to 'iso-2022-7bit.  Don't work on unibyte
11586         buffer.
11588         * international/latin-1.el: Don't bind set-case-syntax-offset.
11590         * international/latin-2.el: Don't bind set-case-syntax-offset.
11592         * international/latin-3.el: Don't bind set-case-syntax-offset.
11594         * international/latin-4.el: Don't bind set-case-syntax-offset.
11596         * international/latin-5.el: Don't bind set-case-syntax-offset.
11598         * international/latin-8.el: Don't bind set-case-syntax-offset.
11600         * international/latin-9.el: Don't bind set-case-syntax-offset.
11602         * international/mule-cmds.el: Don't use coding category.
11603         Call set-coding-system-priority instead of set-coding-priority.
11604         (sort-coding-systems, select-safe-coding-system):
11605         Call coding-system-priority-list to get the most preferred one.
11606         (reset-language-environment): Order of coding system priority
11607         changed.  Set primary charset to iso-8859-1.
11608         (set-language-environment-coding-systems):
11609         Call set-coding-system-priority instead of set-coding-priority.
11610         (get-charset-property, put-charset-property): Move to mule.el.
11612         * international/mule-conf.el: Ful re-write.
11614         * international/mule-diag.el (print-designation): Change arguments.
11615         (print-iso-2022-flags): New function.
11616         (describe-coding-system, describe-current-coding-system):
11617         Adjust for the new structure of coding system.
11619         * international/mule.el (char-valid-p): Make it an alias of characterp.
11620         (define-charset): Full re-design.
11621         (charset-quoted-standard-p): Delete.
11622         (charsetp): Move to charset.c.
11623         (charset-info, charset-id, charset-bytes, charset-width)
11624         (charset-directioin, charset-iso-graphic-plane)
11625         (charset-reverse-charset): Delete.
11626         (charset-dimension, charset-chars, charset-iso-final-char)
11627         (charset-description, charset-short-name, charset-long-name):
11628         Call charset-plist instead of charset-info.
11629         (charset-plist, set-charset-plist): Move to charset.c.
11630         (get-charset-property, put-charset-property): Move from
11631         mule-cmds.el.  Call charset-plist and set-charset-plist.
11632         (make-char): Delete.
11633         (generic-char-p): Make it always return nil.
11634         (decode-char, encode-char): Move to charset.c.
11635         (coding-spec-XXX-idx): Delete variables.
11636         (coding-system-iso-2022-flags): New variable.
11637         (define-coding-system): New function.
11638         (transform-make-coding-system-args, make-coding-system): Delete.
11639         (set-coding-priority): Make it obsolete.
11640         (after-insert-file-set-buffer-file-coding-system)
11641         (find-new-buffer-file-coding-system): Adjust for the new coding
11642         system structure.
11644         * language/chinese.el, language/cyrillic.el, language/european.el:
11645         * language/greek.el, language/hebrew.el, language/indian.el:
11646         * language/japanese.el, language/korean.el, language/lao.el:
11647         * language/thai.el, language/tibetan.el, language/vietnamese.el:
11648         Call define-coding-system instead of make-coding-system.
11649         Delete all CCL program.
11651         * textmodes/sgml-mode.el (sgml-mode-map): Use encode-char instead
11652         of make-char.
11653         (sgml-char-names-table): Fix iteration limit.
11655         * term/mac-win.el: Delete unnecessary calls of set-fontset-font.
11656         (ccl-encode-mac-roman-font): Delete.
11658         * Makefile.in (DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
11659         utf-8.el, and utf-8-subst.el as they can't be bytecompiled
11660         currently.  This is just a temporary workaround.
11662 2008-02-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11664         * whitespace.el (global-whitespace-mode): Use `find-file-hook' instead
11665         of `find-file-hooks'.
11666         (global-whitespace-toggle-options): Doc fix.
11668 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
11670         * whitespace.el (whitespace): Set :version tag to 23.1.
11671         (whitespace-turn-off, whitespace-toggle-options): Fix typos.
11672         (whitespace-style, whitespace-chars, whitespace-space)
11673         (whitespace-hspace, whitespace-tab, whitespace-newline)
11674         (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
11675         (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
11676         (whitespace-hspace-regexp, whitespace-space-regexp)
11677         (whitespace-tab-regexp, whitespace-trailing-regexp)
11678         (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
11679         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
11680         (whitespace-space-after-tab-regexp, whitespace-line-column)
11681         (whitespace-display-mappings, global-whitespace-toggle-options)
11682         (whitespace-cleanup, whitespace-cleanup-region)
11683         (whitespace-interactive-char): Doc fixes.
11685 2008-02-01  Juanma Barranquero  <lekktu@gmail.com>
11687         * whitespace.el (global-whitespace-mode): Fix modeline lighter.
11688         When turning off the global mode, turn off the local modes too
11689         if whitespace is being unloaded.
11690         (whitespace-unload-function): New function.
11692 2008-02-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
11694         * vc.el (vc-update): Fix bug: Specify branch tip as
11695         vc-checkout REVISION.  Reported by Dan Nicolaescu.
11697 2008-02-01  Glenn Morris  <rgm@gnu.org>
11699         * info.el (bookmark-make-cell-function, bookmark-search-size)
11700         (bookmark-current-bookmark): Declare variables for compiler.
11701         (bookmark-buffer-file-name, bookmark-get-filename)
11702         (bookmark-get-front-context-string)
11703         (bookmark-get-rear-context-string, bookmark-get-position)
11704         (bookmark-get-info-node, bookmark-file-or-variation-thereof)
11705         (bookmark-jump-noselect): Declare functions for compiler.
11706         (Info-bookmark-make-cell): Fix argument list to match example of
11707         `bookmark-make-cell-for-text-file'.
11708         (Info-bookmark-jump): Don't require info inside info.el.
11710 2008-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
11712         * progmodes/verilog-mode.el (verilog-sk-prompt-msb)
11713         (verilog-sk-module, verilog-sk-function, verilog-sk-begin)
11714         (verilog-sk-if, verilog-sk-wire, verilog-sk-for)
11715         (verilog-sk-state-machine): Quote all calls to
11716         "auxiliary skeleton"s to prevent infloops.
11718 2008-02-01  Jason Rumney  <jasonr@gnu.org>
11720         * w32-fns.el: Partially revert 2007-11-10 change.
11722 2008-02-01  Martin Rudalics  <rudalics@gmx.at>
11724         * mail/rmail.el (rmail-highlight): Fix specification.
11725         Reported by pod <pod@herald.ox.ac.uk>.
11727 2008-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11729         * image-mode.el (image-mode-current-vscroll)
11730         (image-mode-current-hscroll): Make buffer-local.
11731         (image-set-window-vscroll, image-set-window-hscroll): Simplify.
11732         (image-reset-current-vhscroll): Use the latest setting when displaying
11733         for the first time in a window.  Apply to all windows in the frame.
11734         (image-mode): Don't make image-mode-current-[vh]scroll buffer-local.
11736         * progmodes/grep.el (grep-compute-defaults):
11737         Don't mix up defaults for different connections to the same host.
11739 2008-01-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11741         * blank-mode.el: Rename to whitespace.el.
11743         * obsolete/whitespace.el: Rename to obsolete/old-whitespace.el.
11745 2008-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11747         * net/rcompile.el (remote-compile): Remove broken code.
11749 2008-01-31  Jason Rumney  <jasonr@gnu.org>
11751         * term/w32-win.el (image-library-alist): Prefer libxpm.dll.
11753 2008-01-31  Juanma Barranquero  <lekktu@gmail.com>
11755         * linum.el (linum-unload-function): New function.
11757 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
11759         * progmodes/gdb-ui.el (gdb-var-set-format-regexp): New constant.
11760         (gdb-var-set-format-handler): New function.
11761         (gdb-var-set-format): Use it.
11763 2008-01-30  Juanma Barranquero  <lekktu@gmail.com>
11765         * emacs-lisp/check-declare.el (check-declare-directory):
11766         * emacs-lisp/authors.el (authors): Use `find-program' and
11767         `grep-program' instead of hardcoded program names.
11769         * emacs-lisp/cl-loaddefs.el: Update.
11771 2008-01-30  Tassilo Horn  <tassilo@member.fsf.org>
11773         * info.el (Info-bookmark-make-cell, Info-bookmark-jump): New functions.
11774         Implement bookmark support the new make-cell/handler way.
11775         (Info-mode): Bind bookmark-make-cell-function to
11776         Info-bookmark-make-cell buffer locally.
11778 2008-01-30  Richard Stallman  <rms@gnu.org>
11780         * progmodes/etags.el (tags-query-replace): Delete unused optional args.
11781         Doc fix.
11783         * files.el (hack-local-variables): Don't query about fake variables.
11785 2008-01-30  Markus Triska  <markus.triska@gmx.at>
11787         * linum.el: New file.
11789 2008-01-29  Michael Albinus  <michael.albinus@gmx.de>
11791         * net/tramp.el (tramp-methods): Use "-H" option for "sudo".
11792         Suggested by Trent W. Buck <trentbuck@gmail.com>.  Make ("%h")
11793         a single element in "plinkx".
11794         (tramp-handle-shell-command): Reuse "*Async Shell Command*" or
11795         "*Shell Command Output*" buffers.  Check, whether there is already
11796         an asynchronous process running.  Display always the buffer of the
11797         asynchronous process.
11798         (tramp-compute-multi-hops): Adapt error message.
11800 2008-01-29  Alan Mackenzie  <acm@muc.de>
11802         * progmodes/cc-langs.el (c-specifier-key): Exclude "template"
11803         from this regexp; part of same fix as next change to cc-engine.el.
11805         * progmodes/cc-engine.el (c-guess-basic-syntax, CASE 5A.5):
11806         Anchor the "{" of a template function correctly on "template", not the
11807         following "<".
11809         * progmodes/cc-defs.el (c-version): Increase to 5.31.5.
11811 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
11813         * doc-view.el (doc-view-mode): Adapt to image-mode-current-vscroll
11814         and image-mode-current-hscroll being alists now.
11816         * image-mode.el (image-mode-current-vscroll)
11817         (image-mode-current-hscroll): Add doc strings.
11818         (image-set-window-vscroll, image-set-window-hscroll)
11819         (image-reset-current-vhscroll, image-mode): Adapt to
11820         image-mode-current-vscroll and image-mode-current-hscroll being
11821         alists now.
11823 2008-01-29  Martin Rudalics  <rudalics@gmx.at>
11825         * emacs-lisp/find-func.el (find-function-search-for-symbol):
11826         Strip extension from .emacs.el to make sure symbol is searched
11827         in .emacs too.
11829 2008-01-29  Tassilo Horn  <tassilo@member.fsf.org>
11831         * doc-view.el (doc-view-mode): Use facilities below to
11832         restore [vh]scroll when switching buffers.
11834         * image-mode.el (image-mode-current-vscroll)
11835         (image-mode-current-hscroll): New variables.
11836         (image-set-window-hscroll, image-set-window-vscroll): New functions.
11837         (image-forward-hscroll, image-next-line, image-bol, image-eol)
11838         (image-bob, image-eob): Use them.
11839         (image-reset-current-vhscroll): New function.
11840         (image-mode): Make new variables buffer-local and reset [vh]scroll
11841         on window configuration changes.
11843 2008-01-27  Nick Roberts  <nickrob@snap.net.nz>
11845         * progmodes/gdb-ui.el (gdb-create-define-alist): Don't call
11846         gdb-cpp-define-alist-program if file is nil (currently only
11847         " *partial-output-...").
11849 2008-01-27  Richard Stallman  <rms@gnu.org>
11851         * allout.el: Many doc fixes.
11852         (allout-encrypt-string): Fix error message.
11854 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
11856         * progmodes/etags.el (tags-query-replace): Doc fix.
11858 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
11860         * allout.el (allout-unload-function): New function.
11862 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
11864         * allout.el (allout-prefix-data): Doc fix.
11865         (allout-show-current-subtree): Reflow docstring.
11866         (allout-use-mode-specific-leader, allout-use-hanging-indents)
11867         (produce-allout-mode-map, allout-overlay-interior-modification-handler)
11868         (allout-next-heading, allout-previous-heading, allout-rebullet-heading)
11869         (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic)
11870         (allout-copy-topic-as-kill, allout-listify-exposed)
11871         (allout-process-exposed, allout-encrypted-key-info)
11872         (allout-update-passphrase-mnemonic-aids)
11873         (allout-next-topic-pending-encryption)
11874         (allout-tests-globally-true): Fix typos in docstrings.
11876 2008-01-23  Jason Rumney  <jasonr@gnu.org>
11878         * lpr.el (printer-name): Do not set on MS Windows.
11880 2008-01-28  Michael Albinus  <michael.albinus@gmx.de>
11882         * net/tramp.el (tramp-handle-shell-command): Use "/bin/sh -c" for
11883         the command.
11885 2008-01-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11887         * whitespace.el: Moved to obsolete dir.
11889         * blank-mode.el: New version 9.2.  Replace whitespace functions by
11890         aliases in blank-mode.
11891         (whitespace-buffer): New fun.
11892         (whitespace-region): Alias for whitespace-buffer, because there is no
11893         blank-region fun.
11894         (whitespace-cleanup): Alias for blank-cleanup.
11895         (whitespace-cleanup-region): Alias for blank-cleanup-region.
11897 2008-01-27  Juanma Barranquero  <lekktu@gmail.com>
11899         * server.el (server-log-time-function): Doc fix.
11900         (server-buffer): Fix typo in docstring.
11902 2008-01-27  Martin Rudalics  <rudalics@gmx.at>
11904         * view.el (view-buffer): Explain in doc-string why exit-action
11905         should not be set to kill-buffer.
11907         * arc-mode.el (archive-extract):
11908         * tar-mode.el (tar-extract): Use kill-buffer-if-not-modified as
11909         exit-action when viewing the buffer.
11911 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
11913         * add-log.el (change-log-search-file-name): Work harder to find
11914         the correct file name.
11915         (change-log-find-file): Fix typo.
11916         (change-log-start-entry-re): Move definition earlier.
11918 2007-01-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11920         * add-log.el (change-log-search-file-name, change-log-find-file):
11921         New function.
11922         (change-log-font-lock-keywords): Move file name matching ...
11923         (change-log-file-names-re): ... here.  New defconst.
11924         (change-log-mode-map): New binding C-c C-f to change-log-find-file.
11926 2008-01-27  Alan Mackenzie  <acm@muc.de>
11928         * progmodes/cc-awk.el, progmodes/cc-engine.el: Correct typos,
11929         enhance comments.
11931 2008-01-27  Michael Albinus  <michael.albinus@gmx.de>
11933         * net/tramp.el (tramp-compute-multi-hops): In case of su(do)?
11934         methods, the host name must be a local host.
11936 2008-01-27  Dan Nicolaescu  <dann@ics.uci.edu>
11938         * vc.el: Add TODO item about not defaulting to RCS.
11940         * server.el (server-process-filter): Check for non-nil before
11941         calling file-directory-p.
11943 2008-01-27  Alan Mackenzie  <acm@muc.de>
11945         * progmodes/cc-vars.el (c-hanging-braces-alist): New element for
11946         arglist-cont-nonempty.
11948         * progmodes/cc-cmds.el (c-brace-newlines): Determine the newlines
11949         for a brace with syntax arglist-cont-nonempty.
11951         * progmodes/cc-styles.el (c-style-alist): Add elements for
11952         arglist-cont-nonempty into 5 styles (gnu, ellemtel, linux, python, awk).
11954 2008-01-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
11956         * button.el (define-button-type): Clarify type of NAME in docstring.
11958 2008-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11960         * server.el (server-buffer): New const.
11961         (server-log): New var.
11962         (server-log): Use them.
11963         (server-process-filter): (Try to) run the continuation in the same cwd
11964         as the client's.
11966 2008-01-26  Alan Mackenzie  <acm@muc.de>
11968         * progmodes/cc-defs.el (c-save-buffer-state):
11969         Bind buffer-file-name and buffer-file-truename to nil, to prevent
11970         primitives generating "buffer is read only" messages.
11972 2008-01-20  Ulf Jasper  <ulf.jasper@web.de>
11974         * calendar/icalendar.el (icalendar-version): Increase to "0.17".
11975         (icalendar-import-format): Doc fix.  Allow function type.
11976         (icalendar--read-element): Doc fix.
11977         (icalendar--parse-summary-and-rest): Doc fix.  Handle function
11978         type icalendar-import-format.  Make regexps non-greedy.
11979         (icalendar--format-ical-event): Handle function type
11980         icalendar-import-format.
11981         (icalendar-import-format-sample): New function.
11983 2008-01-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
11985         * vc.el (vc-exec-after): For mode-line-process highlighting, if
11986         `compile' is not available, fall back to font-lock-warning-face.
11988 2008-01-26  Phil Sung  <psung@mit.edu>  (tiny change)
11990         * wdired.el (wdired-get-filename): Change `(1+ beg)' to `beg' so
11991         that the filename end is found even when the filename is empty.
11992         Fixes error and spurious newlines when marking files for deletion.
11994 2008-01-26  Martin Rudalics  <rudalics@gmx.at>
11996         * subr.el (find-tag-default): Simplify using exclusively
11997         skip-syntax-backward/-forward.
11999 2008-01-26  Michael Albinus  <michael.albinus@gmx.de>
12001         * vc.el (vc-directory, vc-update-change-log): Remove check for
12002         Tramp.  Both functions work for it, though pretty slow
12003         (`vc-directory').  Maybe the implementation can be optimized.
12005         * net/tramp.el (tramp-dissect-file-name): Raise an error when
12006         Tramp 2.0 syntax is used.
12007         Suggested by Trent W. Buck <trentbuck@gmail.com>.
12009 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
12011         * ls-lisp.el (ls-lisp-insert-directory): If -n switch is used,
12012         invoke directory-files-and-attributes with last argument `integer'
12013         instead of `string'.
12014         (insert-directory): Add -n to the list of supported switches
12015         mentioned in the doc string.
12017 2008-01-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12019         * blank-mode.el: New version 9.1.  Handle "long" line tail
12020         visualization.  Doc fix.
12021         (blank-line-length): Rename to blank-line-column.
12022         (blank-chars-value-list, blank-toggle-option-alist, blank-help-text):
12023         Initialization fix.
12024         (blank-replace-spaces-by-tabs): New fun.
12025         (blank-cleanup, blank-cleanup-region, blank-color-on): Code fix.
12027 2008-01-25  Richard Stallman  <rms@gnu.org>
12029         * subr.el (add-hook): Implement `permanent-local-hook' property.
12031         * loadhist.el (file-provides, file-requires): Push the filename right.
12033 2008-01-25  Martin Rudalics  <rudalics@gmx.at>
12035         * emacs-lisp/find-func.el (find-library): Wrap search for
12036         library name in condition-case to avoid reporting a scan-error.
12038 2008-01-25  Juanma Barranquero  <lekktu@gmail.com>
12040         * server.el (server-process-filter): Don't force
12041         the authentication string to be followed by "\n".
12043 2008-01-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12045         * blank-mode.el: New version 9.0.  New commands to clean up some blank
12046         problems like trailing blanks.  New faces and regexp for visualizing
12047         the blank problems.  Doc fix.
12048         (blank-chars, blank-global-modes, blank-chars-value-list)
12049         (blank-toggle-option-alist, blank-help-text): Initialization fix.
12050         (blank-indentation, blank-empty, blank-space-after-tab): New faces.
12051         (blank-indentation, blank-empty, blank-space-after-tab)
12052         (blank-indentation-regexp, blank-empty-at-bob-regexp)
12053         (blank-empty-at-eob-regexp, blank-space-after-tab-regexp): New options.
12054         (blank-cleanup, blank-cleanup-region): New commands.
12055         (blank-color-on): Code fix.
12057 2008-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
12059         * ibuffer.el (ibuffer-default-sorting-mode): Add option to sort by
12060         file name.
12061         (ibuffer-mode-map): Add binding to sort by file name.
12062         (ibuffer-filename/process-header-map): New variable.
12063         (filename-and-process): Add a header that sorts by file name.
12064         (ibuffer-mode): Mention sorting by file name.
12066         * ibuf-ext.el (filename/process): New sorter.
12068 2008-01-25  Sven Joachim  <svenjoac@gmx.de>
12070         * view.el (kill-buffer-if-not-modified): Don't pass t to
12071         buffer-modified-p.
12073 2008-01-24  Michael Albinus  <michael.albinus@gmx.de>
12075         * net/tramp.el (tramp-do-copy-or-rename-file): Flush the cache of
12076         the source file in case of `rename'.
12077         Reported by Pete Forman <pete.forman@westerngeco.com>.
12079 2008-01-24  Ken Manheimer  <ken.manheimer@gmail.com>
12081         * allout.el (allout-keybindings-list): In initial setting, express
12082         meta-prefixed allout keys as vectors instead of strings, since the
12083         string form is interpreted in some cases as composed key
12084         modifiers, eg, accented keys.
12086         (allout-line-boundary-regexp): Clarify description.
12088         (set-allout-regexp): Repair the expressions so that the formfeed
12089         part is identified as one of the top-level groups, and is
12090         included in all the forms, not just the -line-boundary-regexp one.
12092         (allout-prefix-data): Incorporate information from the various
12093         allout regexp's formfeed alternative group, when present.
12095         (allout-write-file-hook-handler): Rectify mangling of the error
12096         handling.  It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error'
12097         condition-case handler was apparently reformatted as if it was a
12098         call to the error function.  An apparent repair attempt in version
12099         1.101 situated the original body of the error handling code as
12100         bogus condition-case handlers.  I've returned to just about the
12101         working code that was originally there, removing an unnecessary -
12102         but benign - enclosing 'progn'.  (Automated or cursory code fixes
12103         often aren't.)
12105         (allout-region-active-p): Fallback to value of mark-active if
12106         neither use-region-p nor region-active-p are present, for
12107         compatibility with current and recent Emacs major releases.
12109 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12111         * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous)
12112         (reftex-toc-restore-region):
12113         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer)
12114         (reftex-index-phrases-apply-to-region):
12115         * textmodes/ispell.el (ispell-word):
12116         * progmodes/vhdl-mode.el (vhdl-keep-region-active):
12117         * progmodes/pascal.el (pascal-mark-defun):
12118         * progmodes/f90.el (f90-mark-subprogram, f90-indent-region)
12119         (f90-fill-region):
12120         * emulation/tpu-edt.el (tpu-set-mark):
12121         * emulation/crisp.el (crisp-region-active):
12122         * winner.el (winner-active-region):
12123         * ansi-color.el (ansi-color-set-extent-face): Use featurep instead
12124         of bound tests in order to resolve conditionals at compile time.
12126 2008-01-24  Juanma Barranquero  <lekktu@gmail.com>
12128         * delsel.el (delsel-unload-function): Don't use `remprop'; it is
12129         not autoloaded, and we wouldn't want to load CL just to unload
12130         delsel.el anyway.  Suggested by Martin Rudalics <rudalics@gmx.at>.
12132 2008-01-24  Martin Rudalics  <rudalics@gmx.at>
12134         * delsel.el (delete-selection-pre-hook): Avoid clearing out
12135         pre-command-hook when text is read-only.
12137 2008-01-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
12139         * vc.el (vc-process-filter): Do nothing if buffer not live.
12140         (vc-diff-finish): Rename from vc-diff-sentinel.
12141         No longer take REV1-NAME and REV2-NAME.
12142         Instead, take BUFFER-NAME.  Do nothing if buffer not live.
12143         Don't do window resize if no window displays buffer.
12144         (vc-diff-internal): Use vc-diff-finish.
12146         * vc.el (vc-next-action): Fix two instances of "free-var file" bug:
12147         In both cases, convert single call to one wrapped in dolist.
12149 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12151         * vc.el: Add a TODO item about missing files.
12152         (vc-exec-after): Add a tooltip to the new mode-line item.
12154 2008-01-24  Glenn Morris  <rgm@gnu.org>
12156         * t-mouse.el (gpm-mouse-start): Declare as a function.
12158 2008-01-23  Michael Albinus  <michael.albinus@gmx.de>
12160         * net/tramp.el (tramp-remote-process-environment): Set "LC_ALL=C".
12161         (tramp-end-of-output): Add `tramp-rsh-end-of-line' into the regexp.
12162         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
12163         Don't send `tramp-rsh-end-of-line' additionally, when setting the
12164         prompt.
12165         (tramp-wait-for-output): Distinguish different prompt formats.
12166         (tramp-get-test-nt-command): Don't check for "\n" in the prompt.
12167         (tramp-local-host-p): Check whether temp directory is writable.
12169 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
12171         * vc.el: Add TODO items.
12173 2008-01-23  Carsten Dominik  <dominik@science.uva.nl>
12175         * replace.el (occur-mode-find-occurrence-hook): New hook that can
12176         be used to reveal or highlight the location of a match.
12177         (occur-mode-goto-occurrence, occur-mode-goto-occurrence-other-window)
12178         (occur-mode-display-occurrence): Run `occur-mode-find-occurrence-hook'.
12180 2008-01-23  Martin Rudalics  <rudalics@gmx.at>
12182         * progmodes/hideif.el (hide-ifdef-shadow): Add version number
12183         for defcustom.
12184         (hide-ifdef-shadow): Add version number for defface.
12186 2008-01-23  Glenn Morris  <rgm@gnu.org>
12188         * textmodes/org.el (org-export-latex-cleaned-string): Fix declaration.
12190 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
12192         * progmodes/sh-script.el (sh-basic-offset):
12193         * progmodes/cc-vars.el (c-syntactic-indentation)
12194         (c-syntactic-indentation-in-macros): Mark as safe.
12196 2008-01-23  Richard Stallman  <rms@gnu.org>
12198         * icomplete.el (icomplete-get-keys):
12199         Look up KEYS using all maps in proper buffer.
12201 2008-01-23  Juanma Barranquero  <lekktu@gmail.com>
12203         * frame.el (display-mm-height, display-mm-width):
12204         * whitespace.el (whitespace-check-leading-whitespace)
12205         (whitespace-check-trailing-whitespace)
12206         (whitespace-check-spacetab-whitespace)
12207         (whitespace-check-indent-whitespace)
12208         (whitespace-check-ateol-whitespace):
12209         * progmodes/ada-xref.el (ada-convert-file-name): Fix typo in docstring.
12211 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
12213         * vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
12214         after-save-hook so that it is not called multiple times.
12216         * vc-svn.el (vc-svn-resolve-when-done): Likewise.
12218 2008-01-23  Eli Zaretskii  <eliz@gnu.org>
12220         * view.el (view-file-other-window, view-file-other-frame):
12221         Don't kill the buffer if it is modified.  Doc fixes.
12222         (kill-buffer-if-not-modified): New function.
12223         (view-file): Don't kill the buffer if it is modified.
12225         * progmodes/ebrowse.el (ebrowse-view-file-other-window): Delete.
12226         (ebrowse-view/find-file-and-search-pattern):
12227         Call view-file-other-window instead of ebrowse-view-file-other-window.
12228         (ebrowse-view-file-other-frame): Don't call
12229         current-window-configuration.  Fix second argument in the call to
12230         view-mode-enter.  Doc fix.
12232 2008-01-23  Richard Stallman  <rms@gnu.org>
12234         * subr.el (atomic-change-group): Prevent undo list truncation.
12236 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
12238         * files.el (safe-local-eval-forms):
12239         Mark (add-hook 'write-file-hooks 'time-stamp) as safe.
12241 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
12243         * comint.el (comint-insert-input): Set point first.
12245         * progmodes/gdb-ui.el (gdb-dequeue-input): Make doubly sure
12246         session doesn't hang because gdb-pending-triggers is non-nil.
12247         (gdb-frame-handler): Use buffer-file-name instead of
12248         buffer-name in case of duplicate file names.
12250 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
12252         * progmodes/verilog-mode.el (verilog-mode-map): Don't bind C-M-a,
12253         C-M-e and C-M-h for emacs, they work by default.
12254         (verilog-emacs-features): Remove.
12255         (verilog-setup-dual-comments, verilog-populate-syntax-table):
12256         Remove.  Move syntax table initialization ...
12257         (verilog-mode-syntax-table): ... here.
12258         (verilog-mode): Don't initialize the syntax table here.
12259         (verilog-mark-defun): Only do something useful for XEmacs, Emacs
12260         does not need it.
12262 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
12264         * progmodes/verilog-mode.el (verilog-booleanp): New function for
12265         backward compatibility.  Replace all uses of booleanp with
12266         verilog-booleanp.
12268 2008-01-23  Dan Nicolaescu  <dann@ics.uci.edu>
12270         * vc-hg.el (vc-hg-diff): Don't pass an empty string.
12272 2008-01-23  Wilson Snyder  <wsnyder@wsnyder.org>
12274         * progmodes/verilog-mode.el (top-level): Fix spacing.
12275         (verilog-mode-version, verilog-mode-release-date):
12276         Update version number.
12277         (verilog-mode-release-emacs): New variable.
12278         (compile-command, reporter-prompt-for-summary-p):
12279         Define for byte compiler.
12280         (verilog-startup-message-lines, verilog-startup-message-displayed)
12281         (verilog-display-startup-message): Remove.
12282         (verilog-highlight-p1800-keywords): Improve docstring.
12283         (sigs-in, sigs-out, got-sig, got-rvalue, uses-delayed)
12284         (vector-skip-list): Only defvar at compile time.
12285         (verilog-highlight-translate-off, verilog-indent-level)
12286         (verilog-indent-level-module, verilog-indent-level-declaration)
12287         (verilog-indent-declaration-macros, verilog-indent-lists)
12288         (verilog-indent-level-behavioral, verilog-indent-level-directive)
12289         (verilog-cexp-indent, verilog-case-indent, verilog-auto-newline)
12290         (verilog-auto-indent-on-newline, verilog-tab-always-indent)
12291         (verilog-tab-to-comment, verilog-indent-begin-after-if)
12292         (verilog-align-ifelse, verilog-minimum-comment-distance)
12293         (verilog-auto-lineup, verilog-highlight-p1800-keywords)
12294         (verilog-auto-endcomments, verilog-auto-read-includes)
12295         (verilog-auto-star-expand, verilog-auto-star-save)
12296         (verilog-library-flags, verilog-library-directories)
12297         (verilog-library-files, verilog-library-extensions)
12298         (verilog-active-low-regexp, verilog-auto-sense-include-inputs)
12299         (verilog-auto-sense-defines-constant, verilog-auto-reset-widths)
12300         (verilog-assignment-delay, verilog-auto-inst-vector)
12301         (verilog-auto-inst-template-numbers, verilog-auto-input-ignore-regexp)
12302         (verilog-auto-inout-ignore-regexp, verilog-auto-output-ignore-regexp)
12303         (verilog-auto-unused-ignore-regexp, verilog-typedef-regexp):
12304         Add safe-local-variable properties.
12305         (verilog-statement-menu, verilog-company, verilog-re-search-forward)
12306         (verilog-re-search-backward, verilog-error-regexp-add)
12307         (verilog-end-block-re, verilog-emacs-features)
12308         (verilog-populate-syntax-table, verilog-setup-dual-comments)
12309         (verilog-type-font-keywords, verilog-inside-comment-p)
12310         (electric-verilog-backward-sexp, verilog-backward-sexp)
12311         (verilog-forward-sexp, verilog-font-lock-init, verilog-mode)
12312         (electric-verilog-terminate-line, electric-verilog-semi)
12313         (electric-verilog-tab, verilog-insert-1, verilog-insert-indices)
12314         (verilog-generate-numbers, verilog-comment-region, verilog-label-be)
12315         (verilog-beg-of-statement, verilog-in-case-region-p)
12316         (verilog-in-struct-region-p, verilog-in-generate-region-p)
12317         (verilog-in-fork-region-p, verilog-backward-case-item)
12318         (verilog-set-auto-endcomments, verilog-get-expr)
12319         (verilog-expand-vector-internal, verilog-surelint-off)
12320         (verilog-batch-execute-func, verilog-calculate-indent)
12321         (verilog-calc-1, verilog-calculate-indent-directive)
12322         (verilog-leap-to-head, verilog-continued-line)
12323         (verilog-backward-token, verilog-backward-syntactic-ws)
12324         (verilog-forward-syntactic-ws, verilog-backward-ws&directives)
12325         (verilog-forward-ws&directives, verilog-at-constraint-p)
12326         (verilog-skip-backward-comments, verilog-indent-line-relative)
12327         (verilog-do-indent, verilog-indent-comment, verilog-more-comment)
12328         (verilog-pretty-declarations, verilog-pretty-expr)
12329         (verilog-just-one-space, verilog-indent-declaration)
12330         (verilog-get-completion-decl, verilog-goto-defun, verilog-showscopes)
12331         (verilog-header, verilog-signals-combine-bus, verilog-read-decls)
12332         (verilog-read-always-signals-recurse, verilog-read-instants)
12333         (verilog-read-auto-template, verilog-set-define)
12334         (verilog-read-defines, verilog-read-signals, verilog-getopt)
12335         (verilog-is-number, verilog-expand-dirnames, verilog-modi-lookup)
12336         (verilog-modi-cache-results, verilog-insert-one-definition)
12337         (verilog-make-width-expression, verilog-delete-autos-lined)
12338         (verilog-auto-save-check, verilog-auto-arg, verilog-auto-inst-port)
12339         (verilog-auto-inst, verilog-auto-inst-param, verilog-auto-reg)
12340         (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12341         (verilog-auto-output-every, verilog-auto-input, verilog-auto-inout)
12342         (verilog-auto-inout-module, verilog-auto-sense, verilog-auto-reset)
12343         (verilog-auto-tieoff, verilog-auto-unused, verilog-auto-ascii-enum)
12344         (verilog-auto, verilog-sk-define-signal, verilog-mode-mouse-map)
12345         (verilog-load-file-at-mouse, verilog-load-file-at-point)
12346         (verilog-library-files): Cleanup spacing of )'s they should not be
12347         on unique lines.  Fix checkdoc warnings.
12349 2008-01-22  Glenn Morris  <rgm@gnu.org>
12351         * progmodes/hideif.el (hide-ifdef-initially, hide-ifdef-read-only)
12352         (hide-ifdef-lines, hide-ifdef-shadow): Remove autoload cookies
12353         from defcustoms.
12354         (hide-ifdef-shadow): Remove autoload cookie from defface.
12356         * vc.el (vc-diff-sentinel): Do not write a footer if there were
12357         differences.
12359 2008-01-21  Reiner Steib  <Reiner.Steib@gmx.de>
12361         * pcvs-defs.el (cvs-menu): Improve cvs-mode-find-file,
12362         cvs-mode-find-file-other-window.  Add cvs-mode-diff-yesterday and
12363         manual entry.
12365 2008-01-21  Michael Albinus  <michael.albinus@gmx.de>
12367         * net/dbus.el (dbus-ignore-errors): New macro.
12368         (dbus-unregister-object): New defun.  Moved from dbusbind.c.
12369         (dbus-handle-event, dbus-list-activatable-names, dbus-list-names)
12370         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect)
12371         (dbus-get-signatures): Apply `dbus-ignore-errors'.
12373 2008-01-21  Martin Rudalics  <rudalics@gmx.at>
12375         * outline.el (outline-up-heading): Fix check for top level to
12376         avoid infinite looping in hide-other.
12378 2008-01-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
12380         * vc.el (vc-process-sentinel): After calling the previous
12381         sentinel, do nothing if the process' buffer is not live.
12383 2008-01-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12385         * blank-mode.el: Fix a problem of cleaning blank faces when turning off
12386         blank-mode in some buffers (like *info* buffers).  Reported by Juanma
12387         Barranquero <lekktu@gmail.com>.  Eliminate `-face' suffix of all
12388         blank-mode faces.  Doc fix.  New version 8.1.
12389         (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
12390         CONDITION BODY).
12391         (blank-space-face): Face/option name replaced by blank-space.
12392         (blank-hspace-face): Face/option name replaced by blank-hspace.
12393         (blank-tab-face): Face/option name replaced by blank-tab.
12394         (blank-newline-face): Face/option name replaced by blank-newline.
12395         (blank-trailing-face): Face/option name replaced by blank-trailing.
12396         (blank-line-face): Face/option name replaced by blank-line.
12397         (blank-space-before-tab-face): Face/option name replaced by
12398         blank-space-before-tab.
12399         (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
12401 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
12403         * blank-mode.el (blank-style, blank-chars, blank-hspace-regexp)
12404         (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp)
12405         (blank-space-before-tab-regexp, blank-global-modes, blank-mode)
12406         (global-blank-mode): Doc fixes.
12407         (blank, blank-space-face, blank-hspace-face, blank-tab-face)
12408         (blank-newline-face, blank-trailing-face, blank-line-face)
12409         (blank-space-before-tab-face, blank-display-mappings)
12410         (blank-chars-value-list, blank-style-value-list, blank-toggle-options)
12411         (global-blank-toggle-options, blank-help-text, blank-interactive-char)
12412         (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off):
12413         Fix typos in docstrings.
12415 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
12417         * server.el (server-log-time-function): New variable.
12418         (server-log): Use it.
12420 2008-01-21  Glenn Morris  <rgm@gnu.org>
12422         * progmodes/hideif.el: Move defcustoms and defface to start of file.
12424         * textmodes/org.el (org-entry-properties): Let-bind `clocksum'.
12426 2008-01-21  Juanma Barranquero  <lekktu@gmail.com>
12428         * textmodes/org.el (org-unmodified, org-cycle-emulate-tab)
12429         (org-descriptive-links, org-link-file-path-type)
12430         (org-remember-use-refile-when-interactive)
12431         (org-agenda-skip-timestamp-if-done, org-agenda-scheduled-leaders)
12432         (org-export-ascii-bullets, org-agenda-deadline-faces)
12433         (turn-on-orgstruct++, orgtbl-to-texinfo, org-mhe-get-header)
12434         (org-batch-agenda, org-batch-agenda-csv, org-fix-agenda-info)
12435         (org-kill-note-or-show-branches): Fix typos in docstrings.
12437 2008-01-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
12439         * vc.el (vc-process-sentinel): Set mode-line-process.
12440         (vc-exec-after): Likewise, for the `run' process status.
12442 2008-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12444         * ibuffer.el (ibuffer-mode): Fix last change.
12446 2008-01-20  Dan Nicolaescu  <dann@ics.uci.edu>
12448         * vc-hg.el (vc-hg-registered):
12449         * vc-svn.el (vc-svn-registered): Make it work for non-existent files.
12451 2008-01-20  Martin Rudalics  <rudalics@gmx.at>
12453         * repeat.el (repeat-undo-count): New variable.
12454         (repeat): For self-insertions make undo boundary only after 20
12455         repetitions.  Inhibit point recording unless repeat-repeat-char is nil.
12457 2008-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12459         * net/imap.el (imap-ping-server): New variable.
12460         (imap-opened): On add extra ping if imap-ping-server is non-nil.
12461         (imap-ping-server): Minor doc string fixes.
12463 2008-01-19  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
12465         * net/imap.el (imap-ping-server): New function.
12466         (imap-opened): Call imap-ping-server.
12468 2008-01-20  Glenn Morris  <rgm@gnu.org>
12470         * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to
12471         prevent infloops.
12473 2008-01-20  Martin Svenson  <phromo@gmail.com>  (tiny change)
12475         * progmodes/python.el (python-imports): Default to "None".
12477 2008-01-19  Tom Tromey  <tromey@redhat.com>
12479         * vc-svn.el (vc-svn-after-dir-status): New function.
12480         (vc-svn-dir-status): Run svn asynchronously.
12482 2008-01-19  Martin Rudalics  <rudalics@gmx.at>
12484         * progmodes/hideif.el (hide-ifdef-shadow): New option.
12485         (hide-ifdef-shadow): New face.
12486         (hide-ifdef-toggle-shadowing): New function to toggle between
12487         shadowing and making code invisible.
12488         (hide-ifdef-mode-submap): Add binding for hide-ifdef-toggle-shadowing.
12489         (hide-ifdef-mode-menu): Add entry for hide-ifdef-toggle-shadowing.
12490         (hide-ifdef-region-internal): Give new overlay hide-ifdef
12491         property.  Shadow text when hide-ifdef-shadow is non-nil.
12492         (hif-show-ifdef-region): Remove overlays with hide-ifdef property set.
12493         (hif-hide-line): Use when instead of if.
12494         (hide-ifdef-initially, hide-ifdef-read-only, hide-ifdef-lines):
12495         Remove unneeded * from doc-strings.
12497 2008-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12499         * doc-view.el (doc-view-goto-page): Don't move point any more, now that
12500         the hscroll behavior was fixed.
12501         (doc-view-mode): Disable auto-hscroll-mode.
12503 2008-01-18  Tom Tromey  <tromey@redhat.com>
12505         * vc-svn.el (vc-svn-dir-status): New function.
12507 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
12509         * vc.el: Make vc-status asynchronous.
12510         (vc-update-vc-status-buffer): New function broken out of ...
12511         (vc-status-refresh): ... here.  Pass vc-update-vc-status-buffer to
12512         the dir-status backend function.
12514         * vc-hg.el (vc-hg-dir-status): Compute the status asynchronously.
12515         Move the output processing to ...
12516         (vc-hg-after-dir-status): ... here.  Call the function passed as
12517         an argument with the results.
12519 2008-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12521         * doc-view.el (doc-view-pdf/ps->png): Make sure we a have a valid cwd.
12522         (doc-view-insert-image): Do something if the image is missing.
12523         (doc-view-mode): Don't use file-remote-p.
12525 2008-01-18  Bastien Guerry  <Bastien.Guerry@ens.fr>
12527         * textmodes/org-export-latex.el (org-export-latex-cleaned-string): Fix.
12528         (org-export-latex-special-chars): Convert "..." in \ldots
12529         and skip tables.
12530         (org-export-latex-fontify-headline): Change parameter name.
12531         (org-export-as-latex): Handle export of subtrees.
12532         (org-export-latex-make-header): New argument TITLE.
12533         (org-export-latex-content): New argument EXCLUDE-LIST.
12534         (org-list-parse-list): New name for org-export-latex-parse-list.
12535         (org-export-latex-make-header): New name for
12536         org-export-latex-make-preamble.
12537         (org-list-to-generic): New name of org-export-list-to-generic.
12538         (org-list-to-latex): New name of org-export-list-to-latex.
12539         (org-list-item-begin, org-list-end, org-list-insert-radio-list)
12540         (org-list-send-list, org-list-to-texinfo)
12541         (org-list-to-html): New functions.
12542         (org-export-latex-tables-column-borders)
12543         (org-export-latex-default-class, org-export-latex-classes)
12544         (org-export-latex-classes-sectioning)
12545         (org-list-radio-list-templates): New options.
12546         (org-export-latex-header): New variable.
12547         (org-latex-entities): New constant.
12548         (org-export-latex-default-sectioning, org-export-latex-preamble)
12549         (org-export-latex-prepare-text-option)
12550         (org-export-latex-get-sectioning): Remove.
12552 2008-01-18  Carsten Dominik  <dominik@science.uva.nl>
12554         * textmodes/org-publish.el (org-publish-current-project):
12555         Fix bug with forcing publication.
12557         * textmodes/org.el (org-export-with-special-strings): New option.
12558         (org-export-html-convert-special-strings): New function.
12559         (org-html-do-expand): `org-export-html-convert-special-strings'
12560         added to the list of conversion.
12561         (org-infile-export-plist, org-get-current-options): Add support
12562         for "-" in the #+OPTION line to let user switch on/off special
12563         strings conversion.
12564         (org-export-plist-vars): New :html-table-tag property.
12565         (org-export-as-html, org-format-org-table-html)
12566         (org-format-table-table-html) Use the :html-table-tag property
12567         instead of the `org-export-html-table-tag' global value.
12568         (org-additional-option-like-keywords): Add "TBLFM".
12569         (org-entry-properties): Include the CLOCKSUM special property.
12570         (org-columns-edit-value): Do not allow to edit the special
12571         CLOCKSUM property.
12572         (org-flag-drawer): Use the original value of `outline-regexp'.
12573         (org-remember-handler): Add invisible-ok flag to call to
12574         `org-end-of-subtree'.
12575         (org-agenda-highlight-todo): Respect
12576         `org-agenda-todo-keyword-format'.
12577         (org-agenda-todo-keyword-format): New option.
12578         (org-infile-export-plist): No restriction while searching for options.
12579         (org-remember-handler): Remove comments at the end of the buffer.
12580         (org-remember-use-refile-when-interactive): New option.
12581         (org-table-sort-lines): Make sure sorting works on link
12582         descritions only, and ignores the link.
12583         (org-sort-entries-or-items): Make sure the end of the subtree is
12584         included.
12585         (org-refile-use-outline-path): New allowed values `file' and
12586         `full-file-path'.
12587         (org-get-refile-targets): Respect new values for
12588         `org-refile-use-outline-path'.
12589         (org-agenda-get-restriction-and-command): DEL goes back to initial list.
12590         (org-export-as-xoxo): Restore point when done.
12591         (org-open-file): Allow multiple %s in command.
12592         (org-clock-in-switch-to-state): New option.
12593         (org-first-list-item-p): New function.
12594         (org-last-remember-storage-locations): New variable.
12595         (org-get-refile-targets): Interpret the new maxlevel setting.
12596         (org-refile-targets): New option `:maxlevel'.
12597         (org-copy-subtree): Include empty lines before but not after subtree.
12598         (org-back-over-empty-lines, org-skip-whitespace): New functions.
12599         (org-move-item-down, org-move-item-up): Include empty lines before
12600         but not after item.
12601         (org-first-sibling-p): New function.
12602         (org-remember-apply-template): Defaults, completions and history
12603         for template prompts.  Also, interpret new `%!' escape.
12604         (org-context-choices): New constant.
12605         (org-bound-and-true-p): New macro.
12606         (org-imenu-depth): New option.
12607         (org-imenu-markers): New variable.
12608         (org-imenu-new-marker, org-imenu-get-tree)
12609         (org-speedbar-set-agenda-restriction): New functions.
12610         (org-agenda-set-restriction-lock)
12611         (org-agenda-remove-restriction-lock)
12612         (org-agenda-maybe-redo): New functions.
12613         (org-agenda-restriction-lock): New face.
12614         (org-agenda-restriction-lock-overlay)
12615         (org-speedbar-restriction-lock-overlay): New variables.
12616         (org-open-at-point): Remove obsolete way to do redirection in
12617         shell links.
12618         (org-imenu-and-speedbar): New customization group.
12619         (org-entry-properties): Return keyword-less time strings.
12620         (org-clock-heading-function): New option.
12621         (org-clock-in): Use `org-clock-heading-function'.
12622         (org-calendar-holiday): Try to use `calendar-check-holidays'
12623         instead of the obsolete `check-calendar-holidays'.
12624         (org-export-html-special-string-regexps): New constant.
12625         (org-massive-special-regexp): New variable.
12626         (org-compute-latex-and-specials-regexp)
12627         (org-do-latex-and-special-faces): New functions.
12628         (org-latex-and-export-specials): New face.
12629         (org-highlight-latex-fragments-and-specials): New option.
12630         (org-link-escape-chars): Use characters instead of strings.
12631         (org-link-escape-chars-browser, org-link-escape)
12632         (org-link-unescape): Use characters instead of strings.
12633         (org-export-html-convert-sub-super, org-html-do-expand): Check for
12634         protected text.
12635         (org-emphasis-alist): Additional `verbatim' flag.
12636         (org-set-emph-re): Handle the verbatim flag and compute
12637         `org-verbatim-re'.
12638         (org-cleaned-string-for-export): Protect verbatim elements.
12639         (org-verbatim-re): New variable.
12640         (org-hide-emphasis-markers): New option.
12641         (org-additional-option-like-keywords): Add new keywords.
12642         (org-get-entry): Rename from `org-get-cleaned-entry'.
12643         (org-icalendar-cleanup-string): New function for quoting icalendar text.
12644         (org-agenda-skip-scheduled-if-done): New option.
12645         (org-agenda-get-scheduled, org-agenda-get-blocks): Use
12646         `org-agenda-skip-scheduled-if-done'.
12647         (org-prepare-agenda-buffers): Allow buffers as arguments.
12648         (org-entry-properties): Add CATEGORY as a special property.
12649         (org-use-property-inheritance): Allow a list of properties as a value.
12650         (org-eval-in-calendar): No longer update the prompt.
12651         (org-read-date-popup-calendar): Rename from
12652         `org-popup-calendar-for-date-prompt'.
12653         (org-read-date-display-live): New variable.
12654         (org-read-date-display): New function.
12655         (org-read-date-analyze): New function.
12656         (org-remember-apply-template): Define `remember-finalize' if it is
12657         not yet defined.
12658         (org-remember-insinuate): New function.
12659         (org-read-date-prefer-future): New option.
12660         (org-read-date): Respect the setting of
12661         `org-read-date-prefer-future'.  Use `org-read-date-analyze'.
12662         (org-set-font-lock-defaults): Use `org-archive-tag' instead of a
12663         hardcoded string.
12664         (org-remember-apply-template): Use `remember-finalize' instead of
12665         `remember-buffer'.
12666         (org-columns-compute, org-column-number-to-string)
12667         (org-columns-uncompile-format, org-columns-compile-format)
12668         (org-columns-compile-format): Handle printf format specifier.
12669         (org-columns-new, org-column-number-to-string)
12670         (org-columns-uncompile-format, org-columns-compile-format):
12671         Support for new currency summary type.
12672         (org-tree-to-indirect-buffer): Do not kill old buffer when
12673         `org-indirect-buffer-display' is `new-frame'.
12674         (org-indirect-buffer-display): Document that `new-frame' leads to
12675         indiret buffer proliferation.
12676         (org-agenda-list): Use `org-extend-today-until'.
12677         (org-extend-today-until): New option.
12678         (org-format-org-table-html): Use lower-case for <col> tag.
12679         (org-agenda-execute): New command.
12680         (org-agenda-mode-map): Keybindings of "g" "G", "e" modified.
12681         (org-select-remember-template): New function.
12682         (org-remember-apply-template): Use `org-select-remember-template'.
12683         (org-go-to-remember-target): New function.
12685 2008-01-18  Dan Nicolaescu  <dann@ics.uci.edu>
12687         * vc.el: Add a TODO note about vc-state.
12688         (vc-next-action): Register 'unregistered and 'ignored files.
12689         Use when and unless instead of if where appropriate.
12690         (vc-start-entry): Fix typo.
12691         (vc-status): Autoload it.
12693 2008-01-18  Glenn Morris  <rgm@gnu.org>
12695         * ffap.el (ffap-alist): Remove space from RFC regexp.
12697 2008-01-18  Richard Stallman  <rms@gnu.org>
12699         * custom.el (custom-theme-recalc-face): Use face-spec-set rather
12700         than face-spec-recalc.
12702 2008-01-18  Glenn Morris  <rgm@gnu.org>
12704         * ibuffer.el (ibuffer-mode): Fix typo in previous change.
12706 2008-01-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12707             Miles Bader  <miles@gnu.org>
12709         * blank-mode.el: New file.  Minor mode to visualise (HARD) SPACE,
12710         TAB, NEWLINE.  Miles Bader <miles@gnu.org> wrote the original code
12711         for handling display table (via visws.el package), his code was
12712         modified, but the main idea was kept.
12714 2008-01-17  Glenn Morris  <rgm@gnu.org>
12716         * ibuf-ext.el (ibuffer-auto-mode, ibuffer-save-filter-groups)
12717         (ibuffer-save-filters): Remove calls to deleted
12718         ibuffer-update-mode-name.
12720 2008-01-16  Martin Rudalics  <rudalics@gmx.at>
12722         * longlines.el (longlines-mode, longlines-show-region)
12723         (longlines-unshow-hard-newlines): Bind buffer-file-name and
12724         buffer-file-truename to nil while modifying buffer.
12726         * cus-edit.el (custom-reset-standard-variables-list)
12727         (custom-reset-standard-faces-list): New variables.
12728         (custom-reset-standard-save-and-update): New function.
12729         (Custom-save): Apply custom-mark-to-save before and
12730         custom-state-set-and-redraw after saving options.
12731         (Custom-reset-standard): Apply custom-mark-to-reset-standard to
12732         options and call custom-reset-standard-save-and-update.
12733         (custom-variable, custom-face, custom-group): Provide new
12734         entries for custom-mark-to-save, custom-mark-to-reset-standard,
12735         and custom-state-set-and-redraw.
12736         (custom-variable-mark-to-save)
12737         (custom-variable-state-set-and-redraw)
12738         (custom-variable-mark-to-reset-standard)
12739         (custom-face-mark-to-save, custom-face-state-set-and-redraw)
12740         (custom-face-mark-to-reset-standard)
12741         (custom-group-mark-to-save, custom-group-state-set-and-redraw)
12742         (custom-group-mark-to-reset-standard): New functions.
12743         (custom-variable-save): Move save, state-set, and redraw
12744         functionality to custom-variable-mark-to-save.
12745         (custom-face-save): Move save, state-set, and redraw
12746         functionality to custom-face-mark-to-save.
12747         (custom-group-save): Move save, state-set, and redraw
12748         functionality to custom-group-mark-to-save.
12749         (custom-variable-reset-standard, custom-face-reset-standard)
12750         (custom-group-reset-standard): Move save, state-set, and redraw
12751         functionality to custom-reset-standard-save-and-update.
12753         (custom-buffer-create-internal): Fix text in verbose help.
12754         (custom-face-value-create): Indent doc-strings of faces like
12755         those of variables.
12757 2008-01-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12759         * server.el (server-process-filter): Replace lineno and columnnno
12760         which defaulted to 1&0 with filepos which defaults to nil.
12761         (server-goto-line-column): Only receive the filepos.
12762         Only move if filepos is non-nil.
12763         (server-visit-files): Slight restructure to consolidate two calls to
12764         server-goto-line-column into just one.
12766         * nxml/nxml-mode.el (nxml-mode): Use mode-line-process to indicate
12767         the use of degraded mode.
12768         (nxml-degrade): Don't change mode-name.
12770         * nxml/rng-nxml.el (rng-nxml-mode-init):
12771         Don't overwrite mode-line-process.
12773         * ibuffer.el (mode): Pass the buffer to format-mode-line.
12774         (ibuffer-update-mode-name): Remove.
12775         (ibuffer-redisplay, ibuffer-update, ibuffer-mode): Don't call it.
12776         (ibuffer-mode): Use mode-line-process instead.
12778         * ibuf-ext.el (ibuffer-auto-update-changed, ibuffer-auto-mode):
12779         Use derived-mode-p.
12780         (ibuffer-mark-by-mode-regexp): Pass the buffer to format-mode-line.
12782         * help.el (describe-mode): Pass the right buffer to format-mode-line.
12784 2008-01-16  Glenn Morris  <rgm@gnu.org>
12786         * comint.el (comint-regexp-arg): Fix no-input case.
12788 2008-01-16  Dan Nicolaescu  <dann@ics.uci.edu>
12790         * smerge-mode.el (smerge-start-session): Rename from smerge-auto.
12791         * pcvs.el (cvs-revert-if-needed):
12792         * vc.el (vc-maybe-resolve-conflicts): Rename callers.
12794         * vc-svn.el (vc-svn-find-file-hook):
12795         * vc-arch.el (vc-arch-find-file-hook): Undo previous change.
12797 2008-01-16  Ulf Jasper  <ulf.jasper@web.de>
12799         * calendar/icalendar.el (icalendar-version): Increase to 0.16.
12800         (icalendar-export-file, icalendar-import-file):
12801         Restore significant trailing whitespace in `interactive' prompts.
12803 2008-01-16  Tom Tromey  <tromey@redhat.com>
12805         * calendar/icalendar.el (icalendar--convert-tz-offset)
12806         (icalendar--parse-vtimezone, icalendar--convert-all-timezones)
12807         (icalendar--find-time-zone): New functions.
12808         (icalendar--decode-isodatetime): Add `zone' argument, passed to
12809         `decode-time'.  Doc fix.
12810         (icalendar--convert-ical-to-diary): Compute zone-map.
12811         Pass timezone to icalendar--decode-isodatetime.
12813 2008-01-16  Alan Mackenzie  <acm@muc.de>
12815         * progmodes/cc-vars.el (c-constant-symbol): Put this defun inside
12816         an eval-and-compile, so as to permit byte-compiling (e.g. in
12817         bootstrap).
12819 2008-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12821         * emacs-lisp/easymenu.el (easy-menu-avoid-duplicate-keys): New var.
12822         (easy-menu-create-menu, easy-menu-convert-item-1): Use it to avoid
12823         using the same key for different menu entries.
12825         * smerge-mode.el (smerge-refine): Also work on "same change conflicts".
12826         (smerge-makeup-conflict): New command.
12828 2008-01-15  Thien-Thi Nguyen  <ttn@gnuvola.org>
12830         * log-edit.el (log-edit): Doc fix.
12832 2008-01-15  Glenn Morris  <rgm@gnu.org>
12834         * diff-mode.el (diff-end-of-hunk): Revert 2008-01-08 change.
12836 2008-01-14  Alan Mackenzie  <acm@muc.de>
12838         * progmodes/cc-vars.el (c-constant-symbol): New function which
12839         supersedes c-const-symbol.  During a customize-.. call it enables
12840         an element of (e.g.) c-hanging-braces alist to have its name
12841         displayed, even when the default value of c-h-b etc. doesn't
12842         include the elemnt.  Replace uses of the old function by the new.
12844         * progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
12845         obscure non-working fragment ":value c-".
12847 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12849         * abbrev.el (clear-abbrev-table): Can't pass a symbol to intern.
12851 2008-01-14  Michael Albinus  <michael.albinus@gmx.de>
12853         * net/tramp.el (tramp-local-host-p): Use `tramp-file-name-host'
12854         instead of `tramp-file-name-real-host'.
12856         * net/trampver.el: Update release number.
12858 2008-01-14  Alan Mackenzie  <acm@muc.de>
12860         * progmodes/cc-engine.el (c-guess-basic-syntax): Prevent a macro
12861         call inside a struct being recognised as a K&R argument.
12863 2008-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12865         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12866         Accept "fatal error" from MSFT.
12867         Reported by Jared Finder <jfinder@crypticstudios.com>.
12869 2008-01-14  Dan Nicolaescu  <dann@ics.uci.edu>
12871         * smerge-mode.el (smerge-auto): New function.
12872         * vc-svn.el (vc-svn-find-file-hook):
12873         * vc-arch.el (vc-arch-find-file-hook):
12874         * pcvs.el (cvs-revert-if-needed):
12875         * vc.el (vc-maybe-resolve-conflicts): Use it instead of vc-mode.
12876         (top-level): Add a Todo list.
12878 2008-01-13  Dan Nicolaescu  <dann@ics.uci.edu>
12880         * vc.el (vc-update): Resolve conflicts if necessary instead of
12881         just updating the buffer.
12883         * vc-cvs.el (vc-cvs-merge-news): Ignore the error status of the
12884         update command so that we can parse the output.
12886 2008-01-13  Martin Rudalics  <rudalics@gmx.at>
12888         * mail/rmail.el (rmail-convert-to-babyl-format):
12889         Remove save-excursion to avoid infinite looping.
12890         Reported by dnz <dnz@bk.ru>.
12892 2008-01-12  Glenn Morris  <rgm@gnu.org>
12894         * woman.el (woman-parse-numeric-arg): Change handling of `==':
12895         can be interned without a function definition.
12897 2008-01-12  Jason Rumney  <jasonr@gnu.org>
12899         * nxml/nxml-mode.el (nxml-enable-unicode-char-name-sets)
12900         (rng-nxml-mode-init): Declare.
12902 2008-01-11  Jason Rumney  <jasonr@gnu.org>
12904         * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add some defaults.
12905         (rng-preferred-prefix-alist-default): Remove.
12907         * nxml/nxml-uchnm.el (nxml-internal-unicode-char-name-sets-enabled):
12908         Rename from nxml-enable-unicode-char-name-sets-flag.
12909         (nxml-enable-unicode-char-name-sets-1): Merge into
12910         nxml-enable-unicode-char-name-sets.
12911         (nxml-enable-unicode-char-name-sets): Don't unconditionally set
12912         nxml-char-name-ignore-case here.
12914         * nxml/nxml-mode.el (nxml-mode): Call rng-nxml-mode-init directly.
12915         Update doc string and commentary.
12916         (nxml-char-name-ignore-case): Change default value.
12917         (nxml-mode): Call nxml-enable-unicode-char-name-sets directly.
12919 2008-01-11  Martin Rudalics  <rudalics@gmx.at>
12921         * cus-start.el (all): Add missing version entries.
12923 2008-01-11  Glenn Morris  <rgm@gnu.org>
12925         * language/china-util.el (big5-to-flat-code, flat-code-to-big5)
12926         (euc-to-flat-code, flat-code-to-euc):
12927         * textmodes/org.el (elmo-msgdb-overview-get-entity)
12928         (wl-summary-buffer-msgdb): Declare as funtions.
12930 2008-01-10  Martin Rudalics  <rudalics@gmx.at>
12932         * progmodes/ada-mode.el (ada-set-syntax-table-properties):
12933         Bind buffer-file-name and buffer-file-truename.
12935         * fringe.el (fringe-mode-explicit): New variable.
12936         (set-fringe-mode): Don't alter default-frame-alist when just
12937         loading this file.
12939 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
12941         * doc-view.el (doc-view-buffer-file-name): New variable.
12942         (doc-view-convert-current-doc, doc-view-search)
12943         (doc-view-current-cache-dir, doc-view-initiate-display)
12944         (doc-view-mode): Use it.
12945         (doc-view-bookmark-make-cell): Use variable buffer-file-name
12946         instead of function.
12948 2008-01-10  Dan Nicolaescu  <dann@ics.uci.edu>
12950         * vc-svn.el (vc-svn-registered): Return the correct value for
12951         ignored and unregistered files.
12953 2008-01-10  Tassilo Horn  <tassilo@member.fsf.org>
12955         * doc-view.el (tramp): Require tramp because we use tramp-tramp-file-p.
12957 2008-01-10  Tom Tromey  <tromey@redhat.com>
12959         * vc.el (vc-status-unmark-all-files): New function.
12960         (vc-status-unmark-all-files): Likewise.
12961         (vc-status-mode-map): Add bindings.
12963 2008-01-10  Michael Kifer  <kifer@cs.stonybrook.edu>
12965         * ediff*.el: Uncomment declare-function.
12967         * emulation/viper*.el: Uncomment declare-function.
12969 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
12971         * doc-view.el (doc-view-mode): Support tramp, compressed files and
12972         files inside archives uniformly.
12974 2008-01-09  Eric S. Raymond  <esr@snark.thyrsus.com>
12976         * textmodes/sgml-mode.el (sgml-tag-syntax-table): Initialize this
12977         constant with a computation on sgml-specials rather than a literal
12978         list.  Without this change the syntax table is generated
12979         incorrectly, and the mode will think it's in a comment following
12980         any instance of the string "--".
12982 2008-01-09  Tassilo Horn  <tassilo@member.fsf.org>
12984         * doc-view.el (doc-view-mode-p): Add EPS as supported type.
12985         (doc-view-mode): Support document files inside archives.
12987 2008-01-09  Dan Nicolaescu  <dann@ics.uci.edu>
12989         * vc.el (vc-deduce-fileset): Return the currently selected file if
12990         no files are selected when using vc-status.
12992 2008-01-09  Michael Kifer  <kifer@cs.stonybrook.edu>
12994         * ediff*.el: Comment out declare-function.  "make bootstrap"
12995         stops with an error and Emacs does not compile with those things in.
12996         Besides, declare-function is not defined in XEmacs.
12998         * ediff-util (eqiff-quit): Autoraise minibuffer.
13000         * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Make it a defun.
13002         * emulation/viper*.el: Comment out declare-function -- not defined
13003         in XEmacs.
13005         * emulation/viper-ex.el (viper-info-on-file):
13006         Take care of indirect buffers.
13008         * emulation/viper.el (viper-set-hooks, set-cursor-color):
13009         Set viper-vi-state-cursor-color.
13011 2008-01-09  Tom Tromey  <tromey@redhat.com>
13013         * vc.el (vc-status-headers): Rename from vc-status-insert-headers.
13014         Just return header.
13015         (vc-status-move-to-goal-column): New function.
13016         (vc-status-mode-map): Define more keys.
13017         (vc-status-mode): Use vc-status-refresh.  Now 'special.
13018         (vc-status-refresh): New function.
13019         (vc-status-next-line): Likewise.
13020         (vc-status-previous-line): Likewise.
13021         (vc-status-mark-file): Use vc-status-next-line.
13022         (vc-status-unmark-file): Use vc-status-previous-line.
13023         (vc-status-unmark-file-up): New function.
13024         (vc-status-register): Likewise.
13025         (vc-status-find-file): Likewise.
13026         (vc-status-find-file-other-window): Likewise.
13027         (vc-status-current-file): Likewise.
13028         (vc-ensure-vc-buffer): Understand vc-status mode.
13030         * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status".
13032 2008-01-09  Glenn Morris  <rgm@gnu.org>
13034         * ffap.el (ffap-string-at-point-mode-alist): Add `\' to file
13035         entry, for Windows.
13037 2008-01-09  Tom Tromey  <tromey@redhat.com>
13039         * play/blackbox.el (blackbox-mode-map): Add `q' and [return] bindings.
13041 2008-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13043         * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
13044         add a file-name handler.
13046 2008-01-08  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13048         * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
13049         Rename from function bibtex-files-expand.  New optional arg select.
13050         (bibtex-flash-head): Allow blink-matching-delay being zero.
13051         (bibtex-clean-entry): Use atomic-change-group.
13052         (bibtex-format-entry): Check presence of required fields only
13053         after formatting of fields.  Use member-ignore-case.  Do not use
13054         bibtex-parse-entry.  Do not use booktitle field to set a missing title.
13055         (bibtex-autofill-entry): Do not call undo-boundary.
13056         (bibtex-lessp): Handle crossref keys that point to another bibtex file.
13057         (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
13058         Parse keys if necessary.
13060 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
13062         * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
13063         quotes in case of spaces, e.g. STL containers (not pretty).
13065 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
13067         * progmodes/gdb-ui.el (gud-gdb-command-name):
13068         Explain "--annotate=3" option is necessary for the Graphical Interface.
13070 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
13072         * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
13073         on menu bar.
13075 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
13077         * ffap.el (ffap-read-file-or-url): Let-bind
13078         `file-name-handler-alist' due to `rfn-eshadow-update-overlay'.
13080 2008-01-08  Sven Joachim  <svenjoac@gmx.de>
13082         * vc-bzr.el: Fix typo in header.
13084 2008-01-08  Eli Zaretskii  <eliz@gnu.org>
13086         * Makefile.in (custom-deps, finder-data): Depend on autoloads
13087         instead of loaddefs.el.
13089 2008-01-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13091         * vc-cvs.el (vc-cvs-annotate-time): Don't move backward when text
13092         gets inserted out-of-order.
13094 2008-01-08  Riccardo Murri  <riccardo.murri@gmail.com>
13096         * vc-bzr.el: Copyright and version headers update.
13097         Remove some outdated comments through the whole file.
13098         (vc-bzr-program-args): Remove because unused.
13099         (vc-bzr-log-switches): New customization option.
13100         (vc-bzr-command): Use LC_MESSAGES=C instead of LC_ALL=C.  No longer
13101         use `vc-bzr-program-args'.
13102         (vc-bzr-register): Fix for working with both 22.1 and CVS version of
13103         `vc-find-root' (patch by Andreas Hoenen).
13104         (vc-bzr-status): Update regex to match latest Bzr output.
13105         Remove redundant test.
13106         (vc-bzr-init-version): New function.
13107         (vc-bzr-unregister): Must not delete file.
13108         (vc-bzr-find-version): New function.
13109         (vc-bzr-checkout): Argument `rev' is explicit revision only if it's
13110         a non-empty string, otherwise take head revision.
13111         (vc-bzr-print-log): Pass `vc-bzr-log-switches' to "bzr log".
13112         (vc-bzr-diff): Simpler build of the revision spec string.
13113         (vc-annotate-convert-time, vc-bzr-annotate-difference):
13114         Remove: compatibility hacks for Emacs21, not needed in Emacs 22.
13115         (vc-bzr-dir-state): Add code comments.  Removed redundant statement.
13116         (vc-bzr-dired-state-info): Only provide custom strings for
13117         overloaded VC state 'edited; otherwise fallback to
13118         `vc-default-dired-state-info'.
13120 2008-01-08  Richard Stallman  <rms@gnu.org>
13122         * delsel.el (delete-selection-mode): Doc fix.
13124 2008-01-08  Nick Roberts  <nickrob@snap.net.nz>
13126         * progmodes/gud.el (gud-def): Do nothing if gud-running is t.
13127         (gud-speedbar-menu-items): Add item for gdb-var-set-format below.
13129         * progmodes/gdb-ui.el (gdb-var-set-format): Set the output format
13130         of watch expressions (only works fully with GDB 6.7 or later).
13132 2008-01-08  Dan Nicolaescu  <dann@ics.uci.edu>
13134         * time-stamp.el (time-stamp-time-zone):
13135         * whitespace.el (whitespace-check-buffer-leading)
13136         (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
13137         (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
13138         * progmodes/sh-script.el (sh-indentation):
13139         * textmodes/ispell.el (ispell-local-pdict):
13140         Add safe-local-variable properties.
13142 2008-01-08  Michael Albinus  <michael.albinus@gmx.de>
13144         * vc-git.el (vc-git--call): Apply `process-file' instead of
13145         `call-process'.
13147         * net/tramp.el (tramp-remote-process-environment): Add "LC_CTYPE=C".
13148         Reported by Pete Forman <pete.forman@westerngeco.com>.
13149         (tramp-perl-encode, tramp-perl-decode): Update copyrights.
13150         (tramp-handle-process-file): Handle the case where DESTINATION is
13151         a consp with t as car.
13152         (tramp-wait-for-output): We shall remove exactly what has been
13153         find by the search.
13155 2008-01-08  Kevin Ryde  <user42@zip.com.au>
13157         * progmodes/compile.el (compilation-error-regexp-alist-alist):
13158         For perl, allow "during global destruction" at end.  Add entry for
13159         two-arg form of the Test module ok() func.
13161 2008-01-08  Glenn Morris  <rgm@gnu.org>
13163         * diff-mode.el (diff-end-of-hunk): Don't match empty lines in
13164         unified format.
13166         * mouse.el (mouse-major-mode-menu): Suppress duplicate menus.
13168 2008-01-08  Ralf Angeli  <angeli@caeruleus.net>
13170         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
13171         Simplify selection of frame focusing function.
13173 2008-01-08  Michael Olson  <mwolson@gnu.org>
13175         * textmodes/remember.el (remember-region): Fix typo in docstring.
13177 2008-01-08  Lennart Borgman  <lennart.borgman.073@student.lu.se>
13179         * textmodes/remember.el (remember): If there is a visible region
13180         [that is, the mark is active and transient mark mode is enabled]
13181         then use this region for the initial contents of the *Remember*
13182         buffer.  Use `region-beginning' and `region-end' instead of
13183         `point' and `mark'.
13185 2008-01-07  Dan Nicolaescu  <dann@ics.uci.edu>
13187         * vc-hg.el (vc-hg-dir-state, vc-hg-dir-status): Pass the dir
13188         argument to vc-hg-command.
13189         (vc-hg-log-view-mode): Handle the user field better.
13191 2008-01-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13193         * vc.el (vc-ensure-vc-buffer): Check liveness of vc-parent-buffer.
13195 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13197         * vc.el (vc-status-fileinfo): New defstruct.
13198         (vc-status): New defvar.
13199         (vc-status-insert-headers, vc-status-printer, vc-status)
13200         (vc-status-mode-map, vc-status-mode, vc-status-mark-file)
13201         (vc-status-unmark-file, vc-status-marked-files): New functions.
13203         * vc-hg.el (vc-hg-dir-status): New function.
13205 2008-01-06  Martin Rudalics  <rudalics@gmx.at>
13207         * cus-edit.el (custom-tool-bar-map): Move initialization of this
13208         keymap from here ...
13209         (custom-mode): ... to here.  Reported by Reiner Steib.
13211 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13213         * obsolete/x-apollo.el: Remove file for unsupported system.
13215         * term/x-win.el (vendor-specific-keysyms): Remove reference to
13216         Apollo.
13218         * progmodes/gud.el (gud-dgux-p): Remove.
13219         (dbx): Remove reference to dgux.
13221         * progmodes/ps-mode.el (ps-mode-print-function):
13222         * ps-print.el (ps-lp-system):
13223         * paths.el (rmail-spool-directory):
13224         * ls-lisp.el (ls-lisp-emulation):
13225         * lpr.el (lpr-lp-system):
13226         * dired.el (dired-chown-program): Remove references to dgux.
13228 2008-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13230         * vc.el (vc-process-sentinel): Fix apparent typo.
13231         (vc-do-command): Forcefully kill any left over process.
13232         Use start-file-process.
13233         (vc-annotate-get-time-set-line-props): Check we don't move backward.
13235 2008-01-04  Michael Albinus  <michael.albinus@gmx.de>
13237         * net/dbus.el (dbus-list-hash-table)
13238         (dbus-name-owner-changed-handler): Replace "signal" by "member".
13239         (dbus-check-event): Add serial number to event.
13240         (dbus-handle-event): Apply return message if needed.
13241         (dbus-event-serial-number): New defun.
13242         (dbus-event-service-name, dbus-event-path-name)
13243         (dbus-event-interface-name, dbus-event-member-name):
13244         Adapt implementation to serial number.
13246 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
13248         * bs.el (bs--get-mode-name): Fix typo in previous change.
13250 2008-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
13252         * mouse.el (mouse-popup-menubar): Fix typo.
13254         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Move one more
13255         form inside with-current-buffer.
13257         * progmodes/antlr-mode.el (provide): Move to the end of file.
13258         (require): Don't require font-lock and compile.
13259         (outline-level, imenu-use-markers, imenu-create-index-function):
13260         Move declarations to top level.
13261         (cond-emacs-xemacs-macfn): Declare for compiler.
13263         * vc-bzr.el (vc-bzr-root):
13264         * vc-arch.el (vc-arch-root): Only set a property if the file is
13265         managed by this backend.
13267         * vc-hg.el (vc-hg-state): Support the new status code for up-to-date.
13269 2008-01-04  Tassilo Horn  <tassilo@member.fsf.org>
13271         * doc-view.el (doc-view-scroll-up-or-next-page)
13272         (doc-view-scroll-down-or-previous-page): Don't scroll to the
13273         top/bottom again when on the first/last page.
13275         * doc-view.el (doc-view-scroll-up-or-next-page)
13276         (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
13277         image-scroll-down instead of the non-image equivalents.
13278         Don't rely on a signalled condition but switch pages when scrolling
13279         doesn't change the vertical position anymore.
13280         (doc-view-mode-map): Remap scroll-{up,down} to
13281         image-scroll-{up,down}.
13283 2008-01-04  Rob Riepel  <riepel@networking.Stanford.EDU>
13285         * emulation/tpu-edt.el (tpu-load-xkeys): Recommend to run the
13286         tpu-mapper command rather than load the tpu-mapper package.
13288         * emulation/tpu-mapper.el (tpu-mapper): New command.
13289         Contains all the code previously at top-level.
13291 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13293         * bs.el (bs--sort-by-mode, bs--get-mode-name):
13294         * imenu.el (imenu-add-to-menubar):
13295         * makesum.el (make-command-summary):
13296         * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13297         (mouse-buffer-menu):
13298         * msb.el (msb--mode-menu-cond):
13299         * calc/calc-embed.el (calc-do-embedded):
13300         * emacs-lisp/helper.el (Helper-describe-mode):
13301         * mail/emacsbug.el (report-emacs-bug):
13302         * progmodes/hideshow.el (hs-grok-mode-type):
13303         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
13304         * textmodes/table.el (*table--cell-describe-mode):
13305         Pass mode-name through format-mode-line.
13307 2008-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13309         * progmodes/ada-xref.el (ada-prj-find-prj-file):
13310         * progmodes/ada-mode.el (comment-region):
13311         * calendar/todo-mode.el (todo-insert-item):
13312         * bookmark.el (bookmark-buffer-name):
13313         Test major-mode rather than mode-name.
13315 2008-01-04  Richard Stallman  <rms@gnu.org>
13317         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
13318         Call byte-compile-warn-about-unresolved-functions outside
13319         the with-current-buffer.
13320         (byte-compile-insert-header): Use with-current-buffer.
13322 2008-01-04  Glenn Morris  <rgm@gnu.org>
13324         * startup.el (fancy-about-screen): Remove reference to deleted
13325         `fancy-splash-help-echo' variable.
13327         * version.el (emacs-copyright): Update to 2008.
13329         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc
13330         rather than mapcar.
13332         * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous
13333         change (merge mistake).
13335         * doc-view.el (doc-view-search-internal): Don't use `incf'.
13337         * doc-view.el (bookmark-make-cell-function, bookmark-get-filename)
13338         (bookmark-get-bookmark-record):
13339         * image-mode.el (bookmark-make-cell-function)
13340         (bookmark-get-filename, bookmark-get-bookmark-record)
13341         (bookmark-get-position):
13342         * log-view.el (vc-modify-change-comment):
13343         * progmodes/grep.el (find-name-arg): Declare for compiler.
13345 2008-01-04  Juanma Barranquero  <lekktu@gmail.com>
13347         * savehist.el (savehist-coding-system): Default to a variant coding
13348         system with explicit unix end-of-line conversion, which is safer.
13350 2008-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13352         * ibuf-ext.el (mode-name sorter, ibuffer-mark-by-mode-regexp):
13353         * ibuffer.el (mode column): Use format-mode-line.
13355         * server.el (server-create-window-system-frame): Remove workaround for
13356         a bug that has been fixed.
13358 2008-01-03  Magnus Henoch  <magnus@zemdatav>
13360         * net/dbus.el (dbus-name-owner-changed-handler):
13361         Use dbus-unregister-object instead of dbus-unregister-signal.
13363 2008-01-03  Drew Adams  <drew.adams@oracle.com>
13365         * frame.el (frame-geom-value-cons, frame-geom-spec-cons): New fns.
13367 2008-01-03  Richard Stallman  <rms@gnu.org>
13369         * replace.el (occur-context-lines): New subroutine,
13370         broken out of occur-engine.
13371         (occur-engine): Call it.
13373 2008-01-03  Alexandre Julliard  <julliard@winehq.org>
13375         * vc-git.el (vc-git--ls-files-state): New function.
13376         (vc-git-dir-state): Use it instead of processing the status
13377         results here.
13379 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
13381         * progmodes/grep.el (grep-find-ignored-directories):
13382         Initialize from the value of vc-directory-exclusion-list.
13384         * vc-hooks.el (vc-directory-exclusion-list): Include "_darcs",
13385         even though we don't have a back end for darcs yet.
13387 2008-01-02  Karl Fogel  <kfogel@red-bean.com>
13389         Change a return type, for greater extensibility.
13390         See http://lists.gnu.org/archive/html/emacs-devel/2007-12/msg01077.html
13391         and its thread for discussion leading to this change.
13393         * bookmark.el (bookmark-jump-noselect):
13394         Return an alist instead of a dotted pair.
13395         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
13396         (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
13397         (bookmark-bmenu-switch-other-window): Adjust accordingly.
13398         (bookmark-make-cell-function): Adjust documentation accordingly.
13400         * image-mode.el (image-bookmark-jump):
13401         Adjust return type accordingly; document.
13403         * doc-view.el (doc-view-bookmark-jump):
13404         Adjust return type accordingly; document.
13406 2008-01-02  Miles Bader  <miles@gnu.org>
13408         * net/rcirc.el (rcirc-log-filename-function): New variable.
13409         (rcirc-log): Use `rcirc-log-filename-function' to generate the
13410         log-file name.  Don't log anything if it returns nil.
13411         (rcirc-log-write): Use `expand-file-name' when merging the
13412         log-file name from the alist with rcirc-log-directory; this does
13413         the right thing if the name in the alist already an absolute
13414         filename.  Make the log-file directory if necessary.
13416 2007-12-29  Richard Stallman  <rms@gnu.org>
13418         * font-lock.el (font-lock-prepend-text-property)
13419         (font-lock-append-text-property): Canonicalize the face and
13420         font-lock-face properties.
13422         * faces.el (facep): Doc fix.
13424         * startup.el (fancy-startup-tail, fancy-about-text)
13425         (fancy-startup-text): Regularize format of face property.
13427         * facemenu.el (list-colors-print): Use :background and :foreground
13428         instead of background-color and foreground-color.
13430 2007-12-29  Drew Adams  <drew.adams@oracle.com>
13432         * cus-edit.el (custom-add-parent-links):
13433         Fill the "Parent documentation" text.
13435 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
13437         * textmodes/ispell.el (ispell-grep-command): Use "grep" on
13438         MS-Windows and MS-DOS.
13439         (ispell-grep-options): Use "-Ei" on MS-Windows and MS-DOS.
13441 2008-01-02  Eric S. Raymond  <esr@snark.thyrsus.com>
13443         * vc-svn.el (vc-svn-modify-change comment): New function.
13445 2008-01-01  Dan Nicolaescu  <dann@ics.uci.edu>
13447         * vc-git.el (vc-git-dir-state): Set the vc-backend property.
13448         Do not disable undo, with-temp-buffer does it by default.
13450 2008-01-01  Eric S. Raymond  <esr@snark.thyrsus.com>
13452         * vc-svn.el (vc-svn-parse-status): Set the `unregisted' property
13453         correctly.
13455         * vc.el (vc-dired-hook): Speed tuning.  Replace a vc-backend call
13456         with vc-state.
13457         (vc-next-action): Fix vc-transfer-file call.
13459 2007-12-31  Tom Tromey  <tromey@redhat.com>
13461         * emacs-lisp/elp.el (elp-results): Use header-line-format for header.
13462         Move point to the start of the buffer.
13464 2007-12-31  Dan Nicolaescu  <dann@ics.uci.edu>
13466         * vc-cvs.el (vc-cvs-parse-entry): Set the vc-backend property.
13468         * vc.el: State that dir-state is required to set the vc-state and
13469         vc-backend properties.
13471 2007-12-31  Martin Rudalics  <rudalics@gmx.at>
13473         * man.el (Man-default-man-entry): Make this a defun.
13474         Improve guessing mechanism and handling of section numbers.
13476 2007-12-31  Richard Stallman  <rms@gnu.org>
13478         * faces.el (face-all-attributes): If FRAME is nil, return defaults.
13480 2007-12-31  Jay Belanger  <jay.p.belanger@gmail.com>
13482         * calc/calc-units.el (calc-convert-temperature): Ensure that units
13483         are on the result even when the result is zero.
13485 2007-12-30  Michael Albinus  <michael.albinus@gmx.de>
13487         * net/dbus.el (dbus-name-owner-changed-handler): Make the function
13488         resistent towards wrong parameters.
13489         (dbus-handle-event): Propagate D-Bus errors only in the debug case.
13491 2007-12-30  Richard Stallman  <rms@gnu.org>
13493         * faces.el (face-all-attributes): New function.
13495         * faces.el (face-differs-from-default-p): Compute list of attr names
13496         from face-attribute-name-alist.
13498         * cus-edit.el (custom-face-set): Call `face-spec-set' with FOR-DEFFACE.
13499         (custom-face-save): Likewise.
13500         (custom-face-reset-saved, custom-face-reset-standard): Likewise.
13502         * cus-face.el (custom-declare-face): Per frame, use `face-spec-set-2'.
13503         (custom-theme-set-faces): Clear `face-override-spec' property.
13504         Call `face-spec-set' with FOR-DEFFACE.
13506         * custom.el (custom-theme-recalc-face): Simply call `face-spec-recalc'.
13508         * faces.el (face-spec-set): Third arg is now FOR-DEFFACE.
13509         Use of frame as third arg is deprecated.
13510         Handle `face-override-spec' property.
13511         (face-spec-recalc): New function.
13512         (face-spec-set-2): New function.
13513         (frame-set-background-mode): Handle `face-override-spec' property.
13514         Use `face-spec-recalc'.
13515         (face-set-after-frame-default): Use `face-spec-recalc'.
13517 2007-12-29  Nick Roberts  <nickrob@snap.net.nz>
13519         * thumbs.el (thumbs-conversion-program): Add comment for Windows XP.
13521 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
13523         * vc-hg.el (vc-hg-dir-state): Set the vc-backend property.
13525 2007-12-29  Eric S. Raymond  <esr@snark.thyrsus.com>
13527         * vc-svn.el (vc-svn-parse-status): Recognize 'unregistered,
13528         'added, 'removed.
13530         * vc.el (header coment): Better description of dir-state.
13531         (vc-compatible-state): New function.  Checks whether two states
13532         can be in the same changeset; used with 'edited it can test whether
13533         the next action for a state should be commit.
13534         (vc-default-dired-state-info): Display 'removed state.
13535         (vc-dired-hook): Turn off undo, this is a speed tweak.
13537         * vc-bzr.el (vc-bzr-dir-state): Recognize 'added.
13539         * vc-hg.el (vc-bzr-hg-state): Recognize 'added and 'removed.
13540         Cope with the possibility that the 'C' status flag might change
13541         in 0.9,6.
13543         * vc-git.el (vc-bzr-dir-state): Recognize 'removed.
13545 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
13547         * files.el (cd-absolute): Fix omission bug:
13548         Make `list-buffers-directory' buffer-local.
13550 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
13552         * vc-hg.el (vc-hg-dir-state): Deal with the up-to-date state.
13554 2007-12-29  Jay Belanger  <jay.p.belanger@gmail.com>
13556         * calc/calc-aent.el (math-read-token): Fix misplaced parentheses.
13558         * calc/calc-lang.el (calc-yacas-language, calc-maxima-language)
13559         (calc-giac-language, math-yacas-parse-Sum, math-yacas-compose-sum)
13560         (math-yacas-compose-deriv, math-yacas-compose-taylor)
13561         (math-maxima-parse-subst, math-maxima-parse-taylor)
13562         (math-maxima-compose-taylor, math-maxima-compose-subst)
13563         (math-maxima-compose-if, math-lang-switch-args)
13564         (math-lang-compose-switch-args, math-read-giac-subscr):
13565         New functions.
13566         (calc-lang-allow-underscores, calc-lang-allow-percentsigns)
13567         (calc-lang-brackets-are-subscripts, calc-lang-c-type-hex):
13568         Add languages.
13569         (math-vector-brackets, math-complex-format, math-variable-table)
13570         (math-parse-table, math-oper-table, math-function-table)
13571         (math-special-function-table, math-compose-subscr):
13572         Add values for new languages.
13574         * calc/calccomp.el (math-compose-expr): Add new languages.
13576         * calc/calc.el (calc-language): Add languages to docstring.
13578         * calc/calc-ext.el (calc-init-extensions): Add keybindings
13579         for new languages.  Autoload commands to change languages.
13581         * calc/calc-help.el (calc-d-prefix-help): Add new languages.
13583         * calc/calc-menu.el (calc-modes-menu): Add new languages.
13584         (calc-arithmetic-menu, calc-scientific-function-menu)
13585         (calc-algebra-menu, calc-graphics-menu, calc-vectors-menu)
13586         (calc-units-menu, calc-variables-menu, calc-stack-menu):
13587         Add :active keywords.
13589 2007-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
13591         * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state
13592         returns 'ignored or 'unregistered.
13593         (vc-hg-state): Pass "-A" to the status command and deal with the
13594         output.
13595         (vc-hg-dir-state): Pass "-A" to the status command.
13597 2007-12-29  Richard Stallman  <rms@gnu.org>
13599         * progmodes/compile.el (compilation-start): Set initial visible
13600         point properly even when compilation buffer already current.
13602 2007-12-29  Richard Stallman  <rms@gnu.org>
13604         * files.el (conf-mode-maybe): New function.
13605         (auto-mode-alist): Use conf-mode-maybe for .conf etc.
13607 2007-12-29  Martin Rudalics  <rudalics@gmx.at>
13609         * textmodes/fill.el (fill-find-break-point): Fix doc-string typo.
13611 2007-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
13613         * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu.
13615 2007-12-29  Richard Stallman  <rms@gnu.org>
13617         * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete'
13618         so they never do EOF.
13620 2007-12-29  Richard Stallman  <rms@gnu.org>
13622         * faces.el (copy-face): Create the new face explicitly if it
13623         does not exist already.
13625 2007-12-29  Eli Zaretskii  <eliz@gnu.org>
13627         * simple.el (minibuffer-history, shell-command-history)
13628         (set-variable-value-history):
13629         * replace.el (regexp-history):
13630         * international/mule-cmds.el (input-method-history):
13631         * files.el (file-name-history): Add reference to history-length in
13632         the doc string.
13634 2007-12-29  Richard Stallman  <rms@gnu.org>
13636         * comint.el (comint-password-prompt-regexp): Match `Enter Password'.
13638 2007-12-29  Jason Rumney  <jasonr@gnu.org>
13640         * find-dired.el (find-name-arg): New custom variable.
13641         (find-name-dired): Use it.
13642         (find-dired-find-program): Remove.
13643         (find-dired): Use find-program.
13644         (find-grep-dired): Use grep-program.
13646         * progmodes/grep.el (rgrep): Use find-name-arg.
13648 2007-12-29  Thien-Thi Nguyen  <ttn@gnuvola.org>
13650         * progmodes/cc-vars.el (defcustom-c-stylevar):
13651         Revert to pre-2007-12-12 version.
13653 2007-12-29  Richard Stallman  <rms@gnu.org>
13655         * emacs-lisp/find-func.el (find-function-after-hook): Add :type.
13657         * info.el (Info-clone-buffer): Rename from Info-clone-buffer-hook.
13658         Use changed.
13660         * startup.el (fancy-splash-help-echo): Var deleted.
13661         (fancy-splash-insert): Get help-echo from (startup-echo-area-message).
13662         (fancy-about-screen): Don't display fancy-splash-help-echo.
13664         * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text.
13666 2007-12-28  Eric S. Raymond  <esr@snark.thyrsus.com>
13668         * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el
13669         to vc-hooks.el so it will be available to other modes, such as
13670         speedbar.el.  Also, teach it to recognize monotone state directories.
13672         * speedbar.el: Remove this mode's fragile assumptions about
13673         version-control systems.  Instead, make it use logic from
13674         vc-hooks.el so it will become smarter whenever VC mode does.
13676         * vc-hooks.el: 'added is a real state, not a future hypothetical one.
13677         Fix the documentation.
13679         * vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el, vc-mcvs.el, vc-svn.el:
13680         Modify all instances of the dir-state back-end method to suppress
13681         keeping undo lists on the buffers holding status output, which
13682         can get extremely large.
13684         * vc-cvs.el, vc-svn.el: Simplify backend dired-state-info functions
13685         so they don't do work that the default one can do instead.
13687         * vc-hooks.el (vc-state): Document new 'ignored and 'unregistered
13688         states, and the new return-value convention.  These are not
13689         actually used yet, just set.
13691         * vc-svn.el (vc-svn-parse-status): Set 'ignored and 'unregistered
13692         states when appropriate.
13694         * vc-hg.el (vc-hg-state, vc-hg-dir-state): Set 'ignored and
13695         'unregistered when appropriate.
13697         * vc-git.el: Document that we don't set the new states yet.
13699         * vc.el (vc-dired-state-info): Display 'added, 'unregistered and
13700         'ignored states.
13702         * vc-cvs.el (vc-cvs-parse-status): Set the 'ignored state when
13703         appropriate.
13705         * vc-bzr.el (vc-bzr-dir-state): Set 'ignored and 'unregistered
13706         when appropriate.
13708 2007-12-28  Nick Roberts  <nickrob@snap.net.nz>
13710         * thumbs.el (thumbs-call-convert): Use call-process directly
13711         with thumbs-conversion-program instead of through shell-file-name
13712         for better error reporting.
13714 2007-12-27  Jay Belanger  <jay.p.belanger@gmail.com>
13716         * calc/calc-aent.el (math-remove-percentsigns):
13717         * calc/calccomp.el (math-to-percentsigns): Change placeholder
13718         for percent signs.
13720 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
13722         * vc.el (vc-dired-ignorable-p, vc-dired-hook): Speed optimization;
13723         use completion-ignored-extensions to detect files that should be
13724         ignorted in VC-Dired listings, heading off lots of expensive calls
13725         to (vc-state).
13727         * vc.el (vc-dired-hook): Show unregistered file status as "?" in
13728         non-terse mode.
13729         (vc-dired-ignorable-p): Ignore Makefile when it has a peer named
13730         Makefile.in or Makefile.am.
13732 2007-12-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13734         * ps-print.el (ps-mark-active-p): Fun returned back.
13735         (ps-print-preprint-region): Use `ps-mark-active-p' instead of
13736         `region-active-p' for error checking.
13738 2007-12-27  Eric S. Raymond  <esr@snark.thyrsus.com>
13740         * vc.el, vc-sccs.el, vc-rcs.el, vc-cvs.el, vc-mcvs.el:
13741         Put new machinery in place to support editing of change comments
13742         with 'e' in a log-view buffer.  Not documented yet as this
13743         only works for SCCS, RCS, and maybe CVS if you have admin
13744         privileges.  When we have backend support for Subversion and
13745         more modern systems it will be time to write this up.
13747 2007-12-27  Kenichi Handa  <handa@ni.aist.go.jp>
13749         * international/mule-cmds.el (select-safe-coding-system):
13750         When a buffer is modified, cancel the writing.
13752 2007-12-26  Eric S. Raymond  <esr@snark.thyrsus.com>
13754         * log-view.el: Add Subversion and Mercurial log format samples.
13756         * vc.el (vc-dired-hook): Significantly speed up by arranging for
13757         it to call the backend dir-state hook (if it exists)
13758         exactly *once*, rather than once per each subdirectory (with
13759         dired-state-info calls on all toplevel files slowing it down even
13760         further).  For this to work, backend dir-state methods have to
13761         recurse to subdirectories.  Most of them already did anyway; a few
13762         needed *non*-recursion switches removed.  This change mostly
13763         removed code that was perversely bad and should have been shot
13764         through the head years ago.
13766         * vc-bzr.el (vc-bzr-dir-state):
13767         * vc-cvs.el (vc-cvs-dir-state):
13768         * vc-mcvs.el (vc-mcvs-dir-state):
13769         * vc-svn.el (vc-svn-dir-state): Recurse in subdirectories.
13771         * vc-svn.el (vc-svn-print-log): svn log doesn't actually accept
13772         multiple arguments, so generate logs sequentially when we get them.
13773         * vc-hg.el (vc-hg-print-log): Gives this CVS-like "Working file:"
13774         headers so the various log bindings can do the right thing.
13775         * vc-cvs.el (vc-cvs-print-log): Fix a misleading comment.
13777 2007-12-26  Andreas Schwab  <schwab@suse.de>
13779         * font-lock.el (save-buffer-state): Make sure the state of the
13780         buffer is always restored.
13782 2007-12-26  Jay Belanger  <jay.p.belanger@gmail.com>
13784         * calc/calc.el (calc-lang-allow-percentsigns): New variable.
13786         * calc/calc-lang.el (calc-lang-allow-percentsigns): Declare as
13787         a variable.
13789         * calc/calccomp.el (math-to-percentsigns): New function.
13790         (math-compose-var): Handle variables with percent signs.
13791         (math-compose-expr): Handle function names with percent signs.
13793         * calc/calc-aent.el (math-to-percentsigns): Declare as function.
13794         (math-read-exprs): Handle percent signs in languages that
13795         allow them.
13796         (math-restore-underscores): Remove function.
13797         (math-remove-percentsigns, math-restore-placeholders):
13798         New functions.
13800 2007-12-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13802         * ps-print.el (ps-print-preprint-region): Use `region-active-p' instead
13803         of `mark' for error checking.
13805 2007-12-26  Tassilo Horn  <tassilo@member.fsf.org>
13807         * image-mode.el (image-bookmark-make-cell, image-bookmark-jump):
13808         New functions.
13809         (image-mode): Set bookmark-make-cell-function appropriately.
13811         * doc-view.el (doc-view-bookmark-jump): Correct misspelled arg name.
13813         * bookmark.el (bookmark-make-cell-function): New variable.
13814         (bookmark-make): Call bookmark-make-cell-function's function
13815         instead of bookmark-make-cell.
13816         (bookmark-get-handler, bookmark-jump-internal): New functions.
13817         (bookmark-jump, bookmark-jump-other-window, bookmark-insert)
13818         (bookmark-bmenu-2-window, bookmark-bmenu-other-window):
13819         Use bookmark-jump-internal.
13820         (bookmark-make-cell-for-text-file): Rename from bookmark-make-cell.
13822         * doc-view.el (doc-view-bookmark-make-cell)
13823         (doc-view-bookmark-jump): New functions.
13824         (doc-view-mode): Set bookmark-make-cell-function buffer-locally.
13826 2007-12-25  Miles Bader  <miles@gnu.org>
13828         * indent.el (indent-for-tab-command): Rigidly indent the following
13829         sexp along with the current line when a prefix arg is given in the
13830         non-active-region case.  Specify raw prefix in interactive spec.
13831         Simplify main indentation logic to get rid of the conditional call
13832         to `indent-according-to-mode' (it just ended up calling
13833         `indent-line-function' in all cases anyway, which can be done more
13834         simply here).  Remove unnecessary test of ARG in active region case.
13836 2007-12-25  Richard Stallman  <rms@gnu.org>
13838         * allout.el (allout-region-active-p): Rename from my-region-active-p.
13839         Use `use-region-p'.
13840         (allout-write-file-hook-handler): Simplify code.
13842         * ps-print.el (ps-mark-active-p): Function deleted.
13843         (ps-print-preprint-region): Use (mark) for the error check.
13845         * tooltip.el (tooltip-region-active-p): Use `use-region-p'.
13847         * winner.el (winner-active-region): Use `mark-active' if it's defined.
13849         * progmodes/ada-mode.el (ada-region-selected): Use `use-region-p'.
13851         * textmodes/org.el (org-region-active-p): Use `use-region-p'.
13853         * progmodes/idlwave.el (idlwave-region-active-p): Use `use-region-p'.
13855         * textmodes/reftex.el (reftex-region-active-p): Use `use-region-p'.
13857         * progmodes/cc-defs.el (c-region-is-active-p):
13858         Use `mark-active' if it's defined.
13860         * progmodes/cc-cmds.el (c-indent-line-or-region):
13861         Pass prefix arg to `c-indent-command'.  Use `use-region-p'.
13863         * simple.el (select-active-regions): New option.
13864         (set-mark): Obey it.
13865         (yank-pop-change-selection): New option.
13866         (current-kill): Obey it.
13868         * simple.el (use-region-p): Rename from `region-active-p'.
13869         (region-active-p): New function.
13871 2007-12-25  David Golden  <david.delaharpe.golden@gmail.com>  (tiny change)
13873         * term/x-win.el (x-select-enable-primary): New option.
13874         (x-select-text, x-cut-buffer-or-selection-value): Obey it.
13876         * mouse.el (mouse-yank-primary): New function (almost same
13877         as mouse-yank-secondary).
13879 2007-12-25  Dan Nicolaescu  <dann@ics.uci.edu>
13881         * calculator.el:
13882         * dframe.el:
13883         * iswitchb.el:
13884         * whitespace.el:
13885         * winner.el:
13886         * emacs-lisp/checkdoc.el:
13887         * mail/feedmail.el:
13888         * net/quickurl.el:
13889         * obsolete/fast-lock.el:
13890         * play/5x5.el:
13891         * progmodes/delphi.el:
13892         * progmodes/idlw-shell.el:
13893         * progmodes/idlwave.el:
13894         * textmodes/artist.el:
13895         * textmodes/ispell.el:
13896         * textmodes/texinfmt.el:
13897         * textmodes/texinfo.el: Remove obsolete definitions of backward
13898         compatibility macros for defcustom, defgroup, defface, when,
13899         unless, with-current-buffer and with-temp-message.
13901 2007-12-24  Nick Roberts  <nickrob@snap.net.nz>
13903         * progmodes/verilog-mode.el: Reformat parts to 80 columns.
13905 2007-12-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13907         * server.el (server-save-buffers-kill-terminal): Check the `proc' is
13908         indeed a process.
13910 2007-12-23  Richard Stallman  <rms@gnu.org>
13912         * simple.el (region-active-p): New function.
13913         (use-empty-active-region): New variable.
13915         * dired-aux.el (dired): Load dired.el at run time too.
13917 2007-12-23  Juri Linkov  <juri@jurta.org>
13919         * man.el (Man-follow-manual-reference): Fill the minibuffer's
13920         default list with a full list of references.
13922         * files.el (auto-mode-alist): Add \\' to doc-view files regexp.
13924 2007-12-23  Andreas Schwab  <schwab@suse.de>
13926         * files.el (switch-to-buffer-other-frame): Return the buffer
13927         switched to.
13929 2007-12-23  Michael Albinus  <michael.albinus@gmx.de>
13931         Sync with Tramp 2.1.12.
13933         * net/tramp.el: New todo item.
13935         * net/tramp-smb.el (tramp-smb-handle-insert-directory): Handle "-F"
13936         switch.  Reported by Mark T. Kennedy <mkennedy@diamondbackcap.com>.
13938         * net/trampver.el: Update release number.
13940 2007-12-22  Richard Stallman  <rms@gnu.org>
13942         * newcomment.el (comment-region-default): Don't triple the
13943         comment starter if the first region line isn't indented enough.
13945 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
13947         * net/imap.el (imap-authenticate): Use current-buffer instead of
13948         buffer, for the cases where imap-authenticate is called with a nil
13949         buffer parameter.
13951 2007-12-21  Martin Rudalics  <rudalics@gmx.at>
13953         * autoinsert.el (auto-insert-alist): Remove nonsensical precision
13954         specifier from format-string.  Reported by Ye Wenbin.
13956 2007-12-20  Jason Rumney  <jasonr@gnu.org>
13958         * nxml/nxml-mode.el (nxml-faces): Rename from nxml-highlighting-faces.
13959         Parent group is font-lock-faces.
13960         (nxml-light-blue-color, nxml-dark-blue-color, nxml-green-color)
13961         (nxml-sky-blue-color, nxml-dark-green-color, nxml-light-green-color):
13962         (nxml-version): Remove.
13963         (nxml-delimited-data, nxml-name, nxml-ref, nxml-delimiter)
13964         (nxml-text, nxml-comment-content, nxml-comment-delimiter)
13965         (nxml-processing-instruction-delimiter)
13966         (nxml-processing-instruction-target)
13967         (nxml-processing-instruction-content, nxml-cdata-section-delimiter)
13968         (nxml-cdata-section-CDATA, nxml-cdata-section-content)
13969         (nxml-char-ref-number, nxml-char-ref-delimiter, nxml-entity-ref-name)
13970         (nxml-entity-ref-delimiter, nxml-tag-delimiter, nxml-tag-slash)
13971         (nxml-element-prefix, nxml-element-colon, nxml-element-local-name)
13972         (nxml-attribute-prefix, nxml-attribute-colon)
13973         (nxml-attribute-local-name, nxml-namespace-attribute-xmlns)
13974         (nxml-namespace-attribute-colon, nxml-namespace-attribute-prefix)
13975         (nxml-attribute-value, nxml-attribute-value-delimiter)
13976         (nxml-namespace-attibute-value)
13977         (nxml-namespace-attribure-value-delimiter)
13978         (nxml-prolog-literal-delimiter, nxml-prolog-literal-content)
13979         (nxml-prolog-keyword, nxml-markup-declaration-delimiter, nxml-hash)
13980         (nxml-glyph): Rename, removing -face suffix.
13981         Inherit from existing font-lock faces.
13982         (nxml-apply-fontify-rule, nxml-char-ref-display-extra):
13983         Use new face names.
13985         * nxml/nxml-outln.el (nxml-heading, nxml-outline-indicator)
13986         (nxml-outline-active-indicator, nxml-outline-ellipsis):
13987         Rename, removing -face suffix.
13988         (nxml-highlighted-less-than, nxml-highlighted-greater-than)
13989         (nxml-highlighted-colon, nxml-highlighted-slash)
13990         (nxml-highlighted-ellipsis, nxml-highlighted-inactive-minus)
13991         (nxml-highlighted-active-minus, nxml-highlighted-active-plus)
13992         (nxml-highlighted-qname, nxml-outline-display-heading):
13993         Use new face names.
13995         * nxml/rng-valid.el (rng-error): Rename from rng-error-face.
13997         * nxml/rng-nxml.el (rng-nxml-easy-menu): Remove nxml-version.
13999 2007-12-19  Martin Rudalics  <rudalics@gmx.at>
14001         * cus-start.el (all): Use correct group name for members of
14002         mode-line group.
14004         * man.el (Man-default-man-entry): When looking for default man
14005         entry title search text preceding point.  Use when instead of if.
14007         * indent.el (indent-for-tab-command): Fix doc-string typo.
14009         * vc.el (vc-ensure-vc-buffer): Avoid infinite looping when
14010         vc-parent-buffer is the current buffer.
14012         * info-look.el (info-lookup, info-lookup-setup-mode)
14013         (info-lookup-make-completions): Avoid clobbering Info-history and
14014         Info-history-list.
14016 2007-12-19  Glenn Morris  <rgm@gnu.org>
14018         * progmodes/verilog-mode.el (top-level): Don't require compile.
14019         (compilation-error-regexp-alist, compilation-last-buffer):
14020         Define for compiler.
14021         (verilog-insert-1): New function.
14022         (verilog-insert-indices, verilog-generate-numbers): Doc fixes.
14023         Use verilog-insert-1.
14024         (verilog-surelint-off): Use next-error-last-buffer if bound.
14025         Check compile buffer is live.
14027 2007-12-19  John J Foerch  <jjfoerch@earthlink.net>  (tiny change)
14029         * progmodes/compile.el (compilation-start): Don't pass a FRAME
14030         argument to display-buffer.
14032 2007-12-19  Jason Rumney  <jasonr@gnu.org>
14034         * nxml/rng-maint.el (rng-format-manual): Do not autoload.
14035         (rng-autoload-modules, rng-update-autoloads, rng-compile-modules)
14036         (rng-byte-compile-load, rng-write-version): Remove.
14038         * nxml/rng-loc.el (rng-schema-locating-files-default)
14039         (rng-schema-locating-file-schema-file): Use files in etc/schemas.
14040         (rng-schema-loader-alist): Use rng-c-load-schema to load rnc files.
14042 2007-12-18  Michael Albinus  <michael.albinus@gmx.de>
14044         * files.el (cd-absolute): Set `list-buffers-directory' in order to
14045         show correct path in buffer list.
14047         * net/tramp.el (tramp-open-connection-setup-interactive-shell)
14048         (tramp-find-shell): Send only single prompt setting commands, in
14049         order to avoid double-prompt.
14051         * net/tramp-compat.el (top): Require cl only when compiling.
14052         Reported by Glenn Morris <rgm@gnu.org>.
14054 2007-12-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
14056         * progmodes/cc-vars.el (defcustom-c-stylevar): Eval VAL.
14057         (c-comment-continuation-stars): No longer declare with
14058         cc-bytecomp-obsolete-var and cc-bytecomp-defvar.
14059         (c-block-comment-prefix): Use symbol-value to
14060         access c-comment-continuation-stars.
14061         * progmodes/cc-mode.el (c-initialize-cc-mode):
14062         Use symbol-value to access c-comment-continuation-stars.
14064 2007-12-18  Mark A. Hershberger  <mah@everybody.org>
14066         * xml.el (xml-escape-string): New function.  Escape string using
14067         xml-entity-alist.
14068         (xml-debug-print-internal): Use xml-escape-string to escape
14069         characters in attributes and in text children of elements.
14071 2007-12-18  Glenn Morris  <rgm@gnu.org>
14073         * progmodes/cc-subword.el (c-subword-mode): Drop support for
14074         systems without define-minor-mode.
14076         * progmodes/cc-vars.el (defcustom-c-stylevar): Remove debugging message.
14078         * progmodes/verilog-mode.el: Replace all instances of
14079         string-to-int with string-to-number, insert-string with insert,
14080         and read-input with read-string.
14081         (top-level): No need to require imenu, reporter, dinotrace, vc,
14082         font-lock when compiling.  Always require compile.  Relegate remaining
14083         compatibility cruft to XEmacs.  Don't require font-lock.
14084         (verilog-version): Remove superfluous concat.
14085         (dinotrace-unannotate-all, zmacs-activate-region, customize-apropos):
14086         No need to define.
14087         (verilog-regexp-opt): On Emacs, just make it an alias for regexp-opt.
14088         (verilog-font-lock-keywords, verilog-font-lock-keywords-1)
14089         (verilog-font-lock-keywords-2, verilog-font-lock-keywords-3)
14090         (verilog-startup-message-displayed): These are variables, not constants.
14091         (verilog-batch-execute-func, verilog-auto-inst)
14092         (verilog-auto-inst-param): Use mapc rather than mapcar.
14093         (sigs-in, sigs-inout, sigs-out): Define for compiler rather than
14094         actually defining.
14095         (verilog-modi-get-decls, verilog-modi-get-sub-decls)
14096         (verilog-modi-get-outputs, verilog-modi-get-inouts)
14097         (verilog-modi-get-inputs, verilog-modi-get-wires)
14098         (verilog-modi-get-regs, verilog-modi-get-assigns)
14099         (verilog-modi-get-consts, verilog-modi-get-gparams)
14100         (verilog-modi-get-sub-outputs, verilog-modi-get-sub-inouts)
14101         (verilog-modi-get-sub-inputs): Move inline functions earlier in
14102         the file.
14103         (sigs-in, sigs-out): Don't declare multiple times.
14104         (got-sig, got-rvalue, uses-delayed): Define for compiler with just
14105         `defvar'.
14106         (verilog-auto): Call dinotrace-unannotate-all only if bound.
14107         (verilog-module-inside-filename-p): No need to wrap fboundp test
14108         in condition-case.
14109         (reporter-submit-bug-report): Autoload it.
14110         (verilog-mark-defun): Call zmacs-activate-region only if bound.
14111         (verilog-font-customize): Call customize-apropos only if bound.
14112         (verilog-getopt-flags, verilog-auto-reeval-locals):
14113         Use make-local-variable rather than make-variable-buffer-local.
14114         (verilog-company, verilog-project, verilog-modi-cache-list):
14115         Move make-variable-buffer-local calls to top-level.
14116         (font-lock-defaults-alist): Don't define it.
14117         (verilog-need-fld): Remove.
14118         (verilog-font-lock-init): Don't set font-lock-defaults-alist.
14119         (verilog-mode): Only call make-local-hook on XEmacs.
14120         Set font-lock-defaults rather than using verilog-font-lock-init.
14122 2007-12-17  Andreas Schwab  <schwab@suse.de>
14124         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
14125         Fix comment typo.
14127 2007-12-16  Michael Albinus  <michael.albinus@gmx.de>
14129         * net/dbus.el (dbus-name-owner-changed-handler):
14130         Use `dbus-unregister-signal' for removing old rules.
14131         Obey new structure of `dbus-registered-functions-table'.
14133 2007-12-12  Thien-Thi Nguyen  <ttn@gnuvola.org>
14135         * progmodes/cc-vars.el (defcustom-c-stylevar): Rewrite.
14137 2007-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
14139         * progmodes/verilog-mode.el (set-buffer-menubar): Remove unused
14140         function.
14141         (add-submenu): Only define for XEmacs.
14142         (verilog-regexp-words): Revert previous change, keep the other
14143         definition.
14145 2007-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
14147         * progmodes/perl-mode.el (perl-continued-statement-offset)
14148         (perl-continued-brace-offset, perl-brace-offset)
14149         (perl-brace-imaginary-offset, perl-label-offset):
14150         * progmodes/cperl-mode.el (cperl-brace-offset)
14151         (cperl-continued-brace-offset, cperl-label-offset)
14152         (cperl-continued-statement-offset)
14153         (cperl-extra-newline-before-brace, cperl-merge-trailing-else):
14154         Add safe-local-variable properties.
14156 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
14158         * progmodes/verilog-mode.el (verilog-mode-map)
14159         (verilog-template-map, verilog-mode-mouse-map): Fix typos.
14160         (verilog-colorize-include-files): Use only overlay functions so
14161         that it can work on both emacs and XEmacs.
14162         (set-extent-keymap): Remove unused defun.
14163         (verilog-kill-existing-comment, verilog-insert-date)
14164         (verilog-insert-year): Rename in order not to pollute the global
14165         namespace from kill-existing-comment, insert-date and
14166         insert-year, respectively.
14167         (verilog-set-auto-endcomments, verilog-header): Update callers.
14169         * files.el (auto-mode-alist): Recognize verilog files.
14171         * progmodes/verilog-mode.el (verilog-string-replace-matches)
14172         (verilog-string-remove-spaces, verilog-re-search-forward)
14173         (verilog-re-search-backward, verilog-re-search-forward-quick)
14174         (verilog-re-search-backward-quick, verilog-get-beg-of-line)
14175         (verilog-get-end-of-line, verilog-within-string): Move definitions
14176         before first use.  No code changes.
14178 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
14180         * progmodes/verilog-mode.el (verilog-mode-version)
14181         (verilog-mode-release-date): Don't use expanding keywords.
14182         (provide): Move to the end of file.
14183         (fboundp): Don't check if eval-when-compile is bound, it is used
14184         later in the file without checking.
14185         (when, unless): Copy definitions from subr.el.
14186         (char-before, defcustom, defface, customize-group)
14187         (verilog-batch-error-wrapper): Don't use old style backquotes.
14188         (verilog-regexp-opt): Avoid using the cl function case.
14189         (verilog-regexp-words): Remove duplicated definition.
14190         (verilog-mode-abbrev-table): Remove, duplicate.
14191         (verilog-mode-map, verilog-template-map, verilog-mode-mouse-map):
14192         Declare and initialize in one step.
14193         (verilog-declaration-prefix-re, verilog-declaration-re)
14194         (verilog-end-of-statement, verilog-indent-declaration)
14195         (verilog-get-lineup-indent): Remove trailing whitespace.
14196         (verilog-mode): Fix autoload cookie.
14197         Set beginning-of-defun-function and end-of-defun-function.  Use when
14198         instead of if.
14199         (verilog-emacs-features, verilog-auto-ascii-enum)
14200         (verilog-insert-indices): Escape braces in doc strings.
14202 2007-12-08  Michael McNamara  <mac@verilog.com>
14203             Wilson Snyder  <wsnyder@wsnyder.org>
14205         * progmodes/verilog-mode.el: New file.
14207 2007-12-08  Eli Zaretskii  <eliz@fencepost.gnu.org>
14209         * international/latexenc.el (latexenc-find-file-coding-system):
14210         If both coding-system-for-write and buffer-file-coding-system of
14211         latex-main-file are nil, use `undecided'.
14213 2007-12-06  Jason Rumney  <jasonr@gnu.org>
14215         * mouse.el (mouse-buffer-menu-alist): Keep buffer names left aligned.
14217 2007-12-12  Yoni Rabkin Katzenell  <yoni-r@actcom.com>  (tiny change)
14219         * files.el (revert-buffer): Docstring fix.
14221 2007-12-11  Glenn Morris  <rgm@gnu.org>
14223         * emacs-lisp/check-declare.el (check-declare-verify): Handle deffoo.
14225 2007-12-11  Jay Belanger  <jay.p.belanger@gmail.com>
14227         * calc/calc-aent.el (math-restore-underscores)
14228         (math-string-restore-underscores): New functions.
14229         (math-read-factor): Properly check variable names with underscores
14230         for entries in `math-expr-variable-mapping'.
14232         * calc/calc-lang.el (math-lang-name): New property name.
14234         * calc/calc.el (calc-set-mode-line): Use `math-lang-name'
14235         to set language name.
14237 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14239         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
14241 2007-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14243         * server.el (server-select-display): Fix important typo.
14244         (server-process-filter): Turn a "" display into nil.
14246 2007-12-09  Juri Linkov  <juri@jurta.org>
14248         * replace.el (keep-lines, flush-lines, how-many): Doc fix.
14249         Check search-upper-case before calling isearch-no-upper-case-p
14250         to set case-fold-search.
14251         (occur): Doc fix.
14252         (occur-1, perform-replace): Check search-upper-case before calling
14253         isearch-no-upper-case-p to set case-fold-search.
14255         * isearch.el (search-upper-case): Doc fix.
14256         (isearch-mode-map): Bind `M-s o' to isearch-occur.
14257         (isearch-query-replace): Doc fix.  Let-bind search-upper-case to nil.
14258         (isearch-query-replace-regexp): Doc fix.
14259         (isearch-occur): New function.
14261 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14263         * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
14264         backward compatibility.
14266         * net/imap.el (imap-string-to-integer): New function.
14268 2007-12-09  David Kastrup  <dak@gnu.org>
14270         * emacs-lisp/lisp-mnt.el (lm-verify): Make it work with
14271         directories.  Not sure anybody uses this anymore, though.
14273 2007-12-09  Glenn Morris  <rgm@gnu.org>
14275         * emulation/viper-init.el (top-level): Use dolist rather than mapc
14276         in make-variable-frame-local call.
14278 2007-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
14280         * mail/hashcash.el (declare-function):
14281         * net/imap.el (declare-function): New no-op macro for backward
14282         compatibility.
14284 2007-12-08  Eli Zaretskii  <eliz@gnu.org>
14286         Sync makefile.w32-in with Makefile.in.
14288         * makefile.w32-in (check-declare): New target.
14289         (BYTE_COMPILE_EXTRA_FLAGS): New variable.
14290         (.el.elc, compile-CMD, compile-SH, compile-always-CMD)
14291         (compile-always-SH, compile-calc-CMD, compile-calc-SH)
14292         ($(lisp)/progmodes/cc-mode.elc): Use it.
14293         ($(lisp)/progmodes/cc-mode.elc): New rule.
14295 2007-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14297         * indent.el (tab-stop-list): Mark as safe-local-variable.
14299         * generic-x.el (etc-sudoers-generic-mode): New mode.
14300         (generic-unix-modes): Add it.
14302 2007-12-08  Michael Albinus  <michael.albinus@gmx.de>
14304         * net/dbus.el (dbus-hash-table=): Remove function.  We cannot
14305         apply wildcards in a hash table key; there is no usable hash code then.
14306         (dbus-registered-functions-table): Use `equal' as test function.
14307         (dbus-name-owner-changed-handler): Rewrite due to new hash table
14308         structure.
14310 2007-12-08  Martin Rudalics  <rudalics@gmx.at>
14312         * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
14313         bound error in block comment branch.
14315 2007-12-08  David Kastrup  <dak@gnu.org>
14317         * textmodes/reftex.el (reftex-select-with-char):
14318         * textmodes/reftex-toc.el (reftex-toc-do-promote)
14319         (reftex-toc-visit-location, reftex-toc-find-section):
14320         * textmodes/reftex-index.el (reftex-index-show-entry):
14321         * textmodes/org.el (org-cycle-hide-archived-subtrees)
14322         (org-table-rotate-recalc-marks, org-mark-ring-push)
14323         (org-follow-info-link, org-mhe-get-message-folder-from-index)
14324         (org-auto-repeat-maybe, org-store-log-note, org-delete-property)
14325         (org-evaluate-time-range, org-edit-agenda-file-list):
14326         * textmodes/artist.el (artist-select-next-op-in-list)
14327         (artist-select-prev-op-in-list):
14328         * term/mac-win.el (mac-service-insert-text):
14329         * startup.el (fancy-about-screen):
14330         * progmodes/vhdl-mode.el (vhdl-decision-query):
14331         * progmodes/idlwave.el (idlwave-template)
14332         (idlwave-scroll-completions, idlwave-display-completion-list):
14333         * progmodes/ebrowse.el (ebrowse-show-progress):
14334         * progmodes/cperl-mode.el (cperl-find-pods-heres):
14335         * progmodes/antlr-mode.el (antlr-insert-option-do):
14336         * play/mpuz.el (mpuz-close-game):
14337         * net/rcirc.el (rcirc-next-active-buffer):
14338         * mail/reporter.el (reporter-update-status):
14339         * kmacro.el (kmacro-display):
14340         * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
14341         * emulation/viper-util.el (viper-save-setting):
14342         * emacs-lisp/lisp-mnt.el (lm-verify):
14343         * emacs-lisp/edebug.el (edebug-set-mode):
14344         * emacs-lisp/checkdoc.el (checkdoc-rogue-spaces, checkdoc-defun):
14345         * calendar/calendar.el (calendar-print-day-of-year):
14346         * calc/calcalg3.el (calc-curve-fit):
14347         * calc/calcalg2.el (math-integral):
14348         * calc/calc.el (calc-read-key-sequence, calc-version):
14349         * calc/calc-mode.el (calc-set-simplify-mode):
14350         * calc/calc-ext.el (calc-fancy-prefix): Fix buggy call to `message'.
14352 2007-12-07  D. Goel  <deego3@gmail.com>
14354         * progmodes/idlw-shell.el (idlwave-shell-display-line)
14355         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
14356         (ada-xref-find-in-modified-ali, ada-find-in-src-path)
14357         * mail/uce.el (uce-reply-to-uce)
14358         * progmodes/vhdl-mode.el (vhdl-template-modify)
14359         * mail/feedmail.el (feedmail-dump-message-to-queue): Improve calls
14360         to `error' (as suggested by RMS.)
14362 2007-12-07  Glenn Morris  <rgm@gnu.org>
14364         * allout.el (allout-write-file-hook-handler):
14365         * textmodes/reftex.el (reftex-TeX-master-file):
14366         * textmodes/reftex-parse.el (reftex-short-context):
14367         Revert previous change.
14369 2007-12-07  Michael Albinus  <michael.albinus@gmx.de>
14371         * net/dbus.el (dbus-hash-table=): Fix for new hash table key structure.
14372         (dbus-list-hash-table, dbus-name-owner-changed-handler): New defuns.
14373         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
14374         (dbus-event-service-name, dbus-event-path-name)
14375         (dbus-event-interface-name, dbus-event-member-name): Fix for new
14376         event structure.
14377         (dbus-list-activatable-names, dbus-list-names)
14378         (dbus-list-queued-owners, dbus-get-name-owner, dbus-introspect):
14379         Reorder `dbus-call-method' arguments.
14381 2007-12-06  D. Goel  <deego3@gmail.com>
14383         * allout.el (allout-write-file-hook-handler):
14384         * textmodes/reftex.el (reftex-TeX-master-file):
14385         * textmodes/org.el (org-paste-subtree):
14386         * progmodes/vhdl-mode.el (vhdl-template-modify):
14387         * progmodes/idlw-shell.el (idlwave-shell-send-command)
14388         (idlwave-shell-display-line):
14389         * progmodes/ada-xref.el (ada-find-file, ada-get-all-references)
14390         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
14391         * net/trampver.el (x):
14392         * mail/uce.el (uce-reply-to-uce):
14393         * mail/rmailout.el (rmail-output):
14394         * mail/feedmail.el (feedmail-dump-message-to-queue):
14395         * whitespace.el (whitespace-write-file-hook):
14396         * wdired.el (wdired-check-kill-buffer):
14397         * vc.el (vc-update):
14398         * vc-mcvs.el (vc-mcvs-checkin):
14399         * vc-cvs.el (vc-cvs-checkin):
14400         * man.el (Man-bgproc-sentinel, Man-goto-see-also-section):
14401         * ibuffer.el (ibuffer-current-buffer):
14402         * dired.el (dired-move-to-end-of-filename):
14403         * bindings.el (complete-symbol):
14404         * textmodes/org-publish.el (org-publish-file):
14405         (org-publish-current-project):
14406         * textmodes/reftex-parse.el (reftex-short-context):
14407         * textmodes/texinfmt.el: Fix buggy calls to `error'.
14409 2007-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14411         * doc-view.el (doc-view-dvi->pdf-sentinel)
14412         (doc-view-pdf/ps->png-sentinel, doc-view-pdf->txt-sentinel)
14413         (doc-view-ps->pdf-sentinel, doc-view-display): Don't change buffer
14414         within a sentinel or timer.
14415         (doc-view-display): Don't try to display before the requested page
14416         is available, unless told to do so explicitly.
14417         (doc-view-pdf/ps->png-sentinel, doc-view-initiate-display):
14418         Force display even if the requested page is not available.
14420 2007-12-06  Richard Stallman  <rms@gnu.org>
14422         * help-fns.el (describe-function-1): Call ad-get-advice-info
14423         only on symbols.
14425 2007-12-06  Glenn Morris  <rgm@gnu.org>
14427         * progmodes/antlr-mode.el (antlr-keyword, antlr-syntax)
14428         (antlr-ruledef, antlr-tokendef, antlr-ruleref-face)
14429         (antlr-tokenref, antlr-literal): Inherit from standard font-lock
14430         faces in non-light-background case.
14432         * add-log.el, dired-aux.el, font-lock.el, help-fns.el, ido.el:
14433         * informat.el, emacs-lisp/bytecomp.el, emacs-lisp/gulp.el:
14434         * emacs-lisp/tcover-ses.el, emacs-lisp/timer.el, emulation/edt.el:
14435         * emulation/vi.el, emulation/viper-cmd.el:
14436         * international/titdic-cnv.el, mail/emacsbug.el, progmodes/dcl-mode.el:
14437         * progmodes/prolog.el, progmodes/ps-mode.el, progmodes/python.el:
14438         * textmodes/fill.el: Remove directory part from filenames in
14439         function declarations.
14441         * dired-aux.el (mailcap-mime-info): Update declaration.
14443 2007-12-05  Richard Stallman  <rms@gnu.org>
14445         * wid-edit.el (widget-type): Doc fix.
14447 2007-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14449         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14450         Don't match "sub { (...) ... }".
14452 2007-12-05  Richard Stallman  <rms@gnu.org>
14454         * international/mule-cmds.el (toggle-input-method-active): New var.
14455         (toggle-input-method): Bind toggle-input-method-active to t.
14456         Error if it was already non-nil.
14458 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
14460         * net/tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
14462 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
14464         * net/tls.el (open-tls-stream): Actually consult tls-checktrust to
14465         see if certs should be verified and what is to be done in the
14466         event of a verification failure.
14468 2007-12-05  Reiner Steib  <Reiner.Steib@gmx.de>
14470         * net/tls.el (tls-program): Provide more custom choices from
14471         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
14472         (tls-process-connection-type, tls-success): Remove "*" in doc string.
14473         (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
14474         version.  Minor improvement to doc strings.
14475         (tls-program): Add comment.
14477 2007-12-05  Elias Oltmanns  <eo@nebensachen.de>
14479         * net/tls.el (tls-certtool-program, tls-hostmismatch): New variables.
14480         (tls-checktrust): New variable.  Check if GNU TLS complained about a
14481         mismatch between the hostname provided in the certificate and the name
14482         of the host connnecting to.
14483         (open-tls-stream): Use them.  Check certificates against trusted root
14484         certificates.
14486 2007-12-05  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
14488         * net/imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
14489         (imap-parse-status): Upcase status-att for broken servers that sends
14490         them lower-case (e.g., MS Exchange 2007).
14492 2007-12-05  D. Goel  <deego3@gmail.com>
14494         * simple.el (undo):
14495         * image-dired.el (image-dired-display-thumb-properties):
14496         (image-dired-modify-mark-on-thumb-original-file):
14497         (image-dired-dired-display-properties):
14498         * help.el (help-window-display-message):
14499         * files.el (hack-local-variables-confirm):
14500         * ediff.el (ediff-version):
14501         * complete.el (pc-chunk-after, PC-temp-minibuffer-message):
14502         `message' and `error': Ensure that first arg is a format string.
14504         * emacs-lisp/find-func.el (find-library-name): Prefer files with
14505         ".el" suffix over "".
14507 2007-12-05  Michael Albinus  <michael.albinus@gmx.de>
14509         * net/dbus.el (dbus-hash-table=): Allow nil as wildcard in the
14510         interface and member fields.
14512 2007-12-05  Glenn Morris  <rgm@gnu.org>
14514         * eshell/em-alias.el (pcomplete-stub): Define for compiler.
14515         (pcomplete-here): Autoload it.
14517         * eshell/em-basic.el (print-func): No need to define for compiler.
14519         * eshell/esh-cmd.el (eshell-debug-command):
14520         * eshell/esh-io.el (eshell-print): Move definitions before use.
14522         * eshell/esh-module.el (eshell-load-defgroups): Eval and compile.
14524         * eshell/esh-util.el (top-level): Don't require pp.
14525         Use condition-case rather than ignore-errors.
14527         * eshell/eshell.el (eshell-buffer-name): Define for compiler.
14529         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el
14530         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14531         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el
14532         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el
14533         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el
14534         * eshell/em-xtra.el, eshell/esh-cmd.el, eshell/esh-test.el
14535         * eshell/esh-util.el, eshell/eshell.el: Require individual files
14536         if needed when compiling, rather than esh-maint.  Collect any
14537         require statements.  Move provide statement to end.  Move any
14538         commentary to start.
14540         * eshell/esh-arg.el, eshell/esh-ext.el, eshell/esh-io.el:
14541         * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el:
14542         * eshell/esh-proc.el, eshell/esh-var.el:
14543         Require individual files if needed when compiling, rather than
14544         esh-maint.  Collect any require statements.  Leave provide at start.
14545         Move any commentary to start.
14547         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14548         Remove declared function from byte-compile-noruntime-functions.
14550         * ediff-util.el (ediff-version):
14551         * progmodes/python.el (compilation-shell-minor-mode):
14552         * textmodes/org.el (Info-goto-node, calendar-astro-date-string)
14553         (calendar-bahai-date-string, calendar-check-holidays)
14554         (calendar-chinese-date-string, calendar-coptic-date-string)
14555         (calendar-ethiopic-date-string, calendar-forward-day)
14556         (calendar-french-date-string, calendar-goto-date)
14557         (calendar-goto-today, calendar-hebrew-date-string)
14558         (calendar-islamic-date-string, calendar-iso-date-string)
14559         (calendar-julian-date-string, calendar-mayan-date-string)
14560         (calendar-persian-date-string, gnus-summary-last-subject)
14561         (parse-time-string, rmail-show-message): Declare as functions.
14563 2007-12-05  Michael Olson  <mwolson@gnu.org>
14565         * textmodes/remember.el: Merge contents of remember-diary.el here,
14566         updating header.  Add autoload cookie so that byte-compilation
14567         works without warning.
14568         (remember-diary-file): Default to nil, since diary might not yet
14569         be loaded at this point, which would deny us access to diary-file.
14570         (remember-diary-extract-entries): If remember-diary-file is nil,
14571         then use diary-file instead.
14573         * textmodes/remember-diary.el: Remove, due to the issue of needing
14574         the first 8 characters of a filename to be unique.
14576 2007-12-04  Michael Albinus  <michael.albinus@gmx.de>
14578         * net/dbus.el (dbus-hash-table=): New defun.
14579         (dbus-hash-table-test): New hash table test function, used in
14580         `dbus-registered-functions-table'.
14581         (dbus-check-event, dbus-handle-event, dbus-event-bus-name)
14582         (dbus-event-service-name, dbus-event-path-name)
14583         (dbus-event-interface-name, dbus-event-member-name):
14584         Rewrite, due to new structure of `dbus-event'.
14586 2007-12-04  Juanma Barranquero  <lekktu@gmail.com>
14588         * ido.el (ido-save-history): Set the `coding' local
14589         variable in the first line of the file.
14591 2007-12-04  Glenn Morris  <rgm@gnu.org>
14593         * password-cache.el: Move here from gnus/password.el.
14594         (top-level): Don't require cl when compiling.
14595         (password-read-and-add): Doc fix.  Make obsolete.
14597         * net/tramp.el: Require password-cache or password.
14599         * emulation/cua-base.el (top-level): Move (provide 'cua-base) to end.
14600         No longer provide 'cua.  Don't require cua-rect, cua-gmrk when
14601         compiling.
14602         (cua-set-rectangle-mark): Add doc string to autoload.
14603         (cua--rectangle, cua--last-killed-rectangle)
14604         (cua--global-mark-active): Always define for compiler.
14605         (cua-copy-rectangle, cua-cut-rectangle, cua--rectangle-left)
14606         (cua--delete-rectangle, cua--insert-rectangle)
14607         (cua--rectangle-corner, cua--rectangle-assert)
14608         (cua--insert-at-global-mark, cua--global-mark-post-command):
14609         Declare as functions.
14611         * emulation/cua-gmrk.el (top-level): Move provide to end.
14613         * emulation/cua-rect.el (top-level): Move provide to end.
14614         Don't require cua-gmrk when compiling.
14615         (cua--cut-rectangle-to-global-mark)
14616         (cua--copy-rectangle-to-global-mark): Declare as functions.
14618         * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14619         (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14620         (viper-vi-state-cursor-color):
14621         Consolidate make-variable-frame-local calls.
14623         * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
14624         (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
14625         than bbdb-address-street1,2,3.
14627         * textmodes/reftex-toc.el (reftex-make-separate-toc-frame):
14628         Try x-focus-frame before focus-frame.  Only try focus-frame on XEmacs.
14630 2007-12-03  Karl Fogel  <kfogel@red-bean.com>
14632         * saveplace.el (save-place-quiet): Remove, reverting 2007-12-02T19:54:46Z!kfogel@red-bean.com.
14633         (save-place-alist-to-file, load-save-place-alist-from-file):
14634         Don't print non-error messages at all, there's really no need.
14635         Do print if there's a problem, and clarify message in that case.
14637 2007-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
14639         * ediff-diff.el (ediff-prepare-error-list):
14640         * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
14642 2007-12-03  Tassilo Horn  <tassilo@member.fsf.org>
14644         * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
14645         (doc-view-current-overlay, doc-view-pending-cache-flush):
14646         Add doc string.
14648 2007-12-03  Richard Stallman  <rms@gnu.org>
14650         * subr.el (declare-function): Move from byte-run.el.
14652         * emacs-lisp/byte-run.el (declare-function): Move to subr.el.
14654         * window.el (recenter-top-bottom): Don't use `ecase'.
14656 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
14658         * saveplace.el (save-place-alist-to-file):
14659         Set coding-system-for-write once and refer to it throughout.
14660         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
14662 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
14664         * saveplace.el (save-place-alist-to-file): Use `utf-8' coding
14665         system when writing, and set it in the first-line file variables.
14666         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
14667         Juanma Barranquero.
14669 2007-12-02  Glenn Morris  <rgm@gnu.org>
14671         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14672         Reverse branches of if statement.
14674         * emulation/viper-cmd.el (top-level): Don't require advice.
14675         Don't load viper-util, viper-keym, viper-mous, viper-macs,
14676         viper-ex when compiling.
14678         * emulation/viper-ex.el (top-level): Don't load viper-util,
14679         viper-keym when compiling.
14681         * emulation/viper-init.el (top-level): Move provide statement to end.
14683         * emulation/viper-keym.el (top-level): Don't load viper-util when
14684         compiling.  Move provide statement to end.
14686         * emulation/viper-macs.el (top-level): Don't load viper-util,
14687         viper-keym, viper-mous when compiling.
14689         * emulation/viper-mous.el (top-level): Don't load viper-util when
14690         compiling.
14692         * emulation/viper-util.el (top-level): Don't load viper-init when
14693         compiling.
14695         * emulation/viper.el (top-level): Don't require ring.
14696         Don't load viper-init, viper-cmd when compiling.
14698         * net/sasl-cram.el, net/sasl-digest.el, net/sasl-ntlm.el, net/sasl.el:
14699         Move here from gnus/.
14701 2007-12-02  Karl Fogel  <kfogel@red-bean.com>
14703         Offer option for saveplace to be quiet about loading and saving.
14704         Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk>.
14706         * saveplace.el (save-place-quiet): New customizable boolean.
14707         (save-place-alist-to-file, load-save-place-alist-from-file): Use it
14708         to determine whether to print loading/saving messages.
14710 2007-12-02  Glenn Morris  <rgm@gnu.org>
14712         * mail/binhex.el: Move here from gnus/.
14713         (binhex): New custom group.
14714         (binhex-decoder-program, binhex-decoder-switches)
14715         (binhex-use-external): Move to the binhex custom group.
14717         * mail/uudecode.el: Move here from gnus/.
14718         (uudecode): New custom group.
14719         (uudecode-decoder-program, uudecode-decoder-switches)
14720         (uudecode-use-external): Move to the uudecode custom group.
14722         * net/netrc.el (top-level): Don't load `encrypt' features.
14723         (netrc-parse): Don't use encrypt.
14724         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
14726         * progmodes/python.el (top-level): Don't require cl when compiling.
14728 2007-12-02  Agustín Martín  <agustin.martin@hispalinux.es>
14730         * textmodes/flyspell.el (flyspell-large-region): Explicitly set
14731         encoding for aspell process and for communication with it.
14732         Only add "-d" option if not already present.
14733         Use ispell-current-dictionary and ispell-current-personal-dictionary.
14734         General reorganization.
14736         * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set
14737         encoding here.
14738         (ispell-start-process): Explicitly set encoding here if using aspell.
14740 2007-12-02  Dan Nicolaescu  <dann@ics.uci.edu>
14742         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff
14743         function to log-edit.
14745 2007-12-02  Michael Albinus  <michael.albinus@gmx.de>
14747         * net/dbus.el: New file.
14749 2007-12-02  Jay Belanger  <jay.p.belanger@gmail.com>
14751         * calc/calc.el (calc-lang-slash-idiv, calc-lang-allow-underscores)
14752         (calc-lang-c-type-hex, calc-lang-brackets-are-subscripts)
14753         (calc-lang-parens-are-subscripts): New variables.
14754         (math-expr-special-function-mapping): Remove variable.
14755         (math-eqn-ignore-words, math-tex-ignore-words)
14756         (math-latex-ignore-words): Move to calc-lang.el.
14758         * calc/calc-lang.el (math-compose-vector, math-compose-var)
14759         (math-tex-expr-is-flat): Declare as functions.
14760         (calc-lang-slash-idiv, calc-lang-allow-underscores)
14761         (math-comp-left-bracket, math-comp-right-bracket)
14762         (math-comp-comma, math-comp-vector-prec): Declare as variables.
14763         (math-var-formatter, math-matrix-formatter)
14764         (math-lang-adjust-words, math-lang-read-symbol, math-land-read)
14765         (math-punc-table, math-compose-subscr, math-dots)
14766         (math-func-formatter): New property names to store language
14767         specific information.
14768         (math-compose-tex-var, math-compose-tex-intv)
14769         (math-compose-maple-intv, math-compose-eqn-intv)
14770         (math-compose-tex-sum, math-compose-tex-func)
14771         (math-compose-tex-intv): New functions.
14772         (math-eqn-ignore-words, math-tex-ignore-words)
14773         (math-latex-ignore-words): Move from calc.el.
14774         (math-special-function-table): Add entries for tex.
14775         (calc-lang-slash-idiv, calc-lang-allows-underscores):
14776         New variables.
14777         (math-compose-latex-frac): Rename from `math-latex-print-frac'.
14778         (math-compose-tex-matrix, math-compose-eqn-matrix)
14779         (math-eqn-special-functions): Move from calccomp.el.
14781         * calc/calccomp.el (math-compose-var): New function.
14782         (math-compose-expr): Allow more special functions to be used.
14783         Change test for formatting fractions.  Use variables and property
14784         names to help with language specific formatting.
14785         (math-compose-tex-matrix, math-compose-eqn-matrix)
14786         (math-eqn-special-functions): Move to calc-lang.el.
14787         (math-compose-rows): Use property names to help with language
14788         specific formatting.
14790         * calc/calc-aent.el (math-read-factor): Turn multiple subscripts
14791         into nested subscripts.
14792         (math-read-token): Use variables and property names to help with
14793         language specific parsing.
14794         (math-read-expression-level): Use variables to help with language
14795         specific parsing.
14797 2007-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14799         * arc-mode.el (archive-find-type): Add recognition of rar-exe format.
14800         (archive-rar-summarize): Allow the file name to be passed as argument.
14801         Remove unused vars `header' and `footer'.
14802         (archive-rar-exe-summarize, archive-rar-exe-extract): New functions.
14804 2007-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
14806         * log-edit.el (log-edit-show-diff): New function.
14807         (log-edit-mode-map, log-edit-menu): Bind it.
14808         (log-edit-diff-function): New variable.
14809         (log-edit): Change the 3rd param to be an alist and accept a
14810         function that computes a diff for the files involved.
14812         * vc.el (vc-log-edit): Add a diff function parameter to log-edit.
14814 2007-12-01  Martin Rudalics  <rudalics@gmx.at>
14816         * play/blackbox.el (bb-up, bb-down): Revert 2007-10-21 change and
14817         wrap next-/previous-line in with-no-warnings.
14819 2007-12-01  Glenn Morris  <rgm@gnu.org>
14821         * format-spec.el, hex-util.el, sha1.el: Move here from gnus/.
14823         * net/dig.el: Move here from gnus/.
14824         (dig-mode): Replace gnus-run-mode-hooks with equivalent expansion.
14826         * net/dns.el: Move here from gnus/.
14827         (top-level): Don't require mm-util, or cl when compiling.
14828         (dns-write-name, dns-read, dns-read-type, query-dns):
14829         Replace mm-with-unibyte-buffer with its expansion.
14830         (query-dns): Replace decf and ignore-errors with non-cl equivalents.
14832         * progmodes/gdb-ui.el (gud-remove, gud-break):
14833         * progmodes/gud.el (gdb-create-define-alist)
14834         (gdb-restore-windows, gdb-reset, global-hl-line-highlight)
14835         (hl-line-highlight, gdb-display-source-buffer)
14836         (gdb-display-buffer, c-langelem-sym, c-langelem-pos)
14837         (syntax-symbol, syntax-point, gdb-enqueue-input): Declare as functions.
14839 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
14841         * textmodes/org-export-latex.el (org-export-latex-cleaned-string):
14842         Move args on defun line.
14844         * textmodes/org.el (org-calendar-holiday):
14845         Use calendar-check-holidays instead of the obsolete
14846         check-calendar-holidays.
14847         (add-to-diary-list, table--at-cell-p, Info-find-node, bbdb)
14848         (bbdb-company, bbdb-current-record, bbdb-name)
14849         (bbdb-record-getprop, bbdb-record-name)
14850         (bibtex-beginning-of-entry, bibtex-generate-autokey)
14851         (bibtex-parse-entry, bibtex-url, cdlatex-tab)
14852         (dired-get-filename, gnus-article-show-summary, mh-display-msg)
14853         (mh-find-path, mh-get-header-field, mh-get-msg-num)
14854         (mh-header-display, mh-index-previous-folder)
14855         (mh-normalize-folder-name, mh-search, mh-search-choose, mh-show)
14856         (mh-show-buffer-message-number, mh-show-header-display)
14857         (mh-show-msg, mh-show-show, mh-visit-folder)
14858         (org-export-latex-cleaned-string, remember)
14859         (remember-buffer-desc, rmail-narrow-to-non-pruned-header)
14860         (rmail-what-message, elmo-folder-exists-p)
14861         (elmo-message-entity-field, elmo-message-field)
14862         (vm-beginning-of-message, vm-follow-summary-cursor)
14863         (vm-get-header-contents, vm-isearch-narrow, vm-isearch-update)
14864         (vm-select-folder-buffer, vm-su-message-id, vm-su-subject)
14865         (vm-summarize, wl-folder-get-elmo-folder)
14866         (wl-summary-goto-folder-subr)
14867         (wl-summary-jump-to-msg-by-message-id, wl-summary-line-from)
14868         (wl-summary-line-subject, wl-summary-message-number)
14869         (wl-summary-redisplay): Declare as functions.
14871 2007-11-30  Martin Rudalics  <rudalics@gmx.at>
14873         * longlines.el (longlines-show-hard-newlines): Remove handling of
14874         buffer-undo-list and buffer-modified status.
14875         (longlines-show-region, longlines-unshow-hard-newlines):
14876         Handle buffer-undo-list, buffer-modified status, inhibit-read-only, and
14877         inhibit-modification-hooks here to avoid that a buffer appears
14878         modified when toggling visibility of hard newlines.
14880 2007-11-30  Glenn Morris  <rgm@gnu.org>
14882         * nxml/rng-maint.el (rng-do-some-validation): Fix declaration.
14884         * progmodes/idlw-complete-structtag.el
14885         (idlwave-sintern-structtag):
14886         * progmodes/idlw-help.el (idlwave-sintern-sysvar)
14887         (idlwave-sintern-sysvartag):
14888         * progmodes/idlwave.el (idlwave-sintern-class-tag)
14889         (idlwave-sintern-sysvar, idlwave-sintern-sysvartag): Declare as
14890         functions.
14892 2007-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
14894         * textmodes/reftex-index.el (texmathp):
14895         * textmodes/reftex-auc.el (TeX-argument-insert)
14896         (TeX-argument-prompt, multi-prompt, LaTeX-add-index-entries)
14897         (LaTeX-add-labels, LaTeX-bibitem-list, LaTeX-index-entry-list)
14898         (LaTeX-label-list):
14899         * nxml/rng-maint.el (rng-clear-cached-state, rng-clear-overlays)
14900         (rng-clear-conditional-region, rng-do-some-validation): Declare as
14901         functions.
14902         (rng-error-count, rng-validate-up-to-date-end): Pacify byte compiler.
14904 2007-11-30  Glenn Morris  <rgm@gnu.org>
14906         * emacs-lisp/byte-run.el (declare-function): Add optional fourth
14907         argument and document it.
14909         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
14910         Third argument to declare-function must be a list to specify arglist.
14912         * emacs-lisp/check-declare.el (check-declare-scan): Doc fix.
14913         Handle declare-function third argument `t' and fourth argument.
14914         (check-declare-verify): Doc fix.  Handle `fileonly' case.
14915         Use progn rather than prog1.
14917         * desktop.el (uniquify-item-base):
14918         * term/mac-win.el (url-type): Declare as functions.
14920         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-record-phones)
14921         (bbdb-address-city, bbdb-address-state, bbdb-address-zip)
14922         (bbdb-address-location, bbdb-record-addresses): Pass non-nil
14923         fourth arg to declare-function.
14925         * play/dunnet.el: Don't require cl when compiling.
14926         (byte-compile-warnings): Set via file local variables.
14927         (dun-parse): Let-bind `beg' and `line'.
14929 2007-11-29  Alexandre Julliard  <julliard@winehq.org>
14931         * vc-git.el (vc-git-dir-state): Fix the git command arguments.
14933 2007-11-29  Ari Roponen  <ari.roponen@gmail.com>  (tiny change)
14935         * calendar/time-date.el (encode-time-value): Doc fix.
14937 2007-11-29  Glenn Morris  <rgm@gnu.org>
14939         * calendar/time-date.el (with-decoded-time-value): Doc fix.
14941         * textmodes/css-mode.el (prog-mode): Remove.
14942         (css-mode): Derive from fundamental-mode rather than prog-mode.
14944         * emacs-lisp/byte-run.el (declare-function): Doc fix.
14946         * emacs-lisp/check-declare.el (check-declare-locate)
14947         (check-declare-verify): Handle `external' files.
14948         (check-declare-errmsg): New function.
14949         (check-declare-verify, check-declare-file, check-declare-directory):
14950         Use check-declare-errmsg to report the number of problems.
14952         * ffap.el (w3-view-this-url)
14953         * mail/mspools.el (vm-visit-folder)
14954         * net/browse-url.el (w3-fetch-other-window, w3-fetch)
14955         * net/eudcb-bbdb.el (bbdb-phone-location, bbdb-phone-string)
14956         (bbdb-record-phones, bbdb-address-city, bbdb-address-state)
14957         (bbdb-address-zip, bbdb-address-location, bbdb-record-addresses)
14958         (bbdb-records)
14959         * net/eudc-export.el (bbdb-parse-phone-number, bbdb-string-trim)
14960         * net/imap.el (sasl-find-mechanism, sasl-mechanism-name)
14961         (sasl-make-client, sasl-next-step, sasl-step-data)
14962         (sasl-step-set-data)
14963         * net/newsticker.el (w3m-toggle-inline-image, htmlr-reset)
14964         (htmlr-step): Declare as functions.
14966         * net/eudcb-bbdb.el (eudc-bbdb-extract-addresses):
14967         Use bbdb-address-zip rather than bbdb-address-zip-string.
14969 2007-11-28  Richard Stallman  <rms@gnu.org>
14971         * md4.el, net/hmac-def.el, net/hmac-md5.el, net/ntlm.el:
14972         Move here from gnus/.
14974 2007-11-28  Martin Rudalics  <rudalics@gmx.at>
14976         * newcomment.el (comment-region-internal): Fix newline insertion
14977         in `block' case.
14979 2007-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14981         * pcvs-parse.el (cvs-parse-table): Adjust regexp for resurrections.
14983 2007-11-28  Glenn Morris  <rgm@gnu.org>
14985         * Makefile.in (maintainer-clean): Depend on bootstrap-clean to
14986         delete .elc files.
14988         * nxml/char-name/unicode: Move to etc/nxml/.
14989         * nxml/nxml-uchnm.el (top-level): Adapt for moved unicode files.
14991         * nxml/nxml-enc.el (xmltok-get-declared-encoding-position):
14992         Declare as a function.
14994         * nxml/nxml-maint.el (nxml-create-unicode-char-name-sets):
14995         * nxml/nxml-mode.el (nxml-get-char-name, nxml-insert-named-char):
14996         * nxml/xsd-regexp.el (xsdre-gen-categories): Change mapcar -> mapc.
14998         * nxml/nxml-outln.el (nxml-token-start-tag-p)
14999         (nxml-token-end-tag-p): Move definitions before use.
15001         * nxml/nxml-rap.el (nxml-prolog-regions): Declare for compiler.
15003         * nxml/nxml-uchnm.el (top-level)
15004         (nxml-enable-unicode-char-name-sets-1): Use mapc rather than mapcar.
15005         (nxml-enabled-unicode-blocks): Add custom group.
15007         * nxml/xmltok.el (xmltok-scan-char-ref, xmltok-char-number):
15008         Use string-to-number rather than string-to-int.
15010         * dired-x.el (dired-omit-old-add-entry): Declare as function.
15011         Move definition before use.
15012         (dired-old-find-buffer-nocreate): Declare as function.
15014         * emacs-lisp/check-declare.el (check-declare-locate): Reflow doc.
15015         (check-declare-verify): Handle fset.
15017         * emulation/edt.el (edt-user-emulation-setup):
15018         Test edt-setup-user-bindings is bound before calling.
15020         * emulation/tpu-edt.el: Don't require cl when compiling.
15021         (tpu-emacs-search, tpu-emacs-rev-search): Declare as functions.
15022         (tpu-edt-off): Use condition-case rather than ignore-errors.
15023         Use with-no-warnings.
15025         * eshell/esh-util.el (top-level): Use require rather than load for
15026         ange-ftp.
15028         * mail/supercite.el (sc-version): Redefine as an alias for
15029         emacs-version.
15030         (sc-help-address): Remove.
15031         (sc-version): Use emacs-version rather than sc-version.
15032         (sc-submit-bug-report): Redefine as an alias for report-emacs-bug.
15034         * net/socks.el (socks-original-open-network-stream): Declare as
15035         function.  Move definition before use.
15037 2007-11-28  Jay Belanger  <jay.p.belanger@gmail.com>
15039         * calc/calc-ext.el (math-sqrt-raw, math-map-vec)
15040         (math-make-frac): Declare as functions.
15042 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
15044         * progmodes/cperl-mode.el (compilation-error-regexp-alist):
15045         Pacify byte compiler.
15046         (cperl-mode): Use with-no-warnings for setting vc-header-alist.
15048         * progmodes/idlwave.el (idlwave-shell-get-path-info)
15049         (idlwave-shell-temp-file, idlwave-shell-is-running)
15050         (widget-value, comint-dynamic-complete-filename, Info-goto-node):
15051         * progmodes/idlw-help.el (idlwave-prepare-structure-tag-completion)
15052         (idlwave-all-method-classes, idlwave-all-method-keyword-classes)
15053         (idlwave-beginning-of-statement, idlwave-best-rinfo-assoc)
15054         (idlwave-class-found-in, idlwave-class-or-superclass-with-tag)
15055         (idlwave-completing-read, idlwave-current-routine)
15056         (idlwave-downcase-safe, idlwave-entry-find-keyword)
15057         (idlwave-expand-keyword, idlwave-find-class-definition)
15058         (idlwave-find-inherited-class, idlwave-find-struct-tag)
15059         (idlwave-get-buffer-visiting, idlwave-in-quote)
15060         (idlwave-make-full-name, idlwave-members-only)
15061         (idlwave-popup-select, idlwave-routine-source-file)
15062         (idlwave-routines, idlwave-sintern-class)
15063         (idlwave-sintern-keyword, idlwave-sintern-method)
15064         (idlwave-sintern-routine-or-method)
15065         (idlwave-substitute-link-target, idlwave-sys-dir)
15066         (idlwave-this-word, idlwave-what-module-find-class)
15067         (idlwave-where):
15068         * progmodes/idlw-complete-structtag.el (idlwave-shell-buffer):
15069         * mail/uce.el (rmail-msg-is-pruned)
15070         (rmail-maybe-set-message-counters, rmail-msgbeg, rmail-msgend)
15071         (rmail-toggle-header):
15072         * mail/sendmail.el (dired-view-file, dired-get-filename):
15073         * mail/rmailkwd.el (rmail-maybe-set-message-counters)
15074         (rmail-display-labels, rmail-msgbeg)
15075         (rmail-set-message-deleted-p, rmail-message-labels-p)
15076         (rmail-show-message, mail-comma-list-regexp)
15077         (mail-parse-comma-list):
15078         * mail/rmail.el (rmail-spam-filter, rmail-summary-goto-msg)
15079         (rmail-summary-mark-undeleted, rmail-summary-mark-deleted)
15080         (rfc822-addresses, mail-abbrev-make-syntax-table)
15081         (mail-sendmail-delimit-header, mail-header-end):
15082         * mail/hashcash.el (message-narrow-to-headers-or-head)
15083         (message-fetch-field, message-goto-eoh)
15084         (message-narrow-to-headers):
15085         * vc.el (view-mode-exit): Declare as functions.
15087         * mail/vms-pmail.el:
15088         * vmsproc.el:
15089         * vms-patch.el: Don't byte compile these files, they don't work.
15091 2007-11-27  Glenn Morris  <rgm@gnu.org>
15093         * calc/calc-ext.el (math-read-big-rec):
15094         * calc/calc-nlfit.el (math-map-binop):
15095         * calc/calc.el (math-normalize-nonstandard): Fix declarations.
15097         * eshell/eshell.el (eshell-report-bug): Add version number of
15098         obsolescence.
15100         * emulation/viper.el, emulation/viper-util.el,
15101         emulation/viper-macs.el, emulation/viper-keym.el,
15102         emulation/viper-ex.el, emulation/viper-cmd.el:
15103         Load viper-*.el files silently.
15105         * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el,
15106         ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el, ediff.el:
15107         Load ediff-*.el files silently.
15109         * ediff.el: Load dired silently.  Don't load info, pcl-cvs when
15110         compiling.
15111         (Info-goto-node): Declare as a function.
15113         * ediff-init.el: Don't load ange-ftp when compiling.
15114         * ediff-util.el: Don't load reporter when compiling.
15116         * ediff-wind.el (ediff-display-pixel-width)
15117         (ediff-display-pixel-height):
15118         * generic-x.el (ini-generic-mode):
15119         * ps-print.el (ps-mule-encode-header-string, ps-mule-begin-page)
15120         (ps-mule-prepare-ascii-font, ps-mule-set-ascii-font)
15121         (ps-mule-initialize, ps-mule-begin-job):
15122         * calendar/cal-bahai.el (add-to-diary-list, diary-name-pattern)
15123         (mark-calendar-days-named):
15124         * calendar/cal-hebrew.el (holiday-filter-visible-calendar)
15125         (add-to-diary-list, diary-name-pattern)
15126         (mark-calendar-days-named):
15127         * calendar/cal-islam.el (add-to-diary-list, diary-name-pattern)
15128         (mark-calendar-days-named):
15129         * calendar/cal-x.el (make-fancy-diary-buffer):
15130         * calendar/holidays.el (calendar-absolute-from-julian):
15131         * calendar/todo-mode.el (calendar-current-date):
15132         * calendar/cal-menu.el (calendar-increment-month)
15133         (calendar-month-name, extract-calendar-year)
15134         (calendar-cursor-to-date, holiday-list, calendar-sunrise-sunset)
15135         (calendar-current-date, calendar-cursor-holidays)
15136         (calendar-date-string, insert-diary-entry, calendar-set-mark)
15137         (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
15138         (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
15139         (cal-tex-cursor-filofax-daily, cal-tex-cursor-filofax-2week)
15140         (cal-tex-cursor-filofax-week, cal-tex-cursor-month)
15141         (cal-tex-cursor-month-landscape, cal-tex-cursor-year)
15142         (cal-tex-cursor-filofax-year, cal-tex-cursor-year-landscape)
15143         (calendar-day-of-year-string, calendar-iso-date-string)
15144         (calendar-julian-date-string, calendar-astro-date-string)
15145         (calendar-absolute-from-gregorian, calendar-hebrew-date-string)
15146         (calendar-persian-date-string, calendar-bahai-date-string)
15147         (calendar-islamic-date-string, calendar-chinese-date-string)
15148         (calendar-coptic-date-string, calendar-ethiopic-date-string)
15149         (calendar-french-date-string, calendar-mayan-date-string)
15150         (calendar-print-chinese-date, calendar-goto-date):
15151         Declare as functions.
15153         * calendar/calendar.el (nongregorian-diary-listing-hook): Doc fix.
15154         (Info-find-emacs-command-nodes, Info-find-node): Declare as functions.
15156         * ffap.el (ffap-bug, ffap-submit-bug): Redefine as obsolete
15157         aliases for report-emacs-bug.
15158         (gnus-summary-select-article, gnus-configure-windows): Declare as
15159         functions.
15161         * pgg-parse.el (pgg-parse-24, pgg-parse-crc24-string): Declare for
15162         compiler.
15164         * pgg.el (pgg-clear-string): Declare as a function.
15165         (pgg-run-at-time-1): Wrap whole definition in (featurep 'xemacs) test.
15166         (pgg-run-at-time, pgg-cancel-timer): Move definitions before use.
15168         * emacs-lisp/check-declare.el (check-declare-locate):
15169         Handle compressed files.
15170         (check-declare-verify): Handle define-generic-mode,
15171         define-global(ized)-minor-mode, define-obsolete-function-alias.
15173 2007-11-27  Jay Belanger  <jay.p.belanger@gmail.com>
15175         * calc/calc-menu.el (calc-modes-menu): Add normal and incomplete
15176         algebraic modes.
15178         * calc/calc-aent.el (calc-refresh-evaltos, calc-execute-kbd-macro)
15179         (math-is-true, calc-explain-why, calc-alg-edit)
15180         (math-composite-inequalities, math-flatten-lands)
15181         (math-multi-subst, calcFunc-vmatches, math-simplify)
15182         (math-known-matrixp, math-parse-fortran-subscr, math-to-radians-2)
15183         (math-read-string, math-read-brackets, math-read-angle-brackets):
15184         Declare as functions.
15186         * calc/calcalg3.el (calc-fit-s-shaped-logistic-curve)
15187         (calc-fit-bell-shaped-logistic-curve)
15188         (calc-fit-hubbert-linear-curve, calc-graph-add-curve)
15189         (calc-graph-lookup, calc-graph-set-styles, math-min-list)
15190         (math-max-list): Declare as functions.
15191         (math-map-binop): New function.
15192         (calc-curve-fit): Replace `mapcar*' by `math-map-binop'.
15194         * calc/calc.el (calc-set-language, calc-edit-finish)
15195         (calc-edit-cancel, calc-do-quick-calc, calc-do-calc-eval)
15196         (calc-do-keypad, calcFunc-unixtime, math-parse-date)
15197         (math-lessp, calc-embedded-finish-command)
15198         (calc-embedded-select-buffer, calc-embedded-mode-line-change)
15199         (calc-push-list-in-macro, calc-replace-selections)
15200         (calc-record-list, calc-normalize-fancy, calc-do-handle-whys)
15201         (calc-top-selected, calc-sel-error, calc-pop-stack-in-macro)
15202         (calc-embedded-stack-change, calc-refresh-evaltos)
15203         (calc-do-refresh, calc-binary-op-fancy, calc-unary-op-fancy)
15204         (calc-delete-selection, calc-alg-digit-entry, calc-alg-entry)
15205         (calc-dots, calc-temp-minibuffer-message, math-read-radix-digit)
15206         (calc-digit-dots, math-normalize-fancy, math-normalize-nonstandard)
15207         (math-recompile-eval-rules, math-apply-rewrites, calc-record-why)
15208         (math-dimension-error, calc-incomplete-error, math-float-fancy)
15209         (math-neg-fancy, math-zerop, calc-add-fractions)
15210         (math-add-objects-fancy, math-add-symb-fancy, math-mul-zero)
15211         (calc-mul-fractions, math-mul-objects-fancy, math-mul-symb-fancy)
15212         (math-reject-arg, math-div-by-zero, math-div-zero, math-make-frac)
15213         (calc-div-fractions, math-div-objects-fancy, math-div-symb-fancy)
15214         (math-compose-expr, math-comp-width, math-composition-to-string)
15215         (math-stack-value-offset-fancy, math-format-flat-expr-fancy)
15216         (math-adjust-fraction, math-format-binary, math-format-radix)
15217         (math-group-float, math-mod, math-format-number-fancy)
15218         (math-format-bignum-fancy, math-read-number-fancy)
15219         (calc-do-grab-region, calc-do-grab-rectangle, calc-do-embedded)
15220         (calc-do-embedded-activate, math-do-defmath)
15221         (calc-load-everything): Declare as functions.
15223         * calc/calc-ext.el (math-clip, math-round, math-simplify)
15224         (math-simplify-extended, math-simplify-units, calc-set-language)
15225         (calc-flush-caches, calc-save-modes, calc-embedded-modes-change)
15226         (calc-embedded-var-change, math-mul-float, math-arctan-raw)
15227         (math-sqrt-float, math-exp-minus-1-raw, math-normalize-polar)
15228         (math-normalize-hms, math-normalize-mod, math-make-sdev)
15229         (math-make-intv, math-normalize-logical-op, math-possible-signs)
15230         (math-infinite-dir, math-calcFunc-to-var)
15231         (calc-embedded-evaluate-expr, math-known-nonzerop)
15232         (math-read-expr-level, math-read-big-rec, math-read-big-balance)
15233         (math-format-date, math-vector-is-string, math-vector-to-string)
15234         (math-format-radix-float, math-compose-expr, math-abs)
15235         (math-format-bignum-binary, math-format-bignum-octal)
15236         (math-format-bignum-hex, math-format-bignum-radix)
15237         (math-compute-max-digits): Declare as functions.
15238         (math-provably-realp): Fix typo.
15240         * calc/calc-forms.el (calendar-current-time-zone)
15241         (calendar-absolute-from-gregorian, dst-in-effect): Declare as
15242         functions.
15244         * calc/calc-help.el (Info-goto-node, Info-last): Declare as functions.
15246         * calc/calc-lang.el (math-read-factor, math-read-expr-level):
15247         Declare as functions.
15249         * calc/calc-macs.el (math-zerop, math-negp, math-looks-negp)
15250         (math-posp, math-compare, math-bignum, math-compare-bignum):
15251         Declare as functions.
15253         * calc/calc-misc.el (calc-do-keypad, calc-inv-hyp-prefix-help)
15254         (calc-inverse-prefix-help, calc-hyperbolic-prefix-help)
15255         (calc-explain-why, calc-clear-command-flag)
15256         (calc-roll-down-with-selections, calc-roll-up-with-selections)
15257         (calc-last-args, calc-is-inverse, calc-do-prefix-help)
15258         (math-objvecp, math-known-scalarp, math-vectorp, math-matrixp)
15259         (math-trunc-special, math-trunc-fancy, math-floor-special)
15260         (math-floor-fancy, math-square-matrixp, math-matrix-inv-raw)
15261         (math-known-matrixp, math-mod-fancy, math-pow-of-zero)
15262         (math-pow-zero, math-pow-fancy): Declare as functions.
15264         * calc/calc-mode.el (calc-embedded-save-original-modes):
15265         Declare as a function.
15267         * calc/calc-nlfit.el (calc-get-fit-variables, math-map-binop):
15268         Declare as functions.
15269         (math-nlfit-make-matrix, math-nlfit-find-qmax, math-nlfit-fit)
15270         (math-nlfit-fit-curve, calc-fit-hubbert-linear-curve):
15271         Replace `mapcar*' by `math-map-binop'.
15272         (math-nlfit-make-matrix): Replace `copy-list' with `copy-sequence'.
15274         * calc/calc-prog.el (edmacro-format-keys, edmacro-parse-keys)
15275         (math-read-expr-level): Declare as functions.
15277         * calc/calc-vec.el (math-read-expr-level): Declare as a function.
15279 2007-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15281         * emacs-lisp/lisp.el (end-of-defun): Restructure so that
15282         end-of-defun-function is called consistently, even for negative
15283         arguments.
15284         (end-of-defun-function): Default to forward-sexp.
15286 2007-11-26  Juanma Barranquero  <lekktu@gmail.com>
15288         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15290 2007-11-26  Glenn Morris  <rgm@gnu.org>
15292         * calendar/cal-menu.el (cal-menu-holidays-menu): Use :label rather
15293         than :suffix.
15295         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
15297 2007-11-26  Simon Josefsson  <simon@josefsson.org>
15299         * net/imap.el: Move from ../gnus.
15301 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15303         * doc-view.el (doc-view-mode-p): New function.
15305 2007-11-25  Dan Nicolaescu  <dann@ics.uci.edu>
15307         * mail/mspools.el (rmail-get-new-mail):
15308         * mail/reporter.el (mail-position-on-field, mail-text):
15309         * mail/rmail.el (mail-position-on-field, mail-text-start)
15310         (rmail-update-summary):
15311         * mail/rmailedit.el (rmail-summary-disable, rmail-summary-enable):
15312         * mail/rmailmsc.el (rmail-parse-file-inboxes, rmail-show-message):
15313         * mail/rmailout.el (rmail-update-summary):
15314         * mail/rmailsort.el (rmail-update-summary):
15315         * mail/sendmail.el (dired-move-to-filename, dired-get-filename)
15316         (dired-view-file):
15317         * mail/uce.el (mail-strip-quoted-names):
15318         * mail/undigest.el (rmail-update-summary):
15319         * mail/unrmail.el (mail-strip-quoted-names):
15320         * ediff.el (diff-latest-backup-file): Declare as functions.
15322         * obsolete/mlsupport.el (ml-previous-page): Fix typo.
15323         (kill-to-end-of-line):
15324         * obsolete/rnews.el (news-set-minor-modes):
15325         Remove non working functions.
15327 2007-11-25  Glenn Morris  <rgm@gnu.org>
15329         * eshell/esh-maint.el (top-level): Use require with NOERROR for
15330         pcomplete.  Don't mess with load-path.
15332         * eshell/eshell.el (eshell-report-bug-address): Remove.
15333         (eshell-report-bug): Redefine as an alias for report-emacs-bug.
15335 2007-11-24  Glenn Morris  <rgm@gnu.org>
15337         * calendar/appt.el: Remove leading `*' from defcustom doc-strings.
15338         (appt-disp-window): Don't require electric.
15339         Simplify minibuffer-avoidance code.
15340         (appt-select-lowest-window): Avoid minibuffer.
15342         * eshell/eshell.el: Remove leading `*' from defcustom doc-strings.
15343         (esh-mode): Require it.
15344         (esh-util): Use require rather than featurep and load.
15345         (eshell): No need to test if eshell-mode is bound; remove obsolete
15346         reference to eshell-auto.
15347         (eshell-command, eshell-command-result): Don't require esh-mode
15348         now that the file does.
15349         (top-level): Move provide statement to the end of the file.
15350         Re-order and update commentary.
15352 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15354         * vc.el (vc-annotate-mode): Frob buffer invisibility spec.
15355         (vc-annotate-toggle-annotation-visibility): New command.
15356         (vc-annotate-mode-map): Bind "V" to it.
15357         (vc-annotate-mode-menu): Add entry for it.
15358         (vc-annotate-get-time-set-line-props): New func.
15359         (vc-annotate-display-autoscale)
15360         (vc-annotate-display-difference): Use it.
15362         * vc-git.el (vc-git-annotate-time): Handle optional field FILENAME.
15363         Also, match one space at end of annotation text, after last paren.
15365 2007-11-24  Michael Albinus  <michael.albinus@gmx.de>
15367         * ido.el (ido-file-name-all-completions-1): Check for fboundp of
15368         `tramp-completion-mode-p' as it is in Tramp 2.1.  Let-bind
15369         `tramp-completion-mode'.
15371 2007-11-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
15373         * vc-git.el (vc-git-show-log-entry): New func.
15375         * vc-git.el (vc-git--call, vc-git--out-ok): New funcs.
15376         (vc-git-state): Use vc-git--call.
15377         (vc-git-registered, vc-git-working-revision)
15378         (vc-git-previous-revision, vc-git-next-revision)
15379         (vc-git--run-command-string, vc-git-symbolic-commit):
15380         Use vc-git--out-ok.
15382 2007-11-24  Glenn Morris  <rgm@gnu.org>
15384         * emacs-lisp/byte-run.el (declare-function): Doc fix.
15386 2007-11-24  Kenichi Handa  <handa@m17n.org>
15388         * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
15390 2007-11-23  David Kastrup  <dak@gnu.org>
15392         * server.el (server-process-filter): Use `command-line-args-left'.
15394 2007-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15396         * nxml/subdirs.el, nxml/char-data/subdirs.el, nxml/rng-auto.el: Remove.
15398 2007-11-23  Dan Nicolaescu  <dann@ics.uci.edu>
15400         * vc.el (vc-deduce-fileset): Also look for a fileset in the parent
15401         buffer if the parent buffer is in vc-dired-mode.
15403 2007-11-23  Mark A. Hershberger  <mah@everybody.org>
15405         * nxml: Initial merge of nxml.  Kept nxml/char-name subdir for now.
15407 2007-11-23  Juri Linkov  <juri@jurta.org>
15409         * dired.el (dired-read-dir-and-switches): For C-x d, set the
15410         value for M-n to the visited file name of the current buffer.
15411         Use minibuffer-with-setup-hook to set minibuffer-default to
15412         buffer-file-name inside read-file-name.
15414         * man.el (Man-getpage-in-background): Don't disregard user option
15415         `Man-width' on non-window systems.  Remove test for `window-system'
15416         around setting envvar "COLUMNS" depending on the value of `Man-width'.
15418         * progmodes/grep.el (grep-process-setup): Set envvar "TERM" to
15419         "emacs-grep".  Set envvar "GREP_OPTIONS" to "--color=auto" instead
15420         of "--color=always".
15422 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15424         * emacs-lisp/lisp.el (beginning-of-defun-raw): Pass `arg' down to
15425         beginning-of-defun-function.
15427 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
15429         * mail/hashcash.el: Move from ../gnus.  Add hashcash payments to email.
15431 2007-11-22  Glenn Morris  <rgm@gnu.org>
15433         * emulation/cua-base.el (x-clipboard-yank): Fix declaration.
15435         * emacs-lisp/check-declare.el (check-declare-locate): New function.
15436         (check-declare-scan): Use check-declare-locate.
15437         (check-declare-verify): No longer adjust fnfile, now
15438         check-declare-locate does it.
15440         * emacs-lisp/byte-run.el (declare-function): Doc fix.
15442 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15444         * subr.el (posn-col-row): Make the `default-value' use explicit.
15446         * window.el (balance-windows): Remove unused var `counter'.
15447         (bw-balance-sub): Remove unused var `lastchild'.
15448         (split-window-vertically): Remove unused var `switch'.
15449         (recenter-top-bottom): Remove unused vars `bottom', `current', `total'.
15451         * emacs-lisp/bytecomp.el
15452         (byte-compile-file-form-custom-declare-variable): Simplify.
15454 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
15456         * cus-edit.el (custom-mode): Define with `define-derived-mode'.
15457         Set `show-trailing-whitespace' to nil.
15459         * dired.el (make-symbolic-link):
15460         * dired-aux.el (mailcap-parse-mailcaps, mailcap-parse-mimetypes)
15461         (mailcap-extension-to-mime, mailcap-mime-info, make-symbolic-link):
15462         * dired-x.el (make-symbolic-link):
15463         * frame.el (x-initialize-window-system):
15464         * menu-bar.el (x-menu-bar-open):
15465         * select.el (x-get-cut-buffer-internal, x-rotate-cut-buffers-internal)
15466         (x-store-cut-buffer-internal):
15467         * wdired.el (make-symbolic-link):
15468         * x-dnd.el (x-register-dnd-atom, x-get-atom-name)
15469         (x-send-client-message):
15470         * emulation/cua-base.el (x-clipboard-yank): Declare as functions.
15472 2007-11-22  Jan Djärv  <jan.h.d@swipnet.se>
15474         * term/x-win.el (x-gtk-map-stock): Check if FILE is a string.
15476 2007-11-22  Glenn Morris  <rgm@gnu.org>
15478         * dos-fns.el (int86):
15479         * term/mac-win.el (mac-font-panel-mode): Fix declarations.
15481         * calendar/cal-menu.el (cal-menu-holidays-menu): Fix holiday-list call.
15483         * calendar/holidays.el (holiday-list): Add autoload cookie.
15485         * emacs-lisp/check-declare.el (check-declare-scan): Expand .c
15486         files relative to src/ directory.
15487         (check-declare-verify): Handle .c files.  Warn if could not find
15488         an arglist to check.
15490         * emacs-lisp/byte-run.el (declare-function): Doc fix.
15492 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
15494         * replace.el (occur-mode-map): Add a major mode menu with entries
15495         for all occur operations.
15497         * international/titdic-cnv.el (dos-8+3-filename):
15498         * obsolete/fast-lock.el (msdos-long-file-names):
15499         * frame.el (msdos-mouse-p):
15500         * files.el (msdos-long-file-names, w32-long-file-name):
15501         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
15502         (mac-resume-apple-event, mac-font-panel-mode)
15503         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
15504         (mac-clear-font-name-table):
15505         * term/pc-win.el (msdos-remember-default-colors)
15506         (w16-set-clipboard-data, w16-get-clipboard-data):
15507         * term/w32-win.el (w32-send-sys-command, w32-select-font)
15508         (set-message-beep):
15509         * net/browse-url.el (w32-shell-execute):
15510         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
15511         (w32-get-locale-info, w32-get-valid-locale-ids)
15512         (w32-set-clipboard-data):
15513         * dos-fns.el (int86, msdos-long-file-names):
15514         * dos-w32.el (default-printer-name): Declare as functions.
15516 2007-11-21  Jason Rumney  <jasonr@gnu.org>
15518         * emacs-lisp/byte-run.el (declare-function): Return nil.
15520 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15522         * progmodes/sh-script.el (sh-mode): Set defun-prompt-regexp.
15524 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
15526         * w32-fns.el: Undo 2007-11-21 change by Dan Nicolaescu.
15528 2007-11-21  Glenn Morris  <rgm@gnu.org>
15530         * emacs-lisp/check-declare.el (check-declare-verify): Skip C files
15531         for now.  Handle define-minor-mode, and defalias (with no argument
15532         checking).
15534 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
15536         * frame.el (msdos-mouse-p):
15537         * files.el (msdos-long-file-names, w32-long-file-name):
15538         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
15539         (mac-resume-apple-event, mac-font-panel-mode)
15540         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
15541         (mac-clear-font-name-table):
15542         * term/pc-win.el (msdos-remember-default-colors)
15543         (w16-set-clipboard-data, w16-get-clipboard-data):
15544         * term/w32-win.el (w32-send-sys-command, w32-select-font)
15545         (set-message-beep):
15546         * net/browse-url.el (w32-shell-execute):
15547         * dos-fns.el (int86, msdos-long-file-names):
15548         * dos-w32.el (default-printer-name): Undo previous change.
15550 2007-11-21  Eli Zaretskii  <eliz@gnu.org>
15552         * international/mule-cmds.el (set-locale-environment):
15553         Set default-file-name-coding-system _after_ keyboard and terminal
15554         coding systems.  This fixes last change.
15556         * mail/rmail.el (rmail-current-subject-regexp): Allow more than
15557         one space after "Subject:".
15559 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15561         * pcvs-parse.el (cvs-parse-table): Ignore errors when looking up files
15562         in order to determine if there's a conflict.
15564 2007-11-21  Richard Stallman  <rms@gnu.org>
15566         * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
15568         * reposition.el (reposition-window):
15569         Binding C-M-l moved to bindings.el.
15571         * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
15573         * add-log.el (add-change-log-entry-other-window):
15574         Key binding C-x 4 a moved to bindings.el.
15576         * bindings.el (minibuffer-local-map): Bind C-tab here; moved
15577         from filecache.el.
15579         * filecache.el: Minibuffer map bindings moved to bindings.el.
15581 2007-11-21  Jason Rumney  <jasonr@gnu.org>
15583         * international/mule-cmds.el (set-locale-environment):
15584         Set default-file-name-coding-system from system defaults on Windows.
15586 2007-11-21  Jason Rumney  <jasonr@gnu.org>
15588         * term/w32console.el: New term init file for w32 console.
15590         * w32-fns.el (x-alternatives-map): Copy from term/x-win.el.
15591         (x-setup-function-keys): Likewise, replacing top-level key definitions.
15592         (w32-tty-standard-colors): Move to term/w32console.el.
15594         * term/w32-win.el (x-setup-function-keys): Remove.
15596         * term/tty-colors.el (tty-register-default-colors): Remove special
15597         case for w32.
15599 2007-11-21  Dan Nicolaescu  <dann@ics.uci.edu>
15601         * frame.el (msdos-mouse-p):
15602         * generic-x.el (w32-shell-name):
15603         * files.el (msdos-long-file-names, w32-long-file-name)
15604         (dired-get-filename, dired-unmark, dired-do-flagged-delete)
15605         (dos-8+3-filename, vms-read-directory, view-mode-disable):
15606         * term/mac-win.el (mac-code-convert-string, mac-coerce-ae-data)
15607         (mac-resume-apple-event, mac-font-panel-mode)
15608         (mac-atsu-font-face-attributes, mac-ae-set-reply-parameter)
15609         (mac-clear-font-name-table):
15610         * term/pc-win.el (msdos-remember-default-colors)
15611         (w16-set-clipboard-data, w16-get-clipboard-data):
15612         * term/w32-win.el (w32-send-sys-command, w32-select-font)
15613         (set-message-beep):
15614         * w32-fns.el (set-message-beep, w32-get-clipboard-data)
15615         (w32-get-locale-info, w32-get-valid-locale-ids)
15616         (w32-set-clipboard-data):
15617         * help-fns.el (ad-get-advice-info):
15618         * font-lock.el (fast-lock-after-fontify-buffer)
15619         (fast-lock-after-unfontify-buffer, fast-lock-mode)
15620         (lazy-lock-after-fontify-buffer)
15621         (lazy-lock-after-unfontify-buffer, lazy-lock-mode):
15622         * net/browse-url.el (w32-shell-execute):
15623         * dos-fns.el (int86, msdos-long-file-names):
15624         * dos-w32.el (default-printer-name): Declare as functions.
15626 2007-11-21  Juanma Barranquero  <lekktu@gmail.com>
15628         * textmodes/paragraphs.el (forward-sentence): Doc fix.
15629         Reported by Drew Adams <drew.adams@oracle.com>.
15631 2007-11-20  Jason Rumney  <jasonr@gnu.org>
15633         * term/w32-win.el (x-setup-function-keys): Protect against
15634         multiple calls on the same terminal.
15636 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
15638         * term/mac-win.el (x-setup-function-keys): Only setup
15639         local-function-key-map if it has not been setup already for the
15640         current frame.  Move the suspend-emacs processing here.
15642 2007-11-20  Juanma Barranquero  <lekktu@gmail.com>
15644         * progmodes/grep.el (xargs-program): New variable.
15645         (grep-compute-defaults): Use it.
15646         (grep-default-command): Doc fix.
15647         (grep, lgrep, rgrep): Reflow docstrings.
15649 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
15651         * vc.el (vc-find-revision): Set the parent buffer.
15652         Use when instead of if.
15654         * progmodes/python.el (info-lookup-maybe-add-help):
15655         * progmodes/ps-mode.el (doc-view-minor-mode):
15656         * mail/emacsbug.el (Info-menu, Info-goto-node):
15657         * emulation/viper-keym.el (viper-ex)
15658         (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for):
15659         * emulation/viper-cmd.el (widget-type, widget-button-press)
15660         (viper-set-hooks):
15661         * emacs-lisp/tcover-unsafep.el (unsafep-function):
15662         * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells)
15663         (ses-load, ses-vector-delete, ses-create-header-string)
15664         (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump):
15665         * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions.
15667 2007-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15669         * pcvs.el (cvs-revert-if-needed): Fix copy&paste typo.
15671 2007-11-20  Glenn Morris  <rgm@gnu.org>
15673         * emacs-lisp/check-declare.el (check-declare-verify): Tweak regexp
15674         for end of function-name.  Handle define-derived-mode.
15676 2007-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
15678         * progmodes/idlw-help.el: Require browse-url unconditionally, it
15679         is available by default.
15680         (idlwave-help-browse-url-available): Change default to t.
15682         * emulation/edt.el (defgroup, defcustom): Remove definition.
15683         (eval-when-compile): Remove.
15684         (c-mark-function):
15685         * textmodes/reftex-dcr.el (bibtex-beginning-of-entry):
15686         * textmodes/fill.el (comment-search-forward)
15687         (comment-string-strip):
15688         * progmodes/prolog.el (comint-mode, comint-send-string)
15689         (comint-send-region, comint-send-eof):
15690         * progmodes/dcl-mode.el (imenu-default-create-index-function):
15691         * emulation/viper-util.el (viper-forward-Word):
15692         * emulation/vi.el (c-mark-function):
15693         * emulation/edt-vt100.el (vt100-wide-mode):
15694         * emacs-lisp/timer.el (diary-entry-time): Declare as functions.
15696 2007-11-19  Michael Albinus  <michael.albinus@gmx.de>
15698         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
15699         Still some tuning in case of an echoing shell.
15700         (tramp-send-command): Connection property "remote-echo" is not
15701         persistent; cache key is the process therefore.
15703 2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
15705         * replace.el (map-query-replace-regexp): Doc fix (revert part of
15706         2000-05-21T17:04:47Z!fx@gnu.org made on 2000-05-21 with no ChangeLog entry).
15708 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
15710         * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
15711         * play/yow.el (doctor-ret-or-read):
15712         * vc-hooks.el (vc-dired-resynch-file):
15713         * vc-hg.el (log-view-get-marked):
15714         * smerge-mode.el (ediff-cleanup-mess):
15715         * pcvs.el (vc-editable-p, vc-checkout):
15716         * pcomplete.el (comint-bol):
15717         * informat.el (texinfo-format-refill):
15718         * ido.el (tramp-tramp-file-p):
15719         * ibuffer.el (ibuffer-mark-on-buffer, ibuffer-format-qualifier)
15720         (ibuffer-generate-filter-groups, ibuffer-format-filter-group-data):
15721         * add-log.el (c-beginning-of-defun, c-end-of-defun): Declare as
15722         functions.
15724         * textmodes/ispell.el (ispell-int-char): Make it a defalias
15725         instead of fset.
15726         (ispell-message): Use with-no-warnings for sc-cite-regexp call.
15728         * ido.el (ido-file-internal): Move with-no-warnings to include the
15729         ffap-string-at-point call.
15731         * pcomplete.el (pcomplete-executables): Move defsubst before first use.
15733         * vc-hg.el (vc-hg-revision-table): Fix last change.
15735 2007-11-19  Martin Rudalics  <rudalics@gmx.at>
15737         * menu-bar.el (top-level): Deactivate clipboard-kill-region and
15738         clipboard-yank when the buffer is read-only.
15740         * cus-edit.el (custom-field-keymap): Move to other Custom mode
15741         keymaps such that it's before the definition of Custom-mode-menu.
15742         (Custom-mode-menu): Show it for custom-field-keymap too.
15744 2007-11-19  Nick Roberts  <nickrob@snap.net.nz>
15746         * progmodes/gdb-ui.el: Update commentary.
15748 2007-11-18  Dan Nicolaescu  <dann@ics.uci.edu>
15750         * net/tramp.el (tramp-terminal-type): Remove duplicated definition.
15752 2007-11-19  Glenn Morris  <rgm@gnu.org>
15754         * emacs-lisp/check-declare.el (check-declare-verify): If fnfile
15755         does not exist, try adding `.el' extension.  Also search for defsubsts.
15757         * cus-edit.el (recentf-expand-file-name):
15758         * dired.el (dired-relist-entry):
15759         * subr.el (w32-shell-dos-semantics):
15760         * emacs-lisp/bytecomp.el (compilation-forget-errors):
15761         Declare as functions.
15763 2007-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15765         * abbrev.el (kill-all-abbrevs, insert-abbrevs)
15766         (prepare-abbrev-list-buffer): Use dolist.
15767         (clear-abbrev-table): Preserve properties.
15769 2007-11-18  Shigeru Fukaya  <shigeru.fukaya@gmail.com>  (tiny change)
15771         * textmodes/texinfmt.el (texinfo-format-printindex):
15772         Collect combined indexes using texinfo-short-index-format-cmds-alist.
15773         Reported on <bug-texinfo@gnu.org>.
15775 2007-11-18  Michael Albinus  <michael.albinus@gmx.de>
15777         * net/tramp.el (tramp-completion-reread-directory-timeout):
15778         New defcustom.
15779         (tramp-handle-file-name-all-completions): Flush directory contents
15780         from cache regularly.
15781         (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
15782         (tramp-open-connection-setup-interactive-shell):
15783         Call `tramp-cleanup-connection' via funcall.
15785         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
15786         created when copying.
15788 2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
15790         * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
15791         * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
15792         * eshell/esh-ext.el (eshell-external-command):
15793         * eshell/esh-cmd.el (require):
15794         * eshell/em-unix.el (eshell-plain-locate-behavior):
15795         * eshell/em-cmpl.el (eshell-cmpl-initialize):
15796         Replace eshell-under-xemacs-p with (featurep 'xemacs).
15797         * eshell/esh-mode.el (characterp, char-int): Remove unused
15798         conditional defaliases.
15800         * pcomplete.el (pcomplete-event-matches-key-specifier-p):
15801         Rename from event-matches-key-specifier-p, define unconditionally.
15802         (event-basic-type): Remove unused defalias.
15803         (pcomplete-show-completions):
15804         Use pcomplete-event-matches-key-specifier-p.
15806 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
15808         * eshell/esh-module.el (eshell-load-defgroups): Don't make backups
15809         when saving esh-groups.el.
15811 2007-11-17  Martin Rudalics  <rudalics@gmx.at>
15813         * wid-edit.el (widget-default-complete):
15814         * progmodes/flymake.el (flymake-goto-file-and-line):
15815         Fix typo in (doc-)string.
15817 2007-11-17  Glenn Morris  <rgm@gnu.org>
15819         * emacs-lisp/byte-run.el (declare-function): New macro.
15820         * emacs-lisp/bytecomp.el (byte-compile-declare-function):
15821         New function, byte-hunk-handler for declare-function.
15822         (byte-compile-callargs-warn): Handle declared functions.
15824         * emacs-lisp/check-declare.el: New file.
15825         * Makefile.in (check-declare): New target.
15827         * progmodes/fortran.el (gud-find-c-expr): Declare as a function.
15829         * subr.el (process-lines): Move here from ../admin/admin.el.
15830         * emacs-lisp/authors.el (authors-process-lines): Remove.
15831         (authors): Use process-lines rather than authors-process-lines.
15833         * progmodes/compilation-perl.el, progmodes/compilation-weblint.el:
15834         Remove these files.
15836 2007-11-17  Juanma Barranquero  <lekktu@gmail.com>
15838         * emacs-lisp/backquote.el (backquote):
15839         Improve argument/docstring consistency.
15841         * emacs-lisp/ring.el (ring-size, ring-p, ring-insert)
15842         (ring-length, ring-empty-p): Use c[ad]dr.
15843         (ring-plus1): Use `1+'.
15844         (ring-minus1): Use `zerop'.
15845         (ring-remove): Use c[ad]dr.  Use `when'.
15846         (ring-copy): Use c[ad]dr.  Use `let', not `let*'.
15847         (ring-ref): Use `let', not `let*'.
15848         (ring-insert-at-beginning): Use c[ad]dr.  Doc fix.
15849         (ring-insert+extend): Use c[ad]dr.  Fix typo in docstring.
15850         (ring-member): Simplify.  Doc fix.
15851         (ring-convert-sequence-to-ring): Simplify.
15853 2007-11-17  Juri Linkov  <juri@jurta.org>
15855         * dired-aux.el (dired-create-directory): Allow creating
15856         a directory of an arbitrary depth.  Add a loop to find the topmost
15857         nonexistent parent dir `new', and call `dired-add-file' on it.
15858         Set the `PARENTS' arg of `make-directory' to t.
15860 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
15862         * calc/calc-aent.el (calc-last-user-lang-parse-table): New variable.
15863         (math-build-parse-table): Get parse information from math-parse-table.
15865 2007-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15867         * window.el (recenter-last-op): New var.
15868         (recenter-top-bottom): New command.
15869         (global-map): Bind it to C-l.
15871         * abbrev.el (abbrev--write): Fix error in transcription from C.
15873         * emulation/pc-select.el (pc-select-shifted-mark): Remove.
15874         (pc-select-ensure-mark): Set mark-active to a special value instead.
15875         Rename from ensure-mark.  Update call callers.
15876         (pc-select-maybe-deactivate-mark): Rename from maybe-deactivate-mark.
15877         Rewrite.  Update all callers.
15878         (pc-selection-mode): Remove redundant var declaration.
15880 2007-11-16  Tassilo Horn  <tassilo@member.fsf.org>
15882         * doc-view.el (doc-view-search-backward, doc-view-search):
15883         Fix assignment to free variable bug.
15885 2007-11-16  Martin Pohlack  <mp26@os.inf.tu-dresden.de>  (tiny change)
15887         * emulation/pc-select.el (pc-select-shifted-mark): New var.
15888         (ensure-mark): Set it.
15889         (maybe-deactivate-mark): New fun.
15890         Use it everywhere instead of (setq mark-active nil).
15892 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15894         * textmodes/reftex-dcr.el (reftex-start-itimer-once):
15895         Add check for XEmacs.
15897         * calc/calc-menu.el (calc-mode-map): Pacify byte compiler.
15899         * doc-view.el (doc-view-resolution): Add missing :group.
15901 2007-11-16  Juanma Barranquero  <lekktu@gmail.com>
15903         * subr.el (make-variable-frame-local):
15904         Fix typo in obsolescence declaration.
15906 2007-11-16  Werner Lemberg  <wl@gnu.org>
15908         * files.el (set-auto-mode-1): Check second line for -*- if file
15909         starts with '\" (which is used by man pages to identify needed
15910         troff preprocessors).
15912 2007-11-16  Glenn Morris  <rgm@gnu.org>
15914         * mail/mail-extr.el (mail-extr-all-top-level-domains): Update domains.
15916 2007-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
15918         * calc/calc-lang.el (math-oper-table): Fix typo.
15919         Reduce precedence of "/" for TeX.
15921         * calc/calc-menu.el (calc-modes-menu): Add Languages submenu.
15923 2007-11-16  Juri Linkov  <juri@jurta.org>
15925         * dired-aux.el (dired-read-shell-command-default): New function.
15926         (dired-read-shell-command): Use its return value for DEFAULT arg.
15928         * replace.el (keep-lines-read-args, occur-read-primary-args):
15929         Use a list of default values for DEFAULT arg of read-from-minibuffer.
15931         * man.el (Man-heading-regexp): Add 0-9.
15932         (Man-first-heading-regexp): Remove leading space [ \t]* before NAME.
15934 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15936         * doc-view.el (doc-view-ghostscript-options): Remove resolution arg.
15937         (doc-view-resolution): New custom var.
15938         (doc-view-pdf/ps->png): Use it.
15939         (doc-view-shrink-factor): New var.
15940         (doc-view-enlarge, doc-view-shrink): New commands.
15941         (doc-view-mode-map): Use them.
15943 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
15945         * ediff-wind.el (ediff-window-setup-function):
15946         * simple.el (normal-erase-is-backspace):
15947         * eshell/em-unix.el (eshell/info):
15948         * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
15949         Fix typos in docstrings.
15951         * emulation/cua-base.el (cua--keymaps-initialized):
15952         Rename from `cua--keymaps-initalized'.  Callers changed.
15953         (cua-highlight-region-shift-only): Doc fix.
15954         (cua-paste-pop): Fix typo in docstring.
15956 2007-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15958         * emulation/cua-base.el (cua--pre-command-handler-1):
15959         Use input-decode-map instead of function-key-map.
15960         Use event-modifiers now that it works reliably.
15962         * vc.el (vc-diff-internal): Pop-to-buffer later.
15964         * subr.el (event-modifiers): Use internal-event-symbol-parse-modifiers.
15966         * pcvs.el (cvs-revert-if-needed): Ignore `unknown' files, since cvs
15967         did not touch them.
15969 2007-11-15  Jay Belanger  <jay.p.belanger@gmail.com>
15971         * calc/calc-menu.el: New file.
15972         * calc/calc.el (calc-mode): Require calc-menu.
15974 2007-11-14  Juanma Barranquero  <lekktu@gmail.com>
15976         * isearch-multi.el (isearch-buffers-next-buffer-function): Doc fix.
15978 2007-11-14  Nick Roberts  <nickrob@snap.net.nz>
15980         * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
15981         (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
15982         (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
15983         (gdb-goto-breakpoint): Generalise for breakpoints with multiple
15984         locations.
15985         (gdb-info-breakpoints-custom, gdb-assembler-custom)
15986         (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
15987         (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
15989 2007-11-13  Noah Friedman  <friedman@splode.com>
15991         * calc/calc.el: Add `backward-delete-char-untabify' to the list of
15992         bindings to remap when `calc-scan-for-dels' is non-nil.
15994 2007-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15996         * emacs-lisp/byte-opt.el (byte-compile-trueconstp): Handle more
15997         constant forms.
15998         (byte-compile-nilconstp): New function.
15999         (byte-optimize-cond): Kill subsequent branches when a branch is
16000         know to be taken or not taken.
16001         (byte-optimize-if): Use byte-compile-nilconstp instead of hand coding.
16003 2007-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
16005         * vc.el (vc-register): Allow registering a file passed as a
16006         parameter instead of just the current buffer.
16008 2007-11-12  Michael Albinus  <michael.albinus@gmx.de>
16010         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
16011         Check whether the output of "uname -sr" has been changed.
16013 2007-11-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16015         * progmodes/compile.el (compilation-error-regexp-alist-alist): Insert
16016         patterns from compilation-perl.el and compilation-weblint.el files.
16018 2007-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
16020         * progmodes/compilation-perl.el:
16021         * progmodes/compilation-weblint.el: Disable autoloads, they cause
16022         a bootstrap failure.
16024         * vc-cvs.el (vc-cvs-diff): If backup files exist, diff them
16025         instead of doing "cvs diff" in order to avoid accessing the repository.
16027 2007-11-12  Kevin Ryde  <user42@zip.com.au>
16029         * progmodes/compilation-perl.el:
16030         * progmodes/compilation-weblint.el: New files.
16032 2007-11-11  Juanma Barranquero  <lekktu@gmail.com>
16034         * international/iso-cvt.el (iso-translate-conventions): Doc fix.
16035         (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
16036         (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
16037         (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
16038         (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
16039         Rewrite in active voice.
16041 2007-11-11  Tassilo Horn  <tassilo@member.fsf.org>
16043         * doc-view.el: Add comments about isearch support.
16045 2007-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
16047         * vc.el (vc-start-entry): Fix setting the in the case the function
16048         is called from vc-dired.  Use when instead of if where appropriate.
16050 2007-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16052         * ps-print.el (ps-do-despool): Do not force ps-lpr-switches
16053         to be a list.
16054         (ps-begin-job): Error if ps-lpr-switches is not a list.
16056 2007-11-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16058         * faces.el (face-normalize-spec): Remove function.
16059         (frame-set-background-mode): Undo last change.
16061 2007-11-10  Jason Rumney  <jasonr@gnu.org>
16063         * w32-fns.el: Sync charset names with setup-default-fontset.
16064         Append "-1" where second part missing.
16066 2007-11-10  Juri Linkov  <juri@jurta.org>
16068         * isearch.el (isearch-mode-end-hook, isearch-mode-end-hook-quit):
16069         Fix docstring.  Reported by Leo <sdl.web@gmail.com>.
16071         * custom.el (custom-note-var-changed): Remove the `interactive'
16072         spec from this new non-interactive function.
16074 2007-11-10  Tassilo Horn  <tassilo@member.fsf.org>
16076         * doc-view.el (doc-view-mode-map, doc-view-menu)
16077         (doc-view-pdf->txt-sentinel): Adapt to new search UI.
16078         (doc-view-search-backward): New function.
16079         (doc-view-search): Query new regexp if prefix arg is given, else
16080         jump to next/previous match.
16081         (doc-view-mode): Handle compressed files.
16082         (jka-compr): Required for compressed files.
16084 2007-11-10  Paul Pogonyshev  <pogonyshev@gmx.net>
16086         * replace.el (query-replace-show-replacement): New defcustom.
16087         (perform-replace): Use `match-substitute-replacement' if
16088         `query-replace-show-replacement' is non-nil.
16090 2007-11-10  David Kastrup  <dak@gnu.org>
16092         * subr.el (match-substitute-replacement): New function.
16094 2007-11-10  Carsten Dominik  <dominik@science.uva.nl>
16096         * files.el (auto-mode-alist): Select org-mode for files with the
16097         extension ".org".
16099 2007-11-10  Martin Rudalics  <rudalics@gmx.at>
16101         * help.el (help-window, help-window-point-marker): New variables.
16102         (help-window-select): New option.
16103         (with-help-window): New macro for displaying help windows.
16104         (help-window-display-message, help-window-setup-finish)
16105         (help-window-setup): New functions used for setting up help windows.
16106         (print-help-return-message): Reset help-window to nil.
16107         (view-lossage): Use with-help-window instead of
16108         with-output-to-temp-buffer and move help-window-point-marker after
16109         inserted text.
16110         (describe-bindings, describe-key, describe-mode): Use
16111         with-help-window instead of with-output-to-temp-buffer.
16113         * help-mode.el (help-mode): Set view-exit-action to bury the
16114         buffer instead of fiddling with windows.  Simplify code.
16115         (help-mode-finish): When help-window eqs t set it to the selected
16116         window and have with-help-window set up view-return-to-alist.
16117         (help-buffer): Add autoload cookie.
16119         * view.el (view-remove-frame-by-deleting): Change default value to t.
16120         Add autoload cookie.
16121         (view-exit-action, view-file, view-file-other-window)
16122         (view-file-other-frame, view-buffer, view-buffer-other-window)
16123         (view-buffer-other-frame): Rewrite doc strings.
16124         (view-return-to-alist-update): New function to remove stale entries
16125         from view-return-to-alist.
16126         (view-mode-enter): Rewrite doc string and simplify code.
16127         (view-mode-exit): Handle new case 'keep-frame.  Don't reset
16128         view-exit-action to nil.  Simplify code and rewrite doc string.
16130         * apropos.el (apropos-describe-plist):
16131         * descr-text.el (describe-char):
16132         * disp-table.el (describe-display-table):
16133         * faces.el (list-faces-display, describe-face):
16134         * facemenu.el (list-colors-display):
16135         * help-fns.el (describe-function, describe-variable)
16136         (describe-syntax, describe-categories):
16137         Use with-help-window instead of with-output-to-temp-buffer.
16139 2007-11-10  Dan Nicolaescu  <dann@ics.uci.edu>
16141         * emacs-lisp/byte-opt.el (byte-optimize-featurep):
16142         Optimize (featurep 'emacs) to t.
16144         * emacs-lisp/bytecomp.el (byte-compile-find-bound-condition):
16145         New function.
16146         (byte-compile-maybe-guarded): Use it to also look for bound
16147         symbols inside `and' forms.  Comment out non-working code that was
16148         trying to avoid warnings for XEmacs code.
16150         * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
16152         * vc-svn.el (vc-svn-print-log, vc-svn-diff):
16153         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
16154         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
16155         (vc-cvs-annotate-command):
16156         * vc-arch.el (vc-arch-diff): Remove test to check if start-process
16157         is bound, it always is.
16159 2007-11-10  Jason Rumney  <jasonr@gnu.org>
16161         * term/w32-win.el (w32-initialize-window-system): Move SJIS font
16162         setup here from global scope.
16164 2007-11-10  Juanma Barranquero  <lekktu@gmail.com>
16166         * ido.el (ido-save-history): Save the history file in UTF-8, not
16167         the current filename coding system.
16169 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16171         * simple.el (interprogram-cut-function, interprogram-paste-function):
16172         Don't make them frame-local any more.
16174         * faces.el (x-create-frame-with-faces, tty-create-frame-with-faces):
16175         Don't set interprogram-(cut|paste)-function on each frame.
16177         * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
16178         Make them work in tty frames.
16179         (interprogram-cut-function, interprogram-paste-function):
16180         Set them globally.
16182 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
16184         * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
16185         (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
16186         (iso-iso2duden-trans-tab): Add docstring.
16188 2007-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16190         * abbrev.el (define-abbrev-table): Record the variable definition.
16192         * emacs-lisp/bytecomp.el (byte-compile-file-form-define-abbrev-table):
16193         New function.
16195 2007-11-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16197         * ps-print.el: Clean the code for checking suitable Emacs version.
16198         (ps-do-despool): If ps-lpr-switches is not a list, force it to be one.
16199         (ps-print-version): New version 6.8.1.
16201 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
16203         * files.el (enable-local-variables): Doc fix.
16205 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
16207         * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
16209 2007-11-09  Sven Joachim  <svenjoac@gmx.de>
16211         * dired-aux.el (dired-copy-file-recursive):
16212         Preserve directory permissions.
16214 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
16216         * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
16217         (whitespace-unload-function): New-style unload function.  When run,
16218         unintern `whitespace-unload-hook' and call `unload-feature' recursively
16219         to stop the old hook from messing with the unloading.
16221 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
16223         * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
16224         (elp-unset-master, elp-results): Fix typos.
16225         (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
16226         Doc fixes.
16228         * msb.el (msb--many-menus): Remove variable.
16229         (msb-max-menu-items, msb--add-to-menu): Doc fixes.
16230         (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
16231         (msb--toggle-menu-type): Fix typos in docstrings.
16233         * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
16234         (shadow-insert-var): Doc fixes.
16235         (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
16236         Reflow docstrings.
16237         (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
16239 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
16241         * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
16242         (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
16243         Fix typos in autoload docstrings.
16245 2007-11-09  Richard Stallman  <rms@gnu.org>
16247         * savehist.el (savehist-save): Obey savehist-ignored-variables.
16249 2007-11-09  Nick Roberts  <nickrob@snap.net.nz>
16251         * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
16252         (gdb-var-update-handler-1): Use it.
16254 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
16256         * loadhist.el (unload-feature): Remove erroneous check for the
16257         FEATURE-unload-function variable; check the existence of the
16258         function (that's what the docstring says, and it makes more sense).
16260         * follow.el (follow-unload-function): Add docstring.
16261         (follow-unload-function): Remove variable.
16263         * server.el (server-unload-function): Remove variable.
16264         (server-unload-function): Unbind `server-edit' from `C-x #'.
16266         * ses.el (ses-unload-function): New function.
16268 2007-11-09  Juanma Barranquero  <lekktu@gmail.com>
16270         * emacs-lisp/unsafep.el (unsafep, unsafep-function)
16271         (unsafep-progn, unsafep-let): Fix typos in docstrings.
16273         * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
16274         before use to avoid a warning in packages that require uniquify.
16275         (uniquify-unload-function): New function and var.
16277 2007-11-09  Dan Nicolaescu  <dann@ics.uci.edu>
16279         * ediff-init.el (ediff-xemacs-p, ediff-emacs-p): Remove.
16280         (ediff-has-face-support-p, ediff-BAD-INFO, ediff-check-version)
16281         (ediff-current-diff-A, ediff-current-diff-B)
16282         (ediff-current-diff-C, ediff-fine-diff-C, ediff-fine-diff-A)
16283         (ediff-fine-diff-B, ediff-fine-diff-Ancestor, ediff-even-diff-A)
16284         (ediff-even-diff-B, ediff-even-diff-C, ediff-even-diff-Ancestor)
16285         (ediff-odd-diff-A, ediff-odd-diff-B, ediff-odd-diff-C)
16286         (ediff-odd-diff-Ancestor, ediff-reset-mouse):
16287         * ediff-wind.el (ediff-narrow-control-frame-leftward-shift)
16288         (ediff-setup-windows-plain-merge)
16289         (ediff-setup-windows-plain-compare, ediff-setup-control-frame)
16290         (ediff-refresh-control-frame, ediff-get-visible-buffer-window):
16291         * ediff-util.el (ediff-setup-keymap, )
16292         (ediff-toggle-wide-display, ediff-toggle-multiframe)
16293         (ediff-toggle-use-toolbar, ediff-really-quit)
16294         (ediff-good-frame-under-mouse)
16295         (ediff-highlight-diff-in-one-buffer)
16296         (ediff-remove-flags-from-buffer, ediff-place-flags-in-buffer1)
16297         (ediff-make-bullet-proof-overlay):
16298         * ediff-mult.el (ediff-setup-meta-map, ediff-emacs-p)
16299         (ediff-set-meta-overlay):
16300         * ediff-help.el (ediff-help-region-map, ediff-set-help-overlays):
16301         * ediff.el (ediff-documentation): Replace ediff-xemacs-p and
16302         ediff-emacs-p with their former definitions.
16304         * emulation/viper-init.el (viper-xemacs-p, viper-emacs-p): Remove.
16305         (viper-has-face-support-p, viper-inactivate-input-method)
16306         (viper-activate-input-method)
16307         (viper-use-replace-region-delimiters, viper-restore-cursor-type):
16308         * emulation/viper-mous.el (viper-multiclick-timeout)
16309         (viper-surrounding-word, viper-mouse-click-insert-word)
16310         (viper-mouse-click-search-word, viper-parse-mouse-key):
16311         * emulation/viper-macs.el (viper-char-array-to-macro):
16312         * emulation/viper.el (viper-go-away, viper-set-hooks)
16313         (viper-non-hook-settings):
16314         * emulation/viper-util.el (viper-get-saved-cursor-color-in-replace-mode)
16315         (viper-get-saved-cursor-color-in-insert-mode)
16316         (viper-get-saved-cursor-color-in-emacs-mode)
16317         (viper-check-version, viper-get-visible-buffer-window)
16318         (viper-file-checked-in-p, viper-set-replace-overlay)
16319         (viper-set-replace-overlay-glyphs, viper-set-minibuffer-overlay)
16320         (viper-check-minibuffer-overlay, viper-read-key-sequence)
16321         (viper-key-to-emacs-key): Replace viper-xemacs-p and viper-emacs-p
16322         with their former definitions.
16323         (viper-eventify-list-xemacs): Only do work for XEmacs.
16324         (viper-set-unread-command-events): Only do work for Emacs.
16325         (viper-overlay-p, viper-make-overlay, viper-overlay-live-p)
16326         (viper-move-overlay, viper-overlay-start, viper-overlay-end)
16327         (viper-overlay-get, viper-overlay-put, viper-read-event)
16328         (viper-characterp, viper-int-to-char, viper-get-face)
16329         (viper-color-defined-p, viper-iconify): New defaliases replacing
16330         the old fsets.
16332         * progmodes/fortran.el (comment-region-function)
16333         (uncomment-region-function): Pacify byte compiler.
16335         * vc.el (vc-diff-internal): Remove code for an old version of gnus.
16337 2007-11-08  Michael Albinus  <michael.albinus@gmx.de>
16339         * net/tramp.el (tramp-maybe-open-connection): Use a local copy of
16340         `process-environment'.
16342 2007-11-08  David Hansen  <david.hansen@gmx.net>  (tiny change)
16344         * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
16345         match dir like "a...b".
16347 2007-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16349         * smerge-mode.el (smerge-refine-subst): Pass "-d" to diff.
16351 2007-11-07  Michael Albinus  <michael.albinus@gmx.de>
16353         * net/tramp.el (tramp-handle-substitute-in-file-name):
16354         Don't expand the remote connection identification.
16355         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
16356         Set also $PS2 and $PS3 when setting $PS1.  Check for shell echoing
16357         before calling stty.
16359         * net/tramp-cache.el (tramp-cache-print)
16360         (tramp-dump-connection-properties): Fix docstring.
16361         (tramp-list-connections): Rename from `tramp-cache-list-connections'.
16363         * net/tramp-cmds.el (tramp-cleanup-connection): Apply it.
16365         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Don't expand the
16366         remote connection identification when setting connection property.
16368         * net/tramp-smb.el (tramp-smb-handle-substitute-in-file-name):
16369         "//" substitutes only in the local filename part.
16371 2007-11-07  David Hansen  <david.hansen@gmx.net>
16373         * eshell/em-glob.el (eshell-extended-glob): Sort matches.
16375 2007-11-07  Glenn Morris  <rgm@gnu.org>
16377         * emulation/tpu-mapper.el (tpu-map-key): Use unless rather than cond.
16378         Remove superfluous concats.  Move final set-buffer to
16379         non-emacs-specific code.
16381 2007-11-07  Rob Riepel  <riepel@networking.stanford.edu>
16383         * emulation/tpu-mapper.el (tpu-map-key): Remove un-needed cond branch.
16385 2007-11-07  Johan Bockgård  <bojohan@gnu.org>
16387         * eshell/esh-mode.el (eshell-output-filter):
16388         * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
16389         Use `with-current-buffer'.
16391 2007-11-07  Andreas Schwab  <schwab@suse.de>
16393         * server.el (server-start): Only register cleanup after server was
16394         started.
16396 2007-11-06  Michael Albinus  <michael.albinus@gmx.de>
16398         * net/tramp.el (top): Don't autoload `tramp-cache-print'.
16400         * net/tramp-cache.el (tramp-cache-print): Move down.
16401         (tramp-cache-list-connections): New defun.
16403         * net/tramp-cmds.el (tramp-cleanup-connection): Use it.
16405 2007-11-06  Juanma Barranquero  <lekktu@gmail.com>
16407         * ido.el (ido-save-history): Write the history file in the current
16408         filename coding system, and add `coding' file-local variable.
16410 2007-11-06  Carsten Dominik  <dominik@science.uva.nl>
16412         * textmodes/org.el (org-table-formula-substitute-names):
16413         Remove forgotten temporary debugging code.
16415 2007-11-05  Michael Albinus  <michael.albinus@gmx.de>
16417         * net/tramp.el (tramp-wait-for-output): Ignore escape sequences in
16418         the prompt.
16420 2007-10-05  Chris Moore  <christopher.ian.moore@gmail.com>
16422         * wdired.el (wdired-use-dired-vertical-movement): Doc fix.
16424 2007-11-05  Simon Josefsson  <simon@josefsson.org>
16426         * net/tls.el (tls-end-of-info): Doc fix.
16428 2007-11-05  Kenichi Handa  <handa@ni.aist.go.jp>
16430         * international/utf-7.el (utf-7-imap): New coding system.
16431         (utf-7-imap-post-read-conversion): New function.
16432         (utf-7-imap-pre-write-conversion): New function.
16434 2007-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16436         * abbrev.el (abbrev--write): Fix up typo.
16438 2007-11-04  Juanma Barranquero  <lekktu@gmail.com>
16440         * abbrev.el (define-abbrev-table): Doc fix.
16442 2007-11-04  Thien-Thi Nguyen  <ttn@gnuvola.org>
16444         * info.el (Info-revert-buffer-function): New func.
16445         (Info-mode): Arrange to use it for reverting.
16446         (Info-copy-current-node-name): Add space between filename and nodename.
16448 2007-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16450         * abbrev.el (expand-abbrev): Move point back to expansion's end.
16452 2007-11-04  Glenn Morris  <rgm@gnu.org>
16454         * net/tls.el: Don't require rx when compiling.
16455         (tls-end-of-info): Rewrite without using rx.
16456         (open-tls-stream): Use with-current-buffer.
16458 2007-11-04  Riccardo Murri  <riccardo.murri@gmail.com>
16460         * net/tls.el: Require rx when compiling.
16461         (tls-end-of-info): New variable.
16462         (open-tls-stream): Keep reading input until `tls-end-of-info' is
16463         matched.
16465 2007-11-03  Sean O'Rourke  <seano@cs.ucla.edu>
16467         * register.el (append-to-register, prepend-to-register):
16468         Don't signal error on empty register; use the text, instead.
16470 2007-11-03  Michael Olson  <mwolson@gnu.org>
16472         * textmodes/remember.el (remember-buffer):
16473         Use define-obsolete-function-alias rather than defalias.
16475 2007-11-03  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
16477         * simple.el (bad-packages-alist): Anchor semantic regexp.
16479 2007-11-03  Glenn Morris  <rgm@gnu.org>
16481         * newcomment.el (comment-dwim): Call comment-insert-comment-function,
16482         if defined, for blank lines.  Doc fix.
16484         * progmodes/fortran.el (fortran-mode-map): Don't bind M-;.
16485         (fortran-mode): Set values for comment-region-function,
16486         uncomment-region-function and comment-insert-comment-function.
16487         (fortran-uncomment-region): New function.
16489         * textmodes/nroff-mode.el (nroff-mode):
16490         Set comment-insert-comment-function rather than indent-line-function.
16491         (nroff-indent-line-function): Remove.
16492         (nroff-insert-comment-function): New function.
16494 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
16496         * ediff-vers.el (ediff-vc-working-revision): Add a quote.
16498 2007-11-02  Michael Kifer  <kifer@cs.stonybrook.edu>
16500         * emulation/viper-ex.el (viper-ex): Do not ignore the region.
16502         * emulation/viper-cmd.el (viper-prev-destructive-command)
16503         (viper-insert-prev-from-insertion-ring): Use ring-copy instead of
16504         copy-sequence.
16506         * ediff-util.el (ediff-make-current-diff-overlay): Do not use face-name.
16507         Got rid of ediff-copy-list.
16509         * ediff-diff.el (ediff-set-fine-diff-properties-in-one-buffer): Do not
16510         use face-name.
16511         (ediff-test-utility, ediff-diff-mandatory-option)
16512         (ediff-reset-diff-options): Remove to simplify the mandatory option
16513         handling on Windows.
16514         (ediff-set-diff-options): Add.
16515         (ediff-diff-options): Set "--binary" option as default in some cases.
16517         * ediff-vers.el (ediff-vc-internal): Use ediff-vc-revision-other-window.
16518         (ediff-vc-merge-internal): Use ediff-vc-revision-other-window and
16519         ediff-vc-working-revision.  Require vc-hooks.
16521 2007-11-02  Drake Wilson  <drake@begriffli.ch>  (tiny change)
16523         * files.el (hack-local-variables): Fix membership tests to avoid
16524         treating all variables as safe if `enable-local-variables' is
16525         set to :safe (CVE-2007-5795).
16527 2007-11-02  Glenn Morris  <rgm@gnu.org>
16529         * newcomment.el (comment-indent): Let comment-insert-comment-function,
16530         if defined, do all the work of inserting a new comment.
16532         * progmodes/etags.el (tags-table-mode): Disable undo.
16534         * simple.el (bad-packages-alist): Revert previous change.
16536 2007-11-02  Dan Nicolaescu  <dann@ics.uci.edu>
16538         * emacs-lisp/lselect.el: Move to obsolete/lselect.el.
16540         * obsolete/lselect.el: Do not warn about unknown functions.
16542 2007-11-02  Michael Olson  <mwolson@gnu.org>
16544         * textmodes/remember.el (remember-buffer): Make this an alias of
16545         remember-finalize, because Org uses it.
16547 2007-11-01  Michael Olson  <mwolson@gnu.org>
16549         * textmodes/remember.el: Improve documentation in heading.
16550         (remember-before-remember-hook): Turn into a customizable option.
16551         (remember): Document INITIAL argument.
16552         (remember-region): Remove autoload cookie.  Improve docstring to
16553         mention that it is called from the *Remember* buffer, and does not
16554         have any functional overlap with the `remember' function.
16555         (remember-finalize): Remove autoload cookie.  Rename from
16556         remember-buffer to emphasize that this does not have any
16557         functional overlap with the `remember' function.
16558         (remember-destroy): Remove autoload cookie.
16559         (remember-mode-map): Define and initialize in one step.
16560         (remember-mode): Improve docstring.
16561         (remember-annotation-functions): Default to just '(buffer-file-name),
16562         and don't try to take the default value from Planner.
16564 2007-11-01  Glenn Morris  <rgm@gnu.org>
16566         * doc-view.el (doc-view-cache-directory): Remove superfluous concat.
16568         * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
16570         * emacs-lisp/authors.el (authors-scan-change-log)
16571         (authors-scan-el): Don't enable local eval; enable only safe local
16572         variables, without querying.
16574         * mail/footnote.el (footnote-numeric-regexp)
16575         (footnote-english-upper-regexp, footnote-english-lower-regexp)
16576         (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
16577         Match multi-character footnotes.
16579         * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
16580         (nroff-indent-line-function): New function.
16581         (nroff-count-text-lines): Use nroff-forward-text-line rather than
16582         obsolete alias.
16584 2007-11-01  Ryan Yeske  <rcyeske@gmail.com>
16586         * net/rcirc.el (rcirc-last-quit-line, rcirc-last-line)
16587         (rcirc-elapsed-lines): New argument PROCESS.  Update callers.
16588         (rcirc-print): Only update the line count when not marking the
16589         line as omittable.
16590         (rcirc-log-write): Specify coding system when writing logfile.
16591         (rcirc-markup-fill): Make sure ellipsis does not cause line to wrap.
16593 2007-11-01  Dan Nicolaescu  <dann@ics.uci.edu>
16595         * printing.el (printing): Fix :version, printing.el was included
16596         for in emacs-22.1.
16597         (pr-path-style, pr-path-alist, pr-txt-name)
16598         (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
16599         (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
16600         (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
16601         (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
16602         (pr-auto-mode, pr-mode-alist, pr-ps-utility)
16603         (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
16604         (pr-setting-database, pr-visible-entry-list)
16605         (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
16606         (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect :version.
16608         * ediff-util.el (ediff-nuke-selective-display): Move definition to
16609         top level, make it dependent on the emacs flavor.
16611         * play/gamegrid.el (gamegrid-kill-timer, gamegrid-start-timer):
16612         Test for XEmacs not for itimer.
16614         * term/sun-mouse.el:
16615         * obsolete/sun-fns.el:
16616         * obsolete/sun-curs.el: Remove files.
16618         * term/sun.el (select-previous-complex-command): Remove obsolete code.
16620 2007-10-31  Tassilo Horn  <tassilo@member.fsf.org>
16622         * doc-view.el (doc-view-cache-directory): Fix bug where an integer
16623         was given to concat.
16625 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16627         * doc-view.el (doc-view-mode-map): Bind doc-view-goto-page to the keys
16628         used normally for goto-line.  Change `g' to revert the buffer.
16629         Add redundant `r' binding for buffer-revert.
16631         * mail/mailabbrev.el (mail-abbrevs-mode): Use define-minor-mode.
16632         (mail-abbrevs-setup): Use abbrev-expand-functions.
16633         (build-mail-abbrevs): Use with-temp-buffer.
16634         (define-mail-abbrev): Simplify.
16635         (mail-abbrev-expand-wrapper): Rename sendmail-pre-abbrev-expand-hook.
16636         Change it for use on abbrev-expand-functions.
16637         (mail-abbrev-complete-alias): Use with-syntax-table.
16639 2007-10-31  Michael Albinus  <michael.albinus@gmx.de>
16641         * net/tramp.el (tramp-handle-shell-command): Call `start-file-process'
16642         directly.  Fix bug in deleting temp file.
16644 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16646         * progmodes/python.el (python-mode-abbrev-table): Use :regexp.
16647         Merge defvar and define-abbrev-table.
16648         (def-python-skeleton): Use :case-fixed and :enable-function.
16649         (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
16650         Remove.
16651         (python-mode): Don't modify pre-abbrev-expand-hook.
16653 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
16655         * ediff-util.el (ediff-file-checked-out-p)
16656         (ediff-file-checked-in-p): Only call vc-locking-user for XEmacs.
16658 2007-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16660         * abbrev.el (abbrev-symbol): Correct let->let*.
16661         (abbrev--before-point): Only use abbrev-start-location if before point.
16663 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
16665         * strokes.el (strokes-alphabetic-lessp): Simplify.  Doc fix.
16666         (strokes-unload-hook): Remove function and variable.
16667         (strokes-unload-function): New-style unload function, adapted
16668         from `strokes-unload-hook'.
16670         * emacs-lisp/cl.el (cl-cannot-unload): Remove function.
16671         (cl-unload-hook): Remove variable.
16672         (cl-unload-function): New-style unload function, adapted
16673         from `cl-cannot-unload'.
16675         * emacs-lisp/elp.el (elp-unload-hook): Remove function and variable.
16676         (elp-unload-function): New-style unload function, adapted
16677         from `elp-unload-hook'.
16679 2007-10-31  Sean O'Rourke  <sorourke@cs.ucsd.edu>
16681         * emacs-lisp/find-func.el (find-library): Use library at
16682         point as default interactive argument.
16684 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
16686         * shadowfile.el (shadow-join): Remove.
16687         (shadow-shadows): Use `mapconcat' instead of `shadow-join'.
16688         (shadow-initialize): Use `write-file-functions', not `write-file-hooks'.
16689         (shadowfile-unload-hook): Remove function and variable.
16690         (shadowfile-unload-function): New-style unload function, adapted
16691         from `shadowfile-unload-hook'.
16693 2007-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
16695         * progmodes/mixal-mode.el (mixal-run, mixal-debug): Call mixvm
16696         only if it is bound.
16698         * textmodes/reftex.el: Move autoloads for before all uses.
16699         (reftex-make-overlay, reftex-overlay-put, reftex-move-overlay)
16700         (reftex-delete-overlay): Move to the top level with the condition
16701         in the body.
16703         * progmodes/simula.el: Use when instead of if.
16705         * iimage.el (iimage-locate-file): Define unconditionally.
16707         * mail/mailabbrev.el (mail-abbrev-next-line):
16708         * emulation/vip.el (vip-enlarge-region, vip-line)
16709         (vip-next-line-at-bol, vip-previous-line)
16710         (vip-previous-line-at-bol, vip-find-char, vip-put-back, ex-read):
16711         Wrap with-no-warnings around uses of next-line and previous-line.
16713         * ediff.el (run-ediff-from-cvs-buffer):
16714         * ediff-vers.el (cvs-run-ediff-on-file-descriptor):
16715         Remove function not used by pcl-cvs anymore.
16716         (noninteractive, generic-sc-get-latest-rev)
16717         (ediff-generic-sc-internal, ediff-generic-sc-merge-internal):
16718         Delete support for long obsolete generic-sc.el.
16720 2007-10-31  Glenn Morris  <rgm@gnu.org>
16722         * cvs-status.el: No longer require pcvs when compiling.
16724         * doc-view.el (doc-view-conversion-refresh-interval)
16725         (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
16726         (doc-view-reset-slice): Doc fixes.
16727         (doc-view-menu): Remove deleted function doc-view-edit-doc.
16729 2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
16731         * help-at-pt.el (help-at-pt-unload-hook): Remove.
16732         Timers are automatically canceled by `unload-feature'.
16734         * delsel.el (delsel-unload-hook): Remove function and variable.
16735         (delsel-unload-function): New-style unload function, adapted
16736         from `delsel-unload-hook'.
16738         * msb.el (msb-unload-hook): Remove function and variable.
16739         (msb-unload-function): New-style unload function, adapted from
16740         `msb-unload-hook'.
16742 2007-10-30  Juanma Barranquero  <lekktu@gmail.com>
16744         * desktop.el (uniquify-managed): Pacify byte compiler.
16745         (desktop-buffer-info): If the buffer name is managed by uniquify,
16746         save the base name, not the uniquified one.
16747         (desktop-create-buffer): Allow `rename-buffer' to generate a new
16748         name in case of conflict.
16750 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16752         * doc-view.el: Use expand-file-name rather than concat.
16753         (doc-view-cache-directory): Add the UID so multiple users won't clash.
16754         (doc-view-current-overlay, doc-view-pending-cache-flush): New vars.
16755         (doc-view-goto-page, doc-view-insert-image, doc-view-buffer-message)
16756         (doc-view-toggle-display): Use an overlay over the whole buffer so as
16757         not to have to touch the buffer's content.
16758         (doc-view-initiate-display): New function, extracted from doc-view-mode.
16759         (doc-view-mode): Use it.  Don't mark as a special mode.
16760         Put the page numbers in the modeline.
16761         Set up the overlay.  Hide the cursor.  Run the mode hook.
16762         Use after-revert-hook rather than revert-buffer-function.
16763         (doc-view-search-internal): Fix typo.
16764         (doc-view-convert-current-doc, doc-view-insert-image): Delay the
16765         image-cache flush.
16766         (doc-view-reconvert-doc): Don't reset the whole mode.
16767         (doc-view-make-safe-dir): New function.
16768         (doc-view-current-cache-dir): Use it.
16770 2007-10-30  Jason Rumney  <jasonr@gnu.org>
16772         * time.el (display-time-world-list): Test for zoneinfo support.
16774 2007-10-30  Michael Albinus  <michael.albinus@gmx.de>
16776         * net/tramp.el (tramp-maybe-open-connection): Set $LC_ALL to "C".
16778         * net/tramp-cache.el (tramp-flush-file-function): Check also
16779         `default-directory' if `buffer-file-name' does not return a
16780         string.  Added to `eshell-pre-command-hook'.
16782 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16784         * doc-view.el (doc-view-current-doc): Remove.
16785         Replace all uses by buffer-file-name.
16786         (doc-view-menu): New menu.
16787         (doc-view-reconvert-doc): Don't bind inhibit-read-only and remove
16788         unused var `doc'.
16789         (doc-view-sort): Simplify.
16790         (doc-view-buffer-message): Don't change buffer-modified-p.
16791         (doc-view-mode): Change it here instead.
16792         Tighten scoping of prev-major-mode.  Don't re-insert the file's content.
16793         Don't modify the global value of revert-buffer-function.
16795         * image-mode.el (image-forward-hscroll, image-next-line, image-eol)
16796         (image-eob, image-mode, image-minor-mode, image-toggle-display-text)
16797         (image-toggle-display): Take overlays into account and don't assume
16798         point-min==1.
16800 2007-10-30  Thien-Thi Nguyen  <ttn@gnuvola.org>
16802         * vc.el (vc-annotate): Fix omission bug:
16803         Specify value for vc-sentinel-movepoint.
16805 2007-10-30  Michael Olson  <mwolson@gnu.org>
16807         * textmodes/remember.el (remember-mode-hook)
16808         (remember-handler-functions, remember-annotation-functions):
16809         Add additional items as options, including some Org functions.
16811 2007-10-30  Tassilo Horn  <tassilo@member.fsf.org>
16813         * doc-view.el: Remove cl-dependency.
16814         (doc-view-buffer-message): Mention new binding K.
16815         (doc-view-convert-current-doc): Use function d-v-current-cache-dir
16816         instead of variable.
16817         (doc-view-current-cache-dir): Better cache dir naming.
16818         (doc-view-current-display): Remove variable.
16819         (doc-view-edit-doc, doc-view-display-maybe): Remove functions.
16820         (doc-view-kill-proc): Set converter process to nil.
16821         (doc-view-minor-mode): New minor mode.
16822         (doc-view-minor-mode-map): New keymap.
16823         (doc-view-mode): Remove text/image switching code.  Use plain defun.
16824         (doc-view-mode-map): New binding K kills converter process.
16825         Remove C-c C-e binding.
16826         (doc-view-mode-text-map): Remove keymap.
16827         (doc-view-pdf/ps->png): Timer calls d-v-display instead of
16828         d-v-display-maybe.
16829         (doc-view-previous-major-mode): New variable.
16830         (doc-view-ps->pdf): Resort args to make ps2pdf happy.
16831         (doc-view-remove-if): New function.
16832         (doc-view-search-next-match, doc-view-search-previous-match): Use it.
16833         (doc-view-toggle-display): Toggle modes instead of display styles.
16834         (doc-view-reconvert-doc): Adapt to new way of doing things.
16836         * progmodes/ps-mode.el (ps-mode-map): Enable doc-view-minor-mode.
16838 2007-10-30  Glenn Morris  <rgm@gnu.org>
16840         * dirtrack.el (dirtrack-mode): Doc fix.
16842         * shell.el (shell-dirtrack-verbose, shell-mode)
16843         (shell-directory-tracker, shell-dirtrack-mode): Doc fix.
16845         * emacs-lisp/bytecomp.el (byte-compile-disable-warning)
16846         (byte-compile-enable-warning): Doc fix.
16848         * emulation/tpu-mapper.el (tpu-map-key): Use with-no-warnings to
16849         suppress byte-opt warning.
16851 2007-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
16853         * emulation/edt.el (edt-emacs19-p, edt-x-emacs19-p)
16854         (edt-gnu-emacs19-p): Remove.
16855         (edt-emacs-variant, edt-window-system): Use feature 'emacs.
16856         (edt-xserver, edt-page-backward, edt-beginning-of-line)
16857         (edt-end-of-line-forward, edt-end-of-line-backward)
16858         (edt-one-word-forward, edt-one-word-backward, edt-character)
16859         (edt-line-forward, edt-next-line, edt-previous-line, edt-top)
16860         (edt-find-forward, edt-find-backward, edt-find-next-forward)
16861         (edt-find-next-backward, edt-reset, edt-advance, edt-backup)
16862         (edt-define-key, edt-bottom-check, edt-sentence-forward)
16863         (edt-sentence-backward, edt-paragraph-forward)
16864         (edt-paragraph-backward, edt-restore-key, edt-window-top)
16865         (edt-window-bottom, edt-scroll-window-forward-line)
16866         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
16867         (edt-line-to-top-of-window, edt-paragraph-backward)
16868         (edt-restore-key, edt-window-top, edt-window-bottom)
16869         (edt-scroll-window-forward-line)
16870         (edt-scroll-window-backward-line, edt-line-to-bottom-of-window)
16871         (edt-line-to-middle-of-window, edt-goto-percentage)
16872         (edt-display-the-time, edt-remember, edt-split-window)
16873         (edt-emulation-on, edt-emulation-off)
16874         (edt-default-emulation-setup, edt-user-emulation-setup)
16875         (edt-select-default-global-map, edt-select-user-global-map):
16876         Replace uses of edt-x-emacs19-p and edt-gnu-emacs19-p with feature
16877         tests.
16879         * textmodes/reftex-index.el (reftex-index-selection-or-word):
16880         Use feature test instead of boundp test so it can be resolved at
16881         compile time.
16883         * net/newsticker.el (replace-regexp-in-string): Only define for XEmacs.
16885 2007-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16887         * abbrev.el: Rename `count' and `system-flag' to :count and :system.
16888         Update all users.
16889         (abbrev-get, abbrev-put): Simplify.
16890         (define-abbrev): Don't store the `force' value in the :system property.
16891         (abbrev--before-point): Obey the :enable-function of the abbrev as well.
16893 2007-10-30  Michael Olson  <mwolson@gnu.org>
16895         * desktop.el (desktop-minor-mode-table): Add line for ERC.
16897         * textmodes/remember.el: New file that implements a mode for
16898         quickly jotting down things to remember.
16900         * textmodes/remember-diary.el: A backend for remember.el that
16901         implements saving notes to a Diary file.
16903 2007-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
16905         * allout.el (allout-command-prefix, allout-inhibit-auto-fill):
16906         Relocate in file.
16907         (allout-doublecheck-at-and-shallower): Increase to include
16908         slightly greater depths, since yank interaction is now ok.
16909         Also, elaborate the docstring to explain the situation.
16910         (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat
16911         instead of concat, so we accommodate key sequences expressed as
16912         vectors as well as strings and lists.
16913         (allout-flag-region, allout-hide-by-annotation): Make the
16914         hidden-text overlays 'front-advance.
16915         (allout-overlay-insert-in-front-handler): Correct docstring's grammar.
16916         (allout-aberrant-container-p, allout-on-current-heading-p)
16917         (allout-e-o-prefix-p, allout-next-heading)
16918         (allout-previous-heading, allout-goto-prefix)
16919         (allout-end-of-prefix, allout-next-sibling-leap)
16920         (allout-next-visible-heading, allout-auto-fill)
16921         (allout-rebullet-heading, allout-kill-line, allout-kill-topic)
16922         (allout-yank-processing, allout-resolve-xref)
16923         (allout-current-topic-collapsed-p, allout-hide-region-body)
16924         (allout-latex-verbatim-quote-curr-line, allout-encrypt-string)
16925         (allout-encrypted-topic-p, allout-next-topic-pending-encryption)
16926         (count-trailing-whitespace-region): Preserve match data, so allout
16927         outline navigation doesn't disrupt other Emacs operations.
16928         (allout-beginning-of-line): Retreat to the beginning of the hidden
16929         text, so fields are respected (for submodes that care).
16930         (allout-end-of-line): Preserve mark activation status when jumping.
16931         (allout-open-topic): Account for opening after a child that
16932         contains a hidden trailing newline.  Preserve match data.
16933         Run allout-structure-added-hook
16934         (allout-encrypt-decrypted): Preserve match data.
16935         (allout-toggle-current-subtree-exposure): Add new interactive
16936         function for toggle subtree exposure - suggested by tassilo.
16937         (move-beginning-of-line, move-end-of-line): Don't use
16938         line-move-invisible-p, it's obsolete - substitute the code, instead.
16940 2007-10-29  Dan Nicolaescu  <dann@ics.uci.edu>
16942         * textmodes/flyspell.el (message-signature-separator):
16943         * longlines.el (message-indent-citation-function): Pacify byte
16944         compiler.
16946         * emacs-lisp/cl-loaddefs.el:
16947         * ldefs-boot.el: Regenerate.
16949         * Makefile.in (BYTE_COMPILE_EXTRA_FLAGS): New variable.
16950         (.el.elc, compile, compile-always, compile-calc)
16951         ($(lisp)/progmodes/cc-mode.elc): Use it.
16953         * ps-print.el (ps-xemacs-color-name, ps-xemacs-face-kind-p):
16954         Only do work for XEmacs.
16955         (ps-xemacs-mapper): Rename from ps-mapper, only work on XEmacs.
16956         (ps-xemacs-extent-sorter): Rename from ps-extent-sorter, only work
16957         on XEmacs.
16958         (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
16959         (ps-x-color-name, ps-x-color-specifier-p)
16960         (ps-x-copy-coding-system, ps-x-device-class)
16961         (ps-x-extent-end-position, ps-x-extent-face)
16962         (ps-x-extent-priority, ps-x-extent-start-position)
16963         (ps-x-face-font-instance, ps-x-find-coding-system)
16964         (ps-x-font-instance-properties, ps-x-make-color-instance)
16965         (ps-x-map-extents, ps-e-face-bold-p, ps-e-face-italic-p)
16966         (ps-e-next-overlay-change, ps-e-overlays-at, ps-e-overlay-get)
16967         (ps-e-overlay-end, ps-e-x-color-values, ps-e-color-values):
16968         (ps-generate-postscript-with-faces): Delete defaliases.
16969         (ps-face-foreground-name, ps-face-background-name)
16970         (ps-color-values, ps-face-bold-p, ps-face-italic-p):
16971         Move definitions to top level, make the body conditional on the Emacs
16972         flavor.  Replace uses of deleted aliases and renamed functions.
16973         (ps-generate-postscript-with-faces, ps-color-device): Replace uses
16974         of deleted aliases and renamed functions.
16976         * calc/calc.el (calc-emacs-type-lucid): Remove.
16977         (calc-digit-map, calcDigit-start, calc-read-key)
16978         (calc-clear-unread-commands):
16979         * calc/calc-ext.el (calc-user-key-map): Replace uses of
16980         calc-emacs-type-lucid with (featurep 'xemacs)
16982         * emulation/tpu-mapper.el: Replace tpu-lucid-emacs19-p with
16983         (featurep 'xemacs).
16984         (tpu-lucid-emacs19-p): Remove.
16985         (tpu-map-key): Make it a function instead of using fset.  Inline
16986         tpu-emacs-map-key and tpu-lucid-map-key.  Use featurep 'xemacs.
16987         (tpu-emacs-map-key, tpu-lucid-map-key): Remove.
16989         * ielm.el: Use featurep 'xemacs.
16991         * progmodes/cperl-mode.el (cperl-xemacs-p): Remove.
16992         (condition-case, cperl-can-font-lock, cperl-singly-quote-face)
16993         (cperl-define-key, cperl-mode-map, cperl-mode, cperl-init-faces)
16994         (cperl-write-tags, cperl-tags-hier-init, cperl-perldoc): Replace
16995         cperl-xemacs-p with (featurep 'xemacs).
16996         (font-lock-cache-position): Pacify byte compiler.
16998 2007-10-29  Drew Adams  <drew.adams@oracle.com>
17000         * faces.el (read-color): New function.
17001         (face-at-point, foreground-color-at-point)
17002         (background-color-at-point): New functions.
17004 2007-10-28  Richard Stallman  <rms@gnu.org>
17006         * net/browse-url.el (browse-url-text-xterm): Rename from
17007         browse-url-lynx-xterm and made generic.
17008         (browse-url-text-emacs): Likewise.
17009         (browse-url-text-browser): New variable.
17010         (browse-url-text-emacs-args): Rename from browse-url-lynx-emacs-args.
17011         (browse-url-text-input-field, browse-url-text-input-attempts)
17012         (browse-url-kde-program): Likewise.
17014 2007-10-29  Glenn Morris  <rgm@gnu.org>
17016         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
17017         Use mapc rather than mapcar (reinstall change deleted without log
17018         entry 2007-10-22).
17020 2007-10-29  Martin Rudalics  <rudalics@gmx.at>
17022         * wdired.el (wdired-next-line, wdired-previous-line):
17023         Use next-line and previous-line wrapped in with-no-warnings.
17025 2007-10-29  Ryan Yeske  <rcyeske@gmail.com>
17027         * net/rcirc.el (rcirc-server-alist): Use keywords for parameter names.
17028         (rcirc-recent-quit-alist): New function.
17029         (rcirc): Print a better message when there is only one connected server.
17030         (rcirc-complete-nick): Do not update the nick table here.
17031         (rcirc-mode-map): Add M-o.
17032         (rcirc-current-line): Add variable.
17033         (rcirc-mode): Setup variables for line based omit.
17034         (rcirc-edit-multiline): Strip text properties.
17035         (rcirc-omit-responses): Add NICK.
17036         (rcirc-omit-threshold): Add variable.
17037         (rcirc-last-quit-line, rcirc-last-line, rcirc-elapsed-lines):
17038         Add functions.
17039         (rcirc-print): Keep track of current line.  Do not fill text if
17040         `rcirc-fill-flag' is null.  Only omit text if the last activity
17041         from the sender is more than `rcirc-omit-threshold' lines ago.
17042         (rcirc-put-nick-channel, rcirc-handler-PRIVMSG): Track line
17043         numbers instead of time.
17044         (rcirc-channel-nicks): Sort by line numbers instead of time.
17045         (rcirc-omit-mode): Add `...' when omitting text and recenter.
17046         (rcirc-handler-JOIN): Restore the joiners linestamp.
17047         (rcirc-maybe-remember-nick-quit): Add function.
17048         (rcirc-handler-QUIT): Record sender in table of recently quit nicks.
17050 2007-10-29  Juanma Barranquero  <lekktu@gmail.com>
17052         * loadhist.el (unload-feature-special-hooks):
17053         Add `delete-frame-functions' and `suspend-tty-functions'.
17055         * server.el (server-unload-function): Rename from `server-unload-hook'
17056         and adapt to new `unload-feature' functionality.  Remove hook from
17057         `kill-buffer-hook' buffer-locally.
17058         (server-unload-hook): Remove.
17059         (server-unload-function): New var; replaces `server-unload-hook'.
17061 2007-10-29  Glenn Morris  <rgm@gnu.org>
17063         * dirtrack.el (dirtrack-debug): Doc fix.
17064         (dirtrack-mode, dirtrack-debug-mode): New names for
17065         dirtrack-toggle and dirtrack-debug-toggle.  Use define-minor-mode.
17066         (dirtrack-toggle, dirtrack-debug-toggle, dirtrackp, dirtrack-debug):
17067         Make obsolete.
17068         (dirtrack-debug-message): Only print message if
17069         dirtrack-debug-mode is non-nil.  Use with-current-buffer.
17070         (dirtrack): Doc fix.  Use dirtrack-mode rather than dirtrackp.
17071         Remove dirtrack-debug checks now that dirtrack-debug-message does this.
17073 2007-10-28  Glenn Morris  <rgm@gnu.org>
17075         * emacs-lisp/bytecomp.el (byte-compile-warnings): Document `not'.
17076         (byte-compile-warnings-safe-p): Handle `not'.
17077         (byte-compile-warning-enabled-p, byte-compile-disable-warning)
17078         (byte-compile-enable-warning): New functions.
17079         (byte-compile-eval-before-compile)
17080         (byte-compile-file-form-require): Use byte-compile-disable-warning.
17081         (byte-compile-close-variables): Locally bind byte-compile-warnings,
17082         but do not modify it.
17083         (byte-compile-eval, byte-compile-obsolete)
17084         (byte-compile-warn-about-unresolved-functions)
17085         (byte-compile-file-form-defvar)
17086         (byte-compile-file-form-custom-declare-variable)
17087         (byte-compile-file-form-require)
17088         (byte-compile-file-form-defmumble, byte-compile-lambda)
17089         (byte-compile-form, byte-compile-normal-call)
17090         (byte-compile-variable-ref, byte-compile-defvar)
17091         (byte-compile-make-variable-buffer-local):
17092         Use byte-compile-warning-enabled-p.
17093         * emacs-lisp/advice.el (ad-compile-function):
17094         Use byte-compile-disable-warning.
17095         * emacs-lisp/cl.el: Move local variables to end of file, and set
17096         byte-compile-warnings to `(not cl-functions)'.
17097         * emacs-lisp/cl-compat.el: Add a local variables section, and set
17098         byte-compile-warnings to `(not cl-functions)'.
17099         * emacs-lisp/cl-macs.el: Unify local variable section, and set
17100         byte-compile-warnings to `(not cl-functions)'.
17101         (cl-do-proclaim): Use byte-compile-disable-warning and
17102         byte-compile-enable-warning.
17103         * emacs-lisp/cl-seq.el: Unify local variable section, and set
17104         byte-compile-warnings to `(not cl-functions)'.
17105         * progmodes/cc-bytecomp.el (cc-bytecomp-ignore-obsolete):
17106         Use byte-compile-disable-warning.
17108 2007-10-28  Dan Nicolaescu  <dann@ics.uci.edu>
17110         * cus-edit.el (custom-browse-insert-prefix):
17111         * emulation/edt.el (edt-x-emacs19-p): Use featurep 'xemacs.
17113 2007-10-28  Juanma Barranquero  <lekktu@gmail.com>
17115         * server.el (server-process-filter): Fix typo in docstring.
17116         (server-log): Reflow docstrings.
17117         (server-delete-client, server-kill-emacs-query-function): Doc fixes.
17118         (server-goto-line-column): Use `when'.
17120 2007-10-28  Juri Linkov  <juri@jurta.org>
17122         * isearch.el (isearch-other-meta-char): Call `isearch-edit-string'
17123         when mouse is clicked on the isearch message.
17124         (isearch-resume): Call `isearch-update' at the end.
17125         Rename argument `search' to `string' to conform to the
17126         isearch terminology.
17128 2007-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
17130         Rewrite abbrev.c in Elisp.
17131         * abbrev.el (abbrev-mode): Move custom group from cus-edit.el.
17132         (abbrev-table-get, abbrev-table-put, abbrev-get)
17133         (abbrev-put, make-abbrev-table, abbrev-table-p, clear-abbrev-table)
17134         (define-abbrev, abbrev--check-chars, define-global-abbrev)
17135         (define-mode-abbrev, abbrev--active-tables, abbrev-symbol)
17136         (abbrev-expansion, abbrev--before-point, expand-abbrev)
17137         (unexpand-abbrev, abbrev--write, abbrev--describe)
17138         (insert-abbrev-table-description, define-abbrev-table):
17139         New funs, largely transcribed from abbrev.c.
17140         (abbrev-with-wrapper-hook): New macro.
17141         (abbrev-table-name-list, global-abbrev-table)
17142         (abbrev-minor-mode-table-alist, fundamental-mode-abbrev-table)
17143         (abbrevs-changed, abbrev-all-caps, abbrev-start-location)
17144         (abbrev-start-location-buffer, last-abbrev, last-abbrev-text)
17145         (last-abbrev-location, pre-abbrev-expand-hook, abbrev-expand-function):
17146         New vars, largely transcribed from abbrev.c.
17147         * cus-edit.el (abbrev-mode): Remove.  Move to abbrev.el.
17148         * cus-start.el: Remove abbrev-all-caps and pre-abbrev-expand-hook.
17149         * loadup.el: Load "abbrev.el" before "lisp-mode.el".
17151 2007-10-27  Glenn Morris  <rgm@gnu.org>
17153         * shell.el (shell-dirtrack-verbose, shell-directory-tracker): Doc fix.
17154         (shell-dirtrack-toggle): Mark as obsolete.
17155         (dirtrack-toggle, dirtrack-mode): No longer alias to
17156         shell-dirtrack-mode.
17158 2007-10-27  Jay Belanger  <jay.p.belanger@gmail.com>
17160         * calc/calc.el (math-standard-opers): Lower the precedence
17161         of negation.
17162         * calc/calc-lang.el (math-oper-table): Lower precedence of
17163         negation for C, TeX, and eqn.
17165 2007-10-27  Dan Nicolaescu  <dann@ics.uci.edu>
17167         * progmodes/cc-defs.el: Reorder conditions to avoid warnings.
17169 2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
17171         * desktop.el (desktop-load-locked-desktop, desktop-base-lock-name)
17172         (desktop-not-loaded-hook): Fix :version tags.
17174 2007-10-27  Michael Albinus  <michael.albinus@gmx.de>
17176         * net/tramp.el (tramp-wrong-passwd-regexp): Tune regexp.
17177         (tramp-get-remote-tmpdir): New defun.
17178         (tramp-make-tramp-temp-file): Use it.
17179         (tramp-local-call-process): New defun.  Replace all calls of
17180         `call-process' by this when appropriate.
17181         (tramp-handle-write-region): Replace calls of `file-attributes' by
17182         `tramp-compat-file-attributes'.
17183         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
17184         Make the first command a `tramp-send-command' call, with let-bind
17185         of `tramp-end-of-output'.
17186         (tramp-version, tramp-bug, tramp-reporter-dump-variable)
17187         (tramp-load-report-modules, tramp-append-tramp-buffers):
17188         Move to tramp-cmds.el.
17190         * net/tramp-fish.el (tramp-fish-handle-copy-file)
17191         (tramp-fish-do-copy-or-rename-file)
17192         (tramp-fish-do-copy-or-rename-file-directly):
17193         * net/tramp-smb.el (tramp-smb-handle-copy-file):
17194         Add parameter PRESERVE-UID-GID.
17196 2007-10-27  Eli Zaretskii  <eliz@gnu.org>
17198         * time.el (zoneinfo-style-world-list, legacy-style-world-list):
17199         New defcustoms.
17200         (display-time-world-list): Use them as appropriate for the current
17201         value of `system-type'.
17203 2007-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
17205         * emulation/pc-select.el (next-line-mark, next-line-nomark)
17206         (previous-line-mark, previous-line-nomark): Wrap with-no-warnings
17207         around uses of previous-line and next-line.
17209         * diff.el (diff-old-file, diff-new-file, diff-extra-args):
17210         New defvars.
17212         * textmodes/css-mode.el (comment-continue):
17213         * net/browse-url.el (url-handler-regexp):
17214         * progmodes/idlw-help.el (idlwave-system-routines):
17215         Pacify byte-compiler.
17217         * textmodes/fill.el (fill-nobreak-p): Replace obsolete alias
17218         line-move-invisible-p with its former definition: invisible-p.
17219         line-move-invisible-p was removed on 2007-08-29.
17221 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
17223         * files.el (kill-emacs-query-functions): Doc fix;
17224         `save-buffers-kill-emacs' is no longer bound to a key.
17226 2007-10-26  Richard Stallman  <rms@gnu.org>
17228         * isearch-multi.el (isearch-buffers-multi): New option.
17229         (isearch-buffers-search-fun): Test it.
17231         * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
17232         Put ps-run-clear on C-c C-l.
17234         * newcomment.el (comment-styles): New style indent-or-triple.
17235         (comment-style): Make that the default.
17236         (comment-add defvar): Doc fix.
17237         (comment-add): Delete arg EXTRA.
17238         (comment-region-default): Open code call to comment-add.
17239         Handle indent-or-triple style which uses `multi-char' for INDENT.
17241 2007-10-26  Juanma Barranquero  <lekktu@gmail.com>
17243         * eshell/em-unix.el (nil-blank-string): Doc fix.
17245 2007-10-26  John Wiegley  <johnw@newartisans.com>
17247         * eshell/em-unix.el (eshell/diff): Before calling the `diff'
17248         function, ensure that the third argument is turned into a nil if
17249         the string is otherwise completely empty (either no characters, or
17250         all tabs/spaces).  This fixes a bug from a user who found himself
17251         unable to customize `diff-switches' and still use Eshell's diff
17252         command.
17254 2007-10-26  Glenn Morris  <rgm@gnu.org>
17256         * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
17257         safe-local-variable property.
17259 2007-10-26  Gwern Branwen  <gwern0@gmail.com>  (tiny change)
17261         * net/browse-url.el (browse-url-browser-function): Delete grail.
17262         (browse-url-grail): Function and variable deleted.
17263         (browse-url-browser-function): Delete IXI Mosaic.
17264         (browse-url-default-browser): Don't try IXI Mosaic.
17265         (browse-url-iximosaic): Function deleted.
17266         (browse-url-browser-function): Delete MMM.
17267         (browse-url-default-browser): Don't try MMM.
17268         (browse-url-mmm): Function deleted.
17270 2007-10-26  Drew Adams  <drew.adams@oracle.com>
17272         * custom.el (custom-note-var-changed): New function.
17274 2007-10-25  Dan Nicolaescu  <dann@ics.uci.edu>
17276         * emulation/edt-mapper.el (edt-emacs-variant): Replace the only
17277         use with the definition.  Remove.
17279         * add-log.el (change-log-start-entry-re): New defconst.
17280         (change-log-sortable-date-at): Use it.
17281         (change-log-beginning-of-defun, change-log-end-of-defun):
17282         New functions.
17283         (change-log-mode): Use them for beginning-of-defun-function and
17284         end-of-defun-function.
17286 2007-10-25  Jonathan Yavner  <jyavner@member.fsf.org>
17288         * ses.el: Make `ses--symbolic-formulas' a safe local variable.
17289         (ses-mode-print-map): Add `c' and `t' (suggested by Gareth Rees).
17290         (ses-recalculate-cell): Deal with point being just beyond end of
17291         data area (why does this happen?)
17292         (ses-set-curcell): Ditto.
17293         (ses-column-letter): Handle columns beyond 702.  Code written by
17294         Gareth Rees.
17296 2007-10-25  Carsten Dominik  <dominik@science.uva.nl>
17298         * textmodes/org.el (org-agenda-get-restriction-and-command):
17299         Use `mapc' instead of `mapcar'.
17300         (org-agenda-list): Numeric prefix argument can specify the number
17301         of days.
17302         (remember-register, remember-buffer): Prevent byte compiler from
17303         complaining.
17304         (org-todo): Save and restore match data.
17305         (org-no-warnings): New macro.
17306         (org-columns-eval): Use `org-no-warnings'.
17308 2007-10-25  Chris Moore  <christopher.ian.moore@gmail.com>
17310         * comint.el (comint-password-prompt-regexp):
17311         Handle `[sudo] password'-style prompt.
17313 2007-10-25  Glenn Morris  <rgm@gnu.org>
17315         * custom.el (custom-declare-variable): Add :risky and :safe keywords.
17316         (defcustom): Doc fix.
17318         * progmodes/f90.el (f90-keywords-re, f90-keywords-level-3-re):
17319         Add `non_intrinsic'.
17320         (f90-constants-re): Add ieee modules.
17321         (f90-typedef-matcher, f90-typedec-matcher)
17322         (f90-imenu-type-matcher): New functions.
17323         (f90-font-lock-keywords-1): Give module procedures function-name face.
17324         Use `f90-typedef-matcher' for derived types.  Fix `abstract interface'.
17325         Add `use, intrinsic'.
17326         (f90-font-lock-keywords-2): Use `f90-typedec-matcher' for derived types.
17327         Move start of `enum' blocks to separate entry.
17328         (f90-start-block-re): Fix `type', `abstract interface'.
17329         (f90-imenu-generic-expression): Use `f90-imenu-type-matcher' for
17330         derived types.
17331         (f90-mode-abbrev-table): Add `abstract interface', `asynchronous',
17332         `elemental', change `enumerator'.
17333         (f90-no-block-limit): Fix `abstract interface'.
17335         * progmodes/f90.el (f90-indented-comment-re)
17336         (f90-directive-comment-re, f90-break-delimiters):
17337         * progmodes/fortran.el (fortran-comment-line-start-skip)
17338         (fortran-directive-re):
17339         * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
17340         as safe if they are strings.
17342 2007-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17344         * startup.el (window-system): Remove.  Don't make it frame-local.
17346 2007-10-24  Richard Stallman  <rms@gnu.org>
17348         * savehist.el (savehist-save): Omit unreadable elements.
17350         * loadhist.el (unload-function-defs-list): Rename from
17351         unload-function-features-list.
17352         (unload-feature-special-hooks, unload-feature): Doc fixes.
17354         * indent.el (indent-to-left-margin): If point's in the indentation,
17355         move to the end of the indentation.
17357         * cus-edit.el (customize-changed-options): Make arg optional.
17359 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
17361         * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
17363 2007-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
17365         * textmodes/org-publish.el (org-publish-attachment): Re-install
17366         accidentally deleted change.
17368 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17370         * term/iris-ansi.el (iris-function-map): Move init into declaration.
17372 2007-10-24  Juanma Barranquero  <lekktu@gmail.com>
17374         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
17375         (Buffer-menu-mode-map): Initialize in the declaration.
17376         (Buffer-menu-mode): Define with `define-derived-mode'.
17378 2007-10-24  Carsten Dominik  <dominik@science.uva.nl>
17380         * textmodes/org.el (org-version): Change to 5.13e.
17381         (org-agenda-file-regexp): Fix typo in docstring.
17382         (org-add-planning-info): Fix bug in parenthesis settings.
17383         (org-scan-tags): Catch the case of indirect buffers with no filename.
17384         (org-fast-tag-selection, org-export-as-ascii, org-export-as-html):
17385         Re-install switch to mapc, had been removed by accident.
17386         (org-columns-map): New binding `C-c C-o'.
17387         (org-columns-menu): Change menu text and added new entry.
17388         (org-columns-eval): Document the use of `next-line'.
17389         (org-columns-open-link): New function.
17390         (org-columns-follow-link): Remove function.
17391         (org-open-link-from-string): New function.
17392         (org-read-date-get-relative): Fix typo in docstring.
17393         (org-read-date-get-relative): Leading +/- is not optional.
17394         (org-agenda-get-restriction-and-command): Always resize window on
17395         first loop cycle.
17396         (org-agenda-open-link): Make sure the link abbreviations are
17397         present in the agenda buffer.
17398         (org-agenda-copy-local-variable): New function.
17400 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17402         * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
17404 2007-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17406         * simple.el (reindent-then-newline-and-indent): Use a `move after
17407         insert' kind of marker in the save-excursion.
17409 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17411         * textmodes/css-mode.el: Require CL.
17412         (comment-continue): Declare.
17414         * subr.el (make-variable-frame-localizable): Remove.
17415         (make-variable-frame-local): Mark obsolete.
17417 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17419         * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
17420         of the subdirs is unreadable.
17422 2007-10-23  Michael Albinus  <michael.albinus@gmx.de>
17424         * net/tramp.el (tramp-set-file-uid-gid): Protect `call-process'
17425         when we are local.
17427 2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17429         * progmodes/python.el (python-current-defun): Remove left-over
17430         assignment to `start'.
17432 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
17434         * ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
17435         than `mapcar'; return value is not used.
17437 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
17439         * progmodes/gud.el (gdb-source-window, gud-tooltip-mode)
17440         (hl-line-mode, hl-line-sticky-flag): Pacify byte compiler.
17442 2007-10-23  Juanma Barranquero  <lekktu@gmail.com>
17444         * ibuf-ext.el (ibuffer-switch-to-saved-filters)
17445         (ibuffer-switch-to-saved-filter-groups): Doc fixes.
17447 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
17449         * term/xterm.el (terminal-init-xterm): Experiment with a longer timeout.
17451 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17453         * emacs-lisp/advice.el (ad-make-advised-docstring):
17454         Add ad-advice-info text property to doc string.
17456 2007-10-23  Glenn Morris  <rgm@gnu.org>
17458         * progmodes/f90.el (f90-do-indent, f90-if-indent)
17459         (f90-type-indent, f90-program-indent, f90-associate-indent)
17460         (f90-continuation-indent, f90-comment-region)
17461         (f90-beginning-ampersand, f90-smart-end)
17462         (f90-break-before-delimiters, f90-auto-keyword-case)
17463         (f90-leave-line-no, f90-mode-hook):
17464         Give an appropriate safe-local-variable property.
17466         * progmodes/fortran.el (fortran-tab-mode-default)
17467         (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
17468         (fortran-structure-indent, fortran-continuation-indent)
17469         (fortran-comment-indent, fortran-comment-line-extra-indent)
17470         (fortran-comment-line-start)
17471         (fortran-minimum-statement-indent-fixed)
17472         (fortran-minimum-statement-indent-tab)
17473         (fortran-comment-indent-char, fortran-line-number-indent)
17474         (fortran-check-all-num-for-matching-do)
17475         (fortran-blink-matching-if, fortran-continuation-string)
17476         (fortran-comment-region, fortran-electric-line-number)
17477         (fortran-column-ruler-fixed, fortran-column-ruler-tab)
17478         (fortran-analyze-depth, fortran-break-before-delimiters):
17479         Give an appropriate safe-local-variable property.
17481 2007-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
17483         * printing.el: Move variable definitions before use.
17484         (pr-menu-char-width, pr-menu-char-height): Pacify byte compiler.
17486 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17488         * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
17489         (tpu-edt-off): Use it.
17490         (tpu-edt-on): Set it.  Make sure the tpu-global-map is not already on
17491         the global-map before adding it to global-map.
17493         * menu-bar.el (global-buffers-menu-map): New var.
17494         (global-map, menu-bar-update-buffers): Use it.
17495         * msb.el (msb-menu-bar-update-buffers): Use it.
17496         (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
17497         (msb--most-recently-used-menu, msb--create-buffer-menu-2):
17498         Use with-current-buffer.
17500 2007-10-22  Juri Linkov  <juri@jurta.org>
17502         * isearch-multi.el: New file.
17504         * isearch.el (isearch-search-string): After finding the next
17505         occurrence switch to buffer isearch-buffers-current-buffer when
17506         isearch-buffers-next-buffer-function is non-nil and
17507         isearch-buffers-current-buffer is live.
17509         * add-log.el (change-log-mode): Make and set buffer-local variable
17510         isearch-buffers-next-buffer-function to change-log-next-buffer.
17511         Call isearch-buffers-minor-mode.
17512         (change-log-next-buffer): New function.
17514 2007-10-22  Bastien Guerry  <Bastien.Guerry@ens.fr>
17516         * textmodes/org-export-latex.el (org-export-latex-protect-string):
17517         Renaming of `org-latex-protect'.
17518         (org-export-latex-emphasis-alist): By default, don't protect
17519         any emphasis formatter from further conversion.
17520         (org-export-latex-tables): Honor column grouping for tables.
17521         (org-export-latex-title-command): New option.
17522         (org-export-latex-treat-backslash-char): Use \textbackslash{} to
17523         export backslash character.
17525 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
17527         * textmodes/org.el (org-read-date-get-relative): New function.
17528         (org-agenda-file-regexp): New variable.
17529         (org-agenda-files): Allow directories in the variable.
17530         (org-agenda-get-restriction-and-command): New function.
17531         (org-agenda): Use `org-agenda-get-restriction-and-command'.
17532         (org-todo-blocker-hook, org-todo-trigger-hook): New hooks.
17533         (org-entry-is-todo-p, org-entry-is-done-p, org-get-todo-state):
17534         New functions.
17535         (org-entry-add-to-multivalued-property)
17536         (org-entry-remove-from-multivalued-property)
17537         (org-entry-member-in-multivalued-property): New functions.
17538         (org-remember-apply-template): Catch C-g and make sure window
17539         configuration is restored.
17540         (org-agenda-open-link): Make it work with several links in the line.
17541         (org-drawers, org-set-regexps-and-options)
17542         (org-get-current-options): Add support for a DRAWERS in-buffer option.
17543         (org-agenda-window-frame-fractions): New option.
17544         (org-fit-agenda-window): Use `org-agenda-window-frame-fractions'.
17545         (org-columns-cleanup-item, org-find-entry-with-id)
17546         (org-insert-columns-dblock, org-listtable-to-string)
17547         (org-dblock-write:columnview, org-columns-capture-view)
17548         (org-edit-headline): New functions.
17549         (org-agenda-to-appt): Require calendar.
17550         (org-entry-get-with-inheritance): Widen for search.
17551         (org-columns-display-here): Don't mark buffer as modified when
17552         adding space characters to accommodate column overlays.
17553         (org-export-as-html): Better formatting of tags in the toc.
17554         (org-columns-display-here): Make the ITEM column as compact as possible.
17555         (org-remember-templates): Customization interface improved.
17556         (org-export-with-property-drawer): Variable removed.
17557         (org-export-with-drawers): New option.
17558         (org-complex-heading-regexp): New variable.
17559         (org-sort-entries): Rewrite using `sort-subr'.
17560         (org-set-property): More appropriate completion during interactive use.
17561         (org-sort-entries): Allow sorting by property.
17562         (org-additional-option-like-keywords): Add more values.
17563         (org-sort-entries-or-items): Rename from `org-sort-entries'.
17565 2007-10-22  Carsten Dominik  <dominik@science.uva.nl>
17567         * textmodes/org.el (org-get-date-from-calendar): New function.
17568         (org-at-timestamp-p, org-timestamp-change)
17569         (org-remember-templates): First element of each entry is now a
17570         name for the template.
17571         (org-store-log-note): Check for `org-note-abort'.
17572         (org-kill-note-or-show-branches): New command.
17573         (org-fontify-priorities): New option.
17574         (org-fontify-priorities): New function.
17575         (org-cut-subtree, org-copy-subtree): New argument N to
17576         act on N sequential subtrees.
17577         (org-paste-subtree): Fix the level at which a tree is pasted.
17578         (org-fit-agenda-window): Limitations on window size removed.
17579         (org-agenda-find-same-or-today-or-agenda): Rename from
17580         `org-agenda-find-today-or-agenda'.
17581         (org-scheduled-past-days): New option.
17582         (org-agenda-scheduled-leaders)
17583         (org-agenda-deadline-leaders): New options.
17584         (org-agenda-get-deadlines): Use `org-agenda-deadline-leaders'.
17585         (org-agenda-get-scheduled): Use `org-agenda-scheduled-leaders'.
17586         (org-export-with-tags, org-export-plist-vars)
17587         (org-infile-export-plist): New "tags" option.
17588         (org-use-property-inheritance): New option.
17589         (org-cached-entry-get): Use `org-use-property-inheritance'.
17590         (org-remember-apply-template): Fix typo.
17592 2007-10-22  Michael Albinus  <michael.albinus@gmx.de>
17594         * net/tramp.el (tramp-find-shell)
17595         (tramp-open-connection-setup-interactive-shell): Improve sending
17596         initial commands.
17597         (tramp-action-terminal): Send debug message.
17598         (tramp-wait-for-shell-prompt, tramp-send-command-internal): Remove.
17599         (tramp-barf-if-no-shell-prompt): Insert code of
17600         `tramp-wait-for-shell-prompt'.
17602 2007-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17604         * term/AT386.el (terminal-init-AT386): Use input-decode-map.
17606         * term/vt200.el (terminal-init-vt200):
17607         * term/vt201.el (terminal-init-vt201):
17608         * term/vt220.el (terminal-init-vt220):
17609         * term/vt240.el (terminal-init-vt240):
17610         * term/vt300.el (terminal-init-vt300):
17611         * term/vt320.el (terminal-init-vt320):
17612         * term/vt400.el (terminal-init-vt400):
17613         * term/vt420.el (terminal-init-vt420): Use input-decode-map.
17615         * term/wyse50.el (wyse50-terminal-map): New var.
17616         (terminal-init-wyse50): Use it and input-decode-map.
17617         (enable-arrow-keys): Emasculate.
17619         * term/tvi970.el (tvi970-terminal-map): New var.
17620         (terminal-init-tvi970): Use it and input-decode-map.
17621         (tvi970-keypad-numeric): Remove.
17622         (tvi970-set-keypad-mode): Use a terminal-parameter rather than var.
17624         * term/sun.el (sun-raw-prefix): Fill as part of declaration.
17625         (terminal-init-sun): Use it and input-decode-map.
17627         * term/news.el (terminal-init-news):
17628         * term/lk201.el (terminal-init-lk201):
17629         * term/iris-ansi.el (terminal-init-iris-ansi): Use input-decode-map.
17631 2007-10-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
17633         * complete.el (PC-expand-many-files): Remove.
17634         (PC-do-completion): Call file-expand-wildcards instead of
17635         PC-expand-many-files.
17637         * net/tramp.el (tramp-handle-expand-many-files): Remove.
17638         (PC-expand-many-files): Remove advice.
17640 2007-10-22  Glenn Morris  <rgm@gnu.org>
17642         * progmodes/f90.el: Remove leading "*" from defcustom doc-strings.
17643         Add some support for Fortran 2003 syntax:
17644         (f90-type-indent): Now also applies to `enum'.
17645         (f90-associate-indent): New user option.
17646         (f90-keywords-re, f90-keywords-level-3-re, f90-procedures-re):
17647         Add some F2003 keywords.
17648         (f90-constants-re): New constant.
17649         (f90-font-lock-keywords-1): Add `associate' blocks, and `abstract
17650         Interface'.
17651         (f90-font-lock-keywords-2): Add `enumerator', `generic', `procedure',
17652         `class'.  Arguments for `type'/`class' may have spaces.  Add a new
17653         element for functions with specified types.  Add `end enum' and
17654         `select type'.  Add `implicit enumerator' and `procedure'.
17655         Add `class default' and `type is', `class is'.  Fix `go to' regexp.
17656         (f90-font-lock-keywords-3): Add `asynchronous' attribute.
17657         (f90-font-lock-keywords-4): Add `f90-constants-re'.
17658         (f90-blocks-re): Add `enum' and `associate'.
17659         (f90-else-like-re): Add `class is', `type is', and `class default'.
17660         (f90-end-type-re): Add `enum'.
17661         (f90-end-associate-re, f90-typeis-re): New constants.
17662         (f90-end-block-re): Add `enum' and `associate'.  Change from
17663         optional whitespace to end-of-word, to avoid `enumerator'.
17664         (f90-start-block-re): Add `select type', `abstract interface', and
17665         `enum'.  Avoid `type is', and `type (sometype)'.
17666         (f90-mode-abbrev-table): Add `enumerator', `protected', and `volatile'.
17667         (f90-mode): Doc fix.
17668         (f90-looking-at-select-case): Doc fix.  Add `select type'.
17669         (f90-looking-at-associate): New function.
17670         (f90-looking-at-type-like): Avoid `type is' and `type (sometype)'.
17671         Add `enum' and `abstract interface'.
17672         (f90-no-block-limit): Add `select type' and `abstract interface'.
17673         (f90-get-correct-indent, f90-calculate-indent)
17674         (f90-end-of-block, f90-beginning-of-block, f90-next-block)
17675         (f90-indent-region, f90-match-end): Handle `associate' blocks.
17677 2007-10-22  Martin Rudalics  <rudalics@gmx.at>
17679         * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
17680         Use window-full-width-p.
17682 2007-10-22  Dan Nicolaescu  <dann@ics.uci.edu>
17684         * mail/vms-pmail.el (insert-signature): Don't use end-of-buffer.
17686         * tooltip.el: Use featurep 'xemacs.
17688         * printing.el: Move variable definitions before use, no code change.
17690 2007-10-22  Juri Linkov  <juri@jurta.org>
17692         * simple.el (goto-history-element): Allow minibuffer-default to be
17693         a list of default values accessible by typing M-n in the minibuffer.
17695         * dired-x.el (dired-guess-shell-command): Put all guesses to the
17696         minibuffer default value list instead of pushing them temporarily
17697         to the history list.
17699 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
17701         * hexl.el (hexl-menu): New major mode menu.
17703 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17705         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
17707 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
17709         * w32-fns.el (w32-quote-process-args):
17710         * dos-w32.el (print-region-function, lpr-headers-switches)
17711         (ps-print-region-function): Pacify byte-compiler.
17713         * emulation/edt-mapper.el (function-key-map):
17714         (edt-map-key): Make it a function instead of using fset.
17715         Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
17716         (edt-gnu-map-key, edt-lucid-map-key): Remove.
17717         (edt-x-emacs-p): Remove.
17718         (edt-emacs-variant, edt-window-system, edt-xserver):
17719         Use featurep 'xemacs.
17721         * net/eudc.el: Use (featurep 'xemacs) instead of the string test.
17722         Replace eudc-xemacs-p with its definition.
17723         (eudc-xemacs-p, eudc-emacs-p, eudc-xemacs-mule-p)
17724         (eudc-emacs-mule-p): Remove.
17725         (eudc-install-menu, eudc-mode): Replace eudc-emacs-p and
17726         eudc-xemacs-p with feature tests.
17728         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-mail-keymap)
17729         (eudc-bob-url-keymap, eudc-bob-sound-keymap)
17730         (eudc-bob-generic-keymap, eudc-bob-popup-menu)
17731         (eudc-bob-toggle-inline-display):
17732         * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
17733         Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
17735         * net/eudcb-ph.el (eudc-ph-open-session):
17736         Replace eudc-xemacs-mule-p with its former definition.
17738         * progmodes/octave-mod.el (octave-xemacs-p): Remove.
17739         (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
17741         * progmodes/vera-mode.el (vera-xemacs): Remove.
17742         (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
17744         * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
17745         (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
17746         (vhdl-speedbar-initialize, vhdl-ps-print-init)
17747         (vhdl-forward-comment, vhdl-mode-map-init, vhdl-show-messages)
17748         (vhdl-emacs-22, vhdl-emacs-21): Replace vhdl-xemacs
17749         with (featurep 'xemacs).
17751         * progmodes/antlr-mode.el (cond-emacs-xemacs-macfn, defunx)
17752         (save-buffer-state-x):
17753         * obsolete/fast-lock.el (fast-lock-verbose):
17754         * emulation/viper-init.el (viper-xemacs-p)
17755         (viper-cond-compile-for-xemacs-or-emacs):
17756         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-map):
17757         * ps-print.el (case-fold-search):
17758         * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs):
17759         * calculator.el (calculator-help): Use featurep 'xemacs.
17761         * progmodes/prolog.el: Undo previous change.
17762         (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
17764         * progmodes/dcl-mode.el:
17765         * play/yow.el:
17766         * calendar/todo-mode.el:
17767         * calendar/cal-hebrew.el:
17768         * vc-hg.el: Undo previous change.
17770         * vms-patch.el: Likewise.
17771         (print-region-function): Pacify byte-compiler.
17773 2007-10-21  Michael Albinus  <michael.albinus@gmx.de>
17775         * files.el (backup-buffer-copy): Call `copy-file' with non-nil
17776         preserve-uid-gid.
17778         * net/ange-ftp.el (ange-ftp-copy-file): Add PRESERVE-UID-GID for
17779         compatibility.  It is not used, though.
17781         * net/tramp.el (top): Put load of all tramp-* files into a dolist.
17782         Require tramp-cmds.el.
17783         (tramp-make-tramp-temp-file): We can get rid of DONT-CREATE.
17784         (tramp-handle-file-name-all-completions): Expand DIRECTORY.
17785         (tramp-do-copy-or-rename-file-directly): Make more rigid checks.
17786         (tramp-do-copy-or-rename-file-out-of-band)
17787         (tramp-maybe-open-connection): Use `make-temp-name'.  This is
17788         possible, because we don't need to create the temporary file, but
17789         we need a prefix for ssh, which has its own temporary file handling.
17790         (tramp-handle-delete-directory): Add "-f" to rmdir.
17791         (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
17792         (tramp-handle-insert-file-contents): Don't raise a tramp-error but
17793         a signal, in order to give the callee a chance to suppress.
17794         (tramp-handle-write-region): Set owner also in case of short
17795         track.  Don't use compatibility calls for `write-region' anymore.
17796         (tramp-clear-passwd): Add parameter VEC.  Adapt all callees.
17797         (tramp-append-tramp-buffers): Apply `tramp-list-tramp-buffers'.
17799         * net/tramp-cmds.el: New file.
17801         * net/tramp-gw.el (tramp-gw-basic-authentication): Apply VEC to
17802         `tramp-clear-passwd'.
17804         * net/trampver.el: Update release number.
17806 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
17808         * progmodes/gud.el (gud-target-name): Move definition before use.
17810         * progmodes/dcl-mode.el: Require imenu at compile time.
17812         * progmodes/cc-engine.el (c-maybe-stale-found-type):
17813         Pacify byte-compiler.
17815         * obsolete/fast-lock.el: Use featurep test instead of string-match.
17817         * eshell/esh-mode.el (eshell-handle-ansi-color):
17818         Require ansi-color at compile time too.
17820         * eshell/em-unix.el (eshell/info): Require info at compile time too.
17822         * w32-fns.el: Require w32-vars.
17824         * diff-mode.el (diff-refine-hunk): Require smerge-mode at compile
17825         time too.
17827 2007-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17829         * double.el ([ignore]): Use `ignore'.
17830         (double-setup): Inline into double-mode.
17831         (double-mode): Use define-minor-mode.
17833 2007-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
17835         * textmodes/reftex.el: Move require easymenu before first use.
17836         (reftex-info): Require info at compile too.
17838         * textmodes/org-publish.el (org-publish-org-to-html)
17839         (org-publish-org-to): Require org at compile time too.
17840         (org-publish-attachment): Require at compile time too.
17842         * term/tty-colors.el (w32-tty-standard-colors):
17843         Pacify byte-compiler.
17845         * term/pc-win.el (frame-creation-function-alist): Add to this
17846         instead of setting frame-creation-function.
17848         * play/blackbox.el (bb-up, bb-down): Use forward-line.
17850         * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier.
17852         * calendar/todo-mode.el: Require calendar at compile time.
17854         * calendar/cal-hebrew.el: Require holidays at compile time.
17856         * w32-vars.el: Provide w32-vars.
17858         * term/w32-win.el: Require w32-vars.
17859         (w32-color-map): Pacify byte-compiler.
17861         * loadup.el: Load w32-vars before term/w32-win.
17863 2007-10-20  Juri Linkov  <juri@jurta.org>
17865         * textmodes/fill.el (fill-paragraph): When the region is active,
17866         don't try other `or' branches regardless of the value returned by
17867         fill-region; just return t.
17869 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
17871         * vc.el (vc-do-command): Condition out a misleading message when
17872         running asynchronously.
17873         (vc-deduce-fileset): New argument enables using an unregistered
17874         visited file as a singleton fileset if nothing else is available.
17875         (vc-next-action): Restore file-registering behavior.
17877 2007-10-20  Jay Belanger  <jay.p.belanger@gmail.com>
17879         * calc/README: Add recent news.
17881 2007-10-20  Dan Nicolaescu  <dann@ics.uci.edu>
17883         * term/x-win.el (x-gtk-stock-map, icon-map-list)
17884         (x-gtk-map-stock): Delete duplicated definitions from merge.
17886         * progmodes/compile.el (compilation-skip-to-next-location)
17887         (compilation-skip-threshold, compilation-skip-visited):
17888         Move definitions earlier.
17890         * play/decipher.el (decipher-keypress):
17891         * play/zone.el (zone-fall-through-ws):
17892         * play/landmark.el (lm-move-down, lm-move-up):
17893         * play/handwrite.el (handwrite):
17894         * mail/mspools.el (mspools-visit-spool):
17895         * wdired.el (wdired-next-line, wdired-previous-line):
17896         * tar-mode.el (tar-subfile-save-buffer):
17897         * scroll-lock.el (scroll-lock-next-line)
17898         (scroll-lock-previous-line):
17899         * image-dired.el (image-dired-next-line)
17900         (image-dired-previous-line):
17901         * ediff-help.el (ediff-help-message-line-length):
17902         Use forward-line.
17904         * smerge-mode.el (smerge-auto-refine):
17905         * diff-mode.el (diff-auto-refine): Add :group.
17907         * play/yow.el: Require doctor at compile time.
17909         * vmsproc.el: Provide vmsproc.
17910         (command-send-input): Use forward-line.
17912         * vms-patch.el: Require ps-print and vmsproc at compile time.
17914         * vc-mtn.el (log-view-message-re, log-view-file-re)
17915         (log-view-font-lock-keywords): Pacify byte-compiler.
17917         * vc-hg.el: Require log-view at compile time.
17919 2007-10-20  Eric S. Raymond  <esr@snark.thyrsus.com>
17921         * log-view.el (log-view-diff): Adapt log-view-diff for new VC API.
17923 2007-10-20  Glenn Morris  <rgm@gnu.org>
17925         * progmodes/f90.el (f90-font-lock-keywords-2)
17926         (f90-looking-at-type-like): Fix regexp typos.
17928 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
17930         * bs.el (bs--track-window-changes): Don't refresh the whole list.
17931         (bs-mode): Set mode-class property to special.
17933 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17935         * diff-mode.el (diff-auto-refine): New var.
17936         (diff-hunk): Use it.
17937         (diff-ignore-whitespace-hunk): Rename diff-refine-ignore-spaces-hunk.
17938         (diff-refine-change): Rename from diff-fine-change.  Change it.
17939         (diff-refine-preproc): Rename from diff-fine-highlight-preproc.
17940         (diff-refine-hunk): Rename from diff-fine-highlight.
17942 2007-10-20  John Paul Wallington  <jpw@pobox.com>
17944         * help-fns.el (describe-variable-custom-version-info): New function
17945         to return variable's version or package version note.
17946         (describe-variable): Use it, display result.
17948 2007-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17950         * smerge-mode.el (smerge-auto-refine): New var.
17951         (smerge-next, smerge-prev): Use it.
17952         (smerge-batch-resolve): Ad-hoc trick for Arch's .rej files.
17954         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17955         Add `body' arg.  Cleanup the check-narrow-maybe/re-narrow-maybe mess.
17957         * vc-bzr.el (vc-bzr-diff-tree):
17958         * vc-git.el (vc-git-diff-tree):
17959         * vc-hg.el (vc-hg-diff-tree):
17960         * vc-mcvs.el (vc-mcvs-diff-tree):
17961         * vc-mtn.el (vc-mtn-diff-tree):
17962         * vc-svn.el (vc-svn-diff-tree): Remove.
17964         * vc-mtn.el (vc-mtn-revision-completion-table):
17965         * vc-cvs.el (vc-cvs-revision-completion-table):
17966         * vc-arch.el (vc-arch-revision-completion-table):
17967         * vc-hg.el (vc-hg-revision-completion-table, vc-hg-revision-table):
17968         * vc-git.el (vc-git-revision-completion-table, vc-git-revision-table):
17969         Make it work when the arg is a list of files.
17971 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
17973         * vc.el: Remove `diff-tree' operation, now subsumed by `diff'.
17974         Also `revision-completion-table' now takes a list of files.
17975         (vc-deduce-fileset): Remove unused var `regexp'.
17976         Only obey allow-directory-wildcard in dired buffers.
17977         (vc-default-diff-tree): Remove.
17978         (vc-diff-added-files): New var.
17979         (vc-diff-internal): Use it.  Remove arg `backend'.  Update callers.
17980         (vc-version-diff): Revert from `vc-history-diff' to the original name.
17981         Remove the `backend' arg.
17982         (vc-contains-version-controlled-file): Remove.
17983         (vc-diff): Bring it closer to the version in Emacs-22.
17984         (vc-revert): Fix typo in let-binding.
17985         (vc-default-unregister): Remove.
17986         (vc-dired-buffers-for-dir): Remove N^2 behavior.
17988 2007-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
17990         * textmodes/two-column.el (2C-split, 2C-merge):
17991         * textmodes/bib-mode.el (bib-find-key, mark-bib):
17992         * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
17993         * progmodes/etags.el (find-tag-in-order, etags-tags-apropos)
17994         * progmodes/ada-xref.el (ada-get-all-references):
17995         * obsolete/mlsupport.el (ml-next-line, ml-previous-line):
17996         * emulation/vi.el (vi-previous-line-first-nonwhite)
17997         (vi-effective-range, vi-put-before):
17998         * emulation/edt.el (edt-next-line, edt-previous-line)
17999         (edt-paragraph-forward): Use forward-line.
18001         * progmodes/etags.el (tags-apropos): Require apropos at compile
18002         time too.
18004         * progmodes/prolog.el: Require comint when compiling.
18005         (inferior-prolog-flavor): Move defvar before use.
18007 2007-10-19  Richard Stallman  <rms@gnu.org>
18009         * font-core.el (turn-on-font-lock-if-desired):
18010         Rename from `turn-on-font-lock-if-enabled'.
18011         Fully obey `font-lock-global-modes'.
18013 2007-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
18015         * diff-mode.el (diff-fine-highlight-preproc): Stick to minimal changes
18016         which will not affect the behavior of things like forward-word.
18017         (diff-fine-highlight): Preserve point.
18019         * doc-view.el (doc-view-mode-map): Use remapping.
18020         Don't rebind C-v, M-v to their default value.
18021         Don't bind mouse-4 and mouse-5: it's mwheel.el's job.
18023         * smerge-mode.el: Add word-granularity refinement.
18024         (smerge-refine-forward-function, smerge-refine-ignore-whitespace)
18025         (smerge-refine-weight-hack): New vars.
18026         (smerge-refine-forward): New fun.
18027         (smerge-refine-chopup-region, smerge-refine-highlight-change): Use them.
18028         (smerge-refine-subst): Use them as well.  Preserve point.
18030 2007-10-19  Juanma Barranquero  <lekktu@gmail.com>
18032         * follow.el (follow-unload-function): New function.
18034         * loadhist.el (unload-function-features-list):
18035         Rename from `unload-hook-features-list'.
18036         (unload-hook-features-list): Add as obsolete alias.
18037         (unload-feature): Use `unload-function-features-list'
18038         and new FEATURE-unload-function.
18040 2007-10-19  Glenn Morris  <rgm@gnu.org>
18042         * bindings.el (mouse-minor-mode-menu)
18043         (minor-mode-menu-from-indicator): Move to mouse.el.
18044         * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
18045         Move here from bindings.el.
18047 2007-10-19  Richard Stallman  <rms@gnu.org>
18049         * help-fns.el (describe-function-1): Don't use the advice origname
18050         if it has no function definition.
18052 2007-10-18  Johan Bockgård  <bojohan@gnu.org>
18054         * net/tramp.el (tramp-rfn-eshadow-update-overlay): Save excursion.
18055         Use `save-restriction' rather than `widen'.
18057 2007-10-18  Richard Stallman  <rms@gnu.org>
18059         * time.el (display-time-world-time-format): Display day # not month #.
18061 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18063         * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
18065         * doc-view.el: Remove version keyword.
18066         (doc-view-ghostscript-program, doc-view-dvipdfm-program)
18067         (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
18068         (doc-view-ghostscript-options): Improve custom type.
18069         (doc-view-cache-directory, doc-view-conversion-buffer)
18070         (doc-view-conversion-refresh-interval): Simplify custom type.
18072 2007-10-18  Tassilo Horn  <tassilo@member.fsf.org>
18074         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
18075         (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png)
18076         (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
18077         (doc-view-ps->pdf-sentinel, doc-view-ps->pdf):
18078         Remove superfluous messages.
18079         (doc-view-mode-map): Use the image-mode scrolling commands.
18080         Don't rebind C-x k.
18082 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18084         * doc-view.el (doc-view-ghostscript-options, doc-view-ps->pdf):
18085         Add comment about "-dSAFER".
18087 2007-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18089         * term/xterm.el: Don't require xt-mouse.
18090         (terminal-init-xterm): Run terminal-init-xterm-hook rather than
18091         calling turn-on-xterm-mouse-tracking-on-terminal directly.
18093         * xt-mouse.el: Don't change the global function-key-map anny more.
18094         (xterm-mouse-mode): Use terminal-init-xterm-hook.
18095         Don't use after-make-frame-functions now that term/xterm.el calls
18096         us directly.
18097         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
18098         Use turn-*-xterm-mouse-tracking-on-terminal.  Only once per terminal.
18099         (turn-on-xterm-mouse-tracking-on-terminal): Make param optional.
18100         Setup input-decode-map and remember that xterm-mouse-mode was
18101         enabled in this terminal.
18102         (turn-off-xterm-mouse-tracking-on-terminal): Only disable on those
18103         terminals where it has been enabled.
18105         * faces.el (tty-create-frame-with-faces): Make sure not only
18106         tty-run-terminal-initialization but also set-locale-environment
18107         are run only once per terminal.
18108         (tty-run-terminal-initialization): Don't check if the terminal was
18109         already initted.
18111         * international/encoded-kb.el (encoded-kbd-setup-display): Be careful
18112         not to remove keymaps that just happen to inherit from one of ours.
18113         When setting up our keymap, make sure it won't be accidentally
18114         modified by someone else.
18116 2007-10-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
18118         * textmodes/artist.el (artist-previous-line, artist-next-line):
18119         * dired.el (dired-next-line, dired-previous-line):
18120         * progmodes/delphi.el (delphi-newline):
18121         * textmodes/org.el (org-columns-eval):
18122         Use forward-line.
18124         * emerge.el (emerge-setup): Use insert-buffer-substring.
18125         (emerge-prepare-error-list, emerge-setup-with-ancestor): Likewise.
18127 2007-10-18  Juanma Barranquero  <lekktu@gmail.com>
18129         * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
18130         (adaptive-fill-function): Doc fix.  Remove * from docstring.
18132 2007-10-18  Tom Horsley  <tom.horsley@att.net>
18134         * simple.el (interprogram-paste-function): Doc fix.
18135         (current-kill): Accept list of strings as well
18136         as single string from `interprogram-paste-function'.
18138 2007-10-18  Glenn Morris  <rgm@gnu.org>
18140         * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
18142 2007-10-18  Drew Adams  <drew.adams@oracle.com>
18144         * bindings.el (mode-line-minor-mode-keymap):
18145         Add mouse-minor-mode-menu on mouse-1.
18146         (mode-line-modes): Add mouse-1 to help-echo text.
18147         (mouse-minor-mode-menu, minor-mode-menu-from-indicator):
18148         New functions.
18149         (mode-line-minor-mode-help): Doc fix.
18151 2007-10-17  Juri Linkov  <juri@jurta.org>
18153         * textmodes/fill.el (fill-paragraph-or-region): Remove function
18154         at the request of RMS.
18155         (fill-paragraph): Change `arg' to optional `justify'.  Add interactive
18156         arg `region'.  Fix docstring.  At the first `or' branch add call to
18157         `fill-region' if it the region is active in transient-mark-mode.
18159         * bindings.el (esc-map): Bind M-q to fill-paragraph
18160         instead of fill-paragraph-or-region.
18162         * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region
18163         with fill-paragraph.
18165         * textmodes/ispell.el (ispell-word): Add interactive arg `region'.
18166         Fix docstring.
18168         * indent.el (indent-for-tab-command): Change interactive spec from
18169         "P" to "p".  Add check for interactive arg before indenting the
18170         active region.
18172         * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions.
18173         Regroup.
18175 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
18177         * emacs-lisp/find-func.el: Don't require loadhist.
18179         * loadhist.el (feature-symbols, file-provides, file-requires)
18180         (file-set-intersect, file-dependents): Simplify.
18181         (unload-feature-special-hooks): Update list of special hooks.
18183 2007-10-17  Tassilo Horn  <tassilo@member.fsf.org>
18185         * bindings.el (completion-ignored-extensions): Remove pdf and dvi
18186         extensions since they can be viewed with doc-view.
18188         * files.el (auto-mode-alist): Make doc-view-mode the default mode
18189         for pdf, ps and dvi files.
18191         * doc-view.el: Make doc-view-mode the standard mode for viewing
18192         pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
18193         text and image display.  Add binding C-c C-e to switch to an
18194         editing mode.
18195         (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
18196         avoid security problems when rendering files from untrusted sources.
18198 2007-10-17  Aaron Hawley  <aaronh@garden.org>
18200         * tutorial.el (tutorial--save-tutorial): Display message when tutorial
18201         position is not saved.
18203 2007-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18205         * doc-view.el: Mention xpdf.  Fix spelling of Ghostscript.
18206         (doc-view-ghostscript-options): Fix typo in doc string.
18208 2007-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18210         * progmodes/compile.el (compilation-next-error-function): Fix timestamp
18211         handling, so compilation-fake-loc works again.
18213         * server.el (server-select-display): Nop if we do not support m-f-o-d.
18214         (server-process-filter): Revert last change.
18216         * vc.el (vc-diff-sentinel, vc-diff-internal): Revert some change in the
18217         behavior unrelated to filesets.
18219 2007-10-17  Chong Yidong  <cyd@stupidchicken.com>
18221         * longlines.el (longlines-wrap-follows-window-size): Integer value
18222         specifies wrapping margin.
18223         (longlines-mode, longlines-window-change-function):
18224         Set window-specific wrapping margin based on the above.
18226 2007-10-17  John Wiegley  <johnw@newartisans.com>
18228         * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
18230 2007-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
18232         * server.el (server-process-filter): Only set display if X11 is
18233         supported.
18235 2007-10-17  Glenn Morris  <rgm@gnu.org>
18237         * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
18238         Tweak regexp to avoid stack overflow.
18240 2007-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18242         * simple.el (reindent-then-newline-and-indent): Don't assume that
18243         indent-according-to-mode preserves point.
18245 2007-10-16  Juanma Barranquero  <lekktu@gmail.com>
18247         * bs.el (bs--make-header-match-string, bs-show-in-buffer)
18248         (bs--nth-wrapper): Simplify.
18249         (bs-select, bs--insert-one-entry): Simplify.  Use `when'.
18250         (bs-buffer-list): Simplify.  Use `when'.  Use `string-match-p'.
18251         (bs-sort-buffer-interns-are-last): Use `string-match-p'.
18252         (bs-attributes-list, bs-max-window-height, bs-must-always-show-regexp)
18253         (bs-maximal-buffer-name-column, bs-minimal-buffer-name-column)
18254         (bs-configurations, bs-default-configuration)
18255         (bs-alternative-configuration, bs-cycle-configuration-name)
18256         (bs-string-show-always, bs-string-show-never, bs-string-current)
18257         (bs-string-current-marked, bs-string-marked, bs-string-show-normally)
18258         (bs-sort-functions, bs-default-sort-name): Remove * in docstrings.
18259         (bs--redisplay, bs--goto-current-buffer, bs--current-buffer, bs-delete)
18260         (bs-apply-sort-faces, bs-next-config-aux): Use `when'.
18261         (bs--window-config-coming-from): Revert 2006-11-09 change.
18262         (bs--restore-window-config): Keep the selected frame.
18263         (bs--track-window-changes, bs--remove-hooks): New functions.
18264         (bs-mode): Use `define-derived-mode'.  Set hook to track window changes.
18265         (bs--create-header): Remove.
18266         (bs--create-header-line): New function, based on `bs--create-header'.
18267         (bs--show-header): Use `bs--create-header-line'.
18268         (bs--show-with-configuration): Revert 2006-11-09 change.
18269         Don't reuse window unless it is visible on the selected frame.
18270         Restore window configuration (possibly in a different frame)
18271         before creating any window.
18273 2007-10-16  Glenn Morris  <rgm@gnu.org>
18275         * simple.el (blink-matching-open): Don't report false errors with
18276         the `$' syntax class.
18278 2007-10-16  Richard Stallman  <rms@gnu.org>
18280         * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
18281         (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
18282         (ad-is-advised, ad-get-advice-info-field)
18283         (ad-set-advice-info-field): Use ad-get-advice-info-macro.
18285 2007-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18287         * vc-hooks.el (vc-workfile-version): Compatibility alias.
18288         (vc-default-working-revision): Compatibility for backends.
18290 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
18292         * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
18293         (filesets-ormap, filesets-sort-case-sensitive-flag)
18294         (filesets-remake-shortcut, filesets-ingroup-collect-files):
18295         Fix typos in docstrings.
18296         (filesets-conditional-sort, filesets-find-or-display-file)
18297         (filesets-data-get-name, filesets-data-get-data)
18298         (filesets-data-set, filesets-cmd-query-replace-getargs)
18299         (filesets-ingroup-collect): Doc fixes.
18301 2007-10-15  Sam Steingold  <sds@gnu.org>
18303         * mail/sendmail.el (sendmail-error-reporting-interactive)
18304         (sendmail-error-reporting-non-interactive): New variables for
18305         sendmail error reporting options to simplify support for imperfect
18306         sendmail emulators.
18307         (sendmail-send-it): Use them instead of list literals.
18309 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
18311         * help-fns.el: Revert previous change; it creates a
18312         dependency loop between advice.el and help-fns.el.
18314 2007-10-15  Juanma Barranquero  <lekktu@gmail.com>
18316         * help-fns.el: Require advice when compiling.
18318 2007-10-14  Drew Adams  <drew.adams@oracle.com>
18320         * emacs-lisp/ring.el (ring-convert-sequence-to-ring)
18321         (ring-insert+extend, ring-remove+insert+extend, ring-member)
18322         (ring-next, ring-previous): New functions.
18324 2007-10-14  Richard Stallman  <rms@gnu.org>
18326         * emacs-lisp/advice.el (documentation): Advice deleted.
18327         Doc for advised functions is now handled at C level.
18328         (ad-stop-advice, ad-start-advice): Don't enable or disable
18329         advice for `documentation'.
18330         (ad-advised-definition-docstring-regexp): Var deleted.
18331         (ad-make-advised-definition-docstring): Store orig name
18332         as text property of string.
18333         (ad-advised-definition-p): Check for text property of docstring.
18335         * help-fns.el (describe-function-1): Find source of advised functions.
18337 2007-10-14  Juri Linkov  <juri@jurta.org>
18339         * faces.el (describe-face): Allow handling a string as the face name.
18341         * textmodes/ispell.el (ispell-word): Call `ispell-region' on the
18342         active region in transient-mark-mode.
18343         (ispell-region): Change messages displayed at the start and end of
18344         the spell-checking to be the same.
18346         * startup.el (fancy-startup-tail): Say exactly what does the button
18347         dismiss ("Dismiss this startup screen").  Use text "Never show
18348         it again" for the checkbox after this button.
18349         (fancy-startup-screen, fancy-about-screen): Put point before the
18350         first link, so the user can quickly select links with the keyboard.
18351         (normal-mouse-startup-screen): Add more useful text describing how
18352         to follow a link.
18354 2007-10-14  Glenn Morris  <rgm@gnu.org>
18356         * progmodes/etags.el (select-tags-table): Disable undo in the
18357         `*Tags Table List*' buffer.
18359 2007-10-13  Eli Zaretskii  <eliz@gnu.org>
18361         * dired.el (dired-warn-writable): New face.
18362         (dired-warn-writable-face): New variable.
18363         (dired-font-lock-keywords): Use dired-warn-writable-face, instead
18364         of dired-warning-face, for group- and world-writable files.
18366 2007-10-13  Richard Stallman  <rms@gnu.org>
18368         * files.el (directory-abbrev-alist): Doc fix.
18370 2007-10-13  Jari Aalto  <jari.aalto@cante.net>
18372         * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
18374 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
18376         * frame.el (set-frame-configuration): Assign name parameter only
18377         if it has been set explicitly before.
18379 2007-10-11  Tom Tromey  <tromey@redhat.com>
18381         * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
18382         frame is visible.
18384 2007-10-10  Richard Stallman  <rms@gnu.org>
18386         * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
18387         in *Backtrace*.
18389         * faces.el (face-font-selection-order): Doc fix.
18391         * loadhist.el (unload-feature): Doc fix.
18393 2007-10-13  Glenn Morris  <rgm@gnu.org>
18395         * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
18396         (octave-re-search-forward-kw, octave-re-search-backward-kw):
18397         Add doc string, and an explicit COUNT argument.
18398         (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
18399         `inc' to search functions.
18401         * faces.el (face-spec-set): When FRAME is nil, set the default for
18402         new frames (restores pre-2007-09-17 behavior).  Doc fix.
18404 2007-10-13  John W. Eaton  <jwe@octave.org>
18406         * progmodes/octave-mod.el (octave-looking-at-kw)
18407         (octave-re-search-forward-kw, octave-re-search-backward-kw):
18408         New functions.
18409         (octave-in-defun-p, calculate-octave-indent)
18410         (octave-blink-matching-block-open, octave-beginning-of-defun)
18411         (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
18412         to search for regexps that contain case-sensitive keywords.
18413         (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
18414         (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
18416 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
18418         * frame.el (select-frame-set-input-focus): Fix typo "max" -> "mac".
18419         Do not use a single clause cond.
18421         * cus-start.el (all): Use test that does not match the X11 version
18422         for mac.
18424 2007-10-13  Markus Gritsch  <m.gritsch@gmail.com>  (tiny change)
18426         * progmodes/ebrowse.el (ebrowse-tree-mode): Disable undo in the
18427         BROWSE buffer.
18429 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
18431         * cus-start.el (all): Undo previous change.
18433 2007-10-13  Glenn Morris  <rgm@gnu.org>
18435         * woman.el (woman0-rename): Fix paren typo.
18437         * mail/feedmail.el (feedmail-run-the-queue)
18438         (feedmail-look-at-queue-directory):
18439         * mail/reporter.el (reporter-dump-state):
18440         * net/eudc-hotlist.el (eudc-edit-hotlist):
18441         * net/eudc.el (eudc-display-records)
18442         (eudc-filter-duplicate-attributes)
18443         (eudc-distribute-field-on-records, eudc-query-form, eudc-process-form):
18444         * net/eudcb-bbdb.el (eudc-bbdb-filter-non-matching-record)
18445         (eudc-bbdb-query-internal):
18446         * net/eudcb-ldap.el (eudc-ldap-simple-query-internal):
18447         * net/socks.el (socks-build-auth-list):
18448         * progmodes/cc-cmds.el (top level):
18449         * progmodes/cc-styles.el (c-make-styles-buffer-local, c-set-style):
18450         * progmodes/cperl-mode.el (top level, cperl-imenu-addback)
18451         (cperl-write-tags, cperl-tags-treeify):
18452         * progmodes/ebnf-yac.el (ebnf-yac-token-table):
18453         * progmodes/ebnf2ps.el (ebnf-map-name, ebnf-dimensions):
18454         * progmodes/idlw-shell.el (idlwave-shell-filter-bp, top level):
18455         * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18456         (idlwave-toolbar-remove-everywhere):
18457         * progmodes/idlwave.el (idlwave-indent-line)
18458         (idlwave-sintern-keyword-list, idlwave-scan-user-lib-files)
18459         (idlwave-write-paths, idlwave-all-method-classes)
18460         (idlwave-all-method-keyword-classes, idlwave-entry-keywords)
18461         (idlwave-fix-keywords, idlwave-display-calling-sequence)
18462         (idlwave-complete-in-buffer):
18463         * textmodes/org.el (org-export-as-html, org-export-as-ascii)
18464         (org-fast-tag-selection):
18465         * textmodes/reftex-sel.el (reftex-select-item): Use mapc rather
18466         than mapcar.
18468 2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
18470         * diff-mode.el (diff-fine-change): Add :group.
18472 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
18474         * cus-start.el (all): Use the same test as the 22.2 branch.
18476 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18478         * diff-mode.el (diff-current-defun): Force recomputation of
18479         change-log-default-name.
18481 2007-10-12  Chong Yidong  <cyd@stupidchicken.com>
18483         * startup.el (fancy-startup-screen): Remove an unnecessary newline
18484         and some leftover logic regarding dedicated frames.  If showing
18485         concise startup screen, fit window to buffer.
18486         (command-line-1): If we will be using the splash screen, use
18487         find-file instead of find-file-other-window to find additional files.
18488         Comment out unused code for coping with the old sit-for behavior.
18490 2007-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18492         * term/xterm.el (xterm-function-map, xterm-alternatives-map): Use the
18493         `meta' modifier consistently, rather than using sometimes meta
18494         sometimes alt.
18496 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
18498         * window.el (handle-select-window): Revert part of 2007-10-08
18499         change setting the input focus.
18501 2007-10-12  Glenn Morris  <rgm@gnu.org>
18503         * startup.el (command-line): Do not read abbrev file in batch mode.
18505         * emacs-lisp/byte-opt.el (top level):
18506         * mail/rmail.el (rmail-list-to-menu):
18507         * obsolete/hilit19.el (hilit-mode):
18508         * progmodes/cc-mode.el (c-postprocess-file-styles)
18509         (c-submit-bug-report):
18510         * textmodes/org-publish.el (org-publish-get-plist-from-filename):
18511         * textmodes/reftex.el (reftex-erase-all-selection-and-index-buffers)
18512         (reftex-access-parse-file):
18513         * textmodes/reftex-cite.el (reftex-do-citation)
18514         (reftex-insert-bib-matches):
18515         * textmodes/reftex-ref.el (reftex-offer-label-menu):
18516         * textmodes/reftex-sel.el (reftex-select-unmark):
18517         * textmodes/reftex-toc.el (reftex-toc-do-promote):
18518         * vc-mcvs.el (vc-mcvs-checkin): Use mapc rather than mapcar.
18520         * cus-edit.el (custom-variable-menu, custom-face-menu)
18521         (custom-group-menu): Check init-file-user rather than
18522         user-init-file, in case cus-edit is loaded by site-run-file.
18524 2007-10-11  Dan Nicolaescu  <dann@ics.uci.edu>
18526         * vc.el (vc-deduce-fileset): Delete unused code.
18527         (vc-next-action): Fix typos.
18529 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
18531         * bs.el (bs--mark-unmark): New function.
18532         (bs-mark-current, bs-unmark-current): Use it.
18534 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
18536         * vc.el (vc-diff):
18537         (vc-diff-internal): Merge a patch by Juanma Barranquero.  Also,
18538         temporarily disable the check for his edge case of
18539         vc-diff (stopping it from grinding when called from $HOME), as
18540         it's calling some brittle code in vc-hooks.el.
18541         (with-vc-properties): Fix evaluation time of a macro argument.
18542         * ediff-vers.el (ediff-vc-internal):
18543         * vc-hooks.el:
18544         * loaddefs.el: Follow up on VC terminology change.
18546 2007-10-11  Juanma Barranquero  <lekktu@gmail.com>
18548         * follow.el (follow-stop-intercept-process-output):
18549         Use `follow-call-process-filter' rather than `process-filter'.
18550         Simplify.
18552 2007-10-11  Eric S. Raymond  <esr@snark.thyrsus.com>
18554         * vc-hooks.el (vc-registered): Robustify this function a bit
18555         against filenames with no directory component.
18557 2007-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18559         * international/characters.el: Undo unwanted and unexplained change.
18561 2007-10-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18563         * ps-print.el: Fix the usage of :foreground and :background face
18564         attributes.  Reported by Nikolaj Schumacher <n_schumacher@web.de>.
18565         (ps-print-version): New version 6.7.6.
18566         (ps-face-attributes, ps-face-attribute-list, ps-face-background):
18567         Fix code.
18568         (ps-face-foreground-color-p, ps-face-background-color-p)
18569         (ps-face-color-p): New inline funs.
18571 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
18573         * textmodes/org.el (org-additional-option-like-keywords): New constant.
18574         (org-complete): Use `org-additional-option-like-keywords'.
18575         (org-parse-local-options): New function.
18577 2007-10-10  Carsten Dominik  <dominik@science.uva.nl>
18579         * textmodes/org.el (org-in-clocktable-p): New function.
18580         (org-clock-report): Only update the table at point, or insert a new one.
18581         (org-clock-goto): New function.
18582         (org-open-file): Use `start-process-shell-command' instead of
18583         `shell-command' with an ampersand.
18584         (org-deadline, org-schedule): New argument REMOVE to remove the
18585         date from the entry.
18586         (org-agenda-schedule, org-agenda-deadline): Pass the prefix
18587         argument to `org-schedule' and `org-deadline'.
18588         (org-trim): Use the correct expressions for beginning and end of
18589         the string.
18590         (org-get-cleaned-entry): Trim the string before returning it.
18591         (org-clock-find-position): New function.
18592         (org-clock-into-drawer): New option.
18593         (org-agenda-tags-column): Rename from
18594         `org-agenda-align-tags-to-column'.
18595         (org-agenda-align-tags): Allow negative values for
18596         `org-agenda-tags-column'.
18597         (org-insert-labeled-timestamps-before-properties-drawer): Remove var.
18598         (org-agenda-to-appt): New optional argument FILTER.
18599         (org-completion-fallback-command): New variable.
18600         (org-complete): Use `org-completion-fallback-command'.
18601         (org-find-base-buffer-visiting): Catch the case that there is no
18602         buffer visiting the file.
18603         (org-property-or-variable-value): New function.
18604         (org-todo): Use `org-property-or-variable-value'
18605         (org-agenda-compact-blocks): New option.
18606         (org-prepare-agenda, org-agenda-list): Use `org-agenda-compact-blocks'.
18607         (org-agenda-schedule, org-agenda-deadline):
18608         Call `org-agenda-show-new-time'.
18609         (org-agenda-show-new-time): New argument PREFIX.
18610         (org-colgroup-info-to-vline-list): Fix but that cause a
18611         shift in the vertical lines.
18612         (org-buffer-property-keys): New argument INCLUDE-DEFAULTS.
18613         (org-maybe-renumber-ordered-list, org-cycle-list-bullet)
18614         (org-indent-item): No arg in call to `org-fix-bullet-type'.
18615         (org-fix-bullet-type): Remove argument.
18616         (org-read-date): Check for am/pm twice, to catch the end time.
18617         (org-goto-map): Use `suppress-keymap'.
18618         (org-remember-apply-template): Respect the dynamically scoped
18619         selection character.
18621 2007-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18623         * frame.el (frame-inherited-parameters): Remove unused `environment'
18624         parameter, and let server.el add `client' when needed.
18626         * server.el (server-create-tty-frame)
18627         (server-create-window-system-frame): Set frame-inherited-parameters.
18629         * frame.el (frame-inherited-parameters): New var.
18630         (make-frame): Use it.
18632         * font-lock.el (lisp-font-lock-keywords-2): Remove let-environment.
18634         * env.el (let-environment): Remove.  Unused.
18635         (read-envvar-name): Simplify.
18636         (setenv): Remove unused arg `frame'.
18638         * help-fns.el (describe-variable): Add missing "  " for multiline
18639         obsolescence info and missing EOL after global value.
18641 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
18643         * add-log.el:
18644         * ediff-vers.el:
18645         * log-view.el:
18646         * pcvs.el:
18647         * vc-arch.el:
18648         * vc-bzr.el:
18649         * vc-cvs.el:
18650         * vc.el:
18651         * vc-git.el:
18652         * vc-hg.el:
18653         * vc-hooks.el:
18654         * vc-mcvs.el:
18655         * vc-mtn.el:
18656         * vc-rcs.el:
18657         * vc-sccs.el:
18658         * vc-svn.el: Terminology cleanup: workfile-version -> working-revision,
18659         {find,init,next,previous,annotate-*,log}-version ->
18660         {find,init,next,previous,annotate-*,log}-revision,
18661         annotate-focus-version -> annotate-working-revision, The term
18662         'focus' is gone.  The term 'revision' is now used consistently
18663         everywhere that reference to a revision ID is intended, replacing
18664         older use of 'version'.
18666 2007-10-10  Juanma Barranquero  <lekktu@gmail.com>
18668         * follow.el: Change all instances of "Follow Mode" to "Follow
18669         mode" in docstrings and messages.
18670         (follow-menu-filter): Fix arg passed to `bound-and-true-p'.
18672 2007-10-10  Eric S. Raymond  <esr@snark.thyrsus.com>
18674         * vc.el (vc-next-action): Rewrite completely; this principal
18675         entry point now operates on a current fileset selected either
18676         explicitly via VC-Dired or implicitly by visiting a file buffer,
18677         rather than always operating on the file of the current buffer as
18678         in older versions.  Rewrite the rest of the mode to match.
18679         (with-vc-properties): Rewrite to operate on a file list.
18680         (with-vc-file): vc-checkin takes a file list argument now.
18681         (vc-post-command-functions): This hook now receives a file list.
18682         (vc-do-command): Take a either a file or a file list as argument.
18683         (vc-deduce-fileset): New function for deducing a file list to
18684         operate on.
18685         (vc-next-action-on-file, vc-next-action-dired): Remove.
18686         Merge into vc-next-action.
18687         (vc-register): Adapt to the fact that vc-start-entry now takes a
18688         file list.
18689         (vc-register-with): New function.
18690         (vc-start-entry): Take a file list argument rather than a
18691         file argument.
18692         (vc-checkout): Cope with vc-start-entry taking a file list.
18693         (vc-steal-lock): Cope with with-vc-properties taking a
18694         file list.
18695         (vc-checkin): Take a file list argument rather than a file argument.
18696         (vc-finish-logentry): Use the filelist passed by vc-start-entry.
18697         (vc-diff-internal): Rewrite for filesets.
18698         (vc-diff-sentinel): New function, tests whether changes were
18699         written into a diff buffer.
18700         (vc-diff): Rewrite for filesets.
18701         (vc-version-diff): Rewrite for filesets.
18702         (vc-print-log): Take a fileset argument.
18703         (vc-revert): Revert the entire selected fileset, not just the
18704         current buffer.
18705         (vc-rollback): Roll back the entire selected fileset, if
18706         possible.  No longer accepts a prefix argument.
18707         (vc-update): Merge new changes for the entire selected
18708         fileset, not just the current buffer.
18709         (vc-revert-file): Cope with with-vc-properties taking a file list.
18710         (vc-default-dired-state-info): Add + status suffix if the file is
18711         modified.
18712         (vc-annotate-warp-version): Use the new diff machinery.
18713         (vc-log-edit): Take a file list argument rather than a file argument.
18715 2007-10-10  Michael Albinus  <michael.albinus@gmx.de>
18717         Sync with Tramp 2.1.11.
18719         * net/tramp.el (tramp-open-connection-setup-interactive-shell):
18720         Pacify byte compiler.
18722         * net/trampver.el: Update release number.
18724 2007-10-09  Richard Stallman  <rms@gnu.org>
18726         * play/gamegrid.el (gamegrid-setup-default-font): Use face-spec-set.
18728 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
18730         * follow.el: Require easymenu.
18731         (follow-mode-hook, follow-mode): Doc fixes.
18732         (follow-mode-off-hook): Mark as obsolete.
18734 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18736         * window.el (mouse-autoselect-window-cancel): Don't cancel for
18737         select-window or select-frame events.
18738         (handle-select-window): When autoselecting window set input
18739         focus.  Restructure.
18741         * frame.el (focus-follows-mouse): Move to frame.c.
18742         * cus-start.el (all): Add focus-follows-mouse.
18744 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
18746         * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
18747         activate font-locking in the *buffer-selection* buffer.
18748         (bs-show-sorted): Doc fix.
18750         * bs.el (bs--get-marked-string, bs--get-modified-string)
18751         (bs--get-readonly-string, bs--get-size-string, bs--get-name)
18752         (bs--get-mode-name, bs-mode): Fix typos in docstrings.
18753         (bs--format-aux): Doc fix.
18755 2007-10-08  Michaël Cadilhac  <michael@cadilhac.name>
18757         * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
18759 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18761         * progmodes/gud.el (gud-gud-gdb-command-name): New option.
18762         (gud-gdb): New function for old M-x gdb (text command mode).
18763         (gud-gdb-command-name, gdb): Move to...
18765         * progmodes/gdb-ui.el: ...here and adapt doc string.
18766         (gud-gdba-command-name, gdba): Delete.
18768 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
18770         * bs.el: Don't defvar `font-lock-verbose'.
18771         (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
18772         (bs--get-file-name): Fix typos in docstrings.
18773         (bs--show-header): Use `dolist' instead of `mapcar'.
18774         (bs-mode): Set `show-trailing-whitespace' to nil.
18775         (bs-buffer-sort-function, bs-mouse-select-other-frame)
18776         (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
18777         Doc fixes.
18779 2007-10-08  Adam Hupp  <adam@hupp.org>  (tiny change)
18781         * progmodes/gud.el (pdb): Specify file for gud-break.
18783 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18785         * progmodes/gud.el (gdb): Make graphical mode the default and
18786         switch to text command mode if appropriate, i.e., reverse previous
18787         arrangement.
18788         (gud-gdb-marker-filter): Adapt for above change.
18790         * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
18791         gud-minor-mode and gud-marker-filter.
18792         (gdb-fullname-regexp): New variable.
18793         (gud-gdba-marker-filter): Use it to switch to text command
18794         mode if appropriate.
18796 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18798         * progmodes/gud.el (gud-display-line): Find source buffer even when
18799         GUD buffer has its own frame.
18801 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
18803         * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
18805 2007-10-08  Jan Djärv  <jan.h.d@swipnet.se>
18807         * term/x-win.el (x-gtk-stock-map): Version is 22.2.
18809 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18811         * allout.el (allout-before-change-handler): Replace got-char by
18812         goto-char.
18814 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18816         * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
18817         Used to try and automatically enabled smerge-mode in the presence of
18818         conflicts and to call `svn resolved' when the conflicts are gone.
18819         (vc-svn-parse-status): Remember the svn-specific status.
18821 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
18823         * menu-bar.el (menu-bar-search-documentation-menu): Rename from
18824         menu-bar-apropos-menu.  All users changed.
18825         (menu-bar-help-menu): Change menu symbols to better match the text
18826         displayed by the menu.
18828 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18830         * files.el (file-name-sans-versions): Use [:alnum:] and also allow
18831         #, @, : and ^.
18833 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18835         * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
18837         * log-view.el (log-view-mode-map): Likewise.
18839         * diff-mode.el (diff-mode-shared-map): Likewise.
18841 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18843         * files.el (file-name-sans-versions): Also allow `A-Z'.
18845         * vc.el: Mention all supported VC backends.
18847 2007-10-08  Richard Stallman  <rms@gnu.org>
18849         * wid-edit.el (widget-specify-button): Don't merge mouse-face with
18850         neighbouring buttons.
18852 2007-10-08  Andreas Schwab  <schwab@suse.de>
18854         * files.el (file-name-sans-versions): Also allow `_'.
18856 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18858         * files.el (file-name-sans-versions): Allow - and a-z in version names.
18860         * log-view.el (log-view-mode-map, log-view-mode-menu):
18861         Bind log-view-annotate-version.
18862         (log-view-beginning-of-defun, log-view-end-of-defun)
18863         (log-view-annotate-version): New functions.
18864         (log-view-mode): Use log-view-beginning-of-defun and
18865         log-view-end-of-defun.
18867 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18869         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
18871 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18873         * wid-edit.el (widget-image-insert): Don't merge mouse-face with
18874         neighbouring buttons.
18876         * progmodes/compile.el (compilation-error-regexp-alist-alist):
18877         Recognize gcc's use of "note" for informational messages.
18879 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18881         * textmodes/css-mode.el (css-electric-keys): electrick->electric.
18882         (css-mode): Update correspondingly.
18884 2007-10-08  Dan Nicolaescu  <dann@ics.uci.edu>
18886         * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
18887         Signed-off-by, Acked-by and Merge.
18889 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18891         * ediff-init.el (ediff-verbose-p): This var is not a constant.
18893 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18895         * vc-mtn.el: New file.
18897         * vc-hooks.el (vc-handled-backends): Add Mtn.
18899 2007-10-08  Eli Zaretskii  <eliz@gnu.org>
18901         * files.el (find-file, find-file-other-window)
18902         (find-file-other-frame, find-file-existing, find-file-read-only)
18903         (find-file-read-only-other-window)
18904         (find-file-read-only-other-frame)
18905         (find-alternate-file-other-window, find-alternate-file): Doc fixes.
18907 2007-10-08  Nick Roberts  <nickrob@snap.net.nz>
18909         * progmodes/gud.el (gdb-ready): New variable.
18910         (gdb): Set it to nil.  Set gud-running to nil here...
18911         (gud-common-init): ...instead of here.
18913         * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
18914         Use gdb-ready.  Discard input until GDB is ready to accept it.
18916 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18918         * dired.el (dired-warning): Inherit from font-lock-warning-face to
18919         make it show up with eight colors.
18921 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18923         * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
18924         diffs are concatenated with no intervening line.
18926 2007-10-08  Dave Love  <fx@gnu.org>
18928         * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
18929         (python-font-lock-keywords): Update to the 2.5 version of the language.
18930         (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
18931         (python-backspace): Only behave funny in code.
18932         (python-compilation-regexp-alist): Add PDB stack trace regexp.
18933         (inferior-python-mode): Add PDB prompt regexp.
18934         (python-fill-paragraph): Refine the fenced-string regexp.
18935         (python-find-imports): Handle imports spanning several lines.
18936         (python-mode): Add `class' to hideshow support.
18938 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18940         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18941         Use add-log-buffer-file-name-function rather than binding
18942         buffer-file-name, so we don't end up calling change-log-mode in *cvs*
18943         when `fi' is the ChangeLog file itself.
18945         * outline.el (outline-flag-region): Use front-advance.
18947 2007-10-08  Ilya Zakharevich  <ilyaz@cpan.org>
18949         * progmodes/cperl-mode.el: Merge upstream 5.23.
18950         (cperl-where-am-i): Remove function.
18951         (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
18952         (cperl-sniff-for-indent): De-invert [string] and [comment].
18953         When looking for label, skip s:m:y:tr.
18954         (cperl-indent-line): Likewise.
18955         (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
18956         (cperl-windowed-init): Wrong `ps-print' handling.
18957         Both thanks to Chong Yidong.
18958         (cperl-look-at-leading-count): Could fail with unfinished RExen.
18959         (cperl-find-pods-heres): If the second part of s()[] is missing,
18960         don't try to highlight delimiters...
18962 2007-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18964         * progmodes/compile.el (compilation-get-file-structure): Complete last
18965         change by also using spec-directory in the puthash.
18967 2007-10-08  Riccardo Murri  <riccardo.murri@gmail.com>
18969         * vc-bzr.el (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
18970         (vc-bzr-status): Fix shadowing of variable 'status'.
18971         (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
18972         Use `expand-file-name' instead of `concat'.
18973         (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
18974         Update annotation line regexp.  Fixes launchpad.net [Bug 137435].
18976 2007-10-08  Jason Rumney  <jasonr@gnu.org>
18978         * frame.el (focus-follows-mouse): Doc-fix.  Change default on w32.
18980 2007-10-08  Richard Stallman  <rms@gnu.org>
18982         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
18983         Add `safe-local-variable' property.
18984         (lisp-body-indent): Likewise.
18986 2007-10-08  Richard Stallman  <rms@gnu.org>
18988         * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
18989         Add doc string.
18991 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18993         * files.el (backup-buffer-copy): Try to overwrite old backup first.
18995 2007-10-08  Martin Rudalics  <rudalics@gmx.at>
18997         * repeat.el (repeat): Use last-repeatable-command instead of
18998         real-last-command.  Run pre- and post-command hooks for
18999         self-insertion.  Update doc-string.
19001 2007-10-08  Alexandre Julliard  <julliard@winehq.org>
19003         * vc-git.el (vc-git-state): Call git-add --refresh to update the
19004         state of the file.
19005         (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
19006         (vc-git-create-repo): Fix invalid command.
19008 2007-10-08  Richard Stallman  <rms@gnu.org>
19010         * textmodes/flyspell.el (flyspell-mode):
19011         Catch errors in flyspell-mode-on.
19013 2007-10-09  Juanma Barranquero  <lekktu@gmail.com>
19015         * term/x-win.el (x-alternatives-map): Remove spurious parenthesis.
19017 2007-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19019         * international/encoded-kb.el (encoded-kbd-setup-display):
19020         Use input-decode-map rather than local-key-translation-map.
19022         * term/rxvt.el (rxvt-alternatives-map): New map.
19023         (terminal-init-rxvt): Use it.
19024         Bind rxvt-function-map in input-decode-map.
19026         * term/xterm.el (xterm-alternatives-map): New map.
19027         (terminal-init-xterm): Use it.
19028         Bind xterm-function-map in input-decode-map.
19030         * term/x-win.el (x-alternatives-map): New var.
19031         (x-setup-function-keys): Use it.
19033         * help-fns.el (describe-variable): Slightly change the layout of
19034         meta-info to separate it better from the docstring.
19035         Standardize insertion of extra empty lines in various circumstances.
19037         * diff-mode.el (diff-hunk-style): New fun.
19038         (diff-end-of-hunk): Use it.
19039         (diff-context->unified): Use the new `apply' undo element,
19040         if applicable, so as to save undo-log space.
19041         (diff-fine-change): New face.
19042         (diff-fine-highlight-preproc): New function.
19043         (diff-fine-highlight): New command.
19044         (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.
19046         * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument.
19047         (smerge-refine-highlight-change): Add `props' argument.
19048         (smerge-refine-subst): New function holding most of smerge-refine.
19049         (smerge-refine): Use it.
19051 2007-10-08  Eric S. Raymond  <esr@snark.thyrsus.com>
19053         * vc.el (vc-default-wash-log): Remove unused code, the
19054         log washers all live in the backends now.
19055         (vc-default-comment-history): Correct for the fact
19056         that wash-log is argumentless in the new API.
19058 2007-10-08  Michael Albinus  <michael.albinus@gmx.de>
19060         * net/tramp.el (tramp-find-foreign-file-name-handler): Check also host.
19061         (tramp-maybe-send-script): Apply `member' but `memq'.
19062         (tramp-advice-file-expand-wildcards): Simplify implementation.
19064 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
19066         * follow.el (follow-mode): Don't run hooks twice.  Use `when'.
19068         * mb-depth.el (minibuf-depth-indicator-function): New variable.
19069         (minibuf-depth-setup-minibuffer): Use it.
19071 2007-10-07  Glenn Morris  <rgm@gnu.org>
19073         * simple.el (bad-packages-alist): Clarify Semantic and CEDET
19074         version numbers.
19076 2007-10-06  Juri Linkov  <juri@jurta.org>
19078         * textmodes/fill.el (fill-paragraph-or-region): New function.
19080         * bindings.el (esc-map): Bind M-q to fill-paragraph-or-region
19081         instead of fill-paragraph.
19083         * tutorial.el (tutorial--default-keys): Replace fill-paragraph
19084         with fill-paragraph-or-region.  Suspend command is now the same
19085         `suspend-frame' on window systems and on tty.
19087         * image.el (image-type): Check if image-types is bound to not fail
19088         on tty.
19090         * delsel.el (delete-selection-pre-hook):
19091         * emulation/cua-base.el (cua-paste): Check if mouse-region-match
19092         is fbound to not fail on mouseless tty.
19094 2007-10-06  Michael Albinus  <michael.albinus@gmx.de>
19096         * net/tramp.el (top): Move loading of tramp-util.el and
19097         tramp-vc.el to tramp-compat.el.
19098         (tramp-make-tramp-temp-file): Complete rewrite.  Create remote
19099         temporary file if possible, in order to avoid a security hole.
19100         (tramp-do-copy-or-rename-file-out-of-band)
19101         (tramp-maybe-open-connection): Call `tramp-make-tramp-temp-file'
19102         with DONT-CREATE, because the connection is not setup yet.
19103         (tramp-handle-process-file): Rewrite temporary file handling.
19104         (tramp-completion-mode): New defvar.
19105         (tramp-completion-mode-p): Use it.
19107         * net/tramp-compat.el (top): Load tramp-util.el and tramp-vc.el.
19109         * net/tramp-fish.el (tramp-fish-handle-process-file):
19110         Rewrite temporary file handling.
19112 2007-10-06  Eric S. Raymond  <esr@snark.thyrsus.com>
19114         * vc.el: Workfile version -> focus version change.  Port various
19115         comments from new VC to reduce the noise in the diff.
19116         Patch in the new vc-create-repo function to go with the
19117         header comment about it already present.
19118         There are no changes to existing logic in this patch.
19119         (vc-revert-buffer1): Rename to vc-revert-buffer-internal.
19121 2007-10-06  Aaron Hawley  <aaronh@garden.org>
19123         * autoinsert.el (auto-insert-alist): Add a Texinfo entry.
19125 2007-10-05  Chris Moore  <dooglus@gmail.com>
19127         * server.el (server-kill-new-buffers): Doc fix.
19129 2007-10-05  John W. Eaton  <jwe@octave.org>
19131         * progmodes/octave-mod.el (octave-abbrev-table): Add "until".
19132         (octave-begin-keywords): Add "do".
19133         (octave-end-keywords): Remove "end".
19134         (octave-reserved-words): Add "end".  Remove "all_va_args",
19135         "gplot", and 'gsplot".
19136         (octave-text-functions): Remove "gset", "gshow", "set", and "show".
19137         (octave-variables): Remove "IMAGEPATH", "INFO_FILE",
19138         "INFO_PROGRAM", "LOADPATH", "__error_text__", "automatic_replot",
19139         "default_return_value", "define_all_return_values",
19140         "do_fortran_indexing", "empty_list_elements_ok",
19141         "gnuplot_has_multiplot", "implicit_str_to_num_ok",
19142         "ok_to_lose_imaginary_part", "prefer_column_vectors",
19143         "prefer_zero_one_indexing", "propagate_empty_matrices",
19144         "resize_on_range_error", "treat_neg_dim_as_zero",
19145         "warn_assign_as_truth_value", "warn_comma_in_global_decl",
19146         "warn_divide_by_zero", "warn_function_name_clash",
19147         "warn_missing_semicolon", "whitespace_in_literal_matrix".
19148         Add "DEFAULT_EXEC_PATH", "DEFAULT_LOADPATH", "IMAGE_PATH",
19149         "crash_dumps_octave_core", "sighup_dumps_octave_core",
19150         "sigterm_dumps_octave_core".
19151         (octave-block-match-alist): Remove "end" from block-end keywords.
19152         (octave-mode): Update ftp site address.
19154 2007-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
19156         * vc.el: Reorder functions, no code changes.
19158 2007-10-04  Michael Albinus  <michael.albinus@gmx.de>
19160         * net/tramp.el (tramp-make-temp-file): Move to tramp-compat.el.
19161         (tramp-do-copy-or-rename-file-directly): Handle tmpfile only in
19162         the cond clauses where needed.
19163         (tramp-handle-write-region): Rearrange code for proper handling of
19164         tmpfile.
19166         * net/tramp-compat.el (tramp-compat-make-temp-file): New defsubst.
19168         * net/tramp.el:
19169         * net/tramp-fish.el:
19170         * net/tramp-ftp.el:
19171         * net/tramp-smb.el: Rename `tramp-make-temp-file' to
19172         `tramp-compat-make-temp-file'.
19174 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
19176         * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
19178 2007-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
19180         * emacs-lisp/copyright.el (copyright-update): Don't update if the file
19181         already uses a more recent copyright version than the "current" one.
19183 2007-10-03  Michaël Cadilhac  <michael@cadilhac.name>
19185         * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-reset-slice)
19186         (doc-view-insert-image): Minor aesthetical docstring changes.
19188 2007-10-03  Tassilo Horn  <tassilo@member.fsf.org>
19190         * doc-view.el (doc-view): Don't ignore pdf and dvi files when
19191         completing filename.
19192         (doc-view-search-internal): Docstring change.
19194 2007-10-03  Michael Albinus  <michael.albinus@gmx.de>
19196         * net/tramp.el (top): Add tramp-compat to `tramp-unload-hook'.
19197         (tramp-file-name-handler-alist):
19198         Add `tramp-handle-insert-file-contents-literally'.  Needed for XEmacs.
19199         (tramp-make-temp-file): Use `make-temp-name'.  `make-temp-file',
19200         used before, creates the file already, which is not desired.
19201         (tramp-do-copy-or-rename-file-directly): Simplify handling of
19202         temporary file.
19203         (tramp-handle-insert-file-contents): Assign the result in the
19204         short track case.
19205         (tramp-handle-insert-file-contents-literally): New defun.
19206         (tramp-completion-mode-p): Revert change from 2007-09-24.
19207         Checking for `return' etc as last character is not sufficient, for
19208         example in dired-mode when entering <g> (revert-buffer) or
19209         <s> (dired-sort).
19211         * net/tramp-compat.el (top): Add also compatibility code for loading
19212         appropriate timer package.
19213         (tramp-compat-copy-tree): Check for `subrp' and `symbol-file' in
19214         order to avoid autoloading problems.
19216         * net/tramp-fish.el:
19217         * net/tramp-smb.el: Move further compatibility code to tramp-compat.el.
19219         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Handle the case
19220         where the second parameter of `copy-file' or `rename-file' is a
19221         remote file but not via ftp.
19223 2007-10-02  Richard Stallman  <rms@gnu.org>
19225         * frame.el (cursor-in-non-selected-windows): Doc fix.
19227 2007-10-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
19229         * play/zone.el (zone): Let-bind show-trailing-whitespace to nil.
19230         Suggested by Chris Moore <christopher.ian.moore@gmail.com>.
19232 2007-10-01  Jay Belanger  <jay.p.belanger@gmail.com>
19234         * calc/calc-math.el (math-largest-emacs-expt): Handle the cases
19235         when `expt' doesn't give range errors.
19237 2007-10-01  Markus Triska  <markus.triska@gmx.at>
19239         * calc/calc-math.el (math-smallest-emacs-expt):
19240         Make the computation more robust.
19242 2007-09-30  David Kastrup  <dak@gnu.org>
19244         * startup.el (argv): Alias for `command-line-args-left' to use as
19245         `(pop argv)' inside of --eval command sequences.  Allows for
19246         passing shell commands into Emacs verbatim without need for Lisp
19247         quoting.
19249         * autorevert.el (auto-revert-handler): In `auto-revert-tail-mode',
19250         check only for changed size.
19251         (auto-revert-tail-handler): Get size from caller.  If the file has
19252         shrunk, tail the whole file again (the file presumably has been
19253         rewritten).
19255         * woman.el (woman-topic-all-completions, woman-mini-help):
19256         Fix fallout from 2007-09-07 introduction of `dolist' when the list
19257         actually was being manipulated in the loop.
19258         (woman-Cyg-to-Win, woman-pre-process-region)
19259         (woman-horizontal-escapes, woman-if-body, woman-unescape)
19260         (woman-strings, woman-special-characters, woman1-hc)
19261         (woman-change-fonts, woman-find-next-control-line):
19262         Use `match-beginning' rather than `match-string' when the result is
19263         just used as a flag.
19265 2007-09-30  Michael Albinus  <michael.albinus@gmx.de>
19267         * net/tramp-compat.el: New file.
19269         * net/tramp.el:
19270         * net/tramp-fish.el:
19271         * net/tramp-smb.el:
19272         * net/tramp-uu.el:
19273         * net/trampver.el: Move compatibility code to tramp-compat.el.
19274         Apply `mapc' instead of `mapcar' when the code needs side effects
19275         only.  Move utf-8 coding cookie to the second line.
19277 2007-09-30  Reiner Steib  <Reiner.Steib@gmx.de>
19279         * term/x-win.el (x-gtk-stock-map): Add Gnus and MH-E icons.
19280         Improve custom type.
19281         (icon-map-list): Make it customizable.  Document how to disable
19282         stock icons.
19284 2007-09-30  Richard Stallman  <rms@gnu.org>
19286         * play/zone.el (zone-hiding-modeline): Use mode-line-format.
19288 2007-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19290         * t-mouse.el (gpm-mouse-mode): Rename from t-mouse-mode.  Rewrite.
19291         (t-mouse-mode): New compatibility alias.
19293 2007-09-28  Dan Nicolaescu  <dann@ics.uci.edu>
19295         * server.el (server-delete-client): Only delete the terminal if it
19296         is non-nil.
19298 2007-09-28  Michael Albinus  <michael.albinus@gmx.de>
19300         * net/tramp.el (with-file-property, with-connection-property):
19301         Highlight as keyword.
19302         (tramp-rfn-eshadow-setup-minibuffer)
19303         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
19304         (tramp-set-file-uid-gid, tramp-do-copy-or-rename-file-via-buffer)
19305         (tramp-do-copy-or-rename-file-directly)
19306         (tramp-do-copy-or-rename-file-out-of-band)
19307         (tramp-handle-shell-command, tramp-get-debug-buffer)
19308         (tramp-send-command-and-read, tramp-equal-remote)
19309         (tramp-get-local-gid): Pacify byte-compiler.
19310         (tramp-handle-file-name-directory): Result shall not be expanded.
19311         (tramp-find-foreign-file-name-handler): Rewrite.
19312         (tramp-dissect-file-name): Add optional parameter NODEFAULT.
19314         * net/tramp-cache.el (tramp-cache-print): Pacify byte-compiler.
19316         * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
19317         Apply `tramp-completion-mode-p'.
19318         (tramp-fish-handle-set-file-times)
19319         (tramp-fish-handle-executable-find)
19320         (tramp-fish-handle-process-file, tramp-fish-get-file-entries)
19321         (tramp-fish-retrieve-data): Pacify byte-compiler.
19323         * net/tramp-gw.el (tramp-gw-basic-authentication):
19324         Call `tramp-read-passwd' with first parameter `nil'.
19326 2007-09-28  Glenn Morris  <rgm@gnu.org>
19328         * mail/supercite.el (sc-attribs-filter-namelist): Use mapc rather
19329         than mapcar.
19331         * textmodes/tex-mode.el (tex-suscript-height-ratio)
19332         (tex-suscript-height-minimum): New customizable variables.
19333         (tex-suscript-height): New function.
19334         (superscript, subscript): Set height using tex-suscript-height
19335         rather than fixing at 0.8.
19336         (tex-fontify-script, tex-font-script-display): Add :version tag.
19338 2007-09-27  Juanma Barranquero  <lekktu@gmail.com>
19340         * progmodes/python.el (python-eldoc-function): Doc fix.
19342 2007-09-27  Glenn Morris  <rgm@gnu.org>
19344         * image.el (image-type-auto-detected-p): Doc fix.  Don't detect an
19345         image if it is not in image-type-auto-detectable, or is there with
19346         a nil value.
19348 2007-09-27  Michael Albinus  <michael.albinus@gmx.de>
19350         * net/tramp.el (tramp-maybe-open-connection): Make test for alive
19351         connection more robust.
19353 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
19355         * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
19356         Deal with the case that special &keywords are at the beginning or
19357         end of the argument list.  Also add some (incomplete) support for
19358         non-standard arglists.
19360 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
19362         * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
19363         (eldoc-message-commands, eldoc-current-idle-delay)
19364         (eldoc-function-argstring-format): Fix typos in docstrings.
19366 2007-09-26  Jay Belanger  <jay.p.belanger@gmail.com>
19368         * calc/calc-units.el (calc-convert-units)
19369         (calc-convert-temperature): Remove unnecessary colons.
19371 2007-09-26  Bastien Guerry  <bzg@altern.org>
19373         * textmodes/org-export-latex.el (org-export-latex-tables-verbatim):
19374         New function.
19375         (org-export-latex-remove-from-headlines): Name changed because of typo.
19376         (org-export-latex-quotation-marks-convention): Option removed.
19377         (org-export-latex-make-preamble): Handle the DATE option.
19378         (org-export-latex-cleaned-string): Now the only cleaning function,
19379         synched up with org.el.
19380         (org-export-latex-lists, org-export-latex-parse-list)
19381         (org-export-list-to-latex): New functions.
19383 2007-09-26  Carsten Dominik  <dominik@science.uva.nl>
19385         * textmodes/org.el (org-kill-is-subtree-p): Use `org-outline-regexp'.
19386         (org-outline-regexp): New constant.
19387         (org-remember-handler): Throw error when the target file is not in
19388         org-mode.
19389         (org-cleaned-string-for-export): No longer call
19390         `org-export-latex-cleaned-string' with an argument.
19391         (org-get-tags): Returns now a list, not a string.
19392         (org-get-tags-string): New function.
19393         (org-archive-subtree): No need to split return of `org-get-tags'.
19394         (org-set-tags, org-entry-properties): Call `org-get-tags-string'
19395         instead of `org-get-tags'.
19396         (org-agenda-format-date): Rename from `org-agenda-date-format'.
19397         (org-time-from-absolute, org-agenda-format-date-aligned): New funs.
19398         (org-compatible-face): New argument INHERITS.  Inherit from this
19399         face if possible.
19400         (org-level-1, org-level-2, org-level-3, org-level-4)
19401         (org-level-5, org-level-6, org-level-7, org-level-8)
19402         (org-special-keyword, org-drawer, org-column, org-warning)
19403         (org-archived, org-todo, org-done, org-headline-done, org-table)
19404         (org-formula, org-code, org-agenda-structure)
19405         (org-scheduled-today, org-scheduled-previously)
19406         (org-upcoming-deadline, org-time-grid): Call `org-compatible-face'
19407         in the new way.
19408         (org-get-heading): New argument NO-TAGS.
19409         (org-fast-tag-selection-include-todo): Made defvar instead of
19410         defcustom, feature is not deprecated.
19411         (org-remember-store-without-prompt): New default value t.
19412         (org-todo-log-states): New variable.
19413         (org-set-regexps-and-options): #+TODO is an alias for SEQ_TODO.
19414         Compute the log states.
19415         (org-goto-map): More commands copied from global map.  Also bind
19416         `org-occur'.
19417         (org-goto): Made into a general lookup command.
19418         (org-get-location): Complete rewrite.
19419         (org-goto-exit-command): New variable.
19420         (org-goto-selected-point): New variable.
19421         (org-goto-ret, org-goto-left, org-goto-right, org-goto-quit):
19422         Set the new variables.
19423         (org-paste-subtree): Whitespace insertion strategy revised.
19424         (org-remember-apply-template): Protect v-A from the possibility
19425         that v-a might be nil.
19426         (org-remember-handler): Insertion rules revised.
19427         (org-todo): Respect org-todo-log-states.
19428         (org-up-heading-safe): New function.
19429         (org-entry-get-with-inheritance): Use `org-up-heading-safe'.
19431 2007-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
19433         * progmodes/cc-cmds.el (c-indent-line-or-region): Only indent the
19434         region if in transient-mark-mode.
19436 2007-09-26  Juanma Barranquero  <lekktu@gmail.com>
19438         * calc/calc-ext.el (calc-init-extensions, calc-reset):
19439         * calc/calc-help.el (calc-full-help):
19440         * calc/calc-misc.el (another-calc):
19441         * calc/calc-store.el (calc-var-name-map):
19442         * calc/calc-stuff.el (calc-flush-caches):
19443         * calc/calc-units.el (math-build-units-table):
19444         * calc/calc.el (calc-digit-map, calc-dispatch-map, calc-mode)
19445         (calc-quit):
19446         * calendar/icalendar.el (icalendar--format-ical-event)
19447         (icalendar--convert-ical-to-diary):
19448         * emacs-lisp/authors.el (authors):
19449         * emacs-lisp/cust-print.el (custom-print-install)
19450         (custom-print-uninstall):
19451         * emacs-lisp/disass.el (disassemble-1):
19452         * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
19453         * emacs-lisp/edebug.el (byte-compile-resolve-functions):
19454         * emacs-lisp/elint.el (elint-current-buffer, elint-check-defun-form)
19455         (elint-check-let-form, elint-check-condition-case-form)
19456         (elint-initialize):
19457         * emacs-lisp/elp.el (elp-results):
19458         * emacs-lisp/generic.el (generic-mode-internal):
19459         * emacs-lisp/re-builder.el (reb-delete-overlays):
19460         * emacs-lisp/regi.el (regi-interpret):
19461         * emacs-lisp/sregex.el (sregex--char-aux):
19462         * emulation/cua-rect.el (cua--deactivate-rectangle)
19463         (cua--highlight-rectangle, cua--rectangle-post-command):
19464         * emulation/viper-keym.el (viper-toggle-key, viper-ESC-key):
19465         * emulation/viper-macs.el (viper-describe-kbd-macros)
19466         (viper-describe-one-macro):
19467         * emulation/viper-util.el (viper-setup-master-buffer):
19468         * emulation/viper.el (set-viper-state-in-major-mode):
19469         * international/mule-diag.el (describe-current-coding-system):
19470         * language/ethio-util.el (ethio-fidel-to-sera-buffer):
19471         * mail/emacsbug.el (report-emacs-bug):
19472         * net/ange-ftp.el (ange-ftp-call-chmod, ange-ftp-parse-bs2000-listing):
19473         * obsolete/hilit19.el (hilit-unhighlight-region)
19474         (hilit-set-mode-patterns):
19475         * play/solitaire.el (solitaire-check, solitaire-solve):
19476         * play/zone.el (zone-pgm-rotate):
19477         * progmodes/ada-mode.el (ada-save-exceptions-to-file):
19478         * progmodes/ada-prj.el (ada-prj-display-page):
19479         * progmodes/delphi.el (delphi-search-directory, delphi-find-unit-file)
19480         (delphi-debug-mode-map, delphi-mode-map, delphi-mode):
19481         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-view-exit-fn)
19482         (ebrowse-member-mode, ebrowse-save-tree-as, ebrowse-save-class):
19483         * progmodes/sh-script.el (sh-make-vars-local)
19484         (sh-reset-indent-vars-to-global-values):
19485         * progmodes/sql.el (top):
19486         * progmodes/vhdl-mode.el (vhdl-set-style, vhdl-regress-line):
19487         * progmodes/xscheme.el (top):
19488         * textmodes/artist.el (artist-mt-get-symbol-from-keyword-sub)
19489         (artist-go-retrieve-from-symbol-sub, artist-go-get-symbol-shift-sub)
19490         (artist-fc-retrieve-from-symbol-sub, artist-vaporize-line)
19491         (artist-vaporize-lines, artist-ellipse-compute-fill-info)
19492         (artist-submit-bug-report):
19493         * textmodes/flyspell.el (flyspell-delay-commands)
19494         (flyspell-deplacement-commands):
19495         * textmodes/table.el (table--generate-source-epilogue, table-insert)
19496         (table--generate-source-cells-in-a-row, table--make-cell-map)
19497         (*table--cell-describe-bindings): Use `mapc' rather than `mapcar'.
19499 2007-09-25  Juanma Barranquero  <lekktu@gmail.com>
19501         * allout.el (produce-allout-mode-map, allout-process-exposed):
19502         * ansi-color.el (ansi-color-make-color-map):
19503         * autoinsert.el (auto-insert):
19504         * bookmark.el (bookmark-bmenu-list, bookmark-show-all-annotations):
19505         * dired-aux.el (dired-create-files):
19506         * dired.el (dired-restore-desktop-buffer):
19507         * ediff-diff.el (ediff-setup-fine-diff-regions):
19508         * ediff-mult.el (ediff-intersect-directories)
19509         (ediff-redraw-directory-group-buffer, ediff-dir-diff-copy-file)
19510         (ediff-redraw-registry-buffer):
19511         * ediff-ptch.el (ediff-fixup-patch-map):
19512         * ediff-util.el (ediff-toggle-multiframe, ediff-toggle-use-toolbar)
19513         (ediff-really-quit, ediff-clear-diff-vector):
19514         * emerge.el (emerge-really-quit):
19515         * ffap.el (ffap-replace-file-component):
19516         * filecache.el (file-cache-add-directory)
19517         (file-cache-add-directory-recursively)
19518         (file-cache-add-from-file-cache-buffer, file-cache-delete-file-regexp)
19519         (file-cache-delete-directory, file-cache-files-matching-internal)
19520         (file-cache-display):
19521         * files.el (cd):
19522         * find-lisp.el (find-lisp-insert-directory):
19523         * finder.el (finder-compile-keywords):
19524         * help.el (view-emacs-news):
19525         * hi-lock.el (hi-lock-write-interactive-patterns):
19526         * ido.el (ido-to-end, ido-set-matches-1):
19527         * image-dired.el (image-dired-display-thumbs, image-dired-remove-tag)
19528         (image-dired-mark-tagged-files):
19529         * jka-cmpr-hook.el (jka-compr-get-compression-info):
19530         * printing.el (pr-eval-local-alist, pr-eval-setting-alist):
19531         * ps-print.el (ps-background, ps-begin-file)
19532         (ps-build-reference-face-lists):
19533         * simple.el (clone-buffer):
19534         * startup.el (command-line):
19535         * tempo.el (tempo-insert-template, tempo-is-user-element)
19536         (tempo-forward-mark, tempo-backward-mark):
19537         * woman.el (woman-dired-define-keys): Use `mapc' rather than `mapcar'.
19539 2007-09-25  Glenn Morris  <rgm@gnu.org>
19541         * textmodes/tex-mode.el (tex-font-script-display): Doc fix.
19543         * view.el (view-search-no-match-lines): Add a doc string.
19544         Rewrite to simplify and work better.
19546 2007-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
19548         * progmodes/cc-mode.el (c-mode-base-map):
19549         Use c-indent-line-or-region instead of c-indent-line.
19551         * indent.el (indent-for-tab-command): First check if the region is
19552         active.
19554 2007-09-24  Michaël Cadilhac  <michael@cadilhac.name>
19556         * whitespace.el (whitespace-tickle-timer): Don't install the timer if
19557         whitespace-rescan-timer-time is 0.
19559 2007-09-24  Karl Berry  <karl@gnu.org>
19561         * international/mule.el (coding-system-base): Fix doc string grammar.
19563 2007-09-24  Michael Albinus  <michael.albinus@gmx.de>
19565         * net/tramp.el (tramp-completion-mode-p): Rename from
19566         `tramp-completion-mode'.  Revert logic, check `return', `newline'
19567         and such alike.  Packages like Icicles tend to use other completion
19568         characters but `tab' and `space' only.
19570 2007-09-24  Adam Hupp  <adam@hupp.org>
19572         * progmodes/python.el (run-python): Import emacs module without
19573         waiting; prevents lockup on error.
19575 2007-09-23  Richard Stallman  <rms@gnu.org>
19577         * mail/sendmail.el (mail-bury): Delete the frame
19578         if this frame looks like it was made for this message.
19580         * completion.el (completion-separator-self-insert-command)
19581         (completion-separator-self-insert-autofilling):
19582         If `self-insert-command' has been remapped, use the substitute.
19584         * simple.el (copy-region-as-kill): Doc fix.
19586         * textmodes/org.el (org-confirm-shell-link-function)
19587         (org-confirm-elisp-link-function): Doc fixes.
19589 2007-09-23  Glenn Morris  <rgm@gnu.org>
19591         * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
19593 2007-09-23  Dan Nicolaescu  <dann@ics.uci.edu>
19595         * term/w32-win.el (w32-drag-n-drop): Use mapc instead of mapcar.
19597         * term/tvi970.el (terminal-init-tvi970): Likewise.
19599         * term/sun-mouse.el (print-mouse-format): Likewise.
19601         * term/sun.el (scroll-down-in-place, scroll-up-in-place):
19602         Use forward-line instead of previous-line and next-line.
19604 2007-09-22  Juri Linkov  <juri@jurta.org>
19606         * textmodes/org.el (org-confirm-shell-link-function): Doc fix.
19608         * tutorial.el (tutorial--default-keys): Update standard bindings:
19609         rename `iconify-or-deiconify-frame' to `suspend-frame',
19610         and `save-buffers-kill-emacs' to `save-buffers-kill-terminal'.
19612 2007-09-22  Juri Linkov  <juri@jurta.org>
19614         * startup.el (fancy-startup-text, fancy-about-text, fancy-startup-tail):
19615         Add help-echo to external links and to links without description.
19616         (fancy-splash-insert): Use help-echo from the 3rd element of the
19617         link specification list, or "Follow this link" if it's nil.  Doc fix.
19619 2007-09-22  Juri Linkov  <juri@jurta.org>
19621         * startup.el (command-line): Rename `inhibit-startup-message' to
19622         `inhibit-startup-screen'.
19623         (fancy-about-text): Use shorter label for "Ordering Manuals".
19624         (fancy-startup-tail): Add optional arg `concise'.  When `concise'
19625         is nil, display a line with "To start..." and 3 links to useful
19626         tasks.  Display the "Dismiss" button and "Don't show this message
19627         again" only when concise is non-nil.
19628         (fancy-startup-screen): Call `fancy-startup-tail' with optional
19629         arg `concise'.  If CONCISE is non-nil, display a concise version
19630         of the splash screen in another window.  Otherwise, switch to the
19631         startup buffer in the same window.
19632         (startup-echo-area-message): Change displayed binding from
19633         C-h C-p (describe-project) to C-h C-a (about-emacs), and change
19634         text "about the GNU system and GNU/Linux" to "about GNU Emacs and
19635         the GNU system".
19636         (display-startup-screen): Fix buffer name from "*About GNU Emacs*"
19637         to "*GNU Emacs*".
19638         (display-about-screen): Don't check the existence of the buffer
19639         "*About GNU Emacs*".
19640         (display-splash-screen): Make alias to `display-startup-screen'.
19641         (command-line-1): Rename `inhibit-startup-message' to
19642         `inhibit-startup-screen'.  Inhibit startup screen when Emacs is
19643         started with command line options "-f", "-funcall", "-e", "-eval",
19644         "-execute", "-insert", "-find-file", "-file", "-visit".
19645         Inhibit startup screen when Emacs is started with a file name only
19646         on tty (i.e. don't inhibit it when started with a file name like
19647         "emacs FILE..." on a window system).
19648         (command-line-1): Simplify logic of displaying the startup screen:
19649         if file-count > 0, then display the concise version in another
19650         window, otherwise display full version in the same window.
19652         * help.el (help-map): Bind C-h C-a to about-emacs.
19653         (help-for-help-internal): Add C-a description to C-h help text.
19655 2007-09-22  Dan Nicolaescu  <dann@ics.uci.edu>
19657         * emacs-lisp/checkdoc.el (checkdoc-force-docstrings-flag)
19658         (checkdoc-permit-comma-termination-flag): Autoload the
19659         safe-local-variable setting.
19661         * bookmark.el (bookmark-xemacsp): Remove.
19662         (bookmark-make): Don't use bookmark-xemacsp,
19663         use (featurep 'xemacs) instead.
19665         * speedbar.el (speedbar-frame-mode)
19666         (speedbar-frame-reposition-smartly)
19667         (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
19668         (speedbar-check-vc): Remove use of non-existent variable
19669         dframe-xemacsp, use (featurep 'xemacs) instead.
19671         * indent.el (indent-for-tab-command): Indent the region if
19672         transient-mark-mode and the region is active.
19674 2007-09-21  Francesco Potortì  <pot@gnu.org>
19676         * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
19677         add inferior-octave-directory-tracker to the buffer-local value
19678         of comint-input-filter-functions.
19680 2007-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
19682         * xt-mouse.el (xterm-mouse-mode): Re-enable suspend-tty-functions.
19684 2007-09-21  Juanma Barranquero  <lekktu@gmail.com>
19686         * frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
19687         on w32 frames.
19689 2007-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19691         * startup.el (normal-top-level): Remove DISPLAY from
19692         process-environment to let it be computed dynamically in callproc.c.
19694         * frame.el (frame-initialize, make-frame):
19695         * faces.el (tty-set-up-initial-frame-faces):
19696         * env.el (setenv): Don't set display-environment-variable.
19698         * server.el (server-getenv-from): Remove.  Use getenv-internal instead.
19699         (server-create-tty-frame): Don't set unused `tty' property.
19700         Set `display' instead of display-environment-variable.
19701         (server-create-window-system-frame): No display-environment-variable.
19703 2007-09-21  Michael Albinus  <michael.albinus@gmx.de>
19705         * rfn-eshadow.el (rfn-eshadow-setup-minibuffer-hook)
19706         (rfn-eshadow-update-overlay-hook): New defvars.
19707         (rfn-eshadow-setup-minibuffer, rfn-eshadow-update-overlay):
19708         Run the hooks.
19710         * net/tramp.el (tramp-rfn-eshadow-overlay): New defvar.
19711         (tramp-rfn-eshadow-setup-minibuffer)
19712         (tramp-rfn-eshadow-update-overlay): New defuns.  Hook into
19713         rfn-eshadow.el.
19715         * net/tramp-smb.el (tramp-smb-errors): Add error message for call
19716         timeout.
19718 2007-09-21  Glenn Morris  <rgm@gnu.org>
19720         * obsolete/sun-fns.el (emacs-quit-menu): Remove emacstool-related code.
19721         * term/sun-mouse.el (suspend-emacstool): Remove.
19722         * term/sun.el: Remove emacstool-related code.
19724         * emacs-lisp/bytecomp.el (byte-compile-warnings)
19725         (byte-compile-warnings-safe-p): Add `mapcar'.
19726         (byte-compile-warning-types): Add mapcar and make-local.
19727         (byte-compile-normal-call): Add option to suppress mapcar warning.
19728         (top-level): Use mapc rather than mapcar in eval-when-compile.
19730         * textmodes/tex-mode.el (tex-validate-region): Handle escaped parens.
19731         (tex-next-unmatched-eparen, tex-last-unended-eparen): New functions.
19732         (latex-forward-sexp-1, latex-backward-sexp-1): Doc fix.
19733         Handle escaped parens.
19734         (latex-forward-sexp): Doc fix.
19736         * eshell/esh-mode.el (eshell-output-filter-functions):
19737         Add eshell-postoutput-scroll-to-bottom.
19739         * loadup.el: Remove termdev.
19741         * progmodes/fortran.el (fortran-mode-abbrev-table, fortran-line-length):
19742         * progmodes/f90.el (f90-mode-abbrev-table): Use mapc rather than mapcar.
19744 2007-09-21  Markus Triska  <markus.triska@gmx.at>
19746         * emacs-lisp/bytecomp.el (byte-compile-normal-call): Warn when
19747         `mapcar' is called for effect.
19749 2007-09-21  Kevin Ryde  <user42@zip.com.au>
19751         * international/mule.el (sgml-html-meta-auto-coding-function):
19752         Bind `case-fold-search' to t.
19754 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19756         * termdev.el: Remove.
19758         * frame.el (get-device-terminal): New function.  Moved from termdev.el.
19759         (frames-on-display-list): Use it.
19761         * bindings.el: Bind C-z to suspend-frame instead of suspend-emacs.
19763         * termdev.el (terminal-id): Ask terminal-live-p before giving up.
19765 2007-09-20  Richard Stallman  <rms@gnu.org>
19767         * newcomment.el (comment-add): If EXTRA, double `comment-add' value.
19769 2007-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19771         * add-log.el (add-log-current-defun): Fix thinko w.r.t derived-mode-p.
19773 2007-09-20  Glenn Morris  <rgm@gnu.org>
19775         * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
19776         motion functions, rather than hard-coding "\n\n".
19777         (tex-validate-region): Check for eobp, to speed up.
19778         (tex-next-unmatched-end): Doc fix.
19780 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19782         * files.el (auto-mode-alist): Use archive-mode for .rar files.
19784         * international/mule.el (auto-coding-alist): Rar archives are binary.
19786         * arc-mode.el: Add basic support for Rar.
19787         (archive-find-type): Recognize Rar's signature.
19788         (archive-desummarize): New fun.
19789         (archive-summarize): Use it to restore the buffer's data in case
19790         someone wants to switch to some other major mode.
19791         (archive-resummarize): Use it as well.
19792         (archive-rar-summarize, archive-rar-extract): New functions.
19794         * filesets.el: Remove spurious * in docstrings.
19795         (filesets-running-xemacs): Remove.  Use (featurep 'xemacs) instead.
19796         (filesets-conditional-sort): Remove unused arg `simply-do-it'.
19797         (filesets-ingroup-collect): Remove unused arg `depth'.
19798         (filesets-update): Remove unused arg `version'.
19800         * finder.el (finder-compile-keywords): Fix up comment style.
19801         (finder-mouse-face-on-line): previous-line -> forward-line.
19803         * recentf.el: Remove spurious * in docstrings.
19804         (recentf-save-list): Fix up comment style.
19806         * progmodes/octave-mod.el: Remove spurious * in docstrings.
19807         (octave-mode-map): Move init into declaration and remove \t binding.
19808         (octave-mode-startup-message): Remove unused var.
19809         (octave-scan-blocks): Remove unused arg `from'.
19810         (octave-forward-block, octave-down-block, octave-up-block):
19811         Update callers.
19813         * progmodes/meta-mode.el (meta-mode-syntax-table): Move init into decl.
19814         (meta-mode-map): Likewise and remove \t binding.
19816         * net/snmp-mode.el: Remove spurious * in docstrings.
19817         (snmp-rfc1155-types, snmp-rfc1213-types, snmp-rfc1902-types)
19818         (snmp-rfc1903-types, snmp-rfc1155-access, snmp-rfc1902-access)
19819         (snmp-rfc1212-status, snmp-rfc1902-status): Remove list wrappers now
19820         that completion accepts lists of strings.
19821         (snmp-mode-syntax-table): Move initialization into declaration.
19822         (snmp-mode-map): Likewise and remove \t binding.
19823         (snmp-common-mode): Set tab-always-indent according to snmp-t-a-i.
19824         (snmp-indent-line, snmp-mode-imenu-create-index): Remove unused var.
19825         (snmp-indent-command): Remove.
19827         * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Use the default TAB
19828         binding, so tab-always-indent works right.
19830 2007-09-19  Johannes Weiner  <hannes@saeurebad.de>
19832         * net/browse-url.el (browse-url-elinks-new-window): New function.
19833         (browse-url-elinks): Use browse-url-elinks-new-window.
19834         Accept optional second argument `new-window'.  Fix typo in doc-string.
19835         (browse-url-elinks-sentinel): Use browse-url-elinks-new-window.
19836         Improve error message.
19838 2007-09-19  Michaël Cadilhac  <michael@cadilhac.name>
19840         * net/browse-url.el (browse-url-url-encode-chars): Use the right
19841         parameter name in the function body.
19842         Reported by Johannes Weiner.
19844 2007-09-19  Glenn Morris  <rgm@gnu.org>
19846         * net/socks.el (socks-open-network-stream): Signal an explicit
19847         error if the port associated with a service string can't be found.
19849         * textmodes/tex-mode.el (tex-terminate-paragraph):
19850         Use backward-paragraph.
19852 2007-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19854         * server.el (server-running-p): New function.
19856 2007-09-18  Jason Rumney  <jasonr@gnu.org>
19858         * term/w32-win.el (w32-focus-frame): Make obsolete alias for
19859         x-focus-frame.
19861         * frame.el (select-frame-set-input-focus, select-frame-by-name):
19862         Use x-focus-frame for w32.
19864 2007-09-17  David Kastrup  <dak@gnu.org>
19866         * textmodes/tex-mode.el (tex-verbatim-environments):
19867         Eliminate CL dependency.
19869 2007-09-17  Richard Stallman  <rms@gnu.org>
19871         * newcomment.el (comment-add): New arg EXTRA.
19872         (comment-region-default): Pass EXTRA if not indenting lines.
19874 2007-09-17  Michaël Cadilhac  <michael@cadilhac.name>
19876         * net/browse-url.el (browse-url-url-encode-chars): New function.
19877         URL-encode some chars in a string.
19878         (browse-url-encode-url): Rewrite using the previous function.
19879         (browse-url-file-url): Use `browse-url-url-encode-chars'.
19880         (browse-url-elinks-sentinel): Fix typo.
19881         (browse-url-new-window-flag): Doc change.
19883 2007-09-17  Glenn Morris  <rgm@gnu.org>
19885         * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
19886         filename from `--file-line-error', if it is available.
19888 2007-09-17  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
19890         * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
19891         TeX `--file-line-error' format.
19893 2007-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
19895         * xt-mouse.el: Delete add-hook calls that were moved to
19896         xterm-mouse-mode.
19897         (xterm-mouse-mode): Disable resume-tty-functions, explain why it
19898         does not work.
19900 2007-09-17  Richard Stallman  <rms@gnu.org>
19902         * cus-face.el (custom-theme-set-faces): Undo previous change.
19904         * faces.el (face-spec-set): When FRAME nil, look up each frame in SPEC.
19906 2007-09-17  Glenn Morris  <rgm@gnu.org>
19908         * textmodes/tex-mode.el (tex-region): Simplify previous change,
19909         handling the case where the region is not in `tex-main-file'.
19910         (tex-region-1): Delete.
19911         (tex-region-header): New function, doing the header part of the
19912         old tex-region-1.
19914 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19916         * simple.el (newline): Simplify use of prefix-numeric-value.
19917         (line-move-partial): Remove unused var `ppos'.
19918         (line-move-1): Replace 9999 with most-positive-fixnum.
19919         (move-end-of-line): Use more efficient single-property search.
19920         (move-beginning-of-line): Remove unused var `start'.
19921         (blink-matching-open): Restructure in a more functional style.
19923 2007-09-16  Michaël Cadilhac  <michael@cadilhac.name>
19925         * calendar/holidays.el (list-holidays): Remove the cyclic alias.
19927 2007-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19929         * server.el (server-clients): Only keep procs, no properties any more.
19930         (server-client): Remove.
19931         (server-client-get, server-client-set): Remove, replace all callers by
19932         process-get and process-put resp.
19933         (server-clients-with, server-add-client, server-delete-client)
19934         (server-create-tty-frame, server-create-window-system-frame)
19935         (server-process-filter, server-execute, server-visit-files)
19936         (server-buffer-done, server-kill-buffer-query-function)
19937         (server-kill-emacs-query-function, server-switch-buffer)
19938         (server-save-buffers-kill-terminal): Update accordingly.
19940         * server.el (server-with-environment): Simplify.
19941         (server-select-display, server-unselect-display): Re-add functions that
19942         seem to have been lost in the multi-tty merge.
19943         (server-eval-and-print, server-create-tty-frame)
19944         (server-create-window-system-frame, server-goto-toplevel)
19945         (server-execute, server-return-error): New functions extracted from
19946         server-process-filter.
19947         (server-execute-continuation): New functions.
19948         (server-process-filter): Restructure so that all arguments are analysed
19949         first and then acted upon in a subsequent stage.  This way
19950         server-goto-toplevel can be executed later, when we know if
19951         it's necessary.
19952         Remove the "-version" and "-version-good" support.
19954 2007-09-16  Drew Adams  <drew.adams@oracle.com>
19956         * cus-edit.el (custom-face-edit-activate): Doc fix.
19958 2007-09-16  Glenn Morris  <rgm@gnu.org>
19960         * calendar/cal-menu.el, calendar/calendar.el, calendar/diary-lib.el:
19961         Following cal-bahai renaming, update all instances of
19962         list-bahai-diary-entries to diary-bahai-list-entries,
19963         mark-bahai-diary-entries to diary-bahai-mark-entries,
19964         calendar-goto-bahai-date to calendar-bahai-goto-date,
19965         insert-bahai-diary-entry to diary-bahai-insert-entry,
19966         insert-monthly-bahai-diary-entry to diary-bahai-insert-monthly-entry,
19967         insert-yearly-bahai-diary-entry to diary-bahai-insert-yearly-entry, and
19968         calendar-print-bahai-date to calendar-bahai-print-date.
19970         * textmodes/tex-mode.el (tex-region): Handle the case where the
19971         region is not in `tex-main-file'.  Move the old code that applies
19972         to both cases...
19973         (tex-region-1): ...to this new function.
19975 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
19977         * vc.el (vc-process-sentinel): New function.
19978         (vc-exec-after): Use it instead of using ugly hackish analysis and
19979         construction of Elisp code.
19980         (vc-sentinel-movepoint): New dynamically scoped var.
19981         (vc-print-log, vc-annotate): Set it to move the user's point.
19983         * vc-cvs.el (vc-cvs-annotate-time): Use inhibit-read-only and
19984         inhibit-modification-hooks.
19986         * calendar/cal-bahai.el (mark-bahai-diary-entries): Fix up typo.
19987         (calendar-bahai-print-date, calendar-bahai-goto-date)
19988         (diary-bahai-list-entries, diary-bahai-insert-entry):
19989         New names to clean up the namespace a bit more.
19990         (calendar-goto-bahai-date, calendar-print-bahai-date): Compat aliases.
19992 2007-09-15  Glenn Morris  <rgm@gnu.org>
19994         * calendar/holidays.el (holiday-list): Rename it back to
19995         `list-holidays', but leave `holiday-list' as an alias.
19997         * textmodes/bibtex-style.el (bibtex-style-indent-basic): Specify a
19998         custom group.
20000         * textmodes/css-mode.el (css): New custom group.
20001         (css-electrick-keys, css-selector, css-property)
20002         (css-indent-offset): Specify custom group.
20004 2007-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
20006         * pcvs.el (cvs-tags-list, cvs-retrieve-revision, cvs-find-modif)
20007         (cvs-execute-single-file): Use process-file.
20008         (cvs-run-process): Use start-file-process.
20010 2007-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
20012         * xt-mouse.el (xterm-mouse-mode): Add hooks here not at the top
20013         level.  Remove the hooks when turning off the mode.
20015         * term/xterm.el: Require xt-mouse at compile time.
20016         (terminal-init-xterm): Turn on xterm mouse tracking for this
20017         terminal if xterm-mouse-mode is enabled.
20019 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
20021         * term/xterm.el (xterm-function-map): Replace bindings that were
20022         deleted by the merge.
20024 2007-09-14  Ulf Jasper  <ulf.jasper@web.de>
20026         * play/bubbles.el (bubbles-version): Bump value to "0.5".
20027         (bubbles-mode-map): Move define-key statements here.
20028         (bubbles-game-theme-menu): Ditto.
20029         (bubbles-graphics-theme-menu): Ditto.
20030         (bubbles-menu): Ditto.
20031         (bubbles-mode): Initialize buffer-undo-list, redisplay.
20032         (bubbles--initialize): Reset buffer-undo-list, redisplay.
20033         (bubbles-plop): Set buffer-undo-list, redisplay.
20034         (bubbles-undo): Reset buffer-undo-list, redisplay.
20035         (bubbles--show-images): Take care of missing text properties.
20037 2007-09-14  Glenn Morris  <rgm@gnu.org>
20039         * startup.el (fancy-startup-text, fancy-about-text): Fix face
20040         quoting.
20042         * calendar/cal-hebrew.el, calendar/cal-menu.el
20043         * calendar/calendar.el, calendar/diary-lib.el
20044         * calendar/holidays.el: Rename all instances of
20045         list-calendar-holidays callers to calendar-list-holidays,
20046         list-holidays to holiday-list, check-calendar-holidays to
20047         calendar-check-holidays, mark-calendar-holidays to
20048         calendar-mark-holidays, and filter-visible-calendar-holidays to
20049         holiday-filter-visible-calendar.
20051 2007-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
20053         * term/xterm.el (xterm-function-map): Add C-M- bindings.
20055 2007-09-13  Sascha Wilde  <wilde@sha-bang.de>  (tiny change)
20057         * play/bubbles.el (bubbles--initialize-images): Fix bug:
20058         Use transparent background for empty cells in graphics mode.
20060 2007-09-13  Jari Aalto  <jari.aalto@cante.net>
20062         * man.el (Man-default-man-entry): At end of line, continue looking
20063         to the next line for possible end of hyphenated command.
20065 2007-09-13  Chris Moore  <dooglus@gmail.com>
20067         * shell.el (shell-resync-dirs): Don't move the cursor relative to
20068         the command being edited.
20070 2007-09-12  Jim Meyering  <jim@meyering.net>  (tiny change)
20072         * emacs-lisp/copyright.el (copyright-names-regexp): Doc fix: typo.
20074 2007-09-12  Dan Nicolaescu  <dann@ics.uci.edu>
20076         * term/xterm.el (xterm-function-map): Add bindings for M-S- and
20077         C-M-S- keys.
20079         * term/rxvt.el (rxvt-function-map): Initialize in the declaration.
20081 2007-09-12  Michaël Cadilhac  <michael@cadilhac.name>
20083         * net/browse-url.el (browse-url-encode-url): Fix an infinite loop.
20084         New argument `filename-p' to use one set of confusing chars or another.
20085         (browse-url-file-url): Use the argument.
20086         Suggested by Johannes Weiner.
20088 2007-09-12  Romain Francoise  <romain@orebokech.com>
20090         * cus-start.el (all): Revert 2007-09-08 change.
20092 2007-09-12  Aaron Hawley  <aaronh@garden.org>
20094         * jka-cmpr-hook.el (jka-compr-compression-info-list): Use gzip to
20095         extract .Z files, since it is more common than uncompress.
20097 2007-09-12  Glenn Morris  <rgm@gnu.org>
20099         * textmodes/org-publish.el (org-publish-org-to-html): Remove
20100         duplicate function definition.
20102 2007-09-10  Chris Moore  <dooglus@gmail.com>
20104         * diff-mode.el (diff-sanity-check-hunk):
20105         Also accept single-line hunks.
20107 2007-09-10  Chong Yidong  <cyd@stupidchicken.com>
20109         * startup.el (startup-screen-inhibit-startup-screen)
20110         (pure-space-overflow-message): New vars.
20111         (fancy-splash-insert): Allow functions for face and link specs.
20112         (fancy-splash-head): Remove unused arg.  Move splash text...
20113         (fancy-startup-text, fancy-about-text): ...here.
20114         (fancy-startup-tail): Rename from fancy-splash-tail.
20115         (fancy-startup-screen, fancy-about-screen): Split off from
20116         fancy-splash-screens.
20117         (display-startup-screen): New function.
20118         (display-about-screen): Rename from display-splash-screen.
20119         (command-line-1): Use concise startup screen if necessary.
20121 2007-09-10  Thien-Thi Nguyen  <ttn@gnuvola.org>
20123         * net/browse-url.el (browse-url-encode-url): Use copy-sequence.
20124         Reported by Jan Djärv <jan.h.d@swipnet.se>.
20126 2007-09-10  Dave Love  <fx@gnu.org>
20128         * outline.el (outline-4, outline-5, outline-7):
20129         Move font-lock-builtin-face down from 4 to 7 to better keep the
20130         progression of color brightness, and to better match Org-mode's faces.
20132 2007-09-10  Michaël Cadilhac  <michael@cadilhac.name>
20134         * progmodes/meta-mode.el (meta-font-lock-keywords)
20135         (font-lock-match-meta-declaration-item-and-skip-to-next)
20136         (meta-comment-indent, meta-indent-previous-line)
20137         (meta-indent-unfinished-line, meta-beginning-of-defun)
20138         (meta-end-of-defun, meta-common-initialization): Handle \f.
20139         (meta-indent-unfinished-line): Do not handle a `%' in a string as
20140         a comment-start.
20142         * files.el (file-modes-char-to-who, file-modes-char-to-right)
20143         (file-modes-rights-to-number): Auxiliary functions for symbolic to
20144         numeric notation of file modes.
20145         (file-modes-symbolic-to-number): New.  Convert symbolic modes to its
20146         numeric value.
20147         (read-file-modes): New.  Read either an octal value of a file mode or a
20148         symbolic value, and return its numeric value.
20150         * dired-aux.el (dired-do-chmod): Change to use the built-in
20151         `set-file-modes' and the previous symbolic mode parsing functions.
20153 2007-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20155         * textmodes/texinfo.el: Remove spurious * in docstrings.
20156         (texinfo-mode-syntax-table, texinfo-mode-map):
20157         Initialize in the declaration.
20159         * tmm.el: Remove spurious * in docstrings.
20160         (tmm-prompt): Use with-current-buffer.
20162         * vcursor.el: Remove spurious * in docstrings.
20163         (vcursor-map): Initialize in the declaration.
20164         (vcursor-use-vcursor-map): Use define-minor-mode.
20165         (vcursor-toggle-vcursor-map): Keep as an obsolete alias.
20167         * wid-browse.el (widget-browse-mode-map, widget-minor-mode-map):
20168         Initialize in the declaration.
20169         (widget-minor-mode): Use define-minor-mode.
20171         * woman.el (woman-mode-map, woman-syntax-table):
20172         Initialize in the declaration.
20174 2007-09-09  Tassilo Horn  <tassilo@member.fsf.org>
20176         * doc-view.el: New file.
20178 2007-09-09  Juri Linkov  <juri@jurta.org>
20180         * Makefile.in (update-authors): Add etc/ to AUTHORS.
20182         * makefile.w32-in (update-authors): Add etc/ to AUTHORS.
20184         * startup.el (initial-buffer-choice): Rename choice "Splash screen"
20185         to "Startup screen".  Fix docstring.
20186         (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
20187         (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
20188         (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
20189         (initial-scratch-message): Fix docstring.
20190         (fancy-startup-text): Move link to Emacs Manual below Emacs Guided
20191         Tour (which is a kind of tutorial and will be next to Emacs Tutorial).
20192         Add link to "Customize Startup" and set interval between links to
20193         5 spaces.
20194         (fancy-about-text): Add links "Authors" and "Contributing".
20195         (fancy-splash-head): Add text "Welcome to " on the startup screen,
20196         and "This is " on the about screen.  Add link to
20197         "http://www.gnu.org/software/emacs/" for "GNU Emacs".
20198         For the about screen move emacs version to the header from
20199         `fancy-splash-tail' (as it's done already for normal about screen).
20200         (fancy-splash-tail): Insert emacs version only for startup screen.
20201         (normal-splash-screen): Remove duplicate empty lines.
20202         (normal-about-screen): Add links "Authors" and "Contributing".
20204         * menu-bar.el (menu-bar-help-menu):
20205         Move "About Emacs" and "About GNU" to the end of the Help menu.
20206         Move "Emacs Psychotherapist" after "Send Bug Report...".
20207         Move "External Packages" after "Find Emacs Packages".
20209 2007-09-09  Michael Albinus  <michael.albinus@gmx.de>
20211         * net/tramp.el (top): Remove declarations of `tramp-gw-*' symbols,
20212         they are useless with the byte compiler.
20213         (tramp-make-temp-file, tramp-make-tramp-temp-file): Move up.
20214         (tramp-do-copy-or-rename-file-directly): Rearrange let-bindings.
20215         (tramp-compute-multi-hops): Mask `tramp-gw-*' symbols.
20216         (tramp-file-name-real-host, tramp-file-name-port)
20217         (tramp-find-method, tramp-find-user, tramp-find-host): Make them
20218         defuns.
20220         * net/tramp-cache.el (top): Improve error message when
20221         `tramp-persistency-file-name' is corrupted.
20223 2007-09-09  Carsten Dominik  <dominik@science.uva.nl>
20225         * textmodes/org.el (org-re): Also replace the :alpha: class.
20226         (org-todo-tag-alist): Variable removed.
20227         (org-todo-key-alist, org-todo-key-trigger): New variables.
20228         (org-use-fast-todo-selection): New option.
20229         (org-log-done): Docstring fixed.
20230         (org-deadline-warning-days): New default value 14.
20231         (org-edit-timestamp-down-means-later): New option.
20232         (org-tag-alist): Docstring fixed.
20233         (org-fast-tag-selection-include-todo): New option.
20234         (org-export-language-setup): New languages added.
20235         (org-set-regexps-and-options): Compute the new variables.
20236         (org-paste-subtree): Cleaning up.
20237         (org-remember-apply-template): New escape %A.
20238         (org-todo): Call fast TODO selection.
20239         (org-fast-todo-selection): New function.
20240         (org-add-log-note): Allow prefix for abort exit.
20241         (org-at-property-p, org-entry-properties)
20242         (org-columns-get-autowidth-alist): Use :alpha: class.
20243         (org-get-wdays): New function.
20244         (org-agenda-remove-date): New variable.
20245         (org-agenda-get-deadlines): Use `org-get-wdays'.
20246         (org-agenda-get-deadlines): Reverse ee before returning.
20247         (org-format-agenda-item): New argument REMOVE-RE.
20248         (org-agenda-convert-date): Baha'i calendar added.
20249         (org-infile-export-plist): Also find DATE line.
20250         (org-get-min-level): New function.
20251         (org-export-as-html, org-export-as-ascii): Use the date format.
20252         (org-shiftup, org-shiftdown): Use.
20253         `org-edit-timestamp-down-means-later'.
20254         (org-assign-fast-keys): New function.
20256 2007-09-08  Fredrik Axelsson  <f.axelsson@gmail.com>
20258         * cus-start.el (all): Add prefer-window-split-horizontally from
20259         window.c.
20261 2007-09-08  Eli Zaretskii  <eliz@gnu.org>
20263         * net/browse-url.el (browse-url-galeon): Fix last change.
20264         (top-level): Require cl when compiling.
20266 2007-09-08  Carsten Dominik  <dominik@science.uva.nl>
20268         * textmodes/org-export-latex.el: arch-tag restored.
20270         * textmodes/org-publish.el: arch-tag restored.
20272 2007-09-08  Masatake YAMATO  <jet@gyve.org>
20274         * progmodes/which-func.el (which-func-modes): Add diff-mode.
20276         * progmodes/cc-langs.el: Support new keywords added to
20277         objective-c frontend of gcc.
20278         (c-simple-stmt-kwds): Add @throw.
20279         (c-block-stmt-2-kwds): Add @synchronized.
20280         (c-block-stmt-1-kwds): Add @finally and @try.
20282 2007-09-07  Carsten Dominik  <dominik@science.uva.nl>
20284         * textmodes/org.el (org-edit-timestamp-down-means-later): New option.
20285         (org-agenda-after-show-hook): New variable.
20286         (org-columns-compile-format)
20287         (org-columns-get-autowidth-alist, org-buffer-property-keys)
20288         (org-entry-properties, org-at-property-p): Allow [:alnum:] in
20289         property names.
20290         (org-get-wdays): New function.
20292 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20294         * simple.el (normal-erase-is-backspace-setup-frame): Massage.
20296         * term/xterm.el (xterm-function-map): Initialize in the declaration.
20298         * vc-arch.el (vc-arch-checkin): Fix typo.
20300 2007-09-07  Johan Bockgård  <bojohan@gnu.org>
20302         * cus-face.el (custom-theme-set-faces): Set face attributes
20303         locally for each frame.
20305 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20307         * progmodes/fortran.el (fortran-mode): Set font-lock-syntactic-keywords
20308         via font-lock-defaults.
20310         * emacs-lisp/bytecomp.el (byte-compile-log-file): Check major-mode via
20311         derived-mode-p.
20313 2007-09-07  Thien-Thi Nguyen  <ttn@gnuvola.org>
20315         * progmodes/autoconf.el (autoconf-definition-regexp):
20316         Handle optional square brackets around definition name.
20318 2007-09-07  Johannes Weiner  <hannes@saeurebad.de>
20320         * net/browse-url.el (browse-url-browser-function): Add elinks.
20321         (browse-url-elinks-wrapper): New option.
20322         (browse-url-encode-url, browse-url-elinks)
20323         (browse-url-elinks-sentinel): New functions.
20324         (browse-url-file-url, browse-url-netscape, browse-url-mozilla)
20325         (browse-url-firefox, browse-url-galeon, browse-url-epiphany):
20326         Use new function browse-url-encode-url.
20328 2007-09-07  Glenn Morris  <rgm@gnu.org>
20330         * version.el (emacs-version): Revert 2007-08-29 change: no need to
20331         say if multi-tty is present.
20333 2007-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
20335         * cus-start.el (split-window-preferred-function): Add custom info.
20337         * calendar/holidays.el (holiday-list, calendar-check-holidays)
20338         (calendar-mark-holidays, calendar-list-holidays)
20339         (holiday-filter-visible-calendar): New names to clean up namespace.
20340         (filter-visible-calendar-holidays, list-calendar-holidays)
20341         (mark-calendar-holidays, check-calendar-holidays, list-holidays):
20342         Add compatibility aliases.
20343         (calendar-check-holidays, calendar-mark-holidays)
20344         (calendar-holiday-list, holiday-filter-visible-calendar): Use dolist.
20345         (holiday-sexp): Replace append with list.
20346         (holiday-filter-visible-calendar): Replace append with push.
20348         * woman.el: Remove spurious * in docstrings.
20349         (woman-mini-help, woman-non-underline-faces, woman0-rename)
20350         (woman-topic-all-completions-merge, woman-file-name-all-completions)
20351         (woman-select-symbol-fonts, woman-expand-directory-path): Use dolist.
20352         (woman-write-directory-cache, woman-display-extended-fonts)
20353         (WoMan-log-begin, WoMan-log-1): Use with-current-buffer.
20354         (woman-really-find-file): Use pop-to-buffer if switch-to-buffer fails.
20355         (woman-mode): Use inhibit-read-only.
20356         (woman-negative-vertical-space): Use dotimes.
20357         (woman2-tagged-paragraph, woman-tab-to-tab-stop): Use insert-char.
20359 2007-09-06  Romain Francoise  <romain@orebokech.com>
20361         * vc-bzr.el (vc-bzr-admin-lastrev): New defconst.
20362         (vc-bzr-workfile-version): Use it.
20364 2007-09-06  Sean O'Rourke  <sorourke@cs.ucsd.edu>
20366         * complete.el (PC-do-completion): Don't try to treat
20367         empty string as an abbreviation.
20369 2007-09-06  Johan Bockgård  <bojohan@dd.chalmers.se>
20371         * help-fns.el (describe-variable): Keep doc's text properties.
20373 2007-09-06  Dan Nicolaescu  <dann@ics.uci.edu>
20375         * vc.el (vc-default-diff-tree): Pass a list to the diff vc command
20376         instead of a file.
20378 2007-09-06  Glenn Morris  <rgm@gnu.org>
20380         * emacs-lisp/checkdoc.el (checkdoc-minor-mode-string): New.
20381         (checkdoc-minor-mode): Allow user to specify lighter via
20382         checkdoc-minor-mode-string.
20384 2007-09-05  Richard Stallman  <rms@gnu.org>
20386         * startup.el (fancy-startup-text): Rename from fancy-splash-text.
20387         Several items removed, simplified, or put on one line.
20388         (fancy-about-text): Add substantial contents, part of startup text.
20389         (fancy-splash-head): Make "GNU" or "GNU/Linux" a link.
20390         (normal-splash-screen): Call normal-mouse-startup-screen,
20391         normal-no-mouse-startup-screen, or normal-about-screen.
20392         (normal-mouse-startup-screen): New fn, broken out, shortened.
20393         (normal-no-mouse-startup-screen): New fn, broken out.
20394         (normal-about-screen): New function, contents all new.
20396 2007-09-05  Michaël Cadilhac  <michael@cadilhac.name>
20398         * emacs-lisp/rx.el (rx): Fix typo in docstring.
20400 2007-09-05  Glenn Morris  <rgm@gnu.org>
20402         * cus-edit.el (custom-buffer-create-internal): Check tool-bar-mode
20403         is bound.
20405 2007-09-05  Johan Bockgård  <bojohan@dd.chalmers.se>
20407         * emacs-lisp/advice.el (ad-make-advised-docstring): Highlight note
20408         in doc string.
20410 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
20412         * server.el (server-start, server-unload-hook): Undo previous change.
20414         * xt-mouse.el: Undo previous change.
20416 2007-09-04  Juri Linkov  <juri@jurta.org>
20418         * startup.el (fancy-about-text): New variable.
20419         (fancy-splash-delay, fancy-splash-max-time): Remove user options.
20420         (fancy-current-text, fancy-splash-stop-time)
20421         (fancy-splash-outer-buffer): Remove variables.
20422         (fancy-splash-head, fancy-splash-tail): Add new optional argument
20423         `startup' and use it to conditionally display different texts for
20424         Startup and About screens.  Don't display Help commands on the About
20425         screen.
20426         (fancy-splash-screens-1): Remove function and move its content to
20427         `fancy-splash-screens' to the part that dislpays the About screen.
20428         (exit-splash-screen): Don't treat specially exiting from
20429         alternating screens.
20430         (fancy-splash-screens): Rename argument `static' to `startup'.
20431         Fix docstring.  Remove code for displaying alternating screens.
20432         Use arg `startup' in calls to `fancy-splash-head', `fancy-splash-tail'.
20433         Remove let-bind for `fancy-splash-outer-buffer' and add let-bind
20434         for `inhibit-read-only'.
20435         (normal-splash-screen): Rename argument `static' to `startup'.
20436         Fix docstring.  Use argument `startup' to conditionally display
20437         different texts for Startup and About screens.  Don't display Help
20438         commands on the About screen.  Remove `unwind-protect' `sit-for'
20439         delay and `kill-buffer' after it.
20440         (display-startup-echo-area-message): Remove call to
20441         `use-fancy-splash-screens-p' because image.el is preloaded and
20442         doesn't display "Loading image... done".
20443         (display-splash-screen): Rename argument `static' to `startup'.
20444         Fix docstring.
20446 2007-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
20448         * server.el (server-start, server-unload-hook):
20449         suspend-tty-functions has been renamed to suspend-tty-hook.
20451         * xt-mouse.el: Likewise.  resume-tty-functions has been renamed to
20452         resume-tty-hook.
20454 2007-09-03  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
20456         * loadup.el: Fix merge problem, only load "button" once.
20458 2007-09-03  Glenn Morris  <rgm@gnu.org>
20460         * vc-svn.el (vc-svn-print-log): If there is only one file, use
20461         "Working file:" as the prefix, for the sake of
20462         log-view-current-file.
20464 2007-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
20466         * term/xterm.el (xterm-modify-other-keys-terminal-list): New variable.
20467         (xterm-turn-on-modify-other-keys): Only turn on modify-other-keys
20468         if the selected frames is in
20469         xterm-modify-other-keys-terminal-list.
20470         (xterm-turn-off-modify-other-keys): Add an optional frame
20471         parameter.  Only turn off modify-other-keys if FRAME is in
20472         xterm-modify-other-keys-terminal-list.
20473         (xterm-remove-modify-other-keys): New function.
20474         (terminal-init-xterm): Use it.  Deal with delete-frame hook.
20475         Add the selected frame to xterm-modify-other-keys-terminal-list.
20477 2007-09-02  Jan Djärv  <jan.h.d@swipnet.se>
20479         * term/x-win.el (x-gtk-stock-map): Map diropen to system-file-manager.
20480         (icon-map-list): New variable.
20481         (x-gtk-map-stock): Use icon-map-list.
20483 2007-09-02  Romain Francoise  <romain@orebokech.com>
20485         * log-view.el (log-view-current-file): Balance parens.
20487 2007-09-02  Glenn Morris  <rgm@gnu.org>
20489         * comint.el (comint-mode): Don't set scroll-conservatively.
20491         * eshell/em-unix.el (eshell/time): Stringify and flatten the
20492         non-command arguments.
20494         * log-view.el (log-view-current-file): Give a more explicit error
20495         if log-view-file-re fails to find a match.
20497 2007-09-01  Thien-Thi Nguyen  <ttn@gnuvola.org>
20499         * emacs-lisp/bytecomp.el (byte-recompile-directory):
20500         Fix bug: Don't expand top-level file name more than once.
20501         Reported by Dmitry Antipov <dmantipov@yandex.ru>.
20503 2007-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20505         * server.el (server-process-filter): Don't display the splash screen.
20506         It's annoying enough on the initial screen and becomes positively
20507         obnoxious here.
20509 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20511         * emacs-lisp/avl-tree.el: Use defstruct rather than macros.
20512         Change naming to use "avl-tree--" for internal functions.
20514 2007-08-31  Dan Nicolaescu  <dann@ics.uci.edu>
20516         * term/x-win.el (x-menu-bar-open): Delete duplicated function from
20517         the merge.
20518         (global-set-key): Delete f10 mapping, now done in menu-bar.el.
20519         (provide): Move to the end of file.
20521         * vc-svn.el (vc-svn-diff-tree): Pass a list to vc-svn-diff.
20523 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
20525         * textmodes/flyspell.el (flyspell-mark-duplications-exceptions):
20526         New variable.  List of exceptions for the duplicated word rule.
20527         (flyspell-mark-duplications-flag): Mention it.
20528         (flyspell-word): Treat it.
20530         * files.el (create-file-buffer): If the filename sans directory starts
20531         with spaces, remove them.
20533 2007-08-31  Jan Djärv  <jan.h.d@swipnet.se>
20535         * term/x-win.el (x-gtk-stock-map): Add etc/images to keys.
20536         (x-gtk-map-stock): Use two directory elements when matching
20537         file name.
20539 2007-08-31  James Wright  <james@chumsley.org>
20541         * eshell/em-unix.el (eshell/info): New function.
20543 2007-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20545         * frame.el (frame-initialize, make-frame):
20546         * server.el (server-process-filter):
20547         * faces.el (tty-set-up-initial-frame-faces): Don't set
20548         term-environment-variable since it's not used any more.
20550         * env.el (setenv): Don't treat $TERM specially.
20552         * startup.el (normal-top-level): Set $TERM to `dumb' so that unless
20553         stated otherwise, subprocesses do not send back escape sequences
20554         corresponding to the terminal from which Emacs was started.
20556 2007-08-31  Thien-Thi Nguyen  <ttn@gnuvola.org>
20558         * calculator.el: Require cl for compilation.
20560 2007-08-30  Daniel Pfeiffer  <occitan@esperanto.org>
20562         * outline.el (outline-font-lock-levels): Comment out unused var.
20563         (outline-font-lock-face): Wrap around face list to handle any
20564         nesting depth gracefully.
20566 2007-08-30  Michael Albinus  <michael.albinus@gmx.de>
20568         * net/ange-ftp.el: Add ange-ftp property to `set-file-modes' and
20569         `set-file-times'.
20571 2007-08-30  Carsten Dominik  <dominik@science.uva.nl>
20573         * textmodes/org.el (org-export-visible): Fix drawers before export.
20574         (org-do-sort): Allow sorting by priority.
20575         (org-agenda-files): Ignore non-existing files.
20576         (org-agenda-skip-unavailable-files): New variable.
20577         (org-ellipsis): All a face as value.
20578         (org-mode): Interprete the face value of `org-ellipsis'.
20579         (org-archive-save-context-info): New option.
20580         (org-archive-subtree): Store context info in archived entry.
20581         (org-fast-tag-selection-can-set-todo-state): New variable.
20582         (org-fast-tag-selection): Allow setting TODO states through this
20583         interface.
20584         (org-cycle): Docstring updated.
20585         (org-todo-keyword-faces): New option.
20586         (org-get-todo-face): New function.
20587         (org-set-font-lock-defaults, org-agenda-highlight-todo):
20588         Use `org-get-todo-face'.
20589         (org-switch-to-buffer-other-window): New function.
20590         (org-table-edit-field, org-table-show-reference)
20591         (org-table-edit-formulas, org-add-log-note)
20592         (org-fast-tag-selection, org-agenda, org-prepare-agenda)
20593         (org-timeline): Use `org-switch-to-buffer-other-window' instead of
20594         `switch-to-buffer-other-window' to make sure that the temporary
20595         windows show up on the current frame.
20596         (org-mhe-get-message-real-folder, org-batch-store-agenda-views)
20597         (org-get-entries-from-diary, org-replace-region-by-html):
20598         Don't allow pop-up frames.
20599         (org-agenda-get-deadlines, org-agenda-get-scheduled):
20600         Fix problems with time-of-day.
20601         (org-export-get-title-from-subtree): New function.
20602         (org-agenda-get-scheduled, org-agenda-get-deadlines): Fix problems
20603         with listing items that are DONE.
20604         (org-change-tag-in-region): New command.
20605         (org-agenda-skip-scheduled-if-done)
20606         (org-agenda-skip-deadline-if-done): Docstring clarified.
20607         (org-mode): Hide drawers on startup.
20608         (org-get-todo-face): New function.
20609         (org-todo-keyword-faces): New option.
20610         (org-set-regexps-and-options): Use `org-remove-keyword-keys'.
20611         (org-remove-keyword-keys): New function.
20613 2007-08-30  Jari Aalto  <jari.aalto@cante.net>  (tiny change)
20615         * progmodes/grep.el (grep-find-ignored-directories):
20616         Add monotone _MTN bookkeeping directory in workspaces.
20617         Add RCS control directory.  List items in alphabetical order.
20619         * progmodes/grep.el (grep-files-aliases): Add cc alias.
20620         Sort items in alphabetical order.  Fix parens.
20622 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
20624         * vc-hg.el (vc-hg-extra-menu-map): New variable.
20625         (vc-hg-extra-menu, vc-hg-outgoing, vc-hg-incoming, vc-hg-push)
20626         (vc-hg-pull): New functions.
20627         (vc-hg-outgoing-mode, vc-hg-incoming-mode): New derived modes.
20629         * term/mac-win.el: Don't require url, only autoloaded url
20630         functions are used in this file.
20632 2007-08-29  Andreas Schwab  <schwab@suse.de>
20634         * shell.el (shell): Return correct value from interactive spec.
20636 2007-08-29  Glenn Morris  <rgm@gnu.org>
20638         * version.el (emacs-version): Increase to 23.0.50.
20640 2007-08-29  Jan Djärv  <jan.h.d@swipnet.se>
20642         * term/x-win.el (x-gtk-stock-map): :version changed to 23.1.
20644 2007-08-29  Juri Linkov  <juri@jurta.org>
20646         * loadup.el: Add "button" loading after "faces" and move "startup"
20647         to load after "button".
20649 2007-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
20651         * loadup.el: Load term/mac-win on a Mac using Carbon.
20653         * term/mac-win.el: Provide mac-win.
20654         (mac-initialized): New variable.
20655         (mac-initialize-window-system): New function.  Move global setup here.
20656         (handle-args-function-alist, frame-creation-function-alist):
20657         (window-system-initialization-alist): Add mac entries.
20658         (x-setup-function-keys): New function containing all the
20659         top level function key definitions.
20661         * term/x-win.el (x-menu-bar-open): Use accelerate-menu.
20663         * env.el (read-envvar-name): Don't consider the environment frame param.
20665         * env.el (setenv):
20666         * frame.el (frame-initialize, make-frame):
20667         * faces.el (tty-set-up-initial-frame-faces):
20668         * server.el (server-process-filter): Set
20669         display-environment-variable and term-environment-variable.
20671         * server.el (server-process-filter): Set COLORFGBG and COLORTERM.
20673 2007-08-29  Jason Rumney  <jasonr@gnu.org>
20675         * loadup.el: Only load term/x-win when X is compiled in.
20676         Load term/w32-win and dependencies on windows-nt.
20678         * term/w32-win.el: Reorder to match x-win.el more closely.
20679         Provide w32-win.  Don't throw error when global window-system not w32.
20680         (internal-face-interactive): Remove obsolete function.
20681         (x-setup-function-keys): Use local-function-key-map.
20682         (w32-initialized): New variable.
20683         (w32-initialize-window-system): Set it.
20684         Move more global setup here.
20685         (x-setup-function-keys): New function.
20686         (w32-initialize-window-system): Move non function key global setup here.
20687         (x-cut-buffer-max): Remove.
20688         (w32-initialize-window-system): New function.
20689         (handle-args-function-alist, frame-creation-function-alist):
20690         (window-system-initialization-alist): Add w32 entries.
20692 2007-08-29  David Kastrup  <dak@gnu.org>
20694         * env.el (getenv): Pass frame to getenv-internal.
20696 2007-08-29  Károly Lőrentey  <lorentey@elte.hu>
20698         * version.el (emacs-version): Show if multi-tty is present.
20700         * loadup.el: Delay loading env; mule-conf gets confused by cl
20701         during bootstrap.  Also load termdev and term/x-win.
20703         * bindings.el (mode-line-client): New variable.
20704         (help-echo): Add it to the default mode-line format.
20706         * cus-start.el: Remove bogus window-system reference from GTK test.
20708         * progmodes/ebrowse.el (ebrowse-electric-list-mode-map)
20709         (ebrowse-electric-position-mode-map):
20710         * ebuff-menu.el (electric-buffer-menu-mode-map):
20711         * echistory.el (electric-history-map): Bind C-z to `suspend-frame',
20712         not `suspend-emacs'.
20714         * ediff-wind.el (ediff-setup-windows-automatic): New function.
20715         (ediff-window-setup-function): Use it as default.
20717         * files.el (save-buffers-kill-terminal): New function.
20718         (ctl-x-map): Change binding of C-x C-c to save-buffers-kill-terminal.
20720         * font-lock.el (lisp-font-lock-keywords-2): Add `let-environment'
20721         and `with-selected-frame'.
20723         * help-fns.el (describe-variable): Describe frame-local variables
20724         correctly.
20726         * simple.el (normal-erase-is-backspace-mode): Rewrite for multiple
20727         display support.
20728         (normal-erase-is-backspace-setup-frame): New function.
20730         * subr.el (with-selected-frame): New function.
20731         (read-quoted-char): Use terminal-local binding of
20732         local-function-key-map instead of function-key-map.
20734         * talk.el (talk): New function.
20735         (talk-handle-delete-frame): New function.
20736         (talk-add-display): Open a new frame only if FRAME was not a frame.
20738         * termdev.el: New file.
20740         * menu-bar.el (menu-bar-open): New function.  Bind it to f10.
20741         * term/x-win.el: Don't bind f10.
20742         * tmm.el: Remove autoload binding for f10.
20744         * international/encoded-kb.el (encoded-kbd-setup-display): Use
20745         `set-input-meta-mode'.  Fix broken condition before set-input-mode.
20746         Store the saved input method as a terminal parameter.  Add keymap
20747         parameter.  Use it instead of changing key-translation-map directly.
20748         (saved-key-translation-map, encoded-kbd-mode, saved-input-mode):
20749         Remove.
20750         (encoded-kbd-setup-display): New function.
20752         * international/mule-cmds.el (set-locale-environment): Fix getenv
20753         call.  Use save-buffers-kill-terminal.  Ignore window-system; always
20754         set the keyboard coding system.  Add DISPLAY parameter.
20755         (set-display-table-and-terminal-coding-system): Add DISPLAY
20756         parameter.  Pass it to set-terminal-coding-system.
20758         * international/mule.el (keyboard-coding-system): Test for
20759         encoded-kbd-setup-display, not encoded-kbd-mode.
20760         (set-terminal-coding-system, set-keyboard-coding-system): Add
20761         DISPLAY parameter.
20762         (set-keyboard-coding-system): Use encoded-kbd-setup-display.
20764         * term/README: Update.
20766         * term/linux.el (terminal-init-linux): Use `set-input-meta-mode'.
20768         * term/x-win.el (x-setup-function-keys): New function.  Move
20769         function-key-map tweaks here.  Protect against multiple calls on
20770         the same terminal.  Use terminal-local binding of
20771         local-function-key-map instead of function-key-map.
20772         (x-initialize-window-system): Make a copy of pure list.  Pass a
20773         frame getenv.
20775         * term/vt200.el, term/vt201.el, term/vt220.el, term/vt240.el:
20776         * term/vt300.el, term/vt320.el, term/vt400.el, term/vt420.el:
20777         * term/AT386.el, term/internal.el, term/iris-ansi.el, term/lk201.el:
20778         * term/mac-win.el, term/news.el, term/rxvt.el, term/sun.el:
20779         * term/tvi970.el, term/wyse50.el: Use terminal-local binding of
20780         local-function-key-map instead of function-key-map.
20782         * term/rxvt.el, term/xterm.el: Speed up load time by protecting
20783         `substitute-key-definition' and `define-key' calls against
20784         multiple execution.  Use terminal-local binding of
20785         local-function-key-map instead of function-key-map.  Pass a frame
20786         to getenv.
20788         * edmacro.el (edmacro-format-keys):
20789         * emulation/cua-base.el (cua--pre-command-handler):
20790         * isearch.el (isearch-other-meta-char):
20791         * xt-mouse.el: Use terminal-local binding of
20792         local-function-key-map instead of function-key-map.
20794         * fringe.el (set-fringe-mode): Simplify and fix using
20795         `modify-all-frames-parameters'.
20796         * scroll-bar.el (set-scroll-bar-mode): Ditto.
20797         * tool-bar.el (tool-bar-mode): Ditto.  Remove 'tool-bar-map length
20798         check before calling `tool-bar-setup'.
20799         (tool-bar-setup): New variable.
20800         (tool-bar-setup): Use it to guard against multiple calls.  Add
20801         optional frame parameter, and select that frame before adding items.
20802         (toggle-tool-bar-mode-from-frame): New function.
20804         * menu-bar.el (toggle-menu-bar-mode-from-frame): New function.
20805         (menu-bar-showhide-menu): Use toggle-menu-bar-mode-from-frame and
20806         toggle-tool-bar-mode-from-frame to change "Menu-bar" and
20807         "Tool-bar" toggles to reflect the state of the current frame.
20808         (menu-bar-mode): Simplify and fix using `modify-all-frames-parameters'.
20810         * env.el: Require cl for byte compilation (for `block' and `return').
20811         (environment, setenv-internal): New functions.
20812         (let-environment): New macro.
20813         (setenv, getenv): Add optional terminal parameter.  Update docs.
20814         (setenv): Use setenv-internal.  Always set process-environment.
20815         Handle `local-environment-variables'.
20816         (read-envvar-name, setenv, getenv): Use frame parameters
20817         to store the local environment, not terminal parameters.  Include
20818         `process-environment' as well.
20820         * faces.el (tty-run-terminal-initialization): New function.
20821         (tty-create-frame-with-faces): Use it.  Set up faces and
20822         background mode only after the terminal has been initialized.
20823         Call terminal-init-*.  Don't load the initialization file more
20824         than once.  Call set-locale-environment.
20825         (frame-set-background-mode): Handle the 'background-mode terminal
20826         parameter.
20827         (tty-find-type): New function.
20828         (x-create-frame-with-faces): Remove bogus check for
20829         first frame.  Call `tool-bar-setup'.  Don't make frame visible
20830         until we are done setting up all its parameters.  Call
20831         x-setup-function-keys.
20833         * frame.el (make-frame): Always inherit 'environment and 'client
20834         parameters.  Set up the 'environment frame parameter, when needed.
20835         Also inherit 'client parameter.  Don't override explicitly
20836         specified values with inherited ones.  Add 'terminal frame
20837         parameter.  Append window-system-default-frame-alist to parameters
20838         before calling frame-creation-function.
20839         (frame-initialize): Copy the environment from the initial frame.
20840         (window-system-default-frame-alist): Enhance doc string.
20841         (frame-notice-user-settings): Don't put 'tool-bar-lines in
20842         `default-frame-alist' when initial frame is on a tty.
20843         (modify-all-frames-parameters): Simplify using `assq-delete-all'.
20844         Remove specified parameters from `window-system-default-frame-alist'.
20845         (make-frame-on-tty, framep-on-display, suspend-frame):
20846         Extend doc string, update parameter names.
20847         (frames-on-display-list): Use terminal-id to get the display id.
20848         (frame-notice-user-settings): Extend to apply
20849         settings in `window-system-default-frame-alist' as well.
20850         (terminal-id, terminal-parameters, terminal-parameter)
20851         (set-terminal-parameter, terminal-handle-delete-frame): New functions.
20852         (delete-frame-functions): Add to `delete-frame-functions' hook.
20853         (blink-cursor-mode): Adapt blink-cursor-mode default
20854         value from startup.el.
20855         (make-frame-on-display): Protect condition on x-initialized when
20856         x-win.el is not loaded.  Update doc.
20857         (suspend-frame): Use display-controlling-tty-p to decide between
20858         suspend-emacs and suspend-tty.
20859         (frames-on-display-list): Update for display ids.
20860         (framep-on-display): Ditto.
20861         (suspend-frame): Use display-name, not frame-tty-name.
20862         (selected-terminal): New function.
20864         * server.el: Use `device' instead of `display' or `display-id' in
20865         variable and client parameter names.
20866         (server-select-display): Remove (unused).
20867         (server-tty-live-p, server-handle-delete-tty): Remove.
20868         (server-unquote-arg, server-quote-arg, server-buffer-clients):
20869         Update docs.
20870         (server-getenv-from, server-with-environment, server-send-string)
20871         (server-save-buffers-kill-terminal): New functions.
20872         (server-delete-client): Handle quits in kill-buffer.  Don't kill
20873         modified buffers.  Add extra logging.  Delete frames after
20874         deleting the tty.  Clear 'client parameter before deleting a frame.
20875         Use delete-display, not delete-tty.
20876         (server-visit-files): Don't set `server-existing-buffer' if the
20877         buffer already has other clients.  Return list of buffers
20878         created.  Update doc.  Don't set client-record when nowait.
20879         (server-handle-delete-frame): Delete the client if this was its
20880         last frame.  Check that the frame is alive.  Remove bogus comment.
20881         Add note on possible race condition.  Delete tty clients, if needed.
20882         (server-handle-suspend-tty): Use server-send-string.  Kill the
20883         client in case of errors from process-send-string.  Use the display
20884         parameter.
20885         (server-unload-hook): Remove obsolete delete-tty hook.
20886         (server-start): Ask before restarting if the old server still has
20887         clients.  Add feedback messages.  Remove obsolete delete-tty hook.
20888         (server-process-filter): Use server-send-string.  Accept `-dir'
20889         command.  Switch to *scratch* immediately after creating the frame,
20890         before evaluating any -evals.  Protect `display-splash-screen'
20891         call in a condition-case.  Explain why.  Call
20892         `display-startup-echo-area-message' before
20893         `display-splash-screen'.  Don't display the splash screen when no
20894         frame was created.  Show the Emacs splash screen and startup echo
20895         area message.  Display the *scratch* buffer by default.  Store the
20896         local environment in a frame (not terminal) parameter.  Do not try
20897         to decode environment strings.  Fix reference to the 'display
20898         frame parameter.  Change syntax of environment variables.  Put
20899         environment into terminal parameters, not client parameters.  Use
20900         a dummy client with --no-wait's X frames.  In `-position LINE'
20901         handler, don't ruin the request string until the line number is
20902         extracted.  Log opened files.  Handle -current-frame command.
20903         Don't create frames when it is given.  Don't bind X frames to the
20904         client when we are in -no-wait mode.  Set locale environment
20905         variables from client while creating tty frames.  Disable call to
20906         configure-display-for-locale.  When processing -position command,
20907         don't change the request string until the parameters are
20908         extracted.  Don't try to create an X frame when Emacs does not
20909         support it.  Improve logging.  Temporarily set ncurses-related
20910         environment variables to those of the client while creating a new
20911         tty frame.  Select buffers opened by nowait clients, don't leave
20912         them buried under others.  Set the display parameter, and use it
20913         when appropriate.
20915         * startup.el (display-startup-echo-area-message): Handle
20916         `inhibit-startup-echo-area-message' here.
20917         (command-line-1): Moved from here.
20918         (fancy-splash-screens): Use `overriding-local-map' instead of
20919         `overriding-terminal-local-map' for now; the latter doesn't work
20920         right, it looses keypresses to another terminal.  Use
20921         `overriding-terminal-local-map' to set up keymap.  Install a
20922         `delete-frame-functions' hook to catch `delete-frame' events.
20923         Ignore `select-window' events to cope better with
20924         `focus-follows-mouse'.  Don't switch back to the original buffer
20925         if the splash frame has been killed.  Restore previous buffer, even
20926         if it's *scratch*.
20927         (normal-splash-screen): Don't let-bind `mode-line-format'; it
20928         changes the global binding - setq it instead.  Use
20929         `save-buffers-kill-terminal'.
20930         (display-splash-screen): Don't do anything if the splash screen is
20931         already displayed elsewhere.
20932         (fancy-splash-exit, fancy-splash-delete-frame): New functions.
20933         (command-line): Replace duplicated code with a call to
20934         tty-run-terminal-initialization.  Don't load the terminal
20935         initialization file more than once.  Remove call to nonexistent
20936         function `set-locale-translation-file-name'.
20938         * xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal
20939         parameters.
20940         (xterm-mouse-position-function, xterm-mouse-event): Update.
20941         (xterm-mouse-mode): Don't depend on current value of window-system.
20942         (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking):
20943         Update for multi-tty.
20944         (turn-on-xterm-mouse-tracking-on-terminal)
20945         (turn-off-xterm-mouse-tracking-on-terminal)
20946         (xterm-mouse-handle-delete-frame): New functions.
20947         (delete-frame-functions, after-make-frame-functions)
20948         (suspend-tty-functions, resume-tty-functions): Install extra hooks
20949         for multi-tty.
20951 2007-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20953         * simple.el (invisible-p): Remove: implemented in C now.
20954         (line-move-invisible-p): Remove obsolete alias.
20956 2007-08-28  Juri Linkov  <juri@jurta.org>
20958         * image-mode.el (image-type): New variable.
20959         (image-mode): Set default major mode name to "Image[text]".
20960         (image-minor-mode): Change LIGHTER to display image-type in the
20961         mode line.
20962         (image-minor-mode): Set default image-type to "text".
20963         (image-toggle-display): After switching to text mode, set
20964         image-type to "text" and major mode name to "Image[text]".
20965         After switching to image mode, set image-type to actual image
20966         type, and add image type to major mode name.  Let-bind the same
20967         variable names as arguments of `image-type' and `create-image'.
20968         Bind `type' to the result of `image-type' and use it as arg
20969         of `create-image' to not determine the image type twice.
20971 2007-08-28  Michael Albinus  <michael.albinus@gmx.de>
20973         * net/tramp.el (tramp-handle-set-file-times): Flush the file properties.
20974         (tramp-set-file-uid-gid, tramp-get-local-uid)
20975         (tramp-get-local-gid): New defuns.
20976         (tramp-handle-copy-file): Handle new parameter PRESERVE-UID-GID.
20977         (tramp-do-copy-or-rename-file): New parameter PRESERVE-UID-GID.
20978         Improve fast track.
20979         (tramp-do-copy-or-rename-file-directly): Sync parameter list with
20980         the other tramp-do-copy-or-rename-file-* functions.  Major rewrite.
20981         (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
20982         (tramp-handle-write-region): Improve fast track.
20983         (tramp-handle-file-remote-p): IDENTIFICATION can also be `localname'.
20984         (tramp-maybe-open-connection): Let `process-adaptive-read-buffering'
20985         be nil.
20987 2007-08-28  Ivan Kanis  <apple@kanis.eu>
20989         * time.el: New feature to display several time zones in a buffer.
20990         (display-time-world-mode, display-time-world-display)
20991         (display-time-world, display-time-world-timer): New functions.
20992         (display-time-world-list, display-time-world-time-format)
20993         (display-time-world-buffer-name, display-time-world-timer-enable)
20994         (display-time-world-timer-second, display-time-world-mode-map):
20995         New variables.
20997 2007-08-28  Jan Djärv  <jan.h.d@swipnet.se>
20999         * term/x-win.el (x-gtk-stock-map): New variable.
21000         (x-gtk-map-stock): New function.
21002         * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
21003         prev/next-node.
21005 2007-08-28  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
21007         * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
21009 2007-08-28  Glenn Morris  <rgm@gnu.org>
21011         * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true, false.
21013 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
21015         * progmodes/modula2.el (m2-definition, m2-module):
21016         Don't use previous-line.  Reported by T. V. Raman.
21018 2007-08-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21020         * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
21021         argument to tool-bar-mode call.
21023 2007-08-27  Glenn Morris  <rgm@gnu.org>
21025         * diff-mode.el (diff-find-file-name): Only accept regular files,
21026         to rule out /dev/null, directories, etc.
21028         * vc-svn.el (vc-svn-diff): If the repository version of all the
21029         files is the same as the specified OLDVERS, do a local diff.
21031 2007-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21033         * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
21034         of buffers in uniquify-managed.
21036         * simple.el (invisible-p): Rename from text-invisible-p.
21037         Update callers.
21039         * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
21040         (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
21041         (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
21042         (cperl-etags-goto-tag-location): Use new style backquotes.
21044         * net/browse-url.el: Remove spurious * in custom docstrings.
21045         (browse-url-filename-alist): Use new-style backquote.
21047         * emacs-lisp/backquote.el (backquote-unquote-symbol)
21048         (backquote-splice-symbol): Clarify they're not new-style unquotes.
21050         * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
21051         (\,@): Backslash the , and ,@ which are not new-style unquotes.
21053         * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
21055         * net/socks.el (socks-username/password-auth-filter):
21056         Remove unused vars `state' and `desired-len'.
21057         (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
21058         (socks-wait-for-state-change): Use new-style backquotes.
21060         * pcvs.el (cvs-mode-status): Fix long-standing typo.
21062         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
21063         backquotes after each `read' rather than once per buffer.
21065         * dframe.el: Remove spurious * in custom docstrings.
21066         (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
21067         (dframe-xemacs20p): Remove, inline at the sole use point.
21068         (defface): Don't defvar the face, don't use old-style backquote.
21069         (defcustom): Don't use old-style backquote.
21070         (dframe-frame-parameter, dframe-mouse-event-p):
21071         Make it obvious that it's always defined.
21072         (dframe-popup-kludge): New function to replace
21073         dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
21074         (dframe-frame-mode, dframe-set-timer-internal)
21075         (dframe-mouse-set-point): Remove use of with-no-warnings from
21076         XEmacs-specific code.
21077         (dframe-set-timer-internal): Fix very old bug with
21078         post-command-idle-hook.
21080         * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
21082         * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
21083         warning if the file uses old style backquotes.
21085         * emacs-lisp/bytecomp.el (byte-compile-log-file)
21086         (byte-recompile-directory, byte-compile-file)
21087         (byte-compile-from-buffer): Use with-current-buffer.
21089         * simple.el (text-invisible-p): Rename from line-move-invisible-p.
21090         (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
21091         (line-move-1, line-move-finish, line-move-to-column)
21092         (move-end-of-line, move-beginning-of-line): Use new name.
21094         * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
21096         * progmodes/ada-mode.el: Fix up comment style in header.
21097         (ada-check-emacs-version): Remove.
21098         (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
21099         (ada-region-selected): Use (featurep 'xemacs) rather than contortions
21100         to try and quieten the byte-compiler.
21101         (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
21103         * vc.el (vc-annotate-warp-version): Don't use previous-line.
21105 2007-08-27  Johan Bockgård  <bojohan@dd.chalmers.se>
21107         * net/browse-url.el (browse-url-emacs): New function.
21109 2007-08-27  Thien-Thi Nguyen  <ttn@gnuvola.org>
21111         * emacs-lisp/avl-tree.el: New file.
21113 2007-08-26  Michaël Cadilhac  <michael@cadilhac.name>
21115         * hi-lock.el (hi-lock-unface-buffer): Show a x-menu only if the mouse
21116         was used.
21118 2007-08-26  Sean O'Rourke  <seano@cs.ucsd.edu>
21120         * complete.el (PC-do-completion): Make RET accept a non-unique but
21121         complete expansion again.
21123 2007-08-26  Thien-Thi Nguyen  <ttn@gnuvola.org>
21125         * eshell/esh-opt.el (eshell-eval-using-options):
21126         Add debug declaration.
21128 2007-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
21130         * log-view.el (log-view-toggle-mark-entry): Add docstring.
21131         (log-view-get-marked): Likewise.
21133         * vc-hooks.el (vc-registered): Use mapc instead of mapcar.
21134         (vc-delete-automatic-version-backups): Likewise.
21136         * vc.el (vc-dired-buffers-for-dir): Likewise.
21138 2007-08-25  Dan Nicolaescu  <dann@ics.uci.edu>
21140         * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
21141         safe-local-variable setting.
21142         * progmodes/perl-mode.el (perl-indent-level): Likewise.
21144         * log-view.el (log-view-marked-list): Delete variable.
21145         (log-view-mode): Don't use it.
21146         (log-view-toggle-mark-entry): Likewise, simplify.
21147         (log-view-current-tag): Don't return properties.
21148         (log-view-get-marked): New function.
21150 2007-08-25  Alexandre Julliard  <julliard@winehq.org>
21152         * vc-git.el (vc-git-mode-line-string): New function.
21154 2007-08-25  Alan Mackenzie  <acm@muc.de>
21156         * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
21157         new language variable.
21159         * progmodes/cc-engine.el (c-brace-anchor-point): new function.
21160         (c-add-stmt-syntax): Give accurate anchor points for "namespace",
21161         "extern" etc., rather than BOI.  Fix addition of spurious
21162         syntactic-symbol 'defun-block-intro, replacing it with
21163         'innamespace, etc.
21165 2007-08-25  Juri Linkov  <juri@jurta.org>
21167         * files.el (auto-mode-alist): Move "\\.x[bp]m\\'" to image-mode.el.
21169         * image-mode.el: Add autoloads to put associations in auto-mode-alist:
21170         associate "\\.x[bp]m\\'" with c-mode and image-mode-maybe, and
21171         "\\.svgz?\\'" with xml-mode and image-mode-maybe.
21173         * image.el (image-type-header-regexps): Use more complex regexp for svg.
21174         (image-type-file-name-regexps): Add ("\\.svgz?\\'" . svg).
21175         (image-type-auto-detectable): Add (svg . maybe).
21177         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add .svgz
21178         to treat it like .tgz.
21180         * calendar/cal-bahai.el: Add file coding cookie.
21182 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
21184         * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
21185         Don't behave differently when executed via M-x.  Add doc string.
21187         * sort.el (sort-fold-case, sort-numeric-base): Mark as
21188         safe-local-variable.
21190 2007-08-25  Jay Belanger  <jay.p.belanger@gmail.com>
21192         * calc/calc-forms.el (var-TimeZone): Make nil explicitly
21193         the default value.
21194         (math-calendar-tzinfo): New variable.
21195         (math-get-calendar-tzinfo): New function.
21196         (calcFunc-tzone, calcFunc-dst): Use Emacs's calendar
21197         to get information when zone is nil.
21199 2007-08-24  Dan Nicolaescu  <dann@ics.uci.edu>
21201         * log-view.el (log-view-toggle-mark-entry): New function.
21202         (log-view-mode-map): Bind it.
21203         (log-view-marked-list): New variable.
21204         (log-view-mode): Make it local.
21206 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
21208         * play/zone.el (zone-pgm-rat-race): New func.
21209         (zone-programs): Add `zone-pgm-rat-race'.
21211 2007-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21213         * emacs-lisp/byte-opt.el (byte-optimize-if): Don't presume `clause' is
21214         a list.
21216 2007-08-24  Thien-Thi Nguyen  <ttn@gnuvola.org>
21218         * progmodes/hideshow.el (hs-match-data): Delete alias.
21219         (hs-hide-block-at-point, hs-find-block-beginning)
21220         (hs-show-block): Use `match-data' directly.
21222 2007-08-24  Martin Rudalics  <rudalics@gmx.at>
21224         * format.el (format-alist): Fix typo in doc-string.
21226 2007-08-24  Michael Albinus  <michael.albinus@gmx.de>
21228         * net/tramp.el (tramp-local-host-p): New defun.
21229         (tramp-handle-file-local-copy, tramp-handle-write-region):
21230         Implement fast track when being on the local host.
21231         (tramp-file-name-handler): Don't set "started" property.  It shall
21232         be reserved for the "ftp" method.
21233         (tramp-make-copy-program-file-name): Use `tramp-file-name-real-host'.
21235         * net/tramp-ftp.el (top): Autoload `tramp-set-connection-property'.
21236         (tramp-ftp-file-name-handler): Set "started" property.
21238 2007-08-24  Ulrich Mueller  <ulm@gentoo.org>  (tiny change)
21240         * files.el (backup-buffer-copy): Don't wrap delete in
21241         condition-case, only try to delete if file exists.
21243 2007-08-24  Glenn Morris  <rgm@gnu.org>
21245         * files.el (backup-buffer-copy): Revert 2007-08-22 change.
21247         * startup.el (tutorial-directory): Set with eval-at-startup so it
21248         gets the right value in an installed Emacs.
21250 2007-08-24  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
21252         * emacs-lisp/eldoc.el (eldoc-highlight-function-argument): New face.
21253         (eldoc-highlight-function-argument): Use it.
21255 2007-08-23  Masatake YAMATO  <jet@gyve.org>
21257         * progmodes/cc-fonts.el (gtkdoc-font-lock-doc-comments): Highlight
21258         name of parameters in document body.
21260 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21262         * emacs-lisp/bytecomp.el (byte-compile-output-docform)
21263         (byte-compile-output-as-comment): Use with-current-buffer rather than
21264         a weird set-buffer&prog1 combination.
21266         * emacs-lisp/byte-opt.el (byte-optimize-if): Move `progn' out of the
21267         test so as to optimise cases where the `progn's result is constant.
21269 2007-08-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
21271         * locate.el (locate-get-file-positions):
21272         Use line-beginning-position and line-end-position.
21274 2007-08-23  John Wiegley  <johnw@newartisans.com>
21276         * calendar/cal-bahai.el: Added in the diacriticals that were
21277         missing for many of the month names.
21279 2007-08-22  Jason Rumney  <jasonr@gnu.org>
21281         * vc-hooks.el (vc-menu-map-filter): Reapply 2007-08-06 bugfix.
21283 2007-08-22  Chong Yidong  <cyd@stupidchicken.com>
21285         * image-mode.el (image-minor-mode): Use image-mode-text-map.
21287 2007-08-22  Sean O'Rourke  <sorourke@cs.ucsd.edu>
21289         * dabbrev.el (dabbrev--progress-reporter): New variable.
21290         (dabbrev--scanning-message): Delete func.
21291         (dabbrev--find-expansion): Use a progress reporter
21292         instead of dabbrev--scanning-message.
21294 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
21296         * comint.el (comint-exec-1): Raise an error if
21297         `start-file-process' does not return a process object.
21299         * shell.el (shell): Prompt for `default-directory' if it is a
21300         remote file name, and if called with a prefix arg.
21302 2007-08-22  Sam Steingold  <sds@gnu.org>
21304         * pcvs.el (cvs-vc-command-advice): Fix a typo in code (file->files).
21306 2007-08-22  Carsten Dominik  <dominik@science.uva.nl>
21308         * textmodes/org-export-latex.el: New file.
21310         * textmodes/org-publish.el (org-publish-org-to-latex): New function.
21312         * textmodes/org.el (org-agenda-skip): Allow a form for
21313         `org-agenda-skip-function'.
21314         (org-agenda-redo): Re-use local settings.
21315         (org-agenda): Store local settings.
21316         (org-agenda-deadline-faces): New option.
21317         (org-agenda-deadline-face): New function.
21318         (org-agenda-get-deadlines, org-agenda-get-scheduled): Also handle
21319         entries on their due date.
21320         (org-agenda-get-timestamps): No longer handle the due dates of
21321         schedules and deadline items.
21322         (org-insert-link-global, org-open-at-point-global): New commands.
21323         (org-export-as-ascii): Call `org-cleaned-string-for-export' with a
21324         :for-ascii parameter.
21325         (org-skip-comments): Function removed.
21326         (org-cleaned-string-for-export): Handle special table lines.
21327         (org-global-properties): New option.
21328         (org-entry-get-with-inheritance): Check global properties.
21329         (org-local-properties): New variable.
21330         (org-set-regexps-and-options): Find the #+PROPERTY line.
21331         (org-link-types): Change type into variable (was constant).
21332         (org-make-link-regexps): New function.
21333         (org-link-re-with-space, org-link-re-with-space2)
21334         (org-angle-link-re, org-plain-link-re, org-bracket-link-regexp)
21335         (org-bracket-link-analytic-regexp, org-any-link-re): Creation of
21336         these regular expressions happens now in the function
21337         `org-make-link-regexps'.
21338         (org-store-link): Call the functions in
21339         `org-store-link-functions'.
21340         (org-add-link-type): New function.
21341         (org-store-link-functions): New variable.
21342         (org-activate-tags): Force matches to be in headlines.
21343         (org-batch-store-agenda-views): Fix bug with killing agenda buffer.
21344         (org-columns-display-here): Make sure this works in a narrowed
21345         buffer by checking for point-min.
21346         (org-columns-display-here): Make the rest of the line intangible,
21347         so that point never can be there.
21348         (org-cleaned-string-for-export): Use `with-current-buffer'.
21349         (org-replace-region-by-html): Use `with-current-buffer'.
21350         (org-unfontify-region, org-do-occur, org-columns-display-here)
21351         (org-columns-remove-overlays, org-columns-quit)
21352         (org-columns-edit-value, org-columns-next-allowed-value)
21353         (org-eval-in-calendar, org-agenda-undo, org-no-read-only)
21354         (org-finalize-agenda, org-remove-subtree-entries-from-agenda)
21355         (org-agenda-todo, org-agenda-change-all-lines)
21356         (org-agenda-align-tags, org-agenda-priority)
21357         (org-agenda-set-tags, org-agenda-toggle-archive-tag)
21358         (org-agenda-show-new-time, org-cleaned-string-for-export)
21359         (org-export-grab-title-from-buffer)
21360         (org-export-as-ascii, org-export-as-html): Use `inhibit-read-only'
21361         instead of `buffer-read-only'.
21362         (org-export-as-html): Set `coding-system-for-write'.
21363         (org-remember-store-without-prompt): New option.
21364         (org-archive-subtree): Fixed bug with modifying TODO keyword.
21365         (org-beginning-of-line): Also treat C-a special in items.
21366         (org-table-convert-refs-to-rc): Fixed problem with column
21367         reference after "..".
21368         (org-columns-compute): Don't mark buffer modified because of text
21369         properties.
21370         (org-batch-store-agenda-views): Use the variable
21371         `default-directory', not the function.
21372         (org-clock-out-if-current): Respect `org-clock-out-when-done'.
21373         (org-clock-out-when-done): New option.
21374         (org-html-entities): Added HTML entities for smileys.
21376 2007-08-22  Glenn Morris  <rgm@gnu.org>
21378         * image.el (create-image): Doc fix.
21380         * startup.el (tutorial-directory): New constant.
21381         (fancy-splash-text): Tutorials now in tutorial-directory.
21382         * tutorial.el (help-with-tutorial): Tutorials now in
21383         tutorial-directory.
21385 2007-08-22  Michael Albinus  <michael.albinus@gmx.de>
21387         * net/tramp.el (top): Require cl.el, when `copy-tree' is not available
21388         otherwise.
21389         (tramp-get-remote-path): New defun.  Replace occurrences of
21390         `tramp-default-remote-path' by this function.
21391         (tramp-set-remote-path): Move most of the code to
21392         `tramp-get-remote-path'.
21393         (tramp-get-ls-command, tramp-get-remote-id): Don't check for not
21394         existing directories, this is done already in
21395         `tramp-get-remote-path'.
21397 2007-08-22  Paul Pogonyshev  <pogonyshev@gmx.net>
21399         * image-file.el (image-file-name-extensions): Add "svg".
21400         * image.el (image-type-header-regexps): Add svg entry.
21402 2007-08-22  Glenn Morris  <rgm@gnu.org>
21404         * files.el (backup-buffer-copy): Check backup directory is
21405         writable, to avoid infloop deleting old backup.
21407         * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
21408         movemail related variables.
21409         (rmail-insert-inbox-text): Use only rmail-movemail-program, which
21410         will now be set before this is called.
21412 2007-08-21  Juri Linkov  <juri@jurta.org>
21414         * delsel.el (delete-selection-pre-hook):
21415         * emulation/cua-base.el (cua-paste): Use `mouse-region-match'
21416         instead of checking last-command.
21418 2007-08-21  Juri Linkov  <juri@jurta.org>
21420         * loadup.el: Preload "button".
21422 2007-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21424         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
21425         Add previous-line and next-line.
21427         * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
21428         (vc-arch-find-file-not-found-hook): Remove, it's now the default.
21430         * vc-hooks.el (vc-menu-entry): New var.
21431         (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
21432         (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
21433         (vc-menu-map): Declare and initialize in one step.
21434         (vc-menu-map-filter): Move&rename from menu-bar.el:menu-bar-vc-filter.
21436         * menu-bar.el (vc-menu-map): Don't setup any more.
21437         Instead, just create the proper spot in the menu.
21439 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21441         * smerge-mode.el (smerge-resolve): New arg `safe'.
21442         (smerge-resolve-all, smerge-batch-resolve): New function.
21443         (smerge-refine): Make sure `diff' returns the expected result.
21444         (smerge-parsep-re): New const.
21445         (smerge-mode): Use it to adjust paragraph-separate.
21447         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21448         Correctly match / regexp matchers as first char on a line when
21449         fontifying only that line.
21451         * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
21453 2007-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21455         * vc-bzr.el: Don't fiddle with vc-handled-backend.
21456         (vc-bzr-registered): Don't redundantly protect against
21457         file-error.  Actually use the format-specific code.
21458         (vc-bzr-buffer-nonblank-p): Remove.
21459         (vc-bzr-status): Change `kindchange' -> `kindchanged'.
21461 2007-08-20  Juri Linkov  <juri@jurta.org>
21463         * startup.el (fancy-splash-text): Change multiple tabs into one
21464         tab.  Remove "Useful File menu items" section (with "Exit Emacs"
21465         and "Recover Crashed Session").
21466         (fancy-splash-screens): Set tab-width to 22.
21467         (normal-splash-screen): Replace literal tabs with \t and
21468         fix whitespace.  Remove "Useful File menu items" section (with
21469         "Exit Emacs" and "Recover Crashed Session").
21471 2007-08-20  Johannes Weiner  <hannes@saeurebad.de>  (tiny change)
21473         * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
21474         extracted from `eval-last-sexp-1'.
21475         (eval-last-sexp-1): Call `preceding-sexp'.
21477 2007-08-20  Thien-Thi Nguyen  <ttn@gnuvola.org>
21479         * vc-rcs.el (vc-rcs-annotate-command):
21480         Fix bug introduced 2007-07-18T16:32:40Z!esr@snark.thyrsus.com:
21481         Add back :vc-annotate-prefix propertization.
21483 2007-08-20  Andreas Schwab  <schwab@suse.de>
21485         * mail/rmail.el (rmail-autodetect): Doc fix.
21487 2007-08-19  Juri Linkov  <juri@jurta.org>
21489         * startup.el (normal-splash-screen): Add more links.
21491 2007-08-19  Juri Linkov  <juri@jurta.org>
21493         * startup.el (splash-screen-keymap): Rename from `fancy-splash-keymap'
21494         because it's common to both types of splash screen: fancy and normal.
21495         Bind SPC to scroll-up, DEL to scroll-down and `q' to exit-splash-screen.
21496         (exit-splash-screen): Rename from `fancy-splash-quit'.
21497         Use `quit-window' instead of `kill-buffer'.
21498         (fancy-splash-head): Use make-button to insert GNU image link.
21499         (fancy-splash-screens, normal-splash-screen): Rename " About GNU
21500         Emacs" to "*About GNU Emacs*", and " GNU Emacs" to "*GNU Emacs*".
21501         (normal-splash-screen): Put "Browse manuals" on the same line with
21502         "Emacs manual".  Remove descriptions from "Useful tasks" and put
21503         all links in two columns on two lines.
21505 2007-08-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21507         * emulation/viper.el (viper-remove-hooks): Remove some additional
21508         viper hooks when the user calls viper-go-away.
21509         (viper-go-away): Restore the default of default-major-mode.
21510         Save the value of default-major-mode before vaperization.
21512         * emulation/viper-cmd.el: Replace error "" with "Viper bell".
21514         * emulation/viper-ex.el: Replace error "" with "Viper bell".
21516         * ediff-util.el (ediff-make-temp-file): Use the coding system of the
21517         buffer for which file is created.
21519 2007-08-19  Glenn Morris  <rgm@gnu.org>
21521         * Makefile.in (custom-deps, finder-data, autoloads, recompile)
21522         (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
21523         than $(EMACS), so that EMACSLOADPATH is set.  Prevents any system
21524         shadow files messing up the compilation.
21526 2007-08-18  Glenn Morris  <rgm@gnu.org>
21528         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Add doc
21529         string.  Also apply eldoc-argument-case in the help-split-fundoc
21530         case.  Adapt for changed behavior of eldoc-function-argstring,
21531         eldoc-function-argstring-format, and
21532         eldoc-highlight-function-argument.
21533         (eldoc-highlight-function-argument): Handle nil INDEX argument,
21534         just call eldoc-docstring-format-sym-doc in that case.
21535         (eldoc-function-argstring): Change the behavior.  Now it converts
21536         an argument list to a string.
21537         (eldoc-function-argstring-format): Change the behavior.  Now it
21538         applies `eldoc-argument-case' to a string.
21540         * progmodes/scheme.el (scheme-mode-variables): Set
21541         font-lock-comment-start-skip.
21543 2007-08-18  Martin Rudalics  <rudalics@gmx.at>
21545         * progmodes/ada-mode.el (ada-create-syntax-table): Move
21546         set-syntax-table from here to ...
21547         (ada-mode): ... here.  Do not change global value of
21548         comment-multi-line.  Call new function
21549         ada-initialize-syntax-table-properties and add new function
21550         ada-handle-syntax-table-properties to font-lock-mode-hook.
21551         (ada-deactivate-properties, ada-initialize-properties): Replace
21552         by new functions ...
21553         (ada-handle-syntax-table-properties)
21554         (ada-initialize-syntax-table-properties)
21555         (ada-set-syntax-table-properties): ... to set up syntax-table
21556         properties uniformly, independently from whether font-lock-mode
21557         is enabled or not.  Handle read-only buffers and do not change
21558         undo-list when setting syntax-table properties.
21559         (ada-after-change-function): Use ada-set-syntax-table-properties.
21561 2007-08-18  Michaël Cadilhac  <michael@cadilhac.name>
21563         * progmodes/meta-mode.el (meta-indent-calculate-last): Remove.
21564         (meta-indent-current-nesting): Use a computation of the nesting
21565         instead.
21566         (meta-indent-current-indentation): Indentation is given according
21567         to nesting and if the previous line was finished or not.
21568         (meta-indent-unfinished-line): Tell if the current line ends with
21569         a finished expression.
21570         (meta-indent-looking-at-code): Like `looking-at', but checks if
21571         the point is in a string before.
21572         (meta-indent-level-count): Use it.  Don't count parenthesis as it's
21573         done in the nesting function.
21574         (meta-indent-in-string-p): Tell if the current point is in a
21575         string.
21576         (meta-indent-calculate): Treat b-o-b as a special case.  Use the
21577         previous functions.
21579 2007-08-17  Thien-Thi Nguyen  <ttn@gnuvola.org>
21581         * emacs-lisp/copyright.el (copyright-limit): New defsubst.
21582         (copyright-update-year, copyright-update)
21583         (copyright-fix-years): Use it.
21585 2007-08-17  Kimit Yada  <kimitto@gmail.com>  (tiny change)
21587         * emacs-lisp/copyright.el (copyright-update-year):
21588         Fix bug: Handle nil copyright-limit.
21590 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
21592         * calc/calc-units.el (math-standard-units): Give exact
21593         conversion for tsp.
21595         * calc/calc.el (math-bignum-digit-length): Compute the
21596         appropriate value.
21598         * calc/calc-bin.el (math-bignum-logb-digit-size)
21599         (math-bignum-digit-power-of-two):
21600         * calc/calc-comb.el (math-small-factorial-table):
21601         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
21602         (math-approx-gamma-const):
21603         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0)
21604         (math-besY1, math-bernoulli-b-cache):
21605         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
21606         Remove `eval-when-compile's.
21608 2007-08-17  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
21610         * progmodes/cperl-mode.el (cperl-look-at-leading-count)
21611         (cperl-find-pods-heres): Fix an error when typing expressions like
21612         `s{a}{b}'.
21614 2007-08-17  Michaël Cadilhac  <michael@cadilhac.name>
21616         * mail/emacsbug.el (report-emacs-bug): Remove the last number of
21617         `emacs-version', use the topic prefix ``version; ''.  Make MS-DOS
21618         a special case (there's no build number).
21620 2007-08-17  T. V. Raman  <raman@users.sf.net>  (tiny change)
21622         * completion.el (symbol-under-point, symbol-before-point)
21623         (symbol-before-point-for-complete): Use buffer-substring-no-properties.
21625 2007-08-17  Glenn Morris  <rgm@gnu.org>
21627         * progmodes/compile.el (compilation-get-file-structure): Make use
21628         of the directory part when checking for an existing entry, to
21629         handle files with same basename in different directories.
21631 2007-08-17  Jay Belanger  <jay.p.belanger@gmail.com>
21633         * calc/calc.el (calc-language-alist): Add texinfo-mode.
21635 2007-08-16  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21637         * ps-print.el (ps-header-font-size, ps-header-title-font-size)
21638         (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
21639         (ps-paragraph-spacing): Docstring fix.
21641 2007-08-16  Glenn Morris  <rgm@gnu.org>
21643         * ps-print.el (ps-font-size): Doc fix.
21645 2007-08-16  Richard Stallman  <rms@gnu.org>
21647         * emacs-lisp/copyright.el (copyright-names-regexp): Add custom group.
21649 2007-08-15  Juri Linkov  <juri@jurta.org>
21651         * startup.el (initialization): Change parent group from `internal'
21652         to `environment'.
21653         (initial-buffer-choice): New variable.
21654         (command-line): Revert 2007-07-02 change that sets
21655         buffer-offer-save in *scratch* and enables auto-save in it.
21656         (fancy-splash-text): Add links to existing items.  Add new items
21657         with links for useful tasks.  Move information about Control-g to
21658         fancy-splash-head.  Move "Emacs Guided Tour" to the end.
21659         (fancy-splash-keymap): New variable.
21660         (fancy-splash-last-input-event): Remove variable.
21661         (fancy-splash-insert): Add processing of `:link' element.
21662         (fancy-splash-head): Replace "Type Control-l to begin editing"
21663         with "Type `q' to exit".
21664         (fancy-splash-screens-1): Let-bind inhibit-read-only to t.
21665         (fancy-splash-default-action, fancy-splash-special-event-action):
21666         Remove functions.
21667         (fancy-splash-quit): New function.
21668         (fancy-splash-screens): Rename input arg from `hide-on-input' to
21669         `static' and reverse the condition of its usage.  Don't preserve
21670         original values of `minor-mode-map-alist',
21671         `emulation-mode-map-alists', `special-event-map'.
21672         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
21673         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
21674         Remove processing of special events.  Use local key map
21675         `fancy-splash-keymap'.  Set buffer to read-only.
21676         (normal-splash-screen): Rename input arg from `hide-on-input' to
21677         `static' and reverse the condition of its usage.
21678         Rename startup-buffer from "*About GNU Emacs*" to " GNU Emacs".
21679         Rename about-buffer from " GNU Emacs" to " About GNU Emacs".
21680         Add links to existing items.  Add new items with links for useful
21681         tasks.  Use local key map `fancy-splash-keymap'.
21682         (display-splash-screen): Rename input arg from `hide-on-input' to
21683         `static'.
21684         (about-emacs): Add alias to display-splash-screen.
21685         (command-line-1): Use `initial-buffer-choice'.
21687         * menu-bar.el (menu-bar-help-menu):
21688         * term/mac-win.el (mac-apple-event-map): Bind About Emacs menu
21689         item to about-emacs instead of display-splash-screen.
21691 2007-08-15  Jay Belanger  <jay.p.belanger@gmail.com>
21693         * calc/calc-units.el (math-standard-units): Update values.
21694         Put in exact, rational values when possible.
21695         (math-unit-prefixes): Replace floats with powers of ten.
21696         (math-standard-units-systems): Replace floats with integers.
21697         (math-make-unit-string): Remove extra spaces in output.
21699 2007-08-15  Glenn Morris  <rgm@gnu.org>
21701         * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
21702         sloppier, for the sake of GNU Mailman.
21703         (rmail-digest-rfc1153): Initialize `result' correctly.
21705 2007-08-15  Michaël Cadilhac  <michael@cadilhac.name>
21707         * mail/emacsbug.el (report-emacs-bug): Put `Bug: emacs-version; '
21708         in the mail title.  Suggested by Reiner Steib.
21710 2007-08-14  Chris Hecker  <checker@d6.com>  (tiny change)
21712         * calc/calc-aent.el (calc-do-quick-calc): Add binary
21713         representation of integers to the list of outputs.
21715 2007-08-14  Glenn Morris  <rgm@gnu.org>
21717         * simple.el (bad-packages-alist): New constant.
21718         (bad-package-check): New function.  Together, these two add elements
21719         to `after-load-alist' to check for problematic external packages.
21720         * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
21722 2007-08-14  Jay Belanger  <jay.p.belanger@gmail.com>
21724         * calc/calc-units.el (math-get-standard-units)
21725         (math-get-units, math-make-unit-string)
21726         (math-get-default-units, math-put-default-units): New functions.
21727         (math-default-units-table): New variable.
21728         (calc-convert-units, calc-convert-temperature): Add machinery
21729         to supply default values.
21731 2007-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21733         * emulation/tpu-edt.el: Add tpu-extras's autoloads.
21734         (tpu-gold-map, tpu-global-map): Comment-out the bindings to nil.
21735         (tpu-gold-map): Bind F to tpu-cursor-free-mode.
21736         (minibuffer-local-map): Use funkey symbols rather than esc-sequence.
21738         * emulation/tpu-extras.el: Remove spurious * in docstrings.
21739         Put its autoloads into tpu-edt.el rather than loaddefs.el.
21740         (tpu-cursor-free-mode): Rename from tpu-cursor-free.
21741         Make into a proper minor-mode.
21742         (tpu-backward-char, tpu-next-line, tpu-previous-line)
21743         (tpu-next-end-of-line, tpu-current-end-of-line): Use new name.
21744         (tpu-trim-line-ends-if-needed): Rename from tpu-before-save-hook.
21745         (tpu-set-cursor-free, tpu-set-cursor-bound):
21746         Delegate to tpu-cursor-free-mode.
21747         (tpu-next-line, tpu-previous-line, tpu-forward-line)
21748         (tpu-backward-line, tpu-scroll-window-down, tpu-scroll-window-up):
21749         Use line-move or forward-line instead of next-line-internal.
21751 2007-08-13  Nick Roberts  <nickrob@snap.net.nz>
21753         * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
21755 2007-08-12  Richard Stallman  <rms@gnu.org>
21757         * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
21758         (cvs-execute-single-file): Use new name split-string-and-unquote.
21759         (cvs-header-msg): Use new name combine-and-quote-strings.
21761         * emulation/vi.el (vi-next-line): Ignore return value of line-move.
21763         * progmodes/gud.el (gud-common-init): Use new name
21764         split-string-and-unquote.
21766         * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
21767         in javac regexp.
21769         * pcvs-util.el (cvs-qtypedesc-strings): Use new names
21770         combine-and-quote-strings and split-string-and-unquote.
21772         * subr.el (combine-and-quote-strings): Rename from strings->string.
21773         (split-string-and-unquote): Rename from string->strings.
21775 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21777         * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
21778         to buffer-local settings.
21780         * emacs-lisp/backquote.el (backquote-delay-process): New function.
21781         (backquote-process): Add internal arg `level'.  Use the two to
21782         correctly handle nested backquotes.
21784 2007-08-09  Riccardo Murri  <riccardo.murri@gmail.com>
21786         * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
21787         (vc-bzr-state-words): Add "kind changed" state word.
21788         (vc-bzr-status): New function.  Return Bzr idea of file status,
21789         which is different from VC's.
21790         (vc-bzr-state): Use vc-bzr-status.
21791         (vc-workfile-unchanged-p): Use vc-bzr-status.
21792         (vc-bzr-revert): Use synchronous process; expect exitcode 0.
21793         (vc-dired-state): Process "kind changed" state word.
21795 2007-08-09  Stefan Monnier  <monnier@iro.umontreal.ca>
21797         * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
21799         * vc-rcs.el (vc-rcs-find-file-not-found-hook):
21800         Move from vc-default-find-file-not-found-hook.
21802 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21804         * man.el: Remove spurious * in docstrings.
21805         Merge defvars and toplevel setq-defaults.
21806         (Man-highlight-references0): Limit=nil rather than point-max.
21807         (Man-mode-map): Move initialization into the declaration.
21808         (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
21809         (Man-view-header-file): Use expand-file-name rather than concat.
21810         (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
21812         * man.el (Man-next-section): Make sure we do not move backward.
21814 2007-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
21816         * files.el (auto-mode-alist): Use the purecopied text (duh!).
21818 2007-08-08  Glenn Morris  <rgm@gnu.org>
21820         * Replace `iff' in doc-strings and comments.
21822 2007-08-08  Martin Rudalics  <rudalics@gmx.at>
21824         * dired.el (dired-pop-to-buffer):
21825         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
21826         * calendar/calendar.el (generate-calendar-window):
21827         * progmodes/compile.el (compilation-set-window-height):
21828         * textmodes/two-column.el (2C-two-columns, 2C-merge):
21829         Use window-full-width-p instead of comparing frame-width and
21830         window-width.
21832         * progmodes/compile.el (compilation-find-buffer): Remove extra
21833         argument in call to compilation-buffer-internal-p.
21835 2007-08-07  Tom Tromey  <tromey@redhat.com>
21837         * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
21838         Add safe-local-variable property.
21840 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
21842         * image-mode.el (image-toggle-display): Use image-refresh.
21844 2007-08-07  Riccardo Murri  <riccardo.murri@gmail.com>
21846         * vc-bzr.el: Remove comments about vc-bzr.el being a modified
21847         unofficial version.
21848         (vc-bzr-command): Remove redundant setting of process-connection-type.
21849         (vc-bzr-admin-checkout-format-file): Add autoload.
21850         (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
21851         (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
21852         (vc-bzr-registered): Compare dirstate format tag with known good
21853         value, abort parsing if match fails.  Warn user in docstring.
21854         (vc-bzr-workfile-version): Case for different Bzr branch formats.
21855         See bzrlib/branch.py in Bzr sources.
21856         (vc-bzr-diff): First argument FILES may be a string rather than a list.
21857         (vc-bzr-shell-command): Remove in favor of
21858         vc-bzr-command-discarding-stderr.
21859         (vc-bzr-command-discarding-stderr): New function.
21861 2007-08-06  Riccardo Murri  <riccardo.murri@gmail.com>
21863         * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
21864         program, and return nil.
21865         (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
21866         (vc-bzr-state): Look for path names relative to the repository
21867         root after status keyword.
21868         (vc-bzr-file-name-relative): New function.
21869         (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
21870         depend on it.
21871         (vc-bzr-admin-dirname, ...-checkout-format-file)
21872         (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
21873         files that we now parse directly for speed.
21874         (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
21875         (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
21876         (vc-bzr-state): "bzr status" successful only if exitcode is 0.
21877         (vc-bzr-root): Use `vc-bzr-shell-command'.  Stderr may contain
21878         Bzr warnings, so we must discard it.
21879         (vc-bzr-workfile-version): Speedup counting lines from
21880         `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
21881         if that file doesn't exist.
21882         (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
21883         `vc-bzr-root-dir' for speed.  Add `vc-bzr-admin-dirname' (not ".bzr"!)
21884         to `vc-directory-exclusion-list'.
21885         (vc-bzr-shell-command): New function.
21887 2007-08-06  Tom Tromey  <tromey@redhat.com>
21889         * diff-mode.el (diff-unified->context, diff-reverse-direction)
21890         (diff-fixup-modifs): Typo in docstring.
21892 2007-08-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21894         * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
21895         count-screen-lines.
21896         (tpu-edt-off): Disable relevant pieces of advice.
21898         * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
21899         tpu-write-file-hook.  Activate it with add-hook on buffer-save-hook.
21900         (newline, newline-and-indent, do-auto-fill): Use advice instead of
21901         redefining the function.
21902         (tpu-set-scroll-margins): Activate the pieces of advice.
21904 2007-08-06  Martin Rudalics  <rudalics@gmx.at>
21906         * help.el (resize-temp-buffer-window): Use window-full-width-p
21907         instead of comparing frame-width and window-width.
21909 2007-08-13  Stephen Leake  <stephen_leake@stephe-leake.org>
21911         * pcvs-parse.el (cvs-parse-table): Handle additional instance of
21912         optional quotes around files in NEED-UPDATE . REMOVED case.
21914         * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
21915         (ada-treat-cmd-string): Improve error message.
21916         (ada-do-file-completion): Call `ada-require-project-file', so
21917         project variables are set properly.
21918         (ada-prj-find-prj-file): Delete Emacs 20.2 support.
21919         (ada-gnatfind-buffer-name): New constant.
21920         (ada-find-any-references): Use new constant.  Set buffer name
21921         properly in compilation-start.  Toggle read-only properly.
21922         (ada-find-in-src-path): Fix spelling error in docstring.
21924         * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
21925         by zero error.
21927 2007-08-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21929         * emacs-lisp/autoload.el (autoload-print-form): Use print-quoted.
21931 2007-08-12  Richard Stallman  <rms@gnu.org>
21933         * progmodes/sh-script.el (sh): Delete group `unix'.
21935         * progmodes/gud.el (gud): Change to group `processes'.
21937 2007-08-11  Glenn Morris  <rgm@gnu.org>
21939         * progmodes/compile.el (compilation-buffer-name): Don't check
21940         compilation-arguments.  It is superfluous, and the variable isn't
21941         even set when this function is called.
21943 2007-08-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21945         * term/mac-win.el (mac-ae-reopen-application): New function.
21946         (mac-apple-event-map): Bind "reopen application" Apple event to it.
21948 2007-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21950         * textmodes/tex-mode.el (tex-font-lock-unfontify-region): Fix to
21951         take tex-font-script-display into account.
21952         (tex-font-script-display, tex-font-lock-suscript): Change from a cons
21953         cell to a list of 2 elements to simplify the unfontify code.
21955 2007-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
21957         * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
21958         (ps-begin-job): Use ps-default-fg and ps-default-bg only when
21959         ps-print-color-p is neither nil nor black-white.  Reported by Christian
21960         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
21962 2007-08-08  Andreas Schwab  <schwab@suse.de>
21964         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
21965         self-insert-command, not self-insert.
21967 2007-08-08  Glenn Morris  <rgm@gnu.org>
21969         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string): Make second
21970         argument optional, for backwards compatibility, and only highlight
21971         args when present.  Fix symbol name typo (doc/args).
21973         * help-mode.el (help-make-xrefs): Search for symbol constituents,
21974         rather than just `-'.
21976 2007-08-07  Jay Belanger  <jay.p.belanger@gmail.com>
21978         * calc/calc-units.el (calc-convert-temperature):
21979         Use `/' to create fractions.
21981 2007-08-07  Michael Albinus  <michael.albinus@gmx.de>
21983         * net/tramp.el (tramp-wrong-passwd-regexp): Make the regexp more
21984         global matching.
21985         (tramp-handle-shell-command): Handle OUTPUT-BUFFER and
21986         ERROR-BUFFER more robust.  Display output.
21987         (tramp-file-name-handler): Add a connection property when we found
21988         a foreign file name handler.  This allows backends like ftp to
21989         profit also from usr/host name completion based on connection
21990         cache.
21991         (tramp-send-command-and-read): Search for trash after the regexp
21992         until eol only.  In XEmacs, there is a problem with \n.
21994         * net/tramp-cache.el (top): Read persistent connection history
21995         when cache is empty.
21997 2007-08-07  Nic Ferrier  <nferrier@tapsellferrier.co.uk>  (tiny change)
21999         * net/tramp.el (tramp-handle-process-file): Fix bug inserting
22000         resulting output.
22002 2007-08-07  Sam Steingold  <sds@gnu.org>
22004         * progmodes/compile.el (compilation-start): Pass nil as startfile
22005         to comint-exec.
22007 2007-08-07  Chong Yidong  <cyd@stupidchicken.com>
22009         * longlines.el (longlines-decoded): New variable.
22010         (longlines-mode): Avoid encoding or decoding the buffer twice.
22012 2007-08-07  Martin Rudalics  <rudalics@gmx.at>
22014         * format.el (format-insert-file): Make sure that at most one undo
22015         entry is recorded for the insertion.  Inhibit point-motion and
22016         modification hooks around call to insert-file-contents.
22018 2007-08-07  Stefan Monnier  <monnier@iro.umontreal.ca>
22020         * vc.el (vc-annotate): Select temp-buffer before running vc-exec-after.
22021         Select the buffer's window before moving point.
22023 2007-08-07  Richard Stallman  <rms@gnu.org>
22025         * term.el (term): Remove parent group `unix'.
22027         * simple.el (default-indent-new-line): New function.
22028         It calls comment-line-break-function if there are comments.
22029         (do-auto-fill): Use that.
22031 2007-08-07  Sean O'Rourke  <sorourke@cs.ucsd.edu>
22033         * complete.el (PC-lisp-complete-symbol): Complete symbol around point.
22034         (PC-do-completion): Add "acronym completion" for symbols and
22035         filenames, so e.g. "mvbl" expands to "make-variable-buffer-local".
22037 2007-08-06  Sam Steingold  <sds@gnu.org>
22039         * mouse.el (mouse-buffer-menu): Pass mode-name through
22040         format-mode-line because it may be a list,
22041         e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
22043 2007-08-06  Vinicius Jose Latorre  <viniciusig@ig.com.br>
22045         * printing.el (pr-update-menus): Docstring fix.
22047 2007-08-06  Jason Rumney  <jasonr@gnu.org>
22049         * menu-bar.el (menu-bar-vc-filter): Use vc-call-backend.
22051         * vc-hooks.el (vc-call): Add doc string.
22053 2007-08-06  Michael Albinus  <michael.albinus@gmx.de>
22055         * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
22056         process-filter.
22058 2007-08-06  Kenichi Handa  <handa@m17n.org>
22060         * international/quail.el: Wrap (require 'help-mode) by
22061         eval-when-compile.
22062         (quail-help-init): New function.
22063         (quail-help): Call quail-help-init.
22064         (quail-store-decode-map-key): Change it to a function.
22066 2007-08-05  Jason Rumney  <jasonr@gnu.org>
22068         * vc.el (vc-rollback): Add norevert argument back.
22069         (vc-revert-buffer): Add back as obsolete alias.
22071 2007-08-05  Peter Povinec  <ppovinec@yahoo.com>  (tiny change)
22073         * term.el: Honor term-default-fg-color and term-default-bg-color
22074         settings when modifying term-current-face.
22075         (term-default-fg-color, term-default-bg-color): Initialize from
22076         default term-current-face.
22077         (term-mode, term-reset-terminal): Set term-current-face with
22078         term-default-fg-color and term-default-bg-color.
22079         (term-handle-colors-array): term-current-face has term-default-fg-color
22080         and term-default-bg-color after reset escape sequence.
22081         (term-handle-colors-array): Set term-current-color with
22082         term-default-fg/bg-color instead of ansi-term-color-vector when the
22083         index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
22085 2007-08-05  Jay Belanger  <jay.p.belanger@gmail.com>
22087         * calc/calc-nlfit.el (math-nlfit-curve): Remove unnecessary variables.
22088         (math-nlfit-givens): Let bind free variables.
22090 2007-08-05  Vinicius Jose Latorre  <viniciusig@ig.com.br>
22092         * printing.el: Require lpr and ps-print when loading printing package.
22093         Reported by Glenn Morris <rgm@gnu.org>.
22095 2007-08-05  Michael Albinus  <michael.albinus@gmx.de>
22097         * files.el (set-auto-mode): Handle also remote files wrt
22098         `auto-mode-alist'.
22100 2007-08-04  Jay Belanger  <jay.p.belanger@gmail.com>
22102         * calc/calcalg3.el (calc-curve-fit): Add support for nonlinear
22103         curves and plotting.
22105         * calc/calc-nlfit.el: New file.
22107 2007-08-04  Glenn Morris  <rgm@gnu.org>
22109         * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
22110         zero, not nil, when the library is first loaded.  Check for a file
22111         that has been modified on disk.
22113         * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
22114         Remove duplicate defvar preventing initialization.
22115         (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
22117 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22119         * diff-mode.el (diff-font-lock-keywords): Fix up false positives.
22120         (diff-beginning-of-file): Adjust to the fact that diff-file-header-re
22121         may match up to 4 lines.
22122         (diff-beginning-of-file-and-junk): Rewrite.
22124 2007-08-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22126         * printing.el: Evaluate require only during compilation.
22127         (pr-version): New version 6.9.1.
22128         (deactivate-mark): Replace (defvar VAR nil) by (defvar VAR).
22129         (pr-global-menubar): Fix code.
22131 2007-08-03  Dan Nicolaescu  <dann@ics.uci.edu>
22133         * term.el (term-erase-in-display): Fix case when point is not at
22134         the beginning of the line.
22136 2007-08-03  Jay Belanger  <jay.p.belanger@gmail.com>
22138         * calc/calc-ext.el (math-get-value, math-get-sdev)
22139         (math-contains-sdev): New functions.
22141         * calc/calc-graph.el (calc-graph-format-data)
22142         (calc-graph-add-curve): Check for error forms.
22143         (calc-graph-set-styles): Add option for error forms.
22145 2007-08-03  Miles Bader  <miles@gnu.org>
22147         * vc-hooks.el (vc-handled-backends): Change capitalization of VC
22148         backend names for new backends to `Git', `Hg', and `Bzr'.
22149         * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
22150         not `HG'.
22151         * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
22152         name, not `GIT'.
22153         * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
22154         (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
22156 2007-08-03  Richard Stallman  <rms@gnu.org>
22158         * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
22159         to update deleted flag.
22161         * cus-edit.el (customize-apropos, customize-apropos-options)
22162         (customize-apropos-faces, customize-apropos-groups): Improve prompt.
22164         * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
22166         * startup.el (fancy-splash-head, startup-echo-area-message):
22167         Change message text.
22169         * emulation/tpu-edt.el (next-line-internal): Setting deleted.
22170         All callers use line-move.
22172         * progmodes/compile.el (compilation-find-buffer): Return current
22173         buffer immediately if suitable.
22174         (compile, compilation-buffer-name, compilation-start): Doc fixes.
22176 2007-08-03  Daiki Ueno  <ueno@unixuser.org>
22178         * faces.el (face-normalize-spec): New function.
22179         (frame-set-background-mode): Normalize face-spec before calling
22180         face-spec-match-p.
22182 2007-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22184         * server.el (server-window): Add switch-to-buffer-other-frame option.
22186 2007-08-03  Glenn Morris  <rgm@gnu.org>
22188         * cus-edit.el (customize-apropos): Make the error message indicate
22189         what kind of thing the user was trying to customize.
22191         * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
22193         * progmodes/fortran.el (fortran-font-lock-syntactic-keywords):
22194         Fix off-by-one error in previous change.
22196 2007-08-03  Drew Adams  <drew.adams@oracle.com>
22198         * emacs-lisp/pp.el (pp-eval-expression): Add progress message.
22199         Make buffer writable.
22201 2007-08-01  Jay Belanger  <jay.p.belanger@gmail.com>
22203         * calc/calc-math.el (math-sqrt-raw, math-sin-raw-2)
22204         (math-cos-raw-2, math-arctan-raw, math-ln-raw):
22205         Use native Emacs functions, when appropriate.
22207 2007-08-01  Dan Nicolaescu  <dann@ics.uci.edu>
22208             Stefan Monnier  <monnier@iro.umontreal.ca>
22210         * vc.el: Document new VC operation `extra-menu'.
22212         * vc-hooks.el (vc-default-extra-menu): New function.
22214         * menu-bar.el (menu-bar-vc-filter): New function.
22215         (menu-bar-tools-menu): Use it as a filter.
22217 2007-08-01  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
22219         * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
22221 2007-08-01  Glenn Morris  <rgm@gnu.org>
22223         * progmodes/fortran.el: Remove leading `*' from all defcustom doc
22224         strings.
22225         (fortran-tab-mode-default): Remove needless autoload.
22226         (fortran-tab-mode-string): Add help-echo and mouse properties, and
22227         mark as risky.
22228         (fortran-line-length): New buffer-local variable, safe if integer.
22229         (fortran-if-start-re, fortran-end-prog-re1, fortran-end-prog-re):
22230         Change from variables to constants.
22231         (fortran-font-lock-syntactic-keywords): Delete as a variable,
22232         replace with a new function definition.
22233         (fortran-mode): Use fortran-line-length, and
22234         fortran-font-lock-syntactic-keywords as a function.  Add a
22235         hack-local-variables-hook function.
22236         (fortran-line-length, fortran-hack-local-variables): New functions.
22237         (fortran-window-create, fortran-strip-sequence-nos): Doc fix.
22238         Use fortran-line-length rather than 72.
22239         (fortran-window-create-momentarily): Doc fix.
22241 2007-07-31  Drew Adams  <drew.adams@oracle.com>  (tiny change)
22243         * cus-edit.el (custom-group-value-create, custom-goto-parent):
22244         Fix parent groups link.
22246 2007-07-31  Paul Pogonyshev  <pogonyshev@gmx.net>
22248         * progmodes/python.el (python-current-defun): Adjust to never fall
22249         into infinite loop.
22251 2007-07-31  Stefan Monnier  <monnier@iro.umontreal.ca>
22253         * pcvs.el (cvs-vc-command-advice): Handle the new fileset case.
22255 2007-07-29  Kimit Yada  <kimitto@gmail.com>  (tiny change)
22257         * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
22258         (copyright-fix-years, copyright): Correctly handle the case where
22259         copyright-limit is nil.
22261 2007-07-28  Konstantin Novitsky  <knovitsk@Bear.com>  (tiny change)
22263         * progmodes/python.el (run-python): Fix path separator under w32.
22265 2007-07-30  Richard Stallman  <rms@gnu.org>
22267         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
22268         Treat non-break space as whitespace in Lisp.
22270 2007-07-30  Stefan Monnier  <monnier@iro.umontreal.ca>
22272         * vc.el (vc-dired-hook): Use inhibit-read-only.
22274         * progmodes/compile.el (compilation-forget-errors):
22275         Reset compilation-auto-jump-to-next.
22277 2007-07-30  Michael Olson  <mwolson@gnu.org>
22279         * cus-edit.el (custom-group-save): Fix void function definition
22280         error.  Thanks to Zhang Wei for the report.
22282         * ps-print.el: Check in trivial changes to the autoloads section
22283         caused by the build process.  These autoloads really ought to be
22284         placed in a separate file, methinks.
22286 2007-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
22288         * calendar/calendar.el (calendar-mode): Make sure
22289         displayed-(month|year) are set.
22290         (calendar-basic-setup): Display buffer before adjusting window sizes.
22291         (generate-calendar-window): Use inhibit-read-only.  Simplify.
22292         Generate buffer and set displayed-month and displayed-year before
22293         calling update-calendar-mode-line.
22295 2007-07-29  Michael Albinus  <michael.albinus@gmx.de>
22297         * net/tramp.el:
22298         * net/tramp-uu.el:
22299         * net/trampver.el: Use utf-8 encoding with coding cookie.
22301         * net/tramp-cache.el:
22302         * net/tramp-fish.el:
22303         * net/tramp-ftp.el:
22304         * net/tramp-gw.el:
22305         * net/tramp-smb.el: Remove coding cookie.
22307         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
22308         Flush buffer file-name's file property.
22309         (tramp-handle-file-remote-p): The first parameter is FILENAME.
22311         * net/trampver.el: Update release number.
22313 2007-07-29  Juri Linkov  <juri@jurta.org>
22315         * dired.el (dired-mode-map): Bind C-x C-q to dired-toggle-read-only.
22316         Filter out menu item "Edit File Names" `wdired-change-to-wdired-mode'
22317         when major-mode is not dired-mode.
22318         (dired-toggle-read-only): New function.
22319         (dired-recursive-deletes): Remove obsolete comments about old
22320         default value.
22321         (dired-do-flagged-delete, dired-do-delete): Refill docstring.
22323         * wdired.el (wdired-exit): New function.
22324         (wdired-mode-map): Bind C-x C-q to wdired-exit.
22326 2007-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22328         * cus-edit.el (customize-read-group): New fun.
22329         (customize-group-other-window, customize-face-other-window):
22330         Prompt before delegating to customize-(group|face).
22331         Bind pop-up-windows rather than use the other-window argument.
22332         (customize-group, customize-face): Prompt from the interactive spec.
22333         Remove args `prompt-for-group' and `other-window'.
22335         * emacs-lisp/advice.el (ad-interactive-form): Re-introduce.
22336         (ad-body-forms, ad-advised-interactive-form): Revert this part of
22337         last change.
22339 2007-07-28  Masatake YAMATO  <jet@gyve.org>
22341         * vc.el (vc-dired-mode): Add a menu for VC related operation.
22342         Use backend name as the menu label.  Suggested by David Kastrup.
22344 2007-07-28  Alan Mackenzie  <acm@muc.de>
22346         Fix problem with modes derived from CC Mode:
22347         * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
22348         macro to cc-langs.
22349         (c-init-language-vars-for): Remove call to above macro.
22350         * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
22351         been moved to here.
22352         (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
22354 2007-07-28  Eli Zaretskii  <eliz@gnu.org>
22356         * net/trampver.el: Fix the `coding' cookie.
22358 2007-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
22360         * vc-git.el (vc-git-print-log): Support both the old single file
22361         interface and the new one.
22363 2007-07-28  Nick Roberts  <nickrob@snap.net.nz>
22365         * bindings.el (mode-line-remote): Use updated %@ construct.
22367 2007-07-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22369         * calendar/cal-bahai.el (calendar-bahai-month-name-array)
22370         (calendar-bahai-epoch, calendar-bahai-leap-year-p)
22371         (calendar-bahai-leap-base, calendar-bahai-prompt-for-date)
22372         (diary-list-bahai-entries, diary-bahai-mark-entries)
22373         (calendar-bahai-mark-date-pattern, diary-insert-bahai-entry)
22374         (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
22375         New names to clean up namespace.
22376         (list-bahai-diary-entries, mark-bahai-diary-entries)
22377         (insert-bahai-diary-entry, insert-monthly-bahai-diary-entry)
22378         (insert-yearly-bahai-diary-entry, mark-bahai-calendar-date-pattern):
22379         Add compatibility aliases.
22381         * calendar/appt.el: Don't wrap defvar within eval-when-compile.
22383         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right)
22384         (calendar-scroll-left-three-months)
22385         (calendar-scroll-right-three-months): Clean up namespace.
22386         (scroll-calendar-left, scroll-calendar-right)
22387         (scroll-calendar-left-three-months)
22388         (scroll-calendar-right-three-months): Add compatibility aliases.
22390         * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
22391         Behave like mouse-scroll-calendar-* when used from the mouse.
22393         * calendar/cal-menu.el (cal-menu-scroll-menu)
22394         (cal-menu-global-mouse-menu):
22395         * calendar/calendar.el (calendar-mode-map):
22396         Use new calendar-scroll-* names.
22397         (mouse-scroll-calendar-left, mouse-scroll-calendar-right):
22398         Remove.  Use calendar-scroll-* directly instead.
22400 2007-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
22402         * emacs-lisp/advice.el (ad-interactive-p, ad-interactive-form): Remove.
22403         (ad-body-forms, ad-advised-interactive-form, ad-make-cache-id)
22404         (ad-make-advised-definition, ad-cache-id-verification-code):
22405         Use commandp and interactive-form instead.
22407 2007-07-26  Dan Nicolaescu  <dann@ics.uci.edu>
22409         * vc-git.el: Relicense to GPLv3 or later.
22410         (vc-directory-exclusion-list, vc-handled-backends): Remove.
22412         * vc-hooks.el (vc-handled-backends): Add GIT.
22414         * vc.el (vc-directory-exclusion-list): Add .git.
22416 2007-07-26  Alexandre Julliard  <julliard@winehq.org>
22418         * vc-git.el (vc-git-revision-table)
22419         (vc-git-revision-completion-table): New functions.
22421 2007-07-25  Glenn Morris  <rgm@gnu.org>
22423         * Relicense all FSF files to GPLv3 or later.
22425         * COPYING: Switch to GPLv3.
22427 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22429         * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
22430         Replace it with another one which disables undo before calling
22431         erase-buffer and then turns it back on if needed.
22433 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
22435         * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
22437 2007-07-24  Glenn Morris  <rgm@gnu.org>
22439         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
22440         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
22441         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
22442         (cal-tex-cursor-week, cal-tex-cursor-week2)
22443         (cal-tex-cursor-week-iso, cal-tex-week-hours)
22444         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
22445         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
22446         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
22448 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22450         * calendar/calendar.el (calendar-mode-map): Move initialization
22451         into declaration.  Add menu bindings (used to be done in cal-menu).
22452         (calendar-mode): Don't add an activate-menubar-hook.
22454         * calendar/cal-menu.el: Break dependency on calendar.el (i.e. do not
22455         modify calendar-mode-map), use easy-menu, and make sure that C-h k
22456         can be used on the menu entries.
22457         (cal-menu-holiday-window-suffix, cal-menu-set-date-title): New funs.
22458         (cal-menu-moon-menu, cal-menu-diary-menu, cal-menu-holidays-menu)
22459         (cal-menu-goto-menu, cal-menu-scroll-menu): New consts.
22460         (cal-menu-context-mouse-menu, cal-menu-global-mouse-menu): New menus.
22461         (calendar-flatten, cal-menu-update): Remove.
22462         (calendar-mouse-insert-hebrew-diary-entry)
22463         (calendar-mouse-insert-islamic-diary-entry)
22464         (calendar-mouse-insert-bahai-diary-entry):
22465         Remove (fold into cal-menu-diary-menu).
22466         (calendar-mouse-2-date-menu, calendar-mouse-cal-tex-menu)
22467         (cal-tex-mouse-filofax): Remove (fold into cal-menu-context-mouse-menu).
22468         (calendar-mouse-3-map): Remove (turn into cal-menu-global-mouse-menu).
22469         (calendar-mouse-view-diary-entries): Minor simplifications.
22470         (calendar-event-to-date): Use with-current-buffer.
22472 2007-07-25  Nick Roberts  <nickrob@snap.net.nz>
22474         * add-log.el (change-log-redate): Remove (not needed anymore and
22475         doesn't appear to work).
22477 2007-07-25  Stefan Monnier  <monnier@iro.umontreal.ca>
22479         * frame.el: Use mapc and dolist instead of mapcar where possible.
22480         (close-display-connection): New command.
22482 2007-07-25  Alexandre Julliard  <julliard@winehq.org>
22484         * vc-git.el (vc-git-log-view-mode): Port to the multi-file vc interface.
22485         (vc-git-create-snapshot, vc-git-retrieve-snapshot): New functions.
22487 2007-07-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22489         * ps-print.el (ps-multibyte-buffer): Docstring fix.
22491         * ps-mule.el: Doc fix.
22492         (ps-multibyte-buffer, ps-mule-font-info-database-default)
22493         (ps-mule-external-libraries, ps-mule-begin-job): Docstring fix.
22495 2007-07-25  Glenn Morris  <rgm@gnu.org>
22497         * calendar/cal-tex.el (cal-tex-which-days, cal-tex-holidays)
22498         (cal-tex-diary, cal-tex-daily-string, cal-tex-daily-start)
22499         (cal-tex-daily-end, cal-tex-hook)
22500         (cal-tex-cal-one-month, cal-tex-cal-multi-month)
22501         (cal-tex-year, cal-tex-cursor-week, cal-tex-cursor-week2)
22502         (cal-tex-cursor-week-iso, cal-tex-week-hours)
22503         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
22504         (cal-tex-cursor-day, cal-tex-insert-preamble): Doc fix.
22505         (cal-tex-day-prefix, cal-tex-day-name-format)
22506         (cal-tex-cal-one-month, cal-tex-cal-multi-month, cal-tex-myday)
22507         (cal-tex-caldate, cal-tex-LaTeX-hourbox)
22508         (cal-tex-LaTeX-subst-list): Change from variables to constants.
22509         (cal-tex-preamble, cal-tex-arg, cal-tex-nl): Simplify with `format'.
22510         (cal-tex-cursor-filofax-year, cal-tex-weekly4-box): Use \textbf,
22511         etc, rather than \bf.
22512         (cal-tex-mini-calendar): Fix typos in previous change.
22513         (cal-tex-latexify-list): Remove inner let binding.
22514         (cal-tex-end-document, cal-tex-banner): Use multi-line
22515         cal-tex-comment.
22516         (cal-tex-comment): Handle embedded newlines.
22517         (cal-tex-LaTeXify-string): Use substring-no-properties.
22519 2007-07-25  Joakim Verona  <joakim@verona.se>  (tiny change)
22521         * progmodes/compile.el (compilation-error-regexp-alist-alist):
22522         Add support for the Maden build tool.
22524 2007-07-25  William Xu  <william.xwl@gmail.com>  (tiny change)
22526         * net/webjump.el (webjump-url-encode): Fix for non-ASCII characters.
22528 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22530         * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
22532 2007-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
22534         * dired.el (dired-mode-map): Bind wdired-change-to-wdired-mode to
22535         C-x C-q.
22537         * vc-git.el (vc-git-print-log): Fix previous change.
22539 2007-07-24  Stefan Monnier  <monnier@iro.umontreal.ca>
22541         * window.el (save-selected-window): Minor optimization.
22542         (bw-adjust-window): If operation failed, try with a smaller delta.
22543         (window-fixed-size-p): New function.
22544         (window-area-factor): New var.
22545         (balance-windows-area): New command.
22547         * ps-mule.el (ps-multibyte-buffer): Docstring fixes.
22548         (ps-mule-encode-ethiopic): Make it clear that it's always defined.
22549         (ps-mule-prepare-font-for-components, ps-mule-encode-header-string)
22550         (ps-mule-encode-bit, ps-mule-encode-ucs2): Use dotimes.
22551         (ps-mule-begin-job): Use dolist.
22553 2007-07-24  Michael Albinus  <michael.albinus@gmx.de>
22555         * subr.el (start-file-process-shell-command)
22556         (process-file-shell-command): New defuns.
22558         * progmodes/compile.el (compilation-start):
22559         Apply `start-file-process-shell-command'.
22561 2007-07-24  Alexandre Julliard  <julliard@winehq.org>
22563         * vc-git.el (vc-git-checkout, vc-directory-exclusion-list): Fix typos.
22565 2007-07-24  Alan Mackenzie  <acm@muc.de>
22567         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
22568         Initialise byte-compile-unresolved-functions before rather than
22569         after a compilation.
22570         (byte-compile-unresolved-functions): Amplify doc string.
22572 2007-07-24  Glenn Morris  <rgm@gnu.org>
22574         * startup.el (normal-splash-screen): Use `emacs-copyright'.
22576         * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
22577         (cal-tex-rules, cal-tex-buffer, cal-tex-24)
22578         (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
22579         (cal-tex-cursor-week, cal-tex-cursor-week2)
22580         (cal-tex-cursor-week-iso, cal-tex-week-hours)
22581         (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
22582         (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
22583         (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
22585         * calendar/cal-tex.el: Remove leading `*' from defcustom docs.
22586         (cal-tex-daily-string, cal-tex-daily-start, cal-tex-daily-end)
22587         (cal-tex-day-name-format, cal-tex-cal-one-month)
22588         (cal-tex-cal-multi-month, cal-tex-myday, cal-tex-preamble)
22589         (cal-tex-comment, cal-tex-nl, cal-tex-cmd, cal-tex-e-parbox)
22590         (cal-tex-mini-calendar, cal-tex-em): Doc fix.
22591         (cal-tex-list-holidays, cal-tex-cursor-year)
22592         (cal-tex-cursor-year-landscape, cal-tex-year)
22593         (cal-tex-cursor-filofax-year, cal-tex-cursor-month-landscape)
22594         (cal-tex-cursor-month, cal-tex-insert-days)
22595         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
22596         (cal-tex-first-blank-p, cal-tex-cursor-week)
22597         (cal-tex-cursor-week2, cal-tex-cursor-week-iso)
22598         (cal-tex-week-hours, cal-tex-cursor-week-monday)
22599         (cal-tex-weekly4-box, cal-tex-cursor-filofax-2week)
22600         (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
22601         (cal-tex-cursor-day, cal-tex-daily-page, cal-tex-mini-calendar)
22602         (cal-tex-latexify-list, cal-tex-previous-month)
22603         (cal-tex-next-month, cal-tex-insert-preamble): General tidy-up and
22604         modernization, including using dotimes rather than
22605         calendar-for-loop.
22606         (cal-tex-LaTeX-subst-list): Remove `@'.
22607         (cal-tex-em, cal-tex-bf, cal-tex-Huge-bf, cal-tex-large-bf):
22608         Use \textit and \textbf rather than \em and \it.
22610         * calendar/cal-bahai.el (list-bahai-diary-entries)
22611         * calendar/cal-hebrew.el (list-hebrew-diary-entries)
22612         * calendar/cal-islam.el (list-islamic-diary-entries)
22613         * calendar/calendar.el (generate-calendar, generate-calendar-month)
22614         * calendar/diary-lib.el (diary-list-entries)
22615         (mark-calendar-date-pattern): Use `dotimes' rather than
22616         `calendar-for-loop'.
22618         * calendar/calendar.el (calendar-for-loop): Doc fix.
22620 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22622         * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
22623         underlying file is uptodate.
22625 2007-07-23  Christopher J. Madsen  <cjm@cjmweb.net>
22627         * replace.el (perform-replace): Use isearch-no-upper-case-p.
22629 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22631         * vc-hooks.el (vc-mode-line-map): New const.
22632         (vc-mode-line): Use it.
22634 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
22636         * vc-git.el (vc-git-delete-file, vc-git-rename-file)
22637         (vc-git-unregister): New functions.
22638         (vc-git-find-version): Use the result of ls-files as a parameter
22639         for cat-file.
22641 2007-07-23  Michael Albinus  <michael.albinus@gmx.de>
22643         * net/tramp.el (tramp-perl-file-attributes)
22644         (tramp-perl-directory-files-and-attributes)
22645         (tramp-handle-file-attributes-with-stat)
22646         (tramp-handle-directory-files-and-attributes-with-stat)
22647         (tramp-convert-file-attributes): Handle huge file sizes.
22649 2007-07-23  Juri Linkov  <juri@jurta.org>
22651         * isearch.el (isearch-message-function): New variable.
22652         (isearch-update, isearch-search): Use it.
22654         * simple.el (goto-history-element): New function created from
22655         next-history-element.
22656         (next-history-element): Most code moved to goto-history-element.
22657         Call goto-history-element with (- minibuffer-history-position n).
22658         (previous-history-element): Call goto-history-element with (+
22659         minibuffer-history-position n).
22660         (minibuffer-setup-hook): Add minibuffer-history-isearch-setup.
22661         (minibuffer-history-isearch-message-overlay): New buffer-local variable.
22662         (minibuffer-history-isearch-setup, minibuffer-history-isearch-end)
22663         (minibuffer-history-isearch-search, minibuffer-history-isearch-message)
22664         (minibuffer-history-isearch-wrap, minibuffer-history-isearch-push-state)
22665         (minibuffer-history-isearch-pop-state): New functions.
22667 2007-07-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
22669         * vc-hooks.el (vc-stay-local-p): Fix bug: Avoid remove-if-not.
22670         Also, if FILE is a list, return non-nil if any of its elements
22671         should stay local.  Update docstring.
22673 2007-07-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22675         * emacs-lisp/copyright.el (copyright-update-year): Fix 2007-05-25
22676         change by reverting a small part.
22678 2007-07-23  Richard Stallman  <rms@gnu.org>
22680         * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
22682 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
22684         * vc-git.el (vc-git-checkin): Delete unused parameter and the code
22685         handling it.  Use vc-git-command.
22686         (vc-git-find-version, vc-git-diff-tree): New functions.
22687         (vc-git-revert): Use vc-git-command.
22688         (vc-git--run-command): Delete.
22690 2007-07-23  Alexandre Julliard  <julliard@winehq.org>
22692         * vc-git.el (vc-git-workfile-unchanged-p): Update comment.
22694 2007-07-20  Kenichi Handa  <handa@m17n.org>
22696         * international/utf-8.el (utf-8-post-read-conversion):
22697         Temporarily bind utf-8-compose-scripts to nil while running
22698         *-compose-region functions.
22700 2007-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
22702         * vc-git.el: Update status.
22703         (vc-directory-exclusion-list): Use eval-after-load.
22705 2007-07-22  Nick Roberts  <nickrob@snap.net.nz>
22707         * bindings.el (mode-line-remote): New variable.
22708         (help-echo): Add to default values of mode-line-format.
22710         * files.el: Mark mode-line-remote as risky.
22712 2007-07-22  Juri Linkov  <juri@jurta.org>
22714         * isearch.el (isearch-edit-string): Save old point and
22715         isearch-other-end to old-point and old-other-end before reading
22716         the search string from minibuffer.  After exiting minibuffer set
22717         point to old-other-end if point and the search direction is the
22718         same as before reading the search string.
22719         (isearch-del-char): Don't set isearch-yank-flag to t.  Put point
22720         to isearch-other-end.  Instead of isearch-search-and-update call
22721         three functions isearch-search, isearch-push-state and isearch-update.
22723 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22725         * vc-git.el (vc-git-register, vc-git-checkin): Use vc-git-command,
22726         deal with multiple file arguments.
22727         (vc-git-print-log): Deal with multiple file arguments.
22729 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22731         * diff-mode.el (diff-refine-ignore-spaces-hunk): Rename from
22732         diff-refine-hunk.  Adjust users.
22733         (diff-unified-hunk-p, diff-splittable-p): New functions.
22734         (diff-mode-menu): Use it to disable Split when it doesn't work.
22736 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22738         * diff-mode.el (diff-mode-menu): New entries.
22740 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22742         * diff-mode.el (diff-unified->context): Use the new `apply' undo entry
22743         if applicable, so as to save undo-log space.
22745         * diff-mode.el (diff-find-file-name): Add arg `batch'.
22747         * diff-mode.el (diff-beginning-of-file-and-junk): New function.
22748         (diff-file-kill): Use it.
22749         (diff-beginning-of-hunk): Add arg `try-harder' using it.
22750         (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
22751         Use it so they find the hunk even when we're in the file header.
22753 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22755         * vc-git.el (vc-git-revision-granularity, vc-git-root)
22756         (vc-git-command, vc-git-dir-state, vc-git-dired-state-info)
22757         (vc-git-create-repo): New functions.
22758         (vc-git-registered): New autoloaded function definition.
22759         (vc-git-registered): Use vc-git-root.
22760         (vc-git-responsible-p): New defalias.
22761         (vc-git-annotate-extract-revision-at-line): Uncomment.
22762         (vc-git-print-log): Add the file name to the log.
22763         (vc-git-log-view-mode): New derived mode.
22764         (vc-git-diff, vc-git-annotate-command): Use vc-git-command.
22766 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
22768         * progmodes/grep.el (grep-compute-defaults): Keep default values.
22770 2007-07-22  Ralf Angeli  <angeli@caeruleus.net>
22772         * textmodes/reftex.el (reftex-access-parse-file): Create parse
22773         file in a way that does not interfere with recentf mode.
22774         (reftex-access-parse-file): Do not risk destroying an existing
22775         buffer.
22777 2007-07-22  Alexandre Julliard  <julliard@winehq.org>
22779         * vc-git.el: New file.
22781 2007-07-22  Stefan Monnier  <monnier@iro.umontreal.ca>
22783         * textmodes/tex-mode.el (tex-font-script-display): Change default.
22785 2007-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
22787         * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltips
22788         for branches and new files.
22790         * vc-hooks.el (vc-default-mode-line-string): Move mouse-face and
22791         local-map handling ...
22792         (vc-mode-line): ... here.  Improve handling of help-echo.
22794         * vc.el (mode-line-string): Document help-echo usage.
22796 2007-07-22  Michael Albinus  <michael.albinus@gmx.de>
22798         Sync with Tramp 2.1.10.
22800         * net/tramp.el (tramp-get-ls-command): Fix typo.
22802         * net/trampver.el: Update release number.
22804 2007-07-22  Jan Djärv  <jan.h.d@swipnet.se>
22806         * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
22808         * term/x-win.el (x-handle-no-bitmap-icon): New function.
22810 2007-07-22  Martin Rudalics  <rudalics@gmx.at>
22812         * add-log.el (change-log-fill-parenthesized-list): New function.
22813         (change-log-indent): Call change-log-fill-parenthesized-list.
22814         (change-log-fill-paragraph): Bind fill-indent-according-to-mode to t.
22815         Have lines with leading asterisk start a paragraph.
22817 2007-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
22819         * calc/calc-math.el (math-emacs-precision)
22820         (math-largest-emacs-expt, math-smallest-emacs-expt):
22821         New variables.
22822         (math-use-emacs-fn): New function.
22823         (math-exp-raw): Evaluate with `math-use-emacs-fn', when
22824         appropriate.
22826 2007-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
22828         * image-dired.el (image-dired-sane-db-file): New func.
22829         (image-dired-write-tags, image-dired-remove-tag)
22830         (image-dired-list-tags, image-dired-write-comments)
22831         (image-dired-get-comment, image-dired-mark-tagged-files)
22832         (image-dired-create-gallery-lists): Call new func.
22833         Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
22835 2007-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
22837         * vc-hg.el (vc-hg-dir-state): Fix loop.
22838         (vc-hg-print-log): Fix expected return value for vc-hg-command.
22839         (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
22840         (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
22841         (vc-hg-revert): Likewise.
22842         (vc-hg-revision-table, vc-hg-revision-completion-table): New
22843         functions.
22845 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22847         * add-log.el (change-log-resolve-conflict): Don't lose data if the
22848         merge fails.
22850 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
22852         * progmodes/compile.el (compilation-auto-jump-to-first-error):
22853         Add group and version.
22855 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22857         * add-log.el (add-log-file-name): Use file-relative-name.
22858         (add-change-log-entry): Delay reading
22859         add-log-(full-name|mailing-address) to after we've switched to the
22860         ChangeLog buffer so we get the right value.
22861         (add-change-log-entry, add-log-current-defun, change-log-merge):
22862         Use derived-mode-p rather than checking major-mode directly.
22864         * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
22865         name for buffer-file-name if it refers to a directory.
22867         * vc-arch.el (vc-arch-diff): Fix last change.
22869         * progmodes/compile.el (compilation-start): Remember the original
22870         directory in a buffer-local compilation-directory.
22871         (compile): Set the global value of compilation-directory.
22872         (recompile): Use compilation-directory even in the compilation buffer.
22874 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
22876         * vc-hg.el (vc-hg-diff): Use vc-hg-command.
22878 2007-07-20  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22880         * ps-print.el: Problem with foreground and background color when
22881         printing a buffer with and without faces.  Reported by Christian
22882         Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
22883         (ps-print-version): New version 6.7.5.
22884         (ps-default-fg): Change default value to nil, so black color is used
22885         when a face does not specify a foreground color.
22886         (ps-default-bg): Change default value to nil, so white color is used
22887         for background color.
22888         (ps-begin-job): Fix code.
22890 2007-07-20  Eli Zaretskii  <eliz@gnu.org>
22892         * makefile.w32-in (install-lisp-SH): Don't create subdirectories
22893         in $(INSTALL_DIR)/lisp/ if they already exist.
22895 2007-07-20  Dhruva Krishnamurthy  <dhruvakm@gmail.com>  (tiny change)
22897         * makefile.w32-in (install-lisp-CMD): Don't create subdirectories
22898         in $(INSTALL_DIR)/lisp/ if they already exist.
22900 2007-07-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22902         * progmodes/vera-mode.el (vera-re-search-forward)
22903         (vera-re-search-backward): Remove use of store-match-data.
22904         (vera-mode-map): Move initialization into declaration.
22906         * progmodes/flymake.el (flymake-buildfile-dirs): Remove.
22907         (flymake-find-buildfile): Use locate-dominating-file.
22909         * vc.el (vc-delistify): Use mapconcat.
22910         (vc-do-command): Minor simplification.
22911         (vc-expand-dirs): Use push.
22913         * vc-mcvs.el (vc-mcvs-create-repo):
22914         * vc-cvs.el (vc-cvs-create-repo): Remove.
22916         * vc-hooks.el (vc-find-root): Fix case where `file' is the current
22917         directory and the root as well.
22919 2007-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
22921         * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a list
22922         instead of a file.
22924         * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.
22925         (vc-hg-registered): Replace if with when.
22926         (vc-hg-state): Deal with nonexistent files and handle removed files.
22927         (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
22928         (vc-hg-checkout): Re-enable.
22929         (vc-hg-create-repo): Fix typos.
22930         (vc-hg-print-log): Fix for multiple files.
22931         (vc-hg-workfile-unchanged-p): New function.
22933         * vc.el: Fix typo.
22934         (vc-print-log): Fix call to print-log.
22935         (vc-default-comment-history): Likewise.
22936         (vc-directory-exclusion-list): Add .hg and .bzr.
22937         (vc-diff-internal): Pass a list instead of a file.
22939         * vc-mcvs.el (vc-mcvs-create-repo): Fix typos.
22941         * vc-bzr.el (vc-bzr-create-repo): New function.
22943 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22945         * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
22946         `file' from which to start the search.
22948 2007-07-19  Eric S. Raymond  <esr@snark.thyrsus.com>
22950         * vc-cvs.el (vc-cvs-checkin, vc-cvs-diff): Finish transition from
22951         having a single file argument to having a list of files as the
22952         first argument.
22954 2007-07-19  Stefan Monnier  <monnier@iro.umontreal.ca>
22956         * files.el (locate-dominating-file): New function.
22958 2007-07-18  Michael Albinus  <michael.albinus@gmx.de>
22960         * progmodes/grep.el (grep-host-defaults-alist): New defvar.
22961         (grep-compute-defaults): Use it.
22963 2007-07-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22965         * uniquify.el: Docstring fixes.
22967 2007-07-18  Eric S. Raymond  <esr@snark.thyrsus.com>
22969         * vc.el (revision-granularity, create-repo): Document new vc
22970         backend properties.
22971         (vc-rollback): Renamed from vc-cancel-version.  Update references.
22972         Pass a list instead of a file.
22973         (vc-revert): Renamed from vc-revert-buffer.  Update references.
22974         (vc-delistify, vc-expand-dirs): New functions.
22975         (vc-do-command): Rename FILE to FILE-OR-LIST and deal with a list
22976         of files instead of a single file.
22977         (vc-position-context, vc-resync-window, vc-diff-internal)
22978         (vc-print-log): Pass a list instead of a file.
22980         * vc-hooks.el (vc-stay-local-p, vc-backend)
22981         (vc-backend-subdirectory-name): Work on a file list, not a single
22982         file.
22983         (vc-workfile-version): Update docstring.
22984         (vc-menu-map): Use vc-rollback instead of vc-cancel-version and
22985         vc-revert instead of vc-revert-buffer.
22986         (vc-prefix-map): Likewise.  Bind vc-update.
22988         * vc-svn.el (vc-svn-revision-granularity, vc-svn-create-repo)
22989         (vc-svn-wash-log): New functions.
22990         (vc-svn-register, vc-svn-checkin, vc-svn-print-log)
22991         (vc-svn-command): Deal with a list of files, not a single file.
22993         * vc-rcs.el (vc-rcs-revision-granularity, vc-rcs-create-repo)
22994         (vc-rcs-wash-log): New functions.
22995         (vc-rcs-register, vc-rcs-checkin, vc-rcs-diff, vc-rcs-print-log):
22996         Deal with a list of files, not a single file.
22997         (vc-rcs-rollback): Likewise.  Rename from vc-rcs-cancel-version.
22999         * vc-sccs.el (vc-sccs-revision-granularity, vc-sccs-wash-log): New
23000         functions.
23001         (vc-sccs-register, vc-sccs-checkin, vc-sccs-diff): Deal with a
23002         list of files, not a single file.
23004         * vc-mcvs.el (vc-mcvs-revision-granularity, vc-mcvs-create-repo):
23005         New functions.
23006         (vc-mcvs-register, vc-mcvs-checkin, vc-mcvs-print-log)
23007         (vc-mcvs-diff): Deal with a list of files, not a single file.
23009         * vc-hg.el (vc-hg-revision-granularity, vc-hg-create-repo): New
23010         functions.
23011         (vc-hg-print-log): Deal with a list of files, not a single file.
23012         (vc-hg-diff-tree): New function, replace defalias with the same
23013         name.
23014         (vc-hg-register, vc-hg-checkin, vc-hg-command): Rename FILE to
23015         FILES to denote that it is a file list, not a single file.
23017         * vc-cvs.el (vc-cvs-create-repo, vc-cvs-wash-log): New functions.
23018         (vc-cvs-register, vc-cvs-checkin): Deal with a list of files, not
23019         a single file.
23020         (vc-cvs-print-log, vc-cvs-command): Rename FILE to FILES to denote
23021         that it is a file list, not a single file.
23022         (vc-cvs-diff): Likewise.  Simplify.
23024         * vc-arch.el (vc-arch-register, vc-arch-checkin, vc-arch-diff):
23025         Deal with a list of files, not a single file.
23027         * vc-bzr.el (vc-bzr-register, vc-bzr-command, vc-bzr-checkin)
23028         (vc-bzr-print-log): Update FILE parameter name to denote that it
23029         is a file list, not a single file.
23030         (vc-bzr-diff): Likewise.  Use the car of files.
23032 2007-07-18  Juanma Barranquero  <lekktu@gmail.com>
23034         * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
23035         (follow-delete-other-windows-and-split, follow-recenter)
23036         (follow-windows-aligned-p, follow-point-visible-all-windows-p)
23037         (follow-redisplay, follow-estimate-first-window-start)
23038         (follow-xemacs-scrollbar-support, follow-intercept-process-output):
23039         Fix typos in docstrings.
23041 2007-07-18  Martin Rudalics  <rudalics@gmx.at>
23043         * add-log.el (change-log-mode): Use fill-nobreak-predicate to
23044         avoid that filling introduces lines with a single asterisk.
23046         * kmacro.el (kmacro-end-macro): When ignoring empty macro
23047         avoid incorrect kmacro-ring-empty-p messages.
23048         Reported by Michael Schierl <schierlm@gmx.de>.
23050 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
23052         * vc.el: Add more info about the vc-registered function.
23054 2007-07-17  Michael Albinus  <michael.albinus@gmx.de>
23056         * files.el (file-remote-p): Introduce optional parameter
23057         IDENTIFICATION.
23059         * recentf.el (recentf-keep-default-predicate): Adapt call of
23060         `file-remote-p'.
23062         * progmodes/grep.el (grep-probe): Use `process-file'.
23063         (grep-compute-defaults): Handle variables host specific.
23065         * net/ange-ftp.el (ange-ftp-file-remote-p): Handle optional
23066         parameter IDENTIFICATION.
23068         * net/tramp.el (tramp-handle-file-remote-p): Handle optional
23069         parameter IDENTIFICATION.
23070         (tramp-handle-set-file-times): New defun.  Replaces `tramp-touch'.
23071         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
23072         Add entry for `set-file-times'.
23073         (tramp-do-copy-or-rename-file-via-buffer)
23074         (tramp-do-copy-or-rename-file-out-of-band): Use `set-file-times'.
23075         (tramp-handle-unhandled-file-name-directory): Rewrite.
23076         (tramp-convert-file-attributes): Add error handling when inode is
23077         extraordinary big.
23078         (tramp-get-inode): Change parameter from FILE to VEC.
23079         (tramp-handle-start-file-process): Use (current-buffer) if BUFFER
23080         is nil.  This is according to the specification.  Goto (point-max)
23081         when ready.
23082         (tramp-handle-shell-command): Rewrite completely, using
23083         `process-file' and `start-file-process'.
23084         (tramp-methods, tramp-find-shell)
23085         (tramp-open-connection-setup-interactive-shell)
23086         (tramp-maybe-open-connection): Guard against $PROMPT_COMMAND shell
23087         var.  Reported by Steve Youngs <steve@sxemacs.org>.
23089         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add
23090         entry for `set-file-times'.  Rename `start-process' into
23091         `start-file-process'.  Remove `call-process' entry.
23092         (tramp-fish-handle-set-file-times): New defun.
23093         (tramp-fish-handle-executable-find): Use `process-file'.
23094         (tramp-fish-handle-process-file): New defun.  Replaces
23095         `tramp-fish-handle-call-process'.
23096         (tramp-fish-do-copy-or-rename-file-directly): Use
23097         `set-file-times'.
23098         (tramp-fish-get-file-entries): Change `tramp-get-inode' parameter.
23100         * net/tramp-smb.el (tramp-smb-handle-file-attributes): Change
23101         `tramp-get-inode' parameter.
23103 2007-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
23105         * vc-bzr.el (vc-bzr-version, vc-bzr-at-least-version)
23106         (vc-bzr-post-command-function): Remove.  Version 0.8 is already old
23107         nowadays, and by the time Emacs-23 comes out, nobody will even remember
23108         it has ever existed.
23110 2007-07-17  Dan Nicolaescu  <dann@ics.uci.edu>
23112         * vc.el: Undo previous change.
23114 2007-07-16  Eli Zaretskii  <eliz@gnu.org>
23116         * makefile.w32-in (clean): Don't delete *~.
23118 2007-07-16  Stefan Monnier  <monnier@iro.umontreal.ca>
23120         * textmodes/tex-mode.el (tex-verbatim-environments):
23121         Add safe-local-variable property.
23122         (tex-font-lock-syntactic-keywords): Lookup tex-verbatim-environments
23123         when starting font-lock rather than when loading tex-mode.el.
23125         * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Skip over the
23126         whole $( rather than just the $.  Rename from sh-quoted-subshell.
23127         (sh-font-lock-syntactic-keywords): Adjust call accordingly.
23129 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
23131         * bookmark.el (bookmark-maybe-sort-alist): Don't modify
23132         bookmark-alist.  Instead, if not sorting, simply return it.
23133         (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
23134         for its return value, not for its side effect.
23136         * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
23137         case of alignment under a constant symbol, find and consider
23138         the sexp actually at indentation to be the "last sexp".
23140 2007-07-16  Drew Adams  <drew.adams@oracle.com>
23142         * mouse.el (mouse-yank-secondary): Better error message if no
23143         secondary selection.
23145 2007-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
23147         * vc-hooks.el (vc-handled-backends): Move BZR later in the list.
23149         * term/xterm.el (xterm-turn-on-modify-other-keys)
23150         (xterm-turn-off-modify-other-keys): New functions.
23151         (terminal-init-xterm): Enable the modifyOtherKeys feature if the
23152         terminal supports it.
23154 2007-07-16  Thien-Thi Nguyen  <ttn@gnuvola.org>
23156         * bookmark.el (bookmark-show-all-annotations):
23157         Make sure each inserted annotation ends with newline.
23159 2007-07-15  Richard Stallman  <rms@gnu.org>
23161         * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
23163         * tutorial.el (tutorial--find-changed-keys):
23164         Handle C-x specially like ESC.
23166 2007-07-15  Aaron Hawley  <aaronh@garden.org>
23168         * tar-mode.el (tar-get-descriptor): No error for zero-length file.
23170 2007-07-15  Juri Linkov  <juri@jurta.org>
23172         * delsel.el (delete-selection-pre-hook):
23173         * emulation/cua-base.el (cua-paste): Before a yank command,
23174         check also whether last-command is one of mouse-save-then-kill,
23175         mouse-secondary-save-then-kill, mouse-set-region, mouse-drag-region.
23177 2007-07-15  Michael Albinus  <michael.albinus@gmx.de>
23179         * recentf.el (recentf-keep-default-predicate): New defun.
23180         (recentf-keep): Use it as initial value.
23182 2007-07-15  Karl Fogel  <kfogel@red-bean.com>
23184         * bookmark.el: Revert 2007-07-13T18:16:17Z!kfogel@red-bean.com,
23185         thus restoring bookmark bindings to three slots under C-x r.  See
23186         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00705.html.
23188 2007-07-15  Jeff Miller  <jmiller@cablespeed.com>  (tiny change)
23190         * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
23192 2007-07-15  Jason Rumney  <jasonr@gnu.org>
23194         * w32-fns.el (set-default-process-coding-system): Use dos line ends
23195         for input to cmdproxy on all versions of Windows.
23196         Use dos line ends for input to plink.
23198         * comint.el (comint-simple-send): Concat newline before sending.
23199         (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
23201 2007-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
23203         * emacs-lisp/autoload.el (generated-autoload-file): Autoload the
23204         safe-local-variable setting.
23206 2007-07-14  David Kastrup  <dak@gnu.org>
23208         * emacs-lisp/advice.el (defadvice): Doc fix.
23210 2007-07-14  Juanma Barranquero  <lekktu@gmail.com>
23212         * subr.el (when, unless): Doc fix.
23214 2007-07-13  Dan Nicolaescu  <dann@ics.uci.edu>
23216         * replace.el (match): Use yellow1 instead of yellow.
23218         * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of
23219         red.
23221         * pcvs-info.el (cvs-unknown): Likewise.
23223 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
23225         * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
23226         (install): Use them to copy all *.el files before *.elc.
23228 2007-07-13  Drew Adams  <drew.adams@oracle.com>
23230         * bookmark.el (bookmark-jump-other-window): New function.
23231         (bookmark-map): Bind it to "o".
23233         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html
23234         and its thread contains discussion about this change.
23235         The original patch was slightly tweaked by Karl Fogel
23236         <kfogel@red-bean.com> before committing.
23238 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
23240         * bookmark.el: Shorten some comments to fit within 80 lines.
23242 2007-07-13  Karl Fogel  <kfogel@red-bean.com>
23244         * bookmark.el: Don't define bookmark keys under the "C-xr" map;
23245         instead, make "C-xp" a prefix for bookmark-map.  Patch by Drew
23246         Adams <drew.adams@oracle.com>, mildly tweaked by me.  See
23247         http://lists.gnu.org/archive/html/emacs-devel/2007-07/msg00633.html.
23249 2007-07-13  Carsten Dominik  <dominik@science.uva.nl>
23251         * textmodes/org.el: Bug fixes.
23252         (org-end-of-line): Move to end of line if in headline without tags.
23254 2007-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
23256         * vc-hooks.el: Remove spurious * in docstrings.
23257         (vc-handled-backends): Add BZR.
23259         * vc-hooks.el (vc-find-file-hook): Use with-demoted-errors.
23261 2007-07-12  Davis Herring  <herring@lanl.gov>
23263         * desktop.el (desktop-buffer-info, desktop-save):
23264         Use `desktop-dirname' instead of `dirname'.
23266 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
23268         * progmodes/which-func.el (which-func-modes): Add `python-mode'.
23270         * progmodes/python.el (python-which-func-length-limit): New var.
23271         (python-which-func): New function.
23272         (python-current-defun): Add optional `length-limit' and try to fit
23273         computed function name to that length.
23274         (python-mode): Hook `python-which-func' up.
23276 2007-07-12  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
23278         * pcomplete.el (pcomplete-entries): Obey pcomplete-ignore-case.
23280         * comint.el (comint-dynamic-complete-as-filename):
23281         Use read-file-name-completion-ignore-case.
23283 2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
23285         * comint.el (comint-dynamic-list-filename-completions):
23286         Use read-file-name-completion-ignore-case.
23288         * vc-cvs.el: Require CL.
23289         (vc-cvs-revision-table, vc-cvs-revision-completion-table):
23290         New functions to provide completion of revision names.
23292         * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
23293         (vc-cvs-annotate-first-line-re): New const.
23294         (vc-cvs-annotate-process-filter): New fun.
23295         (vc-cvs-annotate-command): Use them and run the command asynchronously.
23297 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
23299         * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
23300         (eldoc-print-current-symbol-info): Adjust for changed helper
23301         function signatures.
23302         (eldoc-get-fnsym-args-string): Add `args' argument.  Use new
23303         `eldoc-highlight-function-argument'.
23304         (eldoc-highlight-function-argument): New function.
23305         (eldoc-get-var-docstring): Format documentation with
23306         `font-lock-variable-name-face'.
23307         (eldoc-docstring-format-sym-doc): Add `face' argument and apply it
23308         where suited.
23309         (eldoc-fnsym-in-current-sexp): Return a list with argument index.
23310         (eldoc-beginning-of-sexp): Return number of skipped sexps.
23312 2007-07-11  Michael Albinus  <michael.albinus@gmx.de>
23314         * progmodes/compile.el (compilation-start): `start-process' must
23315         still be redefined when calling `start-process-shell-command'.
23317         * progmodes/gud.el (gud-file-name): When `default-directory' is a
23318         remote file name, prepend its remote part to the filename.
23319         (gud-common-init): When `default-directory' is a remote file name,
23320         make the filename relative to it.
23321         Based on a patch by Nick Roberts <nickrob@snap.net.nz>.
23323 2007-07-11  Dan Nicolaescu  <dann@ics.uci.edu>
23325         * vc-hooks.el (vc-default-mode-line-string): Add a mouse face,
23326         mouse binding and a tooltip.
23328 2007-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
23330         * menu-bar.el (vc-menu-map): New defalias.
23332 2007-07-10  Richard Stallman  <rms@gnu.org>
23334         * emacs-lisp/lisp-mode.el (eval-defun):
23335         Explain special handling of `defface'.
23337 2007-07-10  Jim Meyering  <jim@meyering.net>  (tiny change)
23339         * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
23341         * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
23343 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23345         * emacs-lisp/cl.el: Load cl-loaddefs.el quietly.
23347         * vc-arch.el (vc-arch-complete): Remove.
23348         (vc-arch-revision-completion-table): Use complete-with-action.
23350         * subr.el (condition-case-no-debug, with-demoted-errors): New macros.
23351         (complete-with-action): New function.
23352         (dynamic-completion-table): Use it.
23354 2007-07-10  Michael Albinus  <michael.albinus@gmx.de>
23356         * comint.el (make-comint, make-comint-in-buffer)
23357         (comint-exec-1): Replace `start-process' by `start-file-process'.
23359         * progmodes/compile.el (compilation-start): Revert redefining
23360         `start-process'.
23362 2007-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
23364         * emacs-lisp/autoload.el (autoload-generate-file-autoloads): Be careful
23365         with EOLs when generating MD5 checksums.
23367         * follow.el: Don't change the global map from the follow-mode-map
23368         defvar, but from the toplevel.  Use easy-menu to unify the Emacs and
23369         XEmacs code.
23370         (turn-on-follow-mode, turn-off-follow-mode): Remove interactive spec
23371         since `follow-mode' should be used instead for that.
23373         * emacs-lisp/easymenu.el (easy-menu-binding): New function.
23374         (easy-menu-do-define): Use it.
23375         (easy-menu-do-add-item): Inline into easy-menu-add-item and then remove.
23377         * progmodes/compile.el (compilation-auto-jump-to-first-error)
23378         (compilation-auto-jump-to-next): New vars.
23379         (compilation-auto-jump): New function.
23380         (compilation-error-properties): Use them to jump to first error.
23381         (compilation-start): Set the var if requested.
23383         * emacs-lisp/autoload.el (update-directory-autoloads): Remove
23384         duplicates without also removing entries from other directories.
23386 2007-07-10  Carsten Dominik  <dominik@science.uva.nl>
23388         * textmodes/org.el (org-agenda-day-view, org-agenda-week-view):
23389         Remember span as default.
23390         (org-columns-edit-value): Rename from `org-column-edit'.
23391         (org-columns-display-here-title): Rename from
23392         `org-overlay-columns-title'.
23393         (org-columns-remove-overlays): Rename from org-remove-column-overlays.
23394         (org-columns-get-autowidth-alist): Rename from
23395         `org-get-columns-autowidth-alist'.
23396         (org-columns-display-here): Rename from `org-overlay-columns'.
23397         (org-columns-new-overlay): Rename from `org-new-column-overlay'.
23398         (org-columns-quit): Rename from `org-column-quit'.
23399         (org-columns-show-value): Rename from `org-column-show-value'.
23400         (org-columns-content, org-columns-widen)
23401         (org-columns-next-allowed-value)
23402         (org-columns-edit-allowed, org-columns-store-format)
23403         (org-columns-uncompile-format, org-columns-redo)
23404         (org-columns-edit-attributes, org-delete-property)
23405         (org-set-property, org-columns-update)
23406         (org-columns-compute, org-columns-eval)
23407         (org-columns-not-in-agenda, org-columns-compute-all)
23408         (org-property-next-allowed-value)
23409         (org-columns-compile-format)
23410         (org-fill-paragraph-experimental)
23411         (org-string-to-number, org-property-action)
23412         (org-columns-move-left, org-columns-new)
23413         (org-column-number-to-string)
23414         (org-property-previous-allowed-value)
23415         (org-at-property-p, org-columns-delete)
23416         (org-columns-previous-allowed-value)
23417         (org-columns-move-right, org-columns-narrow)
23418         (org-property-get-allowed-values)
23419         (org-verify-version, org-column-string-to-number)
23420         (org-delete-property-globally): New functions.
23421         (org-columns-current-fmt): Rename from `org-current-columns-fmt'.
23422         (org-columns-overlays): Rename from `org-column-overlays'.
23423         (org-columns-map): Rename from `org-column-map'.
23424         (org-columns-current-maxwidths): Rename from
23425         `org-current-columns-maxwidths'.
23426         (org-columns-begin-marker, org-columns-current-fmt-compiled)
23427         (org-previous-header-line-format)
23428         (org-columns-inhibit-recalculation)
23429         (org-columns-top-level-marker): New variables.
23430         (org-columns-default-format): Rename from `org-default-columns-format'.
23431         (org-property-re): New constant.
23433 2007-07-10  Guanpeng Xu  <herberteuler@hotmail.com>
23435         * subr.el (looking-at-p, string-match-p): New functions.
23437 2007-07-09  Reiner Steib  <Reiner.Steib@gmx.de>
23439         * textmodes/tex-mode.el (tex-fontify-script)
23440         (tex-font-script-display): New variables to make display of
23441         superscripts and subscripts customizable.
23442         (tex-font-lock-suscript, tex-font-lock-match-suscript): Use them.
23444 2007-07-09  Richard Stallman  <rms@gnu.org>
23446         * isearch.el (isearch-edit-string): Call to isearch-push-state
23447         after the search.
23449 2007-07-09  Jan Djärv  <jan.h.d@swipnet.se>
23451         * window.el (fit-window-to-buffer): Remove setting of window-min-height
23452         to 1 as enlarge-window uses the value to resize/shrink windows other
23453         than WINDOW if needed.
23455 2007-07-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23457         * cus-start.el (file-coding-system-alist): Fix custom type.
23459 2007-07-08  Chong Yidong  <cyd@stupidchicken.com>
23461         * longlines.el (longlines-wrap-region): Avoid marking buffer as
23462         modified.
23463         (longlines-auto-wrap, longlines-window-change-function):
23464         Remove unnecessary calls to set-buffer-modified-p.
23466 2007-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
23468         * vc-cvs.el (vc-cvs-revert): Use vc-default-revert.
23469         (vc-cvs-checkout): Remove last arg now unused; simplify.
23471 2007-07-08  Michael Albinus  <michael.albinus@gmx.de>
23473         * files.el (file-remote-p): Introduce optional parameter CONNECTED.
23475         * net/tramp.el:
23476         * net/tramp-ftp.el:
23477         * net/tramp-smb.el:
23478         * net/tramp-uu.el:
23479         * net/trampver.el: Migrate to Tramp 2.1.
23481         * net/tramp-cache.el:
23482         * net/tramp-fish.el:
23483         * net/tramp-gw.el: New Tramp packages.
23485         * net/tramp-util.el:
23486         * net/tramp-vc.el: Removed.
23488         * net/ange-ftp.el: Add ange-ftp property to 'start-file-process.
23489         (ange-ftp-file-remote-p): Handle optional parameter CONNECTED.
23491         * net/rcompile.el (remote-compile): Handle Tramp 2.1 arguments.
23493         * progmodes/compile.el (compilation-start): Redefine
23494         `start-process' temporarily when `default-directory' is remote.
23495         Remove case of synchronous compilation, this won't happen ever.
23496         (compilation-setup): Make local variable `comint-file-name-prefix'
23497         for remote compilation.
23499 2007-07-08  Martin Rudalics  <rudalics@gmx.at>
23501         * novice.el (disabled-command-function): Fit window to buffer to
23502         make last line visible.
23503         Reported by Stephen Berman <Stephen.Berman at gmx.net>.
23505         * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
23506         when handling the terminating event.
23508 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
23510         * calc/calc.el (math-read-number-simple): Remove leading 0s.
23511         (math-bignum-digit-length): Change to optimal value.
23513         * calc/calc-bin.el (math-bignum-logb-digit-size)
23514         (math-bignum-digit-power-of-two): Evaluate when compiled.
23516         * calc/calc-comb.el (math-small-factorial-table)
23517         (math-init-random-base, math-prime-test): Remove unnecessary calls
23518         to `math-read-number-simple'.
23520         * calc/calc-ext.el (math-approx-pi, math-approx-sqrt-e)
23521         (math-approx-gamma-const): Add docstrings.
23523         * calc/calc-forms.el (math-julian-date-beginning)
23524         (math-julian-date-beginning-int): New constants.
23525         (math-format-date-part, math-parse-standard-date, calcFunc-julian):
23526         Use the new constants.
23528         * calc/calc-funcs.el (math-gammap1-raw): Add docstring.
23530         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
23531         Add docstrings.
23533 2007-07-07  Tom Tromey  <tromey@redhat.com>
23535         * vc.el (vc-annotate): Jump to line and output message only after the
23536         process is really all done.
23538 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23540         * vc.el (vc-exec-after): Don't move point from the sentinel.
23541         Forcefully read all the remaining text in the pipe upon process exit.
23542         (vc-annotate-display-autoscale, vc-annotate-lines):
23543         Don't stop at the first unrecognized line.
23544         (vc-annotate-display-select): Run autoscale after the process is done
23545         since it depends on the whole result.
23547 2007-07-07  Eli Zaretskii  <eliz@gnu.org>
23549         * term/w32-win.el (menu-bar-open): New function.
23550         Bind <f10> to it.
23552 2007-07-07  Michael Albinus  <michael.albinus@gmx.de>
23554         * simple.el (start-file-process): New defun.
23556 2007-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
23558         * files.el (find-file-confirm-nonexistent-file): Rename from
23559         find-file-confirm-inexistent-file.  Update users.
23561         * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
23562         format of autoload block where the file's time-stamp is replaced by its
23563         MD5 checksum.
23564         (autoload-generate-file-autoloads): Use MD5 checksum instead of
23565         time-stamp for secondary autoloads files.
23566         (update-directory-autoloads): Remove duplicate entries.
23567         Use time-less-p for time-stamps, as done in autoload-find-destination.
23569 2007-07-07  Jay Belanger  <jay.p.belanger@gmail.com>
23571         * calc/calc.el (math-read-number): Replace number by variable.
23572         (math-read-number-simple): Properly parse small integers.
23574 2007-07-07  Dan Nicolaescu  <dann@ics.uci.edu>
23576         * vc.el: Fix doc for the checkout function.
23578 2007-07-06  Dan Nicolaescu  <dann@ics.uci.edu>
23580         * vc-hg.el (vc-hg-root): New function.
23581         (vc-hg-registered): Use it.
23582         (vc-hg-diff-tree): New defalias.
23583         (vc-hg-responsible-p): Likewise.
23584         (vc-hg-checkout): Comment out, not needed.
23585         (vc-hg-delete-file, vc-hg-rename-file, vc-hg-could-register)
23586         (vc-hg-find-version, vc-hg-next-version): New functions.
23588 2007-07-06  Andreas Schwab  <schwab@suse.de>
23590         * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
23591         dynamic bindings around the evaluation of the expression.
23592         Reported by Jay Belanger <jay.p.belanger@gmail.com>.
23594 2007-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
23596         * autorevert.el (auto-revert-tail-handler): Use inhibit-read-only.
23597         Run before-revert-hook.  Suggested by Denis Bueno <denbuen@sandia.gov>.
23598         Use run-hooks rather than run-mode-hooks.
23600 2007-07-05  Jay Belanger  <jay.p.belanger@gmail.com>
23602         * calc/calc-comb.el (math-random-digit): Rename to
23603         `math-random-three-digit-number'.
23604         (math-random-digits): Don't depend on representation of integer.
23606         * calc/calc-bin.el (math-bignum-logb-digit-size)
23607         (math-bignum-digit-power-of-two): New constants.
23608         (math-and-bignum, math-or-bignum, math-xor-bignum, math-diff-bignum)
23609         (math-not-bignum, math-clip-bignum): Use the constants
23610         `math-bignum-digit-power-of-two' and `math-bignum-logb-digit-size'
23611         instead of their values.
23612         (math-clip): Use math-small-integer-size instead of its value.
23614         * calc/calc.el (math-add-bignum): Replace number by constant.
23616 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
23618         * wid-edit.el (widget-documentation-string-value-create):
23619         Insert indentation spaces.
23621 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
23623         * emacs-lisp/byte-opt.el: Revert last change.
23625 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
23627         * vc-hooks.el (vc-handled-backends): Add HG.
23629         * vc-hg.el (vc-handled-backends): Remove, done in vc-hooks.el now.
23631 2007-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23633         * complete.el (PC-do-complete-and-exit): Add support for the new
23634         `confirm-only' confirmation mode.
23636 2007-07-05  Chong Yidong  <cyd@stupidchicken.com>
23638         * cus-edit.el (custom-commands): New variable.
23639         (custom-tool-bar-map): New variable.  Initialize using
23640         `custom-commands'.
23641         (custom-mode): Use `custom-tool-bar-map'.
23642         (custom-buffer-create-internal): Insert action buttons only if
23643         tool bar is not used.  Use `custom-commands'.
23644         (Custom-help, custom-command-apply): New function.
23645         (custom-command-apply, Custom-set, Custom-save)
23646         (Custom-reset-current, Custom-reset-saved, Custom-reset-standard):
23647         Use `custom-command-apply' instead of duplicating code.
23648         (customize-group-other-window): Call `customize-group' instead of
23649         duplicating code.
23650         (customize-face-other-window): Call `customize-face' instead of
23651         duplicating code.
23652         (customize-group, customize-face): Add optional args for opening
23653         in another window.
23654         (custom-variable-tag): Don't inherit `variable-pitch' face.
23655         (custom-group-tag): Inherit `variable-pitch' face.
23656         (custom-variable-value-create): Set documentation indentation.
23657         (custom-group-value-create): Make group name a link, instead of
23658         using an extra "go to group" button.
23659         (custom-prompt-variable, custom-group-set, custom-group-save)
23660         (custom-group-reset-current, custom-group-reset-saved)
23661         (custom-group-reset-standard): Minor cleanup.
23663 2007-07-05  Thien-Thi Nguyen  <ttn@gnuvola.org>
23665         * Makefile.in (bootstrap-prepare): When copying from
23666         ldefs-boot.el, make sure loaddefs.el is writeable.
23668         (bootstrap-prepare): Make $(lisp)/ps-print.el
23669         and $(lisp)/emacs-lisp/cl-loaddefs.el writable, as well.
23671 2007-07-05  Dan Nicolaescu  <dann@ics.uci.edu>
23673         * vc-hg.el (vc-hg-internal-status): Inline in `vc-hg-state', the
23674         only caller, and delete.
23675         (vc-hg-state): Deal with exceptions and only parse the output on
23676         successful return.
23677         (vc-hg-internal-log): Inline in `vc-hg-workfile-version', the only
23678         caller, and delete.
23679         (vc-hg-workfile-version): Deal with exceptions and only parse the
23680         output on successful return.
23681         (vc-hg-revert): New function.
23683 2007-07-04  Jay Belanger  <jay.p.belanger@gmail.com>
23685         * calculator.el (calculator-expt): Use more cases to determine
23686         the value.
23688 2007-07-03  Dan Nicolaescu  <dann@ics.uci.edu>
23690         * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
23691         file names.
23693 2007-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
23695         * calculator.el (calculator-expt, calculator-integer-p):
23696         New functions.
23697         (calculator-fact): Check to see if the factorial will be too
23698         large before computing it.
23699         (calculator-initial-operators): Use `calculator-expt' to
23700         compute "^".
23701         (calculator-mode): Mention that results which are too large
23702         will return inf.
23703         * calc/calc-comb.el (math-small-factorial-table): Replace list
23704         by vector.
23706 2007-07-03  David Kastrup  <dak@gnu.org>
23708         * shell.el: On request of the authors, remove their addresses for
23709         the sake of bug reports, and add the developer list address as
23710         maintainer information.
23712 2007-07-03  Richard Stallman  <rms@gnu.org>
23714         * files.el (make-directory): Doc fix.
23715         (find-file-confirm-inexistent-file): Make it a defcustom.
23716         Make nil the default.
23718 2007-07-02  Richard Stallman  <rms@gnu.org>
23720         * startup.el (command-line): Set buffer-offer-save in *scratch*
23721         and enable auto-save in it.
23723 2007-07-02  Carsten Dominik  <dominik@science.uva.nl>
23725         * textmodes/org.el (orgstruct-mode-map): New variable.
23726         (orgstruct-mode): New minor mode.
23727         (turn-on-orgstruct, orgstruct-error, orgstruct-setup)
23728         (orgstruct-make-binding, org-context-p, org-get-local-variables)
23729         (org-run-like-in-org-mode): New functions.
23730         (org-cycle-list-bullet): New command.
23731         (org-special-properties, org-property-start-re)
23732         (org-property-end-re): New constants.
23733         (org-with-point-at): New macro.
23734         (org-get-property-block, org-entry-properties, org-entry-get)
23735         (org-entry-delete, org-entry-get-with-inheritance)
23736         (org-entry-put, org-buffer-property-keys): New functions.
23737         (org-insert-property-drawer): New command.
23738         (org-entry-property-inherited-from): New variable.
23739         (org-column): New face.
23740         (org-column-overlays, org-current-columns-fmt)
23741         (org-current-columns-maxwidths, org-column-map): New variables.
23742         (org-column-menu): New menu.
23743         (org-new-column-overlay, org-overlay-columns)
23744         (org-overlay-columns-title, org-remove-column-overlays)
23745         (org-column-show-value, org-column-quit, org-column-edit):
23746         New functions.
23747         (org-columns, org-agenda-columns): New commands.
23748         (org-get-columns-autowidth-alist): New functions.
23749         (org-properties): New customize group.
23750         (org-default-columns-format): New option.
23751         (org-priority): Realign tags after changing priority.
23752         (org-preserve-lc): New macro.
23753         (org-update-checkbox-count): Catch case when there is no headline.
23754         (org-agenda-quit): Remove any column overlays.
23755         (org-beginning-of-item-list): Fixed bug when non-item line is
23756         indented too deep.
23757         (org-cached-props): New variable.
23758         (org-cached-entry-get): New function.
23759         (org-make-tags-matcher): Handle property matches.
23760         (org-table-recalculate): Swap evaluation order: Field formula
23761         first, then column formulas, but don't allow them to overwrite the
23762         field formulas.
23763         (org-table-eval-formula): New argument untouchable.
23764         (org-table-put-field-property): New function.
23766 2007-07-02  Martin Rudalics  <rudalics@gmx.at>
23768         * help-mode.el (help-make-xrefs): Skip spaces too when
23769         skipping tabs.
23771         * ffap.el (dired-at-point-prompter): Improve prompt in
23772         list-directory case.
23774 2007-07-01  Richard Stallman  <rms@gnu.org>
23776         * files.el (find-file-visit-truename): Fix safe-local-variable value.
23778 2007-07-01  Richard Stallman  <rms@gnu.org>
23780         * cus-start.el (max-mini-window-height): Added.
23782 2007-07-01  Sean O'Rourke  <sorourke@cs.ucsd.edu>  (tiny change)
23784         * complete.el (partial-completion-mode): Remove advice of
23785         read-file-name-internal.
23786         (PC-do-completion): Rebind minibuffer-completion-table.
23787         (PC-read-file-name-internal): New function doing what
23788         read-file-name-internal advice did.
23790 2007-07-01  Paul Pogonyshev  <pogonyshev@gmx.net>
23792         * emacs-lisp/byte-opt.el: Set `binding-is-magic'
23793         property on a few symbols.
23794         (byte-compile-side-effect-free-dynamically-safe-ops): New defconst.
23795         (byte-optimize-lapcode): Remove bindings that are not referenced
23796         and certainly will not effect through dynamic scoping.
23798 2007-07-01  Stefan Monnier  <monnier@iro.umontreal.ca>
23800         * files.el (find-file-confirm-inexistent-file): New var.
23801         (find-file, find-file-other-window, find-file-other-frame)
23802         (find-file-read-only, find-file-read-only-other-window)
23803         (find-file-read-only-other-frame): Use it.
23805 2007-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
23807         * emacs-lisp/rx.el (rx-constituents): Fix up `anything'.
23809 2007-06-29  Juanma Barranquero  <lekktu@gmail.com>
23811         * generic-x.el (generic-define-mswindows-modes)
23812         (generic-define-unix-modes, apache-log-generic-mode)
23813         (bat-generic-mode-keymap, java-manifest-generic-mode)
23814         (show-tabs-generic-mode): Fix typos in docstrings.
23816 2007-06-29  Ryan Yeske  <rcyeske@gmail.com>
23818         * net/rcirc.el (rcirc-server-alist): Rename from rcirc-connections.
23819         (rcirc-default-full-name): Rename from rcirc-default-user-full-name.
23820         (rcirc-clear-activity): Make sure RCIRC-ACTIVITY isn't modified.
23821         (rcirc-print): Never ignore messages from ourself.
23823 2007-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
23825         * font-lock.el (lisp-font-lock-keywords-2): Recognize the new \(?1:..\)
23826         syntax as well.  Reported by Juri Linkov <juri@jurta.org>.
23828 2007-06-28  Jan Djärv  <jan.h.d@swipnet.se>
23830         * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
23831         replace-regexp-in-string.
23833 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23835         * emacs-lisp/cl.el: Set edebug and indentation before loading
23836         cl-loaddefs.el so that its use of dolist doesn't load cl-macs.
23838 2007-06-28  Andreas Schwab  <schwab@suse.de>
23840         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
23841         $(lisp)/subdirs.el.
23843 2007-06-28  Juanma Barranquero  <lekktu@gmail.com>
23845         * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
23846         the speedbar frame if nil; that deletes the current frame or
23847         causes an error if it is the only frame.
23848         Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
23850 2007-06-28  Kevin Ryde  <user42@zip.com.au>
23852         * textmodes/nroff-mode.el: Groff \# comments.
23853         (nroff-mode-syntax-table): \# comment intro,
23854         plain # as punct per global table.
23855         (nroff-font-lock-keywords): Add # as a single char escape.
23856         (nroff-mode): In comment-start-skip, match \#.
23858 2007-06-28  Stefan Monnier  <monnier@iro.umontreal.ca>
23860         * vc-bzr.el (vc-functions): Clear up the cache when reloading the file.
23861         (vc-bzr-workfile-version, vc-bzr-could-register): Don't hardcode
23862         point-min == 1.
23864 2007-06-28  Nick Roberts  <nickrob@snap.net.nz>
23866         * pcvs-util.el (cvs-strings->string, cvs-string->strings):
23867         Rename and move to...
23869         * subr.el (strings->string, string->strings): ...here.
23871         * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
23872         (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
23874         * progmodes/gud.el (gud-common-init): Call string->strings instead
23875         of split-string.
23877 2007-06-27  Michael Albinus  <michael.albinus@gmx.de>
23879         * dired-aux.el: Remove `dired-call-process'.
23880         (dired-check-process): Call `process-file'.
23882         * wdired.el (wdired-do-perm-changes): Call `process-file'.
23884         * net/ange-ftp.el (ange-ftp-dired-call-process): Reimplement it as
23885         `ange-ftp-process-file'.
23887 2007-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
23889         * emacs-lisp/cl.el: Use cl-loaddefs.el rather than manual autoloads.
23891         * emacs-lisp/cl-extra.el:
23892         * emacs-lisp/cl-seq.el:
23893         * emacs-lisp/cl-macs.el: Set generated-autoload-file to cl-loaddefs.el.
23894         Add autoload cookies on all defs autoloaded manually in cl.el.
23896         * emacs-lisp/cl-loaddefs.el: New file.
23898         * textmodes/texinfmt.el (texinfo-raisesections-alist)
23899         (texinfo-lowersections-alist): Merge definition and declaration.
23900         (texinfo-start-of-header, texinfo-end-of-header): Remove.
23901         (texinfo-format-syntax-table): Merge init into declaration.
23902         (texinfo-format-parse-line-args, texinfo-format-parse-args)
23903         (texinfo-format-parse-defun-args, texinfo-format-node)
23904         (texinfo-push-stack, texinfo-multitable-widths)
23905         (texinfo-define-info-enclosure, texinfo-alias)
23906         (texinfo-format-defindex, batch-texinfo-format): Use push.
23907         (texinfo-footnote-number): Remove duplicate declaration.
23909         * ps-print.el: Update with auto-generated autoloads.
23911         * ps-mule.el: Set generated-autoload-file to "ps-print.el".
23913 2007-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
23915         * emacs-lisp/autoload.el (autoload-generated-file): Interpret names
23916         relative to current dir for file-local settings.
23917         (autoload-generate-file-autoloads): Add `outfile' arg.
23918         (update-directory-autoloads): Use it to directly call
23919         autoload-generate-file-autoloads instead of going through
23920         update-file-autoloads so we avoid redundant searches and so we can know
23921         the set of buffers changed so we can save them all.
23923         * emacs-lisp/autoload.el (autoload-find-destination): Return nil
23924         rather than throwing `up-to-date'.
23925         (autoload-generate-file-autoloads): Adjust correspondingly.
23926         (update-file-autoloads): Be careful to let-bind
23927         autoload-modified-buffers and adjust to new calling conventions.
23928         (autoload-modified-buffers): Make it a dynamically scoped var.
23929         (update-directory-autoloads): Use file-relative-name instead of
23930         autoload-trim-file-name.
23931         (autoload-insert-section-header): Don't use autoload-trim-file-name
23932         since the file is already relative now.
23933         (autoload-trim-file-name): Remove.
23935         * vc-arch.el (vc-arch-add-tagline): Do a slightly cleaner job.
23936         (vc-arch-complete, vc-arch--version-completion-table)
23937         (vc-arch-revision-completion-table): New functions to provide
23938         completion of revision names.
23939         (vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
23940         (vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
23941         to let the user trim the revlib.
23943         * vc.el: Add new VC operation `revision-completion-table'.
23944         (vc-default-revision-completion-table): New function.
23945         (vc-version-diff, vc-version-other-window): Use it to provide
23946         completion of revision names if the backend provides it.
23948         * log-edit.el (log-edit-changelog-entries): Use with-current-buffer.
23950         * vc-svn.el (vc-svn-repository-hostname): Adjust to non-XML format
23951         of newer .svn/entries.
23953 2007-06-25  David Kastrup  <dak@gnu.org>
23955         * calc/calc-poly.el (math-padded-polynomial)
23956         (math-partial-fractions): Add some function comments.
23958 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23960         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
23961         Make `outbuf' optional.
23962         (update-file-autoloads): Use it.
23964 2007-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
23966         * emacs-lisp/autoload.el (autoload-modified-buffers): New var.
23967         (autoload-find-destination): Keep it uptodate.
23968         (autoload-save-buffers): New fun.
23969         (update-file-autoloads): Use it.  Re-add the "up to date" message.
23971         * emacs-lisp/autoload.el: Refactor for upcoming changes.
23972         (autoload-find-destination): New function extracted from
23973         update-file-autoloads.
23974         (update-file-autoloads): Use it.
23975         (autoload-generate-file-autoloads): New function extracted from
23976         generate-file-autoloads.  Use file-relative-name.  Delay computation of
23977         output-start to the first cookie.  Remove done-any, replaced by
23978         output-start.
23979         (generate-file-autoloads): Use it.
23981 2007-06-24  Jay Belanger  <jay.p.belanger@gmail.com>
23983         * calc/calc-comb.el (math-init-random-base, math-prime-test):
23984         Use math-read-number-simple to insert constants.
23985         (math-prime-test): Redo calculation of sum.
23987         * calc/calc-misc.el (math-div2-bignum): Use math-bignum-digit-size.
23989         * calc/calc-math.el (math-scale-bignum-digit-size): Rename from
23990         math-scale-bignum-3.
23991         (math-isqrt-bignum): Use math-scale-bignum-digit-size and
23992         math-bignum-digit-size.
23993         (math-isqrt-small): Add another possible initial guess.
23995 2007-06-23  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23997         * textmodes/bibtex.el (bibtex-entry-format): New options
23998         `whitespace', `braces', and `string'.
23999         (bibtex-field-braces-alist, bibtex-field-strings-alist)
24000         (bibtex-field-braces-opt, bibtex-field-strings-opt)
24001         (bibtex-cite-matcher-alist): New variables.
24002         (bibtex-font-lock-keywords): Use bibtex-cite-matcher-alist.
24003         (bibtex-flash-head): Use blink-matching-delay.
24004         (bibtex-insert-kill, bibtex-mark-entry): Use push-mark.
24005         (bibtex-format-entry, bibtex-reformat): Handle new options of
24006         bibtex-entry-format.
24007         (bibtex-field-re-init, bibtex-font-lock-cite, bibtex-dist):
24008         New functions.
24009         (bibtex-complete-internal): Do not display messages while
24010         minibuffer is used.  Do not leave around a completions buffer
24011         that is out of date.
24012         (bibtex-copy-summary-as-kill): New optional arg.
24013         (bibtex-font-lock-url): New optional arg no-button.
24014         (bibtex-find-crossref): Use `bibtex-cite-matcher-alist'.
24015         (bibtex-url): Allow multiple URLs per entry.
24017 2007-06-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24019         * emacs-lisp/autoload.el (autoload-generated-file): New function.
24020         (update-file-autoloads, update-directory-autoloads): Use it.
24021         (autoload-file-load-name): New function.
24022         (generate-file-autoloads, update-file-autoloads): Use it.
24023         (autoload-find-file): Accept non-absolute argument.  Set default-dir.
24024         (generate-file-autoloads): If the autoloaded form is malformed,
24025         indicate the problem with a warning instead of aborting.
24027 2007-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>
24029         * simple.el (next-error-recenter): Accept `(4)' as well;
24030         also, specify `integer' instead of `number'.
24032 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
24034         * ls-lisp.el (insert-directory): If an invalid regexp error is
24035         thrown, try using FILE as a literal file name, not a wildcard.
24037 2007-06-23  Juanma Barranquero  <lekktu@gmail.com>
24039         * ruler-mode.el (ruler-mode): Prevent clobbering the original
24040         `header-line-format' when reentering ruler mode.
24042 2007-06-23  Eli Zaretskii  <eliz@gnu.org>
24044         * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
24045         FILE exists as a file.
24047 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
24049         * calc/calc.el (math-bignum-digit-length)
24050         (math-bignum-digit-size, math-small-integer-size):
24051         New constants.
24052         (math-normalize, math-bignum-big, math-make-float)
24053         (math-div10-bignum, math-scale-left, math-scale-left-bignum)
24054         (math-scale-right, math-scale-right-bignum, math-scale-rounding)
24055         (math-add, math-add-bignum, math-sub-bignum, math-sub, math-mul)
24056         (math-mul-bignum, math-mul-bignum-digit, math-idivmod)
24057         (math-quotient, math-div-bignum, math-div-bignum-digit)
24058         (math-div-bignum-part, math-format-bignum-decimal)
24059         (math-read-bignum): Use math-bignum-digit-length,
24060         math-bignum-digit-size and math-small-integer-size.
24062         * calc/calc-ext.el (math-fixnum-big): Use the variable
24063         math-bignum-digit-size.
24065 2007-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
24067         * log-view.el (log-view-mode-menu): New menu.
24069 2007-06-22  Stefan Monnier  <monnier@iro.umontreal.ca>
24071         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change
24072         differently.
24074         * vc-hg.el (vc-hg-registered): Add an autoloaded version.
24075         (vc-hg-log-view-mode): Use log-view-font-lock-keywords.
24077 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
24079         * vc-hg.el (vc-hg-print-log): Insert the file name.
24080         (vc-hg-log-view-mode): Fontify the file name.
24082 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
24084         * calc/calc-forms.el (math-format-date-part, calc-parse-standard-date)
24085         (calcFunc-julian): Fix incorrect number used in calculations.
24087 2007-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>
24089         * simple.el (next-error-recenter): New defcustom.
24090         (next-error, next-error-internal): Recenter if specified,
24091         immediately prior to running `next-error-hook'.
24093         * progmodes/hideshow.el (hs-show-block): Use line-end-position.
24094         (hs-hide-block-at-point, hs-hide-comment-region): Likewise.
24096         * progmodes/hideshow.el (hs-hide-all): Use progress reporter.
24098 2007-06-22  Jay Belanger  <jay.p.belanger@gmail.com>
24100         * calc/calc-comb.el (math-small-factorial-table): New variable.
24101         (calcFunc-fact): Use `math-small-factorial-table'.
24103         * calc/calc-ext.el (math-defcache): Allow forms to evaluate
24104         initial values.
24105         (math-approx-pi, math-approx-sqrt-e, math-approx-gamma-const):
24106         New variables to use in caches.
24108         * calc/calc-forms.el (math-format-date-part, math-parse-standard-date)
24109         (calcFunc-julian): Use `math-read-number-simple' to insert bignums.
24111         * calc/calc-funcs.el (math-besJ0, math-besJ1, math-besY0, math-besY1)
24112         (math-bernoulli-b-cache): Use math-read-number-simple to insert
24113         bignums.
24115         * calc/calc-math.el (math-approx-ln-10, math-approx-ln-2):
24116         New variables to use in caches.
24118 2007-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
24120         * vc-bzr.el (vc-bzr-log-view-mode): Add + to the email address regexp.
24122         * vc-hg.el (vc-hg-log-view-mode): New mode.
24124 2007-06-21  Jay Belanger  <jay.p.belanger@gmail.com>
24126         * calc/calc.el (math-read-number-simple): New function.
24128 2007-06-21  Stefan Monnier  <monnier@iro.umontreal.ca>
24130         * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
24131         (vera-font-lock-match-item): Fix doc string.
24132         (vera-in-comment-p): Remove unused function.
24133         (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
24134         use `syntax-ppss'.
24135         (vera-forward-syntactic-ws): Fix argument order.
24136         (vera-prepare-search): Use `with-syntax-table'.
24137         (vera-indent-line): Fix doc string.
24138         (vera-electric-tab): Fix doc string.
24139         (vera-expand-abbrev): Define alias instead of using `fset'.
24140         (vera-comment-uncomment-region): Use `comment-start-skip'.
24142 2007-06-21  Carsten Dominik  <dominik@science.uva.nl>
24144         * textmodes/org.el (org-export-with-footnotes): New option.
24145         (org-export-as-html): Fix replacement bug for XEmacs.
24146         (org-agenda-default-appointment-duration): New option.
24148 2007-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
24150         * vc-hg.el: Add to do items.
24151         (vc-hg-diff): Add support for comparing different revisions.
24152         (vc-hg-diff, vc-hg-annotate-command, vc-hg-annotate-time)
24153         (vc-hg-annotate-extract-revision-at-line)
24154         (vc-hg-previous-version, vc-hg-checkin): New functions.
24155         (vc-hg-annotate-re): New constant.
24157 2007-06-20  Jay Belanger  <jay.p.belanger@gmail.com>
24159         * calc/calc.el (math-standard-ops): Fix precedence of multiplication.
24161 2007-06-20  Stefan Monnier  <monnier@iro.umontreal.ca>
24163         * log-view.el (log-view-font-lock-keywords): Use `eval' to consult the
24164         buffer-local value of log-view-*-re if applicable.
24166         * vc-bzr.el (vc-bzr-dir-state): Use setq rather than set.
24167         Use vc-bzr-command rather than the ill defined vc-bzr-command*.
24168         (vc-bzr-command*): Remove both (incompatible) versions.
24169         (vc-bzr-do-command*): Remove.
24170         (vc-bzr-with-process-environment, vc-bzr-std-process-invocation):
24171         Remove by folding into its only caller vc-bzr-command.
24172         (vc-bzr-command): Always set the environment, even when ineffective.
24173         (vc-bzr-version): Minor fix up.
24174         (vc-bzr-admin-dirname): New var.
24175         (vc-bzr-bzr-dir): Remove.
24176         (vc-bzr-root-dir): New fun.
24177         (vc-bzr-registered): Use it.  Add an autoloaded version.
24178         (vc-bzr-responsible-p): Use vc-bzr-root-dir as well.
24179         (vc-bzr-view-log-function): Remove.
24180         (vc-bzr-log-view-mode): New major mode to replace it.
24181         (vc-bzr-print-log): Only activate the old hack if needed.
24183         * vc.el (vc-default-log-view-mode): New function.
24184         (vc-print-log): Add new `log-view-mode' VC operation.
24186 2007-06-20  Juanma Barranquero  <lekktu@gmail.com>
24188         * ido.el (ido-find-file-in-dir): Don't signal an error for
24189         empty directories.
24191         * add-log.el (change-log-mode): Set `show-trailing-whitespace'.
24193         * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
24194         directory where the desktop file was found, as the docstring says.
24195         (desktop-kill): Use `read-directory-name'.
24197 2007-06-20  Alan Mackenzie  <acm@muc.de>
24199         * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
24200         When removing lines, also remove the \n.  Correction of patch of
24201         2007-04-21.
24203 2007-06-20  Martin Rudalics  <rudalics@gmx.at>
24205         * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
24206         event is not a cons cell.  Do not unread drag-mouse-1 events.
24207         Select right window in check whether space was stolen from
24208         window above.
24210         * help-mode.el (help-make-xrefs): Adjust position of new forward
24211         button.
24213 2007-06-20  Riccardo Murri  <riccardo.murri@gmail.com>
24215         * vc-bzr.el (vc-bzr-with-process-environment)
24216         (vc-bzr-std-process-invocation): New macros.
24217         (vc-bzr-command, vc-bzr-command*): Use them.
24218         (vc-bzr-with-c-locale): Remove.
24219         (vc-bzr-dir-state): Replace its use with vc-bzr-command.
24220         (vc-bzr-buffer-nonblank-p): New function.
24221         (vc-bzr-state-words): New const.
24222         (vc-bzr-state): Look for `bzr status' keywords in output.
24223         Display everything else as a warning message to the user.
24224         Fix status report with bzr >= 0.15.
24226 2007-06-20  Dan Nicolaescu  <dann@ics.uci.edu>
24228         * vc-hg.el (vc-hg-global-switches): Simplify.
24229         (vc-hg-state): Handle more states.
24230         (vc-hg-diff): Fix doc-string.
24231         (vc-hg-register): New function.
24232         (vc-hg-checkout): Likewise.
24234 2007-06-20  Reto Zimmermann  <reto@gnu.org>
24236         * progmodes/vera-mode.el: New file.
24238 2007-06-19  Jay Belanger  <jay.p.belanger@gmail.com>
24240         * calc/calc.el (calc-multiplication-has-precendence):
24241         New variable.
24242         (math-standard-ops, math-standard-ops-p, math-expr-ops):
24243         New functions.
24244         (math-expr-opers): Define using math-standard-ops rather than
24245         math-standard-opers.
24246         * calc/calc-aent.el (calc-do-calc-eval): Let math-expr-opers
24247         equal the function math-standard-ops rather than the variable
24248         math-standard-opers.
24249         (calc-algebraic-entry): Let math-expr-opers equal
24250         math-standard-ops or math-expr-ops, as appropriate.
24251         (math-expr-read-level, math-read-factor): Let math-expr-opers
24252         equal math-expr-ops.
24253         * calc/calc-embed.el (calc-embedded-finish-edit):
24254         Let math-expr-opers equal the function math-standard-ops
24255         rather than the variable math-standard-opers.
24256         * calc/calc-ext.el (math-read-plain-expr)
24257         (math-format-flat-expr-fancy): Let math-expr-opers equal the
24258         function math-standard-ops rather than the variable
24259         math-standard-opers.
24260         * calc/calc-lang.el (calc-set-language, math-read-big-rec):
24261         Let math-expr-opers equal the function math-standard-ops rather
24262         than the variable math-standard-opers.
24263         * calc/calc-prog.el (calc-read-parse-table): Let math-expr-opers
24264         equal the function math-standard-ops rather than the variable
24265         math-standard-opers.
24266         * calc/calc-yank.el (calc-finish-stack-edit): Let math-expr-opers
24267         equal the function math-standard-ops rather than the variable
24268         math-standard-opers.
24269         * calc/calccomp.el (math-compose-expr): Let math-expr-opers equal
24270         math-expr-ops.
24272 2007-06-19  Ivan Kanis  <apple@kanis.eu>
24274         * vc-hg.el: New file.
24276 2007-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
24278         * progmodes/sh-script.el (sh-font-lock-paren): Mark the relevant text
24279         with font-lock-multiline.
24281 2007-06-17  Glenn Morris  <rgm@gnu.org>
24283         * lpr.el (lpr-page-header-switches): Move %s to separate element
24284         for correct quoting.  Doc fix.
24286 2007-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
24288         * textmodes/sgml-mode.el (sgml-xml-guess): Return the result rather
24289         than setting sgml-xml-mode.
24290         (sgml-mode, html-mode): Set sgml-xml-mode.
24291         (sgml-skip-tag-backward): Tell if we skipped over matched tags.
24292         (sgml-skip-tag-backward, sgml-electric-tag-pair-overlays): New var.
24293         (sgml-electric-tag-pair-before-change-function)
24294         (sgml-electric-tag-pair-flush-overlays): New functions.
24295         (sgml-electric-tag-pair-mode): New minor mode.
24296         (sgml-font-lock-keywords-2, sgml-get-context, sgml-unclosed-tag-p)
24297         (sgml-calculate-indent): Use assoc-string.
24299 2007-06-16  Karl Fogel  <kfogel@red-bean.com>
24301         * thingatpt.el (thing-at-point-email-regexp): Don't require two
24302         chars before the "@" in an email address.  Andreas Roehler noticed
24303         this problem.
24305 2007-06-15  Karl Fogel  <kfogel@red-bean.com>
24307         * thingatpt.el: Add support for email addresses (`email').
24308         (thing-at-point, bounds-of-thing-at-point): Document `email' support.
24309         (thing-at-point-email-regexp): New variable.
24310         (`email'): Put `bounds-of-thing-at-point' and `thing-at-point'
24311         properties on this symbol, with lambda forms for values.
24313 2007-06-15  Masatake YAMATO  <jet@gyve.org>
24315         * vc-bzr.el (vc-bzr-root): Cache the output of shell command execution.
24317         * vc.el (vc-dired-hook): Check the backend returned from
24318         `vc-responsible-backend' can really handle `subdir'.
24320 2007-06-15  Chong Yidong  <cyd@stupidchicken.com>
24322         * wid-edit.el (widget-add-documentation-string-button):
24323         Fix handling of documentation indent.
24325 2007-06-15  Miles Bader  <miles@fencepost.gnu.org>
24327         * mb-depth.el: New file.
24329 2007-06-15  Masatake YAMATO  <jet@gyve.org>
24331         * vc.el (vc-dired-mode): Show backend name as part of mode name.
24333 2007-06-14  Chong Yidong  <cyd@stupidchicken.com>
24335         * wid-edit.el (widget-default-create): Move ?h handling here...
24336         (widget-default-format-handler): ...from here.
24337         (widget-docstring, widget-add-documentation-string-button): New funs.
24338         (documentation-string): Add :visibility-widget property.
24339         (widget-documentation-string-value-create): Use it.
24341         * cus-edit.el (custom-split-regexp-maybe): Simplify.
24342         (custom-buffer-create-internal): Simplify message.
24343         (custom-variable-tag): Reduce height to normal.
24344         (custom-variable-value-create, custom-face-value-create)
24345         (custom-visibility): New widget.
24346         (custom-visibility): New face.
24347         (custom-group-value-create):
24348         Call widget-add-documentation-string-button, using `custom-visibility'.
24350 2007-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
24352         * emacs-lisp/bytecomp.el (byte-compile-current-group)
24353         (byte-compile-nogroup-warn, byte-compile-file): Revert part of last
24354         change.  Apparently the "warning even if the group is implicit" is
24355         a feature rather than a bug.
24357 2007-06-14  Michael Kifer  <kifer@cs.stonybrook.edu>
24359         * emulation/viper.el (viper-describe-key-ad)
24360         (viper-describe-key-briefly-ad): Different advices for Emacs and XEmacs.
24361         Compile them conditionally.
24362         (viper-version): Belated version change.
24364 2007-06-14  Juanma Barranquero  <lekktu@gmail.com>
24366         * follow.el (follow-all-followers, follow-generic-filter):
24367         * pcomplete.el (pcomplete-restore-windows):
24368         * x-dnd.el (x-dnd-maybe-call-test-function, x-dnd-save-state)
24369         (x-dnd-drop-data):
24370         * emacs-lisp/edebug.el (edebug-pop-to-buffer, edebug-display):
24371         * progmodes/python.el (python-complete-symbol):
24372         * term/mac-win.el (mac-dnd-drop-data): Remove redundant check.
24374 2007-06-13  Ryan Yeske  <rcyeske@gmail.com>
24376         * net/rcirc.el (rcirc-format-response-string): Use rcirc-nick-syntax
24377         around bright and dim regexps.  Make sure bright and dim matches
24378         use word anchors.  Send text through rcirc-markup functions.
24379         (rcirc-url-regexp): Add single quote character.
24380         (rcirc-connect): Write logs to disk on auto-save-hook.
24381         Make server a non-optional argument.
24382         (rcirc-log-alist): New variable.
24383         (rcirc-log-directory): Make customizable.
24384         (rcirc-log-flag): New customizable variable.
24385         (rcirc-log): New function.
24386         (rcirc-print): Use above function.
24387         (rcirc-log-write): New function.
24388         (rcirc-generate-new-buffer-name): Strip text properties.
24389         (rcirc-switch-to-buffer-function): Remove variable.
24390         (rcirc-last-non-irc-buffer): Remove variable.
24391         (rcirc-non-irc-buffer): Add function.
24392         (rcirc-next-active-buffer): Use above function.
24393         (rcirc-keepalive): Send KEEPALIVE ctcp instead of a PING.
24394         (rcirc-handler-ctcp-KEEPALIVE): Add handler.
24395         (rcirc-handler-CTCP): Don't print KEEPALIVE responses.
24396         (rcirc-omit-mode): Add minor-mode.
24397         (rcirc-mode-map): Change C-c C-o binding.
24398         (rcirc-mode): Clear mode-line-process.  Use a custom
24399         fill-paragraph-function.  Set up buffer-invisibility-spec.
24400         (rcirc-response-formats): Remove timestamp code.
24401         (rcirc-omit-responses): Add variable.
24402         (rcirc-print): Don't put the overlay arrow on potentially omitted
24403         lines.  Log line to disk.  Record activity for private messages
24404         from /dim nicks.  Facify the fill-prefix with rcirc-timestamp face.
24405         (rcirc-jump-to-first-unread-line): Print message if there is no
24406         unread text.
24407         (rcirc-clear-unread): New function.
24408         (rcirc-markup-text-functions): Add variable.
24409         (rcirc-markup-timestamp, rcirc-markup-fill): Add functions.
24410         (rcirc-debug): Don't mess with window configuration.
24411         (rcirc-send-message): Send message before printing locally.
24412         Add SILENT argument, do not print message if non-nil.
24413         (rcirc-visible-buffers): New function and variable.
24414         (rcirc-window-configuration-change-1): Add function.
24415         (rcirc-target-buffer): Make sure ACTIONs don't get sent to the
24416         server buffer.
24417         (rcirc-clean-up-buffer): Set rcirc-target to nil when finished.
24418         (rcirc-fill-paragraph): Add function.
24419         (rcirc-record-activity, rcirc-window-configuration-change-1):
24420         Only update the activity string if it has actually changed.
24421         (rcirc-update-activity-string): Remove padding characters from the
24422         mode-line string.
24423         (rcirc-disconnect-buffer): New function to be called when a
24424         channel is parted or the user quits.
24425         (rcirc-server-name): Warn when the server-name hasn't been set.
24426         (rcirc-window-configuration-change): Postpone work until
24427         post-command-hook.
24428         (rcirc-window-configuration-change-1): Update mode-line and
24429         overlay arrows here.
24430         (rcirc-authenticate): Fixc hanserv identification.
24431         (rcirc-default-server): Remove variable.
24432         (rcirc): Connect according to rcirc-connections.
24433         (rcirc-connections): Add variable.
24434         (rcirc-startup-channels-alist): Remove variable.
24435         (rcirc-startup-channels): Remove function.
24437 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24439         * diff-mode.el (diff-font-lock-keywords): Fix M. Kifer's last change.
24441 2007-06-13  Johan Bockgård  <bojohan@dd.chalmers.se>  (tiny change)
24443         * term/xterm.el (terminal-init-xterm): Escape parens in character
24444         constants.
24446 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
24448         * progmodes/sh-script.el: Remove unneeded * from docstrings.
24449         Use [:alpha:] and [:alnum:] where applicable.
24450         (sh-quoted-subshell): Rewrite to correctly
24451         handle nested mixes of `...' and $(...).
24452         (sh-apply-quoted-subshell): Remove.
24453         (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
24455         * vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
24457 2007-06-13  Michael Kifer  <kifer@cs.stonybrook.edu>
24459         * ediff-ptch.el (ediff-context-diff-label-regexp): Partially undo
24460         previous change.
24462 2007-06-12  Tom Tromey  <tromey@redhat.com>
24464         * subr.el (user-emacs-directory): New defconst.
24465         * cmuscheme.el (scheme-start-file):
24466         * shell.el (shell):
24467         * completion.el (save-completions-file-name):
24468         * custom.el (custom-theme-directory):
24469         * term/x-win.el (emacs-session-filename):
24470         * filesets.el (filesets-menu-cache-file):
24471         * thumbs.el (thumbs-thumbsdir):
24472         * server.el (server-auth-dir):
24473         * image-dired.el (image-dired-dir):
24474         (image-dired-db-file):
24475         (image-dired-temp-image-file):
24476         (image-dired-gallery-dir):
24477         (image-dired-temp-rotate-image-file):
24478         * play/gamegrid.el (gamegrid-user-score-file-directory):
24479         * savehist.el (savehist-file):
24480         * tutorial.el (tutorial--saved-dir):
24481         * startup.el (auto-save-list-file-prefix): Use user-emacs-directory.
24483 2007-06-12  Ralf Angeli  <angeli@caeruleus.net>
24485         * scroll-lock.el (scroll-lock-mode): Doc fix.
24487 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
24489         * ediff-ptch.el (ediff-context-diff-label-regexp): Spurious parenthesis.
24491         * ediff-init.el: Doc strings.
24493 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24495         * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
24496         (byte-compile-file): Bind it.
24497         (byte-compile-nogroup-warn): Use it to avoid spurious warnings when the
24498         group argument is provided implicitly.
24499         (byte-compile-format-warn, byte-compile-from-buffer)
24500         (byte-compile-insert-header): Don't hardcode point-min==1.
24501         (byte-compile-file-form-require): Remove unused var old-load-list.
24502         (byte-compile-eval): Remove unused vars old-autoloads and hist-nil-new.
24504 2007-06-12  Michael Kifer  <kifer@cs.stonybrook.edu>
24506         * emulation/viper-cmd.el (viper-prefix-arg-com, viper-prefix-arg-value):
24507         Display error messages.
24508         (viper-prev-destructive-command, viper-insert-prev-from-insertion-ring):
24509         Get rid of cl.el dependencies.
24511         * emulation/viper-init.el (viper-suppress-input-method-change-message):
24512         New variable.
24513         (viper-activate-input-method-action)
24514         (viper-inactivate-input-method-action):
24515         Use viper-suppress-input-method-change-message.
24517         * emulation/viper-keym.el (viper-vi-basic-map): Disable the bindings
24518         for C-s, C-r.
24520         * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
24521         Use viper-replace-overlay-cursor-color instead of
24522         viper-replace-overlay-cursor-color.
24523         (viper-sit-for-short): Use sit-for with 3 arguments.
24525         * emulation/viper.el (viper-insert-state-mode-list): Add gud-mode.
24526         (viper-major-mode-modifier-list): Add viper-comint-mode-modifier-map
24527         to gud-mode.
24529         * ediff-mult.el (ediff-meta-buffer-brief-message)
24530         (ediff-meta-buffer-verbose-message): New variables.
24531         (ediff-meta-buffer-message): Variable deleted.
24532         (ediff-verbose-help-enabled): New variable.
24533         (ediff-toggle-verbose-help-meta-buffer): New function.
24534         (ediff-redraw-directory-group-buffer): Made aware of short/verbose
24535         message options.
24537         * ediff-ptch.el (ediff-context-diff-label-regexp): Better regexp.
24538         (ediff-fixup-patch-map): Improve heuristic.
24540 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24542         * log-view.el (log-view-file-re, log-view-message-re): Use \(?1:...\).
24543         (log-view-font-lock-keywords): Simplify.
24544         (log-view-current-file, log-view-current-tag): Simplify.
24546 2007-06-12  Sam Steingold  <sds@gnu.org>
24548         * vc-arch.el (vc-arch-command): Also try "baz" and "bzr".
24550 2007-06-12  Juanma Barranquero  <lekktu@gmail.com>
24552         * desktop.el (desktop-load-locked-desktop): New option.
24553         (desktop-read): Use it.
24554         (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
24555         Use `when'.
24557 2007-06-12  Davis Herring  <herring@lanl.gov>
24559         * desktop.el (desktop-save-mode-off): New function.
24560         (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
24561         (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
24562         (desktop-claim-lock, desktop-release-lock): New functions.
24563         (desktop-kill): Tell `desktop-save' that this is the last save.
24564         Release the lock afterwards.
24565         (desktop-buffer-info): New function.
24566         (desktop-save): Use it.  Run `desktop-save-hook' where the doc
24567         says to.  Detect conflicts, and manage the lock.
24568         (desktop-read): Detect conflicts.  Manage the lock.
24570 2007-06-12  Stefan Monnier  <monnier@iro.umontreal.ca>
24572         * emulation/tpu-mapper.el (tpu-emacs-map-key): Use new keymap names.
24574         * emulation/tpu-edt.el (tpu-gold-map): Rename from GOLD-map.
24575         (tpu-lucid-emacs-p): Remove.  Use (featurep 'xemacs) instead.
24576         (CSI-map, GOLD-CSI-map, GOLD-SS3-map, SS3-map): Delete vars.
24577         (tpu-gold-map, tpu-global-map): Add all the SS3 and CSI bindings, using
24578         keysyms rather than byte sequences.
24579         (tpu-copy-keyfile): Don't force the user to use tpu-mapper.el.
24581 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24583         * font-lock.el (font-lock-add-keywords): In case font-lock was only
24584         half-activated, forcefully activate it completely.
24586 2007-06-11  Richard Stallman  <rms@gnu.org>
24588         * cus-edit.el (custom-variable-type): Doc fix.
24590 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24592         * progmodes/sh-script.el (sh-font-lock-backslash-quote)
24593         (sh-font-lock-flush-syntax-ppss-cache): New functions.
24594         (sh-font-lock-syntactic-keywords): Use them to distinguish the
24595         different possible cases for \'.
24597         * complete.el (PC-bindings): Don't bind things already bound in the
24598         parent keymap.
24600         * textmodes/bibtex-style.el: New file.
24602 2007-06-11  Riccardo Murri  <riccardo.murri@gmail.com>
24604         * vc-bzr.el: New file.
24606 2007-06-11  Stefan Monnier  <monnier@iro.umontreal.ca>
24608         * vc-svn.el (vc-svn-program): New var.
24609         (vc-svn-command): Use it.
24611 2007-06-11  Juanma Barranquero  <lekktu@gmail.com>
24613         * server.el (server-switch-buffer): Remove redundant check.
24615 2007-06-10  Martin Rudalics  <rudalics@gmx.at>
24617         * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
24618         Match against file-name-nondirectory.
24619         Fix text on user customization variables.
24620         Reported by Johan Bockgård <bojohan@dd.chalmers.se>.
24622 2007-06-09  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
24624         * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
24626 2007-06-09  Davis Herring  <herring@lanl.gov>
24628         * desktop.el (desktop-minor-mode-table): Doc fix.
24630 2007-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
24632         * textmodes/css-mode.el (css-navigation-syntax-table):
24633         Use set-char-table-range so it also works in the unicode branch.
24635 2007-06-08  Nick Roberts  <nickrob@snap.net.nz>
24637         * help-mode.el (help-xref-forward-stack)
24638         (help-xref-stack-forward-item, help-forward-label): New variables.
24639         (help-forward): New button type.
24640         (help-setup-xref): Initialise help-xref-forward-stack.
24641         (help-make-xrefs): Add forward button, if appropriate.
24642         (help-xref-go-back): Push item on forward stack.
24643         (help-xref-go-forward, help-go-forward): New functions.
24645 2007-06-07  Chong Yidong  <cyd@stupidchicken.com>
24647         * dired.el (dired-mode-map): Remove spurious separator.
24649 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
24651         * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
24653         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
24654         * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
24656 2007-06-07  Carsten Dominik  <dominik@science.uva.nl>
24658         * textmodes/org.el: Version number fixed.
24660 2007-06-07  Glenn Morris  <rgm@gnu.org>
24662         * version.el (emacs-copyright): New constant.
24663         * startup.el (fancy-splash-tail): Use emacs-copyright.
24664         * calc/calc-help.el (calc-full-help): Use emacs-copyright.
24666         * emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
24667         `make-local'.
24668         (byte-compile-warnings-safe-p): Add `make-local'.
24669         (byte-compile-make-variable-buffer-local):
24670         Allow byte-compile-warnings to suppress this warning.
24672         * tutorial.el (tutorial--describe-nonstandard-key): Adjust for new
24673         format of "menu" description.
24674         (tutorial--find-changed-keys): Describe the specific menu a
24675         command is in.
24677         * dframe.el (dframe-frame-parameter, dframe-mouse-event-p):
24678         Rewrite compatibility functions to silence byte-compiler.
24680 2007-06-07  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
24682         * mail/rmailsum.el (rmail-summary-save-buffer): New command.
24683         (rmail-summary-mode-map): Add rmail-summary-save-buffer.
24685 2007-06-07  Eric M. Ludlam  <eric@siege-engine.com>
24687         * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove "iff".
24689 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
24691         * progmodes/ebrowse.el (ebrowse-member-table):
24692         * textmodes/org.el (org-export-ascii-bullets, org-batch-agenda)
24693         (org-batch-agenda-csv): Fix typos in docstrings.
24695 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
24697         * pgg.el (pgg-sign-region, pgg-sign):
24698         * ses.el (ses-call-printer):
24699         * calendar/icalendar.el (icalendar--diarytime-to-isotime):
24700         * textmodes/org.el (org-cycle): Fix typos in docstrings.
24702 2007-06-06  Carsten Dominik  <dominik@science.uva.nl>
24704         * textmodes/org.el (org-export-region-as-html)
24705         (org-replace-region-by-html, org-number-to-letters)
24706         (org-table-fedit-finish, org-normalize-color)
24707         (org-table-fedit-ref-right, org-date-to-gregorian)
24708         (org-table-fedit-move, org-table-convert-refs-to-rc)
24709         (org-calendar-holiday, org-table-fedit-toggle-ref-type)
24710         (org-write-agenda, org-colgroup-info-to-vline-list)
24711         (org-agenda-todo-previousset, org-defkey, org-encode-for-stdout)
24712         (org-indent-line-function, org-export-as-html-to-buffer)
24713         (org-store-agenda-views, org-update-mode-line)
24714         (org-find-if, org-delete-all)
24715         (org-table-fedit-convert-buffer, org-emphasize)
24716         (org-uniquify, org-table-fedit-lisp-indent)
24717         (org-table-fedit-scroll, org-get-todo-sequence-head)
24718         (org-table-fedit-scroll-down, org-table-fedit-line-down)
24719         (org-table-fedit-ref-left, org-agenda-export-csv-mapper)
24720         (org-table-fedit-toggle-coordinates, org-dvipng-color)
24721         (org-table-fedit-line-up, org-table-fedit-ref-down)
24722         (org-table-formula-from-user, org-mode-flyspell-verify)
24723         (org-cycle-show-empty-lines, org-ctrl-c-ret)
24724         (org-table-formula-to-user, org-diary-to-ical-string)
24725         (orgtbl-export, org-table-fedit-post-command)
24726         (org-closed-in-range, org-shiftcontrolright)
24727         (org-table-convert-refs-to-an, org-table-hline-and-move)
24728         (org-table-formula-less-p, org-format-table-ascii)
24729         (org-agenda-get-sexps, org-shift-refpart)
24730         (org-diary-sexp-entry, org-time-string-to-absolute)
24731         (org-table-show-reference, org-letters-to-number)
24732         (org-fix-agenda-info, org-table-fedit-ref-up)
24733         (org-table-fedit-shift-reference, org-table-fedit-abort)
24734         (org-closest-date, org-shiftcontrolleft)
24735         (org-at-heading-or-item-p, org-rematch-and-replace)
24736         (org-agenda-todo-nextset, org-export-grab-title-from-buffer):
24737         New functions.
24738         (org-table-edit-scroll-down, org-finish-edit-formulas)
24739         (org-table-edit-next-field, org-abort-edit-formulas)
24740         (org-font-lock-level, org-export-find-first-heading-line)
24741         (org-table-edit-line-down, org-table-edit-backward-field)
24742         (org-edit-formula-lisp-indent, org-table-edit-move)
24743         (org-check-log-option, org-this-word)
24744         (org-table-edit-line-up, org-table-edit-formulas-post-command)
24745         (org-agenda-file-to-end, org-expand-file-name)
24746         (org-fake-empty-table-line, org-table-edit-scroll)
24747         (org-toggle-log-option, org-show-reference): Function removed.
24748         (org-inhibit-invisibility, org-table-formula-make-cmp-string):
24749         New defsubsts.
24750         (org-unmodified, org-batch-store-agenda-views)
24751         (org-batch-agenda-csv): New macro.
24752         (org-agenda-export): New customization group.
24753         (org-agenda-skip-deadline-if-done, org-agenda-remove-tags)
24754         (org-highest-priority, org-agenda-exporter-settings)
24755         (org-log-done-with-time, org-replace-disputed-keys)
24756         (org-format-latex-header, org-export-table-header-tags)
24757         (org-cycle-separator-lines, org-export-table-data-tags)
24758         (org-icalendar-include-sexps)
24759         (org-empty-line-terminates-plain-lists)
24760         (org-log-repeat, org-special-ctrl-a)
24761         (org-table-use-standard-references, org-disputed-keys)
24762         (org-export-skip-text-before-1st-heading, org-agenda-with-colors)
24763         (org-agenda-export-html-style): New option.
24764         (org-allow-auto-repeat, org-agenda-remove-tags-when-in-prefix)
24765         (org-CUA-compatible): Option removed.
24766         (org-agenda-structure, org-sexp-date): New face.
24767         (org-todo-keywords-for-agenda, org-not-done-keywords)
24768         (org-planning-or-clock-line-re, org-agenda-name)
24769         (org-table-colgroup-info, org-todo-sets)
24770         (constants-unit-system, org-clock-mode-line-entry)
24771         (org-mode-line-timer, org-table-current-begin-pos)
24772         (org-todo-keywords-1, org-mode-line-string)
24773         (org-table-clean-did-remove-column, org-table-fedit-map)
24774         (org-clock-heading, org-table-buffer-is-an)
24775         (org-agenda-info, org-done-keywords)
24776         (org-done-keywords-for-agenda, org-todo-heads)
24777         (org-todo-kwd-alist, org-clock-start-time): New variable.
24778         (org-todo-kwd-priority-p, org-edit-formulas-map)
24779         (org-repeat-re, org-todo-kwd-max-priority)
24780         (org-version, org-done-string)
24781         (org-table-clean-did-remove-column-1, org-disputed-keys):
24782         Remove variables.
24783         (org-table-translate-regexp, org-repeat-re, org-version): New consts.
24784         (org-ts-lengths): Constant removed.
24785         (org-follow-gnus-link): Don't ask how many articles to read.
24786         (org-export-find-first-export-line): Rename from
24787         `org-export-find-first-heading'.
24788         Use `org-export-skip-text-before-1st-heading'.
24789         (org-table-fedit-post-command): Rename from
24790         `org-table-edit-formulas-post-command'.
24791         (org-table-fedit-finish): Rename from `org-finish-edit-formulas'.
24792         (org-table-fedit-abort): Rename from `org-abort-edit-formulas'.
24793         (org-table-fedit-lisp-indent): Rename from
24794         `org-edit-formula-lisp-indent'.
24795         (org-table-show-reference): Rename from `org-show-reference'.
24796         (org-table-store-formulas): Use `org-table-formula-less-p'.
24797         (org-table-edit-formulas): Position cursor to current field equation.
24798         (org-update-checkbox-count, org-hide-archived-subtrees)
24799         (org-timestamp-up-day, org-timestamp-down-day)
24800         (org-shiftmetaleft, org-shiftmetaright, org-shiftmetaup)
24801         (org-shiftmetadown, org-metaleft, org-metaright, org-metaup)
24802         (org-metadown, org-shiftup, org-shiftdown, org-shiftright)
24803         (org-shiftleft, org-ctrl-c-ctrl-c, org-context):
24804         Let `org-on-heading-p' also check for invisible heading.
24805         (org-read-date): Match am/pm times.
24806         (org-eval-in-calendar): Fix default date in prompt.
24808 2007-06-05  Chong Yidong  <cyd@stupidchicken.com>
24810         * files.el (auto-mode-alist): Separate "ChangeLog.1" and
24811         "ChangeLog.a" entries, giving the latter lower priority.
24813 2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
24815         * faces.el (face-id): If the argument is a face alias,
24816         return the ID of the target face.
24818 2007-06-05  Michael Albinus  <michael.albinus@gmx.de>
24820         * net/socks.el (top): Remove unnecessary copyright line.
24822 2007-06-04  Chong Yidong  <cyd@stupidchicken.com>
24824         * longlines.el (longlines-auto-wrap): Handle argument correctly.
24826 2007-06-04  Michael Albinus  <michael.albinus@gmx.de>
24828         * net/socks.el: New file, taken from w3 repository.
24829         (top): Update Copyright.  Don't load cl.el.
24830         (all): Replace `case' by `cond', `string-to-int' by
24831         `string-to-number', and `process-kill-without-query' by
24832         `set-process-query-on-exit-flag'.
24833         (socks-char-int): Remove defalias and all occurrences.
24835 2007-06-04  Juanma Barranquero  <lekktu@gmail.com>
24837         * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
24838         Fix typos in docstrings.
24839         (compilation-search-path, compilation-buffer-name-function): Doc fixes.
24840         (compilation-finish-function): Fix typo in obsolescence declaration.
24842 2007-06-03  Sam Steingold  <sds@gnu.org>
24844         * progmodes/compile.el: Add TIMESTAMP to the LOC data structure, to
24845         handle unending automatic recompilation of changed files (`omake -P').
24846         (compilation-loop): VISITED is now 5th CDR.
24847         (compilation-next-error-function): Set TIMESTAMP.
24849 2007-06-03  Sam Steingold  <sds@gnu.org>
24851         * files.el (kill-buffer-ask): New function.
24852         (kill-some-buffers): Use it.
24853         (kill-matching-buffers): New user command.
24855 2007-06-01  David Kastrup  <dak@gnu.org>
24857         * dired.el (dired-recursive-deletes, dired-recursive-copies):
24858         Change default to `top'.
24860 2007-05-31  Richard Stallman  <rms@gnu.org>
24862         * dired.el (dired-do-flagged-delete, dired-do-delete): Doc fix.
24864 2007-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
24866         * textmodes/css-mode.el: New file.
24868 2007-05-30  Michael Olson  <mwolson@gnu.org>
24870         * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
24871         died and we are trying to send a signal to it.  The program using
24872         tq.el should periodically check to see whether the process has
24873         died and react appropriately -- this is not the responsibility of
24874         tq.el, and is consistent with the rest of the tq.el source code.
24876 2007-05-29  Martin Rudalics  <rudalics@gmx.at>
24878         * textmodes/table.el (table--point-entered-cell-function)
24879         (table--point-left-cell-function):
24880         Bind `inhibit-point-motion-hooks' to t.
24882 2007-05-29  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
24884         * emacs-lisp/rx.el (rx): Doc fix.
24886 2007-05-28  Juanma Barranquero  <lekktu@gmail.com>
24888         * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
24890 2007-05-28  Michael Albinus  <michael.albinus@gmx.de>
24892         Sync with Tramp 2.0.56.
24894         * net/tramp.el:
24895         * net/tramp-ftp.el:
24896         * net/tramp-smb.el:
24897         * net/tramp-util.el:
24898         * net/tramp-vc.el:
24899         Don't load cl.el, because that pollutes the namespace.  Replace cl
24900         macros by their implementations where necessary.  Requested by
24901         Richard Stallman <rms@gnu.org>.
24903         * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
24904         doesn't exist.
24905         (with-parsed-tramp-file-name): Protect debug spec during compilation.
24906         (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
24907         (tramp-file-name-p, tramp-file-name-multi-method)
24908         (tramp-file-name-method, tramp-file-name-user)
24909         (tramp-file-name-host, tramp-file-name-localname): New defuns,
24910         replacing defstruct `tramp-file-name'.
24911         (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
24912         (tramp-dissect-file-name, tramp-dissect-multi-file-name):
24913         Apply `vector' instead of `make-tramp-file-name'.
24914         (tramp-handle-make-auto-save-file-name):
24915         Apply `tramp-temporary-file-directory' for compatibility reasons.
24916         (tramp-completion-mode): Use `natnump' instead of `wholenump'
24917         because of XEmacs.
24918         (tramp-completion-mode): `last-input-event' is nil when XEmacs is
24919         started.
24921 2007-05-28  Chong Yidong  <cyd@stupidchicken.com>
24923         * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
24925 2007-05-27  Tetsurou Okazaki  <okazaki@be.to>  (tiny change)
24927         * log-edit.el (log-edit-changelog-paragraph): Return point-max
24928         as the end of the ChangeLog paragraph when it ends without a line
24929         termination.
24931 2007-05-27  Ryan Yeske  <rcyeske@gmail.com>
24933         * net/webjump.el (webjump-sample-sites):
24934         Add simple Wikipedia query.
24936 2007-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
24938         * emacs-lisp/derived.el (define-derived-mode): Remove bogus
24939         compatibility code.
24941         * emacs-lisp/copyright.el (copyright-names-regexp): New var.
24942         (copyright-update-year): Use it.
24944         * edmacro.el (edmacro-format-keys): Use current-active-maps.
24946         * ediff-init.el (ediff-defvar-local, ediff-with-current-buffer):
24947         Add indentation and debugging info.  Fix up comment convention.
24949         * cus-dep.el (custom-make-dependencies): Simplify.
24951         * composite.el (compose-region, decompose-region):
24952         Use inhibit-read-only and restore-buffer-modified-p.
24954         * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
24955         (xterm-mouse-event): Use it.
24957 2007-05-25  Juanma Barranquero  <lekktu@gmail.com>
24959         * bs.el (bs-cycle-previous): Don't modify the cycle list until
24960         `switch-to-buffer' has returned succesfully.
24961         (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
24962         window is dedicated (it could iconify the frame).
24964 2007-05-25  Miles Bader  <miles@fencepost.gnu.org>
24966         * vc-hooks.el (vc-find-root): Fix file attribute test.
24968 2007-05-24  Richard Stallman  <rms@gnu.org>
24970         * textmodes/flyspell.el (flyspell-correct-word-before-point):
24971         Don't let opoint be nil.
24972         (flyspell-emacs-popup): Explicit error if no dialogs.
24974 2007-05-24  Chong Yidong  <cyd@stupidchicken.com>
24976         * image-mode.el (image-forward-hscroll, image-backward-hscroll)
24977         (image-next-line, image-previous-line, image-scroll-up)
24978         (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
24979         New functions.
24980         (image-mode-map): Remap motion commands.
24981         (image-mode-text-map): New keymap for viewing images as text.
24982         (image-mode): Use image-mode-map.
24983         (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
24985 2007-05-24  Stefan Monnier  <monnier@iro.umontreal.ca>
24987         * textmodes/fill.el (canonically-space-region): Make the second arg
24988         a marker if it's not already the case.
24990 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
24992         * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
24993         (tar-get-descriptor): Handle type 55, an extended pax header.
24995 2007-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
24997         * autoinsert.el (auto-insert-alist): Quote elisp sample code so as not
24998         to confuse outline-minor-mode.
25000 2007-05-23  Eli Zaretskii  <eliz@gnu.org>
25002         * tar-mode.el (tar-file-name-handler): New function.
25003         (tar-extract): Bind file-name-handler-alist to it to force
25004         find-buffer-file-type-coding-system behave as if the file being
25005         extracted existed.  Use last-coding-system-used to force
25006         buffer-file-coding-system to what decode-coding-region actually
25007         used to decode the file.
25009 2007-05-23  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
25011         * progmodes/compile.el (compilation-handle-exit):
25012         `compilation-finish-function' may change the current buffer.
25014 2007-05-22  Richard Stallman  <rms@gnu.org>
25016         * files.el (set-auto-mode): Doc fix.
25018 2007-05-22  Jan Djärv  <jan.h.d@swipnet.se>
25020         * help-fns.el (find-source-lisp-file): New function.
25021         (describe-function-1): Use find-source-lisp-file to find source
25022         file in compile tree.
25024 2007-05-22  Eli Zaretskii  <eliz@gnu.org>
25026         * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
25028 2007-05-22  Juanma Barranquero  <lekktu@gmail.com>
25030         * emacs-lisp/easy-mmode.el (define-minor-mode)
25031         (easy-mmode-define-navigation): Fix typos in docstrings.
25033 2007-05-22  Glenn Morris  <rgm@gnu.org>
25035         * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
25037 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
25039         * mail/mail-extr.el (mail-extract-address-components):
25040         Recognize non-ASCII characters except for NBSP as words.
25042 2007-05-21  Trent Buck  <trentbuck@gmail.com>  (tiny change)
25044         * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
25045         (rcirc-print): Handle `window-width'.
25046         (rcirc-buffer-maximum-lines): Doc fix.
25048 2007-05-21  Chong Yidong  <cyd@stupidchicken.com>
25050         * image-mode.el (image-toggle-display): Don't clear image cache.
25051         Only use filename in image spec if the file is readable.
25052         Call image-refresh.
25054         * image.el (image-type-from-file-name, image-type): Simplify.
25055         (image-type-auto-detected-p): Don't scan auto-mode-alist.
25057         * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
25058         (magic-fallback-mode-alist): Add image-type-auto-detected-p.
25060 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
25062         * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there
25063         is an error.
25065         * term/linux.el (terminal-init-linux): Don't signal an error
25066         if gpm isn't running.
25068 2007-05-20  Nick Roberts  <nickrob@snap.net.nz>
25070         * t-mouse.el: Reduce to a minor-mode macro call.
25071         (t-mouse-mode): Remove the lighter.
25073         * term/linux.el (terminal-init-linux): Enable t-mouse by default.
25075 2007-05-19  Dan Nicolaescu  <dann@ics.uci.edu>
25077         * files.el (auto-mode-alist): Change the regexp so that
25078         ChangeLog.unicode and ChangeLog.multi-tty use change-log-mode.
25080 2007-06-02  Chong Yidong  <cyd@stupidchicken.com>
25082         * Version 22.1 released.
25084 2007-05-19  Chong Yidong  <cyd@stupidchicken.com>
25086         * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
25087         changes.
25089 2007-05-19  Kevin Ryde  <user42@zip.com.au>
25091         * info.el (Info-fontify-node): Fontify https as well as http and ftp.
25093 2007-05-18  Thien-Thi Nguyen  <ttn@gnuvola.org>
25095         * textmodes/sgml-mode.el: Revert last change.
25097 2007-05-18  Richard Stallman  <rms@gnu.org>
25099         * simple.el (push-mark): Doc fix.
25101 2007-05-18  Rob Riepel  <riepel@Stanford.EDU>
25103         * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
25104         tpu-global-map.
25105         (tpu-original-global-map): Variable deleted.
25106         (tpu-control-keys-map): New keymap variable.
25107         (tpu-set-control-keys): Use tpu-reset-control-keys rather than
25108         setting keymapping directly.
25109         (tpu-reset-control-keys): Use tpu-control-keys-map instead of
25110         tpu-global-map.
25111         (tpu-edt-on): Activate the tpu-global-map.
25112         (tpu-edt-off): Deactivate the tpu-global-map.
25114 2007-05-18  Ryan Yeske  <rcyeske@gmail.com>
25116         * textmodes/ispell.el (ispell-get-word): Return markers
25117         for start and end positions.
25118         (ispell-word): Assume END is a marker.
25120 2007-05-17  Christian Plate  <cplate@web.de>  (tiny change)
25122         * textmodes/sgml-mode.el (sgml-tag):
25123         Fix bug: Call sgml-transformation-function.
25125 2007-05-17  Martin Rudalics  <rudalics@gmx.at>
25127         * hilit-chg.el (highlight-changes-rotate-faces): Don't set
25128         modified flag of buffer.  Use `inhibit-modification-hooks'.
25130 2007-05-16  Richard Stallman  <rms@gnu.org>
25132         * buff-menu.el (Buffer-menu-sort-column): Doc fix.
25134 2007-05-16  Stefan Monnier  <monnier@iro.umontreal.ca>
25136         * files.el (magic-mode-alist, magic-fallback-mode-alist):
25137         Move the *ml, Postscript, and XmCD entries to the fallback part.
25139         * files.el (magic-fallback-mode-alist):
25140         Rename from file-start-mode-alist.
25142 2007-05-16  Nikolaj Schumacher  <n_schumacher@web.de>  (tiny change)
25144         * progmodes/compile.el (compilation-handle-exit): Quote first
25145         argument of `run-hook-with-args'.
25147 2007-05-16  Juanma Barranquero  <lekktu@gmail.com>
25149         * buff-menu.el (Buffer-menu-sort-column):
25150         * dabbrev.el (dabbrev-upcase-means-case-search):
25151         * dired.el (dired-recursive-deletes, dired-recursive-copies):
25152         * info.el (Info-current-subfile):
25153         * ls-lisp.el (ls-lisp-verbosity):
25154         * msb.el (msb-menu-cond):
25155         * pcvs.el (cvs-dired-use-hook):
25156         * simple.el (set-mark-command-repeat-pop):
25157         * time.el (display-time-24hr-format, display-time-mail-file):
25158         Doc fixes.
25160         * tutorial.el (get-lang-string, tutorial--find-changed-keys):
25161         * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
25163         * view.el (view-inhibit-help-message): Fix typo in docstring.
25164         (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
25166 2007-05-16  Martin Rudalics  <rudalics@gmx.at>
25168         * textmodes/ispell.el (ispell-start-process): Defend against bad
25169         default-directory.
25171 2007-05-14  Eli Zaretskii  <eliz@gnu.org>
25173         * mail/rmail.el (rmail-convert-to-babyl-format): Check
25174         content-transfer-encoding _last_, because it's its position that
25175         we need as value of base64-header-field-end.
25177 2007-05-14  Juanma Barranquero  <lekktu@gmail.com>
25179         * files.el (mode-require-final-newline, require-final-newline)
25180         (enable-local-variables, enable-local-eval): Doc fixes.
25182 2007-05-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
25184         * ps-print.el: Use default color when foreground or background color
25185         are unspecified.  Reported by Leo <sdl.web@gmail.com>.
25186         (ps-print-version): New version 6.7.4.
25187         (ps-rgb-color): New argument.  Use default color when color is
25188         unspecified.
25189         (ps-begin-job): Fix code.
25191 2007-05-12  Chong Yidong  <cyd@stupidchicken.com>
25193         * longlines.el (longlines-mode): Make longlines-auto-wrap
25194         buffer-local.  Add hooks unconditionally.
25195         (longlines-auto-wrap): Toggle wrapping.
25196         (longlines-after-change-function)
25197         (longlines-post-command-function): Check longlines-auto-wrap.
25199 2007-05-12  Nick Roberts  <nickrob@snap.net.nz>
25201         * xt-mouse.el (xterm-mouse-debug-buffer): New variable.
25202         (xterm-mouse-translate): Use it.
25204 2007-05-10  Richard Stallman  <rms@gnu.org>
25206         * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
25207         (iso-cvt-write-only): Likewise.
25209         * emacs-lisp/easy-mmode.el (define-minor-mode):
25210         Fix generated doc string.
25212         * startup.el (fancy-splash-text): Add URL of guided tour.
25213         Adjust horizontal and vertical whitespace.
25215         * progmodes/compile.el (compilation-handle-exit):
25216         Use run-hook-with-args to run compilation-finish-functions.
25218         * files.el (file-start-mode-alist): New variable.
25219         (magic-mode-regexp-match-limit): Doc fix.
25220         (set-auto-mode): Handle file-start-mode-alist.
25221         A little cleanup of structure.
25223         * dabbrev.el (dabbrev-eliminate-newlines):
25224         Renamed from dabbrev--eliminate-newlines.  All uses changed.
25226 2007-05-10  Michaël Cadilhac  <michael@cadilhac.name>
25228         * man.el (Man-next-section): Don't consider the last line of the page
25229         as being part of any section.
25231 2007-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
25233         * textmodes/sgml-mode.el (sgml-value): Fix handling of attributes which
25234         can take any number of values.
25236 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25238         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add citet and citep
25239         to the list of citation commands.
25241 2007-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
25243         * vc-hooks.el (vc-find-root): Stop searching when the user changes.
25245 2007-05-09  Edward O'Connor  <hober0@gmail.com>  (tiny change)
25247         * progmodes/python.el (python-font-lock-keywords)
25248         (python-open-block-statement-p, python-mode): Add support for the new
25249         "with" keyword.
25251 2007-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
25253         * diff-mode.el (diff-apply-hunk, diff-test-hunk): Don't do by default
25254         the exact opposite of diff-goto-source.
25256         * emacs-lisp/advice.el (ad-special-forms): Remove.
25257         (ad-special-form-p): Use subr-arity.
25259         * newcomment.el (comment-search-forward): Make sure we search forward.
25260         (comment-enter-backward): Try and distinguish the non-matching case at
25261         EOB from the non-matching case with a missing comment-end-skip for
25262         a 2-char comment ender.
25263         (comment-choose-indent): New function extracted from comment-indent.
25264         Improve the alignment algorithm.
25265         (comment-indent): Use it.
25267         * textmodes/sgml-mode.el (sgml-lexical-context): Add handling of
25268         XML style Processing Instructions.
25269         (sgml-parse-tag-backward): Handle XML-style PIs.  Also ensure progress.
25270         (sgml-calculate-indent): Handle `pi' context.
25272         * vc.el: Ensure that update-changelog issues an error when used with
25273         a backend that does not implement it.
25274         (vc-update-changelog-rcs2log): Rename from vc-default-update-changelog.
25275         Remove `backend' argument.  Use expand-file-name.
25276         (vc-cvs-update-changelog, vc-rcs-update-changelog): New aliases.
25278         * progmodes/python.el (python-end-of-block): Revert last change.
25279         (python-end-of-statement): Make sure we move *forward*.
25281 2007-05-08  Richard Stallman  <rms@gnu.org>
25283         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25284         Don't include non-self-insert commands in the exception for `-'.
25286 2007-05-08  David Reitter  <david.reitter@gmail.com>
25288         * progmodes/python.el (python-guess-indent): Check non-nullness
25289         before comparing indent against the 2..8 interval.
25291 2007-05-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
25293         * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
25294         available.
25296 2007-05-06  Richard Stallman  <rms@gnu.org>
25298         * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
25300 2007-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
25302         * diff.el (diff): Use buffer-local vars diff-old-file and diff-new-file
25303         rather than storing their value in the revert-buffer function.
25305 2007-05-04  Nick Roberts  <nickrob@snap.net.nz>
25307         * t-mouse.el (t-mouse-mode): Do nothing on a graphical display
25308         when disabling t-mouse-mode.
25310 2007-05-01  Davis Herring  <herring@lanl.gov>
25312         * calendar/timeclock.el: Update version number.
25313         (timeclock-modeline-display): Mention timeclock-use-display-time
25314         in explanatory message.
25315         (timeclock-in): Fix non-interactive workday specifications.
25316         (timeclock-log): Don't kill the log buffer if it already existed.
25317         Suppress warnings when finding the log.  Don't check for a nil
25318         project twice.  Run hooks after killing the buffer (if applicable).
25319         (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
25320         was geometric).  All uses changed.
25321         (timeclock-generate-report): Support prefix argument.
25323 2007-05-03  Ryan Yeske  <rcyeske@gmail.com>
25325         * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
25326         disconnections.
25328 2007-05-01  Romain Francoise  <romain@orebokech.com>
25330         * dired-x.el: Revert 2007-04-06 change.
25332 2007-04-29  Stephen Berman  <Stephen.Berman@gmx.net>
25334         * find-dired.el (find-dired-filter): Propertize all text down to eob.
25336 2007-04-29  Richard Stallman  <rms@gnu.org>
25338         * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
25340 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25342         * progmodes/cc-mode.el (c-before-change): Use point-min rather
25343         than 1.
25345 2007-04-28  Richard Stallman  <rms@gnu.org>
25347         * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
25349 2007-04-28  Nick Roberts  <nickrob@snap.net.nz>
25351         * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
25352         don't put stop on toolbar.
25354 2007-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
25356         * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
25358 2007-04-28  Eli Zaretskii  <eliz@gnu.org>
25360         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
25361         instead of $(lisp)/mh-e.
25363 2007-04-28  Glenn Morris  <rgm@gnu.org>
25365         * image-dired.el (image-dired-cmd-create-thumbnail-options)
25366         (image-dired-cmd-create-temp-image-options): Replace option
25367         +profile "*" with -strip.
25369 2007-04-27  Chong Yidong  <cyd@stupidchicken.com>
25371         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
25372         Use window-start and window-end.
25374 2007-04-27  Andreas Schwab  <schwab@suse.de>
25376         * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
25378 2007-04-27  Eli Zaretskii  <eliz@gnu.org>
25380         * textmodes/fill.el (fill-paragraph): Doc fix.
25382 2007-04-26  Luc Teirlinck  <teirllm@dms.auburn.edu>
25384         * locate.el (locate-in-alternate-database): Doc fix.
25386 2007-04-26  Glenn Morris  <rgm@gnu.org>
25388         * button.el (button): Use underline if supported, else fall back
25389         to color.
25391         * version.el (emacs-version): Increase to 22.1.50.
25393 2007-04-25  Richard Stallman  <rms@gnu.org>
25395         * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
25397 2007-04-25  J.D. Smith  <jdsmith@as.arizona.edu>
25399         * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
25400         (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
25401         pushing mark.
25402         (idlwave-current-routine): Don't push mark.
25404 2007-04-25  Mathias Dahl  <mathias.dahl@gmail.com>
25406         * image-dired.el (image-dired-display-image): Derive image-type from
25407         filename rather than assuming jpeg, in case no resizing was needed.
25409 2007-04-25  Johan Bockgård  <bojohan@dd.chalmers.se>
25411         * custom.el (defface): Doc fix.
25413 See ChangeLog.12 for earlier changes.
25415 ;; Local Variables:
25416 ;; coding: utf-8
25417 ;; add-log-time-zone-rule: t
25418 ;; End:
25420     Copyright (C) 2007, 2008  Free Software Foundation, Inc.
25422   This file is part of GNU Emacs.
25424   GNU Emacs is free software: you can redistribute it and/or modify
25425   it under the terms of the GNU General Public License as published by
25426   the Free Software Foundation, either version 3 of the License, or
25427   (at your option) any later version.
25429   GNU Emacs is distributed in the hope that it will be useful,
25430   but WITHOUT ANY WARRANTY; without even the implied warranty of
25431   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25432   GNU General Public License for more details.
25434   You should have received a copy of the GNU General Public License
25435   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
25437 ;; arch-tag: 1e8aa93a-fc6c-4ac3-9b10-1f445e1840af