/[emacs]/emacs/lisp/ChangeLog.8
ViewVC logotype

Diff of /emacs/lisp/ChangeLog.8

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by pj, Sat Jan 12 15:45:39 2002 UTC revision 1.7.4.1 by miles, Fri Apr 4 06:19:59 2003 UTC
# Line 403  Line 403 
403           `t' command key can change `reftex-toc-max-level'           `t' command key can change `reftex-toc-max-level'
404           (eval-when-compile (require 'cl)) added.           (eval-when-compile (require 'cl)) added.
405    
406           * textmode/reftex-sel (reftex-insert-docstruct): Respect           * textmode/reftex-sel.el (reftex-insert-docstruct): Respect
407           `reftex-toc-max-level'           `reftex-toc-max-level'.  (eval-when-compile (require 'cl)) added.
          (eval-when-compile (require 'cl)) added.  
408    
409           * textmodes/reftex-auc.el (eval-when-compile (require 'cl))           * textmodes/reftex-auc.el (eval-when-compile (require 'cl))
410           added.           added.
# Line 586  Line 585 
585    
586  1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>  1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
587    
588          * Fixes to IDL mode after input from Eric Eide          Fixes to IDL mode after input from Eric Eide <eeide@cs.utah.edu>:
         <eeide@cs.utah.edu>:  
589          * cc-engine.el (c-beginning-of-statement-1): Allow          * cc-engine.el (c-beginning-of-statement-1): Allow
590          `c-conditional-key' to be nil, for the benefit of IDL mode.          `c-conditional-key' to be nil, for the benefit of IDL mode.
591          * cc-engine.el (c-guess-basic-syntax): Ditto.          * cc-engine.el (c-guess-basic-syntax): Ditto.
# Line 625  Line 623 
623    
624  1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>  1999-12-12  Martin Stjernholm  <bug-cc-mode@gnu.org>
625    
626          * Changes for new style variable init system:          Changes for new style variable init system:
627          * cc-langs.el (c-common-init): Dito.          * cc-langs.el (c-common-init): Dito.
628          * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's          * cc-styles.el: c-offsets-alist moved to cc-vars.el since it's
629          now customizable.          now customizable.
# Line 1333  Line 1331 
1331    
1332  1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>  1999-11-24  Michael Kifer  <kifer@cs.sunysb.edu>
1333    
1334          * viper*el: Replaced old-style backquotes.          * viper*.el: Replaced old-style backquotes.
1335    
1336          * ediff*el: Replaced old-style backquotes.          * ediff*.el: Replaced old-style backquotes.
1337    
1338          * ediff-merge          * ediff-merge.el (ediff-looks-like-combined-merge)
1339          (ediff-looks-like-combined-merge,ediff-get-combined-region):          (ediff-get-combined-region):
1340          Changed to support the new format for ediff-combination-pattern.          Changed to support the new format for ediff-combination-pattern.
1341    
1342          * ediff-diff (ediff-set-fine-overlays-in-one-buffer):          * ediff-diff.el (ediff-set-fine-overlays-in-one-buffer):
1343          Changed to support the new format for ediff-combination-pattern.          Changed to support the new format for ediff-combination-pattern.
1344    
1345  1999-11-24  Dave Love  <fx@gnu.org>  1999-11-24  Dave Love  <fx@gnu.org>
# Line 1512  Line 1510 
1510    
1511  1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>  1999-11-18  Dave Pearson  <davep@hagbard.demon.co.uk>
1512    
1513          * quickurl.el Added defcustom of quickurl-completion-ignore-case.          * quickurl.el: Added defcustom of quickurl-completion-ignore-case.
1514          (quickurl-ask): completion-ignore-case is set to the value of          (quickurl-ask): completion-ignore-case is set to the value of
1515          quickurl-completion-ignore-case for the duration of the call to          quickurl-completion-ignore-case for the duration of the call to
1516          completing-read.          completing-read.
# Line 5085  Line 5083 
5083    
5084  1999-05-31  Dave Love  <fx@gnu.org>  1999-05-31  Dave Love  <fx@gnu.org>
5085    
5086          * msb.el Add to minor-mode-map-alist.  Remove hook installation          * msb.el: Add to minor-mode-map-alist.  Remove hook installation
5087          and keymap munging on load.          and keymap munging on load.
5088          (msb-mode): New option.          (msb-mode): New option.
5089          (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):          (msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
# Line 5354  Line 5352 
5352          * international/mule-diag.el (describe-coding-system): Fix English          * international/mule-diag.el (describe-coding-system): Fix English
5353          message.          message.
5354    
5355  1999-05-03  Jason Rumney <jasonr@altavista.net>  1999-05-03  Jason Rumney  <jasonr@altavista.net>
5356    
5357          * term/w32-win.el: Change the x-charset-registry property for the          * term/w32-win.el: Change the x-charset-registry property for the
5358          Japanese charsets that are supported by Japanese Windows fonts.          Japanese charsets that are supported by Japanese Windows fonts.
# Line 5365  Line 5363 
5363          diary-block diary entries for which the reminders and the diary          diary-block diary entries for which the reminders and the diary
5364          entries can overlap.          entries can overlap.
5365    
5366  1999-05-02  Jason Rumney <jasonr@altavista.net>  1999-05-02  Jason Rumney  <jasonr@altavista.net>
5367    
5368          * term/w32-win.el (mouse-set-font): Ensure constructed fontset          * term/w32-win.el (mouse-set-font): Ensure constructed fontset
5369          matches the font selected in the dialog.          matches the font selected in the dialog.
# Line 5575  Line 5573 
5573          * jka-compr.el (jka-compr-insert-file-contents):          * jka-compr.el (jka-compr-insert-file-contents):
5574          Use raw-text-unix when we want no conversion.          Use raw-text-unix when we want no conversion.
5575    
5576  1999-04-06  Thierry Emery <Thierry.Emery@nmu.alcatel.fr>  1999-04-06  Thierry Emery  <Thierry.Emery@nmu.alcatel.fr>
5577    
5578          * timezone.el (timezone-parse-date): Corrected regexp for          * timezone.el (timezone-parse-date): Corrected regexp for
5579          style (5) date format so that tenths of seconds are optional.          style (5) date format so that tenths of seconds are optional.
# Line 5740  Line 5738 
5738          * font-lock.el (c-font-lock-keywords-2): Added "complex" type.          * font-lock.el (c-font-lock-keywords-2): Added "complex" type.
5739          (java-font-lock-keywords-2): Added "strictfp" keyword.          (java-font-lock-keywords-2): Added "strictfp" keyword.
5740    
5741  1999-03-17  Jason Rumney <jasonr@altavista.net>  1999-03-17  Jason Rumney  <jasonr@altavista.net>
5742    
5743          * w32-fns.el (set-w32-system-coding-system) New function.          * w32-fns.el (set-w32-system-coding-system) New function.
5744          (w32-system-coding-system) Initialize to 'iso-latin-1.          (w32-system-coding-system) Initialize to 'iso-latin-1.
# Line 5774  Line 5772 
5772    
5773          * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.          * font-lock.el (c-font-lock-keywords-2): Added "restrict" keyword.
5774    
5775  1999-03-14  Milan Zamazal <pdm@pvt.net>  1999-03-14  Milan Zamazal  <pdm@pvt.net>
5776    
5777          * abbrev.el (inverse-add-abbrev): Inherit the current input method.          * abbrev.el (inverse-add-abbrev): Inherit the current input method.
5778    
# Line 5870  Line 5868 
5868    
5869          * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.          * mail/smtpmail.el (smtpmail-do-bcc): Fix regexp.
5870    
5871  1999-03-08  Jason Rumney <jasonr@altavista.net>  1999-03-08  Jason Rumney  <jasonr@altavista.net>
5872    
5873          * international/codepage.el (cp1250-decode-table)          * international/codepage.el (cp1250-decode-table)
5874          (cp1251-decode-table, cp1253-decode-table)          (cp1251-decode-table, cp1253-decode-table)
# Line 6596  Line 6594 
6594          * font-lock.el (font-lock-default-unfontify-region):          * font-lock.el (font-lock-default-unfontify-region):
6595          If not font-lock-syntactic-keywords, don't remove syntax-table prop.          If not font-lock-syntactic-keywords, don't remove syntax-table prop.
6596    
6597  1999-01-27  Jason Rumney <jasonr@altavista.net>  1999-01-27  Jason Rumney  <jasonr@altavista.net>
6598    
6599          * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard          * term/w32-win.el (w32-standard-fontset-spec): Remove wildcard
6600          from FAMILY field.          from FAMILY field.
# Line 6771  Line 6769 
6769          * midnight.el (clean-buffer-list): Do not kill a buffer if it has          * midnight.el (clean-buffer-list): Do not kill a buffer if it has
6770          a process associated with it.          a process associated with it.
6771    
6772  1999-01-22  Jason Rumney <jasonr@altavista.net>  1999-01-22  Jason Rumney  <jasonr@altavista.net>
6773    
6774          * term/w32-win.el (w32-standard-fontset-spec): Simplified.          * term/w32-win.el (w32-standard-fontset-spec): Simplified.
6775    
# Line 6805  Line 6803 
6803          * wid-edit.el (widget-alist-convert-option): Delete spurious comma.          * wid-edit.el (widget-alist-convert-option): Delete spurious comma.
6804          (widget-plist-convert-option): Delete spurious comma.          (widget-plist-convert-option): Delete spurious comma.
6805    
6806  1999-01-19  Jason Rumney <jasonr@altavista.net>  1999-01-19  Jason Rumney  <jasonr@altavista.net>
6807    
6808          * term/w32-win.el (w32-standard-fontspec-spec): Change          * term/w32-win.el (w32-standard-fontspec-spec): Change
6809          iso8859-5 to koi8-r.  Add iso8859-9.          iso8859-5 to koi8-r.  Add iso8859-9.
# Line 7326  Line 7324 
7324          argument requires specific EOL conversion type, make the default          argument requires specific EOL conversion type, make the default
7325          coding systems use that.          coding systems use that.
7326    
7327  1998-12-30  Drew Csillag <drew_csillag@geocities.com>  1998-12-30  Drew Csillag  <drew_csillag@geocities.com>
7328    
7329          * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):          * progmodes/m4-mode.el (m4-m4-region, m4-m4-buffer):
7330          Use shell-command-on-region.          Use shell-command-on-region.
# Line 8236  Line 8234 
8234    
8235  1998-11-16  Dave Love  <fx@gnu.org>  1998-11-16  Dave Love  <fx@gnu.org>
8236    
8237          * textmodes/sgml-mode.el Require skeleton when compiling.          * textmodes/sgml-mode.el: Require skeleton when compiling.
8238          (sgml-font-lock-keywords-1): Accept single-letter tags.          (sgml-font-lock-keywords-1): Accept single-letter tags.
8239          (v2): Defvar free variable.          (v2): Defvar free variable.
8240    
# Line 8495  Line 8493 
8493          set-minibuffer-window to set minibuffer window of the current          set-minibuffer-window to set minibuffer window of the current
8494          frame correctly.          frame correctly.
8495    
8496  1998-11-03  Theodore Jump <tjump@tertius.com>  1998-11-03  Theodore Jump  <tjump@tertius.com>
8497    
8498          * term/w32-win.el: Require fontset.          * term/w32-win.el: Require fontset.
8499    
# Line 8510  Line 8508 
8508    
8509  1998-11-02  Dave Love  <fx@gnu.org>  1998-11-02  Dave Love  <fx@gnu.org>
8510    
8511          * progmodes/fortran.el Fix for fontification of strings lost somehow:          * progmodes/fortran.el:
8512            Fix for fontification of strings lost somehow:
8513          (fortran-fontify-string): New function.          (fortran-fontify-string): New function.
8514          (fortran-font-lock-keywords-1): Use it.          (fortran-font-lock-keywords-1): Use it.
8515    
# Line 8688  Line 8687 
8687          (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):          (ps-mule-initialize, ps-mule-begin, ps-face-bold-p, ps-do-despool):
8688          Programming style normalization.          Programming style normalization.
8689    
8690  1998-10-26  Kenichi Handa <handa@etl.go.jp>  1998-10-26  Kenichi Handa  <handa@etl.go.jp>
8691    
8692          * ps-print.el: To make it work also on Emacs 20.2 and the earlier          * ps-print.el: To make it work also on Emacs 20.2 and the earlier
8693          version, check the value of mule-version.          version, check the value of mule-version.
# Line 9871  Line 9870 
9870          * gnus/gnus-start.el (gnus-save-newsrc-file): Bind          * gnus/gnus-start.el (gnus-save-newsrc-file): Bind
9871          coding-system-for-write before saving.          coding-system-for-write before saving.
9872    
9873  1998-08-26  Kevin Rodgers <kevinr@ihs.com>  1998-08-26  Kevin Rodgers  <kevinr@ihs.com>
9874    
9875          * isearch.el (isearch-forward): Doc fix.          * isearch.el (isearch-forward): Doc fix.
9876    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26