Mercurial > emacs
comparison lisp/ChangeLog @ 38494:dfc3fff18fe3
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 19 Jul 2001 21:46:37 +0000 |
parents | e45845a82408 |
children | 866b5d168a0d |
comparison
equal
deleted
inserted
replaced
38493:864c2b4076f8 | 38494:dfc3fff18fe3 |
---|---|
1 2001-07-19 Stefan Monnier <monnier@cs.yale.edu> | |
2 | |
3 * progmodes/compile.el (compilation-parse-errors): `linenum' might | |
4 return a this-error using the alternative format (a pair of markers). | |
5 | |
1 2001-07-19 Gerd Moellmann <gerd@gnu.org> | 6 2001-07-19 Gerd Moellmann <gerd@gnu.org> |
2 | 7 |
3 * font-lock.el (c++-keywords): Add Standard C++ operator names. | 8 * font-lock.el (c++-keywords): Add Standard C++ operator names. |
4 | 9 |
5 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. | 10 * mail/mh-utils.el (mh-find-progs): Also search in `lib'. |
6 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, | 11 From Mats Bengtsson <mats.bengtsson@s3.kth.se>, |
7 | 12 |
8 2001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 13 2001-07-17 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
9 | 14 |
10 * international/iso-transl.el: Fix typo in the header of the file. | 15 * international/iso-transl.el: Fix typo in the header of the file. |
11 | 16 |
12 * textmodes/picture.el (picture): Doc fix. | 17 * textmodes/picture.el (picture): Doc fix. |
14 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to | 19 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to |
15 follow coding conventions in generated files. | 20 follow coding conventions in generated files. |
16 | 21 |
17 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il> | 22 2001-07-17 Eli Zaretskii <eliz@is.elta.co.il> |
18 | 23 |
19 * toolbar/tool-bar.el (tool-bar-add-item-from-menu) | 24 * toolbar/tool-bar.el (tool-bar-add-item-from-menu) |
20 (tool-bar-add-item): Don't call image-related primitives if the | 25 (tool-bar-add-item): Don't call image-related primitives if the |
21 display doesn't support images. | 26 display doesn't support images. |
22 | 27 |
23 * frame.el (display-images-p): New function. | 28 * frame.el (display-images-p): New function. |
24 | 29 |
32 * startup.el (command-line-1): Add support for +LINE:COLUMN | 37 * startup.el (command-line-1): Add support for +LINE:COLUMN |
33 command line argument. | 38 command line argument. |
34 | 39 |
35 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> | 40 2000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl> |
36 | 41 |
37 * server.el (server-process-filter, server-visit-files): Add | 42 * server.el (server-process-filter, server-visit-files): |
38 support for +LINE:COLUMN style emacsclient calls. | 43 Add support for +LINE:COLUMN style emacsclient calls. |
39 | 44 |
40 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 45 2001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
41 | 46 |
42 * emacs-lisp/easy-mmode.el: Add Keywords header. | 47 * emacs-lisp/easy-mmode.el: Add Keywords header. |
43 | 48 |
44 * play/pong.el: Author has new address. | 49 * play/pong.el: Author has new address. |
45 | 50 |
46 * play/landmark.el: Author is no more reachable. | 51 * play/landmark.el: Author is no more reachable. |
47 | 52 |
48 * play/handwrite.el: Author is no more reachable. | 53 * play/handwrite.el: Author is no more reachable. |
54 | |
55 2001-07-17 Stefan Monnier <monnier@cs.yale.edu> | |
56 | |
57 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove. | |
58 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7. | |
59 Complete bindings for F<1..12> keys. | |
60 (global-map): Remove `undo' binding (already in the default). | |
61 Replace `t<n>' bindings with `f<n>' bindings. | |
49 | 62 |
50 2001-07-16 Stefan Monnier <monnier@cs.yale.edu> | 63 2001-07-16 Stefan Monnier <monnier@cs.yale.edu> |
51 | 64 |
52 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp. | 65 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp. |
53 (tcl-mode): Use tcl-add-log-defun. | 66 (tcl-mode): Use tcl-add-log-defun. |