annotate man/ChangeLog @ 52408:0fda57976189

(tit-read-key-value): Include \r in regexp.
author Jason Rumney <jasonr@gnu.org>
date Mon, 01 Sep 2003 21:35:48 +0000
parents 695cf19ef79e
children b8dc3dae378d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
52381
e41ad488a239 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52337
diff changeset
1 2003-08-29 Richard M. Stallman <rms@gnu.org>
e41ad488a239 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52337
diff changeset
2
e41ad488a239 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52337
diff changeset
3 * misc.texi (Saving Emacs Sessions): Correct previous change.
e41ad488a239 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52337
diff changeset
4
52337
9bdd2608958e Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents: 52268
diff changeset
5 2003-08-26 Per Abrahamsen <abraham@dina.kvl.dk>
9bdd2608958e Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents: 52268
diff changeset
6
9bdd2608958e Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents: 52268
diff changeset
7 * widget.texi (User Interface): Explain the need of static text
9bdd2608958e Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents: 52268
diff changeset
8 around an editable field.
9bdd2608958e Explain need of static text around editable field
Per Abrahamsen <abraham@dina.kvl.dk>
parents: 52268
diff changeset
9
52259
34e5aee6689a *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52251
diff changeset
10 2003-08-19 Luc Teirlinck <teirllm@mail.auburn.edu>
52251
c4f241fada90 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52236
diff changeset
11
52268
afd336074a55 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52262
diff changeset
12 * widget.texi (Basic Types): The argument to `:help-echo' can now
afd336074a55 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52262
diff changeset
13 be a form that evaluates to a string.
afd336074a55 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52262
diff changeset
14
52259
34e5aee6689a *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52251
diff changeset
15 * emacs.texi (Top): Update menu to reflect new Keyboard Macros
34e5aee6689a *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52251
diff changeset
16 chapter.
52262
1259ee7a602f *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52259
diff changeset
17 (Intro): Include kmacro.texi after fixit.texi instead of after
1259ee7a602f *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52259
diff changeset
18 custom.texi. (As suggested by Kim Storm.)
52251
c4f241fada90 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52236
diff changeset
19
52259
34e5aee6689a *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52251
diff changeset
20 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
52236
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
21
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
22 * fixit.texi (Fixit): Update `Next' pointer.
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
23 * files.texi (Files): Update `Previous' pointer.
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
24 * kmacro.texi (Keyboard Macros): Remove redundant node and
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
25 section.
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
26 * emacs.texi (Intro): Include kmacro.texi after custom.texi.
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
27 (Suggested by Kim Storm.)
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
28 * Makefile (EMACSSOURCES): Add kmacro.texi. (Suggested by Kim
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
29 Storm.)
1d614ae49acb *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 52233
diff changeset
30
52228
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
31 2003-08-18 Kim F. Storm <storm@cua.dk>
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
32
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
33 * kmacro.texi: New file describing enhanced keyboard macro
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
34 functionality. Replaces old description in custom.texi.
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
35
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
36 * custom.texi (Customization): Add xref to Keyboard Macros chapter.
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
37 (Keyboard Macros): Move to new kmacro.texi file.
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
38
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
39 * emacs.texi (Keyboard Macros): Reference new keyboard macro topics.
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
40
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
41 * calc.texi (Queries in Macros): Update xref to keyboard macro query.
8632ae4b1b20 New kmacro.texi file (and associated changes).
Kim F. Storm <storm@cua.dk>
parents: 52220
diff changeset
42
52233
20e27d5ca4c8 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52228
diff changeset
43 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20e27d5ca4c8 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52228
diff changeset
44
20e27d5ca4c8 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52228
diff changeset
45 * calendar.texi (Specified Dates): Add `calendar-goto-day-of-year'.
20e27d5ca4c8 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52228
diff changeset
46
52220
166dfdb87a91 *** empty log message ***
Alex Schroeder <alex@gnu.org>
parents: 52214
diff changeset
47 2003-08-17 Alex Schroeder <alex@gnu.org>
166dfdb87a91 *** empty log message ***
Alex Schroeder <alex@gnu.org>
parents: 52214
diff changeset
48
166dfdb87a91 *** empty log message ***
Alex Schroeder <alex@gnu.org>
parents: 52214
diff changeset
49 * misc.texi (Saving Emacs Sessions): Manual M-x desktop-save not
166dfdb87a91 *** empty log message ***
Alex Schroeder <alex@gnu.org>
parents: 52214
diff changeset
50 required.
166dfdb87a91 *** empty log message ***
Alex Schroeder <alex@gnu.org>
parents: 52214
diff changeset
51
52214
0a6efed807f5 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52204
diff changeset
52 2003-08-16 Richard M. Stallman <rms@gnu.org>
0a6efed807f5 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52204
diff changeset
53
0a6efed807f5 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52204
diff changeset
54 * dired-x.texi (Shell Command Guessing): Explain *.
0a6efed807f5 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52204
diff changeset
55
52204
4c984cea926f *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52196
diff changeset
56 2003-08-16 Chunyu Wang <spr@db.cs.hit.edu.cn> (tiny change)
52196
d981f8624faa * pcl-cvs.texi (Log Edit Mode): Fix typo.
Karl Fogel <kfogel@red-bean.com>
parents: 52154
diff changeset
57
52204
4c984cea926f *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52196
diff changeset
58 * pcl-cvs.texi (Log Edit Mode): Fix key binding for
4c984cea926f *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52196
diff changeset
59 log-edit-insert-changelog.
52196
d981f8624faa * pcl-cvs.texi (Log Edit Mode): Fix typo.
Karl Fogel <kfogel@red-bean.com>
parents: 52154
diff changeset
60
52154
2f8d4ec4e546 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52123
diff changeset
61 2003-08-05 Richard M. Stallman <rms@gnu.org>
2f8d4ec4e546 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52123
diff changeset
62
2f8d4ec4e546 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52123
diff changeset
63 * programs.texi (Lisp Indent): Don't describe
2f8d4ec4e546 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52123
diff changeset
64 lisp-indent-function property here. Use xref to Lisp Manual.
2f8d4ec4e546 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 52123
diff changeset
65
52123
284b96962414 info.texi need @contents
Karl Berry <karl@gnu.org>
parents: 52121
diff changeset
66 2003-08-03 Karl Berry <karl@gnu.org>
284b96962414 info.texi need @contents
Karl Berry <karl@gnu.org>
parents: 52121
diff changeset
67
284b96962414 info.texi need @contents
Karl Berry <karl@gnu.org>
parents: 52121
diff changeset
68 * info.texi: need @contents.
284b96962414 info.texi need @contents
Karl Berry <karl@gnu.org>
parents: 52121
diff changeset
69
52121
e5fc8fcf3bb5 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52040
diff changeset
70 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
e5fc8fcf3bb5 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52040
diff changeset
71
e5fc8fcf3bb5 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52040
diff changeset
72 * calendar.texi (Date Formats): Document changed behaviour of
e5fc8fcf3bb5 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52040
diff changeset
73 abbreviations.
e5fc8fcf3bb5 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 52040
diff changeset
74
52040
6b649db885f8 *** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents: 51967
diff changeset
75 2003-07-24 Markus Rost <rost@math.ohio-state.edu>
6b649db885f8 *** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents: 51967
diff changeset
76
6b649db885f8 *** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents: 51967
diff changeset
77 * buffers.texi (List Buffers): Fix previous change.
6b649db885f8 *** empty log message ***
Markus Rost <rost@math.uni-bielefeld.de>
parents: 51967
diff changeset
78
51967
2693b0669cc1 Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51902
diff changeset
79 2003-07-20 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
2693b0669cc1 Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51902
diff changeset
80 Tramp version 2.0.36 released.
2693b0669cc1 Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51902
diff changeset
81
2693b0669cc1 Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51902
diff changeset
82 * tramp.texi (Remote shell setup): Explain about problems with
2693b0669cc1 Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51902
diff changeset
83 non-Bourne commands in ~/.profile and ~/.shrc.
2693b0669cc1 Tramp 2.0.36 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51902
diff changeset
84
51902
80522e1627b8 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 51814
diff changeset
85 2003-07-13 Markus Rost <rost@math.ohio-state.edu>
80522e1627b8 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 51814
diff changeset
86
80522e1627b8 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 51814
diff changeset
87 * buffers.texi (List Buffers): Adjust to new format of *Buffer
80522e1627b8 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 51814
diff changeset
88 List*.
80522e1627b8 *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 51814
diff changeset
89
51811
6799e2a8161d *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51809
diff changeset
90 2003-07-07 Luc Teirlinck <teirllm@mail.auburn.edu>
6799e2a8161d *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51809
diff changeset
91
6799e2a8161d *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51809
diff changeset
92 * info.texi (Help-Inv, Help-M, Help-Xref): Update following
6799e2a8161d *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51809
diff changeset
93 renaming of `vis-mode' to `visible-mode'.
6799e2a8161d *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51809
diff changeset
94
51809
c6d474f99d3e *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51808
diff changeset
95 * display.texi (Font Lock): Fix typo.
c6d474f99d3e *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51808
diff changeset
96
51808
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
97 2003-07-07 Richard M. Stallman <rms@gnu.org>
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
98
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
99 * display.texi (Font Lock): Add xref for format info on
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
100 font-lock-remove-keywords.
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
101
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
102 * building.texi (Compilation): Document what happens with asynch
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
103 children of compiler process.
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
104
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
105 * help.texi (Library Keywords): Use @multitable.
fb3e76b44f41 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51728
diff changeset
106
51728
eb90616362ee *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51712
diff changeset
107 2003-07-04 Luc Teirlinck <teirllm@mail.auburn.edu>
eb90616362ee *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51712
diff changeset
108
eb90616362ee *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51712
diff changeset
109 * info.texi (Top, Help-Small-Screen): Remove accidentally added
eb90616362ee *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51712
diff changeset
110 next, prev and up pointers.
eb90616362ee *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51712
diff changeset
111
51712
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
112 2003-07-02 Luc Teirlinck <teirllm@mail.auburn.edu>
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
113
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
114 * info.texi (Help): Mention existence of Emacs and stand-alone
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
115 Info at the very beginning of the tutorial.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
116 (Help-Inv): New node.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
117 (Help-]): New node.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
118 (Help-M): Systematically point out the differences between default
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
119 Emacs and stand-alone versions. Delete second menu.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
120 (Help-Xref): Systematically point out the differences between
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
121 default Emacs and stand-alone versions.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
122 (Help-Int): Change `l' example.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
123 (Expert Info): Fix typos.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
124 (Emacs Info Variables): Mention `Info-hide-note-references' and
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
125 new default for `Info-scroll-prefer-subnodes'.
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
126
51604
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
127 2003-06-17 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
128
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
129 Version 2.0.35 of Tramp released.
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
130
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
131 * tramp.texi: From Michael Albinus <Michael.Albinus@alcatel.de>:
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
132 (Inline methods): Add methods `remsh' and `plink1'.
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
133 (External transfer methods): Add method `remcp'.
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
134 (Multi-hop Methods): Add method `remsh'.
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
135 Small patch from Adrian Aichner <adrian@xemacs.org>:
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
136 Fix minor typos.
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
137 (Concept Index): Added to make manual searchable via
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
138 `Info-index'.
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
139 (Version Control): Add cindex entry.
f57bfce0ddaf Version 2.0.35 of Tramp released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51457
diff changeset
140
51455
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
141 2003-06-04 Richard M. Stallman <rms@gnu.org>
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
142
51457
4363ea1a617b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51455
diff changeset
143 * programs.texi (Expressions): Delete C-M-DEL.
4363ea1a617b *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51455
diff changeset
144
51455
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
145 * misc.texi (Shell Options): Clarify comint-scroll-show-maximum-output.
51712
ece0b7ff7408 *** empty log message ***
Luc Teirlinck <teirllm@auburn.edu>
parents: 51604
diff changeset
146 comint-move-point-for-output renamed from
51455
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
147 comint-scroll-to-bottom-on-output.
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
148
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
149 * custom.texi (Init Rebinding): Replace previous change with xref.
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
150 (Non-ASCII Rebinding): Explain that issue more briefly here.
5d1558b29b67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51300
diff changeset
151
51300
0d8a28231554 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51297
diff changeset
152 2003-05-28 Richard M. Stallman <rms@gnu.org>
0d8a28231554 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51297
diff changeset
153
0d8a28231554 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51297
diff changeset
154 * indent.texi (Indentation): Condense, simplify, clarify prev change.
0d8a28231554 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51297
diff changeset
155
51297
8e39da248339 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51274
diff changeset
156 2003-05-28 Nick Roberts <nick@nick.uklinux.net>
8e39da248339 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51274
diff changeset
157
8e39da248339 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51274
diff changeset
158 * building.texi (GDB Graphical Interface): New node.
8e39da248339 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51274
diff changeset
159 (Rewritten somewhat by RMS.)
8e39da248339 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 51274
diff changeset
160
51274
78a8be5d896c (Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51178
diff changeset
161 2003-05-28 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
78a8be5d896c (Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51178
diff changeset
162
78a8be5d896c (Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51178
diff changeset
163 * custom.texi (Init Rebinding): Xref Non-ASCII Rebinding, for
78a8be5d896c (Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51178
diff changeset
164 non-English letters. Explain how to set coding systems correctly
78a8be5d896c (Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51178
diff changeset
165 and how to include the right coding cookie in the file.
78a8be5d896c (Init Rebinding): Xref Non-ASCII Rebinding, for
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51178
diff changeset
166
51178
4f760005cf14 Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51145
diff changeset
167 2003-05-24 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
4f760005cf14 Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51145
diff changeset
168
4f760005cf14 Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51145
diff changeset
169 * trampver.texi: Version 2.0.34 released.
4f760005cf14 Version 2.0.34 (of Tramp) released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 51145
diff changeset
170
51145
4e1075214fa7 (Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50792
diff changeset
171 2003-05-22 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
4e1075214fa7 (Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50792
diff changeset
172
4e1075214fa7 (Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50792
diff changeset
173 * indent.texi (Indentation): Explain the concepts.
4e1075214fa7 (Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50792
diff changeset
174 (Just Spaces): Explain why preventing tabs for indentation might
4e1075214fa7 (Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50792
diff changeset
175 be useful.
4e1075214fa7 (Indentation): Explain the concepts.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50792
diff changeset
176
50792
8d7a1187d1a1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50781
diff changeset
177 2003-05-03 Glenn Morris <gmorris@ast.cam.ac.uk>
8d7a1187d1a1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50781
diff changeset
178
8d7a1187d1a1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50781
diff changeset
179 * faq.texi: Improve previous changes.
8d7a1187d1a1 *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50781
diff changeset
180
50781
ef4c56e5906b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50670
diff changeset
181 2003-05-02 Glenn Morris <gmorris@ast.cam.ac.uk>
ef4c56e5906b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50670
diff changeset
182
ef4c56e5906b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50670
diff changeset
183 * faq.texi: Update copyright and maintenance details.
ef4c56e5906b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50670
diff changeset
184 Update some package URLs, versions, and maintainers.
ef4c56e5906b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50670
diff changeset
185 Remove many references to the Emacs Lisp Archive.
ef4c56e5906b *** empty log message ***
Glenn Morris <rgm@gnu.org>
parents: 50670
diff changeset
186
50670
07881ab0919b *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 50607
diff changeset
187 2003-04-23 Simon Josefsson <jas@extundo.com>
07881ab0919b *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 50607
diff changeset
188
07881ab0919b *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 50607
diff changeset
189 * smtpmail.texi: Fix license (the invariant sections mentioned has
07881ab0919b *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 50607
diff changeset
190 never been part of the smtp manual). Align info dir entry with
07881ab0919b *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 50607
diff changeset
191 other emacs packages.
07881ab0919b *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 50607
diff changeset
192
50607
6ee7467b8fd7 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50495
diff changeset
193 2003-04-16 Richard M. Stallman <rms@gnu.org>
6ee7467b8fd7 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50495
diff changeset
194
6ee7467b8fd7 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50495
diff changeset
195 * search.texi (Regexps): Ref to Lisp manual for more regexp features.
6ee7467b8fd7 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50495
diff changeset
196
50495
cf8b9e443180 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50343
diff changeset
197 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
cf8b9e443180 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50343
diff changeset
198
cf8b9e443180 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50343
diff changeset
199 * tramp.texi: Version 2.0.33 released.
cf8b9e443180 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50343
diff changeset
200 Remove installation chapter. Remove XEmacs specifics.
cf8b9e443180 2003-04-08 Michael Albinus <Michael.Albinus@alcatel.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 50343
diff changeset
201
50343
351d49509064 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50338
diff changeset
202 2003-03-29 Richard M. Stallman <rms@gnu.org>
351d49509064 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50338
diff changeset
203
351d49509064 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50338
diff changeset
204 * tramp.texi (Top): Undo the previous renaming.
351d49509064 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50338
diff changeset
205 (emacs-other-name, emacs-other-dir, emacs-other-file-name): Deleted.
351d49509064 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 50338
diff changeset
206
50338
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
207 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net>
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
208
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
209 * Makefile.in (../info/tramp): Compile Emacs, instead of XEmacs,
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
210 version of manual.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
211
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
212 * tramp.texi (Auto-save and Backup): New node.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
213
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
214 2003-03-29 Michael Albinus <Michael.Albinus@alcatel.de>
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
215
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
216 * tramp.texi (Top): Include trampver.texi. Rename "Emacs" to "GNU
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
217 Emacs" in order to have better differentiation to "XEmacs".
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
218 `emacs-other-name', `emacs-other-dir' and `emacs-other-file-name'
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
219 are new macros in order to point to the other Emacs flavor where
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
220 appropriate. In info case, point to node `Installation' in order
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
221 to explain how to generate the other way. In html case, make a
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
222 link to the other html file.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
223 (Obtaining TRAMP): Added a paragraph saying to perform `autoconf'
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
224 after CVS checkout/update.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
225 (Installation): Completely rewritten.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
226 (Installation parameters, Load paths): New sections under
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
227 `Installation'.
155b4b78aa3b * tramp.el: Version 2.0.31 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49996
diff changeset
228
49996
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
229 2003-02-28 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
230
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
231 * tramp.texi: Version 2.0.30 released.
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
232 Replace word "path" with "localname" where used as a component of
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
233 a Tramp file name.
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
234
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
235 2003-02-28 Michael Albinus <Michael.Albinus@alcatel.de>
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
236
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
237 * tramp.texi (Frequently Asked Questions): `tramp-chunksize'
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
238 introduced.
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
239 (Installation): Explain what to do if files from the tramp/contrib
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
240 directory are needed.
bda88bfc6c5e Version 2.0.30 released.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49940
diff changeset
241
49940
d6bf0b66b213 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49936
diff changeset
242 2003-02-23 Alex Schroeder <alex@emacswiki.org>
d6bf0b66b213 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49936
diff changeset
243
d6bf0b66b213 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49936
diff changeset
244 * smtpmail.texi (How Mail Works): New.
d6bf0b66b213 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49936
diff changeset
245
d6bf0b66b213 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49936
diff changeset
246 2003-02-22 Alex Schroeder <alex@emacswiki.org>
49928
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
247
49929
098268b04ffd *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49928
diff changeset
248 * cmdargs.texi (General Variables): Document SMTPSERVER.
098268b04ffd *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49928
diff changeset
249
49928
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
250 * smtpmail.texi: New file.
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
251
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
252 * sending.texi: Remove SMTP node.
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
253 (Mail Sending): Describe `send-mail-function'. Link to SMTP
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
254 library.
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
255
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
256 * Makefile.in: Build SMTP manual.
8be17cd09797 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49907
diff changeset
257
49936
71b14e933f12 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49929
diff changeset
258 2003-02-22 Alex Schroeder <alex@emacswiki.org>
71b14e933f12 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49929
diff changeset
259
71b14e933f12 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49929
diff changeset
260 * sending.texi (Sending via SMTP): Explain MTA/MUA.
71b14e933f12 *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49929
diff changeset
261
49905
a4e5173bf84e *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49827
diff changeset
262 2003-02-22 Simon Josefsson <jas@extundo.com>
a4e5173bf84e *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49827
diff changeset
263
a4e5173bf84e *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49827
diff changeset
264 * sending.texi (Mail Methods): Add node about SMTP.
a4e5173bf84e *** empty log message ***
Simon Josefsson <jas@extundo.com>
parents: 49827
diff changeset
265
49827
754f6f48efbe * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents: 49673
diff changeset
266 2003-02-17 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
754f6f48efbe * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents: 49673
diff changeset
267
754f6f48efbe * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents: 49673
diff changeset
268 * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
754f6f48efbe * xresources.texi (GTK names in Emacs): Add emacs-toolbar - GtkToolbar
Jan Djärv <jan.h.d@swipnet.se>
parents: 49673
diff changeset
269
49610
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
270 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
271
49673
e6612803fd8e Make it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49610
diff changeset
272 * tramp.texi: Version 2.0.29 released.
e6612803fd8e Make it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49610
diff changeset
273 (Installation): In Emacs, use M-x texinfo-format-buffer RET, not
e6612803fd8e Make it clear that "2.0.29 released" refers to Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49610
diff changeset
274 M-x makeinfo-buffer RET. Reported by gebser@ameritech.net.
49610
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
275
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
276 2003-02-01 Michael Albinus <Michael.Albinus@alcatel.de>
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
277
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
278 * tramp.texi (Frequently Asked Questions): Explain a workaround if
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
279 another package loads accidently Ange-FTP.
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
280
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
281 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de>
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
282
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
283 * tramp.texi (Customizing Completion): Add function
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
284 `tramp-parse-sconfig'. Change example of
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
285 `tramp-set-completion-function', because parsing of ssh config
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
286 files looks more natural.
ffda74ab6dc4 2003-02-05 Kai Gro?ohann <kai.grossjohann@uni-duisburg.de>
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 49600
diff changeset
287
49596
b06535145619 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49532
diff changeset
288 2003-02-01 Kevin Ryde <user42@zip.com.au>
b06535145619 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49532
diff changeset
289
b06535145619 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49532
diff changeset
290 * glossary.texi (Glossary): Correction to cl cross reference.
b06535145619 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49532
diff changeset
291
49341
aa7e1948ad31 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49322
diff changeset
292 2003-01-20 Richard M. Stallman <rms@gnu.org>
aa7e1948ad31 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49322
diff changeset
293
aa7e1948ad31 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49322
diff changeset
294 * killing.texi (Rectangles): Document C-x c r.
aa7e1948ad31 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 49322
diff changeset
295
49532
d4870f6c9ac0 Change email and real name.
Jan Djärv <jan.h.d@swipnet.se>
parents: 49341
diff changeset
296 2003-01-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
49322
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49273
diff changeset
297
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49273
diff changeset
298 * xresources.texi (GTK resources): New node.
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49273
diff changeset
299 (GTK widget names): New node.
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49273
diff changeset
300 (GTK names in Emacs): New node.
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49273
diff changeset
301 (GTK styles): New node.
2cbb0b823e83 GTK version
Jan Djärv <jan.h.d@swipnet.se>
parents: 49273
diff changeset
302
49273
bf2ab88cad81 * gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 49124
diff changeset
303 2003-01-15 ShengHuo ZHU <zsh@cs.rochester.edu>
bf2ab88cad81 * gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 49124
diff changeset
304
bf2ab88cad81 * gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 49124
diff changeset
305 * gnus.texi: Do not use `path' in several locations.
bf2ab88cad81 * gnus.texi: Do not use `path' in several locations.
ShengHuo ZHU <zsh@cs.rochester.edu>
parents: 49124
diff changeset
306
49124
f613014bd3f4 *** empty log message ***
Francesco Potortì <pot@gnu.org>
parents: 48974
diff changeset
307 2003-01-09 Francesco Potort,Al(B <pot@gnu.org>
f613014bd3f4 *** empty log message ***
Francesco Potortì <pot@gnu.org>
parents: 48974
diff changeset
308
f613014bd3f4 *** empty log message ***
Francesco Potortì <pot@gnu.org>
parents: 48974
diff changeset
309 * maintaining.texi (Create Tags Table): Added reference to the new
f613014bd3f4 *** empty log message ***
Francesco Potortì <pot@gnu.org>
parents: 48974
diff changeset
310 `etags --help --lang=LANG' option.
f613014bd3f4 *** empty log message ***
Francesco Potortì <pot@gnu.org>
parents: 48974
diff changeset
311
48974
d29e4e3d4f5d (External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 48239
diff changeset
312 2002-12-26 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de>
d29e4e3d4f5d (External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 48239
diff changeset
313
d29e4e3d4f5d (External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 48239
diff changeset
314 * tramp.texi (External transfer methods): New method `smb'. From
d29e4e3d4f5d (External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 48239
diff changeset
315 Michael Albinus.
d29e4e3d4f5d (External transfer methods): New method `smb'. From
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 48239
diff changeset
316
48239
e62f3275cb5e *** empty log message ***
Juanma Barranquero <lekktu@gmail.com>
parents: 48163
diff changeset
317 2002-11-05 Karl Berry <karl@gnu.org>
48163
Karl Berry <karl@gnu.org>
parents: 47772
diff changeset
318
Karl Berry <karl@gnu.org>
parents: 47772
diff changeset
319 * info.texi (Info-fontify): reorder face list to avoid bad line
Karl Berry <karl@gnu.org>
parents: 47772
diff changeset
320 breaks.
Karl Berry <karl@gnu.org>
parents: 47772
diff changeset
321
47772
e2d9dd69445b Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 47737
diff changeset
322 2002-10-06 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2d9dd69445b Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 47737
diff changeset
323
e2d9dd69445b Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 47737
diff changeset
324 * tramp.texi: Move @copying to standard place. Use
e2d9dd69445b Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 47737
diff changeset
325 @insertcopying.
e2d9dd69445b Move @copying to standard place. Use
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 47737
diff changeset
326
47737
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
327 2002-10-02 Karl Berry <karl@gnu.org>
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
328
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
329 * (ada-mode.texi autotype.texi calc.texi cc-mode.texi cl.texi
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
330 dired-x.texi ebrowse.texi ediff.texi emacs-mime.texi emacs.texi
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
331 eshell.texi eudc.texi faq.texi forms.texi idlwave.texi info.texi
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
332 message.texi mh-e.texi pcl-cvs.texi reftex.texi sc.texi ses.texi
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
333 speedbar.texi vip.texi viper.texi widget.texi woman.texi):
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
334 Per rms, update all manuals to use @copying instead of @ifinfo.
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
335 Also use @ifnottex instead of @ifinfo around the top node, where
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
336 needed for the sake of the HTML output.
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
337 (The gnus manual is not fixed since it's not clear to me how it
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
338 works; and the tramp manual already uses @copying, although in an
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
339 unusual way. All others were changed.)
0a70200bde27 use @copying instead of @ifinfo.
Karl Berry <karl@gnu.org>
parents: 47667
diff changeset
340
47667
96b260e0ff3d New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents: 47285
diff changeset
341 2002-09-10 Jonathan Yavner <jyavner@engineer.com>
96b260e0ff3d New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents: 47285
diff changeset
342
96b260e0ff3d New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents: 47285
diff changeset
343 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add SES.
96b260e0ff3d New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents: 47285
diff changeset
344 (../info/ses, ses.dvi): New targets.
96b260e0ff3d New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents: 47285
diff changeset
345 * ses.texi: New file.
96b260e0ff3d New major mode "SES" for spreadsheets.
Jonathan Yavner <jyavner@member.fsf.org>
parents: 47285
diff changeset
346
47285
d98c0cd6806a *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 47049
diff changeset
347 2002-09-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
d98c0cd6806a *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 47049
diff changeset
348
d98c0cd6806a *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 47049
diff changeset
349 * texinfo.tex: Updated to texinfo 4.2.
d98c0cd6806a *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 47049
diff changeset
350
47049
b383699b81b6 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 46704
diff changeset
351 2002-08-27 Carsten Dominik <dominik@sand.science.uva.nl>
b383699b81b6 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 46704
diff changeset
352
b383699b81b6 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 46704
diff changeset
353 * reftex.texi: Update to RefTeX 4.19
b383699b81b6 *** empty log message ***
Carsten Dominik <dominik@science.uva.nl>
parents: 46704
diff changeset
354
45860
0dcc2162a55f * info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 44926
diff changeset
355 2002-06-17 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
0dcc2162a55f * info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 44926
diff changeset
356
0dcc2162a55f * info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 44926
diff changeset
357 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add Tramp.
0dcc2162a55f * info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 44926
diff changeset
358 (../info/tramp, tramp.dvi): New targets.
0dcc2162a55f * info/dir (File): Add an entry for Tramp.
Kai Großjohann <kgrossjo@eu.uu.net>
parents: 44926
diff changeset
359
42524
a56c5979cbbd *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42288
diff changeset
360 2002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
a56c5979cbbd *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42288
diff changeset
361
a56c5979cbbd *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42288
diff changeset
362 * Makefile.in (DVI_TARGETS): Add calc.dvi.
a56c5979cbbd *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42288
diff changeset
363 (calc.dvi): Uncomment.
a56c5979cbbd *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 42288
diff changeset
364
42208
3dd01dfd38c1 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41868
diff changeset
365 2001-12-20 Eli Zaretskii <eliz@is.elta.co.il>
3dd01dfd38c1 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41868
diff changeset
366
3dd01dfd38c1 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41868
diff changeset
367 * Makefile.in (EMACSSOURCES): Update the list of Emacs manual
3dd01dfd38c1 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41868
diff changeset
368 source files.
3dd01dfd38c1 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41868
diff changeset
369
41124
84e84f672c1f *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41054
diff changeset
370 2001-11-16 Eli Zaretskii <eliz@is.elta.co.il>
84e84f672c1f *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41054
diff changeset
371
84e84f672c1f *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41054
diff changeset
372 * Makefile.in (emacsman): New target.
84e84f672c1f *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 41054
diff changeset
373
40813
268436e9693b *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 40787
diff changeset
374 2001-11-07 Eli Zaretskii <eliz@is.elta.co.il>
268436e9693b *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 40787
diff changeset
375
268436e9693b *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 40787
diff changeset
376 * Makefile.in (INFO_TARGETS): Add ../info/calc.
268436e9693b *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 40787
diff changeset
377 (../info/calc): New target.
268436e9693b *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 40787
diff changeset
378
40111
4df21996512b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39901
diff changeset
379 2001-10-20 Gerd Moellmann <gerd@gnu.org>
4df21996512b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39901
diff changeset
380
40152
70666c5c7f94 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 40111
diff changeset
381 * (Version 21.1 released.)
40111
4df21996512b *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39901
diff changeset
382
39742
1985c223de10 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39627
diff changeset
383 2001-10-05 Gerd Moellmann <gerd@gnu.org>
1985c223de10 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39627
diff changeset
384
1985c223de10 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39627
diff changeset
385 * Branch for 21.1.
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
386
37345
29e5ed8a5a49 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 37284
diff changeset
387 2001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
29e5ed8a5a49 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 37284
diff changeset
388
29e5ed8a5a49 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 37284
diff changeset
389 * Makefile.in (../info/info): Use an explicit -o switch to
29e5ed8a5a49 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 37284
diff changeset
390 makeinfo.
29e5ed8a5a49 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 37284
diff changeset
391
36549
dc6ef0384989 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 36488
diff changeset
392 2001-03-05 Gerd Moellmann <gerd@gnu.org>
dc6ef0384989 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 36488
diff changeset
393
dc6ef0384989 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 36488
diff changeset
394 * Makefile.in (mostlyclean, maintainer-clean): Delete more files.
dc6ef0384989 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 36488
diff changeset
395
34740
dcaa1969ddf8 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 34559
diff changeset
396 2000-12-20 Eli Zaretskii <eliz@is.elta.co.il>
dcaa1969ddf8 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 34559
diff changeset
397
dcaa1969ddf8 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 34559
diff changeset
398 * Makefile.in (../info/idlwave): Use --no-split.
dcaa1969ddf8 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 34559
diff changeset
399
34559
af989de4e587 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 34435
diff changeset
400 2000-12-14 Dave Love <fx@gnu.org>
af989de4e587 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 34435
diff changeset
401
af989de4e587 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 34435
diff changeset
402 * Makefile.in (mostlyclean): Remove gnustmp.*
af989de4e587 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 34435
diff changeset
403 (gnus.dvi): Change rule to remove @latex stuff.
af989de4e587 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 34435
diff changeset
404
32676
a1ee6b9fdbc4 *** empty log message ***
Eric M. Ludlam <zappo@gnu.org>
parents: 32648
diff changeset
405 2000-10-19 Eric M. Ludlam <zappo@ultranet.com>
a1ee6b9fdbc4 *** empty log message ***
Eric M. Ludlam <zappo@gnu.org>
parents: 32648
diff changeset
406
33031
bc097a5477d1 Fix a typo.
Eli Zaretskii <eliz@gnu.org>
parents: 33029
diff changeset
407 * Makefile.in (Speedbar): Added build targets for speedbar.texi.
32676
a1ee6b9fdbc4 *** empty log message ***
Eric M. Ludlam <zappo@gnu.org>
parents: 32648
diff changeset
408
32450
99899af1ec94 Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents: 32114
diff changeset
409 2000-10-13 John Wiegley <johnw@gnu.org>
99899af1ec94 Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents: 32114
diff changeset
410
99899af1ec94 Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents: 32114
diff changeset
411 * Makefile.in: Added build targets for eshell.texi.
99899af1ec94 Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents: 32114
diff changeset
412
31862
2f68a84e5e75 Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents: 31335
diff changeset
413 2000-09-25 Gerd Moellmann <gerd@gnu.org>
2f68a84e5e75 Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents: 31335
diff changeset
414
2f68a84e5e75 Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents: 31335
diff changeset
415 * Makefile.in: Remove/comment speedbar stuff.
2f68a84e5e75 Remove/comment speedbar stuff.
Gerd Moellmann <gerd@gnu.org>
parents: 31335
diff changeset
416
31885
3f75a0460779 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 31883
diff changeset
417 2000-09-22 Dave Love <fx@gnu.org>
3f75a0460779 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 31883
diff changeset
418
3f75a0460779 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 31883
diff changeset
419 * Makefile.in: Add emacs-mime.
3f75a0460779 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 31883
diff changeset
420
30664
d5d6448f6b89 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 30589
diff changeset
421 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
d5d6448f6b89 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 30589
diff changeset
422
d5d6448f6b89 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 30589
diff changeset
423 * Makefile.in (INFO_TARGETS): Add ../info/woman.
d5d6448f6b89 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 30589
diff changeset
424 (DVI_TARGETS): Add woman.dvi.
d5d6448f6b89 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 30589
diff changeset
425 (../info/woman, woman.dvi): New targets.
d5d6448f6b89 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 30589
diff changeset
426
29351
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
427 2000-05-31 Stefan Monnier <monnier@cs.yale.edu>
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
428
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
429 * .cvsignore (*.tmp): New entry. Seems to be used for @macro.
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
430
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
431 * pcl-cvs.texi: New file.
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
432 * Makefile.in (INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
433 (../info/pcl-cvs, pcl-cvs.dvi): New targets.
bd27c111b184 *** empty log message ***
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 29307
diff changeset
434
28867
48daf6eb57cd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28839
diff changeset
435 2000-05-11 Gerd Moellmann <gerd@gnu.org>
48daf6eb57cd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28839
diff changeset
436
48daf6eb57cd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28839
diff changeset
437 * Makefile.in (INFO_TARGETS): Add info/ebrowse.
48daf6eb57cd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28839
diff changeset
438 (../info/ebrowse, ebrowse.dvi): New targets.
48daf6eb57cd *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 28839
diff changeset
439
27506
23efbe261ad4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27181
diff changeset
440 2000-01-13 Gerd Moellmann <gerd@gnu.org>
23efbe261ad4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27181
diff changeset
441
23efbe261ad4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27181
diff changeset
442 * Makefile.in (INFO_TARGETS): Add eudc.
23efbe261ad4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27181
diff changeset
443 (DVI_TARGETS): Add eudc.dvi
23efbe261ad4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27181
diff changeset
444 (../info/eudc, eudc.dvi): New targets.
23efbe261ad4 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 27181
diff changeset
445
27181
5cff00a2d6f4 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 27158
diff changeset
446 2000-01-05 Eli Zaretskii <eliz@is.elta.co.il>
5cff00a2d6f4 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 27158
diff changeset
447
5cff00a2d6f4 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 27158
diff changeset
448 * Makefile.in (INFO_TARGETS): Rename emacs-faq to efaq (for
5cff00a2d6f4 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 27158
diff changeset
449 compatibility with 8+3 filesystems).
5cff00a2d6f4 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 27158
diff changeset
450 (../info/efaq): Renamed from emacs-faq.
5cff00a2d6f4 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 27158
diff changeset
451
27105
4b692ce941f3 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 26904
diff changeset
452 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
4b692ce941f3 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 26904
diff changeset
453
4b692ce941f3 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 26904
diff changeset
454 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add idlwave.
4b692ce941f3 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 26904
diff changeset
455 (../info/idlwave, idlwave.dvi): New targets.
4b692ce941f3 *** empty log message ***
Eli Zaretskii <eliz@gnu.org>
parents: 26904
diff changeset
456
26151
983ad33e1d97 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 26141
diff changeset
457 1999-10-23 Dave Love <fx@gnu.org>
983ad33e1d97 *** empty log message ***
Dave Love <fx@gnu.org>
parents: 26141
diff changeset
458
46704
1e725474da67 *** empty log message ***
Richard M. Stallman <rms@gnu.org>
parents: 46685
diff changeset
459 * Makefile.in: Use autotype.texi.
26141
2f0e5ec04989 *** empty log message ***
Paul Eggert <eggert@twinsun.com>
parents: 25996
diff changeset
460
25996
9e6b179f629d (faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 25916
diff changeset
461 1999-10-12 Stefan Monnier <monnier@cs.yale.edu>
9e6b179f629d (faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 25916
diff changeset
462
9e6b179f629d (faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 25916
diff changeset
463 * Makefile.in (faq): use ../info/emacs-faq.info (as specified in the
9e6b179f629d (faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 25916
diff changeset
464 faq.texi file) rather than ../info/faq.
9e6b179f629d (faq): use ../info/emacs-faq.info (as specified in the
Stefan Monnier <monnier@iro.umontreal.ca>
parents: 25916
diff changeset
465
25916
91df9794fab8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25908
diff changeset
466 1999-10-07 Gerd Moellmann <gerd@gnu.org>
91df9794fab8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25908
diff changeset
467
91df9794fab8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25908
diff changeset
468 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add ada-mode.
91df9794fab8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25908
diff changeset
469 (../info/ada-mode, ada-mode.dvi): New targets.
91df9794fab8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 25908
diff changeset
470
25839
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
471 1999-09-01 Dave Love <fx@gnu.org>
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
472
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
473 * Makefile.in: Add faq.
Dave Love <fx@gnu.org>
parents: 25829
diff changeset
474
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
475 1999-07-12 Richard Stallman <rms@gnu.org>
Dave Love <fx@gnu.org>
parents:
diff changeset
476
Dave Love <fx@gnu.org>
parents:
diff changeset
477 * Version 20.4 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
478
Dave Love <fx@gnu.org>
parents:
diff changeset
479 1998-12-04 Markus Rost <rost@delysid.gnu.org>
Dave Love <fx@gnu.org>
parents:
diff changeset
480
Dave Love <fx@gnu.org>
parents:
diff changeset
481 * Makefile.in (INFO_TARGETS): Delete customize.info.
Dave Love <fx@gnu.org>
parents:
diff changeset
482 (DVI_TARGETS): Delete customize.dvi.
Dave Love <fx@gnu.org>
parents:
diff changeset
483 (../info/customize, customize.dvi): Targets deleted.
36737
71af0a08c2cc Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents: 36549
diff changeset
484
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
485 1998-08-19 Richard Stallman <rms@psilocin.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
486
Dave Love <fx@gnu.org>
parents:
diff changeset
487 * Version 20.3 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
488
Dave Love <fx@gnu.org>
parents:
diff changeset
489 1998-05-06 Richard Stallman <rms@psilocin.gnu.org>
Dave Love <fx@gnu.org>
parents:
diff changeset
490
Dave Love <fx@gnu.org>
parents:
diff changeset
491 * Makefile.in (EMACSSOURCES): Add mule.texi.
Dave Love <fx@gnu.org>
parents:
diff changeset
492 Add msdog.texi, ack.texi. Remove gnu1.texi.
36737
71af0a08c2cc Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents: 36549
diff changeset
493
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
494 1998-04-06 Andreas Schwab <schwab@gnu.org>
Dave Love <fx@gnu.org>
parents:
diff changeset
495
Dave Love <fx@gnu.org>
parents:
diff changeset
496 * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use
Dave Love <fx@gnu.org>
parents:
diff changeset
497 it in dvi targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
498 (../etc/GNU): Change to $(srcdir) first.
Dave Love <fx@gnu.org>
parents:
diff changeset
499
Dave Love <fx@gnu.org>
parents:
diff changeset
500 1998-03-11 Carsten Dominik <cd@delysid.gnu.org>
Dave Love <fx@gnu.org>
parents:
diff changeset
501
Dave Love <fx@gnu.org>
parents:
diff changeset
502 * reftex.texi Updated for RefTeX version 3.22.
Dave Love <fx@gnu.org>
parents:
diff changeset
503
Dave Love <fx@gnu.org>
parents:
diff changeset
504 1998-02-08 Richard Stallman <rms@psilocin.gnu.org>
Dave Love <fx@gnu.org>
parents:
diff changeset
505
Dave Love <fx@gnu.org>
parents:
diff changeset
506 * Makefile.in (reftex.dvi, ../info/reftex): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
507 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
508
Dave Love <fx@gnu.org>
parents:
diff changeset
509 1997-09-23 Paul Eggert <eggert@twinsun.com>
Dave Love <fx@gnu.org>
parents:
diff changeset
510
Dave Love <fx@gnu.org>
parents:
diff changeset
511 * Makefile.in: Merge changes mistakenly made to `Makefile'.
Dave Love <fx@gnu.org>
parents:
diff changeset
512 (INFO_TARGETS): Change ../info/custom to ../info/customize.
Dave Love <fx@gnu.org>
parents:
diff changeset
513 (../info/customize): Renamed from ../info/custom.
Dave Love <fx@gnu.org>
parents:
diff changeset
514 (../info/viper, viper.dvi): Remove dependency on viper-cmd.texi.
Dave Love <fx@gnu.org>
parents:
diff changeset
515
Dave Love <fx@gnu.org>
parents:
diff changeset
516 1997-09-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
517
Dave Love <fx@gnu.org>
parents:
diff changeset
518 * Version 20.2 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
519
Dave Love <fx@gnu.org>
parents:
diff changeset
520 1997-09-15 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
521
Dave Love <fx@gnu.org>
parents:
diff changeset
522 * Version 20.1 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
523
Dave Love <fx@gnu.org>
parents:
diff changeset
524 1997-08-24 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
525
Dave Love <fx@gnu.org>
parents:
diff changeset
526 * Makefile (../info/customize, customize.dvi): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
527 (INFO_TARGETS): Add ../info/customize.
Dave Love <fx@gnu.org>
parents:
diff changeset
528 (DVI_TARGETS): Add customize.dvi.
Dave Love <fx@gnu.org>
parents:
diff changeset
529
Dave Love <fx@gnu.org>
parents:
diff changeset
530 1997-07-10 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
531
Dave Love <fx@gnu.org>
parents:
diff changeset
532 * Makefile (../info/viper, viper.dvi): Delete viper-cmd.texi dep.
Dave Love <fx@gnu.org>
parents:
diff changeset
533
Dave Love <fx@gnu.org>
parents:
diff changeset
534 1996-08-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
535
Dave Love <fx@gnu.org>
parents:
diff changeset
536 * Version 19.33 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
537
Dave Love <fx@gnu.org>
parents:
diff changeset
538 1996-07-31 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
539
Dave Love <fx@gnu.org>
parents:
diff changeset
540 * Version 19.32 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
541
Dave Love <fx@gnu.org>
parents:
diff changeset
542 1996-06-27 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Dave Love <fx@gnu.org>
parents:
diff changeset
543
Dave Love <fx@gnu.org>
parents:
diff changeset
544 * Makefile.in: Add rules for the Message manual.
Dave Love <fx@gnu.org>
parents:
diff changeset
545
Dave Love <fx@gnu.org>
parents:
diff changeset
546 1996-06-26 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Dave Love <fx@gnu.org>
parents:
diff changeset
547
Dave Love <fx@gnu.org>
parents:
diff changeset
548 * gnus.texi: New version.
Dave Love <fx@gnu.org>
parents:
diff changeset
549
Dave Love <fx@gnu.org>
parents:
diff changeset
550 * message.texi: New manual.
Dave Love <fx@gnu.org>
parents:
diff changeset
551
Dave Love <fx@gnu.org>
parents:
diff changeset
552 1996-06-20 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
553
Dave Love <fx@gnu.org>
parents:
diff changeset
554 * Makefile.in (All info targets): cd $(srcdir) to do the work.
Dave Love <fx@gnu.org>
parents:
diff changeset
555
Dave Love <fx@gnu.org>
parents:
diff changeset
556 1996-06-19 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
557
Dave Love <fx@gnu.org>
parents:
diff changeset
558 * Makefile.in (All info targets): Specify $(srcdir) in input files.
Dave Love <fx@gnu.org>
parents:
diff changeset
559 Specify -I option.
Dave Love <fx@gnu.org>
parents:
diff changeset
560 (All dvi targets): Set the TEXINPUTS variable.
36737
71af0a08c2cc Mention that file names are tags.
Francesco Potortì <pot@gnu.org>
parents: 36549
diff changeset
561
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
562 1996-05-25 Karl Heuer <kwzh@gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
563
Dave Love <fx@gnu.org>
parents:
diff changeset
564 * Version 19.31 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
565
Dave Love <fx@gnu.org>
parents:
diff changeset
566 1996-01-07 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
567
Dave Love <fx@gnu.org>
parents:
diff changeset
568 * Makefile.in (../info/ccmode): Renamed from ../info/cc-mode.
Dave Love <fx@gnu.org>
parents:
diff changeset
569 (INFO_TARGETS): Use new name. This avoids name conflict on MSDOS.
Dave Love <fx@gnu.org>
parents:
diff changeset
570
Dave Love <fx@gnu.org>
parents:
diff changeset
571 1995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
572
Dave Love <fx@gnu.org>
parents:
diff changeset
573 * Makefile.in (../info/cc-mode, cc-mode.dvi): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
574 (INFO_TARGETS): Add ../info/cc-mode.
Dave Love <fx@gnu.org>
parents:
diff changeset
575 (DVI_TARGETS): Add cc-mode.dvi.
Dave Love <fx@gnu.org>
parents:
diff changeset
576
Dave Love <fx@gnu.org>
parents:
diff changeset
577 1995-11-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
578
Dave Love <fx@gnu.org>
parents:
diff changeset
579 * Version 19.30 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
580
Dave Love <fx@gnu.org>
parents:
diff changeset
581 1995-11-04 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Dave Love <fx@gnu.org>
parents:
diff changeset
582
Dave Love <fx@gnu.org>
parents:
diff changeset
583 * gnus.texi: New file.
Dave Love <fx@gnu.org>
parents:
diff changeset
584
Dave Love <fx@gnu.org>
parents:
diff changeset
585 1995-11-04 Erik Naggum <erik@naggum.no>
Dave Love <fx@gnu.org>
parents:
diff changeset
586
Dave Love <fx@gnu.org>
parents:
diff changeset
587 * gnus.texi: File deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
588
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49596
diff changeset
589 1995-11-02 Stephen Gildea <gildea@stop.mail-abuse.org>
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
590
Dave Love <fx@gnu.org>
parents:
diff changeset
591 * mh-e.texi: "Function Index" -> "Command Index" to work with
Dave Love <fx@gnu.org>
parents:
diff changeset
592 Emacs 19.30 C-h C-k support of separately-documented commands.
Dave Love <fx@gnu.org>
parents:
diff changeset
593
Dave Love <fx@gnu.org>
parents:
diff changeset
594 1995-06-26 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
595
Dave Love <fx@gnu.org>
parents:
diff changeset
596 * Makefile.in (../info/ediff, ediff.dvi): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
597 (INFO_TARGETS, DVI_TARGETS): Add those new targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
598
Dave Love <fx@gnu.org>
parents:
diff changeset
599 1995-04-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
600
Dave Love <fx@gnu.org>
parents:
diff changeset
601 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add viper targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
602 (../info/viper, viper.dvi): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
603
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 49596
diff changeset
604 1995-04-20 Kevin Rodgers <kevinr@ihs.com>
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
605
Dave Love <fx@gnu.org>
parents:
diff changeset
606 * dired-x.texi (Installation): Change the example to set
Dave Love <fx@gnu.org>
parents:
diff changeset
607 buffer-local variables like dired-omit-files-p in
Dave Love <fx@gnu.org>
parents:
diff changeset
608 dired-mode-hook.
Dave Love <fx@gnu.org>
parents:
diff changeset
609
Dave Love <fx@gnu.org>
parents:
diff changeset
610 1995-04-17 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
611
Dave Love <fx@gnu.org>
parents:
diff changeset
612 * Makefile.in (INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
613 (../info/mh-e, mh-e.dvi): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
614
Dave Love <fx@gnu.org>
parents:
diff changeset
615 1995-02-07 Richard Stallman <rms@pogo.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
616
Dave Love <fx@gnu.org>
parents:
diff changeset
617 * Makefile.in (maintainer-clean): Renamed from realclean.
Dave Love <fx@gnu.org>
parents:
diff changeset
618
Dave Love <fx@gnu.org>
parents:
diff changeset
619 1994-11-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
620
Dave Love <fx@gnu.org>
parents:
diff changeset
621 * Makefile.in: New file.
Dave Love <fx@gnu.org>
parents:
diff changeset
622 * Makefile: File deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
623
Dave Love <fx@gnu.org>
parents:
diff changeset
624 1994-11-19 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
625
Dave Love <fx@gnu.org>
parents:
diff changeset
626 * Makefile (TEXINDEX_OBJS): Variable deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
627 (texindex, texindex.o, getopt.o): Rules deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
628 All deps on texindex deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
629 (distclean): Don't delete texindex.
Dave Love <fx@gnu.org>
parents:
diff changeset
630 (mostlyclean): Don't delete *.o.
Dave Love <fx@gnu.org>
parents:
diff changeset
631 * texindex.c, getopt.c: Files deleted.
Dave Love <fx@gnu.org>
parents:
diff changeset
632
Dave Love <fx@gnu.org>
parents:
diff changeset
633 1994-09-07 Richard Stallman <rms@mole.gnu.ai.mit.edu>
Dave Love <fx@gnu.org>
parents:
diff changeset
634
Dave Love <fx@gnu.org>
parents:
diff changeset
635 * Version 19.26 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
636
Dave Love <fx@gnu.org>
parents:
diff changeset
637 1994-07-02 Richard Stallman (rms@gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
638
Dave Love <fx@gnu.org>
parents:
diff changeset
639 * Makefile (EMACSSOURCES): Exclude undo.texi.
Dave Love <fx@gnu.org>
parents:
diff changeset
640
Dave Love <fx@gnu.org>
parents:
diff changeset
641 1994-05-30 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
642
Dave Love <fx@gnu.org>
parents:
diff changeset
643 * Version 19.25 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
644
Dave Love <fx@gnu.org>
parents:
diff changeset
645 1994-05-23 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
646
Dave Love <fx@gnu.org>
parents:
diff changeset
647 * Version 19.24 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
648
Dave Love <fx@gnu.org>
parents:
diff changeset
649 1994-05-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
650
Dave Love <fx@gnu.org>
parents:
diff changeset
651 * Version 19.23 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
652
Dave Love <fx@gnu.org>
parents:
diff changeset
653 1994-04-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
654
Dave Love <fx@gnu.org>
parents:
diff changeset
655 * Makefile: Delete spurious tab.
Dave Love <fx@gnu.org>
parents:
diff changeset
656
Dave Love <fx@gnu.org>
parents:
diff changeset
657 1994-02-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
658
Dave Love <fx@gnu.org>
parents:
diff changeset
659 * Makefile (.SUFFIXES): New rule.
Dave Love <fx@gnu.org>
parents:
diff changeset
660
Dave Love <fx@gnu.org>
parents:
diff changeset
661 1994-01-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
662
Dave Love <fx@gnu.org>
parents:
diff changeset
663 * Makefile (dired-x.dvi, ../info/dired-x): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
664 (INFO_TARGETS, DVI_TARGETS): Add the new targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
665
Dave Love <fx@gnu.org>
parents:
diff changeset
666 1994-01-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
667
Dave Love <fx@gnu.org>
parents:
diff changeset
668 * Makefile (../info/sc): Renamed frin sc.info.
Dave Love <fx@gnu.org>
parents:
diff changeset
669 (../info/cl): Likewise.
Dave Love <fx@gnu.org>
parents:
diff changeset
670 (INFO_TARGETS): Use new names.
Dave Love <fx@gnu.org>
parents:
diff changeset
671
Dave Love <fx@gnu.org>
parents:
diff changeset
672 1993-12-04 Richard Stallman (rms@srarc2)
Dave Love <fx@gnu.org>
parents:
diff changeset
673
Dave Love <fx@gnu.org>
parents:
diff changeset
674 * getopt.c: New file.
Dave Love <fx@gnu.org>
parents:
diff changeset
675 * Makefile (TEXINDEX_OBJS): Use getopt.o in this dir, not ../lib-src.
Dave Love <fx@gnu.org>
parents:
diff changeset
676 (getopt.o): New rule.
Dave Love <fx@gnu.org>
parents:
diff changeset
677 (dvi): Don't depend on texindex.
Dave Love <fx@gnu.org>
parents:
diff changeset
678 (emacs.dvi, cl.dvi, forms.dvi, vip.dvi, gnus.dvi, sc.dvi):
Dave Love <fx@gnu.org>
parents:
diff changeset
679 Depend on texindex.
Dave Love <fx@gnu.org>
parents:
diff changeset
680
Dave Love <fx@gnu.org>
parents:
diff changeset
681 1993-12-03 Richard Stallman (rms@srarc2)
Dave Love <fx@gnu.org>
parents:
diff changeset
682
Dave Love <fx@gnu.org>
parents:
diff changeset
683 * Makefile (../info/sc.info): Renamed from ../info/sc.
Dave Love <fx@gnu.org>
parents:
diff changeset
684 (TEXI2DVI): New variable.
Dave Love <fx@gnu.org>
parents:
diff changeset
685 (emacs.dvi, cl.dvi forms.dvi, sc.dvi, vip.dvi, gnus.dvi, info.dvi):
Dave Love <fx@gnu.org>
parents:
diff changeset
686 Add explicit commands.
Dave Love <fx@gnu.org>
parents:
diff changeset
687 (TEXINDEX_OBJS): Delete duplicate getopt.o.
Dave Love <fx@gnu.org>
parents:
diff changeset
688
Dave Love <fx@gnu.org>
parents:
diff changeset
689 1993-11-27 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
690
Dave Love <fx@gnu.org>
parents:
diff changeset
691 * Version 19.22 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
692
Dave Love <fx@gnu.org>
parents:
diff changeset
693 1993-11-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
694
Dave Love <fx@gnu.org>
parents:
diff changeset
695 * Makefile (TEXINDEX_OBJS): Delete spurious period.
Dave Love <fx@gnu.org>
parents:
diff changeset
696
Dave Love <fx@gnu.org>
parents:
diff changeset
697 1993-11-16 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
698
Dave Love <fx@gnu.org>
parents:
diff changeset
699 * Version 19.21 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
700
Dave Love <fx@gnu.org>
parents:
diff changeset
701 1993-11-15 Paul Eggert (eggert@twinsun.com)
Dave Love <fx@gnu.org>
parents:
diff changeset
702
Dave Love <fx@gnu.org>
parents:
diff changeset
703 * man/Makefile (../info/cl.info): Renamed from ../info/cl.
Dave Love <fx@gnu.org>
parents:
diff changeset
704
Dave Love <fx@gnu.org>
parents:
diff changeset
705 1993-11-15 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
706
Dave Love <fx@gnu.org>
parents:
diff changeset
707 * Makefile (../etc/GNU): New target.
Dave Love <fx@gnu.org>
parents:
diff changeset
708 (EMACSSOURCES): Add gnu1.texi.
Dave Love <fx@gnu.org>
parents:
diff changeset
709
Dave Love <fx@gnu.org>
parents:
diff changeset
710 1993-11-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
711
Dave Love <fx@gnu.org>
parents:
diff changeset
712 * Makefile (realclean): Don't delete the Info files.
Dave Love <fx@gnu.org>
parents:
diff changeset
713
Dave Love <fx@gnu.org>
parents:
diff changeset
714 1993-10-25 Brian Fox (bfox@albert.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
715
Dave Love <fx@gnu.org>
parents:
diff changeset
716 * forms.texi: Fix forms.texi so that it will format correctly.
Dave Love <fx@gnu.org>
parents:
diff changeset
717 Added missing `@end iftex', fixed bad reference.
Dave Love <fx@gnu.org>
parents:
diff changeset
718
Dave Love <fx@gnu.org>
parents:
diff changeset
719 * info.texi, info-stn.texi: New files implement texinfo version of
Dave Love <fx@gnu.org>
parents:
diff changeset
720 `info' file.
Dave Love <fx@gnu.org>
parents:
diff changeset
721
47285
d98c0cd6806a *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 47049
diff changeset
722 * frames.texi (Creating Frames): Mention `C-x 5' instead of `C-x
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
723 4' where appropriate.
Dave Love <fx@gnu.org>
parents:
diff changeset
724
Dave Love <fx@gnu.org>
parents:
diff changeset
725 1993-10-20 Brian Fox (bfox@ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
726
Dave Love <fx@gnu.org>
parents:
diff changeset
727 * Makefile: Fix targets for texindex, new info.texi files.
Dave Love <fx@gnu.org>
parents:
diff changeset
728 * info-stnd.texi: New file implements info for standalone info
Dave Love <fx@gnu.org>
parents:
diff changeset
729 reader.
Dave Love <fx@gnu.org>
parents:
diff changeset
730 * info.texi: Updated to include recent changes to "../info/info".
Dave Love <fx@gnu.org>
parents:
diff changeset
731 New source file for ../info/info; includes info-stnd.texi.
Dave Love <fx@gnu.org>
parents:
diff changeset
732
Dave Love <fx@gnu.org>
parents:
diff changeset
733 * texindex.c: Include "../src/config.h" if building in emacs.
Dave Love <fx@gnu.org>
parents:
diff changeset
734
Dave Love <fx@gnu.org>
parents:
diff changeset
735 * Makefile: Change all files to FILENAME.texi, force all targets
Dave Love <fx@gnu.org>
parents:
diff changeset
736 to be FILENAME, not FILENAME.info. This changes sc.texinfo,
Dave Love <fx@gnu.org>
parents:
diff changeset
737 vip.texinfo, forms.texinfo, cl.texinfo.
Dave Love <fx@gnu.org>
parents:
diff changeset
738 Add target to build texindex.c, defining `emacs'.
Dave Love <fx@gnu.org>
parents:
diff changeset
739
Dave Love <fx@gnu.org>
parents:
diff changeset
740 * forms.texi: Install new file to match version 2.3 of forms.el.
Dave Love <fx@gnu.org>
parents:
diff changeset
741
Dave Love <fx@gnu.org>
parents:
diff changeset
742 1993-08-14 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
743
Dave Love <fx@gnu.org>
parents:
diff changeset
744 * Version 19.19 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
745
Dave Love <fx@gnu.org>
parents:
diff changeset
746 1993-08-10 Simon Leinen (simon@lia.di.epfl.ch)
Dave Love <fx@gnu.org>
parents:
diff changeset
747
Dave Love <fx@gnu.org>
parents:
diff changeset
748 * sc.texinfo: Fix info file name.
Dave Love <fx@gnu.org>
parents:
diff changeset
749
Dave Love <fx@gnu.org>
parents:
diff changeset
750 * Makefile (info): Added gnus and sc.
Dave Love <fx@gnu.org>
parents:
diff changeset
751 (dvi): Added gnus.dvi and sc.dvi.
Dave Love <fx@gnu.org>
parents:
diff changeset
752 (../info/sc, sc.dvi): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
753
Dave Love <fx@gnu.org>
parents:
diff changeset
754 1993-08-08 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
755
Dave Love <fx@gnu.org>
parents:
diff changeset
756 * Version 19.18 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
757
Dave Love <fx@gnu.org>
parents:
diff changeset
758 1993-07-20 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
759
Dave Love <fx@gnu.org>
parents:
diff changeset
760 * Makefile: Fix source file names of the separate manuals.
Dave Love <fx@gnu.org>
parents:
diff changeset
761 (gnus.dvi, ../info/gnus): New targets.
Dave Love <fx@gnu.org>
parents:
diff changeset
762
Dave Love <fx@gnu.org>
parents:
diff changeset
763 1993-07-18 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
764
Dave Love <fx@gnu.org>
parents:
diff changeset
765 * Version 19.17 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
766
Dave Love <fx@gnu.org>
parents:
diff changeset
767 1993-07-10 Richard Stallman (rms@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
768
Dave Love <fx@gnu.org>
parents:
diff changeset
769 * split-man: Fix typos in last change.
Dave Love <fx@gnu.org>
parents:
diff changeset
770
Dave Love <fx@gnu.org>
parents:
diff changeset
771 1993-07-06 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
772
Dave Love <fx@gnu.org>
parents:
diff changeset
773 * Version 19.16 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
774
Dave Love <fx@gnu.org>
parents:
diff changeset
775 1993-06-19 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
776
Dave Love <fx@gnu.org>
parents:
diff changeset
777 * version 19.15 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
778
Dave Love <fx@gnu.org>
parents:
diff changeset
779 1993-06-18 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
780
Dave Love <fx@gnu.org>
parents:
diff changeset
781 * Makefile (distclean): It's rm, not rf.
Dave Love <fx@gnu.org>
parents:
diff changeset
782
Dave Love <fx@gnu.org>
parents:
diff changeset
783 1993-06-17 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
784
Dave Love <fx@gnu.org>
parents:
diff changeset
785 * Version 19.14 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
786
Dave Love <fx@gnu.org>
parents:
diff changeset
787 1993-06-16 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
788
Dave Love <fx@gnu.org>
parents:
diff changeset
789 * Makefile: New file.
Dave Love <fx@gnu.org>
parents:
diff changeset
790
Dave Love <fx@gnu.org>
parents:
diff changeset
791 1993-06-08 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
792
Dave Love <fx@gnu.org>
parents:
diff changeset
793 * Version 19.13 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
794
Dave Love <fx@gnu.org>
parents:
diff changeset
795 1993-05-27 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
796
Dave Love <fx@gnu.org>
parents:
diff changeset
797 * Version 19.9 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
798
Dave Love <fx@gnu.org>
parents:
diff changeset
799 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
800
Dave Love <fx@gnu.org>
parents:
diff changeset
801 * Version 19.8 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
802
Dave Love <fx@gnu.org>
parents:
diff changeset
803 1993-05-25 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
804
Dave Love <fx@gnu.org>
parents:
diff changeset
805 * cmdargs.texi: Document the -i, -itype, and -iconic options.
Dave Love <fx@gnu.org>
parents:
diff changeset
806
Dave Love <fx@gnu.org>
parents:
diff changeset
807 * trouble.texi: It's `enable-flow-control-on', not
Dave Love <fx@gnu.org>
parents:
diff changeset
808 `evade-flow-control-on'.
Dave Love <fx@gnu.org>
parents:
diff changeset
809
Dave Love <fx@gnu.org>
parents:
diff changeset
810 1993-05-24 Jim Blandy (jimb@wookumz.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
811
Dave Love <fx@gnu.org>
parents:
diff changeset
812 * display.texi: Document standard-display-european.
Dave Love <fx@gnu.org>
parents:
diff changeset
813
Dave Love <fx@gnu.org>
parents:
diff changeset
814 1993-05-22 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
815
Dave Love <fx@gnu.org>
parents:
diff changeset
816 * Version 19.7 released.
Dave Love <fx@gnu.org>
parents:
diff changeset
817
Dave Love <fx@gnu.org>
parents:
diff changeset
818 * emacs.texi: Add a sentence to the top menu mentioning the
Dave Love <fx@gnu.org>
parents:
diff changeset
819 specific version of Emacs this manual applies to.
Dave Love <fx@gnu.org>
parents:
diff changeset
820
Dave Love <fx@gnu.org>
parents:
diff changeset
821 1993-04-25 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
822
Dave Love <fx@gnu.org>
parents:
diff changeset
823 * basic.texi: Documented next-line-add-lines variable used to
Dave Love <fx@gnu.org>
parents:
diff changeset
824 implement down-arrow.
Dave Love <fx@gnu.org>
parents:
diff changeset
825
Dave Love <fx@gnu.org>
parents:
diff changeset
826 * killing.texi: Documented kill-whole-line.
Dave Love <fx@gnu.org>
parents:
diff changeset
827
Dave Love <fx@gnu.org>
parents:
diff changeset
828 1993-04-18 Noah Friedman (friedman@nutrimat.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
829
47285
d98c0cd6806a *** empty log message ***
Pavel Janík <Pavel@Janik.cz>
parents: 47049
diff changeset
830 * text.texi: Updated unix TeX ordering information.
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
831
Dave Love <fx@gnu.org>
parents:
diff changeset
832 1993-03-26 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
833
Dave Love <fx@gnu.org>
parents:
diff changeset
834 * news.texi: Mentioned fill-rectangle in keybinding list.
Dave Love <fx@gnu.org>
parents:
diff changeset
835
Dave Love <fx@gnu.org>
parents:
diff changeset
836 * killing.texi: Documented fill-rectangle.
Dave Love <fx@gnu.org>
parents:
diff changeset
837
Dave Love <fx@gnu.org>
parents:
diff changeset
838 1993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
839
Dave Love <fx@gnu.org>
parents:
diff changeset
840 * vc.texi: Brought the docs up to date with VC 5.2.
Dave Love <fx@gnu.org>
parents:
diff changeset
841
Dave Love <fx@gnu.org>
parents:
diff changeset
842 1992-01-10 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
Dave Love <fx@gnu.org>
parents:
diff changeset
843
Dave Love <fx@gnu.org>
parents:
diff changeset
844 * emacs.tex: Mentioned blackbox and gomoku under Amusements.
Dave Love <fx@gnu.org>
parents:
diff changeset
845 Assembler mode is now mentioned and appropriately
Dave Love <fx@gnu.org>
parents:
diff changeset
846 indexed under Programming Modes.
Dave Love <fx@gnu.org>
parents:
diff changeset
847
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
848 1991-02-15 Robert J. Chassell (bob@wookumz.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
849
Dave Love <fx@gnu.org>
parents:
diff changeset
850 * emacs.tex: Updated TeX ordering information.
Dave Love <fx@gnu.org>
parents:
diff changeset
851
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
852 1990-08-30 David Lawrence (tale@pogo.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
853
Dave Love <fx@gnu.org>
parents:
diff changeset
854 * gnus.texinfo: New file. Removed installation instructions.
Dave Love <fx@gnu.org>
parents:
diff changeset
855
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
856 1990-06-26 David Lawrence (tale@geech)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
857
Dave Love <fx@gnu.org>
parents:
diff changeset
858 * emacs.tex: Noted that completion-ignored-extensions is not used
Dave Love <fx@gnu.org>
parents:
diff changeset
859 to filter out names when all completions are displayed in
Dave Love <fx@gnu.org>
parents:
diff changeset
860 *Completions*.
Dave Love <fx@gnu.org>
parents:
diff changeset
861
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
862 1990-05-25 Richard Stallman (rms@sugar-bombs.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
863
Dave Love <fx@gnu.org>
parents:
diff changeset
864 * texindex.tex: If USG, include sys/types.h and sys/fcntl.h.
Dave Love <fx@gnu.org>
parents:
diff changeset
865
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
866 1990-03-21 Jim Kingdon (kingdon@pogo.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
867
Dave Love <fx@gnu.org>
parents:
diff changeset
868 * emacs.tex: Add @findex grep.
Dave Love <fx@gnu.org>
parents:
diff changeset
869
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
870 1989-01-17 Robert J. Chassell (bob@rice-chex.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
871
Dave Love <fx@gnu.org>
parents:
diff changeset
872 * texinfo.tex: Changed spelling of `\sc' font to `\smallcaps' and
Dave Love <fx@gnu.org>
parents:
diff changeset
873 then defined `\sc' as the command for smallcaps in Texinfo. This
Dave Love <fx@gnu.org>
parents:
diff changeset
874 measns that the @sc command will produce small caps. bfox has
Dave Love <fx@gnu.org>
parents:
diff changeset
875 made the corresponding change to makeinfo and texinfm.el.
Dave Love <fx@gnu.org>
parents:
diff changeset
876
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
877 1988-08-16 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
878
Dave Love <fx@gnu.org>
parents:
diff changeset
879 * emacs.tex: Corrected two typos. No other changes before
Dave Love <fx@gnu.org>
parents:
diff changeset
880 Version 19 will be made.
Dave Love <fx@gnu.org>
parents:
diff changeset
881
Dave Love <fx@gnu.org>
parents:
diff changeset
882 * vip.texinfo: Removed menu entry Adding Lisp Code in node
Dave Love <fx@gnu.org>
parents:
diff changeset
883 Customization since the menu entry did not point to anything.
Dave Love <fx@gnu.org>
parents:
diff changeset
884 Also added an @finalout command to remove overfull hboxes from the
Dave Love <fx@gnu.org>
parents:
diff changeset
885 printed output.
Dave Love <fx@gnu.org>
parents:
diff changeset
886
Dave Love <fx@gnu.org>
parents:
diff changeset
887 * cl.texinfo: Added @bye, \input line and @settitle to file.
Dave Love <fx@gnu.org>
parents:
diff changeset
888 This file is clearly intended to be a chapter of some other work,
Dave Love <fx@gnu.org>
parents:
diff changeset
889 but the other work does not yet exist.
Dave Love <fx@gnu.org>
parents:
diff changeset
890
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
891 1988-07-25 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
892
Dave Love <fx@gnu.org>
parents:
diff changeset
893 * texinfo.texinfo: Three typos corrected.
Dave Love <fx@gnu.org>
parents:
diff changeset
894
40965
eac4b1ccb6b8 fixed format
Sam Steingold <sds@gnu.org>
parents: 40813
diff changeset
895 1988-05-23 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
25829
Dave Love <fx@gnu.org>
parents:
diff changeset
896
Dave Love <fx@gnu.org>
parents:
diff changeset
897 * emacs.tex: Update information for obtaining TeX distribution from the
Dave Love <fx@gnu.org>
parents:
diff changeset
898 University of Washington.
Dave Love <fx@gnu.org>
parents:
diff changeset
899
30994
bd0e2cc46c49 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 30796
diff changeset
900 ;; Local Variables:
bd0e2cc46c49 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 30796
diff changeset
901 ;; coding: iso-2022-7bit-unix
bd0e2cc46c49 *** empty log message ***
Kenichi Handa <handa@m17n.org>
parents: 30796
diff changeset
902 ;; End:
39627
218f185269b8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39229
diff changeset
903
218f185269b8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39229
diff changeset
904 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
218f185269b8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39229
diff changeset
905 Free Software Foundation, Inc.
218f185269b8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39229
diff changeset
906 Copying and distribution of this file, with or without modification,
218f185269b8 *** empty log message ***
Gerd Moellmann <gerd@gnu.org>
parents: 39229
diff changeset
907 are permitted provided the copyright notice and this notice are preserved.
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52381
diff changeset
908
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 52381
diff changeset
909 ;;; arch-tag: f1d62776-3ed5-4811-9d96-267252577dbd