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>
** 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.
+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.
(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"))