# HG changeset patch # User Stefan Monnier # Date 995579197 0 # Node ID dfc3fff18fe3db8834de7248f99a1a150199c00f # Parent 864c2b4076f8c09c8a04e220770a3ced84f559fb *** empty log message *** diff -r 864c2b4076f8 -r dfc3fff18fe3 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 19 21:43:12 2001 +0000 +++ b/lisp/ChangeLog Thu Jul 19 21:46:37 2001 +0000 @@ -1,10 +1,15 @@ +2001-07-19 Stefan Monnier + + * progmodes/compile.el (compilation-parse-errors): `linenum' might + return a this-error using the alternative format (a pair of markers). + 2001-07-19 Gerd Moellmann * font-lock.el (c++-keywords): Add Standard C++ operator names. * mail/mh-utils.el (mh-find-progs): Also search in `lib'. From Mats Bengtsson , - + 2001-07-17 Pavel Jan,Bm(Bk * international/iso-transl.el: Fix typo in the header of the file. @@ -16,7 +21,7 @@ 2001-07-17 Eli Zaretskii - * toolbar/tool-bar.el (tool-bar-add-item-from-menu) + * toolbar/tool-bar.el (tool-bar-add-item-from-menu) (tool-bar-add-item): Don't call image-related primitives if the display doesn't support images. @@ -34,8 +39,8 @@ 2000-07-17 Han-Wen Nienhuys - * server.el (server-process-filter, server-visit-files): Add - support for +LINE:COLUMN style emacsclient calls. + * server.el (server-process-filter, server-visit-files): + Add support for +LINE:COLUMN style emacsclient calls. 2001-07-16 Pavel Jan,Bm(Bk @@ -47,6 +52,14 @@ * play/handwrite.el: Author is no more reachable. +2001-07-17 Stefan Monnier + + * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove. + (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7. + Complete bindings for F<1..12> keys. + (global-map): Remove `undo' binding (already in the default). + Replace `t' bindings with `f' bindings. + 2001-07-16 Stefan Monnier * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.