1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

*** empty log message ***

This commit is contained in:
Gerd Moellmann 2000-03-21 21:53:43 +00:00
parent ece6e35ac9
commit 3f6e4b8bfb
4 changed files with 16 additions and 3 deletions

View File

@ -1,7 +1,7 @@
2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
* ps-print0.ps: Change /setduplexmode, /settumble, add
/packedarray.
* ps-prin0.ps: Define packedarray operator for language level 1, adjust
setduplexmode and settumble definitions.
2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>

View File

@ -811,6 +811,10 @@ for PSWrap.
** Changes in etags.el
*** The new user-option tags-case-fold-search can be used to make
tags operations case-sensitive or case-insensitive. The default
is to use the same setting as case-fold-search.
*** You can display additional output with M-x tags-apropos by setting
the new variable tags-apropos-additional-actions.

View File

@ -1,3 +1,12 @@
2000-03-21 Gerd Moellmann <gerd@gnu.org>
* progmodes/etags.el (tags-case-fold-search): New user-option.
(tags-loop-eval): New function. Bind case-fold-search around eval
depending on the value of tags-case-fold-search.
(tags-loop-continue): Use tags-loop-eval.
(find-tag-in-order): Bind case-fold-search depending on the value
of tags-case-fold-search.
2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
* derived.el (define-derived-mode): Don't autoload anymore.

View File

@ -405,7 +405,7 @@
(put 'archive-zoo 'custom-loads '("arc-mode"))
(put 'gnus-group-level 'custom-loads '("gnus"))
(put 'bibtex 'custom-loads '("bibtex"))
(put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "wid-edit" "gnus" "message" "fontset" "cwarn" "make-mode"))
(put 'faces 'custom-loads '("faces" "facemenu" "cus-edit" "font-lock" "hilit-chg" "paren" "ps-print" "speedbar" "wid-edit" "gnus" "message" "cwarn" "make-mode"))
(put 'fill-comments 'custom-loads '("simple"))
(put 'gnus-summary-various 'custom-loads '("gnus-sum"))
(put 'applications 'custom-loads '("calendar" "cus-edit" "uniquify" "spell"))