diff options
| author | Gerd Moellmann | 2000-03-21 21:53:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-21 21:53:43 +0000 |
| commit | 3f6e4b8bfbe7e6fc238ff5b63f820722ea9d47d1 (patch) | |
| tree | 6c4a47b038a2f12db4362537e0aa33e2aae2b0f0 | |
| parent | ece6e35ac9158cc34c252941baed5ed7d3b1d914 (diff) | |
| download | emacs-3f6e4b8bfbe7e6fc238ff5b63f820722ea9d47d1.tar.gz emacs-3f6e4b8bfbe7e6fc238ff5b63f820722ea9d47d1.zip | |
*** empty log message ***
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/cus-load.el | 2 |
4 files changed, 16 insertions, 3 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index 56b9cb37278..1f0df0bfade 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 1 | 2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 2 | 2 | ||
| 3 | * ps-print0.ps: Change /setduplexmode, /settumble, add | 3 | * ps-prin0.ps: Define packedarray operator for language level 1, adjust |
| 4 | /packedarray. | 4 | setduplexmode and settumble definitions. |
| 5 | 5 | ||
| 6 | 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> | 6 | 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
| 7 | 7 | ||
| @@ -811,6 +811,10 @@ for PSWrap. | |||
| 811 | 811 | ||
| 812 | ** Changes in etags.el | 812 | ** Changes in etags.el |
| 813 | 813 | ||
| 814 | *** The new user-option tags-case-fold-search can be used to make | ||
| 815 | tags operations case-sensitive or case-insensitive. The default | ||
| 816 | is to use the same setting as case-fold-search. | ||
| 817 | |||
| 814 | *** You can display additional output with M-x tags-apropos by setting | 818 | *** You can display additional output with M-x tags-apropos by setting |
| 815 | the new variable tags-apropos-additional-actions. | 819 | the new variable tags-apropos-additional-actions. |
| 816 | 820 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d0fb705d06..1ab8e94d2e7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-03-21 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/etags.el (tags-case-fold-search): New user-option. | ||
| 4 | (tags-loop-eval): New function. Bind case-fold-search around eval | ||
| 5 | depending on the value of tags-case-fold-search. | ||
| 6 | (tags-loop-continue): Use tags-loop-eval. | ||
| 7 | (find-tag-in-order): Bind case-fold-search depending on the value | ||
| 8 | of tags-case-fold-search. | ||
| 9 | |||
| 1 | 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> | 10 | 2000-03-21 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 11 | ||
| 3 | * derived.el (define-derived-mode): Don't autoload anymore. | 12 | * derived.el (define-derived-mode): Don't autoload anymore. |
diff --git a/lisp/cus-load.el b/lisp/cus-load.el index 035d70a9f60..cf0c724f6e6 100644 --- a/lisp/cus-load.el +++ b/lisp/cus-load.el | |||
| @@ -405,7 +405,7 @@ | |||
| 405 | (put 'archive-zoo 'custom-loads '("arc-mode")) | 405 | (put 'archive-zoo 'custom-loads '("arc-mode")) |
| 406 | (put 'gnus-group-level 'custom-loads '("gnus")) | 406 | (put 'gnus-group-level 'custom-loads '("gnus")) |
| 407 | (put 'bibtex 'custom-loads '("bibtex")) | 407 | (put 'bibtex 'custom-loads '("bibtex")) |
| 408 | (put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "wid-edit" "gnus" "message" "fontset" "cwarn" "make-mode")) | 408 | (put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "wid-edit" "gnus" "message" "cwarn" "make-mode")) |
| 409 | (put 'fill-comments 'custom-loads '("simple")) | 409 | (put 'fill-comments 'custom-loads '("simple")) |
| 410 | (put 'gnus-summary-various 'custom-loads '("gnus-sum")) | 410 | (put 'gnus-summary-various 'custom-loads '("gnus-sum")) |
| 411 | (put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell")) | 411 | (put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell")) |