X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2a34a036ff6e0e88ee42a44440362608d3db3e74..3b42af63b15ff2fdc7242f450a327bfacb2cbdb1:/lisp/ChangeLog.8 diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8 index 9fc1ddc866..b59c0bd27e 100644 --- a/lisp/ChangeLog.8 +++ b/lisp/ChangeLog.8 @@ -403,9 +403,8 @@ `t' command key can change `reftex-toc-max-level' (eval-when-compile (require 'cl)) added. - * textmode/reftex-sel (reftex-insert-docstruct): Respect - `reftex-toc-max-level' - (eval-when-compile (require 'cl)) added. + * textmode/reftex-sel.el (reftex-insert-docstruct): Respect + `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. * textmodes/reftex-auc.el (eval-when-compile (require 'cl)) added. @@ -586,8 +585,7 @@ 1999-12-12 Martin Stjernholm - * Fixes to IDL mode after input from Eric Eide - : + Fixes to IDL mode after input from Eric Eide : * cc-engine.el (c-beginning-of-statement-1): Allow `c-conditional-key' to be nil, for the benefit of IDL mode. * cc-engine.el (c-guess-basic-syntax): Ditto. @@ -625,7 +623,7 @@ 1999-12-12 Martin Stjernholm - * Changes for new style variable init system: + Changes for new style variable init system: * cc-langs.el (c-common-init): Dito. * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's now customizable. @@ -1333,15 +1331,15 @@ 1999-11-24 Michael Kifer - * viper*el: Replaced old-style backquotes. + * viper*.el: Replaced old-style backquotes. - * ediff*el: Replaced old-style backquotes. + * ediff*.el: Replaced old-style backquotes. - * ediff-merge - (ediff-looks-like-combined-merge,ediff-get-combined-region): + * ediff-merge.el (ediff-looks-like-combined-merge) + (ediff-get-combined-region): Changed to support the new format for ediff-combination-pattern. - * ediff-diff (ediff-set-fine-overlays-in-one-buffer): + * ediff-diff.el (ediff-set-fine-overlays-in-one-buffer): Changed to support the new format for ediff-combination-pattern. 1999-11-24 Dave Love @@ -1512,7 +1510,7 @@ 1999-11-18 Dave Pearson - * quickurl.el Added defcustom of quickurl-completion-ignore-case. + * quickurl.el: Added defcustom of quickurl-completion-ignore-case. (quickurl-ask): completion-ignore-case is set to the value of quickurl-completion-ignore-case for the duration of the call to completing-read. @@ -5085,7 +5083,7 @@ 1999-05-31 Dave Love - * msb.el Add to minor-mode-map-alist. Remove hook installation + * msb.el: Add to minor-mode-map-alist. Remove hook installation and keymap munging on load. (msb-mode): New option. (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory): @@ -5354,7 +5352,7 @@ * international/mule-diag.el (describe-coding-system): Fix English message. -1999-05-03 Jason Rumney +1999-05-03 Jason Rumney * term/w32-win.el: Change the x-charset-registry property for the Japanese charsets that are supported by Japanese Windows fonts. @@ -5365,7 +5363,7 @@ diary-block diary entries for which the reminders and the diary entries can overlap. -1999-05-02 Jason Rumney +1999-05-02 Jason Rumney * term/w32-win.el (mouse-set-font): Ensure constructed fontset matches the font selected in the dialog. @@ -5575,7 +5573,7 @@ * jka-compr.el (jka-compr-insert-file-contents): Use raw-text-unix when we want no conversion. -1999-04-06 Thierry Emery +1999-04-06 Thierry Emery * timezone.el (timezone-parse-date): Corrected regexp for style (5) date format so that tenths of seconds are optional. @@ -5740,7 +5738,7 @@ * font-lock.el (c-font-lock-keywords-2): Added "complex" type. (java-font-lock-keywords-2): Added "strictfp" keyword. -1999-03-17 Jason Rumney +1999-03-17 Jason Rumney * w32-fns.el (set-w32-system-coding-system) New function. (w32-system-coding-system) Initialize to 'iso-latin-1. @@ -5774,7 +5772,7 @@ * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword. -1999-03-14 Milan Zamazal +1999-03-14 Milan Zamazal * abbrev.el (inverse-add-abbrev): Inherit the current input method. @@ -5870,7 +5868,7 @@ * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp. -1999-03-08 Jason Rumney +1999-03-08 Jason Rumney * international/codepage.el (cp1250-decode-table) (cp1251-decode-table, cp1253-decode-table) @@ -6596,7 +6594,7 @@ * font-lock.el (font-lock-default-unfontify-region): If not font-lock-syntactic-keywords, don't remove syntax-table prop. -1999-01-27 Jason Rumney +1999-01-27 Jason Rumney * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard from FAMILY field. @@ -6771,7 +6769,7 @@ * midnight.el (clean-buffer-list): Do not kill a buffer if it has a process associated with it. -1999-01-22 Jason Rumney +1999-01-22 Jason Rumney * term/w32-win.el (w32-standard-fontset-spec): Simplified. @@ -6805,7 +6803,7 @@ * wid-edit.el (widget-alist-convert-option): Delete spurious comma. (widget-plist-convert-option): Delete spurious comma. -1999-01-19 Jason Rumney +1999-01-19 Jason Rumney * term/w32-win.el (w32-standard-fontspec-spec): Change iso8859-5 to koi8-r. Add iso8859-9. @@ -7326,7 +7324,7 @@ argument requires specific EOL conversion type, make the default coding systems use that. -1998-12-30 Drew Csillag +1998-12-30 Drew Csillag * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer): Use shell-command-on-region. @@ -8236,7 +8234,7 @@ 1998-11-16 Dave Love - * textmodes/sgml-mode.el Require skeleton when compiling. + * textmodes/sgml-mode.el: Require skeleton when compiling. (sgml-font-lock-keywords-1): Accept single-letter tags. (v2): Defvar free variable. @@ -8495,7 +8493,7 @@ set-minibuffer-window to set minibuffer window of the current frame correctly. -1998-11-03 Theodore Jump +1998-11-03 Theodore Jump * term/w32-win.el: Require fontset. @@ -8510,7 +8508,8 @@ 1998-11-02 Dave Love - * progmodes/fortran.el Fix for fontification of strings lost somehow: + * progmodes/fortran.el: + Fix for fontification of strings lost somehow: (fortran-fontify-string): New function. (fortran-font-lock-keywords-1): Use it. @@ -8688,7 +8687,7 @@ (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool): Programming style normalization. -1998-10-26 Kenichi Handa +1998-10-26 Kenichi Handa * ps-print.el: To make it work also on Emacs 20.2 and the earlier version, check the value of mule-version. @@ -9871,7 +9870,7 @@ * gnus/gnus-start.el (gnus-save-newsrc-file): Bind coding-system-for-write before saving. -1998-08-26 Kevin Rodgers +1998-08-26 Kevin Rodgers * isearch.el (isearch-forward): Doc fix. @@ -10005,7 +10004,7 @@ (speedbar-mode): Set buffer to read only. (speedbar-temp-buffer-show-function): For emacs don't call hook with arguments. - (speedbar-stealthy-updates): Do all updates w/ the the buffer writable. + (speedbar-stealthy-updates): Do all updates w/ the buffer writable. 1998-08-19 Dan Nicolaescu @@ -10016,3 +10015,5 @@ See ChangeLog.7 for earlier changes. Copyright (C) 1999 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. + +;;; arch-tag: efdc1531-ed46-4e14-be59-bee4b23088f3