Mercurial > emacs
changeset 28244:0a2dc2be3dd4
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 21 Mar 2000 21:53:43 +0000 |
parents | 9669a6691caa |
children | 6896ac619ba9 |
files | etc/ChangeLog etc/NEWS lisp/ChangeLog lisp/cus-load.el |
diffstat | 4 files changed, 16 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Tue Mar 21 21:47:47 2000 +0000 +++ b/etc/ChangeLog Tue Mar 21 21:53:43 2000 +0000 @@ -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>
--- a/etc/NEWS Tue Mar 21 21:47:47 2000 +0000 +++ b/etc/NEWS Tue Mar 21 21:53:43 2000 +0000 @@ -811,6 +811,10 @@ ** 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.
--- a/lisp/ChangeLog Tue Mar 21 21:47:47 2000 +0000 +++ b/lisp/ChangeLog Tue Mar 21 21:53:43 2000 +0000 @@ -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.
--- a/lisp/cus-load.el Tue Mar 21 21:47:47 2000 +0000 +++ b/lisp/cus-load.el Tue Mar 21 21:53:43 2000 +0000 @@ -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"))