diff options
| author | Juanma Barranquero | 2014-03-10 00:55:11 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-03-10 00:55:11 +0100 |
| commit | 8cf07e5a55cfb5d8b12e6a2be87144c6f19a6f65 (patch) | |
| tree | 1ac22b6d3df13ea3d0430c9c3e2aeb86f98e8b66 | |
| parent | d050de754c22013db5fb8f57650d22581393ed79 (diff) | |
| download | emacs-8cf07e5a55cfb5d8b12e6a2be87144c6f19a6f65.tar.gz emacs-8cf07e5a55cfb5d8b12e6a2be87144c6f19a6f65.zip | |
etc/ChangeLog: Add missing bug reference.
doc/emacs/ChangeLog, doc/lispref/ChangeLog, lisp/ChangeLog*: Fix typos.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | etc/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 22 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 24 | ||||
| -rw-r--r-- | lisp/ChangeLog.8 | 146 | ||||
| -rw-r--r-- | lisp/ChangeLog.9 | 111 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog.1 | 26 |
9 files changed, 169 insertions, 170 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 5620b60a114..02bdbe65cd5 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -454,8 +454,8 @@ | |||
| 454 | (emacs.ps, emacs-xtra.ps): Remove explicit rules. | 454 | (emacs.ps, emacs-xtra.ps): Remove explicit rules. |
| 455 | (emacs.html): Use HTML_OPTS. | 455 | (emacs.html): Use HTML_OPTS. |
| 456 | (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS. | 456 | (clean): Use DVI_TARGETS, HTML_TARGETS, PDF_TARGETS, PS_TARGETS. |
| 457 | (.PHONY): install-dvi, install-html, install-pdf, install-ps | 457 | (.PHONY): install-dvi, install-html, install-pdf, install-ps, |
| 458 | ,install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, | 458 | install-doc, uninstall-dvi, uninstall-html, uninstall-pdf, |
| 459 | uninstall-ps, and uninstall-doc. | 459 | uninstall-ps, and uninstall-doc. |
| 460 | (install-dvi, install-html, install-pdf, install-ps, install-doc) | 460 | (install-dvi, install-html, install-pdf, install-ps, install-doc) |
| 461 | (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) | 461 | (uninstall-dvi, uninstall-html, uninstall-ps, uninstall-pdf) |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 93153a1ecb6..1b2927f4d34 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -3720,7 +3720,7 @@ | |||
| 3720 | 3720 | ||
| 3721 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> | 3721 | 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 3722 | Tim Cross <theophilusx@gmail.com> (tiny change) | 3722 | Tim Cross <theophilusx@gmail.com> (tiny change) |
| 3723 | Glenn Morris <rgm@gnu.org> | 3723 | Glenn Morris <rgm@gnu.org> |
| 3724 | 3724 | ||
| 3725 | * keymaps.texi (Toolkit Differences): New node. (Bug#8176) | 3725 | * keymaps.texi (Toolkit Differences): New node. (Bug#8176) |
| 3726 | 3726 | ||
diff --git a/etc/ChangeLog b/etc/ChangeLog index 5ab8c661859..2be1af30538 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2014-03-08 Luis Felipe López Acevedo <felipe.lopac@gmail.com> (tiny change) | 1 | 2014-03-08 Luis Felipe López Acevedo <felipe.lopac@gmail.com> (tiny change) |
| 2 | 2 | ||
| 3 | * tutorials/TUTORIAL.es: Fix typos. | 3 | * tutorials/TUTORIAL.es: Fix typos. (Bug#116707) |
| 4 | 4 | ||
| 5 | 2014-03-08 Eli Zaretskii <eliz@gnu.org> | 5 | 2014-03-08 Eli Zaretskii <eliz@gnu.org> |
| 6 | 6 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ce4ad1a3ac..3388f211b86 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * ansi-color.el (ansi-color-names-vector): Copy default colors | 3 | * ansi-color.el (ansi-color-names-vector): Copy default colors |
| 4 | from `xterm-standard-colors' that look well on the default white | 4 | from `xterm-standard-colors' that look well on the default white |
| 5 | background (and also on the black background) to avoid illegible | 5 | background (and also on the black background) to avoid illegible |
| 6 | color combinations like yello-on-white and white-on-white. | 6 | color combinations like yellow-on-white and white-on-white. |
| 7 | http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html | 7 | http://lists.gnu.org/archive/html/emacs-devel/2014-02/msg00157.html |
| 8 | 8 | ||
| 9 | 2014-03-08 Juanma Barranquero <lekktu@gmail.com> | 9 | 2014-03-08 Juanma Barranquero <lekktu@gmail.com> |
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index 6595d5c5f61..dd5267725e5 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -1729,7 +1729,7 @@ | |||
| 1729 | (bibtex-pop): Simplify. | 1729 | (bibtex-pop): Simplify. |
| 1730 | (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings. | 1730 | (bibtex-mode): Move setting of bibtex-string to bibtex-parse-strings. |
| 1731 | Set choose-completion-string-functions. | 1731 | Set choose-completion-string-functions. |
| 1732 | (bibtex-print-help-message,bibtex-make-field, bibtex-end-of-entry) | 1732 | (bibtex-print-help-message, bibtex-make-field, bibtex-end-of-entry) |
| 1733 | (bibtex-count-entries): Simplify. | 1733 | (bibtex-count-entries): Simplify. |
| 1734 | (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting | 1734 | (bibtex-entry-index, bibtex-lessp): New funs for generalized sorting |
| 1735 | scheme of indices, see bibtex-maintain-sorted-entries. | 1735 | scheme of indices, see bibtex-maintain-sorted-entries. |
| @@ -2564,9 +2564,9 @@ | |||
| 2564 | * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a | 2564 | * ediff-util.el (ediff-maybe-save-and-delete-merge): Change in a |
| 2565 | message. | 2565 | message. |
| 2566 | 2566 | ||
| 2567 | * ediff.el (ediff-directories,ediff-directory-revisions) | 2567 | * ediff.el (ediff-directories, ediff-directory-revisions) |
| 2568 | (ediff-directories3,ediff-merge-directories) | 2568 | (ediff-directories3, ediff-merge-directories) |
| 2569 | (ediff-merge-directories-with-ancestor,ediff-merge-directory-revisions) | 2569 | (ediff-merge-directories-with-ancestor, ediff-merge-directory-revisions) |
| 2570 | (ediff-merge-directory-revisions-with-ancestor): Make use of the new | 2570 | (ediff-merge-directory-revisions-with-ancestor): Make use of the new |
| 2571 | ediff-default-filtering-regexp variable. | 2571 | ediff-default-filtering-regexp variable. |
| 2572 | 2572 | ||
| @@ -8035,7 +8035,7 @@ | |||
| 8035 | scroll event where a click on the mouse wheel button is ignored. | 8035 | scroll event where a click on the mouse wheel button is ignored. |
| 8036 | (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs. | 8036 | (mouse-wheel-click-event, mouse-wheel-inhibit-click-time): New customs. |
| 8037 | (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars. | 8037 | (mouse-wheel-click-button, mwheel-inhibit-click-event-timer): New vars. |
| 8038 | (mwheel-inhibit-click-timeout,mwheel-filter-click-events): New defuns. | 8038 | (mwheel-inhibit-click-timeout, mwheel-filter-click-events): New defuns. |
| 8039 | (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook. | 8039 | (mwheel-scroll): Add mwheel-filter-click-events as pre-command-hook. |
| 8040 | Start mwheel-inhibit-click-event-timer with timeout handler | 8040 | Start mwheel-inhibit-click-event-timer with timeout handler |
| 8041 | mwheel-inhibit-click-timeout. | 8041 | mwheel-inhibit-click-timeout. |
| @@ -13751,8 +13751,8 @@ | |||
| 13751 | (cvs-addto-collection): Use it to preserve point. | 13751 | (cvs-addto-collection): Use it to preserve point. |
| 13752 | (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'. | 13752 | (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'. |
| 13753 | 13753 | ||
| 13754 | * mwheel.el (mouse-wheel-scroll-amount,mwheel-scroll,mouse-wheel-mode): | 13754 | * mwheel.el (mouse-wheel-scroll-amount, mwheel-scroll) |
| 13755 | Don't require the first element to be modifier-free. | 13755 | (mouse-wheel-mode): Don't require the first element to be modifier-free. |
| 13756 | 13756 | ||
| 13757 | * pcvs-parse.el (cvs-parse-table): | 13757 | * pcvs-parse.el (cvs-parse-table): |
| 13758 | Handle `nothing known about' with more care. | 13758 | Handle `nothing known about' with more care. |
| @@ -17879,8 +17879,8 @@ | |||
| 17879 | 17879 | ||
| 17880 | * ediff-diff.el (ediff-install-fine-diff-if-necessary): | 17880 | * ediff-diff.el (ediff-install-fine-diff-if-necessary): |
| 17881 | Take the current highlighting style into account. | 17881 | Take the current highlighting style into account. |
| 17882 | (ediff-forward-word-function,ediff-whitespace,ediff-word-1) | 17882 | (ediff-forward-word-function, ediff-whitespace, ediff-word-1) |
| 17883 | (ediff-word-2,ediff-word-3,ediff-word-4): Make them buffer local. | 17883 | (ediff-word-2, ediff-word-3, ediff-word-4): Make them buffer local. |
| 17884 | 17884 | ||
| 17885 | * ediff-init.el (ediff-patch-job): New macro. | 17885 | * ediff-init.el (ediff-patch-job): New macro. |
| 17886 | 17886 | ||
| @@ -18358,7 +18358,7 @@ | |||
| 18358 | is loaded. | 18358 | is loaded. |
| 18359 | 18359 | ||
| 18360 | * ediff-mult.el (ediff-intersect-directories) | 18360 | * ediff-mult.el (ediff-intersect-directories) |
| 18361 | (ediff-prepare-meta-buffer,ediff-get-directory-files-under-revision): | 18361 | (ediff-prepare-meta-buffer, ediff-get-directory-files-under-revision): |
| 18362 | Cleanup. | 18362 | Cleanup. |
| 18363 | (ediff-draw-dir-diffs): Now supports the "C" command in directory | 18363 | (ediff-draw-dir-diffs): Now supports the "C" command in directory |
| 18364 | difference buffer. | 18364 | difference buffer. |
| @@ -23163,7 +23163,7 @@ | |||
| 23163 | * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ... | 23163 | * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ... |
| 23164 | (texinfo-update-node, texinfo-sequential-node-update): | 23164 | (texinfo-update-node, texinfo-sequential-node-update): |
| 23165 | Don't bind the obsolete `auto-fill-hook'. | 23165 | Don't bind the obsolete `auto-fill-hook'. |
| 23166 | (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list): | 23166 | (texinfo-multi-file-included-list, texinfo-multi-file-master-menu-list): |
| 23167 | Use `set-buffer' rather than `switch-to-buffer'. | 23167 | Use `set-buffer' rather than `switch-to-buffer'. |
| 23168 | (texinfo-multi-file-update): Use "Top" rather than `up-node-name'. | 23168 | (texinfo-multi-file-update): Use "Top" rather than `up-node-name'. |
| 23169 | Use `set-buffer' rather than `switch-to-buffer'. | 23169 | Use `set-buffer' rather than `switch-to-buffer'. |
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index 224f84ead07..bbba11dd9be 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -2483,7 +2483,7 @@ | |||
| 2483 | string to kill-ring. | 2483 | string to kill-ring. |
| 2484 | 2484 | ||
| 2485 | * calc/calc-aent.el (calc-alg-exp, math-toks) | 2485 | * calc/calc-aent.el (calc-alg-exp, math-toks) |
| 2486 | (math-exp-pos,math-exp-old-pos, math-exp-token) | 2486 | (math-exp-pos, math-exp-old-pos, math-exp-token) |
| 2487 | (math-exp-keep-spaces, math-exp-str): New variables. | 2487 | (math-exp-keep-spaces, math-exp-str): New variables. |
| 2488 | (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) | 2488 | (calc-do-alg-entry, calcAlg-equals, calcAlg-edit) |
| 2489 | (calcAlg-enter): Use declared variable calc-alg-exp. | 2489 | (calcAlg-enter): Use declared variable calc-alg-exp. |
| @@ -3287,7 +3287,7 @@ | |||
| 3287 | 3287 | ||
| 3288 | 2004-10-26 Jay Belanger <belanger@truman.edu> | 3288 | 2004-10-26 Jay Belanger <belanger@truman.edu> |
| 3289 | 3289 | ||
| 3290 | * calc/calc.el (calc,full-calc, calc-quit, calc-keypad) | 3290 | * calc/calc.el (calc, full-calc, calc-quit, calc-keypad) |
| 3291 | (full-calc-keypad, calc-trail-display): Use an extra argument | 3291 | (full-calc-keypad, calc-trail-display): Use an extra argument |
| 3292 | instead of `interactive-p'. | 3292 | instead of `interactive-p'. |
| 3293 | 3293 | ||
| @@ -5099,7 +5099,7 @@ | |||
| 5099 | (isearch-*-char, isearch-|-char): Now just call `isearch-fallback' | 5099 | (isearch-*-char, isearch-|-char): Now just call `isearch-fallback' |
| 5100 | appropriately. | 5100 | appropriately. |
| 5101 | (isearch-mode-map): Bind `}' to `isearch-}-char'. | 5101 | (isearch-mode-map): Bind `}' to `isearch-}-char'. |
| 5102 | (isearch-string, isearch-message,string, isearch-point) | 5102 | (isearch-string, isearch-message-string, isearch-point) |
| 5103 | (isearch-success, isearch-forward-flag, isearch-other-end) | 5103 | (isearch-success, isearch-forward-flag, isearch-other-end) |
| 5104 | (isearch-word, isearch-invalid-regexp, isearch-wrapped) | 5104 | (isearch-word, isearch-invalid-regexp, isearch-wrapped) |
| 5105 | (isearch-barrier, isearch-within-brackets, isearch-case-fold-search): | 5105 | (isearch-barrier, isearch-within-brackets, isearch-case-fold-search): |
| @@ -11315,7 +11315,7 @@ | |||
| 11315 | * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): | 11315 | * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent): |
| 11316 | * man.el (Man-init-defvars): | 11316 | * man.el (Man-init-defvars): |
| 11317 | * jka-compr.el (jka-compr-call-process): | 11317 | * jka-compr.el (jka-compr-call-process): |
| 11318 | * files.el (get-free-disk-space,insert-directory): | 11318 | * files.el (get-free-disk-space, insert-directory): |
| 11319 | * ediff-ptch.el (ediff-test-patch-utility): | 11319 | * ediff-ptch.el (ediff-test-patch-utility): |
| 11320 | * ediff-diff.el (ediff-test-utility): | 11320 | * ediff-diff.el (ediff-test-utility): |
| 11321 | * dired-aux.el (dired-check-process): | 11321 | * dired-aux.el (dired-check-process): |
| @@ -11830,7 +11830,7 @@ | |||
| 11830 | 11830 | ||
| 11831 | 2003-11-25 Stephen Eglen <stephen@gnu.org> | 11831 | 2003-11-25 Stephen Eglen <stephen@gnu.org> |
| 11832 | 11832 | ||
| 11833 | * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer): | 11833 | * iswitchb.el (iswitchb-read-buffer, iswitchb-exit-minibuffer): |
| 11834 | iswitchb-exit is set to 'usefirst when user selects buffer at head | 11834 | iswitchb-exit is set to 'usefirst when user selects buffer at head |
| 11835 | of list using RET. (Selecting buffers at the head of the list was | 11835 | of list using RET. (Selecting buffers at the head of the list was |
| 11836 | broken if the substring was also a complete buffer name.) | 11836 | broken if the substring was also a complete buffer name.) |
| @@ -12385,8 +12385,8 @@ | |||
| 12385 | (ediff-select-difference): Set current difference. | 12385 | (ediff-select-difference): Set current difference. |
| 12386 | (ediff-unselect-and-select-difference): Add comment. | 12386 | (ediff-unselect-and-select-difference): Add comment. |
| 12387 | 12387 | ||
| 12388 | * ediff.el (ediff-directories,ediff-directory-revisions) | 12388 | * ediff.el (ediff-directories, ediff-directory-revisions) |
| 12389 | (ediff-directories3,ediff-merge-directories) | 12389 | (ediff-directories3, ediff-merge-directories) |
| 12390 | (ediff-merge-directories-with-ancestor) | 12390 | (ediff-merge-directories-with-ancestor) |
| 12391 | (ediff-merge-directory-revisions) | 12391 | (ediff-merge-directory-revisions) |
| 12392 | (ediff-merge-directory-revisions-with-ancestor): | 12392 | (ediff-merge-directory-revisions-with-ancestor): |
| @@ -12518,7 +12518,7 @@ | |||
| 12518 | 12518 | ||
| 12519 | * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag) | 12519 | * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag) |
| 12520 | (gdb-update-flag): New variables. | 12520 | (gdb-update-flag): New variables. |
| 12521 | (gdb-var-update, gdb-var-update-handler,gdb-var-delete) | 12521 | (gdb-var-update, gdb-var-update-handler, gdb-var-delete) |
| 12522 | (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler) | 12522 | (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler) |
| 12523 | (gud-watch, gdb-var-create-handler): New functions. | 12523 | (gud-watch, gdb-var-create-handler): New functions. |
| 12524 | (gdb-var-list-children, gdb-var-list-children-handler) | 12524 | (gdb-var-list-children, gdb-var-list-children-handler) |
| @@ -12537,9 +12537,9 @@ | |||
| 12537 | (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map): | 12537 | (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map): |
| 12538 | (gdb-expressions-mode-menu, gdb-dive): Remove variables. | 12538 | (gdb-expressions-mode-menu, gdb-dive): Remove variables. |
| 12539 | (gud-display, gud-display1) | 12539 | (gud-display, gud-display1) |
| 12540 | (gdb-display-begin,gdb-display-number-end, gdb-delete-line) | 12540 | (gdb-display-begin, gdb-display-number-end, gdb-delete-line) |
| 12541 | (gdb-display-end, gdb-display-go-back, gdb-array-section-end) | 12541 | (gdb-display-end, gdb-display-go-back, gdb-array-section-end) |
| 12542 | (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin) | 12542 | (gdb-field-begin, gdb-field-end, gdb-elt, gdb-field-format-begin) |
| 12543 | (gdb-field-format-end, gdb-dive, gdb-dive-new-frame) | 12543 | (gdb-field-format-end, gdb-dive, gdb-dive-new-frame) |
| 12544 | (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice) | 12544 | (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice) |
| 12545 | (gdb-array-slice, gdb-array-format1, gdb-info-display-custom) | 12545 | (gdb-array-slice, gdb-array-format1, gdb-info-display-custom) |
| @@ -12935,7 +12935,7 @@ | |||
| 12935 | 2003-09-08 David Ponce <david@dponce.com> | 12935 | 2003-09-08 David Ponce <david@dponce.com> |
| 12936 | 12936 | ||
| 12937 | Ensure that recentf correctly updates the menu bar. | 12937 | Ensure that recentf correctly updates the menu bar. |
| 12938 | * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix. | 12938 | * recentf.el (recentf-menu-path, recentf-menu-before): Doc fix. |
| 12939 | (recentf-menu-bar): New function. | 12939 | (recentf-menu-bar): New function. |
| 12940 | (recentf-clear-data): Use it. | 12940 | (recentf-clear-data): Use it. |
| 12941 | (recentf-update-menu): Likewise. Use easy-menu-add-item instead | 12941 | (recentf-update-menu): Likewise. Use easy-menu-add-item instead |
| @@ -12966,7 +12966,7 @@ | |||
| 12966 | * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt | 12966 | * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt |
| 12967 | being displayed in GUD buffer. | 12967 | being displayed in GUD buffer. |
| 12968 | (gdb-idle-input-queue): Remove var. Use just one queue. | 12968 | (gdb-idle-input-queue): Remove var. Use just one queue. |
| 12969 | (gdb-enqueue-idle-input,gdb-dequeue-idle-input): | 12969 | (gdb-enqueue-idle-input, gdb-dequeue-idle-input): |
| 12970 | Remove functions. Use just one queue. | 12970 | Remove functions. Use just one queue. |
| 12971 | (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) | 12971 | (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger) |
| 12972 | (gdb-invalidate-assembler, gdb-get-current-frame): | 12972 | (gdb-invalidate-assembler, gdb-get-current-frame): |
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index c9af60c6dc5..8a6431f2bac 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 | |||
| @@ -51,8 +51,8 @@ | |||
| 51 | * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; | 51 | * progmodes/hideshow.el (hs-minor-mode-menu): Fix omission bug; |
| 52 | was used but not declared. | 52 | was used but not declared. |
| 53 | 53 | ||
| 54 | (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary, | 54 | (hs-discard-overlays, hs-isearch-show, hs-isearch-show-temporary) |
| 55 | hs-find-block-beginning): Add or modify docstrings. | 55 | (hs-find-block-beginning): Add or modify docstrings. |
| 56 | 56 | ||
| 57 | (hs-isearch-show): Rewrite. | 57 | (hs-isearch-show): Rewrite. |
| 58 | 58 | ||
| @@ -307,8 +307,8 @@ | |||
| 307 | * font-lock.el (c-keywords): Only highlight preprocessor | 307 | * font-lock.el (c-keywords): Only highlight preprocessor |
| 308 | directives when spelled correctly. | 308 | directives when spelled correctly. |
| 309 | 309 | ||
| 310 | * font-lock.el (font-lock-match-c++-structor-declaration, | 310 | * font-lock.el (font-lock-match-c++-structor-declaration) |
| 311 | c++-keywords): Fontify constructors and destructors with function | 311 | (c++-keywords): Fontify constructors and destructors with function |
| 312 | face inside C++ class declarations. | 312 | face inside C++ class declarations. |
| 313 | 313 | ||
| 314 | 1999-12-16 Gerd Moellmann <gerd@gnu.org> | 314 | 1999-12-16 Gerd Moellmann <gerd@gnu.org> |
| @@ -444,8 +444,8 @@ | |||
| 444 | ps-mule-cmpchar-prologue-generated. | 444 | ps-mule-cmpchar-prologue-generated. |
| 445 | (ps-mule-composition-prologue): New named from | 445 | (ps-mule-composition-prologue): New named from |
| 446 | ps-mule-cmpchar-prologue. Modified for new composition. | 446 | ps-mule-cmpchar-prologue. Modified for new composition. |
| 447 | (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | 447 | (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar) |
| 448 | ps-mule-prepare-cmpchar-font): Deleted. | 448 | (ps-mule-prepare-cmpchar-font): Deleted. |
| 449 | (ps-mule-string-encoding): New arg NO-SETFONT. | 449 | (ps-mule-string-encoding): New arg NO-SETFONT. |
| 450 | (ps-mule-bitmap-prologue): In PostScript code of BuildGlyphCommon, | 450 | (ps-mule-bitmap-prologue): In PostScript code of BuildGlyphCommon, |
| 451 | check Composing, not Cmpchar. | 451 | check Composing, not Cmpchar. |
| @@ -646,8 +646,8 @@ | |||
| 646 | 646 | ||
| 647 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> | 647 | 1999-12-12 Martin Stjernholm <bug-cc-mode@gnu.org> |
| 648 | 648 | ||
| 649 | * cc-align.el (c-indent-multi-line-block, | 649 | * cc-align.el (c-indent-multi-line-block) |
| 650 | c-lineup-whitesmith-in-block): Two new lineup functions for | 650 | (c-lineup-whitesmith-in-block): Two new lineup functions for |
| 651 | use in whitesmith style. | 651 | use in whitesmith style. |
| 652 | 652 | ||
| 653 | * cc-styles.el (c-style-alist): More fixes to whitesmith | 653 | * cc-styles.el (c-style-alist): More fixes to whitesmith |
| @@ -857,8 +857,8 @@ | |||
| 857 | beginning-of-defun/end-of-defun wrappers separated from | 857 | beginning-of-defun/end-of-defun wrappers separated from |
| 858 | c-point. | 858 | c-point. |
| 859 | 859 | ||
| 860 | * cc-menus.el (imenu-generic-expression, | 860 | * cc-menus.el (imenu-generic-expression) |
| 861 | imenu-case-fold-search, imenu-progress-message): Dummy | 861 | (imenu-case-fold-search, imenu-progress-message): Dummy |
| 862 | definitions to avoid compiler warnings if imenu can't be | 862 | definitions to avoid compiler warnings if imenu can't be |
| 863 | loaded. | 863 | loaded. |
| 864 | * cc-menus.el (cc-imenu-init): New function called at mode | 864 | * cc-menus.el (cc-imenu-init): New function called at mode |
| @@ -1019,10 +1019,10 @@ | |||
| 1019 | 1019 | ||
| 1020 | 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> | 1020 | 1999-12-06 Michael Kifer <kifer@cs.sunysb.edu> |
| 1021 | 1021 | ||
| 1022 | * viper-cmd.el (viper-minibuffer-standard-hook, | 1022 | * viper-cmd.el (viper-minibuffer-standard-hook) |
| 1023 | viper-minibuffer-real-start): Mew functions. | 1023 | (viper-minibuffer-real-start): Mew functions. |
| 1024 | (viper-read-string-with-history,viper-file-add-suffix, | 1024 | (viper-read-string-with-history, viper-file-add-suffix) |
| 1025 | viper-trim-replace-chars-to-delete-if-necessary): Adapt to the | 1025 | (viper-trim-replace-chars-to-delete-if-necessary): Adapt to the |
| 1026 | change in the status of the minibuffer prompt. | 1026 | change in the status of the minibuffer prompt. |
| 1027 | 1027 | ||
| 1028 | 1999-12-06 Gerd Moellmann <gerd@gnu.org> | 1028 | 1999-12-06 Gerd Moellmann <gerd@gnu.org> |
| @@ -1055,8 +1055,8 @@ | |||
| 1055 | for better approximation of X colors. | 1055 | for better approximation of X colors. |
| 1056 | (msdos-face-setup): Call tty-color-clear. Remove code that sets | 1056 | (msdos-face-setup): Call tty-color-clear. Remove code that sets |
| 1057 | up tty-color-alist (it is now on startup.el). | 1057 | up tty-color-alist (it is now on startup.el). |
| 1058 | (x-display-color-p, x-color-defined-p, x-color-values, | 1058 | (x-display-color-p, x-color-defined-p, x-color-values) |
| 1059 | x-defined-colors, face-color-supported-p, face-color-gray-p): | 1059 | (x-defined-colors, face-color-supported-p, face-color-gray-p): |
| 1060 | Remove. | 1060 | Remove. |
| 1061 | 1061 | ||
| 1062 | * facemenu.el (facemenu-read-color, list-colors-display): Use | 1062 | * facemenu.el (facemenu-read-color, list-colors-display): Use |
| @@ -1071,8 +1071,8 @@ | |||
| 1071 | of frames. | 1071 | of frames. |
| 1072 | (defined-colors, color-defined-p, color-values, display-color-p): | 1072 | (defined-colors, color-defined-p, color-values, display-color-p): |
| 1073 | New functions. | 1073 | New functions. |
| 1074 | (x-defined-colors, x-color-defined-p, x-color-values, | 1074 | (x-defined-colors, x-color-defined-p, x-color-values) |
| 1075 | x-display-color-p): Aliases for the above. | 1075 | (x-display-color-p): Aliases for the above. |
| 1076 | 1076 | ||
| 1077 | * startup.el (command-line): Register terminal colors for frame | 1077 | * startup.el (command-line): Register terminal colors for frame |
| 1078 | types other than x and w32, but only if the terminal supports | 1078 | types other than x and w32, but only if the terminal supports |
| @@ -1544,11 +1544,11 @@ | |||
| 1544 | 1544 | ||
| 1545 | 1999-11-15 Sam Steingold <sds@goems.com> | 1545 | 1999-11-15 Sam Steingold <sds@goems.com> |
| 1546 | 1546 | ||
| 1547 | * goto-addr.el (goto-address-at-mouse, | 1547 | * goto-addr.el (goto-address-at-mouse) |
| 1548 | goto-address-find-address-at-point): Use compose-mail. | 1548 | (goto-address-find-address-at-point): Use compose-mail. |
| 1549 | (goto-address-mail-method): Removed variable. | 1549 | (goto-address-mail-method): Removed variable. |
| 1550 | (goto-address-send-using-mh-e, goto-address-send-using-mhe, | 1550 | (goto-address-send-using-mh-e, goto-address-send-using-mhe) |
| 1551 | goto-address-send-using-mail): Removed functions. | 1551 | (goto-address-send-using-mail): Removed functions. |
| 1552 | 1552 | ||
| 1553 | 1998-11-15 Sam Steingold <sds@goems.com> | 1553 | 1998-11-15 Sam Steingold <sds@goems.com> |
| 1554 | 1554 | ||
| @@ -1797,7 +1797,7 @@ | |||
| 1797 | windows. | 1797 | windows. |
| 1798 | (ediff-file-checked-in-p): Don't consider CVS | 1798 | (ediff-file-checked-in-p): Don't consider CVS |
| 1799 | files checked in. | 1799 | files checked in. |
| 1800 | (ediff-make-temp-file,ediff-make-empty-tmp-file): Make sure you | 1800 | (ediff-make-temp-file, ediff-make-empty-tmp-file): Make sure you |
| 1801 | are writing to a newly created empty file. | 1801 | are writing to a newly created empty file. |
| 1802 | 1802 | ||
| 1803 | * ediff-mult.el (ediff-show-session-group-hook): New default. | 1803 | * ediff-mult.el (ediff-show-session-group-hook): New default. |
| @@ -1818,13 +1818,13 @@ | |||
| 1818 | 1818 | ||
| 1819 | * viper-util.el (viper-nontrivial-find-file-function): Deleted. | 1819 | * viper-util.el (viper-nontrivial-find-file-function): Deleted. |
| 1820 | (viper-glob-unix-files, viper-glob-mswindows-files): New functions. | 1820 | (viper-glob-unix-files, viper-glob-mswindows-files): New functions. |
| 1821 | (viper-save-cursor-color,viper-restore-cursor-color): | 1821 | (viper-save-cursor-color, viper-restore-cursor-color): |
| 1822 | Improved cursor color handling. | 1822 | Improved cursor color handling. |
| 1823 | (viper-get-saved-cursor-color-in-replace-mode) | 1823 | (viper-get-saved-cursor-color-in-replace-mode) |
| 1824 | (viper-get-saved-cursor-color-in-insert-mode): New functions for | 1824 | (viper-get-saved-cursor-color-in-insert-mode): New functions for |
| 1825 | better cursor color handling. | 1825 | better cursor color handling. |
| 1826 | 1826 | ||
| 1827 | * viper-ex.el (ex-read,ex-edit): | 1827 | * viper-ex.el (ex-read, ex-edit): |
| 1828 | Fixes for correct interpretation of #,%. | 1828 | Fixes for correct interpretation of #,%. |
| 1829 | (viper-ex): Now works correctly when called from other functions. | 1829 | (viper-ex): Now works correctly when called from other functions. |
| 1830 | (viper-glob-function): New variable. | 1830 | (viper-glob-function): New variable. |
| @@ -2655,7 +2655,7 @@ | |||
| 2655 | * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug | 2655 | * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Fixed bug |
| 2656 | with recentering window. | 2656 | with recentering window. |
| 2657 | (reftex-extract-bib-entries-from-thebibliography) | 2657 | (reftex-extract-bib-entries-from-thebibliography) |
| 2658 | (reftex-offer-bib-menu,reftex-bibtex-selection-callback): | 2658 | (reftex-offer-bib-menu, reftex-bibtex-selection-callback): |
| 2659 | Deal with multiple thebibliography environments. | 2659 | Deal with multiple thebibliography environments. |
| 2660 | 2660 | ||
| 2661 | * textmodes/reftex-vars.el (reftex-section-levels): | 2661 | * textmodes/reftex-vars.el (reftex-section-levels): |
| @@ -2835,8 +2835,8 @@ | |||
| 2835 | Changes from Didier Verna: | 2835 | Changes from Didier Verna: |
| 2836 | (custom-prompt-variable): Optional third arg makes prompt for a | 2836 | (custom-prompt-variable): Optional third arg makes prompt for a |
| 2837 | comment string. | 2837 | comment string. |
| 2838 | (customize-set-value, customize-set-variable, | 2838 | (customize-set-value, customize-set-variable) |
| 2839 | customize-save-variable): Optional prefix makes function handle | 2839 | (customize-save-variable): Optional prefix makes function handle |
| 2840 | variable comments. | 2840 | variable comments. |
| 2841 | (customize-customized, customize-saved, custom-variable-state-set) | 2841 | (customize-customized, customize-saved, custom-variable-state-set) |
| 2842 | (custom-variable-set, custom-variable-save, custom-face-state-set) | 2842 | (custom-variable-set, custom-variable-save, custom-face-state-set) |
| @@ -3606,12 +3606,12 @@ | |||
| 3606 | thrown in gratuitously. | 3606 | thrown in gratuitously. |
| 3607 | (hanoi): Changed default number of rings back to 3. | 3607 | (hanoi): Changed default number of rings back to 3. |
| 3608 | (hanoi-unix, hanoi-unix-64): New commands. | 3608 | (hanoi-unix, hanoi-unix-64): New commands. |
| 3609 | (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces, | 3609 | (hanoi-horizontal-flag, hanoi-move-period, hanoi-use-faces) |
| 3610 | hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face, | 3610 | (hanoi-pole-face, hanoi-base-face, hanoi-even-ring-face) |
| 3611 | hanoi-odd-ring-face): New variables. | 3611 | (hanoi-odd-ring-face): New variables. |
| 3612 | (hanoi-internal, hanoi-current-time-float, hanoi-put-face, | 3612 | (hanoi-internal, hanoi-current-time-float, hanoi-put-face) |
| 3613 | hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for, | 3613 | (hanoi-n, hanoi-insert-ring, hanoi-goto-char, hanoi-sit-for) |
| 3614 | hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. | 3614 | (hanoi-ring-to-pos, hanoi-pos-on-tower-p): New functions. |
| 3615 | (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. | 3615 | (hanoi-0): Renamed from hanoi0, for symmetry with hanoi-n. |
| 3616 | (hanoi-topos, hanoi-draw-ring): Removed. | 3616 | (hanoi-topos, hanoi-draw-ring): Removed. |
| 3617 | 3617 | ||
| @@ -3769,7 +3769,7 @@ | |||
| 3769 | * progmodes/ada-mode.el (ada-tmp-directory): | 3769 | * progmodes/ada-mode.el (ada-tmp-directory): |
| 3770 | Use temporary-file-directory. | 3770 | Use temporary-file-directory. |
| 3771 | 3771 | ||
| 3772 | * progmodes/compile.el (compilation-parsing-end,compilation-setup) | 3772 | * progmodes/compile.el (compilation-parsing-end, compilation-setup) |
| 3773 | (compilation-filter, compilation-forget-errors) | 3773 | (compilation-filter, compilation-forget-errors) |
| 3774 | (compilation-parse-errors): Use a marker instead of an integer for | 3774 | (compilation-parse-errors): Use a marker instead of an integer for |
| 3775 | `compilation-parsing-end'. | 3775 | `compilation-parsing-end'. |
| @@ -6384,8 +6384,8 @@ | |||
| 6384 | * international/mule.el (coding-system-lessp): Moved here from | 6384 | * international/mule.el (coding-system-lessp): Moved here from |
| 6385 | mule-util.el. | 6385 | mule-util.el. |
| 6386 | (add-to-coding-system-list): New function. | 6386 | (add-to-coding-system-list): New function. |
| 6387 | (make-subsidiary-coding-system, make-coding-system, | 6387 | (make-subsidiary-coding-system, make-coding-system) |
| 6388 | define-coding-system-alias): Use it instead of setting | 6388 | (define-coding-system-alias): Use it instead of setting |
| 6389 | coding-system-list directly. | 6389 | coding-system-list directly. |
| 6390 | 6390 | ||
| 6391 | 1999-02-07 Dave Love <fx@gnu.org> | 6391 | 1999-02-07 Dave Love <fx@gnu.org> |
| @@ -6723,9 +6723,9 @@ | |||
| 6723 | (speedbar-buffers-line-path): Return is dir name only. | 6723 | (speedbar-buffers-line-path): Return is dir name only. |
| 6724 | (speedbar-mode-functions-list): New variable. | 6724 | (speedbar-mode-functions-list): New variable. |
| 6725 | (speedbar-mouse-item-info): Rewrote to be a replaceable fn. | 6725 | (speedbar-mouse-item-info): Rewrote to be a replaceable fn. |
| 6726 | (speedbar-item-info-file-helper, speedbar-item-info-tag-helper | 6726 | (speedbar-item-info-file-helper, speedbar-item-info-tag-helpe) |
| 6727 | speedbar-files-item-info speedbar-buffers-item-info): New functions. | 6727 | (speedbar-files-item-info speedbar-buffers-item-info): New functions. |
| 6728 | (speedbar-fetch-replacement-function,speedbar-add-mode-functions-list): | 6728 | (speedbar-fetch-replacement-function, speedbar-add-mode-functions-list): |
| 6729 | New functions. | 6729 | New functions. |
| 6730 | (speedbar-line-file): Broke out part that fetches file from a line. | 6730 | (speedbar-line-file): Broke out part that fetches file from a line. |
| 6731 | (speedbar-line-text): New function extracted from speedbar-line-file. | 6731 | (speedbar-line-text): New function extracted from speedbar-line-file. |
| @@ -6947,8 +6947,8 @@ | |||
| 6947 | (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. | 6947 | (ps-mule-generate-font): If FONT-NAME is a cons cell, use its car. |
| 6948 | (ps-mule-prepare-font): Likewise. | 6948 | (ps-mule-prepare-font): Likewise. |
| 6949 | 6949 | ||
| 6950 | * international/codepage.el (cp855-decode-table, | 6950 | * international/codepage.el (cp855-decode-table) |
| 6951 | cp850-decode-table): Fill some nil entries. | 6951 | (cp850-decode-table): Fill some nil entries. |
| 6952 | 6952 | ||
| 6953 | 1999-01-16 Dave Love <fx@gnu.org> | 6953 | 1999-01-16 Dave Love <fx@gnu.org> |
| 6954 | 6954 | ||
| @@ -7152,9 +7152,9 @@ | |||
| 7152 | set-coding-priority, so that the internal array of priorities is | 7152 | set-coding-priority, so that the internal array of priorities is |
| 7153 | also updated. | 7153 | also updated. |
| 7154 | 7154 | ||
| 7155 | * international/mule-util.el: | 7155 | * international/mule-util.el |
| 7156 | (coding-system-change-eol-conversion, | 7156 | (coding-system-change-eol-conversion) |
| 7157 | coding-system-change-text-conversion): Don't define here. | 7157 | (coding-system-change-text-conversion): Don't define here. |
| 7158 | 7158 | ||
| 7159 | * international/mule-cmds.el: Define them here. Remove the | 7159 | * international/mule-cmds.el: Define them here. Remove the |
| 7160 | autoload cookies. | 7160 | autoload cookies. |
| @@ -7966,8 +7966,8 @@ | |||
| 7966 | 7966 | ||
| 7967 | 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> | 7967 | 1998-12-02 Andre Spiegel <spiegel@inf.fu-berlin.de> |
| 7968 | 7968 | ||
| 7969 | * vc.el (vc-dired-window-configuration, vc-ediff-windows, | 7969 | * vc.el (vc-dired-window-configuration, vc-ediff-windows) |
| 7970 | vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): | 7970 | (vc-ediff-result, vc-dired-switches, vc-dired-terse-mode): |
| 7971 | Added defvars to suppress compilation warnings. | 7971 | Added defvars to suppress compilation warnings. |
| 7972 | 7972 | ||
| 7973 | 1998-11-30 Ken Stevens <k.stevens@ieee.org> | 7973 | 1998-11-30 Ken Stevens <k.stevens@ieee.org> |
| @@ -8275,7 +8275,7 @@ | |||
| 8275 | 8275 | ||
| 8276 | * textmodes/reftex.el (reftex-finding-files): Group documentation fixed. | 8276 | * textmodes/reftex.el (reftex-finding-files): Group documentation fixed. |
| 8277 | (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels) | 8277 | (reftex-toc-toggle-file-boundary, reftex-toc-toggle-labels) |
| 8278 | (reftex-toc-toggle-context,reftex-find-start-point): New functions. | 8278 | (reftex-toc-toggle-context, reftex-find-start-point): New functions. |
| 8279 | (reftex-toc-include-labels, reftex-toc-include-context) | 8279 | (reftex-toc-include-labels, reftex-toc-include-context) |
| 8280 | (reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows): | 8280 | (reftex-toc-include-file-boundaries, reftex-toc-keep-other-windows): |
| 8281 | New options. | 8281 | New options. |
| @@ -8574,8 +8574,8 @@ | |||
| 8574 | * international/mule-diag.el (describe-coding-system): Describe | 8574 | * international/mule-diag.el (describe-coding-system): Describe |
| 8575 | all flags. | 8575 | all flags. |
| 8576 | 8576 | ||
| 8577 | * mail/sendmail.el (sendmail-coding-system, | 8577 | * mail/sendmail.el (sendmail-coding-system) |
| 8578 | default-sendmail-coding-system): Doc fix. | 8578 | (default-sendmail-coding-system): Doc fix. |
| 8579 | 8579 | ||
| 8580 | * simple.el (shell-command-on-region): Doc fix. | 8580 | * simple.el (shell-command-on-region): Doc fix. |
| 8581 | 8581 | ||
| @@ -9381,8 +9381,8 @@ | |||
| 9381 | (eldoc-get-var-docstring): Here also. | 9381 | (eldoc-get-var-docstring): Here also. |
| 9382 | (eldoc-docstring-first-line): Minimize interim string consing. | 9382 | (eldoc-docstring-first-line): Minimize interim string consing. |
| 9383 | Call substitute-command-keys on the result. | 9383 | Call substitute-command-keys on the result. |
| 9384 | (eldoc-print-var-docstrings, eldoc-print-docstring, | 9384 | (eldoc-print-var-docstrings, eldoc-print-docstring) |
| 9385 | eldoc-docstring-message): Functions removed. | 9385 | (eldoc-docstring-message): Functions removed. |
| 9386 | (eldoc-docstring-format-sym-doc): New function, functionality | 9386 | (eldoc-docstring-format-sym-doc): New function, functionality |
| 9387 | ripped out of eldoc-docstring-message. | 9387 | ripped out of eldoc-docstring-message. |
| 9388 | (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. | 9388 | (eldoc-get-fnsym-args-string, eldoc-get-var-docstring): Use it. |
| @@ -9408,13 +9408,13 @@ | |||
| 9408 | 9408 | ||
| 9409 | * mail/rmail.el (rmail-movemail-program): Fix customize type. | 9409 | * mail/rmail.el (rmail-movemail-program): Fix customize type. |
| 9410 | 9410 | ||
| 9411 | * mail/feedmail.el (feedmail-x-mailer-line-user-appendage, | 9411 | * mail/feedmail.el (feedmail-x-mailer-line-user-appendage) |
| 9412 | feedmail-fiddle-plex-user-list, | 9412 | (feedmail-fiddle-plex-user-list) |
| 9413 | feedmail-spray-address-fiddle-plex-list, | 9413 | (feedmail-spray-address-fiddle-plex-list) |
| 9414 | feedmail-prompt-before-queue-user-alist, | 9414 | (feedmail-prompt-before-queue-user-alist) |
| 9415 | feedmail-prompt-before-queue-help-supplement, | 9415 | (feedmail-prompt-before-queue-help-supplement) |
| 9416 | feedmail-queue-reminder-alist, feedmail-queue-default-file-slug, | 9416 | (feedmail-queue-reminder-alist, feedmail-queue-default-file-slug) |
| 9417 | feedmail-queue-alternative-mail-header-separator): Fix customize | 9417 | (feedmail-queue-alternative-mail-header-separator): Fix customize |
| 9418 | type. | 9418 | type. |
| 9419 | 9419 | ||
| 9420 | * startup.el (site-run-file): Fix customize type. | 9420 | * startup.el (site-run-file): Fix customize type. |
| @@ -9427,16 +9427,16 @@ | |||
| 9427 | * ps-print.el (ps-font-info-database): Add missing dots in value. | 9427 | * ps-print.el (ps-font-info-database): Add missing dots in value. |
| 9428 | Improve layout of customize type. | 9428 | Improve layout of customize type. |
| 9429 | 9429 | ||
| 9430 | * net-utils.el (traceroute-program-options, ping-program-options, | 9430 | * net-utils.el (traceroute-program-options, ping-program-options) |
| 9431 | ipconfig-program-options, netstat-program-options, | 9431 | (ipconfig-program-options, netstat-program-options) |
| 9432 | arp-program-options, route-program-options, | 9432 | (arp-program-options, route-program-options) |
| 9433 | nslookup-program-options, ftp-program-options): Fix customize | 9433 | (nslookup-program-options, ftp-program-options): Fix customize |
| 9434 | type. | 9434 | type. |
| 9435 | 9435 | ||
| 9436 | * midnight.el (clean-buffer-list-kill-regexps, | 9436 | * midnight.el (clean-buffer-list-kill-regexps) |
| 9437 | clean-buffer-list-kill-buffer-names, | 9437 | (clean-buffer-list-kill-buffer-names) |
| 9438 | clean-buffer-list-kill-never-buffer-names, | 9438 | (clean-buffer-list-kill-never-buffer-names) |
| 9439 | clean-buffer-list-kill-never-regexps): Fix customize type. | 9439 | (clean-buffer-list-kill-never-regexps): Fix customize type. |
| 9440 | 9440 | ||
| 9441 | * man.el (Man-init-defvars): Avoid trailing nil on | 9441 | * man.el (Man-init-defvars): Avoid trailing nil on |
| 9442 | Man-filter-list. | 9442 | Man-filter-list. |
| @@ -9934,16 +9934,16 @@ | |||
| 9934 | (ps-mule-prepare-font): New fun. | 9934 | (ps-mule-prepare-font): New fun. |
| 9935 | (ps-mule-charset-list): New var. | 9935 | (ps-mule-charset-list): New var. |
| 9936 | (ps-mule-prologue-generated, ps-mule-prologue): New vars. | 9936 | (ps-mule-prologue-generated, ps-mule-prologue): New vars. |
| 9937 | (ps-mule-skip-same-charset, ps-mule-find-wrappoint, | 9937 | (ps-mule-skip-same-charset, ps-mule-find-wrappoint) |
| 9938 | ps-mule-plot-string): New funs. | 9938 | (ps-mule-plot-string): New funs. |
| 9939 | (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): | 9939 | (ps-mule-cmpchar-prologue-generated, ps-mule-cmpchar-prologue): |
| 9940 | New vars. | 9940 | New vars. |
| 9941 | (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar, | 9941 | (ps-mule-plot-rule-cmpchar, ps-mule-plot-cmpchar) |
| 9942 | ps-mule-prepare-cmpchar-font): New funs. | 9942 | (ps-mule-prepare-cmpchar-font): New funs. |
| 9943 | (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New | 9943 | (ps-mule-bitmap-prologue-generated, ps-mule-bitmap-prologue): New |
| 9944 | vars. | 9944 | vars. |
| 9945 | (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font, | 9945 | (ps-mule-generate-bitmap-prologue, ps-mule-generate-bitmap-font) |
| 9946 | ps-mule-generate-bitmap-glyph): New funs. | 9946 | (ps-mule-generate-bitmap-glyph): New funs. |
| 9947 | (ps-mule-initialize, ps-mule-begin): New funs. | 9947 | (ps-mule-initialize, ps-mule-begin): New funs. |
| 9948 | (ps-output-string-prim): Insert string as unibyte. | 9948 | (ps-output-string-prim): Insert string as unibyte. |
| 9949 | (ps-output-prologue): New fun. | 9949 | (ps-output-prologue): New fun. |
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index d17e85ad801..1d4fa7f4013 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 | |||
| @@ -2067,7 +2067,7 @@ | |||
| 2067 | * ediff-util.el: Copyright years. | 2067 | * ediff-util.el: Copyright years. |
| 2068 | (ediff-choose-syntax-table): New function. | 2068 | (ediff-choose-syntax-table): New function. |
| 2069 | (ediff-setup): Use ediff-choose-syntax-table. | 2069 | (ediff-setup): Use ediff-choose-syntax-table. |
| 2070 | (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if | 2070 | (ediff-file-checked-out-p, ediff-file-checked-in-p): Check if |
| 2071 | vc-state is available. | 2071 | vc-state is available. |
| 2072 | (ediff-make-temp-file): Use ediff-coding-system-for-write. | 2072 | (ediff-make-temp-file): Use ediff-coding-system-for-write. |
| 2073 | 2073 | ||
| @@ -2089,22 +2089,22 @@ | |||
| 2089 | (ediff-patch-file-internal): Use ediff-coding-system-for-write. | 2089 | (ediff-patch-file-internal): Use ediff-coding-system-for-write. |
| 2090 | 2090 | ||
| 2091 | * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el. | 2091 | * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el. |
| 2092 | (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern. | 2092 | (ediff-match-diff3-line, ediff-get-diff3-group): Improved pattern. |
| 2093 | 2093 | ||
| 2094 | * ediff.el: Date of last update, copyright years. | 2094 | * ediff.el: Date of last update, copyright years. |
| 2095 | 2095 | ||
| 2096 | * ediff-wind.el (ediff-setup-control-frame): Nill->nil. | 2096 | * ediff-wind.el (ediff-setup-control-frame): Nill->nil. |
| 2097 | 2097 | ||
| 2098 | * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy | 2098 | * viper-ex.el (ex-token-list, ex-cmd-execute): Revamped, courtesy |
| 2099 | of Scott Bronson. | 2099 | of Scott Bronson. |
| 2100 | (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions. | 2100 | (ex-cmd-assoc, ex-compile, ex-cmd-one-letr): New functions. |
| 2101 | (viper-check-sub,viper-get-ex-command,viper-execute-ex-command): | 2101 | (viper-check-sub, viper-get-ex-command, viper-execute-ex-command): |
| 2102 | Deleted functions. | 2102 | Deleted functions. |
| 2103 | (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new | 2103 | (viper-get-ex-com-subr, viper-ex, ex-mark): Changed to use the new |
| 2104 | ex-token-list. | 2104 | ex-token-list. |
| 2105 | (viper-get-ex-address-subr): Convert registers to char data type. | 2105 | (viper-get-ex-address-subr): Convert registers to char data type. |
| 2106 | 2106 | ||
| 2107 | * viper-util.el (viper-int-to-char,viper-char-equal): New functions. | 2107 | * viper-util.el (viper-int-to-char, viper-char-equal): New functions. |
| 2108 | (viper-memq-char): Use viper-int-to-char. | 2108 | (viper-memq-char): Use viper-int-to-char. |
| 2109 | (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have | 2109 | (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have |
| 2110 | vc-locking-state. | 2110 | vc-locking-state. |
| @@ -2119,18 +2119,18 @@ | |||
| 2119 | (viper-read-key-sequence): New function that replaces the | 2119 | (viper-read-key-sequence): New function that replaces the |
| 2120 | previously used advice to read-key-sequence. | 2120 | previously used advice to read-key-sequence. |
| 2121 | 2121 | ||
| 2122 | * viper-cmd.el (viper-test-com-defun,viper-exec-change) | 2122 | * viper-cmd.el (viper-test-com-defun, viper-exec-change) |
| 2123 | (viper-exec-Change,viper-execute-com,viper-insert,viper-append) | 2123 | (viper-exec-Change, viper-execute-com, viper-insert, viper-append) |
| 2124 | (viper-Append,viper-Insert,viper-open-line,viper-Open-line) | 2124 | (viper-Append, viper-Insert, viper-open-line, viper-Open-line) |
| 2125 | (viper-open-line-at-point,viper-substitute,viper-overwrite) | 2125 | (viper-open-line-at-point, viper-substitute, viper-overwrite) |
| 2126 | (viper-replace-char-subr,viper-forward-word,viper-forward-Word): | 2126 | (viper-replace-char-subr, viper-forward-word, viper-forward-Word): |
| 2127 | Got rid of the negative character hack. | 2127 | Got rid of the negative character hack. |
| 2128 | (viper-escape-to-state,viper-replace-state-exit-cmd): | 2128 | (viper-escape-to-state, viper-replace-state-exit-cmd): |
| 2129 | Use viper-read-key-sequence. | 2129 | Use viper-read-key-sequence. |
| 2130 | (viper-envelop-ESC-key): No need for ad-get-orig-definition. | 2130 | (viper-envelop-ESC-key): No need for ad-get-orig-definition. |
| 2131 | (viper-minibuffer-standard-hook,viper-read-string-with-history): | 2131 | (viper-minibuffer-standard-hook, viper-read-string-with-history): |
| 2132 | Don't override existing minibuffer-setup-hook. | 2132 | Don't override existing minibuffer-setup-hook. |
| 2133 | (viper-mark-point,viper-goto-mark-subr,viper-brac-function): | 2133 | (viper-mark-point, viper-goto-mark-subr, viper-brac-function): |
| 2134 | Convert registers to char data type. | 2134 | Convert registers to char data type. |
| 2135 | (viper-autoindent): Use viper-indent-line. | 2135 | (viper-autoindent): Use viper-indent-line. |
| 2136 | 2136 | ||
| @@ -4867,12 +4867,12 @@ | |||
| 4867 | 4867 | ||
| 4868 | * ediff-wind.el (ediff-setup-control-frame): Nill->nil. | 4868 | * ediff-wind.el (ediff-setup-control-frame): Nill->nil. |
| 4869 | 4869 | ||
| 4870 | * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy | 4870 | * viper-ex.el (ex-token-list, ex-cmd-execute): Revamped, courtesy |
| 4871 | of Scott Bronson. | 4871 | of Scott Bronson. |
| 4872 | (ex-cmd-assoc,ex-cmd-one-letr): New functions. | 4872 | (ex-cmd-assoc, ex-cmd-one-letr): New functions. |
| 4873 | (viper-check-sub,viper-get-ex-command,viper-execute-ex-command): | 4873 | (viper-check-sub, viper-get-ex-command, viper-execute-ex-command): |
| 4874 | Deleted functions. | 4874 | Deleted functions. |
| 4875 | (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new | 4875 | (viper-get-ex-com-subr, viper-ex, ex-mark): Changed to use the new |
| 4876 | ex-token-list. | 4876 | ex-token-list. |
| 4877 | 4877 | ||
| 4878 | * viper-util.el: Spaces, indentation. | 4878 | * viper-util.el: Spaces, indentation. |
| @@ -6989,7 +6989,7 @@ | |||
| 6989 | 6989 | ||
| 6990 | * viper-init.el (viper-restore-cursor-type): Added condition-case guard. | 6990 | * viper-init.el (viper-restore-cursor-type): Added condition-case guard. |
| 6991 | 6991 | ||
| 6992 | * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): | 6992 | * ediff-init.el (ediff-quit-hook, ediff-suspend-hook): |
| 6993 | Changed initialization; use add-hook. | 6993 | Changed initialization; use add-hook. |
| 6994 | (ediff-file-remote-p): Use file-local-copy. | 6994 | (ediff-file-remote-p): Use file-local-copy. |
| 6995 | 6995 | ||
| @@ -8204,9 +8204,9 @@ | |||
| 8204 | * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode. | 8204 | * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode. |
| 8205 | (viper-downgrade-to-insert): Protect against errors in hooks. | 8205 | (viper-downgrade-to-insert): Protect against errors in hooks. |
| 8206 | 8206 | ||
| 8207 | * viper-init.el (viper-vi-state-hook,viper-insert-state-hook) | 8207 | * viper-init.el (viper-vi-state-hook, viper-insert-state-hook) |
| 8208 | (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling. | 8208 | (viper-replace-state-hook, viper-emacs-state-hook): Do cursor handling. |
| 8209 | (viper-restore-cursor-type,viper-set-insert-cursor-type): | 8209 | (viper-restore-cursor-type, viper-set-insert-cursor-type): |
| 8210 | New functions. | 8210 | New functions. |
| 8211 | 8211 | ||
| 8212 | * viper-util.el (viper-memq-char): Bug fixes. | 8212 | * viper-util.el (viper-memq-char): Bug fixes. |
| @@ -9474,7 +9474,7 @@ | |||
| 9474 | Use viper-preserve-cursor-color. | 9474 | Use viper-preserve-cursor-color. |
| 9475 | Many functions changed to use viper= instead of = when comparing | 9475 | Many functions changed to use viper= instead of = when comparing |
| 9476 | characters. | 9476 | characters. |
| 9477 | * viper-util.el (viper-memq-char,viper=): New functions for | 9477 | * viper-util.el (viper-memq-char, viper=): New functions for |
| 9478 | working with characters. | 9478 | working with characters. |
| 9479 | (viper-change-cursor-color): Fixed buglet. | 9479 | (viper-change-cursor-color): Fixed buglet. |
| 9480 | Many functions changed to use viper= instead of = when comparing | 9480 | Many functions changed to use viper= instead of = when comparing |
| @@ -9489,14 +9489,14 @@ | |||
| 9489 | * ediff-util.el (ediff-setup): Run ediff-before-setup-hook. | 9489 | * ediff-util.el (ediff-setup): Run ediff-before-setup-hook. |
| 9490 | (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer. | 9490 | (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer. |
| 9491 | (ediff-get-selected-buffers): New function. | 9491 | (ediff-get-selected-buffers): New function. |
| 9492 | * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal) | 9492 | * ediff-vers.el (ediff-vc-internal, ediff-rcs-internal) |
| 9493 | (ediff-vc-merge-internal,ediff-rcs-merge-internal): | 9493 | (ediff-vc-merge-internal, ediff-rcs-merge-internal): |
| 9494 | Use save-window-excursion. | 9494 | Use save-window-excursion. |
| 9495 | * ediff-wind.el (ediff-skip-unsuitable-frames): More robust | 9495 | * ediff-wind.el (ediff-skip-unsuitable-frames): More robust |
| 9496 | termination check in while loop. | 9496 | termination check in while loop. |
| 9497 | * ediff.el (ediff-get-default-file-name): Better defaults when in | 9497 | * ediff.el (ediff-get-default-file-name): Better defaults when in |
| 9498 | dired buffer. | 9498 | dired buffer. |
| 9499 | (ediff-files,ediff-merge-files,ediff-files3) | 9499 | (ediff-files, ediff-merge-files, ediff-files3) |
| 9500 | (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name. | 9500 | (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name. |
| 9501 | 9501 | ||
| 9502 | 2000-10-28 Dave Love <fx@gnu.org> | 9502 | 2000-10-28 Dave Love <fx@gnu.org> |
| @@ -10973,8 +10973,8 @@ | |||
| 10973 | 10973 | ||
| 10974 | 2000-10-04 Andre Spiegel <spiegel@gnu.org> | 10974 | 2000-10-04 Andre Spiegel <spiegel@gnu.org> |
| 10975 | 10975 | ||
| 10976 | * vc-hooks.el (vc-before-save, vc-default-make-version-backups, | 10976 | * vc-hooks.el (vc-before-save, vc-default-make-version-backups) |
| 10977 | vc-version-backup-file-name): New functions. | 10977 | (vc-version-backup-file-name): New functions. |
| 10978 | 10978 | ||
| 10979 | * files.el (basic-save-buffer): Call vc-before-save before saving. | 10979 | * files.el (basic-save-buffer): Call vc-before-save before saving. |
| 10980 | 10980 | ||
| @@ -12229,8 +12229,8 @@ | |||
| 12229 | * vc.el: Require dired-aux during compilation. | 12229 | * vc.el: Require dired-aux during compilation. |
| 12230 | (vc-name-assoc-file): Moved to vc-sccs.el. | 12230 | (vc-name-assoc-file): Moved to vc-sccs.el. |
| 12231 | (with-vc-properties): New macro. | 12231 | (with-vc-properties): New macro. |
| 12232 | (vc-checkin, vc-checkout, vc-revert, vc-cancel-version, | 12232 | (vc-checkin, vc-checkout, vc-revert, vc-cancel-version) |
| 12233 | vc-finish-steal): Use it. | 12233 | (vc-finish-steal): Use it. |
| 12234 | (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call | 12234 | (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call |
| 12235 | to the backend-specific function is now supposed to do the checkout, | 12235 | to the backend-specific function is now supposed to do the checkout, |
| 12236 | too. | 12236 | too. |
| @@ -12844,11 +12844,10 @@ | |||
| 12844 | 12844 | ||
| 12845 | 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> | 12845 | 2000-09-04 Stefan Monnier <monnier@cs.yale.edu> |
| 12846 | 12846 | ||
| 12847 | * vc-rcs-hooks.el (vc-rcs-templates-grabbed, | 12847 | * vc-rcs-hooks.el (vc-rcs-templates-grabbed, vc-rcs-grab-templates) |
| 12848 | vc-rcs-grab-templates) | ||
| 12849 | (vc-rcs-registered): Remove. The default function works as well. | 12848 | (vc-rcs-registered): Remove. The default function works as well. |
| 12850 | * vc-sccs-hooks.el (vc-sccs-templates-grabbed, | 12849 | * vc-sccs-hooks.el (vc-sccs-templates-grabbed) |
| 12851 | vc-sccs-grab-templates) | 12850 | (vc-sccs-grab-templates) |
| 12852 | (vc-sccs-registered): Remove. The default function works as well. | 12851 | (vc-sccs-registered): Remove. The default function works as well. |
| 12853 | 12852 | ||
| 12854 | * vc.el (vc-version-diff): Left out a vc- in call to | 12853 | * vc.el (vc-version-diff): Left out a vc- in call to |
| @@ -13070,8 +13069,8 @@ | |||
| 13070 | (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks. | 13069 | (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks. |
| 13071 | (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p). | 13070 | (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p). |
| 13072 | (vc-release-greater-or-equal-p): Move from vc. | 13071 | (vc-release-greater-or-equal-p): Move from vc. |
| 13073 | (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part, | 13072 | (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part) |
| 13074 | vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates. | 13073 | (vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates. |
| 13075 | (vc-rcs-checkout): Add a missing `new-version' argument in the | 13074 | (vc-rcs-checkout): Add a missing `new-version' argument in the |
| 13076 | call to vc-rcs-latest-on-branch-p. Hopefully that was the right one. | 13075 | call to vc-rcs-latest-on-branch-p. Hopefully that was the right one. |
| 13077 | 13076 | ||
| @@ -13144,7 +13143,7 @@ | |||
| 13144 | 13143 | ||
| 13145 | 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org> | 13144 | 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org> |
| 13146 | 13145 | ||
| 13147 | * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to | 13146 | * vc-cvs.el (vc-cvs-revert, vc-cvs-checkout): References to |
| 13148 | `vc-checkout-model' updated to `vc-cvs-update-model'. | 13147 | `vc-checkout-model' updated to `vc-cvs-update-model'. |
| 13149 | 13148 | ||
| 13150 | 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> | 13149 | 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de> |
| @@ -13241,7 +13240,7 @@ | |||
| 13241 | 13240 | ||
| 13242 | 2000-09-04 Martin Lorentzson <martinl@gnu.org> | 13241 | 2000-09-04 Martin Lorentzson <martinl@gnu.org> |
| 13243 | 13242 | ||
| 13244 | * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff): | 13243 | * vc.el (vc-workfile-unchanged-p, vc-diff, vc-version-diff): |
| 13245 | Update to use the vc-BACKEND-diff functions instead. | 13244 | Update to use the vc-BACKEND-diff functions instead. |
| 13246 | `vc-diff' is now working. | 13245 | `vc-diff' is now working. |
| 13247 | 13246 | ||
| @@ -13261,7 +13260,7 @@ | |||
| 13261 | This checkin is made with our new VC code base for the very first time. | 13260 | This checkin is made with our new VC code base for the very first time. |
| 13262 | A simple `(vc-checkin (buffer-file-name))' was used to perform it. | 13261 | A simple `(vc-checkin (buffer-file-name))' was used to perform it. |
| 13263 | 13262 | ||
| 13264 | * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to | 13263 | * vc-cvs.el (vc-cvs-revert, vc-cvs-checkout): Function calls to |
| 13265 | `vc-checkout-required' updated to `vc-cvs-uses-locking'. | 13264 | `vc-checkout-required' updated to `vc-cvs-uses-locking'. |
| 13266 | 13265 | ||
| 13267 | * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required' | 13266 | * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required' |
| @@ -13716,8 +13715,8 @@ | |||
| 13716 | 13715 | ||
| 13717 | * vc-rcs-hooks.el: Require vc-hooks when compiling. | 13716 | * vc-rcs-hooks.el: Require vc-hooks when compiling. |
| 13718 | (vc-rcs-master-templates): Improve :type. | 13717 | (vc-rcs-master-templates): Improve :type. |
| 13719 | (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff, | 13718 | (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff) |
| 13720 | vc-master-workfile-version): Moved from vc-hooks. | 13719 | (vc-master-workfile-version): Moved from vc-hooks. |
| 13721 | 13720 | ||
| 13722 | * vc-sccs-hooks.el: Require vc-hooks when compiling. | 13721 | * vc-sccs-hooks.el: Require vc-hooks when compiling. |
| 13723 | (vc-sccs-master-templates): Improve :type. | 13722 | (vc-sccs-master-templates): Improve :type. |
| @@ -15397,9 +15396,9 @@ | |||
| 15397 | 15396 | ||
| 15398 | * progmodes/cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. | 15397 | * progmodes/cc-cmds.el (c-indent-command): Obey c-syntactic-indentation. |
| 15399 | 15398 | ||
| 15400 | * progmodes/cc-cmds.el (c-electric-brace, c-electric-slash, | 15399 | * progmodes/cc-cmds.el (c-electric-brace, c-electric-slash) |
| 15401 | c-electric-star, c-electric-semi&comma, c-electric-colon, | 15400 | (c-electric-star, c-electric-semi&comma, c-electric-colon) |
| 15402 | c-electric-lt-gt, c-electric-paren): Don't reindent old lines | 15401 | (c-electric-lt-gt, c-electric-paren): Don't reindent old lines |
| 15403 | when c-syntactic-indentation is nil. | 15402 | when c-syntactic-indentation is nil. |
| 15404 | 15403 | ||
| 15405 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed bug where | 15404 | * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed bug where |
| @@ -15467,8 +15466,8 @@ | |||
| 15467 | * progmodes/cc-styles.el (c-copy-tree): Obsolete. The standard function | 15466 | * progmodes/cc-styles.el (c-copy-tree): Obsolete. The standard function |
| 15468 | copy-alist is sufficient now. | 15467 | copy-alist is sufficient now. |
| 15469 | 15468 | ||
| 15470 | * progmodes/cc-styles.el (c-set-style, c-set-style-1, | 15469 | * progmodes/cc-styles.el (c-set-style, c-set-style-1) |
| 15471 | c-get-style-variables): Fixes to variable initialization so | 15470 | (c-get-style-variables): Fixes to variable initialization so |
| 15472 | that duplicate entries in styles have the same effect | 15471 | that duplicate entries in styles have the same effect |
| 15473 | regardless of DONT-OVERRIDE. | 15472 | regardless of DONT-OVERRIDE. |
| 15474 | 15473 | ||
| @@ -16405,8 +16404,8 @@ | |||
| 16405 | Support for bibentry. | 16404 | Support for bibentry. |
| 16406 | (reftex-compile-variables): Fixed problem with end of section-re. | 16405 | (reftex-compile-variables): Fixed problem with end of section-re. |
| 16407 | 16406 | ||
| 16408 | * textmodes/reftex-dcr.el (reftex-view-crossref, | 16407 | * textmodes/reftex-dcr.el (reftex-view-crossref) |
| 16409 | reftex-view-crossref-from-bibtex): | 16408 | (reftex-view-crossref-from-bibtex): |
| 16410 | Deal with changed `reftex-find-citation-regexp-format'. | 16409 | Deal with changed `reftex-find-citation-regexp-format'. |
| 16411 | (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): | 16410 | (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): |
| 16412 | Replaced `remprop' with `put'. | 16411 | Replaced `remprop' with `put'. |
| @@ -17389,8 +17388,8 @@ | |||
| 17389 | 17388 | ||
| 17390 | * international/mule-conf.el: Specify CHARSET-ID explicitly for | 17389 | * international/mule-conf.el: Specify CHARSET-ID explicitly for |
| 17391 | private charsets. | 17390 | private charsets. |
| 17392 | (mule-unicode-0100-24ff, japanese-jisx0213-1, | 17391 | (mule-unicode-0100-24ff, japanese-jisx0213-1) |
| 17393 | japanese-jisx0213-2): New charsets. | 17392 | (japanese-jisx0213-2): New charsets. |
| 17394 | 17393 | ||
| 17395 | * international/fontset.el: Setup default fontset for new charsets. | 17394 | * international/fontset.el: Setup default fontset for new charsets. |
| 17396 | 17395 | ||
| @@ -17415,7 +17414,7 @@ | |||
| 17415 | 17414 | ||
| 17416 | * ediff-diff.el (ediff-forward-word): Take syntactic word class into | 17415 | * ediff-diff.el (ediff-forward-word): Take syntactic word class into |
| 17417 | account. | 17416 | account. |
| 17418 | (ediff-test-utility,ediff-diff-mandatory-option) | 17417 | (ediff-test-utility, ediff-diff-mandatory-option) |
| 17419 | (ediff-reset-diff-options): Utilities for proper initialization of | 17418 | (ediff-reset-diff-options): Utilities for proper initialization of |
| 17420 | ediff-diff-options and ediff-diff3-options on Windows. | 17419 | ediff-diff-options and ediff-diff3-options on Windows. |
| 17421 | 17420 | ||
| @@ -18474,11 +18473,11 @@ | |||
| 18474 | 18473 | ||
| 18475 | * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) | 18474 | * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer) |
| 18476 | (ispell-session-buffer): New variables. | 18475 | (ispell-session-buffer): New variables. |
| 18477 | (ispell-start-process, ispell-process-status, | 18476 | (ispell-start-process, ispell-process-status) |
| 18478 | ispell-accept-output, ispell-send-string): New functions, for | 18477 | (ispell-accept-output, ispell-send-string): New functions, for |
| 18479 | Ispell invocation when async subprocesses aren't supported. | 18478 | Ispell invocation when async subprocesses aren't supported. |
| 18480 | (ispell-word, ispell-pdict-save, ispell-command-loop, | 18479 | (ispell-word, ispell-pdict-save, ispell-command-loop) |
| 18481 | ispell-process-line, ispell-buffer-local-parsing): Replace calls | 18480 | (ispell-process-line, ispell-buffer-local-parsing): Replace calls |
| 18482 | to process-send-string with calls to ispell-send-string, and | 18481 | to process-send-string with calls to ispell-send-string, and |
| 18483 | accept-process-output with ispell-accept-output. | 18482 | accept-process-output with ispell-accept-output. |
| 18484 | (ispell-init-process): Call ispell-process-status instead of | 18483 | (ispell-init-process): Call ispell-process-status instead of |
diff --git a/lisp/gnus/ChangeLog.1 b/lisp/gnus/ChangeLog.1 index e8a66bfbd43..540db9d2914 100644 --- a/lisp/gnus/ChangeLog.1 +++ b/lisp/gnus/ChangeLog.1 | |||
| @@ -277,8 +277,8 @@ | |||
| 277 | 1998-08-26 Mike McEwan <mike@lotusland.demon.co.uk> | 277 | 1998-08-26 Mike McEwan <mike@lotusland.demon.co.uk> |
| 278 | 278 | ||
| 279 | * gnus-sum.el (gnus-build-all-threads): `save-excursion' and | 279 | * gnus-sum.el (gnus-build-all-threads): `save-excursion' and |
| 280 | `set-buffer' back to `gnus-summary-buffer' in order to access | 280 | `set-buffer' back to `gnus-summary-buffer' in order to access |
| 281 | buffer-local variables. | 281 | buffer-local variables. |
| 282 | 282 | ||
| 283 | 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> | 283 | 1998-08-26 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 284 | 284 | ||
| @@ -910,10 +910,10 @@ | |||
| 910 | 1998-07-11 Mike McEwan <mike@lotusland.demon.co.uk> | 910 | 1998-07-11 Mike McEwan <mike@lotusland.demon.co.uk> |
| 911 | 911 | ||
| 912 | * gnus-agent.el (gnus-agent-fetch-headers): Note last fetched | 912 | * gnus-agent.el (gnus-agent-fetch-headers): Note last fetched |
| 913 | headers per sesion to aid expiry in `headers only' groups. | 913 | headers per sesion to aid expiry in `headers only' groups. |
| 914 | 914 | ||
| 915 | * gnus-agent.el (gnus-agent-expire): Update group info to add | 915 | * gnus-agent.el (gnus-agent-expire): Update group info to add |
| 916 | expired articles to list of read articles and prevent | 916 | expired articles to list of read articles and prevent |
| 917 | re-fetching. | 917 | re-fetching. |
| 918 | 918 | ||
| 919 | 1998-07-12 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 919 | 1998-07-12 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| @@ -1266,7 +1266,7 @@ | |||
| 1266 | 1998-06-05 Hrvoje Niksic <hniksic@srce.hr> | 1266 | 1998-06-05 Hrvoje Niksic <hniksic@srce.hr> |
| 1267 | 1267 | ||
| 1268 | * nnmail.el (nnmail-get-split-group): Don't regexp-quote | 1268 | * nnmail.el (nnmail-get-split-group): Don't regexp-quote |
| 1269 | nnmail-procmail-suffix. | 1269 | nnmail-procmail-suffix. |
| 1270 | 1270 | ||
| 1271 | 1998-06-24 Kim-Minh Kaplan <kaplan@sky.fr> | 1271 | 1998-06-24 Kim-Minh Kaplan <kaplan@sky.fr> |
| 1272 | 1272 | ||
| @@ -1993,9 +1993,9 @@ | |||
| 1993 | (gnus-picons-setup-buffer): New function. | 1993 | (gnus-picons-setup-buffer): New function. |
| 1994 | (gnus-picons-set-buffer): Use them. | 1994 | (gnus-picons-set-buffer): Use them. |
| 1995 | (gnus-picons-display-x-face): Put back the `buf' binding: it is | 1995 | (gnus-picons-display-x-face): Put back the `buf' binding: it is |
| 1996 | needed when `gnus-picons-display-where' is not set to article. | 1996 | needed when `gnus-picons-display-where' is not set to article. |
| 1997 | Also move the X-Face to the left, near the address. It seems more | 1997 | Also move the X-Face to the left, near the address. It seems more |
| 1998 | logical. | 1998 | logical. |
| 1999 | 1999 | ||
| 2000 | 1998-02-28 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> | 2000 | 1998-02-28 Lars Magne Ingebrigtsen <larsi@menja.ifi.uio.no> |
| 2001 | 2001 | ||
| @@ -2645,7 +2645,7 @@ | |||
| 2645 | (gnus-split-methods): Add default values for choices. | 2645 | (gnus-split-methods): Add default values for choices. |
| 2646 | 2646 | ||
| 2647 | * gnus-score.el (gnus-home-score-file): Add non-nil default for | 2647 | * gnus-score.el (gnus-home-score-file): Add non-nil default for |
| 2648 | function. | 2648 | function. |
| 2649 | (gnus-home-adapt-file): Ditto. | 2649 | (gnus-home-adapt-file): Ditto. |
| 2650 | 2650 | ||
| 2651 | * gnus-sum.el (gnus-move-split-methods): Add default values for | 2651 | * gnus-sum.el (gnus-move-split-methods): Add default values for |
| @@ -2711,7 +2711,7 @@ | |||
| 2711 | 1997-12-05 Danny Siu <dsiu@adobe.com> | 2711 | 1997-12-05 Danny Siu <dsiu@adobe.com> |
| 2712 | 2712 | ||
| 2713 | * nndoc.el (nndoc-babyl-body-begin): quote the regexp for the | 2713 | * nndoc.el (nndoc-babyl-body-begin): quote the regexp for the |
| 2714 | string "*** EOOH ***" properly. | 2714 | string "*** EOOH ***" properly. |
| 2715 | (nndoc-babyl-head-begin): Same as above. | 2715 | (nndoc-babyl-head-begin): Same as above. |
| 2716 | 2716 | ||
| 2717 | 1997-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 2717 | 1997-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| @@ -2759,10 +2759,10 @@ | |||
| 2759 | 1997-11-27 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 2759 | 1997-11-27 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
| 2760 | 2760 | ||
| 2761 | * nnmail.el (nnmail-file-coding-system): Use `raw-text' in | 2761 | * nnmail.el (nnmail-file-coding-system): Use `raw-text' in |
| 2762 | default. | 2762 | default. |
| 2763 | 2763 | ||
| 2764 | * nnheader.el (nnheader-file-coding-system): Use `raw-text' in | 2764 | * nnheader.el (nnheader-file-coding-system): Use `raw-text' in |
| 2765 | default. | 2765 | default. |
| 2766 | 2766 | ||
| 2767 | 1997-12-06 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr> | 2767 | 1997-12-06 Kim-Minh Kaplan <KimMinh.Kaplan@utopia.eunet.fr> |
| 2768 | 2768 | ||
| @@ -3220,7 +3220,7 @@ | |||
| 3220 | 1997-10-16 Colin Rafferty <craffert@ml.com> | 3220 | 1997-10-16 Colin Rafferty <craffert@ml.com> |
| 3221 | 3221 | ||
| 3222 | * message.el (message-make-fqdn): Made certain that user-mail is | 3222 | * message.el (message-make-fqdn): Made certain that user-mail is |
| 3223 | not nil. | 3223 | not nil. |
| 3224 | 3224 | ||
| 3225 | 1997-10-25 David S. Goldberg <dsg@linus.mitre.org> | 3225 | 1997-10-25 David S. Goldberg <dsg@linus.mitre.org> |
| 3226 | 3226 | ||