Mercurial > emacs
annotate etc/ChangeLog @ 66610:5e5764b98f3e
Source files are compressed by default.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Tue, 01 Nov 2005 11:48:50 +0000 |
parents | 1ab4a8980046 |
children | d4be642850c2 |
rev | line source |
---|---|
66610
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
1 2005-11-01 Romain Francoise <romain@orebokech.com> |
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
2 |
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
3 * NEWS: Source files are compressed by default. |
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
4 |
66514
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
5 2005-10-28 Bill Wohler <wohler@newt.com> |
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
6 |
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
7 * NEWS: Help mode now creates hyperlinks for URLs. |
1ab4a8980046
Help mode now creates hyperlinks for URLs.
Bill Wohler <wohler@newt.com>
parents:
66470
diff
changeset
|
8 |
66470
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
9 2005-10-27 Dan Nicolaescu <dann@ics.uci.edu> |
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
10 |
66610
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
11 * e/eterm-color.ti (el1): Undo 2005-10-23 change. |
5e5764b98f3e
Source files are compressed by default.
Romain Francoise <romain@orebokech.com>
parents:
66514
diff
changeset
|
12 Add some comments on how to update this file. Add ri |
66470
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
13 capability that has long been supported by term.el. |
e6a6732d08c3
(el1): Undo 2005-10-23 change.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66435
diff
changeset
|
14 |
66435
13c60d884743
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66366
diff
changeset
|
15 2005-10-25 Nick Roberts <nickrob@snap.net.nz> |
13c60d884743
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66366
diff
changeset
|
16 |
13c60d884743
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66366
diff
changeset
|
17 * images/gud/until.xpm: Colour correction. |
13c60d884743
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66366
diff
changeset
|
18 |
66366
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
19 2005-10-23 Richard M. Stallman <rms@gnu.org> |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
20 |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
21 * e/eterm-color.ti (el1): Capability deleted, |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
22 since term.el doesn't implement it. |
83b1c90a7db4
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
66253
diff
changeset
|
23 |
66253
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
24 2005-10-20 Dan Nicolaescu <dann@ics.uci.edu> |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
25 |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
26 * e/eterm-color.ti: Change the terminal name to eterm-color. |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
27 * e/eterm-color: Regenerate. |
ea87e52cf6da
* e/eterm-color.ti: Change the terminal name to eterm-color.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
66247
diff
changeset
|
28 |
66247 | 29 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change) |
30 | |
31 * Makefile (e/eterm-color): Rename eterm to eterm-color. | |
32 | |
66198
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
33 2005-10-18 Chong Yidong <cyd@stupidchicken.com> |
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
34 |
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
35 * NEWS: New variable `max-image-size'. |
34cdb895f63b
* NEWS: New variable `max-image-size'.
Chong Yidong <cyd@stupidchicken.com>
parents:
66168
diff
changeset
|
36 |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
37 2005-10-17 Bill Wohler <wohler@newt.com> |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
38 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
39 Moved all remaining images from lisp/toolbar to etc/images. The |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
40 low resolution images were placed in their own directory (low-color). |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
41 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
42 * images/attach.*, images/cancel.*, images/close.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
43 * images/copy.*, images/cut.*, images/diropen.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
44 * images/exit.*, images/help.*, images/home.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
45 * images/index.*, images/info.*, images/mail.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
46 * images/new.*, images/open.*, images/paste.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
47 * images/preferences.*, images/print.*, images/save.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
48 * images/saveas.*, images/search.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
49 * images/search-replace.*, images/spell.*: |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
50 * images/undo.*: Moved here from lisp/toolbar. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
51 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
52 * images/low-color/copy.*: Moved here from lisp/toolbar/lc-copy.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
53 * images/low-color/cut.*: Moved here from lisp/toolbar/lc-cut.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
54 * images/low-color/help.*: Moved here from lisp/toolbar/lc-help.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
55 * images/low-color/home.*: Moved here from lisp/toolbar/lc-home.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
56 * images/low-color/index.*: Moved here from lisp/toolbar/lc-index.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
57 * images/low-color/new.*: Moved here from lisp/toolbar/lc-new.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
58 * images/low-color/open.*: Moved here from lisp/toolbar/lc-open.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
59 * images/low-color/paste.*: Moved here from lisp/toolbar/lc-paste.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
60 * images/low-color/preferences.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
61 lisp/toolbar/lc-preferences.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
62 * images/low-color/print.*: Moved here from lisp/toolbar/lc-print.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
63 * images/low-color/save.*: Moved here from lisp/toolbar/lc-save.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
64 * images/low-color/saveas.*: Moved here from lisp/toolbar/lc-saveas.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
65 * images/low-color/search.*: Moved here from lisp/toolbar/lc-search.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
66 * images/low-color/spell.*: Moved here from lisp/toolbar/lc-spell.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
67 * images/low-color/undo.*: Moved here from lisp/toolbar/lc-undo.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
68 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
69 To conform with convention, the underscore (_) in the following |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
70 image names were replaced with dash (-) or (/) as appropriate. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
71 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
72 * images/back-arrow.*: Moved here from lisp/toolbar/back_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
73 * images/fld-open.*: Moved here from lisp/toolbar/fld_open.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
74 * images/fwd-arrow.*: Moved here from lisp/toolbar/fwd_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
75 * images/jump-to.*: Moved here from lisp/toolbar/jump_to.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
76 * images/left-arrow.*: Moved here from lisp/toolbar/left_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
77 * images/right-arrow.*: Moved here from lisp/toolbar/right_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
78 * images/up-arrow.*: Moved here from lisp/toolbar/up_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
79 * images/low-color/back-arrow.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
80 lisp/toolbar/lc-back_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
81 * images/low-color/fwd-arrow.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
82 lisp/toolbar/lc-fwd_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
83 * images/low-color/jump-to.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
84 lisp/toolbar/lc-jump_to.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
85 * images/low-color/left-arrow.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
86 lisp/toolbar/lc-left_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
87 * images/low-color/right-arrow.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
88 lisp/toolbar/lc-right_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
89 * images/low-color/up-arrow.*: Moved here from |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
90 lisp/toolbar/lc-up_arrow.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
91 * images/mail/compose.*: Moved here from lisp/toolbar/mail_compose.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
92 * images/mail/send.*: Moved here from lisp/toolbar/mail_send.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
93 |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
94 * images/README: Incorporated the content of lisp/toolbar/README |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
95 now that all of the images are here. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
96 |
66103
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
97 2005-10-16 Nick Roberts <nickrob@snap.net.nz> |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
98 |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
99 * images/gud/n.pbm, images/gud/n.xpm |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
100 * images/gud/ni.xpm, images/gud/ni.xpm |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
101 * images/gud/s.xpm, images/gud/s.xpm |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
102 * images/gud/si.xpm, images/gud/si.xpm: Rename to |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
103 next.*, nexti.*, step.*, and stepi.* , respectively, as the |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
104 file-name no longer clashes on 8+3 filesystems. |
876c8d128b4e
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
66095
diff
changeset
|
105 |
66095 | 106 2005-10-14 Bill Wohler <wohler@newt.com> |
107 | |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
108 * images/gud/break.*: Moved here from toolbar/gud-break.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
109 * images/gud/cont.*: Moved here from toolbar/gud-cont.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
110 * images/gud/down.*: Moved here from toolbar/gud-down.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
111 * images/gud/finish.*: Moved here from toolbar/gud-finish.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
112 * images/gud/ni.*: Moved here from toolbar/gud-ni.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
113 * images/gud/n.*: Moved here from toolbar/gud-n.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
114 * images/gud/print.*: Moved here from toolbar/gud-print.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
115 * images/gud/pstar.*: Moved here from toolbar/gud-pstar.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
116 * images/gud/remove.*: Moved here from toolbar/gud-remove.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
117 * images/gud/run.*: Moved here from toolbar/gud-run.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
118 * images/gud/si.*: Moved here from toolbar/gud-si.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
119 * images/gud/s.*: Moved here from toolbar/gud-s.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
120 * images/gud/until.*: Moved here from toolbar/gud-until.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
121 * images/gud/up.*: Moved here from toolbar/gud-up.*. |
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
122 * images/gud/watch.*: Moved here from toolbar/gud-watch.*. |
66095 | 123 |
66091
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
124 2005-10-14 Bill Wohler <wohler@newt.com> |
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
125 |
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
126 Released MH-E version 7.85. |
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
127 |
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
128 * NEWS, MH-E-NEWS: Updated for release 7.85. |
02a6c15defdb
Released MH-E version 7.85.
Bill Wohler <wohler@newt.com>
parents:
65979
diff
changeset
|
129 |
65979 | 130 2005-10-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
131 | |
132 * NEWS: -nb => -nbi | |
133 | |
65966
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
134 2005-10-10 Carsten Dominik <dominik@science.uva.nl> |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
135 |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
136 * orgcard.tex: Version 3.17, no changes except version number. |
c5b2483c33ef
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
65942
diff
changeset
|
137 |
65942
d31b2741d149
* NEWS: -nb, --no-bitmap-icon
Jan Djärv <jan.h.d@swipnet.se>
parents:
65789
diff
changeset
|
138 2005-10-09 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
d31b2741d149
* NEWS: -nb, --no-bitmap-icon
Jan Djärv <jan.h.d@swipnet.se>
parents:
65789
diff
changeset
|
139 |
d31b2741d149
* NEWS: -nb, --no-bitmap-icon
Jan Djärv <jan.h.d@swipnet.se>
parents:
65789
diff
changeset
|
140 * NEWS: -nb, --no-bitmap-icon |
d31b2741d149
* NEWS: -nb, --no-bitmap-icon
Jan Djärv <jan.h.d@swipnet.se>
parents:
65789
diff
changeset
|
141 |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
142 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca> |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
143 |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
144 * TODO: Clarify the local variables entry. |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
145 |
65760
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
146 2005-09-30 Bill Wohler <wohler@newt.com> |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
147 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
148 Moved MH-E image files from toolbar and mail directories into |
66168
28718fa5d988
Moved all remaining images from lisp/toolbar to etc/images, moved
Bill Wohler <wohler@newt.com>
parents:
66103
diff
changeset
|
149 images. |
65760
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
150 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
151 * images/mail: New directory. |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
152 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
153 * images/mail/reply.*: Moved here from lisp/mail/reply2*. |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
154 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
155 * images/mail/alias.*, images/mail/refile.*, images/mail/repack.*: |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
156 * images/mail/reply*: Moved here from lisp/toolbar. |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
157 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
158 * images/execute.*, images/highlight.*, images/mh-logo.xpm: |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
159 * images/page-down.*, images/show.*, images/widen.*: Moved here |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
160 from lisp/toolbar. |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
161 |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
162 * images/refresh.*: Moved here from lisp/toolbar/rescan.*. |
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
163 Use GNOME 2.10's refresh icon. |
65760
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
164 |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
165 * images/README: New file that indicates which icons came from |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
166 GNOME (see lisp/toolbar/README). |
7b12e6f821dc
2005-09-30 Bill Wohler <wohler@newt.com>
Bill Wohler <wohler@newt.com>
parents:
65756
diff
changeset
|
167 |
65756
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
168 2005-09-30 Romain Francoise <romain@orebokech.com> |
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
169 |
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
170 * NEWS: Mention changes to `read-buffer'. |
05dee0d6371d
Mention changes to `read-buffer'.
Romain Francoise <romain@orebokech.com>
parents:
65751
diff
changeset
|
171 |
65751
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
172 2005-09-30 Chong Yidong <cyd@stupidchicken.com> |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
173 |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
174 * images/ezimage: New directory. |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
175 |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
176 * images/ezimage/*.xpm: Add images used by speedbar.el. |
53ef82ac30a8
* images/ezimage: New directory.
Chong Yidong <cyd@stupidchicken.com>
parents:
65746
diff
changeset
|
177 |
65746 | 178 2005-09-30 David Ponce <david@dponce.com> |
179 | |
180 * NEWS: Update recentf changes. | |
181 | |
65742
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
182 2005-09-28 Simon Josefsson <jas@extundo.com> |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
183 |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
184 * GNUS-NEWS: Fix IDNA notes. |
8e46fef0174c
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Miles Bader <miles@gnu.org>
parents:
65718
diff
changeset
|
185 |
65718
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
186 2005-09-27 Jay Belanger <belanger@truman.edu> |
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
187 |
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
188 * calccard.tex: Update `versionnumber', remove `versiondate'. |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
189 (Error Recovery): Refer to "initial state" rather than "default state". |
65718
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
190 (Algebra): Mention LaTeX language mode. |
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
191 (Programming): Delete reference to "Z =". |
c4fe5f0b4e83
*** empty log message ***
Jay Belanger <jay.p.belanger@gmail.com>
parents:
65675
diff
changeset
|
192 |
65675
5c4f3174d8b8
Fix Steven Huwig's email address.
Eli Zaretskii <eliz@gnu.org>
parents:
65674
diff
changeset
|
193 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change) |
65674 | 194 |
195 * emacs.py (ehelp): Add g and l to arg list, and use them in the | |
196 call to `help'. | |
197 | |
65556
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
198 2005-09-17 Romain Francoise <romain@orebokech.com> |
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
199 |
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
200 * gfdl.1: Update to version 1.2. Delete UC macro. |
4869357cd2b7
Update to version 1.2. Delete UC macro.
Romain Francoise <romain@orebokech.com>
parents:
65519
diff
changeset
|
201 |
65519 | 202 2005-09-15 Kenichi Handa <handa@m17n.org> |
203 | |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
204 * PROBLEMS: Fix the paragraph describing the limitation of UTF-8/16/7. |
65519 | 205 |
65514
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
206 2005-09-14 Romain Francoise <romain@orebokech.com> |
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
207 |
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
208 * NEWS: Add entry for write-region-inhibit-fsync. |
845541eefcf1
Add entry for write-region-inhibit-fsync.
Romain Francoise <romain@orebokech.com>
parents:
65453
diff
changeset
|
209 |
65453 | 210 2005-09-09 Kevin Ryde <user42@zip.com.au> |
65400 | 211 |
212 * MORE.STUFF: Update url for calculator.el. | |
213 | |
65363 | 214 2005-09-08 Kenichi Handa <handa@m17n.org> |
215 | |
216 * PROBLEMS: Show a patch for Mule-UCS to make it byte-compiled | |
217 correctly. | |
218 | |
65248
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
219 2005-08-31 Michael Albinus <michael.albinus@gmx.de> |
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
220 |
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
221 * NEWS: Add entry for `make-auto-save-file-name'. |
0f994edbec5e
Make `make-auto-save-file-name' a magic operation.
Michael Albinus <michael.albinus@gmx.de>
parents:
65179
diff
changeset
|
222 |
65179
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
223 2005-08-19 Emilio C. Lopes <eclig@gmx.net> |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
224 |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
225 * emacsclient.1 (DESCRIPTION): Reflect inclusion in the |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
226 Emacs distribution. Make role of EDITOR clearer. |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
227 (OPTIONS): Document `-s', `-V' and `-h' |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
228 as well as their long name counterparts. |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
229 (BUGS): Remove. |
a308f717214a
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65134
diff
changeset
|
230 |
65134
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
231 2005-08-26 Romain Francoise <romain@orebokech.com> |
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
232 |
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
233 * PROBLEMS: Fix capitalization of "Gnus". |
c0ac29c13790
Fix capitalization of "Gnus".
Romain Francoise <romain@orebokech.com>
parents:
65088
diff
changeset
|
234 |
65053 | 235 2005-08-20 Chong Yidong <cyd@stupidchicken.com> |
236 | |
237 * MORE.STUFF: Update links and URLs. | |
238 | |
64734 | 239 2005-08-05 Kenichi Handa <handa@m17n.org> |
240 | |
241 * NEWS: Fix the entry describing code-pages. | |
242 | |
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
243 2005-07-28 Juanma Barranquero <lekktu@gmail.com> |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
244 |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
245 * .cvsignore: Add `icons' (for in-place installs). |
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
246 |
64507 | 247 2005-07-19 Juri Linkov <juri@jurta.org> |
248 | |
249 * grep.txt: New file. | |
250 | |
64489
86ac75fb6283
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
64243
diff
changeset
|
251 2005-07-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
86ac75fb6283
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
64243
diff
changeset
|
252 |
64660
40f90cb18fb4
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
64507
diff
changeset
|
253 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): |
64489
86ac75fb6283
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
64243
diff
changeset
|
254 -R comes after i386 in setarch command. |
86ac75fb6283
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
64243
diff
changeset
|
255 |
64243 | 256 2005-07-12 Juri Linkov <juri@jurta.org> |
257 | |
258 * refcard.tex (Files): Change description of `C-x C-q' from | |
259 `checkin/checkout' to `toggle read-only'. | |
260 (Getting Help): Replace `C-h c' with `C-h k'. | |
261 (Error Recovery): Replace `recover-file' with `recover-session'. | |
262 (Info): Replace key binding `C-h C-i' with `C-h S'. Add `t'. | |
263 | |
64141
4a75154e9712
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64131
diff
changeset
|
264 2005-07-07 Richard M. Stallman <rms@gnu.org> |
4a75154e9712
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64131
diff
changeset
|
265 |
64145
a8e381cff97f
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64141
diff
changeset
|
266 * GNU: Update how to help. Improve footnote 7. |
64141
4a75154e9712
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
64131
diff
changeset
|
267 |
64131 | 268 2005-07-07 Lute Kamstra <lute@gnu.org> |
269 | |
270 * tasks.texi: Delete file. The GNU Task List is obsolete and has | |
271 been replaced by http://savannah.gnu.org/projects/tasklist. | |
272 | |
273 2005-07-07 Lute Kamstra <lute@gnu.org> | |
64128 | 274 |
275 * refcard.tex: Update `versionnumber' and `year'. Update Emacs's | |
276 version to 22. | |
277 (Starting Emacs): Delete sentence to fix formatting problems. | |
278 (Multiple Windows): Clarify first sentence. Mention C-x 5 1. | |
279 (Formatting): Update the binding of set face. | |
280 (International Character Sets): set-language-environment is bound | |
64131 | 281 to C-x RET l. |
64128 | 282 |
64099 | 283 2005-07-05 Lute Kamstra <lute@gnu.org> |
284 | |
285 Update FSF's address in GPL notices. | |
286 | |
287 * INTERVIEW: | |
288 * calccard.tex: | |
289 * cs-dired-ref.tex: | |
290 * cs-refcard.tex: | |
291 * dired-ref.tex: | |
292 * fr-drdref.tex: | |
293 * fr-refcard.tex: | |
294 * gfdl.1: | |
295 * pl-refcard.tex: | |
296 * refcard.tex: | |
297 * ru-refcard.tex: | |
298 * sk-dired-ref.tex: | |
299 * sk-refcard.tex: | |
300 * vipcard.tex: | |
301 * viperCard.tex: Update FSF's address. | |
302 | |
63968
679b14e71677
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
63923
diff
changeset
|
303 2005-07-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
679b14e71677
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
63923
diff
changeset
|
304 |
64099 | 305 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
306 Add it again. |
63968
679b14e71677
* PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping):
Jan Djärv <jan.h.d@swipnet.se>
parents:
63923
diff
changeset
|
307 |
63834
bfba73aa01a0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63818
diff
changeset
|
308 2005-06-29 Carsten Dominik <dominik@science.uva.nl> |
bfba73aa01a0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63818
diff
changeset
|
309 |
65789
342bbdcdefeb
Clarify the local variables entry.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
65760
diff
changeset
|
310 * NEWS: Add an entry for Org-mode, and a change entry for reftex-mode. |
63834
bfba73aa01a0
*** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents:
63818
diff
changeset
|
311 |
63818
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
312 2005-06-28 Richard M. Stallman <rms@gnu.org> |
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
313 |
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
314 * PROBLEMS (Fedora Core 4 GNU/Linux: Segfault during dumping): New. |
75b7da639bba
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
63317
diff
changeset
|
315 |
63317 | 316 2005-06-11 Eli Zaretskii <eliz@gnu.org> |
317 | |
318 * DEBUG: Mention emacs-buffer.gdb. | |
319 | |
63293
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
320 2005-06-10 Noah Friedman <friedman@splode.com> |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
321 |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
322 * emacs-buffer.gdb (ybuffer-list): Don't use $filename; can't use |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
323 char as placeholder when buffer has no file name and process is |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
324 still live. Use different printf cases instead. |
d05ea0ea031a
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
63125
diff
changeset
|
325 |
63125 | 326 2005-06-08 Kim F. Storm <storm@cua.dk> |
327 | |
328 * PROBLEMS: Linux kernel 2.6.10 may corrupt process output. | |
329 Warn that using CVS+SSH may corrupt files, include work-around. | |
330 | |
63062 | 331 2005-06-06 Juri Linkov <juri@jurta.org> |
332 | |
333 * TUTORIAL.cs, TUTORIAL.sk: Change NBSP to space. | |
334 | |
335 * TUTORIAL.ro: Change NBSP to space. Move coding cookie from the | |
336 second line to Local Variables. Fix title line. | |
337 | |
62906
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
338 2005-05-30 Miles Bader <miles@gnu.org> |
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
339 |
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
340 * emacs-buffer.gdb: Remove RCS keywords. |
9736cb0522cd
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-338
Miles Bader <miles@gnu.org>
parents:
62898
diff
changeset
|
341 |
62895
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
342 2005-05-30 Noah Friedman <friedman@splode.com> |
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
343 |
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
344 * emacs-buffer.gdb: New file. |
62898
e7e2bd704ba1
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62895
diff
changeset
|
345 * NEWS: Mention it. |
62895
534b979ae643
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
62848
diff
changeset
|
346 |
62848
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
347 2005-05-28 Richard M. Stallman <rms@gnu.org> |
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
348 |
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
349 * TUTORIAL.fr: Change NBSP to space. |
75c92461a745
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62847
diff
changeset
|
350 |
62847
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
351 2005-05-28 Bill Wohler <wohler@newt.com> |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
352 |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
353 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.84. |
aa8c2e12ee24
Upgraded to MH-E version 7.84.
Bill Wohler <wohler@newt.com>
parents:
62497
diff
changeset
|
354 |
62497
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
355 2005-05-19 Nick Roberts <nickrob@snap.net.nz> |
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
356 |
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
357 * TODO: post-command-idle-hook has gone. |
e4728ae2ecf8
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
62410
diff
changeset
|
358 |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
359 2005-05-16 Juanma Barranquero <lekktu@gmail.com> |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
360 |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
361 * NEWS: Remove references to open-network-stream-nowait and |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
362 open-network-stream-server. |
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
363 |
62361
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
364 2005-05-15 Richard M. Stallman <rms@gnu.org> |
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
365 |
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
366 * GNU: Correct/improve previous change. |
b50e483e582a
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62341
diff
changeset
|
367 |
62341
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
368 2005-05-14 Richard M. Stallman <rms@gnu.org> |
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
369 |
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
370 * GNU: Update footnotes. |
87b552721862
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62238
diff
changeset
|
371 |
62364
55c2e9c1c3cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62361
diff
changeset
|
372 * NEWS: Lots of clarifications and cleanups. |
55c2e9c1c3cb
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62361
diff
changeset
|
373 |
62125 | 374 2005-05-05 Slawomir Nowaczyk <slawek@cs.lth.se> (tiny change) |
375 | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
376 * TUTORIAL.pl: Updated header. |
62086
5393e8e13b21
Updated header of TUTORIAL.pl.
Marcelo Toledo <marcelo@gnu.org>
parents:
62044
diff
changeset
|
377 |
62044
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
378 2005-05-02 Richard M. Stallman <rms@gnu.org> |
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
379 |
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
380 * NEWS: More rearrangements. |
e79e289ac796
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
62042
diff
changeset
|
381 |
62042
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
382 2005-05-02 Chong Yidong <cyd@stupidchicken.com> |
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
383 |
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
384 * NEWS: Items rearranged in logical order. |
54584b534be1
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61957
diff
changeset
|
385 |
61957 | 386 2005-05-01 Lars Hansen <larsh@math.ku.dk> |
387 | |
388 * NEWS: Correct key binding for dired-mark-omitted. | |
389 | |
61830
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
390 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu> |
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
391 |
61842
0e4683c3074a
* NEWS: Mention xterm key bindings.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61830
diff
changeset
|
392 * NEWS: Mention xterm key bindings. |
0e4683c3074a
* NEWS: Mention xterm key bindings.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61830
diff
changeset
|
393 |
61830
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
394 * e/eterm.ti: Add a comment. |
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
395 * e/eterm: Regenerate. |
7167a1afa2aa
* e/eterm.ti: Add a comment.
Dan Nicolaescu <dann@ics.uci.edu>
parents:
61829
diff
changeset
|
396 |
61829
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
397 2005-04-25 Alex Ott <ott@jet.msk.su> |
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
398 |
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
399 * TUTORIAL.ru: Update. |
bfa373ffccf6
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61536
diff
changeset
|
400 |
61536 | 401 2005-04-13 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
402 | |
403 * TUTORIAL.sk: Updated header. | |
404 | |
61505
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61504
diff
changeset
|
405 2005-04-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61504
diff
changeset
|
406 |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61504
diff
changeset
|
407 * NEWS: Mention cursorBlink resource. |
c8cf56d85000
Added new X reosurce, cursorBlink.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61504
diff
changeset
|
408 |
61504
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
409 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
410 |
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
411 * NEWS: Mention dynamic change of keyboard-coding-system on Mac. |
440fc97d89f0
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
61428
diff
changeset
|
412 |
61428
04ddd1e6567d
* NEWS: Mention fontSet for Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61425
diff
changeset
|
413 2005-04-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
04ddd1e6567d
* NEWS: Mention fontSet for Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61425
diff
changeset
|
414 |
04ddd1e6567d
* NEWS: Mention fontSet for Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61425
diff
changeset
|
415 * NEWS: Mention fontSet for Lucid menus. |
04ddd1e6567d
* NEWS: Mention fontSet for Lucid menus.
Jan Djärv <jan.h.d@swipnet.se>
parents:
61425
diff
changeset
|
416 |
61425
6dfecf2a19ab
* compilation.txt (symbol): Added gcov-file
Masatake YAMATO <jet@gyve.org>
parents:
61373
diff
changeset
|
417 2005-04-10 Masatake YAMATO <jet@gyve.org> |
6dfecf2a19ab
* compilation.txt (symbol): Added gcov-file
Masatake YAMATO <jet@gyve.org>
parents:
61373
diff
changeset
|
418 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
419 * compilation.txt (symbol): Add gcov-file |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
420 gcov-bb-file gcov-never-called-line gcov-called-line. |
61425
6dfecf2a19ab
* compilation.txt (symbol): Added gcov-file
Masatake YAMATO <jet@gyve.org>
parents:
61373
diff
changeset
|
421 |
61373 | 422 2005-04-08 Kenichi Handa <handa@m17n.org> |
423 | |
424 * TUTORIAL.ja: Updated header, contents synchronized with | |
425 TUTORIAL (CVS-1.61). | |
426 | |
61355 | 427 2005-04-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
428 | |
429 * TUTORIAL.cs: Updated header. | |
430 | |
61329
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
431 2005-04-05 Werner Lemberg <wl@gnu.org> |
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
432 |
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
433 * TUTORIAL.de: Updated header. |
8ae0d0d699fb
* TUTORIAL.de: Updated header.
Werner LEMBERG <wl@gnu.org>
parents:
61324
diff
changeset
|
434 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
435 2005-04-05 Marcelo Toledo <marcelo@gnu.org> |
61324
1f1b8a1bcc8a
Added field maintainer in etc/TUTORIAL.translators. Slovenian TUTORIAL confirmed in admin/FOR-RELEASE. TUTORIAL.ja was set as confirmed, but it still not agree with the correct form.
Marcelo Toledo <marcelo@gnu.org>
parents:
61294
diff
changeset
|
436 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
437 * TUTORIAL.translators: Added the field Maintainer. |
61324
1f1b8a1bcc8a
Added field maintainer in etc/TUTORIAL.translators. Slovenian TUTORIAL confirmed in admin/FOR-RELEASE. TUTORIAL.ja was set as confirmed, but it still not agree with the correct form.
Marcelo Toledo <marcelo@gnu.org>
parents:
61294
diff
changeset
|
438 |
61294
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
439 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> |
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
440 |
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
441 * TUTORIAL.it: Move "copying conditions at end" sentence after title. |
926302544b94
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61264
diff
changeset
|
442 |
61264
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
443 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org> |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
444 |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
445 * TUTORIAL.ja: Update text before first period. |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
446 Reported by Kenichi Handa. |
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
447 |
61229
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
448 2005-04-02 Richard M. Stallman <rms@gnu.org> |
61264
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
449 |
61229
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
450 * TUTORIAL.ja, TUTORIAL.cn, TUTORIAL.ru, TUTORIAL.zh: Remove the |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
451 old intro line that apparently was a longer version of "Emacs |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
452 tutorial". |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
453 |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
454 * TUTORIAL.es: Clean up line breaks. |
520273abdb65
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
61221
diff
changeset
|
455 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
456 2005-04-01 Marcelo Toledo <marcelo@gnu.org> |
61221
ee24a0da4818
TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents:
61208
diff
changeset
|
457 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
458 * TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
459 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
460 * TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
461 * TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
462 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
463 2005-04-01 Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
464 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
465 * TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
466 revision 1.59, "Emacs" is not transliterated to cyrillic anymore; |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
467 Minor fixes. |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
468 |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
469 2005-04-01 Mats Lidell <matsl@contactor.se> |
61264
6306d6d0c25f
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61253
diff
changeset
|
470 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
471 * TUTORIAL.sv: Sync some other changes with the TUTORIAL version |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
472 1.61 in CVS. |
61221
ee24a0da4818
TUTORIAL.pt_BR, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, TUTORIAL.ko, TUTORIAL.pl, TUTORIAL.pt_BR, TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl, TUTORIAL.th, TUTORIAL.zh: Fix title line. TUTORIAL.bg: Fix title line; Applied TUTORIAL changes in revision 1.59, Emacs is not transliterated to cyrillic anymore; fixes; by Ognyan Kulev <ogi@fmi.uni-sofia.bg>, TUTORIAL.sv: Sync some other changes with the TUTORIAL version 1.61 in CVS by Mats Lidell <matsl@contactor.se>. Corrected admin/ChangeLog entry. Updated admin/FOR-RELEASE.
Marcelo Toledo <marcelo@gnu.org>
parents:
61208
diff
changeset
|
473 |
61208 | 474 2005-04-01 Lute Kamstra <lute@gnu.org> |
475 | |
476 * TUTORIAL.nl: Fix title line. | |
477 | |
61145
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
478 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org> |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
479 |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
480 * TUTORIAL: Add title line. |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
481 * TUTORIAL.bg, TUTORIAL.cn, TUTORIAL.cs, TUTORIAL.de, |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
482 * TUTORIAL.es, TUTORIAL.fr, TUTORIAL.it, TUTORIAL.ja, |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
483 * TUTORIAL.ko, TUTORIAL.nl, TUTORIAL.pl, TUTORIAL.pt_BR, |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
484 * TUTORIAL.ro, TUTORIAL.ru, TUTORIAL.sk, TUTORIAL.sl |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
485 * TUTORIAL.sv, TUTORIAL.th, TUTORIAL.zh: Likewise. |
73bfeffcb718
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
61126
diff
changeset
|
486 |
61126
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
487 2005-03-29 Reiner Steib <Reiner.Steib@gmx.de> |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
488 |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
489 * gnus-refcard.tex, gnus-logo.eps: New files. |
c0aa521e0ca7
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-220
Miles Bader <miles@gnu.org>
parents:
60845
diff
changeset
|
490 |
60845 | 491 2005-03-23 David Ponce <david@dponce.com> |
492 | |
493 * NEWS: Mention recentf-keep. | |
494 | |
60797 | 495 2005-03-17 Lute Kamstra <lute@gnu.org> |
496 | |
497 * TODO: Remove define-generic-mode entry (DONE). | |
498 | |
60542
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
499 2005-03-10 Michael Albinus <michael.albinus@gmx.de> |
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
500 |
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
501 * NEWS: Explain how to default Tramp to FTP. |
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
502 |
60395
b884d90db3b5
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60334
diff
changeset
|
503 2005-03-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
b884d90db3b5
*** empty log message ***
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60334
diff
changeset
|
504 |
60396
b995637d585c
Fix typo.
YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
parents:
60395
diff
changeset
|
505 * NEWS: Mention Carbon build on Mac OS 9. |
60542
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
506 |
60334
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
507 2005-03-01 David Kastrup <dak@gnu.org> |
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
508 |
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
509 * DEBUG: Add information about `-fno-crossjumping' for GCC. |
ec7a860cdd57
Add information about `-fno-crossjumping' for GCC.
David Kastrup <dak@gnu.org>
parents:
60061
diff
changeset
|
510 |
60051 | 511 2005-02-14 Lute Kamstra <lute@gnu.org> |
512 | |
60061 | 513 * TODO: Remove battery.el entry (DONE). |
514 | |
60051 | 515 * TUTORIAL.nl: Synchronize with TUTORIAL. Correct some typos. |
516 Make the terminology more consistent. Fill the text using the | |
517 default `fill-column'. | |
518 | |
59990 | 519 2005-02-08 Lute Kamstra <lute@gnu.org> |
520 | |
521 * TUTORIAL: Remove some uses of the term "buffer" before it is | |
522 properly introduced. Update the description of the mode line. | |
523 Consistently use "<ESC>" to denote the ESC key and "<SPC>" to | |
524 denote the Space bar. Capitalize all command descriptions. | |
525 | |
59954
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
526 2005-02-06 Richard M. Stallman <rms@gnu.org> |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
527 |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
528 * DEBUG: Minor clarification. |
c48813f32e6b
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59925
diff
changeset
|
529 |
59925 | 530 2005-02-05 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> |
531 | |
532 * emacs.bash: Update the name of the socket of the Emacs server. | |
533 | |
59688
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
534 2005-01-22 David Kastrup <dak@gnu.org> |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
535 |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
536 * NEWS: Mention alias `find-grep' for `grep-find'. |
3761d1e2619d
* NEWS: Mention alias `find-grep' for `grep-find'.
David Kastrup <dak@gnu.org>
parents:
59673
diff
changeset
|
537 |
59673
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
538 2005-01-22 Nick Roberts <nickrob@snap.net.nz> |
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
539 |
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
540 * TODO: Add entry for toolbar on ttys. |
56842f389966
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59612
diff
changeset
|
541 |
59612
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
542 2005-01-18 Nick Roberts <nickrob@snap.net.nz> |
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
543 |
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
544 * DEBUG: Suggest separate terminal for debug session. |
69ffba6567d6
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
59563
diff
changeset
|
545 |
59563 | 546 2005-01-15 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> |
547 | |
548 * TUTORIAL.nl: Correct translation and the Dutch text (typos). | |
549 More consistent use of terminology. | |
550 | |
59528
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59414
diff
changeset
|
551 2005-01-13 Cheng Gao <chenggao@gmail.com> |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59414
diff
changeset
|
552 |
4d6252ae9651
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
59414
diff
changeset
|
553 * MORE.STUFF: Add entries of some well known and widely used packages. |
60542
70d9e88990d5
* NEWS: Explain how to default Tramp to FTP.
Michael Albinus <michael.albinus@gmx.de>
parents:
60396
diff
changeset
|
554 |
59414 | 555 2005-01-07 Lars Hansen <larsh@math.ku.dk> |
556 | |
557 * NEWS: Describe desktop package lazy restore feature. | |
558 | |
59060
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
559 2004-12-21 Richard M. Stallman <rms@gnu.org> |
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
560 |
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
561 * DISTRIB: Don't say "freeware". |
6bc8da0583ab
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58968
diff
changeset
|
562 |
58968
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
563 2004-12-15 Nick Roberts <nickrob@snap.net.nz> |
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
564 |
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
565 * DEBUG: Change printing example to break on a procedure name. |
036ee6579046
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
58893
diff
changeset
|
566 |
58893 | 567 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu> |
568 | |
569 * e/eterm.ti: Add rs1. | |
570 * e/eterm: Regenerate. | |
571 | |
58867
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
572 2004-12-08 Alexandre VEYRENC <veyrenc@wanadoo.fr> (tiny change) |
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
573 |
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
574 * fr-refcard.tex: Fix typos. |
68b52f977b49
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
58825
diff
changeset
|
575 |
58825
a1e4505728bf
* PROBLEMS: Update information about klipper on KDE.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58539
diff
changeset
|
576 2004-12-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
a1e4505728bf
* PROBLEMS: Update information about klipper on KDE.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58539
diff
changeset
|
577 |
a1e4505728bf
* PROBLEMS: Update information about klipper on KDE.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58539
diff
changeset
|
578 * PROBLEMS: Update information about klipper on KDE. |
a1e4505728bf
* PROBLEMS: Update information about klipper on KDE.
Jan Djärv <jan.h.d@swipnet.se>
parents:
58539
diff
changeset
|
579 |
58539
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57395
diff
changeset
|
580 2004-11-26 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57395
diff
changeset
|
581 |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57395
diff
changeset
|
582 * NEWS: Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog. |
11824b501603
Rename use-old-gtk-file-dialog to x-use-old-gtk-file-dialog.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57395
diff
changeset
|
583 |
57395 | 584 2004-10-08 Fr,Ai(Bd,Ai(Bric Bothamy <frederic.bothamy@free.fr> (tiny change) |
585 | |
586 * TUTORIAL.fr: Minor wording fix. | |
587 | |
57320
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
588 2004-10-04 Luc Teirlinck <teirllm@auburn.edu> |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
589 |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
590 * enriched.doc: Update for new bindings of `set-left-margin' and |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
591 `set-right-margin'. |
360e84818bf3
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57317
diff
changeset
|
592 |
57317 | 593 2004-10-04 Kim F. Storm <storm@cua.dk> |
594 | |
595 * DEBUG: Mention pp and ff commands. | |
596 | |
57239
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
597 2004-09-26 Luc Teirlinck <teirllm@auburn.edu> |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
598 |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
599 * enriched.doc: `enriched-annotation-alist' is now called |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
600 `enriched-translations'. |
685c5b4b0349
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
57235
diff
changeset
|
601 |
57235 | 602 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu> |
603 | |
604 * e/eterm.ti: Comment out smcup, rmcup. Add kbs, kdch1, rc, sc. | |
605 Reformat. | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
606 * e/eterm: Regenerate. |
57235 | 607 |
57231 | 608 2004-09-25 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
57229
fb9de0d75bef
* PROBLEMS: Updated exec-shield description.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57126
diff
changeset
|
609 |
fb9de0d75bef
* PROBLEMS: Updated exec-shield description.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57126
diff
changeset
|
610 * PROBLEMS: Updated exec-shield description. |
fb9de0d75bef
* PROBLEMS: Updated exec-shield description.
Jan Djärv <jan.h.d@swipnet.se>
parents:
57126
diff
changeset
|
611 |
57126 | 612 2004-09-16 Dan Nicolaescu <dann@ics.uci.edu> |
613 | |
614 * e/eterm.ti: Change the strings for smso and rmso. | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
615 e/eterm: Regenerate. |
57126 | 616 |
57035
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
617 2004-09-09 Thien-Thi Nguyen <ttn@gnu.org> |
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
618 |
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
619 * MORE.STUFF (EDB): Update entry. |
0f53ff12f87c
*** empty log message ***
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
56969
diff
changeset
|
620 |
56969 | 621 2004-09-07 Dan Nicolaescu <dann@ics.uci.edu> |
622 | |
623 * e/eterm.ti: Add `op' entry to enable colors in term. | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
624 * e/eterm: Regenerate. |
56969 | 625 |
56925 | 626 2004-09-04 Eric S. Raymond <esr@thyrsus.com> |
627 | |
628 * PROBLEMS: More reorganization to exile old stuff to the | |
629 pre-2000 section. I looked up end-of-life dates for a bunch | |
630 of old Unixes to check. | |
631 | |
56787
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
632 2004-08-24 Bill Wohler <wohler@newt.com> |
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
633 |
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
634 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.82. |
25da1d331c99
Upgraded to MH-E version 7.82.
Bill Wohler <wohler@newt.com>
parents:
56755
diff
changeset
|
635 |
56755 | 636 2004-08-22 David Kastrup <dak@gnu.org> |
637 | |
638 * PROBLEMS, MAILINGLISTS: Update AUCTeX information. | |
639 | |
56751
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
640 2004-08-21 Bill Wohler <wohler@newt.com> |
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
641 |
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
642 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.81. |
72a02133177e
Upgraded to MH-E version 7.81.
Bill Wohler <wohler@newt.com>
parents:
56737
diff
changeset
|
643 |
56737 | 644 2004-08-21 Eric S. Raymond <esr@thyrsus.com> |
645 | |
646 * PROBLEMS: Massively rearranged by category, to make environment | |
647 features and symptoms easier to find. Bugs relating to | |
648 20th-century systems moved to the end. Most problem headers | |
649 changed to "object: variation" format. | |
650 | |
56673
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
651 2004-08-15 Bill Wohler <wohler@newt.com> |
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
652 |
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
653 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.80. |
e9a6cbc8ca5e
Upgraded to MH-E version 7.4.80.
Bill Wohler <wohler@newt.com>
parents:
56670
diff
changeset
|
654 |
56670 | 655 2004-08-14 Romain Francoise <romain@orebokech.com> |
656 | |
657 * NEWS: Mention the thumbs.el package. | |
658 | |
56664 | 659 2004-08-14 Eric Hanchrow <offby1@blarg.net> |
660 | |
661 * TUTORIAL.es: Replace actual whitespace with the magic string | |
662 that causes help-with-tutorial to automatically insert the correct | |
663 amount. | |
664 | |
56645
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
665 2004-08-10 Steven Tamm <steventamm@mac.com> |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
666 |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
667 * PROBLEMS: Remove description of Mac OS version upgrade |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
668 problems as it is no longer applicable. |
c19be515db1c
Remove description of Mac OS version upgrade
Steven Tamm <steventamm@mac.com>
parents:
56554
diff
changeset
|
669 |
56554 | 670 2004-07-27 Werner Lemberg <wl@gnu.org> |
671 | |
672 * NEWS: Document all new tutorials. | |
673 | |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
674 2004-08-05 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
675 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
676 * GNUS-NEWS: Import from the v5_10 branch of the Gnus repository. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
677 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
678 * NEWS (Gnus package): Gnus includes Sieve and PGG. Gnus changes |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
679 are described in GNUS-NEWS. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
680 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
681 2004-08-02 Reiner Steib <Reiner.Steib@gmx.de> |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
682 |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
683 * gnus.xpm, gnus-pointer.xbm, gnus-pointer.xpm: Import from the |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
684 v5_10 branch of the Gnus repository. |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56925
diff
changeset
|
685 |
56419
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
686 2004-07-14 Luc Teirlinck <teirllm@auburn.edu> |
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
687 |
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
688 * MORE.STUFF: Tramp is now distributed with Emacs. |
4c43e671e90a
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56406
diff
changeset
|
689 |
56406
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
690 2004-07-12 Bill Wohler <wohler@newt.com> |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
691 |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
692 * NEWS, MH-E-NEWS: Upgraded to MH-E version 7.4.4. |
d36b00b98db0
Upgraded to MH-E version 7.4.4.
Bill Wohler <wohler@newt.com>
parents:
56374
diff
changeset
|
693 |
56374
e784f4b6c134
(Lisp changes in 21.4): document (match-data t) change.
David Kastrup <dak@gnu.org>
parents:
56253
diff
changeset
|
694 2004-07-08 David Kastrup <dak@gnu.org> |
e784f4b6c134
(Lisp changes in 21.4): document (match-data t) change.
David Kastrup <dak@gnu.org>
parents:
56253
diff
changeset
|
695 |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
696 * NEWS (Lisp changes in 21.4): Document (match-data t) change. |
56374
e784f4b6c134
(Lisp changes in 21.4): document (match-data t) change.
David Kastrup <dak@gnu.org>
parents:
56253
diff
changeset
|
697 |
56253
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
698 2002-06-26 Eli Zaretskii <eliz@is.elta.co.il> |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
699 |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
700 * FOR-RELEASE: Moved to the admin directory. |
5eca32ea0d37
Moved FOR-RELEASE from etc/ to admin/.
Eli Zaretskii <eliz@gnu.org>
parents:
56229
diff
changeset
|
701 |
56229
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
702 2004-06-24 David Kastrup <dak@gnu.org> |
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
703 |
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
704 * NEWS: Move description from new paragraph-start and |
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
705 indent-line-function defaults to general news instead of new |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
706 packages. Same for query-replace-skip-read-only. |
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
707 Add description of new `\,' and `\?' replacement string features. |
56229
712f3852392b
Move description from new paragraph-start and
David Kastrup <dak@gnu.org>
parents:
56219
diff
changeset
|
708 |
56219
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
709 2004-06-23 Luc Teirlinck <teirllm@auburn.edu> |
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
710 |
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
711 * MORE.STUFF: Delete obsolete URL. |
e140df89e026
*** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents:
56018
diff
changeset
|
712 |
56018 | 713 2004-06-10 Lars Hansen <larsh@math.ku.dk> |
714 | |
715 * NEWS: Describe dired-omit-mode. Describe desktop package changes. | |
716 | |
55852
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
717 2004-05-29 Steven Tamm <steventamm@mac.com> |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
718 |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
719 * PROBLEMS: Document the workaround for the Mac OS X port not |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
720 picking up the environment variables from dotfiles. |
92338f8e9f27
Document the workaround for the Mac OS X port not picking up the environment
Steven Tamm <steventamm@mac.com>
parents:
55621
diff
changeset
|
721 |
55621 | 722 2004-05-16 Juri Linkov <juri@jurta.org> |
723 | |
724 * TUTORIAL.pt_BR: Add coding: latin-1, sentence-end-double-space: nil. | |
725 | |
726 * ru-refcard.tex: Add C-u and RET to `C-h t Russian'. | |
727 | |
55607 | 728 2004-05-15 Alex Ott <ott@jet.msk.su> |
729 | |
730 * ru-refcard.tex, ru-refcard.ps: New files. | |
731 | |
55589 | 732 2004-05-14 David Ponce <david@dponce.com> |
733 | |
63923
b06138a7a427
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
63838
diff
changeset
|
734 * tree-widget: New directory containing tree-widget themes and images. |
55589 | 735 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
736 2004-04-13 Marcelo Toledo <marcelo@gnu.org> |
55585
70afc4f63286
2004-04-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents:
55397
diff
changeset
|
737 |
55589 | 738 * TUTORIAL.pt_BR: initial check-in. |
55585
70afc4f63286
2004-04-13 Marcelo Toledo <marcelo@marcelotoledo.org>
David Kastrup <dak@gnu.org>
parents:
55397
diff
changeset
|
739 |
55397
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
740 2004-05-06 Dave Love <fx@gnu.org> |
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
741 |
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
742 * emacs.py: New file for python-mode's internal use. |
a828ab1b3079
Changes largely merged in from Dave Love's code. Doc fixes.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
55090
diff
changeset
|
743 |
55090
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
744 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca> |
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
745 |
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
746 * TODO: Use outline mode. Remove compile.el entry (done). |
5aea43a3dacd
Use outline mode. Remove compile.el entry (done).
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54972
diff
changeset
|
747 |
54972 | 748 2004-04-18 Juri Linkov <juri@jurta.org> |
749 | |
750 * TUTORIAL.fr, TUTORIAL.pl, TUTORIAL.ru, TUTORIAL.sl, TUTORIAL.sv | |
751 * TUTORIAL.th: Add sentence-end-double-space: nil. | |
752 | |
753 * TUTORIAL.it, TUTORIAL.nl, TUTORIAL.sv: Add coding: latin-1. | |
754 | |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
755 2004-04-16 Alex Ott <ottalex@narod.ru> |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
756 |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
757 * TUTORIAL.ru: Various corrections. |
54914 | 758 |
54860 | 759 2004-04-14 Jan Nieuwenhuizen <janneke@gnu.org> |
760 | |
761 * TUTORIAL.nl: Update Delete/Delback translation. | |
762 | |
54719
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
763 2004-04-05 Jesper Harder <harder@ifa.au.dk> |
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
764 |
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
765 * TODO: Remove index-apropos entry. |
36b5ffc7a82b
Remove index-apropos entry.
Jesper Harder <harder@ifa.au.dk>
parents:
54688
diff
changeset
|
766 |
54688 | 767 2004-04-01 Juri Linkov <juri@jurta.org> |
768 | |
769 * HELLO: Add Javanese. | |
770 | |
54653
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
771 2004-03-29 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
772 |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
773 * ps-prin1.ps: Clip the header and footer area, so text will not be |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
774 printed outside header or footer, respectively. |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
775 (HeaderClip, FooterClip): New PostScript funs. |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
776 (HeaderText, FooterText): Adjust PostScript code. |
93ff165d67c8
Clip the header and footer area.
Vinicius Jose Latorre <viniciusjl@ig.com.br>
parents:
54645
diff
changeset
|
777 |
54645
d55052ec5562
TODO: Removed drag-and-drop entry (DONE).
Jan Djärv <jan.h.d@swipnet.se>
parents:
54445
diff
changeset
|
778 2004-03-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
d55052ec5562
TODO: Removed drag-and-drop entry (DONE).
Jan Djärv <jan.h.d@swipnet.se>
parents:
54445
diff
changeset
|
779 |
d55052ec5562
TODO: Removed drag-and-drop entry (DONE).
Jan Djärv <jan.h.d@swipnet.se>
parents:
54445
diff
changeset
|
780 * TODO: Removed drag-and-drop entry (DONE). |
d55052ec5562
TODO: Removed drag-and-drop entry (DONE).
Jan Djärv <jan.h.d@swipnet.se>
parents:
54445
diff
changeset
|
781 |
54445 | 782 2004-03-19 Kim F. Storm <storm@cua.dk> |
783 | |
784 * TODO: Remove entries for fringe related issues (DONE). | |
785 Remove entry about image-relative coordinates of mouse clicks (DONE). | |
786 | |
54408
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
787 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org> |
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
788 |
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
789 * compilation.txt: New file. |
815ad617d6ac
*** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
54195
diff
changeset
|
790 |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
791 2004-02-29 Juanma Barranquero <lektu@terra.es> |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
792 |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
793 * NEWS: Remove bogus reference to user option unicode-data. |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
794 |
54013
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
795 2004-02-16 Klaus Zeitler <kzeitler@lucent.com> |
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
796 |
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
797 * PROBLEMS: Document crashes on X when build with GCC and GNU ld. |
9a41bfd38de9
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53847
diff
changeset
|
798 |
53847
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
799 2004-02-08 Andreas Schwab <schwab@suse.de> |
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
800 |
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
801 * NEWS: Fix typo. |
f356730ec10b
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
53392
diff
changeset
|
802 |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
803 2003-12-29 Ognyan Kulev <ogi@fmi.uni-sofia.bg> |
53392
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53113
diff
changeset
|
804 |
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53113
diff
changeset
|
805 * TUTORIAL.bg: Use windows-1251 encoding. Fix punctuation errors. |
b1e278aa0593
*** empty log message ***
Eli Zaretskii <eliz@is.elta.co.il>
parents:
53113
diff
changeset
|
806 |
53113 | 807 2003-11-21 Lars Hansen <larsh@math.ku.dk> |
808 | |
809 * TODO: Add plans for change of file attributes UID and GID from | |
810 integer to string. | |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
811 |
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
812 2003-11-10 Kailash C. Chowksey <klchxbec@m-net.arbornet.org> |
53033 | 813 |
814 * HELLO: Add Kannada. | |
815 | |
53003 | 816 2003-11-05 Juri Linkov <juri@jurta.org> |
817 | |
818 * HELLO: Fix language names. Add C, Braille, Georgian, Ukrainian. | |
819 Add IPA pronunciation to English. Fix tab widths. | |
820 | |
52986 | 821 2003-11-03 David Ponce <david.ponce@wanadoo.fr> |
822 | |
823 * PROBLEMS: Document segfaults with Linux kernels that enable the | |
824 Exec-shield functionality. | |
825 | |
52955 | 826 2003-10-30 Kenichi Handa <handa@m17n.org> |
827 | |
828 * HELLO: Fix cases of language names. Make German lines one. | |
54195
567c5d0d340c
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
54013
diff
changeset
|
829 Delete FORTRAN, add Mathematics. |
52955 | 830 |
52928
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
831 2003-10-24 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
832 |
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
833 * PROBLEMS: Characters are displayed as empty boxes or |
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
834 with wrong font under X. |
2f5fd6b2684b
* PROBLEMS: Characters are displayed as empty boxes or
Jan Djärv <jan.h.d@swipnet.se>
parents:
52673
diff
changeset
|
835 |
52673
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
836 2003-09-30 Werner Lemberg <wl@gnu.org> |
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
837 |
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
838 * TUTORIAL.de: Minor updates and grammatical fixes. |
0d905c2ca814
* TUTORIAL.de: Minor updates and grammatical fixes.
Werner LEMBERG <wl@gnu.org>
parents:
52486
diff
changeset
|
839 |
52413 | 840 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk> |
841 | |
842 * TODO: Add invisible text kill/yank issue. | |
843 | |
52486
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
844 2003-08-29 Wim Nieuwenhuizen <wwwillem@xs4all.nl> |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
845 |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
846 * TUTORIAL.nl: Many changes. |
c784ff21a464
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
52413
diff
changeset
|
847 |
52271
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
848 2003-08-20 Stephen Eglen <stephen@gnu.org> |
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
849 |
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
850 * MORE.STUFF: Update URLs for several projects. |
2e9faae58a25
*** empty log message ***
Stephen Eglen <stephen@gnu.org>
parents:
52010
diff
changeset
|
851 |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
852 2003-07-22 Andrew Choi <akochoi@shaw.ca> |
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
853 |
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
854 * PROBLEMS: Truncated process output with pty's on Mac OS X. |
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
855 |
51927
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
856 2003-07-14 Nick Roberts <nick@nick.uklinux.net> |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
857 |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
858 * NEWS: Merge in the changes for versions 21.2 and 21.3 as |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
859 documented on the EMACS_21_1_RC branch. |
6b832345cf82
*** empty log message ***
Nick Roberts <nickrob@snap.net.nz>
parents:
51137
diff
changeset
|
860 |
51137 | 861 2003-03-03 Chao-Hong Liu <chliu@gnu.org> |
862 | |
863 * TUTORIAL.cn: Updated. | |
864 * TUTORIAL.zh: Updated. | |
865 | |
50702
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
866 2003-04-24 Bill Wohler <wohler@newt.com> |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
867 |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
868 * MH-E-NEWS: Upgraded to MH-E version 7.3. |
7dd3d5eae9c7
Upgraded to MH-E version 7.3.
Bill Wohler <wohler@newt.com>
parents:
50416
diff
changeset
|
869 |
50960
c77e73bf285e
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
50702
diff
changeset
|
870 2003-04-03 Kenichi Handa <handa@m17n.org> |
50416 | 871 |
872 * HELLO: Fix the malayalam line. | |
873 | |
50394 | 874 2003-04-01 Dave Love <fx@gnu.org> |
875 | |
876 * letter.xpm: Use transparent/opaque `colours'. | |
877 | |
50396 | 878 * letter.xbm: Deleted. |
879 | |
880 * letter.pbm: New. | |
881 | |
50303 | 882 2003-03-24 Andreas Schwab <schwab@suse.de> |
883 | |
884 * HELLO: Remove extra TAB in Greek entries. | |
885 | |
50009 | 886 2003-03-03 Chao-Hong Liu <chliu@gnu.org> |
887 | |
888 * TUTORIAL.cn, TUTORIAL.zh: New files. | |
889 | |
890 * TUTORIAL.translator: List TUTORIAL.cn and TUTORIAL.zh. | |
891 | |
49945 | 892 2003-02-24 Kenichi Handa <handa@m17n.org> |
893 | |
894 * HELLO: Add Malayalam. | |
895 | |
49778 | 896 2003-02-13 Dave Love <fx@gnu.org> |
897 | |
898 * TUTORIAL.es: Add coding spec. | |
899 | |
49713 | 900 2003-02-11 Kenichi Handa <handa@m17n.org> |
901 | |
902 * HELLO: Fix Hindi and add Tamil. | |
903 | |
49629
8c44a7884096
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49627
diff
changeset
|
904 2003-02-05 Francesco Potort,Al(B <pot@gnu.org> |
49627
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
905 |
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
906 * TUTORIAL.it: Italian tutorial. |
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
907 From Alfredo Finelli <alfredofnl@tiscali.it> (original translator). |
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
908 Revised by Francesco Potort,Al(B <pot@gnu.org>. |
c8bf5c7f2ac4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49600
diff
changeset
|
909 |
49578
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
910 2003-02-03 Bill Wohler <wohler@newt.com> |
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
911 |
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
912 * MH-E-NEWS: Upgraded to MH-E version 7.2. |
b35587af8747
Upgraded to MH-E version 7.2.
Bill Wohler <wohler@newt.com>
parents:
49549
diff
changeset
|
913 |
49549
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
914 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
915 |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
916 * MACHINES: Added Cygwin. |
99be3a1e2589
Cygwin support patch.
Juanma Barranquero <lekktu@gmail.com>
parents:
49489
diff
changeset
|
917 |
49489 | 918 2003-01-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
919 | |
920 * DEBUG: Added note about xmon. | |
921 | |
49341
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
922 2003-01-20 Joanna Pluta <joanna_p@gazeta.pl> |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
923 |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
924 * TUTORIAL.pl: Updated. |
aa7e1948ad31
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
49152
diff
changeset
|
925 |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
926 2003-01-11 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
49152 | 927 |
928 * TUTORIAL.sk: Updated to reflect changes in English version. | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
929 From Miroslav Va$,1!!(Bko <zemiak@zoznam.sk>. |
49152 | 930 |
49124
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
931 2003-01-09 Francesco Potort,Al(B <pot@gnu.org> |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
932 |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
933 * etags.1: Added reference to the new `etags --help --lang=LANG' |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
934 option. |
f613014bd3f4
*** empty log message ***
Francesco Potortì <pot@gnu.org>
parents:
49120
diff
changeset
|
935 |
49120
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
936 2003-01-08 Bill Wohler <wohler@newt.com> |
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
937 |
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
938 * MH-E-NEWS: Upgraded to MH-E version 7.1. |
30c4902b654d
Upgraded to MH-E version 7.1.
Bill Wohler <wohler@newt.com>
parents:
49006
diff
changeset
|
939 |
49006
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
940 2003-01-01 Steven Tamm <steventamm@mac.com> |
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
941 |
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
942 * MACHINES: Added pointer to Mac OS X install instructions. |
2c71c36eaac2
* MACHINES: Added pointer to Mac OS X install instructions.
Steven Tamm <steventamm@mac.com>
parents:
48780
diff
changeset
|
943 |
48780 | 944 2002-12-10 Kenichi Handa <handa@m17n.org> |
945 | |
946 * TUTORIAL.sv: Renamed from TUTORIAL.se. | |
947 | |
48595
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
948 2002-11-29 Bill Wohler <wohler@newt.com> |
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
949 |
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
950 * MH-E-NEWS: Upgraded to MH-E version 7.0. |
8aaba207e44b
Upgraded to MH-E version 7.0.
Bill Wohler <wohler@newt.com>
parents:
48503
diff
changeset
|
951 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
952 2002-11-22 Rafael Sep,Az(Blveda <drs@gnulinux.org.mx> |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
953 |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
954 * TUTORIAL.es: Extensively changed and updated. |
48503
1829d7a0d8bd
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
47730
diff
changeset
|
955 |
47730
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
956 2002-10-01 Bill Wohler <wohler@newt.com> |
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
957 |
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
958 * MH-E-NEWS: Upgraded to mh-e version 6.1.1. |
2568d5a27317
Upgraded to mh-e version 6.1.1.
Bill Wohler <wohler@newt.com>
parents:
47667
diff
changeset
|
959 |
47667
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
960 2002-09-16 Jonathan Yavner <jyavner@engineer.com> |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
961 |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
962 * ses-example.ses: New file: example spreadsheet. |
96b260e0ff3d
New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents:
47558
diff
changeset
|
963 |
47558 | 964 2002-09-04 Kenichi Handa <handa@etl.go.jp> |
965 | |
966 * HELLO: Fix Unicode Greek line. | |
967 | |
968 2002-09-03 Kenichi Handa <handa@etl.go.jp> | |
969 | |
970 * TUTORIAL.ja: Updated in accordance with the latest English | |
971 version. | |
972 | |
47195
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
973 2002-09-01 Andreas Schwab <schwab@suse.de> |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
974 |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
975 * TUTORIAL.de: Updated in accordance with the English version. |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
976 From Mario Lang <mlang@delysid.org>. |
ea311cd0855c
*** empty log message ***
Andreas Schwab <schwab@suse.de>
parents:
46869
diff
changeset
|
977 |
46869
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
978 2002-08-12 Markus Rost <rost@math.ohio-state.edu> |
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
979 |
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
980 * HELLO: Fix some white spaces. |
79b3d9092987
*** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents:
46028
diff
changeset
|
981 |
46028
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
982 2002-06-26 Richard M. Stallman <rms@gnu.org> |
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
983 |
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
984 * ps-prin0.ps, ps-prin1.ps: Add license exception. |
278093843f21
*** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents:
45927
diff
changeset
|
985 |
45847 | 986 2002-06-16 Eli Zaretskii <eliz@is.elta.co.il> |
987 | |
988 * TUTORIAL.fr: New version from ,AI(Bric Jacoboni <jaco@teaser.fr>. | |
989 | |
45109 | 990 2002-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
991 | |
992 * HELLO: Add a few greetings that use Unicode characters. | |
993 | |
44711 | 994 2002-04-20 Eli Zaretskii <eliz@is.elta.co.il> |
995 | |
996 * termcap.src: New version from ftp://invisible-island.net. | |
997 | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
998 2002-03-24 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
44122 | 999 |
1000 * TUTORIAL.translators: New file, list of tutorial translators. | |
1001 | |
43046
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
1002 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu> |
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
1003 |
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
1004 * gnus.xpm: Remove garbages. |
a7fdf9fae407
* gnus.xpm: Remove garbages.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents:
43003
diff
changeset
|
1005 |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1006 2002-01-27 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
43003 | 1007 |
1008 * letter.xpm: New file, XPM variant of letter.xbm. | |
1009 | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1010 2001-12-03 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
41809 | 1011 |
1012 * COPYING: Move back. | |
1013 | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1014 2001-11-29 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
41683 | 1015 |
1016 * COPYING: Removed. | |
1017 | |
41403 | 1018 2001-11-23 Eli Zaretskii <eliz@is.elta.co.il> |
1019 | |
1020 * emacstool.1, etags.1, emacs.1: Modify distribution terms to | |
1021 something simpler than the GFDL. | |
1022 | |
41366
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
1023 2001-11-22 Colin Walters <walters@debian.org> |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
1024 |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
1025 * PROBLEMS: Remove already applied calc info patches. Clarify |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
1026 that there is no such thing as Debian GNU/Linux 2.4.3. ftpd is |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
1027 not handled by alternatives in Debian, the reporter surely meant |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
1028 just "--config ftp". |
e5eaf696dd6b
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41245
diff
changeset
|
1029 |
41245 | 1030 2001-11-18 Eli Zaretskii <eliz@is.elta.co.il> |
1031 | |
1032 * fr-survival.tex: New file, from ,AI(Bric Jacoboni <jaco@teaser.fr>. | |
1033 | |
41205 | 1034 2001-11-17 Eli Zaretskii <eliz@is.elta.co.il> |
1035 | |
1036 * TUTORIAL.fr: New version from ,AI(Bric Jacoboni <jaco@teaser.fr>. | |
1037 | |
41191
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
1038 2001-11-17 Colin Walters <walters@debian.org> |
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
1039 |
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
1040 * PROBLEMS: Remove calc problems. |
f6b767815369
*** empty log message ***
Colin Walters <walters@gnu.org>
parents:
41124
diff
changeset
|
1041 |
41124 | 1042 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il> |
1043 | |
1044 * TUTORIAL.fr: New file. From ,AI(Bric Jacoboni <jaco@teaser.fr>. | |
1045 | |
40867 | 1046 2001-11-10 Eli Zaretskii <eliz@is.elta.co.il> |
1047 | |
1048 * Makefile (mostlyclean, clean, distclean, maintainer-clean): | |
1049 Add *.dvi and *.log. | |
1050 (SOURCES): Update the list of files. | |
1051 | |
1052 * calccard.tex: New file. | |
1053 * calccard.ps: New file. | |
1054 | |
40631 | 1055 2001-11-01 Eli Zaretskii <eliz@is.elta.co.il> |
1056 | |
1057 * etags.1: Replace presentation-level troff macros that simulate | |
1058 tables with tbl markup. From Eric S. Raymond <esr@thyrsus.com>. | |
1059 | |
40111 | 1060 2001-10-20 Gerd Moellmann <gerd@gnu.org> |
1061 | |
40152 | 1062 * (Version 21.1 released.) |
40111 | 1063 |
39498 | 1064 2001-09-29 Eli Zaretskii <eliz@is.elta.co.il> |
1065 | |
1066 * HELLO: Fix the Italian and Maltese entries. From Trevor Spiteri | |
1067 <tbspit@eng.um.edu.mt>. | |
1068 | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1069 2001-08-25 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
38950 | 1070 |
1071 * HELLO: Slovak language name added to be compatible with other | |
1072 languages. | |
1073 | |
38915
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
1074 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il> |
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
1075 |
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
1076 * TUTORIAL.pl: Updated in accordance with the English version. |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1077 From Beata Wierzcho$,1 b(Bowska <beataw@orient.uw.edu.pl> and |
44008 | 1078 Janusz S. Bien <jsbien@mail.uw.edu.pl>. |
38915
e7e9b4581430
Update per the English version.
Eli Zaretskii <eliz@gnu.org>
parents:
38810
diff
changeset
|
1079 |
38810 | 1080 2001-08-14 Eli Zaretskii <eliz@is.elta.co.il> |
1081 | |
1082 * MACHINES: Modify the entry for HITACHI SR2001/SR2201 series, as | |
1083 per config.sub and config.guess. Reported by Ryo Furue | |
1084 <furufuru@ccsr.u-tokyo.ac.jp>. | |
1085 | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1086 2001-08-10 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
38780 | 1087 |
1088 * TUTORIAL.sk: Updated in accordance with the English version. | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1089 From Miroslav Va$,1!!(Bko <vasko@debian.cz>. |
38780 | 1090 |
38736 | 1091 2001-08-08 Eli Zaretskii <eliz@is.elta.co.il> |
1092 | |
1093 * TUTORIAL.ko: Updated in accordance with the English version. | |
1094 From Koaunghi Un <koaunghi@world.kaist.ac.kr>. | |
1095 | |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1096 2001-08-06 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
38707 | 1097 |
38736 | 1098 * TUTORIAL.cs: Update from Milan Zamazal. |
38707 | 1099 |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1100 2001-08-05 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
38690
ebcceabda1b5
Milan Zamazal has new address.
Pavel Janík <Pavel@Janik.cz>
parents:
38689
diff
changeset
|
1101 |
ebcceabda1b5
Milan Zamazal has new address.
Pavel Janík <Pavel@Janik.cz>
parents:
38689
diff
changeset
|
1102 * TUTORIAL.cs, TUTORIAL.sk, cs-refcard.tex, sk-refcard.tex: e-mail |
ebcceabda1b5
Milan Zamazal has new address.
Pavel Janík <Pavel@Janik.cz>
parents:
38689
diff
changeset
|
1103 address of Milan Zamazal changed. |
ebcceabda1b5
Milan Zamazal has new address.
Pavel Janík <Pavel@Janik.cz>
parents:
38689
diff
changeset
|
1104 |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1105 2001-08-04 Pavel Jan,Am(Bk <Pavel@Janik.cz> |
38689
99630a340b59
Be consistent when naming CONTROL and META keys.
Pavel Janík <Pavel@Janik.cz>
parents:
37783
diff
changeset
|
1106 |
38736 | 1107 * TUTORIAL, TUTORIAL.cs: Be consistent when naming CONTROL and |
1108 META keys. | |
38689
99630a340b59
Be consistent when naming CONTROL and META keys.
Pavel Janík <Pavel@Janik.cz>
parents:
37783
diff
changeset
|
1109 |
37783 | 1110 2001-05-17 Francesco Potorti` <pot@gnu.org> |
1111 | |
1112 * etags.1: Add the latest changes to etags behaviour. | |
1113 | |
37561 | 1114 2001-05-04 Eli Zaretskii <eliz@is.elta.co.il> |
1115 | |
1116 * emacsclient.1: Place in the public domain. | |
1117 | |
37513 | 1118 2001-04-29 Eli Zaretskii <eliz@is.elta.co.il> |
1119 | |
1120 * emacstool.1: Place under GFDL. | |
1121 | |
37457 | 1122 2001-04-25 Eli Zaretskii <eliz@is.elta.co.il> |
1123 | |
1124 * emacs.1: Place under GFDL. | |
1125 | |
1126 * etags.1: Ditto. | |
1127 | |
1128 * gfdl.1: New file. | |
1129 | |
37387 | 1130 2001-04-18 Gerd Moellmann <gerd@gnu.org> |
1131 | |
1132 * TUTORIAL.sk, sk-survival.tex | |
1133 * sk-refcard.ps, sk-refcard.tex, sk-dired-ref.ps | |
1134 * sk-dired-ref.tex: New files. | |
37783 | 1135 |
37387 | 1136 * cs-survival.tex, cs-dired-ref.ps, cs-dired-ref.tex: New files. |
52010
08ca5a28493e
Truncated process output with pty's on Mac OS X.
Andrew Choi <akochoi@shaw.ca>
parents:
51927
diff
changeset
|
1137 From Pavel@Janik.cz (Pavel Jan,Am(Bk). |
37387 | 1138 |
37293 | 1139 2001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1140 | |
1141 * ps-prin1.ps: Footer implementation. Doc fix. | |
1142 (doLineNumber): Code fix for line number color. | |
1143 (BeginPage, BeginSheet, HeaderFramePath, HeaderFrame, HeaderText): Code | |
1144 fix for footer implementation. | |
1145 (TextStart, SetFooterLines, FooterFrameStart, doFramePath) | |
1146 (FooterFramePath, doFrame, FooterFrame, FooterStart) | |
1147 (HeaderOrFooterTextLines, HeaderOrFooterText, FooterText): New funs. | |
1148 | |
37167 | 1149 2001-04-03 Gerd Moellmann <gerd@gnu.org> |
1150 | |
1151 * splash8.xpm: New image from Luis Fernandes <elf@ee.ryerson.ca> | |
1152 for color depth 8. | |
1153 | |
37139 | 1154 2001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1155 | |
1156 * ps-prin1.ps: Line and paragraph spacing feature. | |
1157 (LineHS, ParagraphHS, EffectUnderline, EffectStrikeou, EffectOverline) | |
1158 (EffectShadow, EffectBox, EffectOutline): New vars. | |
1159 (PSL, S, EF, printZebra, doColumnZebra, doZebra): Code fix. | |
1160 (PHL, LHL): New funs. | |
1161 | |
1162 * ps-prin2.ps: File eliminated. | |
37783 | 1163 |
37000 | 1164 2001-03-26 Gerd Moellmann <gerd@gnu.org> |
1165 | |
1166 * splash.pbm: New image from Luis Fernandes <elf@ee.ryerson.ca>. | |
1167 | |
36823 | 1168 2001-03-15 Gerd Moellmann <gerd@gnu.org> |
1169 | |
1170 * splash.xpm, splash.pbm: Replaced with new images from | |
1171 Luis Fernandes <elf@ee.ryerson.ca>. | |
1172 | |
36538 | 1173 2001-03-05 Gerd Moellmann <gerd@gnu.org> |
1174 | |
1175 * cs-refcard.ps, cs-refcard.tex: New files. | |
1176 | |
36404 | 1177 2001-02-26 Gerd Moellmann <gerd@gnu.org> |
1178 | |
1179 * THE-GNU-PROJECT: New file. | |
1180 | |
36311 | 1181 2001-02-22 Andrew Innes <andrewi@gnu.org> |
1182 | |
1183 * MACHINES: Update pointer to MS-Windows install instructions. | |
1184 | |
36217 | 1185 2001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1186 | |
1187 * ps-prin1.ps: Code fix to support `ps-zebra-stripe-follow' | |
1188 functionality enhancement. | |
1189 (doColumnZebra): Code fix. | |
37783 | 1190 |
35987 | 1191 2001-02-08 Dave Love <fx@gnu.org> |
1192 | |
35989 | 1193 * tasks.texi, SERVICE: Updated. |
35987 | 1194 |
35873 | 1195 2001-02-03 Andrew Innes <andrewi@gnu.org> |
1196 | |
1197 * PROBLEMS: Add note about need to specify extra compiler flags | |
1198 with recent Cygwin ports of gcc. | |
1199 | |
35656 | 1200 2001-01-27 Eli Zaretskii <eliz@is.elta.co.il> |
1201 | |
1202 * DEBUG: Expand and update, based on the instructions to | |
1203 pretesters, nt/INSTALL, and private communications and experience. | |
1204 | |
35378 | 1205 2001-01-17 Dave Love <fx@gnu.org> |
1206 | |
1207 * termcap.src: New version from http://www.tuxedo.org/~esr/terminfo/. | |
1208 | |
35127 | 1209 2001-01-08 Gerd Moellmann <gerd@gnu.org> |
1210 | |
1211 * TUTORIAL.es: New file. | |
1212 | |
35125 | 1213 2001-01-08 Kevin Gallagher <kevingal@onramp.net> |
1214 | |
1215 * edt-user.doc: Updated to reflect EDT Emulation version 4.0 | |
1216 enhancements. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1217 |
34923 | 1218 2000-12-29 Gerd Moellmann <gerd@gnu.org> |
1219 | |
1220 * fr-refcard.tex, fr-refcard.ps, fr-drdref.tex, fr-drdref.ps: New | |
1221 files. | |
1222 | |
34922 | 1223 2000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1224 | |
1225 * ps-prin1.ps: Handle form feed better when ps-zebra-stripe-follow | |
1226 is non-nil. | |
1227 (printZebra, BeginPage): Code fix. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1228 |
34595 | 1229 2000-12-15 Miles Bader <miles@gnu.org> |
1230 | |
1231 * DEBUG: Add note aboute using `inverse-video' to detect excessive | |
1232 screen redraw. | |
1233 | |
34333 | 1234 2000-12-07 Dave Love <fx@gnu.org> |
1235 | |
1236 * CODINGS, CHARSETS: Removed. (Mule 2.3 relics.) | |
1237 | |
34047 | 1238 2000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1239 | |
1240 * ps-prin1.ps: Eliminated the line number font predefinition. | |
1241 | |
33331 | 1242 2000-11-09 Kenichi Handa <handa@etl.go.jp> |
1243 | |
33332 | 1244 * TUTORIAL.ja: Adjusted for the change of TUTORIAL (use C-x C-l, |
1245 not M-:, as example of disabled command). | |
33331 | 1246 |
33152 | 1247 2000-11-02 Gerd Moellmann <gerd@gnu.org> |
1248 | |
1249 * ONEWS.1, ONEWS.2, ONEWS.3, ONEWS.4: Renamed from NEWS.*. | |
1250 | |
32522 | 1251 2000-10-16 Gerd Moellmann <gerd@gnu.org> |
1252 | |
1253 * 3B-MAXMEM, AIX.DUMP, SUN-SUPPORT: Removed. | |
1254 | |
32523 | 1255 * tasks.texi: Updated to the version from /gd/gnuorg. |
1256 | |
32527 | 1257 * FTP: Refer to the GNU web site. |
1258 | |
32411 | 1259 2000-10-12 Dave Love <fx@gnu.org> |
1260 | |
1261 * gnus.pbm: New file. | |
1262 | |
1263 * gnus.xbm: Deleted. | |
1264 | |
32165 | 1265 2000-10-05 Miles Bader <miles@lsi.nec.co.jp> |
1266 | |
1267 * gnus-pointer.xbm, gnus-pointer.xpm: Remove top empty line. | |
1268 | |
31841 | 1269 2000-09-22 Gerd Moellmann <gerd@gnu.org> |
1270 | |
1271 * splash.xbm: File removed. | |
1272 * splash.pbm: New file. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1273 |
31770 | 1274 2000-09-20 Gerd Moellmann <gerd@gnu.org> |
1275 | |
1276 * splash.xbm: New file. | |
1277 | |
31717 | 1278 2000-09-19 Gerd Moellmann <gerd@gnu.org> |
1279 | |
1280 * splash.xpm: New file. | |
1281 | |
31540 | 1282 2000-09-11 Dave Love <fx@gnu.org> |
1283 | |
1284 * gnus.xbm, gnus.xpm, gnus-pointer.xpm, gnus-pointer.xbm: New | |
1285 files. | |
1286 | |
31256 | 1287 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1288 | |
1289 * ps-prin3.ps: Eliminated. | |
1290 | |
1291 * ps-prin2.ps: Changed comment version (6.0). | |
1292 | |
1293 * ps-prin1.ps: Changed comment version (6.0). | |
1294 | |
1295 * ps-prin0.ps: Changed comment version (6.0). | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1296 |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
49578
diff
changeset
|
1297 2000-08-24 Wlodzimierz Bzyl <matwb@univ.gda.pl> |
31150 | 1298 |
1299 * survival.tex: New file. | |
1300 | |
31004 | 1301 2000-08-21 Gerd Moellmann <gerd@gnu.org> |
1302 | |
1303 * de-refcard.ps, de-refcard.tex: Renamed from refcard-de.*. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1304 |
31004 | 1305 * pl-refcard.ps, pl-refcard.tex: Renamed from refcard-pl.*. |
1306 | |
30922 | 1307 2000-08-17 Gerd Moellmann <gerd@gnu.org> |
1308 | |
1309 * NEWS.1: Reintegrated into NEWS. | |
1310 | |
1311 * OOOOONEWS...OONEWS: Renamed to NEWS.1...NEWS.4. | |
1312 | |
30863 | 1313 2000-08-16 Gerd Moellmann <gerd@gnu.org> |
1314 | |
30871 | 1315 * dired-ref.tex, dired-ref.ps: New files. |
1316 | |
30863 | 1317 * refcard-de.tex, refcard-de.ps: New files. |
1318 | |
30350 | 1319 2000-07-20 Gerd Moellmann <gerd@gnu.org> |
1320 | |
1321 * emacs.1: Change `-b' to `-bw'. | |
1322 | |
30117 | 1323 2000-07-07 Andreas Schwab <schwab@suse.de> |
1324 | |
1325 * yow.lines: Fix indentation. | |
1326 | |
29498 | 1327 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1328 | |
1329 * ps-prin0.ps: Insert a version number comment (5.2.2). | |
1330 Indentation fix. | |
1331 | |
1332 * ps-prin1.ps: Insert a version number comment (5.2.2). Can | |
1333 select page size with/without giving an error if PostScript | |
1334 printer doesn't have this kind of page size. Zebra Stripe | |
1335 continues or restarts on next page. Indentation fix. | |
1336 (BeginSheet): If necessary, rescale n-up to fit on the sheet of | |
1337 paper. | |
1338 (BeginDoc, doColumnZebra, HeaderText): Code fix. | |
1339 (SetPageSize): New proc. | |
1340 | |
1341 * ps-prin2.ps: Insert a version number comment (5.2.2). | |
1342 | |
1343 * ps-prin3.ps: Insert a version number comment (5.2.2). | |
1344 Indentation fix. | |
1345 | |
28981 | 1346 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1347 | |
1348 * ps-prin1.ps: PostScript code compatibility with other utilities | |
1349 like mpage, psnup, etc. | |
1350 (isLineStep): Code fix. | |
1351 (BeginDoc, BeginSheet): Utility compatibility. | |
1352 | |
28798 | 1353 2000-05-03 Dave Love <fx@gnu.org> |
1354 | |
1355 * letter.xbm: New file. | |
1356 | |
28764 | 1357 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1358 | |
1359 * ps-prin0.ps: PostScript level 1 compatibility. | |
1360 | |
1361 * ps-prin1.ps: PostScript level 1 compatibility, Upside-down | |
1362 printing and line number step. | |
1363 (BeginDoc, doLineNumber, SL, HL): Code fix. | |
1364 (isLineStep, PSL): New funs. | |
1365 | |
1366 * ps-prin3.ps: PostScript level 1 compatibility. | |
1367 | |
28538 | 1368 2000-04-10 Gerd Moellmann <gerd@gnu.org> |
1369 | |
1370 * refcard.bit: Removed. | |
1371 | |
28532 | 1372 2000-04-10 Wlodzimierz Bzyl <matwb@monika.univ.gda.pl> |
1373 | |
1374 * refcard-pl.ps: New file. | |
1375 * refcard-pl.tex: New file. | |
1376 | |
28429 | 1377 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1378 | |
1379 * ps-prin0.ps: Replace gs_languagelevel by languagelevel. | |
1380 (DefOp): New proc. | |
1381 | |
1382 * ps-prin1.ps: Replace gs_languagelevel by languagelevel. | |
1383 (printBackground, SetColor): New procs. | |
1384 (ZebraColor): Renaming old ZebraGray var. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1385 |
28287 | 1386 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1387 | |
1388 * ps-prin1.ps: Eliminate SkipFirstPage. | |
1389 | |
28267 | 1390 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1391 | |
1392 * ps-prin0.ps: Define command only for language level 1. | |
1393 | |
28169 | 1394 2000-03-16 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1395 |
28764 | 1396 * ps-prin0.ps: Define packedarray operator for language level 1, |
1397 adjust setduplexmode and settumble definitions. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1398 |
28155 | 1399 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1400 | |
1401 * ps-print0.ps: New file. | |
35297
e268b7b500f0
Changes for makefile support in etags.
Francesco Potortì <pot@gnu.org>
parents:
35127
diff
changeset
|
1402 |
28155 | 1403 * ps-prin1.ps, ps-prin3.ps: Eliminate CheckConfig. |
1404 | |
27164 | 1405 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br> |
1406 | |
1407 * ps-prin1.ps, ps-prin2.ps, ps-prin3.ps: New files. | |
1408 | |
26664
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
1409 1999-11-30 Paul Eggert <eggert@twinsun.com> |
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
1410 |
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
1411 * PROBLEMS: Update Solaris 2.6 and 7 problems. |
a7963e66c555
Update Solaris 2.6 and 7 problems.
Paul Eggert <eggert@twinsun.com>
parents:
26529
diff
changeset
|
1412 |
26529
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
1413 1999-11-22 Paul Eggert <eggert@twinsun.com> |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
1414 |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
1415 * NEWS: Rename messages-locale to system-messages-locale |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
1416 and time-locale to system-time-locale. |
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
1417 |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1418 1999-10-24 Noah Friedman <friedman@splode.com> |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1419 |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1420 * yow.lines: Add more quotes. Correct a misquote. |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1421 |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1422 * spook.lines: Add more phrases. |
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1423 |
26141
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25896
diff
changeset
|
1424 1999-10-23 Paul Eggert <eggert@twinsun.com> |
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25896
diff
changeset
|
1425 |
26529
e24d7fefd07e
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
26161
diff
changeset
|
1426 * NEWS: Describe new functions and variables for locales. |
26141
2f0e5ec04989
*** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents:
25896
diff
changeset
|
1427 |
25896 | 1428 1999-10-07 Gerd Moellmann <gerd@gnu.org> |
1429 | |
1430 * TUTORIAL.ro: Change copyright statement. | |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1431 |
25853 | 1432 1999-07-12 Richard Stallman <rms@gnu.org> |
1433 | |
1434 * Version 20.4 released. | |
1435 | |
1436 1999-06-27 Karl Heuer <kwzh@gnu.org> | |
1437 | |
1438 * yow.lines: Fix indentation. Fix typo. | |
1439 | |
1440 1999-01-19 Dave Love <fx@gnu.org> | |
1441 | |
1442 * MORE.STUFF: Revamped. | |
1443 | |
1444 1999-01-14 Dave Love <fx@gnu.org> | |
1445 | |
1446 * FAQ: Merge posted updates. | |
1447 | |
1448 1998-12-14 Dave Love <fx@gnu.org> | |
1449 | |
1450 * FAQ: Somewhat edited copy of the most recently posted version. | |
1451 | |
1452 1998-11-04 Kenichi Handa <handa@etl.go.jp> | |
1453 | |
1454 * MACHINES (NEC EWS4800): New section. | |
1455 | |
1456 1998-09-04 Karl Heuer <kwzh@gnu.org> | |
1457 | |
1458 * TUTORIAL: Use C-x C-l, not M-:, as example of disabled command. | |
1459 | |
1460 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu> | |
1461 | |
1462 * Version 20.3 released. | |
1463 | |
1464 * TUTORIAL.ro: New file. | |
1465 | |
1466 1998-04-10 Ken'ichi Handa <handa@melange.gnu.org> | |
1467 | |
1468 * TUTORIAL.sl: Renamed back to the original. | |
1469 | |
1470 1998-04-10 Kenichi Handa <handa@etl.go.jp> | |
1471 | |
1472 * TUTORIAL.cs: Renamed from TUTORIAL.cz. | |
1473 * TUTORIAL.ja: Renamed from TUTORIAL.jp. | |
1474 * TUTORIAL.ka: Renamed from TUTORIAL.kr. | |
1475 * TUTORIAL.sk: Renamed from TUTORIAL.sl. | |
1476 | |
1477 1998-04-06 Kenichi Handa <handa@etl.go.jp> | |
1478 | |
1479 * TUTORIAL.jp: Re-translated for the latest TUTORIAL. | |
1480 | |
1481 1998-03-26 Richard Stallman <rms@psilocin.gnu.org> | |
1482 | |
1483 * TUTORIAL.sl: New file. | |
1484 | |
1485 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1486 | |
1487 * Version 20.2 released. | |
1488 | |
1489 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1490 | |
1491 * Version 20.1 released. | |
1492 | |
1493 1997-06-02 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> | |
1494 | |
1495 * CODINGS, CHARSETS: New files. | |
1496 | |
1497 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1498 | |
1499 * Version 19.33 released. | |
1500 | |
1501 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1502 | |
1503 * Version 19.32 released. | |
1504 | |
1505 1996-06-23 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> | |
1506 | |
1507 * refcard.ps: File obtained from someone else; | |
1508 it was generated badly here. | |
1509 | |
1510 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
1511 | |
1512 * Version 19.31 released. | |
1513 | |
1514 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu> | |
1515 | |
1516 * TUTORIAL: Rephrase the first page to fit on a standard tty screen. | |
1517 | |
1518 1996-05-03 Richard Stallman <rms@delasyd.gnu.ai.mit.edu> | |
1519 | |
1520 * emacs.bash: Use >|. | |
1521 | |
1522 1996-01-20 Geoff Voelker <voelker@cs.washington.edu> | |
1523 | |
1524 * rgb.txt: New file. | |
1525 | |
1526 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1527 | |
1528 * Version 19.30 released. | |
1529 | |
1530 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> | |
1531 | |
1532 * gnus-tut.txt: New file. | |
1533 | |
1534 1995-07-26 David J. MacKenzie <djm@geech.gnu.ai.mit.edu> | |
1535 | |
1536 * Rename termcap to termcap.src, the historical name for an | |
1537 uninstalled termcap file. | |
1538 | |
1539 1995-06-28 Eric S. Raymond <esr@spiff.gnu.ai.mit.edu> | |
1540 | |
1541 * termcap.dat, termcap.ucb: deleted and replaced. | |
1542 | |
1543 * termcap: New termcap file from the ncurses project; bigger, | |
1544 better, brighter, does away with waxy yellow buildup. Email | |
1545 me at terminfo@ccil.org if you have any trouble with this. | |
1546 | |
1547 * README: Changed to track above change. | |
1548 | |
1549 1995-05-24 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> | |
1550 | |
1551 * TUTORIAL: Delete reference to ALT. Change <Rubout> to <Delete>. | |
1552 | |
1553 1995-04-26 Karl Heuer <kwzh@nutrimat.gnu.ai.mit.edu> | |
1554 | |
1555 * Makefile (maintainer-clean): Renamed from realclean. | |
1556 | |
1557 1995-04-09 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1558 | |
1559 * tpu-doc.el: File moved to etc dir and renamed. | |
1560 | |
1561 1995-04-07 Boris Goldowsky <boris@cs.rochester.edu> | |
1562 | |
1563 * enriched.doc: Rewritten and simplified. | |
1564 | |
1565 1994-11-20 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1566 | |
1567 * Makefile (eterm): New rule. | |
1568 (TIC): New variable. | |
1569 | |
1570 * e/eterm, e/eterm.ti: New files. | |
1571 | |
1572 1994-10-24 Boris Goldowsky <boris@mole.gnu.ai.mit.edu> | |
1573 | |
1574 * enriched.doc: New file. | |
1575 | |
1576 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu> | |
1577 | |
1578 * Version 19.26 released. | |
1579 | |
1580 1994-07-03 Richard Stallman (rms@gnu.ai.mit.edu) | |
1581 | |
1582 * TUTORIAL: Talk about flow control along with C-x C-s and C-s. | |
1583 | |
1584 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1585 | |
1586 * Version 19.25 released. | |
1587 | |
1588 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1589 | |
1590 * Version 19.24 released. | |
1591 | |
1592 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1593 | |
1594 * Version 19.23 released. | |
1595 | |
1596 1994-04-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1597 | |
1598 * Makefile (clean): Delete DOC*. | |
1599 | |
1600 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1601 | |
1602 * Version 19.22 released. | |
1603 | |
1604 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1605 | |
1606 * Version 19.21 released. | |
1607 | |
1608 1993-11-11 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1609 | |
1610 * Version 19.20 released. | |
1611 | |
1612 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1613 | |
1614 * Version 19.19 released. | |
1615 | |
1616 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1617 | |
1618 * Version 19.18 released. | |
1619 | |
1620 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
1621 | |
1622 * Version 19.16 released. | |
1623 | |
1624 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1625 | |
1626 * version 19.15 released. | |
1627 | |
1628 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1629 | |
1630 * Version 19.14 released. | |
1631 | |
1632 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1633 | |
1634 Bring mumbleclean targets into conformance with GNU coding standards. | |
1635 * Makefile (distclean): Don't remove backup and autosave files. | |
1636 These are easy to get rid of in other ways, and a pain to lose. | |
1637 (mostlyclean, realclean): New targets. | |
1638 | |
1639 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1640 | |
1641 * Version 19.13 released. | |
1642 | |
1643 1993-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1644 | |
1645 * Version 19.10 released. | |
1646 | |
1647 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
1648 | |
1649 * Version 19.9 released. | |
1650 | |
1651 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1652 | |
1653 * Version 19.8 released. | |
1654 | |
1655 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu) | |
1656 | |
1657 * Version 19.7 released. | |
1658 | |
1659 1993-05-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1660 | |
1661 * MACHINES: Mention Linux. | |
1662 | |
1663 1993-04-26 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
1664 | |
1665 * MACHINES: Add section for NeXT, from Thorsten Ohl. | |
1666 | |
1667 1993-04-28 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1668 | |
1669 * NEWS: Documented picture-mode improvements. | |
1670 | |
1671 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1672 | |
1673 * NEWS: Described the new properties of arrow keys and | |
1674 next-line-add-newlines. Fixed up the GUD description, it was | |
1675 out of date. This file referenced LNEWS when it should have | |
1676 said news.texi; fixed. | |
1677 | |
1678 news.texi: invocation-name now exists. | |
1679 | |
1680 1993-03-27 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1681 | |
1682 * MORE.STUFF: Added. | |
1683 | |
1684 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1685 | |
1686 * NEWS: Preserved jimb's last change (documenting kill on | |
1687 read-only buffers). | |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1688 |
25853 | 1689 Added documentation on new info features. |
1690 | |
1691 1993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1692 | |
1693 * spook.lines: Alpha-sorted this, and added some new hot buttons | |
1694 for the 1990s. | |
1695 | |
1696 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1697 | |
1698 * MACHINES: Deleted some VMS caveats. If the src and lisp | |
1699 ChangeLogs are correct, dired and mail and process control are now | |
1700 fully supported. | |
1701 | |
1702 * NEWS: Added finder news. | |
1703 | |
1704 1993-03-19 Richard Stallman (rms@geech.gnu.ai.mit.edu) | |
1705 | |
1706 * NEWS: Changed. | |
1707 | |
1708 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1709 | |
1710 * sex.6: Added 900-line support | |
1711 | |
1712 * NEWS: Added news about the package finder. | |
1713 | |
1714 1993-03-19 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1715 | |
1716 * MACHINES: `Last updated 10 Feb 1992.' was obviously wrong, so | |
1717 I nuked it. Let the file mod date serve. Merged in APOLLO and | |
1718 SUNBUG files. Changed references to 18.* to past tense. | |
1719 | |
1720 * emacs.names: merged into JOKES. I faked a mail header from the | |
1721 Unknown User to delimit the first (unheaded) bit. | |
1722 | |
1723 * Makefile (relock, unlock): New productions. | |
1724 | |
1725 1993-03-18 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) | |
1726 | |
1727 Augean-stable cleaning time. Partly to save space, but mostly to | |
1728 reduce the dizzying amount of *stuff* confronting someone exploring | |
1729 the Emacs distribution, I have the following changes in the etc | |
1730 directory: | |
1731 | |
1732 * CHARACTERS: merged into TO-DO file under the heading "Long Range:" | |
1733 | |
1734 * DIFF, CCADIFF and GOSDIFF: merged into a new outline file titled | |
1735 OTHER.EMACSES. The present names don't really convey anything. | |
1736 Various key bindings and feature descriptions have been updated. | |
1737 | |
1738 * NICKLES.WORTH. Nuked. This is copyrighted material that could land | |
1739 FSF in hot water. | |
1740 | |
1741 * INTERVAL.IDEAS: Nuked. RMS's thinking, and indeed the | |
1742 implementation of intervals, have progressed way beyond this. | |
1743 | |
1744 * RCP: Nuked. It no longer said anything but "Ooops, sorry!" | |
1745 | |
1746 * ED.WORSHIP, GNU.JOKES: merged into a mailbox called JOKES. | |
1747 Future jokes can accumulate there. | |
1748 | |
1749 * DISTRIB: the actual domestic order form is now ORDERS.USA. | |
1750 The DISTRIB text now mentions 19. | |
1751 | |
1752 * ORDERS.USA: created. This is just the order form. DISTRIB | |
1753 has a pointer to it at the beginning. | |
1754 | |
1755 * EUROPE: renamed to ORDERS.EUROPE. DISTRIB now has a pointer | |
1756 to it at the beginning. | |
1757 | |
1758 * OOOONEWS, OOOONEWS: Nuked. It's version 19 --- nobody needs the | |
1759 version 15 and 17 files anymore. | |
1760 | |
1761 All files marked "Nuked" have actually been moved to =-prefixed | |
1762 names as per convention. Originals of all files merged still | |
1763 exist with =-names. | |
1764 | |
1765 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1766 | |
1767 * XENIX: nuked (moved to =XENIX). The hackery it describes is | |
1768 no longer necessary in the presence of 19's function-key-map | |
1769 feature; I've added an explanation to the beginning of the file. | |
1770 | |
1771 1993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
1772 | |
1773 * MACHINES: Update description of SYSVr3 and r4 support, due to | |
1774 Eric Raymond's changes. | |
1775 | |
1776 1993-03-09 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
1777 | |
1778 * MACHINES: Mention that you have to edit the configure script | |
1779 when you add support for a new machine, to get it to recognize the | |
1780 configuration name. | |
1781 | |
1782 1992-11-20 Jim Blandy (jimb@totoro.cs.oberlin.edu) | |
1783 | |
1784 * MACHINES: Converted to use GCC-style configuration names, | |
1785 instead of listing m/*.h and s/*.h files. All knowledge of m/ and | |
1786 s/ files now lives in ../configure. | |
1787 | |
1788 1992-10-06 Roland McGrath (roland@churchy.gnu.ai.mit.edu) | |
1789 | |
1790 * NEWS: Document included tags tables. | |
1791 | |
1792 1992-07-22 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) | |
1793 | |
1794 * Corrected the news about VC to reflect reality. | |
1795 | |
1796 1992-07-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu) | |
1797 | |
1798 * etags.1: New file, from Richard K. Pixley at Cygnus. | |
1799 | |
1800 1992-06-24 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1801 | |
1802 * Makefile: Most of the contents of this file were only relevant | |
1803 to things in `../lib-src'; removed all but the `distclean' and | |
1804 `clean' targets. | |
1805 | |
1806 1992-04-14 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1807 | |
1808 * COPYING: Got June 1991 version of the GPL here. | |
1809 | |
1810 * ChangeLog: Since the old etc contents have been split into etc | |
1811 and lib-src, the old etc's ChangeLog has been duplicated in the | |
1812 new etc and lib-src. That means that each contains complete and | |
1813 coherent information, although each contains extraneous | |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
1814 information. |
25853 | 1815 |
1816 1992-04-08 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1817 | |
1818 * lib-src/etags.c: "--no-warning" option renamed to "--no-warn", | |
1819 to be consistent with other GNU programs, like makeinfo. | |
1820 | |
1821 * lib-src/Makefile: Renamed to Makefile.in; the configure script | |
1822 will edit this to produce Makefile. | |
1823 | |
1824 1992-04-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1825 | |
1826 * etags.c (print_help, print_version): New functions. | |
1827 (main): Options added to support them. | |
1828 | |
1829 * etags.c (longopts): New array of long names for the options. | |
1830 (main): Recognize them. | |
1831 | |
1832 1992-04-06 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1833 | |
1834 * etags.c (C_entries): Removed comment saying that \" in a string | |
1835 isn't recognized as magic, because it is correctly handled. | |
1836 | |
1837 * getopt.c, getopt.h: New files, from GNU C library. | |
1838 * etags.c: Rewritten to use getopt. | |
1839 #include "getopt.h". | |
1840 (file_num): Variable deleted; its role is now played by getopt's | |
1841 optind. | |
1842 (main): Argument processing loop rewritten to call getopt to get | |
1843 next option. Options which take parameters (-o and -i) rewritten | |
1844 to get parameter from optarg instead of argv[1]. Filename | |
1845 preprocessing loop and update command changed similarly. | |
1846 * Makefile (etags, ctags): Depend on and link with getopt.h, | |
1847 getopt.o, and getopt1.o. | |
1848 (getopt.o, getopt1.o): New targets for the GNU getopt routines. | |
1849 | |
1850 * etags.c (outfflag): Variable deleted; it is non-zero iff outfile | |
1851 is non-zero. | |
1852 | |
1853 (main): In the argument processing loop, the 'goto next_arg' | |
1854 statements are breaking out of the switch statement in exactly the | |
1855 same way that a simple 'break' statement would; replace the gotos | |
1856 with breaks, and remove the label. | |
1857 | |
1858 1992-04-06 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1859 | |
1860 * etags.c (C_entries): Clear tydef and next_token_is_func at start. | |
1861 (consider_token): Move next_token_is_func to global. | |
1862 | |
1863 1992-04-02 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1864 | |
1865 * Makefile: Conform with GNU coding standards: | |
1866 (mostlyclean): New target, synonymous with clean. | |
1867 (TAGS, check): New targets. | |
1868 (INSTALL, INSTALLFLAGS): New variables. | |
1869 | |
1870 1992-03-31 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1871 | |
1872 * lib-src/Makefile, etc/MACHINES, etc/NEWS: Changed references to | |
1873 `config.emacs' to `configure'. | |
1874 | |
1875 * lib-src/Makefile: Adjusted for renaming of share-lib to etc. | |
1876 * etc/MACHINES: Same. | |
1877 | |
1878 1992-03-30 Jim Blandy (jimb@pogo.cs.oberlin.edu) | |
1879 | |
1880 * movemail.c (main): Allow tempname to be as long as necessary, | |
1881 instead of limiting it to 39 characters. | |
1882 | |
1883 * movemail.c (main): Move declaration of buf from top of function | |
1884 to local block surrounding the copy loop. This makes it less | |
1885 likely to be confused with the buf used by the code which checks the | |
1886 permissions on outname's directory. | |
1887 | |
1888 1992-03-20 Jim Kingdon (kingdon@albert.gnu.ai.mit.edu) | |
1889 | |
1890 * SERVICE: Remove my entry. | |
1891 | |
1892 1992-03-09 David J. MacKenzie (djm@nutrimat.gnu.ai.mit.edu) | |
1893 | |
1894 * Makefile (emacstool, nemacstool, xvetool): Use ${CFLAGS}, not | |
1895 hardcoded -g. | |
1896 | |
1897 * movemail.c (xmalloc): Return char *, not int. | |
1898 (main) [!MAIL_USE_FLOCK]: Add a new conditional, MAIL_UNLINK_SPOOL, | |
1899 that is off by default -- normally don't unlink the mail spool | |
1900 file, just empty it. Pass creat mode 0600, not 0666. | |
1901 | |
40965 | 1902 1992-02-07 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25853 | 1903 |
1904 * Makefile (../arch-lib): Depend on ${EXECUTABLES}. | |
1905 (all): Instead of here. | |
1906 (install): Don't use the -s option, since people need symbols to | |
1907 debug code. | |
1908 | |
40965 | 1909 1992-01-19 Eric Youngdale (youngdale@v6550c.nrl.navy.mil) |
25853 | 1910 |
1911 * etags-vmslib.c (fn_exp): Add type cast. | |
1912 | |
1913 1992-01-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) | |
1914 | |
1915 * movemail.c: Changes in comments. | |
1916 | |
40965 | 1917 1992-01-13 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25853 | 1918 |
1919 * Makefile: Make the distclean target erase the DOC files from | |
1920 ../share-lib and the executables from ../arch-lib. | |
1921 | |
40965 | 1922 1992-01-09 Jim Blandy (jimb@pogo.cs.oberlin.edu) |
25853 | 1923 |
1924 * emacsclient.c: #include <sys/stat.h> | |
1925 (main): Do declare statbfr. | |
1926 | |
40965 | 1927 1991-12-21 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 1928 |
1929 * emacsserver.c, emacsclient.c [BSD]: Use either /tmp or ~ | |
1930 for the socket, depending on SERVER_HOME_DIR. | |
1931 If using /tmp, put host name in the socket name. | |
1932 | |
1933 * movemail.c (pfatal_and_delete): New function. | |
1934 (main, popmail): Use it. | |
1935 (popmail): Close output before deleting messages. | |
1936 Check for error on close and on fsync. | |
1937 Use `fatal' where appropriate. | |
1938 (main): Remove (void). | |
1939 | |
1940 * aixcc.lex: New file. Not officially part of Emacs. | |
1941 * Makefile: Rules for that. | |
1942 | |
40965 | 1943 1991-12-04 Jim Blandy (jimb@pogo.gnu.ai.mit.edu) |
25853 | 1944 |
1945 * yow.c (main): Rename all references to PATH_EXEC to PATH_DATA. | |
1946 | |
1947 * etags.c (main): Properly cast call to alloca that initializes | |
1948 included_files. | |
1949 | |
1950 1991-08-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) | |
1951 | |
1952 * etags.c (files_are_tag_tables): Remove global var. | |
1953 (process_file): Don't test it. Also remove hack checking for a | |
1954 file named "TAGS". | |
1955 (main): -i now takes an arg which is the name of a file to include. | |
1956 Collect these names and emit include tags for them after processing | |
1957 all the argument files. | |
1958 | |
40965 | 1959 1991-07-30 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 1960 |
1961 * wakeup.c: Terminate if parent goes away. | |
1962 | |
40965 | 1963 1991-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 1964 |
1965 * etags.c (C_entries): Process token before handling end of line. | |
1966 When inner loops reach end of line, just back up. | |
1967 Let the real end of line processing happen in just one place. | |
1968 (consider_token): Likewise. | |
1969 | |
40965 | 1970 1991-04-11 Jim Blandy (jimb@geech.gnu.ai.mit.edu) |
25853 | 1971 |
1972 * etags.c (TEX_mode): Skip comments while scanning the text to see | |
1973 which escape character this file uses. | |
1974 | |
40965 | 1975 1991-03-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) |
25853 | 1976 |
1977 * emacsserver.c [USG]: Terminate if msgrcv fails. | |
1978 | |
40965 | 1979 1991-03-03 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 1980 |
1981 * emacsserver.c [BSD]: Check for errors on stdin after scanf. | |
1982 | |
40965 | 1983 1991-01-25 Jim Blandy (jimb@churchy.ai.mit.edu) |
25853 | 1984 |
1985 * make-docfile: Find the arguments to a C function correctly, | |
1986 by not ignoring the character that read_c_string returns. Don't | |
1987 even try to find argument names for functions that take MANY | |
1988 or UNEVALLED arguments, since they're a figment of the docstring's | |
1989 imagination. | |
1990 | |
40965 | 1991 1991-01-14 Jim Blandy (jimb@churchy.ai.mit.edu) |
25853 | 1992 |
1993 * make-docfile: Read the .elc files generated by the new byte | |
1994 compiler. | |
1995 | |
40965 | 1996 1990-12-31 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 1997 |
1998 * refcard.tex: Use cm fonts, not am, in multi-column mode. | |
1999 | |
40965 | 2000 1990-11-29 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2001 |
2002 * movemail.c (mbx_delimit_begin): Put space before `unseen'. | |
2003 | |
40965 | 2004 1990-11-27 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2005 |
2006 * Makefile (install*): No need to install wakeup. | |
2007 | |
40965 | 2008 1990-11-26 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2009 |
2010 * Makefile (install*): Install emacsclient like etags. | |
2011 | |
40965 | 2012 1990-11-13 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2013 |
2014 * movemail.c (error): Handle 3 args. | |
2015 (main): Don't check input access if using pop. | |
2016 | |
40965 | 2017 1990-10-16 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2018 |
2019 * etags.c (find_entries): Check for numbers after Scheme suffix. | |
2020 | |
40965 | 2021 1990-10-14 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2022 |
2023 * termcap.dat (vt200-80): Fix ke and ks to frob flag 1. | |
2024 | |
40965 | 2025 1990-10-09 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2026 |
2027 * Makefile (nemacstool, xvetool): New targets. | |
2028 | |
40965 | 2029 1990-09-26 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2030 |
2031 * emacsclient.c: Include errno.h and define related variables. | |
2032 | |
40965 | 2033 1990-09-23 Richard Stallman (rms@mole.ai.mit.edu) |
25853 | 2034 |
2035 * emacsclient.c: Change usage message. | |
2036 | |
40965 | 2037 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu) |
25853 | 2038 |
2039 * emacs.1: Add break before -nw option. | |
2040 | |
40965 | 2041 1990-08-19 David J. MacKenzie (djm@apple-gunkies) |
25853 | 2042 |
2043 * qsort.c: Replace with GNU version. | |
2044 | |
40965 | 2045 1990-08-14 David J. MacKenzie (djm@apple-gunkies) |
25853 | 2046 |
2047 * wakeup.c: New program replacing loadst.c. | |
2048 | |
40965 | 2049 1990-08-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2050 |
2051 * emacsclient.c [USG]: Pass msgsnd only 4 args. | |
2052 | |
40965 | 2053 1990-08-09 David J. MacKenzie (djm@pogo.ai.mit.edu) |
25853 | 2054 |
2055 * etags.c: Rename `flag' variables for what they do instead of | |
2056 which option character sets them. | |
2057 | |
40965 | 2058 1990-05-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2059 |
2060 * loadst.c (main): Conditional to get load average on Apollo. | |
2061 | |
40965 | 2062 1990-05-22 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
25853 | 2063 |
2064 * emacsserver.c: Set the permission on the socket to 0600. | |
2065 | |
40965 | 2066 1990-03-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2067 |
2068 * emacsclient.c [BSD]: Print clean message for failing getwd. | |
2069 | |
40965 | 2070 1990-03-20 David Lawrence (tale@pogo.ai.mit.edu) |
25853 | 2071 |
2072 * getdate.y: Use the getdate.y from GNU tar for timer. | |
2073 | |
40965 | 2074 1990-03-18 Jim Kingdon (kingdon@pogo.ai.mit.edu) |
25853 | 2075 |
2076 * emacsclient.c (main): Don't put brackets around "filename" in | |
2077 usage message. It isn't optional. | |
2078 | |
40965 | 2079 1990-03-14 Joseph Arceneaux (jla@churchy.ai.mit.edu) |
25853 | 2080 |
2081 * etags.c (getit): Recognize '$' as beginning identifiers. | |
2082 | |
40965 | 2083 1990-02-22 David Lawrence (tale@pogo.ai.mit.edu) |
25853 | 2084 |
2085 * emacsserver.c: Renamed from server.c. | |
2086 * Makefile: Reference emacsserver rather than server. | |
2087 * MACHINES: Doc fix for new emacsserver name. | |
2088 | |
40965 | 2089 1990-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2090 |
2091 * emacsclient.c: Print program name in error messages. | |
2092 | |
40965 | 2093 1990-01-19 David Lawrence (tale@cocoa-puffs) |
25853 | 2094 |
2095 * timer.c, getdate.y (new files) and Makefile: | |
2096 Sub-process support for run-at-time in timer.el. | |
26161
5ee4c740d412
*** empty log message ***
Noah Friedman <friedman@splode.com>
parents:
26141
diff
changeset
|
2097 Doesn't yet work correctly for USG. |
25853 | 2098 |
40965 | 2099 1990-01-10 Jim Kingdon (kingdon@pogo) |
25853 | 2100 |
2101 * MACHINES: Add HP 300 running BSD. | |
2102 | |
40965 | 2103 1990-01-02 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2104 |
2105 * yow.c: Dynamically allocate buffer; skip header before random | |
2106 choice to avoid bias toward first item. | |
2107 | |
40965 | 2108 1989-12-24 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2109 |
2110 * etags.c (readline): Separate out init of `pend'. | |
2111 | |
40965 | 2112 1989-12-17 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2113 |
2114 * etags.c: Undo changes relating to isgoodhdr. | |
2115 | |
40965 | 2116 1989-12-16 Mosur Mohan (rms@sugar-bombs.ai.mit.edu) |
25853 | 2117 |
2118 * etags.c (isgoodhdr): New macro. | |
2119 (_gdh, notgdh): New variable used by that. | |
2120 (init): Initialize _gdh. | |
2121 (find_entries): Set header_file. | |
2122 (consider_token): Use isgoodhdr if in header file. | |
2123 | |
2124 * etags.c (total_size_of_entries): | |
2125 Was miscalculating by 1 in rewritten case. | |
2126 | |
2127 * etags.c (PAS_funcs): One arg to pfnote was missing. | |
2128 | |
40965 | 2129 1989-12-05 Joseph Arceneaux (jla@spiff) |
25853 | 2130 |
2131 * MACHINES: Change for the ULTRIX entry. | |
2132 | |
40965 | 2133 1989-11-21 Joseph Arceneaux (jla@spiff) |
25853 | 2134 |
2135 * etags.c (process_file): If file is not regular, return. | |
2136 | |
40965 | 2137 1989-11-06 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2138 |
2139 * loadst.c (main): Handle FIXUP_KERNEL_SYMBOL_ADDR. | |
2140 | |
40965 | 2141 1989-10-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2142 |
2143 * loadst.c (load_average): If HAVE_GETLOADAVG, use getloadavg. | |
2144 (main): If HAVE_GETLOADAVG, don't call `nlist'. | |
2145 | |
40965 | 2146 1989-10-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2147 |
2148 * etags.c (consider_token): Allow any number of typespec keywords | |
2149 after `typedef', before new type name. | |
2150 (enum sym_type): Add st_C_typespec. | |
2151 (C_create_stab): Put typespec kwds in table. | |
2152 | |
40965 | 2153 1989-08-27 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
25853 | 2154 |
2155 * etags.c (main): Don't depend on name invoked by. | |
2156 If CTAGS is not defined, assume it is ETAGS. | |
2157 | |
40965 | 2158 1989-07-31 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2159 |
2160 * etags.c (L_funcs): Allow package name in define construct, | |
2161 as in (foo::defmumble name-defined ...). | |
2162 | |
40965 | 2163 1989-07-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2164 |
2165 * etags.c (find_entries): Stupid bug testing for C filename suffixes. | |
2166 | |
2167 * Makefile (yow): Depends on ../src/paths.h. | |
2168 | |
40965 | 2169 1989-07-04 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
25853 | 2170 |
2171 * etags.c: Fix compilation by moving Pascal after Fortran. | |
2172 | |
40965 | 2173 1989-06-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2174 |
2175 * movemail.c [USG]: Define F_OK, etc., if not found in header. | |
2176 | |
40965 | 2177 1989-05-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2178 |
2179 * hexl.c: New file, supports hexl-mode. | |
2180 | |
40965 | 2181 1989-05-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2182 |
2183 * movemail.c: New compilation flag MAIL_USE_MMDF. | |
2184 | |
40965 | 2185 1989-05-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2186 |
2187 * emacsclient.c: Use BSD code whenever HAVE_SOCKETS. | |
2188 * server.c: Likewise. | |
2189 | |
2190 * make-docfile.c (scan_c_file): Output argument names at end of string. | |
2191 (write_c_args): New subroutine. | |
2192 | |
40965 | 2193 1989-04-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2194 |
2195 * movemail.c: Report failure of flock. | |
2196 | |
40965 | 2197 1989-04-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2198 |
2199 * etags.c (find_entries): Allow multi-letter extensions for fortran. | |
2200 | |
40965 | 2201 1989-04-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2202 |
2203 * loadst.c: on bsd4.3, use gettimeofday instead of CPUSTATES. | |
2204 | |
40965 | 2205 1989-03-15 Jeff Peck (rms@sugar-bombs.ai.mit.edu) |
25853 | 2206 |
2207 * emacstool.c: setenv IN_EMACSTOOL=t, TERM=sun, TERMCAP=. | |
2208 | |
2209 * emacsstool.1: update to document environment variables. | |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
2210 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
2211 1989-02-21 Mosur Mohan (email@notavailable) |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
2212 |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
2213 * etags.c (PAS_funcs): New function. |
25853 | 2214 |
40965 | 2215 1989-02-21 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2216 |
2217 * movemail.c: On sysv, include unistd.h. | |
2218 | |
40965 | 2219 1989-02-18 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2220 |
2221 * b2m.c: New file. | |
2222 | |
40965 | 2223 1989-02-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2224 |
2225 * etags.c: Prolog support from Sunichirou Sugou | |
2226 | |
40965 | 2227 1989-02-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2228 |
2229 * Makefile (clean): New target. | |
2230 | |
40965 | 2231 1989-01-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2232 |
2233 * fakemail.c (put_line): Break header lines at 79 cols. | |
2234 | |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
2235 1989-01-19 Sam Kendall (email@notavailable) |
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
2236 |
62410
216a7e756ba3
*** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents:
62364
diff
changeset
|
2237 * etags.c: Greatly rewritten for C++ support and for multiple tags |
62238
45a3c926bb21
Fixed wrong entries in etc/ChangeLog and replaced my email.
Marcelo Toledo <marcelo@gnu.org>
parents:
62125
diff
changeset
|
2238 per line. |
25853 | 2239 |
40965 | 2240 1989-01-03 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2241 |
2242 * movemail.c: Check access before doing real work. | |
2243 Check that outfile is in a writable directory. | |
2244 On fatal error, delete the lock file. | |
2245 | |
40965 | 2246 1988-12-31 Richard Mlynarik (mly@rice-chex.ai.mit.edu) |
25853 | 2247 |
2248 * env.c: Add decl for my-index | |
2249 * etags.c (file-entries): .oak => scheme | |
2250 | |
40965 | 2251 1988-12-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2252 |
2253 * movemail.c: Use `access' to check input and output files. | |
2254 | |
40965 | 2255 1988-12-28 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2256 |
2257 * emacsclient.c (main): Ignore all of CWD before first slash. | |
2258 | |
40965 | 2259 1988-12-27 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2260 |
2261 * etags.c (readline): Double linebuffer->size outside the xrealloc. | |
2262 | |
40965 | 2263 1988-12-22 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2264 |
2265 * server.c, emacsclient.c: Don't try to use gid_t; it isn't defined. | |
2266 * server.c: chmod the socket to 0700. | |
2267 | |
40965 | 2268 1988-12-09 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2269 |
2270 * fakemail.c (main): Let env var FAKEMAILER override pgm to run. | |
2271 (add_field): Delete comments and turn `<', `>' to spaces | |
2272 in header lines. | |
2273 (USE_FAKEMAIL): New customization macro says to make fakemail | |
2274 not be a no-op even on a BSD system. | |
2275 | |
40965 | 2276 1988-12-01 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2277 |
2278 * etags.c (consider_token): Skip comments just like whitespace. | |
2279 Notice `struct', etc. and set strtag for those tokens. | |
2280 Return 1 for the token following `struct' if an open-brace follows it. | |
2281 (C_entries): Special handling of token following `struct' | |
2282 needed because we have probably advanced to the following line | |
2283 to find the `{'. | |
2284 (main): New option `T' sets tflag and strflag. | |
2285 Set both of them by default if eflags. | |
2286 | |
40965 | 2287 1988-11-30 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2288 |
2289 * movemail.c: Do fsync before closing output. | |
2290 | |
40965 | 2291 1988-11-29 Richard Mlynarik (mly@pickled-brain.ai.mit.edu) |
25853 | 2292 |
2293 * movemail.c: Better error message when can't create tempname. | |
2294 This file needs a great deal of extra error-checking and lucid reporting... | |
2295 | |
40965 | 2296 1988-11-16 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2297 |
2298 * etags.c: Support assembler code for .s and .a files. | |
2299 (getit): Allow underscore in a tag. | |
2300 | |
40965 | 2301 1988-11-15 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2302 |
2303 * movemail.c: Close output and check errors before deleting input. | |
2304 | |
40965 | 2305 1988-10-01 Richard Stallman (rms@apple-gunkies.ai.mit.edu) |
25853 | 2306 |
2307 * emacsclient.c [SYSVIPC]: Compute cwd only once; decide properly | |
2308 whether to prefix it. Handle line number args. | |
2309 | |
40965 | 2310 1988-09-24 Richard Stallman (rms@gluteus.ai.mit.edu) |
25853 | 2311 |
2312 * etags.c (main): default setting of eflag was backwards. | |
2313 | |
40965 | 2314 1988-09-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2315 |
2316 * etags.c: New option -i. -f renamed -o. | |
2317 `-' as input file means read input file names from stdin. | |
2318 -i spec'd or input file named TAGS means the input file is another | |
2319 tag table; output an "include" line for it. | |
2320 | |
40965 | 2321 1988-09-19 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2322 |
2323 * Makefile: New vars DESTDIR, BINDIR, LIBDIR, MANDIR, MANEXT. | |
2324 New targets install, install.sysv, install.xenix. | |
2325 This makefile is now responsible for installing executables | |
2326 and documentation from this directory into system directories. | |
2327 | |
40965 | 2328 1988-09-16 Richard Stallman (rms@corn-chex.ai.mit.edu) |
25853 | 2329 |
2330 * server.c, emacsclient.c (main): Compute socket name from euid. | |
2331 | |
40965 | 2332 1988-08-04 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2333 |
2334 * emacsclient.c: Args like +DIGITS are passed through unchanged. | |
2335 | |
40965 | 2336 1988-07-12 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2337 |
2338 * server.c: If both BSD and HAVE_SYSVIPC, use the latter. | |
2339 * emacsclient.c: Likewise. | |
2340 In the HAVE_SYSVIPC alternative, if BSD, use getwd instead of getcwd. | |
2341 | |
40965 | 2342 1988-06-23 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2343 |
2344 * etags.c: Handle `typedef struct foo {' (price@mcc.com). | |
2345 (istoken) New string-comparison macro. | |
2346 (consider_token): New arg `level'. New state `tag_ok' in `tydef'. | |
2347 | |
40965 | 2348 1988-06-14 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2349 |
2350 * etags.c: Changes for VMS. | |
2351 Always define ETAGS on VMS. | |
2352 Define macros GOOD and BAD for success and failure exit codes. | |
2353 (begtk, intk): Allow `$' in identifiers | |
2354 (main): Don't support -B, -F or -u on VMS. | |
2355 Alternate loop for scanning filename arguments. | |
2356 (system): Delete definition of this function. | |
2357 | |
2358 * etags-vmslib.c (system): Undefine this; VMS now provides it. | |
2359 | |
40965 | 2360 1988-06-08 Richard Stallman (rms@sugar-bombs.ai.mit.edu) |
25853 | 2361 |
2362 * loadst.c: Prevent multiple-def errors on BSD and BSD4_3 | |
2363 around include of param.h. (Like fns.c.) | |
2364 | |
40965 | 2365 1988-05-16 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 2366 |
2367 * loadst.c (load_average): Move load-average code to this new fn. | |
2368 Add conditionals to compute load ave on UMAX. | |
2369 | |
40965 | 2370 1988-05-14 Richard Stallman (rms@lucky-charms.ai.mit.edu) |
25853 | 2371 |
2372 * loadst.c: Change DK_HEADER_FILE to DKSTAT_HEADER_FILE | |
2373 with opposite sense. | |
2374 | |
40965 | 2375 1988-05-13 Chris Hanson (cph@kleph) |
25853 | 2376 |
2377 * emacsclient.c: Delete references to unused variable `out'. This | |
2378 caused a bus error when used under hp-ux. | |
2379 | |
40965 | 2380 1988-05-06 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 2381 |
2382 * loadst.c: Control dk.h conditional with DK_HEADER_FILE. | |
2383 | |
40965 | 2384 1988-05-04 Richard Stallman (rms@rice-krispies.ai.mit.edu) |
25853 | 2385 |
2386 * etags.c (find_entries): `.t' or `.sch' means scheme code. | |
2387 | |
40965 | 2388 1988-04-29 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 2389 |
2390 * loadst.c: Add BSD4_3 conditional for file dk.h instead of dkstat.h. | |
2391 | |
40965 | 2392 1988-04-28 Richard Stallman (rms@frosted-flakes.ai.mit.edu) |
25853 | 2393 |
2394 * movemail.c: #undef close, since config can #define it on V.3. | |
2395 * emacsclient.c, fakemail.c, loadst.c, server.c: likewise. | |
2396 | |
40965 | 2397 1988-04-26 Richard Stallman (rms@lucky-charms.ai.mit.edu) |
25853 | 2398 |
2399 * etags.c (TEX_mode, etc.): Remove superfluous backslashes from | |
2400 invalid escape sequences such as `\{'. | |
2401 | |
2402 * loadst.c: Add `sequent' conditional for file dk.h. | |
2403 | |
40965 | 2404 1988-03-20 Richard M. Stallman (rms@wilson) |
25853 | 2405 |
2406 * server.c [not BSD and not HAVE_SYSVIPC]: fix error message. | |
2407 | |
2408 * loadst.c (main) [XENIX]: use /usr/spool/mail, not /usr/mail. | |
30994 | 2409 |
2410 ;; Local Variables: | |
33615 | 2411 ;; coding: iso-2022-7bit |
30994 | 2412 ;; End: |
39627 | 2413 |
2414 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | |
65088
f05a048483cc
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
65053
diff
changeset
|
2415 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
39627 | 2416 Copying and distribution of this file, with or without modification, |
2417 are permitted provided the copyright notice and this notice are preserved. | |
52401 | 2418 |
2419 ;;; arch-tag: 094f3a51-bd72-44d0-8fac-2ac242c6c5b1 |