aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-10-29 07:53:21 +0000
committerJuanma Barranquero2002-10-29 07:53:21 +0000
commita52ce7f823e59dba16cd1885efab572c5bf3de21 (patch)
tree2db5598a50140297a92062705c36959eabea598b
parent2b6a2afe1dbd4c4994106c284be3fa0cb976f215 (diff)
downloademacs-a52ce7f823e59dba16cd1885efab572c5bf3de21.tar.gz
emacs-a52ce7f823e59dba16cd1885efab572c5bf3de21.zip
*** empty log message ***
-rw-r--r--etc/TODO11
-rw-r--r--lisp/ChangeLog10
2 files changed, 14 insertions, 7 deletions
diff --git a/etc/TODO b/etc/TODO
index 826987d429a..f15f0df688f 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -109,9 +109,8 @@ Other features we would like:
109 the whole menu bar. In the mean time, it should process other messages. 109 the whole menu bar. In the mean time, it should process other messages.
110 110
111* Get some major packages installed: W3/url (development version needs 111* Get some major packages installed: W3/url (development version needs
112 significant work), PSGML, Mule-UCS, Tramp (?). Check the 112 significant work), PSGML, Mule-UCS. Check the assignments file for other
113 assignments file for other packages which might go in and have been 113 packages which might go in and have been missed.
114 missed.
115 114
116* Make keymaps a first-class Lisp object (this means a rewrite of 115* Make keymaps a first-class Lisp object (this means a rewrite of
117 keymap.c). What should it do apart from being opaque ? 116 keymap.c). What should it do apart from being opaque ?
@@ -124,7 +123,8 @@ Other features we would like:
124* Implement popular parts of the rest of the CL functions as compiler 123* Implement popular parts of the rest of the CL functions as compiler
125 macros in cl-macs. 124 macros in cl-macs.
126 125
127* Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). 126* Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already in CUA,
127 but it's a valuable feature worth making more general.
128 128
129* Support simultaneous tty and X frames. 129* Support simultaneous tty and X frames.
130 130
@@ -170,9 +170,6 @@ Other features we would like:
170 170
171* Adapt the gnuserv/gnudoit features for server/emacsclient. 171* Adapt the gnuserv/gnudoit features for server/emacsclient.
172 172
173* Re-implement emacs-server in lisp as an internal server using
174 make-network-process instead of using an external program.
175
176* Investigate using GNU Lightning or similar system for incremental 173* Investigate using GNU Lightning or similar system for incremental
177 compilation of selected bytecode functions to subrs. Converting CCL 174 compilation of selected bytecode functions to subrs. Converting CCL
178 programs to native code is probably the first thing to try, though. 175 programs to native code is probably the first thing to try, though.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 730f5edc4c5..5643148da03 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12002-10-29 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
2
3 * textmodes/texinfo.el (texinfo-environments): Add environment; copying,
4 documentdescription, ifplaintext, ifnotplaintext, and verbatim.
5
6 * textmodes/texinfmt.el (texinfo-format-ifplaintext): New function.
7 (ifplaintext, ifnotplaintext)
8 (afourpaper, afivepaper, afourlatex, afourwide)
9 (documentlanguage, documentencoding): New aliases.
10
12002-10-29 John Paul Wallington <jpw@shootybangbang.com> 112002-10-29 John Paul Wallington <jpw@shootybangbang.com>
2 12
3 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping 13 * ibuffer.el (ibuffer-mouse-popup-menu): Set point before popping