# HG changeset patch # User Stefan Monnier # Date 976293324 0 # Node ID 74c5d2dbed7eacb987324b1c896f5a8a8d1b107d # Parent 93a6ef17b7f34d2bd58361ac6b7ca08cb6080939 *** empty log message *** diff -r 93a6ef17b7f3 -r 74c5d2dbed7e lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 08 16:35:04 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 08 16:35:24 2000 +0000 @@ -1,3 +1,19 @@ +2000-12-08 Stefan Monnier + + * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp) + (texinfo-filter): Removed (moved to texinfo.el). + + * textmodes/texinfo.el: Move the (require 'cl) to the front of the + file where it's more visible. + (texinfo-filter, texinfo-chapter-level-regexp): New variables + moved from texnfo-upd.el (for AUCTeX's compatibility, originally). + (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter. + (texinfo-inside-macro-p): Only catch `scan-error's. + (texinfo-inside-env-p): Make better use of the match info. + (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'. + (texinfo-insert-@end): Slight re-organization. + Also remove useless `looking-at' call. + 2000-12-08 Andrew Innes * w32-fns.el: Add clipboard support from term/w32-win.el, so it is