diff options
| author | Juanma Barranquero | 2012-01-10 18:32:19 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2012-01-10 18:32:19 +0100 |
| commit | cd394be17755d8248ba01ea7ba8502a31f1ce71a (patch) | |
| tree | 8bd7a8df9cf11edddb567add9f757c328e29236a /lisp/ChangeLog.6 | |
| parent | 96f8741e07a33e6ba81d5afadf3e277e8a54911c (diff) | |
| download | emacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.tar.gz emacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.zip | |
ChangeLog fixes.
Diffstat (limited to 'lisp/ChangeLog.6')
| -rw-r--r-- | lisp/ChangeLog.6 | 217 |
1 files changed, 108 insertions, 109 deletions
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6 index c3d748a7baa..85301ef78e1 100644 --- a/lisp/ChangeLog.6 +++ b/lisp/ChangeLog.6 | |||
| @@ -686,7 +686,7 @@ | |||
| 686 | 686 | ||
| 687 | 1996-06-23 Noah Friedman <friedman@splode.com> | 687 | 1996-06-23 Noah Friedman <friedman@splode.com> |
| 688 | 688 | ||
| 689 | * rlogin.el (rlogin): make comint-output-filter-functions local | 689 | * rlogin.el (rlogin): Make comint-output-filter-functions local |
| 690 | before adding hooks. | 690 | before adding hooks. |
| 691 | 691 | ||
| 692 | 1996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | 692 | 1996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> |
| @@ -719,7 +719,7 @@ | |||
| 719 | (ediff-make-diff2-buffer): Refuses to diff remote files. | 719 | (ediff-make-diff2-buffer): Refuses to diff remote files. |
| 720 | (ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions. | 720 | (ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions. |
| 721 | (ediff-make-diff2-buffer): New function. | 721 | (ediff-make-diff2-buffer): New function. |
| 722 | Added ^\C-m$ to ok-lines regexps | 722 | Add ^\C-m$ to ok-lines regexps. |
| 723 | 723 | ||
| 724 | * ediff-ptch.el: New file. | 724 | * ediff-ptch.el: New file. |
| 725 | 725 | ||
| @@ -1478,8 +1478,8 @@ | |||
| 1478 | 1478 | ||
| 1479 | 1996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 1479 | 1996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 1480 | 1480 | ||
| 1481 | * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration, | 1481 | * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration) |
| 1482 | gnus-window-to-buffer): Pop up the shell buffer after piping | 1482 | (gnus-window-to-buffer): Pop up the shell buffer after piping |
| 1483 | articles through a filter. | 1483 | articles through a filter. |
| 1484 | 1484 | ||
| 1485 | * gnus-ems.el: Make invisible text intangible as well. | 1485 | * gnus-ems.el: Make invisible text intangible as well. |
| @@ -2684,7 +2684,7 @@ | |||
| 2684 | determined in c-emacs-features. | 2684 | determined in c-emacs-features. |
| 2685 | 2685 | ||
| 2686 | * cc-mode.el: | 2686 | * cc-mode.el: |
| 2687 | imenu is required in Emacs 19, but doesn't exist in XEmacs | 2687 | imenu is required in Emacs 19, but doesn't exist in XEmacs. |
| 2688 | 2688 | ||
| 2689 | * cc-mode.el (c-site-default-style): New variable. | 2689 | * cc-mode.el (c-site-default-style): New variable. |
| 2690 | 2690 | ||
| @@ -2874,15 +2874,15 @@ | |||
| 2874 | 2874 | ||
| 2875 | 1996-01-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> | 2875 | 1996-01-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> |
| 2876 | 2876 | ||
| 2877 | * ada-mode.el (ada-indent-region, ada-check-matching-start, | 2877 | * ada-mode.el (ada-indent-region, ada-check-matching-start) |
| 2878 | ada-check-defun-name): Fix error format string. | 2878 | (ada-check-defun-name): Fix error format string. |
| 2879 | * allout.el (outline-process-exposed): Likewise. | 2879 | * allout.el (outline-process-exposed): Likewise. |
| 2880 | * bookmark.el (bookmark-load): Likewise. | 2880 | * bookmark.el (bookmark-load): Likewise. |
| 2881 | * cpp.el (cpp-parse-error): Likewise. | 2881 | * cpp.el (cpp-parse-error): Likewise. |
| 2882 | * ediff-init.el (ediff-event-point, ediff-event-buffer): | 2882 | * ediff-init.el (ediff-event-point, ediff-event-buffer): |
| 2883 | Likewise. | 2883 | Likewise. |
| 2884 | * etags.el (visit-tags-table-buffer, tags-loop-scan, | 2884 | * etags.el (visit-tags-table-buffer, tags-loop-scan) |
| 2885 | complete-tag): Likewise. | 2885 | (complete-tag): Likewise. |
| 2886 | * forms.el (forms--process-format-list): Likewise. | 2886 | * forms.el (forms--process-format-list): Likewise. |
| 2887 | * gnus-ems.el (gnus-summary-insert-pseudos-xemacs): Likewise. | 2887 | * gnus-ems.el (gnus-summary-insert-pseudos-xemacs): Likewise. |
| 2888 | * hexl.el (hexl-hex-char-to-integer, hexl-oct-char-to-integer): | 2888 | * hexl.el (hexl-hex-char-to-integer, hexl-oct-char-to-integer): |
| @@ -3106,8 +3106,8 @@ | |||
| 3106 | * facemenu.el (list-text-properties-at): Likewise. | 3106 | * facemenu.el (list-text-properties-at): Likewise. |
| 3107 | * finder.el (finder-summary): Likewise. | 3107 | * finder.el (finder-summary): Likewise. |
| 3108 | * flow-ctrl.el (enable-flow-control): Likewise. | 3108 | * flow-ctrl.el (enable-flow-control): Likewise. |
| 3109 | * forms.el (forms--help, forms-search-forward, | 3109 | * forms.el (forms--help, forms-search-forward) |
| 3110 | forms-search-backward): Likewise. | 3110 | (forms-search-backward): Likewise. |
| 3111 | * help-macro.el (make-help-screen): Likewise. | 3111 | * help-macro.el (make-help-screen): Likewise. |
| 3112 | * hippie-exp.el (hippie-expand): Likewise. | 3112 | * hippie-exp.el (hippie-expand): Likewise. |
| 3113 | * holidays.el (calendar-cursor-holidays): Likewise. | 3113 | * holidays.el (calendar-cursor-holidays): Likewise. |
| @@ -3133,8 +3133,8 @@ | |||
| 3133 | * type-break.el (type-break-demo-life): Likewise. | 3133 | * type-break.el (type-break-demo-life): Likewise. |
| 3134 | * view.el (view-mode-enter, View-scroll-lines-forward): Likewise. | 3134 | * view.el (view-mode-enter, View-scroll-lines-forward): Likewise. |
| 3135 | * viper-ex.el (ex-pwd, vip-info-on-file): Likewise. | 3135 | * viper-ex.el (ex-pwd, vip-info-on-file): Likewise. |
| 3136 | * viper-macs.el (ex-map-read-args, ex-unmap-read-args, | 3136 | * viper-macs.el (ex-map-read-args, ex-unmap-read-args) |
| 3137 | vip-record-kbd-macro): Likewise. | 3137 | (vip-record-kbd-macro): Likewise. |
| 3138 | * viper-util.el (vip-save-setting): Likewise. | 3138 | * viper-util.el (vip-save-setting): Likewise. |
| 3139 | 3139 | ||
| 3140 | * ada-mode.el (ada-adjust-case-region, ada-indent-region): Delete | 3140 | * ada-mode.el (ada-adjust-case-region, ada-indent-region): Delete |
| @@ -3146,14 +3146,14 @@ | |||
| 3146 | * enriched.el (enriched-next-annotation): Likewise. | 3146 | * enriched.el (enriched-next-annotation): Likewise. |
| 3147 | * ispell4.el (ispell-point): Likewise. | 3147 | * ispell4.el (ispell-point): Likewise. |
| 3148 | * mh-e.el (mh-get-new-mail): Likewise. | 3148 | * mh-e.el (mh-get-new-mail): Likewise. |
| 3149 | * saveplace.el (toggle-save-place, save-place-alist-to-file, | 3149 | * saveplace.el (toggle-save-place, save-place-alist-to-file) |
| 3150 | load-save-place-alist-from-file): Likewise. | 3150 | (load-save-place-alist-from-file): Likewise. |
| 3151 | * shadow.el (list-load-path-shadows): Likewise. | 3151 | * shadow.el (list-load-path-shadows): Likewise. |
| 3152 | * shadowfile.el (shadow-cancel, shadow-copy-file): Likewise. | 3152 | * shadowfile.el (shadow-cancel, shadow-copy-file): Likewise. |
| 3153 | * subr.el (read-quoted-char): Likewise. | 3153 | * subr.el (read-quoted-char): Likewise. |
| 3154 | * tpu-edt.el (tpu-y-or-n-p): Likewise. | 3154 | * tpu-edt.el (tpu-y-or-n-p): Likewise. |
| 3155 | * vip.el (vip-replace-string, vip-search-forward, | 3155 | * vip.el (vip-replace-string, vip-search-forward) |
| 3156 | vip-search-backward): Likewise. | 3156 | (vip-search-backward): Likewise. |
| 3157 | * viper-ex.el (ex-set): Likewise. | 3157 | * viper-ex.el (ex-set): Likewise. |
| 3158 | 3158 | ||
| 3159 | 1996-01-24 Karl Heuer <kwzh@gnu.ai.mit.edu> | 3159 | 1996-01-24 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| @@ -3176,9 +3176,9 @@ | |||
| 3176 | 3176 | ||
| 3177 | * solitaire.el (solitaire): Doc fix. | 3177 | * solitaire.el (solitaire): Doc fix. |
| 3178 | 3178 | ||
| 3179 | * solar.el (solar-moment, solar-ephemeris-time, | 3179 | * solar.el (solar-moment, solar-ephemeris-time) |
| 3180 | solar-equatorial-coordinates, solar-horizontal-coordinates): Doc | 3180 | (solar-equatorial-coordinates, solar-horizontal-coordinates): |
| 3181 | fixes. | 3181 | Doc fixes. |
| 3182 | 3182 | ||
| 3183 | * lunar.el (lunar-new-moon-on-or-after): Doc fix. | 3183 | * lunar.el (lunar-new-moon-on-or-after): Doc fix. |
| 3184 | 3184 | ||
| @@ -3221,11 +3221,11 @@ | |||
| 3221 | * cal-tex.el (cal-tex-preamble): Add \hfuzz=1000pt to get rid of | 3221 | * cal-tex.el (cal-tex-preamble): Add \hfuzz=1000pt to get rid of |
| 3222 | overfull box messages. | 3222 | overfull box messages. |
| 3223 | 3223 | ||
| 3224 | * solar.el (calendar-latitude, calendar-longitude, | 3224 | * solar.el (calendar-latitude, calendar-longitude) |
| 3225 | calendar-location-name, solar-sunrise-and-sunset): Fix doc strings. | 3225 | (calendar-location-name, solar-sunrise-and-sunset): Fix doc strings. |
| 3226 | (solar-exact-local-noon, solar-sunrise-sunset): Refer to | 3226 | (solar-exact-local-noon, solar-sunrise-sunset): Refer to |
| 3227 | (calendar-longitude) and (calendar-latitude) instead of | 3227 | (calendar-longitude) and (calendar-latitude) instead of |
| 3228 | calendar-longitude and | 3228 | calendar-longitude and calendar-latitude. |
| 3229 | 3229 | ||
| 3230 | 1996-01-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 3230 | 1996-01-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 3231 | 3231 | ||
| @@ -3743,67 +3743,67 @@ | |||
| 3743 | 3743 | ||
| 3744 | * custom.el (custom-default-validate): Fix message spelling. | 3744 | * custom.el (custom-default-validate): Fix message spelling. |
| 3745 | * debug.el (debug): Likewise. | 3745 | * debug.el (debug): Likewise. |
| 3746 | * doctor.el (make-doctor-variables, doctor-othermodifierp, | 3746 | * doctor.el (make-doctor-variables, doctor-othermodifierp) |
| 3747 | doctor-strangelove): Likewise. | 3747 | (doctor-strangelove): Likewise. |
| 3748 | * dunnet.el (dun-sauna-heat, dun-login): Likewise. | 3748 | * dunnet.el (dun-sauna-heat, dun-login): Likewise. |
| 3749 | * gnus.el (gnus-summary-save-article): Likewise. | 3749 | * gnus.el (gnus-summary-save-article): Likewise. |
| 3750 | * hideshow.el (hs-hide-block): Likewise. | 3750 | * hideshow.el (hs-hide-block): Likewise. |
| 3751 | * hilit19.el (hilit-submit-feedback): Likewise. | 3751 | * hilit19.el (hilit-submit-feedback): Likewise. |
| 3752 | * mail-extr.el (mail-extr-nuke-outside-range, | 3752 | * mail-extr.el (mail-extr-nuke-outside-range) |
| 3753 | mail-extr-all-top-level-domains): Likewise. | 3753 | (mail-extr-all-top-level-domains): Likewise. |
| 3754 | * simple.el (shell-command): Likewise. | 3754 | * simple.el (shell-command): Likewise. |
| 3755 | * term.el (term-process-pager): Likewise. | 3755 | * term.el (term-process-pager): Likewise. |
| 3756 | * term/sun-mouse.el (describe-mouse-briefly): Likewise. | 3756 | * term/sun-mouse.el (describe-mouse-briefly): Likewise. |
| 3757 | 3757 | ||
| 3758 | * ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args, | 3758 | * ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args) |
| 3759 | ada-call-pretty-printer): Doc fix. | 3759 | (ada-call-pretty-printer): Doc fix. |
| 3760 | * allout.el (outline-primary-bullet, outline-numbered-bullet, | 3760 | * allout.el (outline-primary-bullet, outline-numbered-bullet) |
| 3761 | outline-override-protect, outline-explicitly-deactivated, | 3761 | (outline-override-protect, outline-explicitly-deactivated) |
| 3762 | outline-init, outline-chart-subtree, outline-chart-spec, | 3762 | (outline-init, outline-chart-subtree, outline-chart-spec) |
| 3763 | outline-make-topic-prefix, outline-open-topic, | 3763 | (outline-make-topic-prefix, outline-open-topic) |
| 3764 | outline-reindent-body, outline-yank-processing, outline-yank, | 3764 | (outline-reindent-body, outline-yank-processing, outline-yank) |
| 3765 | outlineify-sticky): Doc fix. | 3765 | (outlineify-sticky): Doc fix. |
| 3766 | * apropos.el (apropos-files-scanned): Doc fix. | 3766 | * apropos.el (apropos-files-scanned): Doc fix. |
| 3767 | * arc-mode.el (archive-summarize-files): Doc fix. | 3767 | * arc-mode.el (archive-summarize-files): Doc fix. |
| 3768 | * bib-mode.el (capitalize-title-stop-words): Doc fix. | 3768 | * bib-mode.el (capitalize-title-stop-words): Doc fix. |
| 3769 | * bibtex.el (bibtex-generate-autokey, bibtex-find-entry-location): | 3769 | * bibtex.el (bibtex-generate-autokey, bibtex-find-entry-location): |
| 3770 | Doc fix. | 3770 | Doc fix. |
| 3771 | * bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func, | 3771 | * bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func) |
| 3772 | bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix. | 3772 | (bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix. |
| 3773 | * cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode, | 3773 | * cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode) |
| 3774 | c-postprocess-file-styles): Doc fix. | 3774 | (c-postprocess-file-styles): Doc fix. |
| 3775 | * cl-extra.el (cl-copy-tree): Doc fix. | 3775 | * cl-extra.el (cl-copy-tree): Doc fix. |
| 3776 | * comint.el (comint-ptyp, comint-completion-autolist): Doc fix. | 3776 | * comint.el (comint-ptyp, comint-completion-autolist): Doc fix. |
| 3777 | * compile.el (compilation-error-list): Doc fix. | 3777 | * compile.el (compilation-error-list): Doc fix. |
| 3778 | * cplus-md.el (c++-mode): Doc fix. | 3778 | * cplus-md.el (c++-mode): Doc fix. |
| 3779 | * cpp.el (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list): | 3779 | * cpp.el (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list): |
| 3780 | Doc fix. | 3780 | Doc fix. |
| 3781 | * custom.el (rear-nonsticky, custom-property-set, custom-field-accept, | 3781 | * custom.el (rear-nonsticky, custom-property-set, custom-field-accept) |
| 3782 | custom-repeat-extract, custom-pair-extract, custom-list-extract, | 3782 | (custom-repeat-extract, custom-pair-extract, custom-list-extract) |
| 3783 | custom-choice-extract, custom-choice-validate, custom-mode-map): | 3783 | (custom-choice-extract, custom-choice-validate, custom-mode-map): |
| 3784 | Doc fix. | 3784 | Doc fix. |
| 3785 | * dired-x.el (dired-mark-sexp): Doc fix. | 3785 | * dired-x.el (dired-mark-sexp): Doc fix. |
| 3786 | * docref.el (docref-subst): Doc fix. | 3786 | * docref.el (docref-subst): Doc fix. |
| 3787 | * edebug.el (edebug-read): Doc fix. | 3787 | * edebug.el (edebug-read): Doc fix. |
| 3788 | * ediff-init.el (ediff-keep-variants): Doc fix. | 3788 | * ediff-init.el (ediff-keep-variants): Doc fix. |
| 3789 | * ediff-wind.el (ediff-prefer-iconified-control-frame): Doc fix. | 3789 | * ediff-wind.el (ediff-prefer-iconified-control-frame): Doc fix. |
| 3790 | * edt.el (edt-find-forward, edt-find-backward, edt-find, | 3790 | * edt.el (edt-find-forward, edt-find-backward, edt-find) |
| 3791 | edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix. | 3791 | (edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix. |
| 3792 | * ffap.el (ffap-list-env): Doc fix. | 3792 | * ffap.el (ffap-list-env): Doc fix. |
| 3793 | * files.el (make-directory): Doc fix. | 3793 | * files.el (make-directory): Doc fix. |
| 3794 | * fill.el (fill-context-prefix, unjustify-current-line, | 3794 | * fill.el (fill-context-prefix, unjustify-current-line) |
| 3795 | unjustify-region): Doc fix. | 3795 | (unjustify-region): Doc fix. |
| 3796 | * font-lock.el (font-lock-keywords): Doc fix. | 3796 | * font-lock.el (font-lock-keywords): Doc fix. |
| 3797 | * format.el (format-annotate-atomic-property-change): Doc fix. | 3797 | * format.el (format-annotate-atomic-property-change): Doc fix. |
| 3798 | * forms.el (forms-toggle-read-only, forms-enumerate): Doc fix. | 3798 | * forms.el (forms-toggle-read-only, forms-enumerate): Doc fix. |
| 3799 | gnus-cus.el: Doc fix. | 3799 | gnus-cus.el: Doc fix. |
| 3800 | * gnus-edit.el (gnus-score-custom-data): Doc fix. | 3800 | * gnus-edit.el (gnus-score-custom-data): Doc fix. |
| 3801 | * gnus-uu.el (gnus-uu-do-not-unpack-archives): Doc fix. | 3801 | * gnus-uu.el (gnus-uu-do-not-unpack-archives): Doc fix. |
| 3802 | * gnus.el (gnus-buffer-configuration, | 3802 | * gnus.el (gnus-buffer-configuration) |
| 3803 | gnus-article-hide-headers-if-wanted): Doc fix. | 3803 | (gnus-article-hide-headers-if-wanted): Doc fix. |
| 3804 | * hexl.el (hexl-program, hexl-beginning-of-1k-page, | 3804 | * hexl.el (hexl-program, hexl-beginning-of-1k-page) |
| 3805 | hexl-end-of-1k-page, hexl-beginning-of-512b-page, | 3805 | (hexl-end-of-1k-page, hexl-beginning-of-512b-page) |
| 3806 | hexl-end-of-512b-page): Doc fix. | 3806 | (hexl-end-of-512b-page): Doc fix. |
| 3807 | * hideshow.el (hs-unbalance-handler-method, hs-show-block): Doc fix. | 3807 | * hideshow.el (hs-unbalance-handler-method, hs-show-block): Doc fix. |
| 3808 | * hilit19.el (hilit-lookup-face-create): Doc fix. | 3808 | * hilit19.el (hilit-lookup-face-create): Doc fix. |
| 3809 | * icomplete.el (icomplete-simple-completing-p, icomplete-completions): | 3809 | * icomplete.el (icomplete-simple-completing-p, icomplete-completions): |
| @@ -3814,8 +3814,8 @@ | |||
| 3814 | * iso-cvt.el (iso-fix-tex2iso): Doc fix. | 3814 | * iso-cvt.el (iso-fix-tex2iso): Doc fix. |
| 3815 | * ispell4.el (ispell-gnu-look-still-broken-p, ispell-message-text-end): | 3815 | * ispell4.el (ispell-gnu-look-still-broken-p, ispell-message-text-end): |
| 3816 | Doc fix. | 3816 | Doc fix. |
| 3817 | * make-mode.el (makefile-insert-special-target, | 3817 | * make-mode.el (makefile-insert-special-target) |
| 3818 | makefile-backslash-region): Doc fix. | 3818 | (makefile-backslash-region): Doc fix. |
| 3819 | * mh-e.el (mh-good-msg-regexp): Doc fix. | 3819 | * mh-e.el (mh-good-msg-regexp): Doc fix. |
| 3820 | * modula2.el (m2-case, m2-for, m2-if): Doc fix. | 3820 | * modula2.el (m2-case, m2-for, m2-if): Doc fix. |
| 3821 | * msb.el (msb-max-file-menu-items, msb-menu-cond): Doc fix. | 3821 | * msb.el (msb-max-file-menu-items, msb-menu-cond): Doc fix. |
| @@ -3830,12 +3830,12 @@ | |||
| 3830 | * sh-script.el (sh-mode-syntax-table): Doc fix. | 3830 | * sh-script.el (sh-mode-syntax-table): Doc fix. |
| 3831 | * simple.el (next-completion): Doc fix. | 3831 | * simple.el (next-completion): Doc fix. |
| 3832 | * skeleton.el (skeleton-insert): Doc fix. | 3832 | * skeleton.el (skeleton-insert): Doc fix. |
| 3833 | * supercite.el (sc-citation-nonnested-root-regexp, | 3833 | * supercite.el (sc-citation-nonnested-root-regexp) |
| 3834 | sc-add-citation-level, sc-no-blank-line-or-header): Doc fix. | 3834 | (sc-add-citation-level, sc-no-blank-line-or-header): Doc fix. |
| 3835 | * tempo.el (tempo-local-tags, tempo-user-elements, tempo-use-tag-list): | 3835 | * tempo.el (tempo-local-tags, tempo-user-elements, tempo-use-tag-list): |
| 3836 | Doc fix. | 3836 | Doc fix. |
| 3837 | * term.el (term-ptyp, term-termcap-format, term-scroll-region, | 3837 | * term.el (term-ptyp, term-termcap-format, term-scroll-region) |
| 3838 | term-completion-autolist): Doc fix. | 3838 | (term-completion-autolist): Doc fix. |
| 3839 | * texinfo.el (texinfo-master-menu): Doc fix. | 3839 | * texinfo.el (texinfo-master-menu): Doc fix. |
| 3840 | * texnfo-upd.el (texinfo-master-menu): Doc fix. | 3840 | * texnfo-upd.el (texinfo-master-menu): Doc fix. |
| 3841 | * thingatpt.el (read-from-whole-string): Doc fix. | 3841 | * thingatpt.el (read-from-whole-string): Doc fix. |
| @@ -3845,8 +3845,8 @@ | |||
| 3845 | * type-break.el (type-break-keystroke-threshold, type-break-mode): | 3845 | * type-break.el (type-break-keystroke-threshold, type-break-mode): |
| 3846 | Doc fix. | 3846 | Doc fix. |
| 3847 | * vip.el (vip-shift-width): Doc fix. | 3847 | * vip.el (vip-shift-width): Doc fix. |
| 3848 | * viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style, | 3848 | * viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style) |
| 3849 | vip-del-backward-char-in-replace, vip-query-replace): Doc fix. | 3849 | (vip-del-backward-char-in-replace, vip-query-replace): Doc fix. |
| 3850 | * vmsproc.el (display-subprocess-window): Doc fix. | 3850 | * vmsproc.el (display-subprocess-window): Doc fix. |
| 3851 | * xscheme.el (xscheme-control-g-synchronization-p): Doc fix. | 3851 | * xscheme.el (xscheme-control-g-synchronization-p): Doc fix. |
| 3852 | 3852 | ||
| @@ -4389,9 +4389,9 @@ | |||
| 4389 | 4389 | ||
| 4390 | 1995-12-19 Eli Zaretskii <eliz@is.elta.co.il> | 4390 | 1995-12-19 Eli Zaretskii <eliz@is.elta.co.il> |
| 4391 | 4391 | ||
| 4392 | * time.el (display-time): make it work under ms-dos by setting the | 4392 | * time.el (display-time): Make it work under MS-DOS by setting the |
| 4393 | `dos-display-time' variable instead of invoking `wakeup' as | 4393 | `dos-display-time' variable instead of invoking `wakeup' as |
| 4394 | asynchronous process (which doesn't work under ms-dos). | 4394 | asynchronous process (which doesn't work under MS-DOS). |
| 4395 | 4395 | ||
| 4396 | 1995-12-19 Karl Heuer <kwzh@gnu.ai.mit.edu> | 4396 | 1995-12-19 Karl Heuer <kwzh@gnu.ai.mit.edu> |
| 4397 | 4397 | ||
| @@ -4419,8 +4419,8 @@ | |||
| 4419 | 4419 | ||
| 4420 | 1995-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | 4420 | 1995-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> |
| 4421 | 4421 | ||
| 4422 | * gnus.el (gnus-summary-mode-line-format, | 4422 | * gnus.el (gnus-summary-mode-line-format) |
| 4423 | gnus-article-mode-line-format, gnus-group-mode-line-format): | 4423 | (gnus-article-mode-line-format, gnus-group-mode-line-format): |
| 4424 | Include the buffer name in the default mode strings. | 4424 | Include the buffer name in the default mode strings. |
| 4425 | (gnus-mode-non-string-length): Changed the default to not | 4425 | (gnus-mode-non-string-length): Changed the default to not |
| 4426 | limit/pad mode line lengths. | 4426 | limit/pad mode line lengths. |
| @@ -4502,8 +4502,8 @@ | |||
| 4502 | (bibtex-font-lock-keywords): New variable with font-lock keywords | 4502 | (bibtex-font-lock-keywords): New variable with font-lock keywords |
| 4503 | for BibTeX mode. | 4503 | for BibTeX mode. |
| 4504 | 4504 | ||
| 4505 | * bibtex.el (bibtex-make-optional-field): Not longer interactive | 4505 | * bibtex.el (bibtex-make-optional-field): Not longer interactive. |
| 4506 | (suggested by Karl Eichwalder <karl@pertron.central.de>). | 4506 | Suggested by Karl Eichwalder <karl@pertron.central.de>. |
| 4507 | 4507 | ||
| 4508 | * bibtex.el (bibtex-maintain-sorted-entries): Set to nil, since it | 4508 | * bibtex.el (bibtex-maintain-sorted-entries): Set to nil, since it |
| 4509 | requires more user attention and more restricted files to have | 4509 | requires more user attention and more restricted files to have |
| @@ -4561,8 +4561,8 @@ | |||
| 4561 | to bibtex-completion-candidates). | 4561 | to bibtex-completion-candidates). |
| 4562 | (bibtex-complete-string): Made it use bibtex-string. | 4562 | (bibtex-complete-string): Made it use bibtex-string. |
| 4563 | 4563 | ||
| 4564 | * bibtex.el (bibtex-keys, | 4564 | * bibtex.el (bibtex-keys) |
| 4565 | bibtex-buffer-last-parsed-for-keys-tick): New buffer-local | 4565 | (bibtex-buffer-last-parsed-for-keys-tick): New buffer-local |
| 4566 | variables to make parsing of BibTeX buffer for reference keys | 4566 | variables to make parsing of BibTeX buffer for reference keys |
| 4567 | (needed by TAB completion in minibuffer when entering key) more | 4567 | (needed by TAB completion in minibuffer when entering key) more |
| 4568 | occasional. | 4568 | occasional. |
| @@ -4708,17 +4708,17 @@ | |||
| 4708 | 4708 | ||
| 4709 | 1995-11-29 Paul Eggert <eggert@twinsun.com> | 4709 | 1995-11-29 Paul Eggert <eggert@twinsun.com> |
| 4710 | 4710 | ||
| 4711 | * cal-chinese.el (calendar-chinese-sexagesimal-name): Renamed from | 4711 | * cal-chinese.el (calendar-chinese-sexagesimal-name): Rename from |
| 4712 | calendar-chinese-sexagisimal-name to fix misspelling. | 4712 | calendar-chinese-sexagisimal-name to fix misspelling. |
| 4713 | * cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var. | 4713 | * cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var. |
| 4714 | * holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday". | 4714 | * holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday". |
| 4715 | * calendar.el (calendar-setup, calendar-basic-setup) | 4715 | * calendar.el (calendar-setup, calendar-basic-setup) |
| 4716 | (calendar-next-calendar-round-date) | 4716 | (calendar-next-calendar-round-date) |
| 4717 | (calendar-previous-calendar-round-date, cal-tex-cursor-year) | 4717 | (calendar-previous-calendar-round-date, cal-tex-cursor-year): |
| 4718 | * cal-julian.el (calendar-absolute-from-astro) | 4718 | * cal-julian.el (calendar-absolute-from-astro): |
| 4719 | * cal-mayan.el (calendar-next-calendar-round-date) | 4719 | * cal-mayan.el (calendar-next-calendar-round-date) |
| 4720 | (calendar-previous-calendar-round-date) | 4720 | (calendar-previous-calendar-round-date): |
| 4721 | * diary-lib.el (list-sexp-diary-entries) | 4721 | * diary-lib.el (list-sexp-diary-entries): |
| 4722 | * solar.el (solar-longitude): Doc fixes to fix misspellings. | 4722 | * solar.el (solar-longitude): Doc fixes to fix misspellings. |
| 4723 | 4723 | ||
| 4724 | 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 4724 | 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| @@ -5010,8 +5010,8 @@ | |||
| 5010 | 1995-11-14 Eric Ding <ericding@mit.edu> | 5010 | 1995-11-14 Eric Ding <ericding@mit.edu> |
| 5011 | 5011 | ||
| 5012 | * goto-addr.el (goto-address-highlight-p): New variable. | 5012 | * goto-addr.el (goto-address-highlight-p): New variable. |
| 5013 | (goto-address-fontify): Removed check for invisible text, | 5013 | (goto-address-fontify): Remove check for invisible text, |
| 5014 | set inhibit-point-motion-hooks instead | 5014 | set inhibit-point-motion-hooks instead. |
| 5015 | 5015 | ||
| 5016 | 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 5016 | 1995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 5017 | 5017 | ||
| @@ -5980,7 +5980,7 @@ | |||
| 5980 | 5980 | ||
| 5981 | * help.el (print-help-return-message): Handle lists in | 5981 | * help.el (print-help-return-message): Handle lists in |
| 5982 | special-display-regexps and same-window-regexps. Also in | 5982 | special-display-regexps and same-window-regexps. Also in |
| 5983 | special-display-buffer-names and same-window-buffer-names | 5983 | special-display-buffer-names and same-window-buffer-names. |
| 5984 | 5984 | ||
| 5985 | * files.el (interpreter-mode-alist): Handle nawk. | 5985 | * files.el (interpreter-mode-alist): Handle nawk. |
| 5986 | 5986 | ||
| @@ -6157,8 +6157,8 @@ | |||
| 6157 | dates; fix astro date message. | 6157 | dates; fix astro date message. |
| 6158 | (calendar-mouse-2-date-menu): Add dayname to menu. | 6158 | (calendar-mouse-2-date-menu): Add dayname to menu. |
| 6159 | 6159 | ||
| 6160 | * cal-french.el (french-calendar-special-days-array, | 6160 | * cal-french.el (french-calendar-special-days-array) |
| 6161 | calendar-french-date-string): Fix accents. | 6161 | (calendar-french-date-string): Fix accents. |
| 6162 | (calendar-goto-french-date): Use reverse instead of nreverse; fix | 6162 | (calendar-goto-french-date): Use reverse instead of nreverse; fix |
| 6163 | accents. | 6163 | accents. |
| 6164 | (french-calendar-epoch): New variable. | 6164 | (french-calendar-epoch): New variable. |
| @@ -6168,8 +6168,8 @@ | |||
| 6168 | (dst-adjust-time): Moved and renamed from solar.el. | 6168 | (dst-adjust-time): Moved and renamed from solar.el. |
| 6169 | (dst-in-effect): New function. | 6169 | (dst-in-effect): New function. |
| 6170 | 6170 | ||
| 6171 | * solar.el (solar-equinoxes-solstices, solar-ephemeris-correction, | 6171 | * solar.el (solar-equinoxes-solstices, solar-ephemeris-correction) |
| 6172 | solar-equinoxes/solstices): Rewritten. | 6172 | (solar-equinoxes/solstices): Rewritten. |
| 6173 | (solar-apparent-longitude-of-sun): Deleted. | 6173 | (solar-apparent-longitude-of-sun): Deleted. |
| 6174 | (solar-longitude, solar-date-next-longitude): New functions. | 6174 | (solar-longitude, solar-date-next-longitude): New functions. |
| 6175 | (solar-adj-time-for-dst): Renamed dst-adjust-time and moved to | 6175 | (solar-adj-time-for-dst): Renamed dst-adjust-time and moved to |
| @@ -6178,31 +6178,30 @@ | |||
| 6178 | Take angle mod 360.0. | 6178 | Take angle mod 360.0. |
| 6179 | (solar-tangent-degrees): Change to macro. | 6179 | (solar-tangent-degrees): Change to macro. |
| 6180 | 6180 | ||
| 6181 | * calendar.el (calendar-mod, calendar-absolute-from-astro, | 6181 | * calendar.el (calendar-mod, calendar-absolute-from-astro) |
| 6182 | calendar-astro-from-absolute): New functions. | 6182 | (calendar-astro-from-absolute): New functions. |
| 6183 | (calendar-astro-date-string, calendar-goto-astro-day-number): Use | 6183 | (calendar-astro-date-string, calendar-goto-astro-day-number): |
| 6184 | them. Autoload holiday-chinese-new-year, | 6184 | Use them. Autoload holiday-chinese-new-year, |
| 6185 | calendar-goto-chinese-date, calendar-print-chinese-date, | 6185 | calendar-goto-chinese-date, calendar-print-chinese-date, |
| 6186 | calendar-chinese-date-string, calendar-goto-coptic-date, | 6186 | calendar-chinese-date-string, calendar-goto-coptic-date, |
| 6187 | calendar-print-coptic-date, calendar-coptic-date-string, | 6187 | calendar-print-coptic-date, calendar-coptic-date-string, |
| 6188 | calendar-goto-ethiopic-date, calendar-print-ethiopic-date, | 6188 | calendar-goto-ethiopic-date, calendar-print-ethiopic-date, |
| 6189 | calendar-ethiopic-date-string, calendar-one-frame-setup, and | 6189 | calendar-ethiopic-date-string, calendar-one-frame-setup, and |
| 6190 | calendar-two-frame-setup. (oriental-holidays): New variable for | 6190 | calendar-two-frame-setup. |
| 6191 | Chinese New Year. (calendar-mode-map): Put Chinese and Coptic | 6191 | (oriental-holidays): New variable for Chinese New Year. |
| 6192 | calendar functions on keys. (calendar-setup): Moved here from | 6192 | (calendar-mode-map): Put Chinese and Coptic calendar functions on keys. |
| 6193 | cal-x.el. (diary-file): Mention Chinese, Coptic, and Ethiopic | 6193 | (calendar-setup): Moved here from cal-x.el. |
| 6194 | dates. (calendar-goto-today, calendar-forward-month, | 6194 | (diary-file): Mention Chinese, Coptic, and Ethiopic dates. |
| 6195 | calendar-forward-year, calendar-backward-month, | 6195 | (calendar-goto-today, calendar-forward-month, calendar-forward-year) |
| 6196 | calendar-backward-year, scroll-calendar-left, | 6196 | (calendar-backward-month, calendar-backward-year, scroll-calendar-left) |
| 6197 | scroll-calendar-right, scroll-calendar-left-three-months, | 6197 | (scroll-calendar-right, scroll-calendar-left-three-months) |
| 6198 | scroll-calendar-right-three-months, | 6198 | (scroll-calendar-right-three-months, calendar-cursor-to-nearest-date) |
| 6199 | calendar-cursor-to-nearest-date, calendar-forward-day, | 6199 | (calendar-forward-day, calendar-backward-day, calendar-forward-week) |
| 6200 | calendar-backward-day, calendar-forward-week, | 6200 | (calendar-backward-week, calendar-beginning-of-week) |
| 6201 | calendar-backward-week, calendar-beginning-of-week, | 6201 | (calendar-end-of-week, calendar-beginning-of-month) |
| 6202 | calendar-end-of-week, calendar-beginning-of-month, | 6202 | (calendar-end-of-month, calendar-beginning-of-year) |
| 6203 | calendar-end-of-month, calendar-beginning-of-year, | 6203 | (calendar-end-of-year, calendar-cursor-to-visible-date) |
| 6204 | calendar-end-of-year, calendar-cursor-to-visible-date, | 6204 | (calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el. |
| 6205 | calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el. | ||
| 6206 | (calendar-goto-julian-date): Moved to cal-julian. | 6205 | (calendar-goto-julian-date): Moved to cal-julian. |
| 6207 | (calendar-cursor-to-date, generate-calendar-month): Consider the | 6206 | (calendar-cursor-to-date, generate-calendar-month): Consider the |
| 6208 | space next to a one-digit date as being on that date. | 6207 | space next to a one-digit date as being on that date. |
| @@ -6210,8 +6209,8 @@ | |||
| 6210 | * cal-mayan.el (calendar-mayan-tzolkin-from-absolute): Use them. | 6209 | * cal-mayan.el (calendar-mayan-tzolkin-from-absolute): Use them. |
| 6211 | (mayan-adjusted-mod): Moved to calendar.el and renamed calendar-mod. | 6210 | (mayan-adjusted-mod): Moved to calendar.el and renamed calendar-mod. |
| 6212 | 6211 | ||
| 6213 | * lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after) New | 6212 | * lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after): |
| 6214 | functions. | 6213 | New functions. |
| 6215 | 6214 | ||
| 6216 | 1995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> | 6215 | 1995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> |
| 6217 | 6216 | ||
| @@ -6863,7 +6862,7 @@ | |||
| 6863 | (skeleton-read): Don't quit and remove partial skeleton when empty | 6862 | (skeleton-read): Don't quit and remove partial skeleton when empty |
| 6864 | string entered for outer iterator. Added implicit argument `input'. | 6863 | string entered for outer iterator. Added implicit argument `input'. |
| 6865 | (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x | 6864 | (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x |
| 6866 | rather than backquote's (` x) or own (list 'x) | 6865 | rather than backquote's (` x) or own (list 'x). |
| 6867 | 6866 | ||
| 6868 | * sh-script.el (sh-test): New variable. | 6867 | * sh-script.el (sh-test): New variable. |
| 6869 | (sh-if, sh-until, sh-while): Use it. | 6868 | (sh-if, sh-until, sh-while): Use it. |
| @@ -7011,8 +7010,8 @@ | |||
| 7011 | 7010 | ||
| 7012 | 1995-08-04 Stephen A. Wood <saw@hallc1.cebaf.gov> | 7011 | 1995-08-04 Stephen A. Wood <saw@hallc1.cebaf.gov> |
| 7013 | 7012 | ||
| 7014 | * fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill, | 7013 | * fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill) |
| 7015 | fortran-fill): Invoke auto filling only when past fill-column. | 7014 | (fortran-fill): Invoke auto filling only when past fill-column. |
| 7016 | 7015 | ||
| 7017 | 1995-08-04 Roland McGrath <roland@churchy.gnu.ai.mit.edu> | 7016 | 1995-08-04 Roland McGrath <roland@churchy.gnu.ai.mit.edu> |
| 7018 | 7017 | ||
| @@ -7287,7 +7286,7 @@ | |||
| 7287 | 7286 | ||
| 7288 | 1995-07-25 Ake Stenhoff <etxaksf@aom.ericsson.se> | 7287 | 1995-07-25 Ake Stenhoff <etxaksf@aom.ericsson.se> |
| 7289 | 7288 | ||
| 7290 | * perl-mode.el (perl-imenu-generic-expression) New variable. | 7289 | * perl-mode.el (perl-imenu-generic-expression): New variable. |
| 7291 | (perl-mode): Set imenu-generic-expression. | 7290 | (perl-mode): Set imenu-generic-expression. |
| 7292 | 7291 | ||
| 7293 | * imenu.el (imenu-generic-expression): Call make-variable-buffer-local. | 7292 | * imenu.el (imenu-generic-expression): Call make-variable-buffer-local. |
| @@ -7640,7 +7639,7 @@ | |||
| 7640 | apropos-command in apropos.el. | 7639 | apropos-command in apropos.el. |
| 7641 | 7640 | ||
| 7642 | * autoload.el (make-autoload): Generate `(autoload ...)' form for | 7641 | * autoload.el (make-autoload): Generate `(autoload ...)' form for |
| 7643 | `(define-skeleton ...)' | 7642 | `(define-skeleton ...)'. |
| 7644 | 7643 | ||
| 7645 | * skeleton.el: Partly rewritten and extended. | 7644 | * skeleton.el: Partly rewritten and extended. |
| 7646 | (skeleton-filter, skeleton-untabify, skeleton-further-elements) | 7645 | (skeleton-filter, skeleton-untabify, skeleton-further-elements) |
| @@ -7702,7 +7701,7 @@ | |||
| 7702 | * two-column.el: Symbols renamed to be like mode-line indicator. | 7701 | * two-column.el: Symbols renamed to be like mode-line indicator. |
| 7703 | Supposed to now also work for Lucid. | 7702 | Supposed to now also work for Lucid. |
| 7704 | (2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2]. | 7703 | (2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2]. |
| 7705 | (2C-minor-mode-map) New variable. | 7704 | (2C-minor-mode-map): New variable. |
| 7706 | (2C-mode): New name for `tc-other'. | 7705 | (2C-mode): New name for `tc-other'. |
| 7707 | (2C-mode-line-format): New name for `tc-mode-line-format'. | 7706 | (2C-mode-line-format): New name for `tc-mode-line-format'. |
| 7708 | (2C-other-buffer-hook): New variable. | 7707 | (2C-other-buffer-hook): New variable. |
| @@ -7799,7 +7798,7 @@ | |||
| 7799 | 1995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk> | 7798 | 1995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk> |
| 7800 | 7799 | ||
| 7801 | * ielm.el (ielm-font-lock-keywords): New variable. | 7800 | * ielm.el (ielm-font-lock-keywords): New variable. |
| 7802 | (inferior-emacs-lisp-mode): Use it for font-lock support | 7801 | (inferior-emacs-lisp-mode): Use it for font-lock support. |
| 7803 | 7802 | ||
| 7804 | 1995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM> | 7803 | 1995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM> |
| 7805 | 7804 | ||
| @@ -7944,7 +7943,7 @@ | |||
| 7944 | 7943 | ||
| 7945 | 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | 7944 | 1995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> |
| 7946 | 7945 | ||
| 7947 | * rmail.el (rmail-revert): Use the default revert-buffer-function | 7946 | * rmail.el (rmail-revert): Use the default revert-buffer-function. |
| 7948 | 7947 | ||
| 7949 | * simple.el (newline): Put point at right place if insert gets error. | 7948 | * simple.el (newline): Put point at right place if insert gets error. |
| 7950 | 7949 | ||